*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-font-smoothing: subpixel-antialiased;
    display: block !important;
    font-size: 62.5%;
    font-weight: 100
}
body {
    background: #f3f3f3;
    color: #0c0f1a;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.7;
    margin: 0;
    min-height: 100%;
    padding: 0;
}
img {
    vertical-align: middle;
    max-width: 100%
}
a {
    color: #f06931;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    color: #151515;
}
a.inverse {
    color: #151515;
}
a.inverse:hover,
a.inverse:active,
a.inverse:focus {
    color: #f06931;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #151515;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
h1,
h2 {
    text-transform: uppercase
}
.itemBody h1,
.itemBody h2,
.itemBody h3,
.itemBody h4,
.itemBody h5,
.itemBody h6 {
    margin: 20px 0;
}
h1 {
    font-size: 3rem;
}
h2,
.componentheading {
    font-size: 3rem;
    margin: 0 0 32px 0;
}
h3 {
    font-size: 1.8rem;
    margin: 0 0 24px 0;
}
h4 {
    font-size: 1.6rem;
    margin: 0 0 18px 0;
}
h5 {
    font-size: 1.5rem;
    margin: 0 0 12px 0;
}
h6 {
    font-size: 1.4rem;
    margin: 0 0 8px 0;
}
h3.header {
    font-style: normal;
}
b,
strong {
    font-weight: 600;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    line-height: 1.7;
}
p {
    margin: 0 0 30px;
}
iframe {
    max-width: 100% !important;
}
hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    clear: both;
    display: block;
    margin: 20px auto;
    width: 200px;
}
#gkBg,
.gkPage,
#gkMainbody .content {
    margin: 0 auto !important;
    padding: 0;
}
#gkBg {
    background: #fff;
    position: relative;
    width: 100%;
    min-height: 0 !important
}
.gkPage {
    min-height: 0
}
#gkBg > * {
    position: relative;

}
.frontpage #gkBg:after {
    display: none;
}
#gkHeader {
    position: relative;
    z-index: 500;
}
#gkPageContent {
    padding: 0;
}
#gkLogo {
    display: block;
    float: left;
    padding: 10px;
    top: 0;
    width: auto;
}
#gkLogo img {
    display: block;
    height: 62px;
    margin: 0;
    max-width: 300px;
    width: auto;
}
#gkLogo.text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 62px;
    max-width: 300px;
    padding: 0 40px;
    text-transform: uppercase;
}
#gkLogo.text > span {
    display: block;
    text-align: center;
}
#gkLogo.text .gkLogoSlogan {
    color: #ccc;
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    margin-top: -20px;
    text-align: center;
    text-transform: none;
}
#gkSearch {
    float: right;
    position: relative;
}
#gkSearch > .micon {
    color: #bcbcbc;
    cursor: pointer;
    float: right;
    font-size: 2.6rem;
    height: 82px;
    line-height: 82px;
    padding: 0 20px;
    width: 66px;
}
#gkSearch > form {
    float: right;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 0;
}
#gkSearch > form input {
    color: #fff;
    display: block;
    height: 82px;
    line-height: 82px;
    padding: 0;
    width: 150px;
}
#gkSearch > form input:active,
#gkSearch > form input:focus,
#gkSearch > form input:hover {
    border-bottom: none;
}
#gkSearch > form:after {
    background: #f06931;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    width: 100%;
}
#gkSearch.open > form {
    opacity: 1;
    width: 150px;
}
#gkSearch.open > form:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
#gkUser {
    float: right;
    position: relative;
}
#gkUser > .micon {
    color: #bcbcbc;
    cursor: pointer;
    float: right;
    font-size: 2.6rem;
    height: 82px;
    line-height: 82px;
    overflow: hidden;
    padding: 0;
    width: 82px;
}
#gkUser span {
    color: #bbb;
    float: left;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 82px;
    margin: 0 10px 0 0;
}
#gkUser img {
    border-radius: 50%;
    float: left;
    margin: 10px 12px 10px 20px;
}
.breadcrumbs {
    background: #f5f5f5;
    border-bottom: 1px solid #dcdcdc;
    float: left;
    font-size: 1.4rem;
    margin: 0;
    overflow: hidden;
    padding: 10px 80px;
    text-align: left;
    width: 100%;
}
.breadcrumbs li.separator {
    color: #ccc;
    font-size: 1.2rem;
    padding: 4px 6px !important;
    text-align: center;
    width: 22px;
}
.breadcrumbs > li {
    border: none !important;
    clear: none;
    display: inline-block;
}
.breadcrumbs li a {
    color: #0c0f1a;
}
.breadcrumbs li a:hover {
    color: #f06931;
}
#gkTools {
    float: right;
    margin: 4px 0 0 10px;
}
#gkTools a {
    display: block;
    float: left;
    width: 22px;
    height: 16px;
    margin: 0 0 0 0px !important;
    text-indent: -99999em;
    background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
    background-position: -15px 50%;
    margin-left: 6px;
}
a#gkToolsDec {
    background-position: 6px 50%;
}
.subpage {
    background: #fff;
    padding: 0;
}
.subpage:after {
    clear: both;
    content: "";
    display: table;
}
.subpage-transparent {
    background: transparent;
    padding: 0;
}
.component-header {
    background: #333;
    margin: 40px 40px 0 40px;
    padding: 40px 80px;
}
.component-header h1,
.component-header h2 {
    color: #fff;
    font-weight: 400;
}
.component-header .item-desc {
    color: #bbb;
    margin: 5px 0 0 0;
}
.component-header a {
    color: #fff;
}
.component-header a:active,
.component-header a:focus,
.component-header a:hover {
    color: #f06931;
}
.component-header + div {
    margin-top: 0;
}
#gkFooter {
    background: #0c0f1a;
    color: rgba(255, 255, 255, .6);
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 auto;
    position: relative;
}
#gkFooter strong {}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
    color: #fff;
}
.error-page #gkFooter {
    padding: 40px 40px 40px 40px !important;
}
#gkCopyrights {
    color: rgba(255, 255, 255, .6);
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
#gkFooterNav {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#gkFooterNav li {
    display: inline-block
}
#gkFooterNav a {
    color: #fff;
    display: block;
    padding: 0;
}
#gkFooterNav a:active,
#gkFooterNav a:focus,
#gkFooterNav a:hover {
    color: #f06931;
}
#gkFrameworkLogo {
    display: block;
    width: 90px;
    height: 36px;
    background: url('../images/gavern-logo.png') no-repeat 0 0;
    text-indent: -9999em;
    margin: 12px auto 0 auto;
    opacity: 0.4;
}
#gkFBLogin {
    float: left;
    width: 45%;
}
#gkFBLogin p {
    line-height: 18px;
    margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
    float: left;
    width: 45%;
    margin-left: 4%;
    padding-left: 30px;
    border-left: 1px solid #eee;
}
#form-login-remember {
    margin: 10px 0;
}
#form-login-remember label {
    color: #757575;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 27px;
}
.box {
    line-height: 1.6;
    position: relative;
    width: 100%;
}
.box .content {
    clear: both;
}
.box .header {
    color: #151515;
    font-size: 1.8rem;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 16px;
}
.box .header small {
    display: block;
}
.box.clear {
    clear: none;
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.box.clear p {
    margin: 0;
}
.box.clear img {
    display: block;
}
.box.advertisement .header {
    background: transparent;
    color: #999 !important;
    font-size: 1.0rem !important;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase !important;
}
.box.light .box-wrap {
    background: #f6f6f6;
    border: none;
    padding: 32px !important;
}
.box.dark .box-wrap {
    background: #151515;
    border: none;
    color: #757575;
    padding: 32px !important;
}
.box.dark .header {
    background: transparent !important;
    line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
    color: #fff;
}
.box.dark ul {
    margin: 0;
    padding: 0;
}
.box.dark ul ul {
    margin: 0 0 0 20px;
}
.box.dark li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.box.dark li:last-child {
    border-bottom: none;
}
.box.dark a {
    color: #bbb !important;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
    color: #f06931 !important;
}
.box.color .box-wrap,
.box.color-bg .box-wrap {
    background: #f06931;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 32px !important;
}
.box.color .header,
.box.color-bg .header {
    background: transparent !important;
    line-height: 1.2;
}
.box.color h1,
.box.color h2,
.box.color h3,
.box.color h4,
.box.color h5,
.box.color h6,
.box.color-bg h1,
.box.color-bg h2,
.box.color-bg h3,
.box.color-bg h4,
.box.color-bg h5,
.box.color-bg h6 {
    color: #fff;
}
.box.color ul,
.box.color-bg ul {
    margin: 0;
    padding: 0;
}
.box.color ul li,
.box.color-bg ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}
.box.color ul li:last-child,
.box.color-bg ul li:last-child {
    border-bottom: none;
}
.box.color ul ul,
.box.color-bg ul ul {
    margin: 0 0 0 20px;
}
.box.color a,
.box.color-bg a {
    color: rgba(255, 255, 255, 0.8) !important;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover,
.box.color-bg a:active,
.box.color-bg a:focus,
.box.color-bg a:hover {
    color: #fff !important;
}
.box.border1 .box-wrap,
.box.border2 .box-wrap {
    background: #fff;
    border: 2px solid #f06931;
    padding: 45px 45px 35px 45px;
}
.box.border1 .header,
.box.border2 .header {
    color: #f06931;
    float: left;
    font-weight: 600;
    margin: -15px 0 20px 0;
    padding: 10px 0 0 0;
}
.box.border1 a,
.box.border2 a {
    color: #f06931;
}
.box.border1 a:active,
.box.border1 a:focus,
.box.border1 a:hover,
.box.border2 a:active,
.box.border2 a:focus,
.box.border2 a:hover {
    color: #0c0f1a;
}
.box.border2 .box-wrap {
    border: 2px solid #f06931;
}
.box.border2 .header {
    color: #f06931;
}
.box.border2 a {
    color: #f06931;
}
.box.border2 a:active,
.box.border2 a:focus,
.box.border2 a:hover {
    color: #0c0f1a;
}
.box ul.menu ul {
    padding: 10px;
    margin: 0;
}
.box ul.menu li {
    line-height: 1;
}
.box ul.menu li a {
    color: #151515;
    padding-left: 16px;
    position: relative;
}
.box ul.menu li a:hover {
    color: #f06931 !important;
}
.box ul.menu li a:hover:before {
    border-color: #f06931;
    height: 25px;
    top: 2px;
}
.box ul.menu li a:before {
    border-left: 2px solid #151515;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 14px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.box ul.menu li.parent {
    background: #f6f6f6;
}
.box ul.menu li strong {
    display: block;
}
.box ul.menu li li {
    padding-left: 6px;
}
.box ul.menu li li a {
    color: #757575;
    font-weight: normal;
}
.box.banner {
    background: #fff;
    text-align: center;
}
.box.banner p {
    margin: 0 auto;
}
#gkSidebar .box.light .box-wrap {
    background: #fff;
}
#gkSidebar .box + .box,
#gkMainbodyTop .box + .box,
#gkMainbodyBottom .box + .box {
    margin: 80px 0 0;
}
#gkSidebarTop .header {
    color: #fff;
    font-size: 1.5rem;
    text-transform: none;
}
#gkSidebarTop ul.menu li a {
    color: #ccc;
}
#gkSidebarTop ul.menu li a:hover {
    color: #fff !important;
}
#gkSidebarTop ul.menu li a:hover:before {
    border-color: #fff;
}
#gkSidebarTop ul.menu li a:before {
    border-color: #ccc;
}
#gkTop1,
#gkTop2 {
    padding: 0;
}
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom7,
#gkBottom8 #gkBottom9 {
    background: #fff;
    overflow: hidden;
    padding: 60px;
}
#gkBottom6,
#gkBottom5 {
    overflow: hidden
}
#gkBottom4 {
    background: #f1f2f2;
    overflow: hidden;
    padding: 60px;
}
#gkBottom3 .header {
    font-size: 1.6rem;
}
.only-bigscreens {
    display: none;
}
.no-bigscreens {
    display: block;
}
@media (min-width: 1600px) {
    .only-bigscreens {
        display: block;
    }
    .no-bigscreens {
        display: none;
    }
}
.only-desktop {
    display: block;
}
.only-tablet {
    display: none;
}
.only-mobile {
    display: none !important;
}
.no-desktop {
    display: none;
}
.no-tablet {
    display: block;
}
.no-mobile {
    display: block;
}
.box.overlay .box-wrap {
    background-size: cover;
    padding: 40px 40px 100px 40px;
    position: relative;
}
.box.overlay .box-wrap:after {
    background: rgba(66, 165, 245, 0.7);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.box.overlay .box-wrap .content {
    position: relative;
    z-index: 2;
}
.box.overlay .gk-overlay-bottom-link {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    bottom: -105px;
    color: #fff;
    font-size: 1.4rem;
    left: -40px;
    line-height: 45px;
    padding: 0 40px;
    position: absolute;
    right: -40px;
    text-transform: uppercase;
}
.box.overlay .gk-overlay-bottom-link:active,
.box.overlay .gk-overlay-bottom-link:focus,
.box.overlay .gk-overlay-bottom-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.box.overlay h3 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 0;
}
.box.overlay h3 a {
    color: #fff;
}
.box.overlay h3 a:active,
.box.overlay h3 a:focus,
.box.overlay h3 a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.box.overlay p {
    margin: 0;
}
.box.overlay small {
    color: #fff;
    display: block;
    font-size: 1.1rem;
    margin: 10px 0;
}
.box.overlay small .micon {
    font-size: 1.6rem;
    position: relative;
    top: 4px;
}
.box.overlay.overlay-accent-color .box-wrap:after {
    background: rgba(255, 64, 129, 0.7);
}
.box.overlay.overlay-dark-color .box-wrap:after {
    background: rgba(21, 21, 21, 0.7);
}
.box.overlay.overlay-medium-space .box-wrap {
    padding: 40px 40px 150px 40px;
}
.box.overlay.overlay-medium-space .gk-overlay-bottom-link {
    bottom: -155px;
}
.box.overlay.overlay-big-space .box-wrap {
    padding: 40px 40px 200px 40px;
}
.box.overlay.overlay-big-space .gk-overlay-bottom-link {
    bottom: -205px;
}
html {
    border-bottom: 1px solid transparent;
    min-height: 100%;
}
body > div footer,
body > div header,
body > div section {
    clear: both;
    margin: 0 auto;
}
.gk-clearfix {
    clear: both;
}
#gkPageContent:after,
#gkContent:after,
#gkSidebar:after,
.gk-cols:after,
footer:after,
header:after,
section:after,
aside:after,
article:after,
.box:after,
.gkTabsNav:after,
.gk-features:after,
.gk-price-table:after,
.gk-testimonials > div:after,
#k2Container:after,
.single-page > .item-content:after,
.single-page > .itemComments:after,
.box .box-wrap:after,
.gk-clearfix:after {
    border-spacing: 0;
    clear: both;
    content: "";
    display: table;
}
#gkContent,
#gkSidebar,
#gk-content-wrapper {
    width: 100%;
}
#gkSidebar {
    padding: 0;
    margin-top: 60px;
    float: left
}
#gkSidebar.noSidebarTop {
    padding-top: 380px;
}
#gkSidebarTop {
    min-height: 380px;
}
div[data-sidebar-pos="left"] #gkContent,
div[data-sidebar-pos="left"] #gk-content-wrapper {
    float: right;
}
div[data-sidebar-pos="left"] #gkSidebar {
    float: left;
    padding-left: 0;
    padding-right: 32px;
}
#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
    width: 100%;
}
#gkMainbodyTop .box,
#gkMainbodyBottom .box {}
#gkMainbodyTop + #gkMainbody {
    margin-top: 0;
    padding-top: 10px;
}
#gkMainbody + #gkMainbodyBottom {
    margin-top: 0;
    padding-top: 10px;
}
#gkTop1.gray-bg,
#gkTop2.gray-bg,
#gkBottom1.gray-bg,
#gkBottom2.gray-bg,
#gkBottom3.gray-bg,
#gkBottom4.gray-bg,
#gkBottom5.gray-bg,
#gkBottom6.gray-bg,
#gkBottom7.gray-bg,
#gkBottom8.gray-bg,
#gkBottom9.gray-bg {
    background: #f5f5f5;
}
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box,
#gkBottom6 .box,
#gkBottom7 .box,
#gkBottom8 .box,
#gkBottom9 .box {
    float: left;
}
.gk-modules-block {
    position: relative;
}
.gk-modules-block + .gk-modules-block:before {
    /*border-top: 1px solid #e5e5e5;*/
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.gk-modules-block.gray-bg + .gk-modules-block:before,
.gk-modules-block + .gk-modules-block.gray-bg:before {
    display: none;
}
.cols-2 .column-1,
.cols-2 .column-2 {
    width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
    float: left;
    width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
    float: left;
}
#gkMainbody .box {
    padding: 60px 0;
}
#gkMainbody .subpage .box {
    padding: 0;
}
#gkMainbody .error-page-container .box {
    padding: 12px;
}
.cols-2 .column-1,
.cols-3 .column-1 {
    padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
    padding-left: 10px;
}
.cols-3 .column-2 {
    padding-left: 10px;
    padding-right: 10px;
}
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
    float: left;
    padding: 0 50px;
}
.gkCols3 .box.gkmod-1 {
    width: 100%;
}
.gkCols3 .box.gkmod-2 {
    width: 50%;
}
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
    width: 33.3%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
    clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
    width: 100% !important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
    width: 50% !important;
}
.gkCols4 .box.gkmod-1,
.gkCols4 .box.gkmod-2,
.gkCols4 .box.gkmod-3,
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
    float: left;
    padding: 0 50px;
}
.gkCols4 .box.gkmod-1 {
    width: 100%;
}
.gkCols4 .box.gkmod-2 {
    width: 50%;
}
.gkCols4 .box.gkmod-3 {
    width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
    width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
    clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
    width: 100% !important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
    width: 50% !important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
    width: 33.3% !important;
}
.gkCols6 .box.gkmod-1,
.gkCols6 .box.gkmod-2,
.gkCols6 .box.gkmod-3,
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
    float: left;
    padding: 0 50px;
}
.gkCols6 .box.gkmod-1 {
    width: 100%;
}
.gkCols6 .box.gkmod-2 {
    width: 50%;
}
.gkCols6 .box.gkmod-3 {
    width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
    width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
    width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
    width: 16.66%;
}
.gkCols6 .box.gkmod-more:nth-child(6n+1) {
    clear: both;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
    width: 100% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
    width: 50% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
    width: 33.3% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
    width: 20% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
    width: 16.66% !important;
}
.gkCols3 > div,
.gkCols4 > div,
.gkCols6 > div {
    margin: 0 -50px;
}
#gkHeaderNav .gkMainMenu {
    color: #0c0f1a;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1.4rem;
    font-weight: 300;
    height: 82px;
    line-height: 82px;
    margin: 0 20px 0 0 !important;
    padding: 0;
    top: 0;
}
#gkHeaderNav .gkMainMenu:after {
    clear: both;
    content: "";
    display: table;
}
#gkHeaderNav .gkMainMenu .gkmenu {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li {
    height: 82px;
    line-height: 82px;
    padding: 0;
    position: relative;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a.active,
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span.active {
    color: #f06931;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a,
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span {
    height: 82px;
    line-height: 82px;
    padding: 0 40px;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a .micon,
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span .micon {
    float: left;
    font-size: 2rem;
    margin-right: 10px;
    position: relative;
    top: 21px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li {
    clear: none !important;
    display: inline-block;
    height: 82px;
    line-height: 82px;
    width: auto;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a,
#gkHeaderNav .gkMainMenu .gkmenu > li > span {
    color: #fff;
    display: block;
    padding: 12px 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > span:after {
    background: #f06931;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%;
}
#gkHeaderNav .gkMainMenu .gkmenu:not(.level1) > li:after {
    content: '/';
    color: #f06931;
    /* margin-left: 40px; */
    position: absolute;
    top: 0;
    right: 0;
}
#gkHeaderNav .gkMainMenu .gkmenu > li.reg:after,
#gkHeaderNav .gkMainMenu .gkmenu > li.log:after,
#gkHeaderNav .gkMainMenu .gkmenu > li.no:after {
    display: none
}
#gkHeaderNav .gkMainMenu .gkmenu > li.reg > a {}
#gkHeaderNav .gkMainMenu .gkmenu > li.log > a {
    background: none;
    text-transform: none;
    font-size: 14px;
    color: #64b1d8;
    border: 1px solid #64b1d8;
    height: 32px;
    margin: 25px 0;
    line-height: 32px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    top: -3px;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#gkHeaderNav .gkMainMenu .gkmenu > li.reg > a {
    background: #f06931;
    text-transform: none;
    color: #fff !important;
    height: 52px;
    margin: 15px;
    line-height: 52px;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    top: -3px;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#gkHeaderNav .gkMainMenu .gkmenu > li.reg > a:hover:before,
#gkHeaderNav .gkMainMenu .gkmenu > li.reg > a:focus:before,
#gkHeaderNav .gkMainMenu .gkmenu > li.reg > a:active:before,
#gkHeaderNav .gkMainMenu .gkmenu > li.log > a:hover:before,
#gkHeaderNav .gkMainMenu .gkmenu > li.log > a:focus:before,
#gkHeaderNav .gkMainMenu .gkmenu > li.log > a:active:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
#gkHeaderNav .gkMainMenu .gkmenu > li.reg > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c0f1a;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#gkHeaderNav .gkMainMenu .gkmenu > li.log > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #64b1d8;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#gkHeaderNav .gkMainMenu .gkmenu > li.log > a:hover {
    color: #fff !important;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a .micon,
#gkHeaderNav .gkMainMenu .gkmenu > li > span .micon {
    float: left;
    font-size: 2rem;
    margin-right: 10px;
    position: relative;
    top: 12px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a:active,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:focus,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:hover {
    color: #f06931;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a:active:after,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:focus:after,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a:active:after,
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a:focus:after,
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a:hover:after {
    display: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li a small {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > .childcontent,
#gkHeaderNav .gkMainMenu .gkmenu > li > .childcontent .childcontent {
    position: absolute;
    left: -9999px;
    z-index: 9bcbcbc;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
    margin: 0;
    padding: 0;
    text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent-inner {
    background: #fff;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .gkcol {
    padding-bottom: 0;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li {
    border: none;
    display: block;
    font-size: 1.4rem;
    height: auto;
    line-height: 40px;
    margin: 0;
    min-height: 40px;
    padding: 0;
    text-align: left;
    text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span {
    color: #0c0f1a;
    height: auto;
    line-height: 40px;
    min-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:active,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:focus,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:hover,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a.active,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:active,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:focus,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:hover,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span.active {
    background: #eee;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:after,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:after {
    display: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li.group {
    padding: 0;
    margin: 0;
    height: auto;
    border: none !important;
    background: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .header {
    color: #0c0f1a;
    display: block;
    font-weight: 600 !important;
    margin: 0;
    padding: 10px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .header a {
    color: #0c0f1a;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .header small {
    color: #bcbcbc;
    display: block;
    font-weight: normal;
    margin: 3px 0 0;
    text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu li .module {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 10px;
    text-align: left;
    text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol {
    float: left;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol.gkcol2,
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol.gkcol3,
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol.gkcol4,
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol.gkcol5 {
    padding: 0 10px;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol:first-child {
    border-left: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li:hover > .childcontent,
#gkHeaderNav .gkMainMenu .gkmenu > li:hover > .childcontent li:hover > .childcontent {
    left: inherit;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent.active,
#gkHeaderNav .gkMainMenu .gkmenu > li:hover > .childcontent {
    pointer-events: auto;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent {
    pointer-events: none;
    z-index: 1000 !important;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .childcontent {
    z-index: 1001 !important;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .childcontent .childcontent {
    z-index: 1002 !important;
}
#gkHeaderNav .gkMainMenu .gkmenu > li .childcontent {
    margin-left: -11px;
    margin-top: 0;
}
#gkHeaderNav .gkMainMenu .gkmenu > li .childcontent .childcontent {
    margin-left: 100px;
    margin-top: -35px !important;
}
#gk-menu-overlay {
    background: rgba(20, 25, 44, 0.97);
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#gk-menu-overlay-wrap {
    left: 50%;
    margin: 0 auto 0 -320px;
    max-width: 640px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
}
#gk-menu-overlay-wrap .gkMainMenu {
    display: block;
    padding: 60px 0 10px;
    position: static;
    text-align: center;
}
#gk-menu-overlay-wrap .gkMainMenu a,
#gk-menu-overlay-wrap .gkMainMenu span {
    color: #fff;
    display: block;
    font-size: 2.4rem;
    padding: 10px 0;
}
#gk-menu-overlay-wrap .gkMainMenu a:active,
#gk-menu-overlay-wrap .gkMainMenu a:focus,
#gk-menu-overlay-wrap .gkMainMenu a:hover,
#gk-menu-overlay-wrap .gkMainMenu span:active,
#gk-menu-overlay-wrap .gkMainMenu span:focus,
#gk-menu-overlay-wrap .gkMainMenu span:hover {
    color: #f06931;
}
#gk-menu-overlay-wrap .gkMainMenu li {
    clear: both;
    width: 100%;
}
#gk-menu-overlay-wrap .gkMainMenu li:first-child {
    border-top: none;
}
#gk-menu-overlay-wrap .gkMainMenu li.haschild,
#gk-menu-overlay-wrap .gkMainMenu li .group {
    padding-bottom: 0;
}
#gk-menu-overlay-wrap .gkMainMenu li .gkmenu {
    margin-top: 0;
    margin-bottom: 30px;
}
#gk-menu-overlay-wrap .gkMainMenu li li {}
#gk-menu-overlay-wrap .gkMainMenu li li a {
    padding: 0;
}
#gk-menu-overlay-wrap .gkMainMenu li li:first-child {}
#gk-menu-overlay-wrap .gkMainMenu li li li a {
    font-size: 1.6rem;
    padding: 5px 0;
}
#gk-menu-overlay-wrap .gkMainMenu a.reg {
    background: #f06931;
    display: inline-block;
    padding: 10px 30px;
}
#gk-menu-overlay-wrap .gkMainMenu .childcontent,
#gk-menu-overlay-wrap .gkMainMenu .childcontent .childcontent {
    display: block !important;
    height: auto !important;
    margin-left: 0 !important;
    opacity: 1 !important;
    position: static;
    width: 100% !important;
}
#gk-menu-overlay-wrap .gkMainMenu .childcontent .gkcol,
#gk-menu-overlay-wrap .gkMainMenu .childcontent .childcontent .gkcol {
    height: auto !important;
    width: 100% !important;
}
#gk-menu-overlay-wrap .module {
    display: none;
}
#gk-menu-overlay-wrap .header > a {
    color: #fff;
}
#gk-menu-overlay-wrap .header > a:active,
#gk-menu-overlay-wrap .header > a:focus,
#gk-menu-overlay-wrap .header > a:hover {
    color: #f06931;
}
#gk-menu-overlay-wrap .header > a > small {
    display: block;
}
#gk-menu-overlay-wrap #gk-menu-overlay-close {
    color: #fff;
    cursor: pointer;
    font-size: 3.2rem;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 22px;
}
#gk-menu-overlay-wrap #gk-menu-overlay-close:active,
#gk-menu-overlay-wrap #gk-menu-overlay-close:focus,
#gk-menu-overlay-wrap #gk-menu-overlay-close:hover {
    color: #f06931;
}
#gk-menu-overlay,
#gk-menu-overlay-wrap {
    display: none;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#gk-menu-overlay.gk-show,
#gk-menu-overlay-wrap.gk-show {
    display: block;
}
#gk-menu-overlay.gk-active,
#gk-menu-overlay-wrap.gk-active {
    opacity: 1;
}
#gkMobileMenu {
    display: none;
}
#gkMobileMenu.off-canvas {
    display: block;
}
#gkMobileMenu {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 1.4rem;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 15px !important;
    overflow: hidden;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: 32px;
    top: 10px;
    right: 10px;
}
#gkMobileMenu i {
    background: #fff;
    border-radius: 1px;
    display: block;
    float: right;
    height: 4px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
    width: 32px;
}
#gkMobileMenu i:before,
#gkMobileMenu i:after {
    background: #fff;
    border-radius: 1px;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: -10px;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
    width: 32px;
}
#gkMobileMenu i:after {
    top: 10px;
}
#gkMobileMenu:active > i,
#gkMobileMenu:active > i:before,
#gkMobileMenu:active > i:after,
#gkMobileMenu:focus > i,
#gkMobileMenu:focus > i:before,
#gkMobileMenu:focus > i:after,
#gkMobileMenu:hover > i,
#gkMobileMenu:hover > i:before,
#gkMobileMenu:hover > i:after {
    background: #f06931;
}
#gkHeaderNav {
    background: #14192c;
    position: fixed;
    width: 100%;
    z-index: 1001;
    max-width: 2400px;
}
#gkHeaderNav > div {
    margin: 0 auto;
    position: relative;
}
#gkHeaderNav.gk-fixed-nav {
    position: fixed;
    top: -350px;
    z-index: 1000;
}
#gkHeaderNav.inactive #gk-mobile-menu-text {
    width: 0 !important;
}
#gkHeaderNav.inactive #gkLogo {
    opacity: 0;
}
#gkHeaderNav.gk-fixed.inactive #gkLogo {
    opacity: 1;
}
#gkBg {
    -webkit-transition: margin-left .3s ease-out;
    -o-transition: margin-left .3s ease-out;
    transition: margin-left .3s ease-out;
    z-index: 1;
}
#gkBg.menu-open {
    margin-left: -280px !important;
}
#gkBg.menu-visible {
    position: relative;
}
#static-aside-menu-toggler {
    cursor: pointer;
}
#aside-menu {
    background: #151515;
    display: none;
    float: right;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    z-index: 0;
}
#aside-menu.menu-open {
    display: block;
    position: fixed;
}
#aside-menu > div {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-right: 32px;
    min-width: 280px;
    max-width: 100%;
}
#aside-menu li {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 4px 0;
    text-transform: uppercase;
}
#aside-menu li a {
    color: #757575;
}
#aside-menu li a:active,
#aside-menu li a:focus,
#aside-menu li a:hover {
    color: #fff;
}
#aside-menu li.last {
    margin-bottom: 12px;
}
#aside-menu li a.active {
    color: #fff;
}
#aside-menu li li {
    font-weight: 500;
    padding: 4px 0;
    text-transform: none;
}
#aside-menu li li a {
    color: #757575;
}
#aside-menu li li li {
    padding-left: 10px;
}
#aside-menu li li li:before {
    content: "-";
    padding: 0 10px 0 0;
}
#close-menu {
    color: #757575;
    cursor: pointer;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 17px;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 28px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 2;
}
#close-menu:hover {
    color: #fff;
}
#close-menu.menu-open {
    opacity: 1.0;
    right: 18px;
}
.gkAsideMenu > ul {
    padding: 20px 0 20px 32px;
}
.android-stock-browser #aside-menu {
    height: auto;
    min-height: 100%;
    position: absolute;
}
.android-stock-browser #aside-menu > div {
    height: auto;
    min-height: 100%;
}
#gk-menu-top,
#gk-menu-bottom {
    color: #757575;
    font-size: 1.3rem;
    padding: 15px 0;
}
#gk-menu-top a,
#gk-menu-bottom a {
    color: #fff;
}
#gk-menu-top a:active,
#gk-menu-top a:focus,
#gk-menu-top a:hover,
#gk-menu-bottom a:active,
#gk-menu-bottom a:focus,
#gk-menu-bottom a:hover {
    color: #f06931;
}
#gk-menu-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 5px 0 20px 32px;
}
#gk-menu-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 20px 0 0 32px;
}
.k2FeedIcon a,
a.k2FeedIcon {
    color: #bbb;
    display: block;
    font-size: 1.1rem;
    height: 2.1rem;
    letter-spacing: 1px;
    line-height: 2.1rem;
    margin: 60px auto 30px auto;
    text-align: center;
    text-transform: uppercase;
}
.k2FeedIcon a:active,
.k2FeedIcon a:focus,
.k2FeedIcon a:hover,
a.k2FeedIcon:active,
a.k2FeedIcon:focus,
a.k2FeedIcon:hover {
    color: #f06931;
}
.k2FeedIcon a:before,
a.k2FeedIcon:before {
    color: #f06931;
    content: "\f09e";
    font-family: FontAwesome;
    font-size: 1.6rem;
    margin: 0 12px 0 0;
    text-indent: inherit;
}
.k2FeedIcon {
    float: none !important;
}
.activeCategory {
    background: #f6f6f6;
}
.activeCategory a {
    padding: 8px 16px !important;
}
.itemExtraFields ul li span.itemExtraFieldsValue,
.itemLinks .itemCategory a {
    display: block;
}
.latestView .itemsContainer {
    float: left;
}
.clr {
    clear: both;
}
.itemContainerLast:first-child .itemImageBlock,
.clr + .itemContainerLast .itemImageBlock {
    padding: 0;
}
.itemCommentsPagination ul li {
    display: inline-block;
    margin: 0 3px;
    font-size: 80%;
}
.itemCommentsPagination ul {
    text-align: right;
}
.itemsContainer .itemsContainerWrap,
.itemContainer .itemsContainerWrap {
    margin: 0 10px;
}
.itemsContainer .itemsContainerWrap .itemList article {
    margin-bottom: 50px;
}
.itemContainer {
    float: left;
}
.k2LatestCommentsBlock li {
    border-bottom: 1px solid #ddd;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}
.k2LatestCommentsBlock li a {
    display: inherit;
}
.k2LatestCommentsBlock li.lastItem a {
    color: #5b5b5b;
}
.k2LatestCommentsBlock li.lastItem a:hover {
    color: #f06931;
}
.k2LatestCommentsBlock .k2Avatar {
    float: left;
}
.k2LatestCommentsBlock .lcCommentInfo {
    clear: both;
    font-size: 1.1rem;
}
.tcUsername {
    font-size: 1.8rem;
    color: #0c0f1a;
}
.tcLatestComment {
    display: block;
    margin: 6px 0;
    font-size: 1.3rem;
    color: #757575;
}
.tcLatestCommentDate {
    display: block;
    font-size: 1.1rem;
    color: #bcbcbc;
}
.k2ItemsBlock ul {
    margin-right: -20px;
}
.k2ItemsBlock ul li {
    margin: 0 0 12px;
    background: none !important;
    padding: 12px 20px 12px 0 !important;
    list-style: none !important;
}
.moduleItemTitle {
    color: #0c0f1a;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
}
.moduleItemAuthor {
    overflow: hidden;
    margin: 0 0 16px;
    font-size: 1.1rem;
    border-bottom: 1px solid #eee;
}
.moduleItemAuthor a {
    color: #0c0f1a;
    display: block;
    font: bold 12px Verdana, Geneva, sans-serif;
    padding: 0 0 12px;
}
.moduleItemAuthor p {
    clear: both;
}
.moduleItemIntrotext {
    display: block;
    padding: 12px 0 0;
    line-height: 1.6;
}
.moduleItemIntrotext a.moduleItemImage img {
    float: left;
    overflow: hidden;
    margin: 4px 0;
}
.moduleItemDateCreated,
.moduleItemCategory {
    font: normal 10px Verdana, Geneva, sans-serif;
    color: #757575;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
    display: block;
    float: left;
    font-weight: 500;
    margin: 0 4px 0 0;
    width: 30%;
}
.moduleItemTags,
.moduleAttachments {
    overflow: hidden;
    border-top: 1px solid #eee;
    margin: 12px 0 0;
    padding: 12px 0 0;
}
.moduleItemTags strong {
    font-size: 1.2rem;
    color: #0c0f1a;
}
.moduleItemTags a {
    float: right;
}
a.moduleItemComments {
    font-size: 1.2rem;
}
a:hover.moduleItemComments {
    background-position: 0 100%;
    color: #fff;
}
.k2ItemsBlock ul li span.moduleItemHits {
    font-size: 90%;
}
.moduleItemImage {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.moduleItemReadMore {
    display: block;
    clear: both;
}
.k2LoginBlock fieldset.input {
    margin: 0;
    padding: 0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
    margin: 0;
    padding: 0 0 4px 0;
}
.k2LoginBlock fieldset.input p#form-login-remember label,
.k2LoginBlock fieldset.input p#form-login-remember input {
    display: inline;
}
.k2LoginBlock fieldset.input p label,
.k2LoginBlock fieldset.input p input {
    display: block;
}
.k2LoginBlock fieldset.input p input[type="text"],
.k2LoginBlock fieldset.input p input[type="password"] {
    margin: 0 0 10px 0;
    width: 100%;
}
.k2UserBlock p.ubGreeting {
    border-bottom: 1px dotted #eee;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
}
.k2BreadcrumbsBlock span.bcTitle {
    padding: 0 4px 0 0;
    color: #757575;
}
.k2BreadcrumbsBlock span.bcSeparator {
    padding: 0 4px;
    font-size: 1.4rem;
}
.k2CalendarLoader {
    background: #fff;
}
.k2CalendarBlock {
    margin-bottom: 8px;
}
.k2CalendarBlock table.calendar {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-collapse: collapse;
    border-left: 1px solid #eee;
}
.k2CalendarBlock table.calendar tr td {
    font-size: 1.3rem !important;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    border: 1px solid #eee;
    background: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
    background: #fff;
    text-align: center;
    font-size: 1.5rem !important;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
    background: #f6f6f6;
    width: 14.2%;
    color: #0c0f1a;
    font-weight: 500;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
    background: #f6f6f6;
}
.k2CalendarBlock table.calendar tr td.calendarDate {
    font-size: 1.1rem;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked {
    padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
    display: block;
    font-weight: bold;
    padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
    display: block;
    background: #f06931;
    color: #fff !important;
    padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
    background: #f06931;
    color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
    background: #f6f6f6;
    padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a {
    display: block;
    padding: 2px;
    color: #f06931;
    font-size: 1.2rem;
    font-weight: bold;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
    display: block;
    background: #f06931;
    color: #fff !important;
    padding: 2px;
}
.calendarNavLink {
    color: #f06931;
}
.k2CategorySelectBlock form select {
    width: auto;
}
.k2ArchivesBlock ul li b {
    color: #bbb;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 0 0 0 4px;
}
.ubUserItems {
    margin: 20px 0 !important;
}
.k2TagCloudBlock a {
    color: #f06931;
    float: left;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 3px 6px;
}
.k2TagCloudBlock a:before {
    content: "#";
}
.k2TagCloudBlock a:active,
.k2TagCloudBlock a:focus,
.k2TagCloudBlock a:hover {
    color: #f06931;
}
#k2Container .gsc-branding-text {
    text-align: right;
}
#k2Container .gsc-control {
    width: 100%;
}
#k2Container .gs-visibleUrl {
    display: none;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
    display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
}
a.ubUserURL span,
a.ubUserURL:hover span {
    display: none;
}
span.ubUserEmail {
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    overflow: hidden;
}
span.ubUserEmail a {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
}
.k2UsersBlock ul li h3 {
    clear: both;
    margin: 8px 0 0 0;
    padding: 0;
}
.catCounter {
    color: #757575;
    font-size: 1.1rem;
    font-weight: normal;
}
.item-body {
    clear: both;
    margin: 50px 0 10px;
}
.item-body h2,
.item-body h3,
.item-body h4 {
    margin-top: 0;
}
.single-page > .header {
    margin: -80px -80px 0 -80px;
    position: relative;
    text-align: center;
}
.single-page .header-wrap {
    max-width: 100%;
    position: relative;
}
.single-page .header-wrap > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.single-page .header-wrap .item-image-info {
    bottom: 40px;
    color: #fff;
    font-size: 1.1rem;
    left: 80px;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-align: left;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    z-index: 1;
}
.single-page .header-wrap .item-image-caption,
.single-page .header-wrap .item-image-credits {
    display: block;
    line-height: 1.2;
}
.single-page .header-wrap .item-social-icons {
    background: #f06931;
    border-radius: 50%;
    bottom: -25px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 50px;
    line-height: 51px;
    position: absolute;
    right: 50px;
    text-align: center;
    width: 50px;
}
.single-page .header-wrap .item-social-icons > .micon {
    color: #fff;
    cursor: pointer;
    font-size: 2.4rem;
    margin: 12px 0;
    position: relative;
    text-indent: 13px;
    text-align: left;
    width: 100%;
    z-index: 2;
}
.single-page .header-wrap .item-social-icons > a {
    background: #f06931;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    display: block;
    height: 46px;
    line-height: 47px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 46px;
}
.single-page .header-wrap .item-social-icons > a > .fa,
.single-page .header-wrap .item-social-icons > a > .micon {
    color: #fff;
    font-size: 2rem;
    margin: 12px 0;
    text-align: left;
    text-indent: 13px;
    width: 100%;
}
.single-page .header-wrap .item-social-icons > a > .fa {
    margin-top: 14px;
    text-indent: 15px;
}
.single-page .header-wrap .item-social-icons > a:nth-child(2) {
    right: 0;
    top: 0;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(3) {
    right: 0;
    top: 0;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(4) {
    right: 0;
    top: 0;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(5) {
    right: 0;
    top: 0;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(6) {
    left: 0;
    top: 0;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(7) {
    left: 0;
    top: 0;
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(8) {
    left: 0;
    top: 0;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(9) {
    left: 0;
    top: 0;
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}
.single-page .header-wrap .item-social-icons.open > a {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(2) {
    top: -70px;
    right: 2px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(3) {
    top: -55px;
    right: -50px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(4) {
    top: 0px;
    right: -70px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(5) {
    top: 55px;
    right: -50px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(6) {
    top: 75px;
    left: 2px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(7) {
    top: 55px;
    left: -50px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(8) {
    top: 0;
    left: -70px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(9) {
    top: -55px;
    left: -50px;
}
.single-page .header-wrap .item-social-icons.open > a:hover {
    background: #0c0f1a !important;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.single-page .header-wrap .item-social-icons.open > a.facebook {
    background: #1565c0;
}
.single-page .header-wrap .item-social-icons.open > a.twitter {
    background: #f06931;
}
.single-page .header-wrap .item-social-icons.open > a.google {
    background: #e64a19;
}
.single-page .header-wrap .item-social-icons.open > a.pinterest {
    background: #ff1744;
}
.single-page .header-wrap .item-social-icons.open > a.linkedin {
    background: #448aff;
}
.single-page .header-wrap .item-social-icons.open > a.vk {
    background: #1565c0;
}
.single-page .header-wrap .item-social-icons.open > a.email {
    background: #ff8f00;
}
.single-page .item-title {
    color: #151515;
    font-size: 3.6rem;
    font-weight: normal;
    margin-bottom: 46px;
    text-transform: none;
}
.single-page .item-body {
    clear: none;
    float: right;
    width: 100%;
}
.single-page .item-info {
    left: 0;
    position: absolute;
    top: 80px;
    width: 80px;
}
.single-page .item-info + .item-body {
    padding-left: 160px;
}
.single-page .item-info .itemAuthor {
    text-align: left;
}
.single-page .item-info .itemAuthor img {
    margin: 0 0 20px 0;
    width: 80px;
    display: none;
}
.single-page .item-info .itemAuthor a {
    color: #0c0f1a;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}
.single-page .item-info .itemAuthor a:active,
.single-page .item-info .itemAuthor a:focus,
.single-page .item-info .itemAuthor a:hover {
    color: #f06931;
}
.single-page .item-info .itemAuthor:before {
    display: none;
}
.single-page .item-info .itemAuthor .userURL {
    color: #757575;
    display: block;
    font-weight: 500;
    margin: 5px 0;
}
.single-page .item-info .itemAuthor .userURL:active,
.single-page .item-info .itemAuthor .userURL:focus,
.single-page .item-info .itemAuthor .userURL:hover {
    color: #f06931;
}
.single-page .item-info .itemAuthor .item-author-name {
    color: #151515;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}
.single-page .item-top-info {
    color: #555;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
}
.single-page .item-top-info li {
    float: left;
    padding: 0 8px;
}
.single-page .item-top-info li:first-child {
    padding: 0 8px 0 0;
}
.single-page .item-top-info li:before {
    display: none;
}
.no-image .item-social-icons {
    top: 60px !important;
}
.single-page .itemIntroText {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.75;
}
.single-page .itemFullText {
    color: #757575;
}
.single-page .itemFullText iframe {
    margin: 4rem 0;
}
.single-page .itemVideoBlock {
    margin: 9rem 0;
    text-align: center;
}
.single-page .itemVideoBlock p {
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.2rem;
    color: #bcbcbc;
    margin: 0 0 2em;
    padding: 12px 0;
    text-align: left;
}
.single-page .itemVideoBlock p span + span {
    padding-left: 24px;
}
.single-page > .item-content,
.single-page > .itemComments {
    margin: 0 auto !important;
    width: 100%;
}
.single-page > .item-content figure {
    margin: 9rem 0 9rem -160px;
    text-align: center;
}
.single-page > .item-content figure img {
    margin: 0 auto;
}
.single-page > .item-content figure figcaption {
    border-bottom: 1px solid #e5e5e5;
    color: #bcbcbc;
    font-size: 1.2rem;
    margin: 0 0 2em;
    padding: 8px 0 10px;
    text-align: left;
}
.itemVideoCaption,
.itemVideoCredits {
    color: #bcbcbc;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2;
    padding: 0;
    text-align: center;
}
.itemAttachmentsBlock ul {
    margin: 1em 0;
}
.itemAttachmentsBlock ul li {
    list-style-type: none !important;
    padding: 5px 0 !important;
}
.itemAttachmentsBlock ul li:before {
    display: none;
}
.itemAttachmentsBlock ul li i {
    margin-right: 10px;
    color: #bbb;
}
.itemAttachmentsBlock ul li span {
    color: #757575;
    font-weight: normal;
    font-size: 1.1rem;
    margin-left: 12px;
}
.itemExtraFields {
    font-size: 1.5rem;
    margin: 8px 0 24px;
}
.itemExtraFields dl {
    overflow: hidden;
}
.itemExtraFields dt {
    clear: both;
    color: #151515;
    float: left;
    font-weight: bold;
    margin: 0 0 10px 0;
    width: 20%;
}
.itemExtraFields dd {
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    width: 80%;
}
.itemBottom {
    border-top: 1px solid #e5e5e5;
    clear: both;
    margin: 9rem 0 0;
    padding: 30px 0 0;
}
.itemBottom .itemDateModified {
    color: #bcbcbc;
    float: left;
    font-size: 1.2rem;
    padding: 5px 0;
}
.itemBottom .itemRatingBlock {
    float: right;
    margin: 0;
}
.itemRatingBlock span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 8px;
}
.itemRatingForm {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    margin: 0;
    text-align: center;
}
.itemRatingLog {
    margin: -2px 0 0;
    padding: 0 0 0 4px;
    float: left;
    line-height: 25px;
    font-size: 1.1rem;
    color: #757575;
}
span#formLog {
    display: block;
    float: none;
    clear: both;
    color: #0c0f1a;
    background: #FFFFDD;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin: 10px 0;
    position: relative;
    top: 10px;
}
.itemRatingForm .formLogLoading {
    height: 25px;
    padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
    background: url('../images/k2/star.png') left -1000px repeat-x;
}
.itemRatingList {
    position: relative;
    float: left;
    width: 125px;
    height: 25px;
    overflow: hidden;
    list-style: none;
    margin: 0 6px 0 0 !important;
    padding: 0;
    background-position: left top;
}
.itemRatingList li {
    background: none;
    border: none !important;
    float: left;
    display: block;
    height: 25px !important;
    padding: 0 !important;
    position: static !important;
    width: 25px !important;
}
.itemRatingList li:before {
    display: none;
}
.itemRatingList li a {
    border-bottom: none !important;
    position: absolute;
}
.itemRatingList li[class] {
    width: inherit !important;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000px;
    height: 25px;
    line-height: 25px;
    outline: none;
    overflow: hidden;
    border: none;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.itemRatingList a:hover {
    background-position: left center;
}
.itemRatingList a.one-star {
    width: 20%;
    z-index: 6;
}
.itemRatingList a.two-stars {
    width: 40%;
    z-index: 5;
}
.itemRatingList a.three-stars {
    width: 60%;
    z-index: 4;
}
.itemRatingList a.four-stars {
    width: 80%;
    z-index: 3;
}
.itemRatingList a.five-stars {
    width: 100%;
    z-index: 2;
}
.itemRatingList .itemCurrentRating {
    z-index: 1;
    background-position: 0 bottom;
    margin: 0;
    padding: 0;
}
.itemLinks,
.itemTagsBlock {
    color: #757575;
    line-height: 2.3;
}
.item-body .itemTags {
    margin: 12rem 0 -3rem;
}
.item-body .itemTags > li {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    list-style-type: none;
    margin: 0 12px 0 0;
    padding: 0;
}
.item-body .itemTags > li:before {
    content: "#";
    font-size: 1.2rem;
    position: static;
}
.item-body .itemTags > li > a,
.item-body .itemTags > li:before {
    border-bottom: none;
}
.item-body .itemTags > li > a:hover,
.item-body .itemTags > li:hover:before {
    color: #f06931 !important;
}
.itemLinks > div {
    margin: 0 0 8px;
}
.itemLinks .itemTagsBlock,
.itemLinks .itemSocialSharing {
    clear: both;
    overflow: hidden;
}
.itemSocialSharing {
    margin: 20px 0 0 0;
    padding: 40px 0 0;
    text-align: center;
}
.itemSocialSharing > div {
    display: inline-block;
    margin: 0 12px;
    vertical-align: top;
}
.itemSubheader {
    border-top: 1px solid #e5e5e5;
    clear: both;
    margin: 80px 0 0 -160px;
    padding: 0 0 0 160px;
}
.itemSubheader h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    padding: 60px 0 40px 0;
    text-transform: uppercase;
}
.itemAuthorContent {
    clear: both;
    overflow: hidden;
}
.itemAuthorContent a {
    border-bottom: none !important;
}
.itemAuthorContent ul {
    margin: 0 -10px !important;
}
.itemAuthorContent ul li {
    float: left;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0 10px !important;
    text-align: left;
    width: 33.333333%;
}
.itemAuthorContent ul li:before {
    display: none;
}
.itemAuthorContent ul li img {
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.itemAuthorContent ul li a {
    color: #151515;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
}
.itemAuthorContent ul li a.itemRelTitle {
    display: block;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.itemAuthorContent ul li a.itemRelTitle:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.itemAuthorContent ul[data-cols="1"] li {
    width: 100%;
}
.itemAuthorContent ul[data-cols="2"] li {
    width: 50%;
}
.itemAuthorContent ul[data-cols="3"] li {
    width: 33%;
}
.itemAuthorContent ul[data-cols="4"] li {
    width: 25%;
}
.itemAuthorLinks ul {
    margin: 0 -25px !important;
}
.itemAuthorLinks ul li {
    border-left: 1px solid #e5e5e5;
    padding: 0 25px !important;
}
.itemAuthorLinks ul li:first-child {
    border-left: none;
}
.itemNavigation {
    border-top: 1px solid #e5e5e5;
    clear: both;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 80px 0 0 -160px;
    overflow: hidden;
    padding: 40px 0 40px 160px;
}
.itemNavigation .itemPrevious,
.itemNavigation .itemNext {
    border-bottom: none !important;
    max-width: 48%;
    overflow: hidden;
    position: relative;
}
.itemNavigation .itemPrevious i,
.itemNavigation .itemNext i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.itemNavigation .itemPrevious {
    float: left;
    padding-left: 40px;
}
.itemNavigation .itemPrevious i {
    left: 0;
}
.itemNavigation .itemNext {
    float: right;
    padding-right: 40px;
}
.itemNavigation .itemNext i {
    right: 0;
}
#itemCommentsAnchor {
    clear: both;
}
.itemCommentsForm label {
    display: block;
    clear: both;
    padding: 12px 0 10px;
}
.itemCommentsForm textarea,
.itemCommentsForm .inputbox {
    float: left;
    margin: 0 3% 3% 0;
    width: 30%;
}
.itemCommentsForm textarea.inputbox {
    height: 200px !important;
    width: 100%;
}
.itemCommentsForm .itemCommentsFormNotes {
    color: #757575;
    font-size: 1.3rem;
    margin: -30px 0 40px;
}
.itemComments .itemCommentsList {
    padding: 0 0 24px 0;
}
.itemComments .itemCommentsList li {
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0;
    padding: 1em 0 0;
}
.itemComments .itemCommentsList li:before {
    display: none;
}
.itemComments .itemCommentsList li a {
    border-bottom: none;
}
.itemComments .itemCommentsList li > div {
    margin: 0 0 0 100px;
    padding: 10px;
}
.itemComments .itemCommentsList li > div > span {
    font-size: 1.4rem;
}
.itemComments .itemCommentsList li > div p {
    color: #757575;
    font-size: 1.4rem;
}
.itemComments .itemCommentsList li span {
    color: #bcbcbc;
    display: block;
    margin: 0 12px 0 0;
}
.itemComments .itemCommentsList li span > a.inverse {
    font-weight: bold;
    letter-spacing: 1px;
}
.itemComments .itemCommentsList li > img,
.k2LatestCommentsBlock img,
.lcAvatar img {
    border-radius: 50%;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
#submitCommentButton {
    float: left;
}
.itemBackToTop {
    float: right;
}
.blog-page {
    margin-top: 40px;
    padding: 40px 40px 40px 0;
}
.blog-page > .header {
    border-bottom: 1px solid #ccc;
    margin: 0 auto 80px auto;
    max-width: 820px;
    padding: 0 0 20px 0;
}
.blog-page > .header .item-title {
    font-size: 4.2rem;
    font-style: italic;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 1.4;
    margin: 100px 0 10px 0;
}
.blog-page > .header .item-desc {
    font-size: 1.2rem;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog-page .item-list {
    min-width: 100%;
    padding: 0;
}
.blog-page .item-list .item-info {
    margin: 0;
}
.blog-page .item-list .item-list-row {
    margin: 0 0 30px 0;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.blog-page .item-list .item-list-row-blank .item-view {
    padding: 0;
}
.blog-page .item-list .item-view {
    background: #fff;
    margin: 0;
    padding: 30px;
    position: relative;
    text-align: left;
    width: 100%;
}
.blog-page .item-list .item-view:last-child {
    margin: 0;
}
.blog-page .item-list .item-view .item-title {
    font-size: 28px;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
}
.blog-page .item-list .item-view .item-content {
    /* display: table-cell;
 padding: 0 0 32px 0;
 position: relative;
 vertical-align: top;
 width: 100%;*/
}
.blog-page .item-list .item-view .item-image + .item-content {
    padding: 0 0 50px 80px;
    width: 66.666666%;
}
.blog-page .item-list .item-view .item-date,
.blog-page .item-list .item-view .item-author {
    color: #555;
    display: block;
    font-size: 1.1rem;
    font-style: normal;
}
.blog-page .item-list .item-view .item-date .micon,
.blog-page .item-list .item-view .item-author .micon {
    font-size: 1.8rem;
    position: relative;
    top: 4px;
    display: none;
}
.blog-page .item-list .item-view .item-author a {
    color: #bcbcbc;
}
.blog-page .item-list .item-view .item-author a:active,
.blog-page .item-list .item-view .item-author a:focus,
.blog-page .item-list .item-view .item-author a:hover {
    color: #f06931;
}
.blog-page .item-list .item-view .item-image {
    display: table-cell;
    margin: 0;
    overflow: hidden;
    vertical-align: top;
    width: 33.333333%;
}
.blog-page .item-list .item-view .item-image a {
    display: block;
    overflow: hidden;
}
.blog-page .item-list .item-view .item-image img {
    display: block;
    max-width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.blog-page .item-list .item-view .item-image a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.blog-page .item-list .item-view .item-footer {
    display: block;
    width: 100%;
    overflow: hidden;
}
.blog-page .item-list .item-view .item-footer span {
    display: block;
    float: left;
    margin-right: 20px;
}
.blog-page .item-list .item-view .item-image + .item-content .item-footer {
    left: 80px;
}
.blog-page .item-list .item-view .item-featured {
    color: #f06931;
}
.blog-page .item-list .item-view .item-featured > .micon {
    font-size: 3.2rem;
}
.blog-page .item-more-links {
    margin: 50px 0 0 0;
}
.blog-page .item-more-links .item-more-header {
    font-size: 2.4rem;
    margin: 0 0 10px 0;
    text-transform: none;
}
.blog-page .item-more-links .item-more-list {
    list-style-type: none;
}
.blog-page .item-more-links .item-more-item a {
    color: #0c0f1a;
    display: block;
    font-size: 1.6rem;
    padding: 5px 0;
}
.blog-page .item-more-links .item-more-item a:active,
.blog-page .item-more-links .item-more-item a:focus,
.blog-page .item-more-links .item-more-item a:hover {
    color: #f06931;
}
.user-page .item-author {
    background: #f6f6f6;
    margin: 0 0 80px;
    padding: 40px;
}
.user-page .item-author .item-author-avatar {
    float: left;
    margin: 0 80px 0 0;
    max-width: 160px !important;
}
.user-page .item-author .item-author-desc {
    margin: 5px 0;
}
.user-page .item-author .item-author-email,
.user-page .item-author .item-author-twitter,
.user-page .item-author .item-author-www {
    display: inline-block;
    padding: 5px 20px 5px 0;
}
.user-page .item-author .item-author-email > i,
.user-page .item-author .item-author-twitter > i,
.user-page .item-author .item-author-www > i {
    color: #757575;
    font-size: 1.8rem;
    line-height: 1;
    height: 18px;
    margin: 0 5px 0 0;
    position: relative;
    top: 3px;
    width: 18px;
}
.user-page .item-author .item-author-email a,
.user-page .item-author .item-author-twitter a,
.user-page .item-author .item-author-www a {
    color: #0c0f1a;
}
.user-page .item-author .item-author-email a:active,
.user-page .item-author .item-author-email a:focus,
.user-page .item-author .item-author-email a:hover,
.user-page .item-author .item-author-twitter a:active,
.user-page .item-author .item-author-twitter a:focus,
.user-page .item-author .item-author-twitter a:hover,
.user-page .item-author .item-author-www a:active,
.user-page .item-author .item-author-www a:focus,
.user-page .item-author .item-author-www a:hover {
    color: #f06931;
}
.latest-page .item-list-block {
    clear: both;
    margin: 50px 0;
    overflow: hidden;
}
.latest-page .item-list-block > h2 {
    color: #151515;
    float: left;
    font-size: 1.2rem;
    font-style: normal;
    text-transform: uppercase;
    width: 20% !important;
}
.latest-page .item-list-block .item-list-items {
    float: right;
    width: 75%;
}
.latest-page .item-list-block .item-list-items .item-view {
    float: left;
    padding: 0 1% 0 0;
    width: 32.333333%;
}
.latest-page .item-list-block .item-list-items .item-view h3 {
    color: #151515;
    font-size: 1.2rem;
    font-style: normal;
    margin: 15px auto 0 auto;
    text-align: left;
    text-transform: uppercase;
}
.latest-page .item-list-block .item-list-items .item-view .item-img {
    height: auto;
    max-width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.latest-page .item-list-block .item-list-items .item-view .item-img:hover {
    opacity: .8;
}
.latest-page .item-list-block .item-list-items .item-view .latest-item-date-created {
    color: #bcbcbc;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.gk-social-icons {
    cursor: pointer;
    color: #757575;
    font-size: 2.1rem;
    float: right;
    position: relative;
}
.gk-social-icons > i {
    color: #ccc;
    margin: 20px 0 0;
}
.gk-social-icons:hover > i {
    color: #f06931;
}
.gk-social-icons > span {
    background: #151515;
    border-radius: 3px;
    bottom: 48px;
    display: none;
    margin: 0 0 0 -55px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 120px;
}
.gk-social-icons > span > a,
.gk-social-icons > span > a > i {
    color: #fff;
    font-size: 1.2rem;
}
.gk-social-icons > span > a {
    display: block;
    padding: 2px 0;
    border: none !important;
}
.gk-social-icons > span > a:active,
.gk-social-icons > span > a:focus,
.gk-social-icons > span > a:hover {
    color: #f06931;
}
.gk-social-icons > span > a > i {
    color: inherit;
    display: inline-block;
    font-size: 1.4rem;
    width: 20px;
}
.gk-social-icons.clicked > span {
    display: block;
}
.gk-social-icons.clicked.show > span {
    bottom: 32px;
    opacity: 1;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: #757575;
    font-size: 1.4rem;
    height: 4.1rem;
    line-height: 4.1rem;
    max-width: 100% !important;
    outline: none;
    padding: 0;
    position: relative;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #0c0f1a;
    font-size: 13px;
    font-weight: 400;
    opacity: 1;
}
textarea {
    height: auto !important;
    line-height: 1.5;
    max-width: 100% !important;
}
legend {
    color: #0c0f1a;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('../images/select_bg.jpg') no-repeat right 0;
    background-size: auto 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #757575;
    cursor: pointer;
    font-size: 1.4rem;
    font-family: Arial, sans-serif;
    height: 39px;
    line-height: 39px;
    padding: 0 20px 0 0;
}
select::-ms-expand {
    display: none;
}
html.-moz-select {
    padding: 3px 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
    border-bottom: 2px solid #f06931;
    color: #151515;
}
button,
.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
#gkMainbody .readmore > a,
.readon,
.btn,
.cc-notification-buttons > li > .cc-link {
    -webkit-appearance: none;
    background: #f06931;
    color: #fff;
    cursor: pointer;
    border: none;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    height: 36px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 5px 0 0;
    min-width: 64px;
    padding: 0 30px;
    outline: none;
    overflow: hidden;
    will-change: box-shadow, transform;
    -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
.pagenav-prev a:active,
.pagenav-prev a:focus,
.pagenav-prev a:hover,
.pagenav-next a:active,
.pagenav-next a:focus,
.pagenav-next a:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.readon:active,
.readon:focus,
.readon:hover,
.btn:active,
.btn:focus,
.btn:hover,
.cc-notification-buttons > li > .cc-link:active,
.cc-notification-buttons > li > .cc-link:focus,
.cc-notification-buttons > li > .cc-link:hover {
    background: #0c0f1a;
    color: #fff;
}
.btn-gray,
.button-gray {
    background: #e8e8e8 !important;
    color: #151515 !important;
}
.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover,
.button-gray:active,
.button-gray:focus,
.button-gray:hover {
    background: #151515 !important;
    color: #fff !important;
}
.btn > i {
    color: #fff;
}
input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
    background: transparent !important;
    border: none !important;
    height: auto !important;
    margin-top: 7px !important;
}
select[size] {
    font-size: 1.2rem;
    height: auto;
}
select[size="1"] {
    height: 39px;
    line-height: 39px;
}
.invalid,
.invalid-input {
    border-bottom-color: #e25527 !important;
    color: #0c0f1a;
}
label {
    color: #151515;
    padding: 0 6px 0 0;
}
label.invalid {
    background: #fff;
    border: none !important;
    color: #e25527 !important;
}
fieldset.filters > div > * {
    float: left;
    margin-right: 10px;
}
fieldset.filters > div > label {
    margin-top: 6px;
}
.item-content img,
header img,
#k2Container img {
    height: auto;
    max-width: 100%;
}
.category .children,
.blog .children {
    clear: both;
    margin-top: 32px;
}
.categories-list ul ul li {
    border-bottom: 1px solid #eee;
    border-left: 3px solid #eee;
    padding-left: 16px;
}
.categories-list ul ul li:first-child,
.blog .items-row article header li {
    border-bottom: none;
    border-top: none;
}
.categories-list li > div p,
.category .children li > div p,
.blog .children li > div p {
    font-size: 1.4rem;
    margin: .5em 0;
}
.categories-list li > dl,
.category .children li > dl,
.blog .children li > dl {
    float: right;
    font-size: 1.1rem;
    margin: 0;
}
.categories-list li > dl > dt,
.category .children li > dl > dt,
.blog .children li > dl > dt {
    float: left;
}
.categories-list li > dl > dd,
.category .children li > dl > dd,
.blog .children li > dl > dd {
    float: left;
    font-weight: 700;
    margin-left: 5px;
}
.category .children h3,
.blog .children h3 {
    color: #0c0f1a;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 20px 0 0 10px;
}
.category .children li,
.blog .children li {
    border: none;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    padding: 10px;
}
.filters .display-limit {
    float: right;
}
.filters .display-limit select {
    display: inline !important;
    float: none;
}
table {
    margin-bottom: 20px;
    width: 100%;
}
th {
    background: #f06931;
    color: #fff;
    font-weight: 500;
    padding: 15px 10px;
    text-align: left;
}
th a {
    color: #fff;
}
th a:hover {
    color: rgba(255, 255, 255, 0.8);
}
tbody tr td {
    border-bottom: 1px solid #eee;
    padding: 14px;
}
tbody tr td.list-author {
    color: #bcbcbc;
    font-size: 1.4rem;
}
tbody tr td p {
    margin: .5em 0;
}
tbody tr td a,
.category .children li a {
    color: #0c0f1a;
}
tbody tr td a:hover,
.category .children li a:hover {
    color: #f06931;
}
.blog .items-row {
    clear: both;
    margin-bottom: 0px;
    overflow: hidden;
}
.blog-featured .items-row {
    margin-top: 40px;
    margin-bottom: 0;
}
.blog-featured .items-row:first-child {
    margin-top: 0;
}
.blog-featured article {
    padding: 52px 0 0 0;
}
.blog .items-row.cols-2 header h2,
.blog-featured .items-row.cols-2 header h2 {
    font-size: 2.8rem;
}
.blog .items-more {
    margin: 32px 0;
}
.blog .items-more h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.items-leading > div {
    clear: both !important;
    margin-top: 50px;
}
.items-leading > div:first-child {
    margin-top: 0;
}
.img-intro-none {
    float: none;
}
.img-intro-none img {
    float: none !important;
    margin: 0 auto;
}
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
    float: none;
    margin: 0 0 40px;
    overflow: hidden;
    position: relative;
}
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
    display: block;
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}
p.img_caption {
    display: block;
    color: #757575;
    padding: 8px 0 0;
    font-size: 1.1rem;
}
.blog div.img_caption img.caption {
    display: block;
    float: none !important;
}
.item-page ul {
    list-style-type: none;
}
.profile dl {
    margin: 32px 0;
}
.profile dt {
    clear: both;
    color: #0c0f1a;
    float: left;
    font-size: 1.4rem;
    font-weight: 400;
    min-width: 200px;
}
.contact .component-header {
    border: none;
    color: #151515;
    letter-spacing: 0;
    font-size: 3.6rem;
    font-style: italic;
    font-weight: normal;
    line-height: 1.33;
    margin: 75px auto;
    text-transform: none;
}
.contact #gk-content-wrapper > div {
    float: left;
    padding: 0 0 0 65px;
    width: 50%;
}
.contact #gk-content-wrapper > div:first-child {
    padding: 0 65px 0 0;
}
.contact-form .contact-form-info {
    margin: 0 0 80px;
}
.contact-form dl {
    float: left;
    width: 50%;
}
.contact-form p {
    margin: 0 0 20px 0;
}
.contact-form legend {
    color: #757575;
    font-size: 1.2rem;
    margin: 0 0 24px;
}
.contact-form .button.validate {
    clear: both;
    margin: 20px 0 0 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    margin: 6px 0 0 0;
    width: 100%;
}
.contact-form input[type="checkbox"] {
    float: left;
    margin: 8px 6px 0 0;
}
.contact-form textarea {
    height: 210px !important;
    width: 100%;
}
.contact-misc > h3 {
    padding-top: 40px;
}
.contact-misc > h3:first-child {
    padding-top: 0;
}
.contact-misc > big {
    color: #333;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 48px;
}
.contact-misc > big + small {
    font-size: 1.4rem;
}
dt.inline,
dd.inline {
    display: inline-block !important;
    float: left !important;
    margin: 12px 0 0;
    width: auto !important;
}
.jicons-text {
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
}
.newsfeed > ol {
    list-style: none;
}
.newsfeed > ol > li {
    border-top: 1px solid #eee;
    padding: 24px 0 0;
}
.newsfeed > ol > li > a {
    font-size: 4.2rem;
}
.contentpane iframe {
    border: 1px solid #eee;
}
.tip-wrap {
    z-index: 1;
}
.tooltip {
    background: rgba(0, 0, 0, 0.75);
    border: none;
    max-width: 350px;
    min-width: 160px;
    padding: 8px;
    position: absolute !important;
    opacity: 1;
    z-index: 10;
}
.tooltip.top {
    border: none;
}
.tooltip-inner strong {
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 2px 0;
    width: 100%;
    clear: both;
    display: block;
}
.tooltip-inner {
    color: #ccc;
    font-size: 1.2rem;
    padding: 0 5px 5px 5px;
}
.tooltip-inner br {
    display: none;
}
#system-message {
    margin: 0;
    position: relative;
}
#system-message dd ul {
    list-style: none !important;
}
#system-message dd ul,
#system-message dd ul li {
    line-height: 1;
}
#system-message dd {
    background: #f06931;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    min-height: 3.2rem;
    padding: 12px;
    text-align: center;
}
#system-message dd.error {
    background: #f06931;
    color: #fff;
}
#system-message dd.notice {
    background: #f06931;
    color: #fff;
}
#system-message-container {
    margin: 0;
    padding: 0;
}
.item-page > div.pagination {
    display: none !important;
}
.pagination {
    clear: both;
    margin: 60px 0 20px !important;
    text-align: center;
}
.pagination li {
    color: #bcbcbc;
    cursor: default;
    display: inline-block;
    margin: 0;
}
.pagination li:before {
    content: "" !important;
}
.pagination li a,
.pagination li span {
    border: 1px solid #ddd;
    border-radius: 2px;
    display: block;
    margin-right: 5px;
    min-width: 40px;
    padding: 8px;
    text-align: center;
}
.pagination li.counter {
    color: #bcbcbc;
    display: block;
    font-size: 1rem;
    line-height: 5;
    margin-right: 12px;
    text-transform: uppercase;
}
ul.pagenav {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.bannergroup:first-line,
.bannergroup_text:first-line {
    font-size: 1.6rem;
    line-height: 3;
    font-weight: 300;
}
div.bannerfooter {
    border-top: 1px solid #eee;
    color: #f06931;
    font-size: 1.2rem;
    padding: 5px 5px 0 0;
    text-align: right;
}
.banneritem img {
    max-width: 100%;
}
#dynamic_recaptcha_1,
#recaptcha_area {
    max-width: 480px;
    min-height: 140px;
}
#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area {
    margin-bottom: 10px;
}
.pane-sliders .panel h3 {
    border-top: 1px solid #eee;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 32px;
    margin: -1px 0 0;
    padding: 8px 0;
    text-transform: uppercase;
}
.pane-slider {
    padding-left: 32px;
}
.pagenavcounter {
    color: #0c0f1a;
    font-weight: 400;
}
.article-index {
    float: right;
    margin: 0 0 30px 72px;
    width: auto;
}
.article-index h3 {
    color: #0c0f1a;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 -8px;
    text-transform: uppercase;
}
.article-index li {
    font-size: 1.4rem;
    list-style-type: none !important;
    padding: 2px 0 !important;
}
.article-index li:before {
    display: none;
}
.article-index li:first-child {
    border-top: none;
    margin-top: 10px;
}
.article-index li a.active {
    color: #0c0f1a;
}
.pager {
    text-align: center;
}
.pager li {
    display: inline-block;
}
.pager li:before {
    display: none;
}
dl#tabs,
dl.tabs {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    overflow: hidden;
}
dl#tabs dt.tabs,
dl.tabs dt.tabs {
    float: left;
}
dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
    color: #757575;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 30px 0 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
    color: #757575;
}
dl#tabs dt.tabs.open span h3,
dl.tabs dt.tabs.open span h3 {
    border-bottom: 2px solid #f06931;
    color: #0c0f1a;
}
dl#tabs dt.tabs.open span h3 a,
dl.tabs dt.tabs.open span h3 a {
    color: #0c0f1a;
}
dl#tabs dt.tabs.open span h3 a:hover,
dl.tabs dt.tabs.open span h3 a:hover,
dl#tabs dt.tabs.open span h3 a:focus,
dl.tabs dt.tabs.open span h3 a:focus {
    color: #0c0f1a;
}
dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
    cursor: pointer;
}
.profile fieldset dl,
.profile-edit fieldset dl {
    clear: both;
}
.profile fieldset dt,
.profile-edit fieldset dt {
    clear: both;
}
.profile fieldset dt label,
.profile-edit fieldset dt label {
    line-height: 54px;
}
.profile fieldset dt span,
.profile-edit fieldset dt span {
    color: #bcbcbc;
    font-size: 1.2rem;
}
.profile fieldset dd,
.profile-edit fieldset dd {
    padding: 2px 0;
}
.profile fieldset dd select,
.profile-edit fieldset dd select {
    margin: 5px 0;
}
.profile fieldset legend,
.profile-edit fieldset legend {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 2.4rem;
    margin: 0 auto 30px;
    padding: 0 0 20px;
    width: 100%;
}
.profile #member-profile input,
.profile #member-profile select,
.profile-edit #member-profile input,
.profile-edit #member-profile select {
    width: 100%;
}
.profile .button-gray,
.profile-edit .button-gray {
    float: right;
}
.login,
.registration,
.reset,
.remind {
    overflow: hidden;
}
.login .login-fields,
.registration .login-fields,
.reset .login-fields,
.remind .login-fields {
    margin: 0 0 20px;
}
.login .login-fields > input,
.registration .login-fields > input,
.reset .login-fields > input,
.remind .login-fields > input {
    margin: 6px 0 0;
    min-width: 99%;
}
.login button,
.registration button,
.reset button,
.remind button {
    float: left;
}
.login .button-gray,
.registration .button-gray,
.reset .button-gray,
.remind .button-gray {
    margin-left: 12px;
}
.login li,
.registration li,
.reset li,
.remind li {
    font-size: 1.4rem;
    float: right;
    line-height: 25px;
    margin: 12px 8px;
}
.login li.last,
.registration li.last,
.reset li.last,
.remind li.last {
    clear: both;
    float: none;
    display: block;
    padding: 82px 0 0;
}
.login .gk-additional-links,
.registration .gk-additional-links,
.reset .gk-additional-links,
.remind .gk-additional-links {
    clear: both;
    float: left;
    margin: 40px 0 0 0;
}
.reset .form-validate > p,
.remind .form-validate > p {
    background: #f6f6f6;
    line-height: 1.6;
    padding: 20px;
}
.search .header {
    margin: 0 0 80px 0;
    width: auto;
}
.search .header-content h1 {
    margin-bottom: 20px;
    text-align: center;
}
.search .header-content .searchintro {
    color: #fff;
}
.search .header-content .searchintro strong {
    font-weight: normal;
}
.search .header-content fieldset.word {
    text-align: center;
}
.search .phrases-box {
    float: left;
}
.search .ordering-box {
    float: right;
}
.search #search-searchword,
.search #q {
    width: 75%;
}
.search .search-results {
    margin: 40px 0 0;
    text-align: left;
}
.search .search-results ol {
    padding: 0;
}
.search .search-results ol li {
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.6rem;
    padding: 20px 0;
    list-style-position: inside;
}
.search .counter {
    margin: 0;
    padding: 10px 0;
}
#searchForm fieldset input[type="radio"],
#searchForm #searchForm fieldset input[type="checkbox"] {
    margin-top: 11px !important;
}
#searchForm fieldset.word {
    margin: 60px 0 30px;
}
#searchForm fieldset.word label,
#searchForm fieldset.word input,
#searchForm fieldset.word button {
    float: left;
    margin-right: 5px;
}
#searchForm label,
#searchForm input {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0 5px 0 0;
    text-transform: none;
}
#searchForm .form-limit {
    float: right;
}
#searchForm .form-limit select {
    position: relative;
    top: 0;
}
.finder #finder-filter-select-list .control-group {
    margin: 10px 0 0;
}
.finder #finder-filter-select-list .control-group label {
    clear: both;
    float: left;
    line-height: 3;
    min-width: 180px;
}
.finder #finder-filter-select-list .control-group li {
    overflow: hidden;
    padding: 0;
}
.finder .advanced-search-tip {
    background: #f6f6f6;
    padding: 25px;
}
.finder .advanced-search-tip p {
    font-size: 1.4rem;
    margin: 5px 0;
}
.finder #finder-filter-select-list select {
    min-width: 20%;
}
.finder #advanced-search-toggle {
    margin: -10px 0 15px 0;
}
fieldset.phrases,
fieldset.only {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4;
    margin: 0 0 32px 0;
}
.autocompleter-queried {
    color: #f06931 !important;
}
.archive .filter-search select,
.archive .filter-search button {
    display: inline-block;
    float: none;
}
.archive .item-view {
    display: block !important;
    margin: 50px 0 !important;
}
.archive .item-intro-text p {
    margin: 0;
}
.blog-page .item-list .item-view .cat-item-image img {
    max-width: 100% !important;
}
.img-intro-left,
.img-intro-right,
.img-intro-center {
    margin-bottom: 20px;
    max-width: 100% !important;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-center img {
    display: block;
    width: 100%;
}
div.mod-languages {
    margin-top: 32px;
    text-align: center;
}
div.mod-languages p {
    margin-bottom: .5em;
}
.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
    display: block;
    margin: 10px 0;
    width: 100%;
}
div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
    display: inline-block;
    line-height: 32px;
    margin: 0 5px;
}
.mod-languages ul li.lang-active {
    font-weight: 700;
}
.mod-languages ul li a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform .1s ease-out;
    -o-transition: transform .1s ease-out;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}
.mod-languages ul li a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.mod-languages ul li.lang-active a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt {
    display: none;
}
fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders {
    margin-bottom: 30px;
}
ul.pagenav .pagenav-next {
    float: right;
}
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
.blog div.img_caption {
    float: none !important;
}
div.articleContent div.content-links ul li {
    background: none !important;
    padding-left: 0 !important;
}
.item-page.edit #jform_title {
    width: 100%;
}
.item-page.edit fieldset {
    border-bottom: 1px solid #eee;
    margin: 0 0 52px;
    padding: 0 0 52px;
}
.item-page.edit fieldset > div {
    clear: both;
    padding: 5px 0;
}
.item-page.edit fieldset > div label {
    display: block;
    float: left;
    line-height: 50px;
    min-width: 160px;
}
.item-page.edit input,
.item-page.edit .input,
.item-page.edit .inputbox,
.item-page.edit .input-small,
.item-page.edit textarea {
    border: 1px solid #eee !important;
    padding: 0 10px !important;
}
.item-page.edit legend {
    font-size: 100% !important;
    font-style: normal !important;
    padding: 0 0 24px;
}
.item-page.edit .control-group {
    margin: 10px 0;
}
.item-page.edit #jform_articletext {
    height: 500px !important;
}
.item-page.edit .formelm {
    height: 60px;
    line-height: 60px;
    margin: 0 0 10px 0;
    width: 100%;
}
.item-page.edit .formelm label {
    display: inline-block;
    line-height: 60px;
}
.item-page.edit *[class^="icon-"] {
    display: none;
}
.item-page.edit .icon-remove,
.item-page.edit .icon-calendar {
    background-image: url('../../../media/jui/img/glyphicons-halflings-white.png') !important;
    display: block !important;
    margin: 13px !important;
}
.item-page.edit .btn {
    color: #fff !important;
    line-height: 1;
    padding: 12px 20px !important;
}
.item-page.edit .media-preview.add-on {
    display: none;
}
.item-page.edit .input-append > .btn {
    height: 40px !important;
    line-height: 40px;
    padding: 0 10px !important;
}
.item-page.edit #jform_metadesc,
.item-page.edit #jform_metakey {
    width: 100%;
}
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
    height: 50px !important;
    line-height: 50px !important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
    background-position: 0 14px;
}
.item-page.edit .btn-group>.btn,
.item-page.edit .btn-group>.dropdown-menu,
.item-page.edit .btn-group>.popover {
    line-height: 1;
}
.calendar .button {
    display: table-cell !important;
    float: none !important;
}
#adminForm div.tags {
    margin-top: 0;
}
div.tags {
    overflow: hidden;
}
span.tags-label {
    float: left;
    line-height: 30px;
    color: #757575;
    font-size: 1.3rem;
    font-style: italic;
}
div.tags {
    font-size: 1.3rem;
}
article div.tags {
    float: none;
    display: block;
    width: 100%;
    clear: both;
    padding-top: 16px;
}
.tags a {
    display: inline-block;
    float: left;
    margin: 1px 0 0 6px;
    line-height: 2.2;
    font-style: italic;
}
.tags a:after {
    content: ",";
    color: #757575;
    margin-left: 2px;
}
.tags a:last-child:after {
    content: "";
}
div.tags.tagcloud a.gk-tooltip span {
    z-index: 10;
    font-weight: bold;
    display: none;
    padding: 15px;
    margin-top: -50px;
    margin-left: 60px;
    width: 240px;
    max-width: 240px;
    line-height: 16px;
    font-size: 85%;
    font-weight: normal !important;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
div.tags.tagcloud a.gk-tooltip:hover span {
    border: 1px solid #eee;
    background: rgba(255, 255, 255, 0.9);
    display: inline;
    position: absolute;
    color: #0c0f1a;
}
div.tags.tagcloud a.gk-tooltip span img {
    max-width: 80px !important;
    height: auto;
    float: left;
    margin: 0 10px 10px 0;
}
section.tag-category .chzn-container {
    display: none !important;
}
section.tag-category select {
    display: block !important;
}
.tag-category label {
    color: #0c0f1a;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
}
section.tag-category ul.category li img {
    clear: both;
    width: 100%;
    display: block;
    margin: 16px 0;
}
section.tag-category div.btn-group.pull-right {
    float: right;
}
section.tag-category div.btn-group label {
    margin-top: 10px;
}
section.tag-category h3 {
    margin: 0 0 32px 0;
}
section.tag-category ul.category li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 90%;
}
section.tag-category ul.category li a {
    color: #0c0f1a;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
}
div.tags.tagcloud a {
    float: left;
    margin-bottom: 6px;
}
.fb_iframe_widget iframe {
    max-width: 1000px !important;
    overflow: visible;
}
.fb_iframe_widget_lift {
    max-width: inherit !important;
}
.btn.jmodedit {
    background: #fff;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin: 5px 0 0 0;
    padding: 0 5px !important;
    width: 30px;
}
.btn.jmodedit:hover {
    background: #f06931 !important;
    border-color: #f06931 !important;
}
.btn.jmodedit:hover .icon-edit:before {
    color: #fff;
}
.btn.jmodedit .icon-edit:before {
    color: #f06931;
    content: "\f044";
    font-family: FontAwesome;
    font-size: 17px;
    position: relative;
    top: -1px;
}
#modules-form .btn {
    background: #f06931 !important;
    border: none;
    color: #fff !important;
}
#modules-form .radio.btn-group input[type=radio] {
    display: block;
    position: relative;
    top: -5px;
}
#modules-form .control-label label {
    display: block;
    line-height: 20px;
    min-width: 160px;
    padding: 15px 20px 15px 0;
}
#modules-form input[type="text"],
#modules-form input[type="password"],
#modules-form input[type="number"],
#modules-form input[type="email"],
#modules-form .input-append .btn,
#modules-form .chzn-single,
#modules-form .chzn-choices,
#modules-form .chzn-container {
    height: 50px !important;
    line-height: 50px !important;
}
#modules-form .chzn-container-single .chzn-single div b {
    background-position: 0 14px;
}
#modules-form #jform_content {
    height: 500px !important;
}
#modules-form .input-prepend .add-on {
    display: none;
}
#modules-form .accordion-heading a {
    color: #f06931;
    font-size: 2rem;
    text-decoration: none !important;
}
#modules-form .accordion-heading .accordion-toggle {
    padding: 15px;
}
#modules-form .btn-group {
    padding-left: 20px;
}
#modules-form hr {
    display: none;
}
#modules-form .row-fluid {
    padding: 20px 0;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-design-icons/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.micon,
#cc-modal #cc-modal-closebutton a:before,
#cc-settingsmodal #cc-settingsmodal-closebutton a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.readon {
    background: #e8e8e8;
    color: #333;
    padding: 0 20px;
}
.readon.inline {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}
.readon.inline.fleft,
.readon.inline.fright,
.readon.inline.fcenter {
    clear: both;
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: auto;
}
.readon.inline.fleft {
    float: left;
}
.readon.inline.fright {
    float: right;
}
.readon.inline.fcenter {
    display: inline-block;
    float: none;
}
.readon:active,
.readon:focus,
.readon:hover {
    background: #333;
    color: #fff;
}
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
    height: auto;
    width: 100% !important;
}
.border1 .nspTopInterface,
.border2 .nspTopInterface {
    top: -52px;
}
.border1 .nspBotInterface,
.border2 .nspBotInterface {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.box.dark a.readon {
    background: #757575;
    color: #fff !important;
}
.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover {
    background: #fff;
    color: #f06931 !important;
}
.box.dark .nspArts + .nspLinksWrap.bottom,
.box.dark .nspLinks ul li {
    border-top-color: rgba(255, 255, 255, 0.2) !important;
}
.box.dark .nspNext:after,
.box.dark .nspPrev:after {
    color: #757575 !important;
}
.box.dark .nspNext:hover:after,
.box.dark .nspPrev:hover:after {
    color: #f06931 !important;
}
.box.dark .nspPagination li {
    background: #757575;
}
.box.dark .nspPagination li.active {
    background: #f06931 !important;
}
.box.color .readon {
    background: #fff;
    color: #f06931 !important;
}
.box.color .readon:active,
.box.color .readon:focus,
.box.color .readon:hover {
    background: #0c0f1a;
    color: #fff !important;
}
.box.color .nspText,
.box.color .nspLinks li p {
    color: rgba(255, 255, 255, 0.8);
}
.box.color .nspInfo {
    color: rgba(255, 255, 255, 0.6);
}
.box.color .nspLinks ul li {
    border-top-color: rgba(255, 255, 255, 0.25) !important;
}
.box.color .nspPagination li {
    background: rgba(255, 255, 255, 0.4);
}
.box.color .nspPagination li.active {
    background: rgba(255, 255, 255, 0.75);
}
.box.color .nspNext:after,
.box.color .nspPrev:after {
    color: #fff;
}
.box.color .nspNext:hover:after,
.box.color .nspPrev:hover:after {
    color: rgba(255, 255, 255, 0.8);
}
.box.border-title .nspTopInterface {
    background: #fff;
    padding-left: 20px;
}
#sbox-window {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.error-page {
    margin-right: -8px;
}

.error-page .boom {
    position: relative;
}

body.nobody.error-page .item-body,
body.nobody.error-page .blog-page,
body.nobody.error-page h1 {
    display: block;
}

.error-page .flipper {
    display: none !important;
}

.error-page #gkBg:after {
    content: "";
    display: inherit;
    height: 400px;
    position: absolute;
    top: 0;
    width: 100%;
    display: none !important;
}
.error-page .subpage {
    margin-top: 0;
}
.error-page #gkSidebar {
    float: left;
    width: 36%;
    margin-top: 0;
}

.error-page #gkSidebarTop {
    min-height: 100%;
}

.error-page #gkSidebarTop .header {
    color: #151515;
    font-weight: bold;
    font-size: 1.8rem;
}

.error-page #gkSidebarTop ul.menu li a:hover {
    color: #64b1d8 !important;
}
.error-page #gkSidebarTop ul.menu li a:hover:before {
    border-color: #fafafa;
}
.error-page #gkSidebarTop ul.menu li a {
    color: #f06931;
    line-height: 1.5em;
}

.error-page #gkHeader {
    background: #f6f6f6;
    min-height: 82px;
}
.error-page .error-page-container h1 {
    font-size: 16rem;
    font-weight: 400;
}
.error-page .error-page-container h1 + p {
    font-size: 2rem;
}
.error-page .search-goog {
    color: #757575;
    font-size: 1.4rem;
    line-height: 50px;
    margin: 0;
}
.error-page .search-goog b {
    font-weight: 500;
}
.error-page .search-goog form {
    margin: 10px 0 0;
}
.error-page .search-goog input {
    float: none;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    width: 80%;
}
.error-page .search-goog input + input {
    padding: 0 20px;
    width: auto;
}
.error-page #goog-wm h3 {
    display: none;
}
.error-page #gkPageContent {
    position: relative;
}
#aside-menu .gk-social-icons {
    text-align: center;
}
#aside-menu .gk-social-icons a {
    color: rgba(255, 255, 255, 0.2) !important;
    font-size: 2rem;
    line-height: 1.2;
    padding: 0 2px;
}
#aside-menu .gk-social-icons a:active,
#aside-menu .gk-social-icons a:focus,
#aside-menu .gk-social-icons a:hover {
    color: #f06931 !important;
}
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.box.clear-horizontal .gkTabsNav {
    top: 0;
}
.gkTabsNav {
    background: transparent;
    border-bottom: 1px solid #ddd !important;
    margin: 0;
}
.gkTabsNav li {
    border: none;
    color: #757575;
    cursor: pointer;
    float: left;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    list-style-type: none;
    margin: 0 35px -3px 0;
    padding: 0 0 16px 0;
    position: relative;
    text-transform: uppercase;
}
.gkTabsNav li:after {
    background: #f06931;
    bottom: 2px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%;
}
.gkTabsNav li.active,
.gkTabsNav li.active:hover {
    color: #151515;
}
.gkTabsNav li.active:after,
.gkTabsNav li.active:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.gkTabsNav li:active,
.gkTabsNav li:focus,
.gkTabsNav li:hover {
    color: #151515;
}
.gkTabsNav li:active:after,
.gkTabsNav li:focus:after,
.gkTabsNav li:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.gkTabsContainer {
    clear: both;
    overflow: hidden;
    padding: 0px !important;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.gkTabsContainer + .gkTabsNav {
    margin: 14px 0;
}
.gkTabsContainer + .gkTabsNav li {
    border-bottom: none !important;
    border-top: 2px solid #eee !important;
    padding: 12px 12px 0 12px;
}
.gkTabsContainer + .gkTabsNav li.active,
.gkTabsContainer + .gkTabsNav li.active:hover {
    border-bottom-color: transparent !important;
    border-top-color: #151515 !important;
}
.gkTabsContainer + .gkTabsNav li:active,
.gkTabsContainer + .gkTabsNav li:focus,
.gkTabsContainer + .gkTabsNav li:hover {
    border-bottom-color: transparent !important;
    border-top-color: #f06931 !important;
}
.gkTabsItem {
    left: -9999px;
    overflow: hidden;
    padding: 50px 0 !important;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 1;
}
.gkTabsItem.active {
    left: 0;
    position: relative;
    z-index: 2;
}
.gkTabsItem.gk-active {
    position: relative;
    top: 0;
    z-index: 1;
}
.gkTabsItem.gk-hide {
    position: absolute;
    top: 0;
    z-index: 0;
}
.gkTabsItem.gk-opacity.gk-hide {
    opacity: 0;
}
.gkTabsItem.gk-opacity.gk-active {
    opacity: 1;
}
.gkTabsItem.gk-slide_vertical.gk-hide {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.gkTabsItem.gk-slide_vertical.gk-active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.gkTabsItem.gk-slide_vertical.gk-hidden {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.gkTabsItem.gk-slide_horizontal.gk-hide {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.gkTabsItem.gk-slide_horizontal.gk-active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.gkTabsItem.gk-slide_horizontal.gk-hidden {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
    display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#gk-page-preloader {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#gk-page-preloader.gk-to-hide {
    opacity: 0;
}
#gk-page-preloader.gk-to-hide.gk-hidden {
    display: none;
}
#gkUser.gk-open #gk-login-submenu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#gkUser #gk-login-submenu {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
    display: none;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 30px;
    top: 50px;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 280px;
    z-index: 1000;
}
#gkUser #gk-login-submenu.gk-user-logged-in {
    width: 190px;
}
#gkUser .login-fields {
    margin: 0 0 10px 0;
}
#gkUser .button-gray {
    margin: 0 0 -10px 0;
    width: 100%;
}
#gkUser .logout-button .button-gray {
    margin: 0 0 3px 2px;
    width: auto;
}
#gkUser ul {
    clear: both;
    padding: 10px 0 0 0;
}
#gkUser ul li {
    clear: both;
    display: block;
    font-size: 1.4rem;
    float: none;
    margin: 0;
    padding: 0;
}
#gkUser ul li.last {
    margin: 40px 0 10px 0;
}
#gkUser .login {
    overflow: visible;
}
#gkUser #gkUserMenu {
    margin: 0 -20px;
    padding: 0 0 25px 0;
}
#gkUser #gkUserMenu ul {
    padding: 0;
}
#gkUser #gkUserMenu li {
    height: 44px;
    margin: 0;
    padding: 0;
}
#gkUser #gkUserMenu li a {
    color: #151515;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 14px 22px;
}
#gkUser #gkUserMenu li a:active,
#gkUser #gkUserMenu li a:focus,
#gkUser #gkUserMenu li a:hover {
    background: #eee;
    color: #0c0f1a;
}
#gkUser #gkUserMenu li a .micon {
    float: right;
    font-size: 2rem;
}
span#fb-auth {
    background-color: #798db9;
    border-radius: 1px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 12px;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    padding: 6px 24px 0 12px;
    cursor: pointer;
    height: 36px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    width: 150px;
}
span#fb-auth:hover {
    background-color: #556b9b;
}
span#fb-auth small {
    width: 20px;
    background: transparent url('../images/fbauth.png') no-repeat 0 2px;
    text-indent: -999em;
    display: block;
    float: left;
    border-right: 1px solid #a0aecd;
    margin: 4px 12px 0 0;
    height: 17px;
}
#gk-newsletter-popup {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 0 50px #ccc;
    box-shadow: 0 0 50px #ccc;
    opacity: 1;
    padding: 50px 50px 40px 50px;
    position: fixed;
    right: 125px;
    text-align: left;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 480px;
    z-index: 9999999999 !important;
}
#gk-newsletter-popup.hidden-popup {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
#gk-newsletter-popup h3 {
    color: #151515;
    font-size: 2.6rem;
}
#gk-newsletter-popup p {
    color: #0c0f1a;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
#gk-newsletter-popup small {
    color: #bcbcbc;
    display: block;
    font-size: 1rem;
    line-height: 1.8rem;
}
#gk-newsletter-popup small a {
    color: #bcbcbc;
    text-decoration: underline;
}
#gk-newsletter-popup small a:active,
#gk-newsletter-popup small a:focus,
#gk-newsletter-popup small a:hover {
    color: #f06931;
}
#gk-newsletter-popup form {
    margin: 0 0 50px 0;
}
#gk-newsletter-popup form input[type="submit"] {
    background: #f06931;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
#gk-newsletter-popup form input[type="submit"]:active,
#gk-newsletter-popup form input[type="submit"]:focus,
#gk-newsletter-popup form input[type="submit"]:hover {
    background: #151515;
}
#gk-newsletter-popup-close {
    color: #0c0f1a;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: 20px;
}
#gk-newsletter-popup-close:active,
#gk-newsletter-popup-close:focus,
#gk-newsletter-popup-close:hover {
    color: #f06931;
}
@media (max-height: 700px),
(max-width: 1040px) {
    #gk-newsletter-popup {
        padding: 20px;
        right: 32px;
        width: 420px;
    }
    #gk-newsletter-popup h3 {
        font-size: 2.4rem;
        letter-spacing: 2px;
    }
}
@media (max-height: 600px),
(max-width: 720px) {
    #gk-newsletter-popup {
        display: none;
    }
}
.gk-cols {
    margin: 0 -25px;
    text-align: left;
    width: auto;
}
.gk-cols.narrow {
    margin: 0 auto;
    max-width: 680px;
}
.gk-cols + .gk-cols {
    margin-top: 8rem;
}
.gk-cols > div {
    float: left;
    padding: 0 25px;
}
.gk-cols > div.gk-text-center {
    text-align: center;
}
.gk-cols > div.gk-text-justified {
    text-align: justify;
}
.gk-cols > div.gk-text-right {
    text-align: right;
}
.gk-cols > div > p {
    margin-bottom: 0;
}
.gk-cols[data-cols="2"] > div {
    width: 50%;
}
.gk-cols[data-cols="3"] > div {
    width: 33.333333%;
}
.gk-cols[data-cols="4"] > div {
    width: 25%;
}
.gk-cols[data-cols="5"] > div {
    width: 20%;
}
.gk-cols > div.col-width-5 {
    width: 5%;
}
.gk-cols > div.col-width-10 {
    width: 10%;
}
.gk-cols > div.col-width-15 {
    width: 15%;
}
.gk-cols > div.col-width-20 {
    width: 20%;
}
.gk-cols > div.col-width-25 {
    width: 25%;
}
.gk-cols > div.col-width-30 {
    width: 30%;
}
.gk-cols > div.col-width-35 {
    width: 35%;
}
.gk-cols > div.col-width-40 {
    width: 40%;
}
.gk-cols > div.col-width-45 {
    width: 45%;
}
.gk-cols > div.col-width-50 {
    width: 50%;
}
.gk-cols > div.col-width-55 {
    width: 55%;
}
.gk-cols > div.col-width-60 {
    width: 60%;
}
.gk-cols > div.col-width-65 {
    width: 65%;
}
.gk-cols > div.col-width-70 {
    width: 70%;
}
.gk-cols > div.col-width-75 {
    width: 75%;
}
.gk-cols > div.col-width-80 {
    width: 80%;
}
.gk-cols > div.col-width-85 {
    width: 85%;
}
.gk-cols > div.col-width-90 {
    width: 90%;
}
.gk-cols > div.col-width-95 {
    width: 95%;
}
.gk-cols.vertical-center {
    display: table;
    width: 100%;
}
.gk-cols.vertical-center > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.gk-cols img {
    max-width: 100%;
}
.gk-cols.gk-gallery {
    margin: 0 -10px;
}
.gk-cols.gk-gallery img {
    display: block;
    height: auto;
    width: 100%;
}
.gk-cols.gk-gallery > div {
    padding: 0 10px;
}
.gk-cols.gk-gallery > div > a {
    display: block;
    margin: 0 0 20px 0;
}
.gk-review {
    display: block;
    overflow: hidden;
    padding: 3em 0 0 0;
}
.gk-review-sum {
    border-right: 3px solid #eee;
    float: left;
    padding-right: 75px;
    text-align: center;
    width: 25%;
}
.gk-review-sum-value {
    border-radius: 50%;
    color: #0c0f1a;
    display: inline-block;
    font-size: 4.4rem;
    height: 80px;
    line-height: 81px;
    position: relative;
    text-align: center;
    width: 80px;
}
.gk-review-sum-value > svg {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    z-index: 0;
}
.gk-review-sum-value > span {
    position: relative;
    z-index: 1;
}
.gk-review-sum-label {
    color: #333;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
}
.gk-review-partials {
    float: right;
    padding-left: 75px;
    width: 75%;
}
.gk-review-partial {
    float: left;
    text-align: center;
    width: 20%;
}
.gk-review-partial-value {
    border-radius: 50%;
    color: #0c0f1a;
    display: inline-block;
    font-size: 2.8rem;
    height: 60px;
    line-height: 61px;
    position: relative;
    text-align: center;
    width: 60px;
}
.gk-review-partial-value > svg {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    z-index: 0;
}
.gk-review-partial-value > span {
    position: relative;
    z-index: 1;
}
.gk-review-partial-label {
    color: #333;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px;
}
.gk-slideshow {
    margin: 9rem 0 9rem -160px;
    position: relative;
}
.gk-slideshow-img-wrap {
    overflow: hidden;
    position: relative;
}
.gk-slideshow-img {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 1;
}
.gk-slideshow-img.gk-active {
    opacity: 1;
    z-index: 2;
}
.gk-slideshow-blank-img {
    display: block;
    opacity: 0;
    width: 100%;
}
.gk-slideshow-title {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    color: #bcbcbc;
    display: block;
    font-size: 1.2rem;
    margin: 0 0 2em;
    padding: 8px 50px 10px 0;
    text-align: left;
}
.gk-slideshow-counter {
    bottom: 0;
    color: #bcbcbc;
    font-size: 1.2rem;
    padding: 8px 0 10px 0;
    position: absolute;
    right: 0;
}
.gk-slideshow-prev,
.gk-slideshow-next {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 50%;
    z-index: 10;
}
.gk-slideshow-prev .micon,
.gk-slideshow-next .micon {
    color: #fff;
    font-size: 6rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.gk-slideshow-prev:hover,
.gk-slideshow-next:hover {
    opacity: 1;
}
.gk-slideshow-prev {
    background: rgba(0, 0, 0, 0.26);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.26)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}
.gk-slideshow-prev .micon {
    left: 50px;
    -webkit-transform: translateY(-50%) translateX(-50px);
    -ms-transform: translateY(-50%) translateX(-50px);
    transform: translateY(-50%) translateX(-50px);
}
.gk-slideshow-prev:hover .micon {
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
}
.gk-slideshow-next {
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.26)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 100%);
    right: 0;
}
.gk-slideshow-next .micon {
    right: 50px;
    -webkit-transform: translateY(-50%) translateX(50px);
    -ms-transform: translateY(-50%) translateX(50px);
    transform: translateY(-50%) translateX(50px);
}
.gk-slideshow-next:hover .micon {
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
}
.gkNspPM-VideoList {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -15px;
    padding: 20px 0 0 0;
    position: relative;
    width: auto;
}
.gkNspPM-VideoList > div {
    overflow: hidden;
    position: relative;
}
.gkNspPM-VideoList .gkItemsPage {
    display: block;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 0;
}
.gkNspPM-VideoList .gkItemsPage.to-hide,
.gkNspPM-VideoList .gkItemsPage.active {
    display: block;
    opacity: 1;
}
.gkNspPM-VideoList .gkItemsPage.active {
    position: relative;
    z-index: 2;
}
.gkNspPM-VideoList .gkItemsPage.to-hide {
    display: block;
    opacity: 0;
}
.gkNspPM-VideoList .gkItemsPage figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 15px;
}
.gkNspPM-VideoList .gkItemsPage[data-cols="1"] figure {
    width: 100%;
}
.gkNspPM-VideoList .gkItemsPage[data-cols="2"] figure {
    width: 50%;
}
.gkNspPM-VideoList .gkItemsPage[data-cols="3"] figure {
    width: 33.333333%;
}
.gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure {
    width: 25%;
}
.gkNspPM-VideoList .gkItemsPage[data-cols="5"] figure {
    width: 20%;
}
.gkNspPM-VideoList .gkItemsPage[data-cols="6"] figure {
    width: 16.666666%;
}
.gkNspPM-VideoList .gkItem {
    cursor: pointer;
    opacity: 0;
    padding: 16px;
    position: relative;
    top: 50px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.gkNspPM-VideoList .gkItem.active {
    opacity: 1;
    top: 0;
}
.gkNspPM-VideoList .gkItem .gkImageWrap {
    border-radius: 3px;
    position: relative;
}
.gkNspPM-VideoList .gkItem .gkImageWrap:before {
    background: rgba(255, 255, 255, 0.3);
    background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.gkNspPM-VideoList .gkItem .gkImageWrap:after {
    color: #fff;
    font-size: 4.8rem;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    content: "play_circle_filled";
    font-family: 'Material Icons';
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.gkNspPM-VideoList .gkItem .gkImageWrap img {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.gkNspPM-VideoList .gkItem .gkImageWrap:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.gkNspPM-VideoList h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.gkNspPM-VideoList h3 a {
    color: #fff;
}
.gkNspPM-VideoList h3 a:active,
.gkNspPM-VideoList h3 a:focus,
.gkNspPM-VideoList h3 a:hover {
    color: #f06931;
}
.gkNspPM-VideoList figcaption {
    bottom: 15px;
    left: 19px;
    padding: 0 30px 20px 30px;
    position: absolute;
    right: 19px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 2;
}
.gkNspPM-VideoList strong {
    color: #afafaf;
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.gkNspPM-VideoList .gkBottomNav {
    border-top: 1px solid #e5e5e5;
    margin: 32px 19px -24px 19px;
    padding: 12px 0 0 0;
    position: relative;
}
.gkNspPM-VideoList .gkBottomNavNext,
.gkNspPM-VideoList .gkBottomNavPrev {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    margin: 0;
    position: relative;
    text-indent: -9999px;
    width: 26px;
}
.gkNspPM-VideoList .gkBottomNavNext:after,
.gkNspPM-VideoList .gkBottomNavPrev:after {
    color: #949494;
    content: "\f104";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    left: 10px;
    line-height: 15px;
    position: absolute;
    text-indent: 0;
    top: 5px;
}
.gkNspPM-VideoList .gkBottomNavNext:hover:after,
.gkNspPM-VideoList .gkBottomNavPrev:hover:after {
    color: #eb1e00;
}
.gkNspPM-VideoList .gkBottomNavNext {
    right: 0;
    position: absolute;
    top: 12px;
}
.gkNspPM-VideoList .gkBottomNavNext:after {
    color: #949494;
    content: '\f105';
}
.gkNspPM-VideoList .gkBottomNavPrev {
    left: 0;
    position: absolute;
    top: 12px;
}
.gkNspPM-VideoList .gkBottomNavPrev:after {
    color: #949494;
}
.gkNspPM-VideoList .gkBottomNavPagination {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
    text-align: center;
    width: 100%;
}
.gkNspPM-VideoList .gkBottomNavPagination li {
    background: #ccc;
    border: none !important;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 10px 4px 0 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    width: 8px;
}
.gkNspPM-VideoList .gkBottomNavPagination li:hover,
.gkNspPM-VideoList .gkBottomNavPagination li.active {
    background-color: #eb1e00;
}
.gkNspPM-VideoList img,
.gkNspPM-VideoList .gkImageWrap {
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.gkNspPM-VideoList .gkImageWrap {
    margin: 0 35px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.gkNspPM-VideoList .btn {
    margin: 50px 0 0 15px;
}
@media (max-width: 1280px) {
    .gkNspPM-VideoList .gkBottomNav {
        margin: 32px 19px -16px 19px;
    }
    .gkNspPM-VideoList .gkItemsPage figure {
        padding: 0 6px;
    }
    .gkNspPM-VideoList {
        margin: 0 -6px;
    }
    .gkNspPM-VideoList figcaption {
        padding: 0 8px 16px 8px;
    }
}
@media (max-width: 1100px) {
    .gkNspPM-VideoList h3 {
        font-size: 13px;
    }
    .gkNspPM-VideoList .gkBottomNav {
        margin: 10px 10px 5px 10px;
        min-height: 36px;
    }
}
@media (max-width: 640px) {
    .gkNspPM-VideoList .gkItemsPage figure {
        padding: 0 2px;
    }
    .gkNspPM-VideoList h3 {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .gkNspPM-VideoList .gkItemsPage[data-cols="1"] figure,
    .gkNspPM-VideoList .gkItemsPage[data-cols="2"] figure,
    .gkNspPM-VideoList .gkItemsPage[data-cols="3"] figure,
    .gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure,
    .gkNspPM-VideoList .gkItemsPage[data-cols="5"] figure,
    .gkNspPM-VideoList .gkItemsPage[data-cols="6"] figure {
        width: 100%;
    }
}
#gkFooterNavPopup {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 75px;
}
#gkFooterNavPopup .gk-footer-popup {
    background: #fff;
    border-radius: 3px;
    bottom: 28px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    opacity: 0;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    right: 24px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 180px;
    z-index: 1;
}
#gkFooterNavPopup .gk-footer-popup li {
    height: 44px;
    padding: 0;
}
#gkFooterNavPopup .gk-footer-popup li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 11px 22px;
}
#gkFooterNavPopup .gk-footer-popup li a:active,
#gkFooterNavPopup .gk-footer-popup li a:focus,
#gkFooterNavPopup .gk-footer-popup li a:hover {
    background: #eee;
    color: #0c0f1a;
}
#gkFooterNavPopup .gk-footer-popup li a .micon {
    float: right;
    font-size: 2rem;
}
#gkFooterNavPopup.open .gk-footer-popup {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.gkFooterFrontpage #gkFooterNavPopup {
    right: 80px;
}
.menu li > a {
    display: block;
}
.menu a > .micon {
    float: left;
    font-size: 2rem;
    margin: 0 10px 0 0;
    position: relative;
    top: -1px;
}
.nsp-switch.nspMain {
    overflow: visible;
}
.nsp-switch .nsp-switch-ui {
    position: absolute;
    right: 0;
    top: -42px;
}
.nsp-switch .nsp-switch-ui > i {
    cursor: pointer;
}
.nsp-switch .header {
    margin: 0 0 24px 0;
}
.nsp-switch .nspImageWrapper {
    border-radius: 3px 0 0 3px;
    width: 100%;
}
.nsp-switch .gkArtContentWrap {
    background: #fff;
    border-radius: 0 3px 3px 0;
    clear: both;
    min-height: 200px;
    padding: 40px 40px 60px 40px;
    position: relative;
}
.nsp-switch .nspArtPage {
    margin: 0 -13px;
    width: auto;
}
.nsp-switch .nspArt {
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.nsp-switch .nspArt .nspHeader {
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 12px 0;
    padding: 0;
}
.nsp-switch .nspArt .nspText {
    color: #757575;
    font-size: 1.4rem;
}
.nsp-switch .nspArt .nspInfo {
    bottom: 20px;
    color: #bcbcbc;
    font-size: 1.1rem;
    padding: 0;
    position: absolute;
    text-transform: none;
}
.nsp-switch .nspArt .nspInfo .micon {
    font-size: 1.8rem;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.nsp-switch .nspArt .nspImageWrapper {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.nsp-switch .nspHorizontal .nspImageWrapper {
    background-size: cover;
    background-position: center center;
    border-radius: 0 0 3px 3px;
    float: left;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 33.333333%;
}
.nsp-switch .nspHorizontal .nspImageWrapper img {
    opacity: 0;
}
.nsp-switch .nspHorizontal .nspImageWrapper:hover {
    opacity: 0.8;
}
.nsp-switch .nspHorizontal .gkArtContentWrap {
    border-radius: 3px 3px 0 0;
    clear: none;
    float: left;
    width: 66.666666%;
}
.nsp-links h3.header {
    background: #f06931;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    padding: 4px;
}
.nsp-links .nspArts {
    float: none;
}
.nsp-links .nspArts img.nspImage {
    width: 100%;
}
.nsp-links .nspArts .nspHeader {
    font-size: 2rem;
}
.nsp-links .nspArts .nspInfo {
    padding: 0 0 20px;
}
.nsp-links .nspLinks li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.nsp-links .nspLinks li h4 {
    font-size: 1.4rem;
    margin: 0;
}
.nsp-links .nspLinks li a {
    margin: 0;
    padding: 0;
}
.vertical-list .nspImageWrapper {
    width: 28%;
}
.vertical-list .gkArtContentWrap {
    float: left;
    overflow: visible;
    padding: 0 0 0 52px;
    position: relative;
    width: 72%;
}
.vertical-list .nspArt .nspHeader {
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0;
}
.vertical-list .nspArt .nspHeader a {
    color: #5b5b5b;
}
.vertical-list .nspArt .nspHeader a:active,
.vertical-list .nspArt .nspHeader a:focus,
.vertical-list .nspArt .nspHeader a:hover {
    color: #151515;
}
.vertical-list .nspArt:hover {
    cursor: pointer;
}
.vertical-list .nspArt:hover a {
    color: #151515;
}
.vertical-list .nspArt:hover sup {
    background: #f06931;
}
.vertical-list .nspArt:hover sup a {
    color: #fff;
}
.vertical-list .nspArt .nspInfo {
    color: #bcbcbc;
    float: left;
    font-size: 1.1rem;
    padding: 0;
    text-transform: none;
}
.vertical-list .nspArt .nspInfo .micon {
    font-size: 1.8rem;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.vertical-list .nspArt sup {
    background: #0c0f1a;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    height: 32px;
    left: -16px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 32px;
}
.vertical-list .nspArt sup a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
}
#gkSidebar .vertical-list .gkArtContentWrap {
    padding-left: 30px;
}
#gkSidebar .vertical-list .gkArtContentWrap .nspHeader {
    font-size: 1.4rem;
}
.alert {
    border-top: 2px solid transparent;
    color: #151515;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 16px 12px 16px 40px;
    position: relative;
}
.alert:before {
    font-family: FontAwesome;
    font-size: 2rem;
    position: absolute;
    top: 10px;
    left: 2px;
}
.alert.info,
.alert.alert-info {
    border-color: #eee;
    color: #151515;
}
.alert.info:before,
.alert.alert-info:before {
    color: #bcbcbc;
    content: "\f0e6";
}
.alert.success {
    border-color: #151515;
    color: #151515;
}
.alert.success:before {
    color: #151515;
    content: "\f0eb";
}
.alert.notice {
    border-color: #f06931;
    color: #f06931;
}
.alert.notice:before {
    color: #f06931;
    content: "\f071";
}
.alert.error {
    border-color: #e13232;
    color: #e13232;
}
.alert.error:before {
    color: #e13232;
    content: "\f057";
}
.highlight {
    background: #ffd;
    cursor: default;
    padding: 1px 5px;
    text-shadow: none;
}
.progress {
    background: #f6f6f6;
    color: #151515;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    height: 3px;
    margin: 3em 0;
    position: relative;
}
.progress .bar {
    background: #151515;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 100%;
    opacity: 0;
    overflow: visible;
    padding-top: 2px;
    position: relative;
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    text-align: left;
}
.progress .bar.gk-loaded {
    opacity: 1;
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}
.progress .bar > span {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    right: -5px;
    top: -10px;
}
.progress .bar.gk-loaded > span {
    opacity: 1;
    top: 2px;
}
.progress > span {
    left: 0;
    line-height: 3.3rem;
    position: absolute;
}
pre,
code {
    background: #f6f6f6;
    border-left: 4px solid #f06931;
    color: #151515;
    font: normal .92em/32px 'Curier New', monospace !important;
    margin: 3em 0;
    padding: 20px 26px 20px 32px;
}
.item-body ul,
.list-1,
.list-2,
.list-3 {
    margin: 1.5em 0 0;
    padding: 0;
}
.item-body ul > li,
.list-1 > li,
.list-2 > li,
.list-3 > li {
    list-style: none;
    overflow: inherit;
    padding: 0 0 3px 22px;
    position: relative;
}
.item-body ul > li:before,
.list-1 > li:before,
.list-2 > li:before,
.list-3 > li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 5px;
}
.item-body ul > li {
    padding: 4px 0 4px 12px;
    margin: 0 0 0 20px;
}
.item-body ul > li:before {
    top: 13px;
}
.item-body ul li:before {
    color: #0c0f1a;
    content: "\f111";
    font-size: 0.6rem;
}
.list-1 li:before {
    content: "\f14a" !important;
    font-size: 1.4rem !important;
    top: 2px !important;
}
.list-2 li:before {
    content: "\f006" !important;
    font-size: 1.5rem !important;
    top: 5px !important;
}
.list-3 li:before {
    content: "\f0a9" !important;
    font-size: 1.5rem !important;
    top: 5px !important;
}
.numblock {
    font-weight: 400;
    margin: 0 0 24px;
    min-height: 48px;
    padding: 0 0 0 82px !important;
    position: relative;
}
.numblock span {
    border: 2px solid #f06931;
    border-radius: 50%;
    color: #f06931;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    height: 40px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.block-1,
.block-2 {
    background: #f6f6f6;
    padding: 40px;
}
.block-2 {
    background: #FFFEF4;
}
.legend {
    border: 4px double #eee;
    margin: 3em 0;
    padding: 40px;
}
.legend h4 {
    background: #fff;
    color: #151515;
    float: left;
    font-size: 1.4rem;
    font-weight: 400;
    left: 11px;
    line-height: 18px;
    margin: 0 0 -9px !important;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    top: -52px;
}
.legend p {
    clear: both;
    margin: 7px;
}
blockquote {
    border-left: 3px solid #f06931;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    margin: auto;
    padding: 0 0 0 40px;
    width: 50%;
    padding: 0 0 0 40px;
}
blockquote > p {
    margin: 0;
}
blockquote > cite {
    color: #333;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1em 0 0;
}
.block-left,
.block-right {
    display: block;
    font: 400 16px/26px Georgia, Times, Times New Roman, serif;
    line-height: 170%;
    width: 30%;
}
.block-left {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin: 0 60px 40px 0;
    padding-right: 40px;
}
.block-right {
    border-left: 1px solid #e5e5e5;
    float: right;
    margin: 0 0 40px 60px;
    padding-left: 40px;
}
#demo-typography {
    background: transparent;
    overflow: hidden;
    padding: 10px 40px 40px;
}
#demo-typography li {
    color: #f06931;
    float: left;
    font-size: 1.1rem;
    line-height: 24px;
    list-style-type: disc;
    width: 23.9%;
}
#demo-typography li a {
    font-size: 1.1rem;
    text-shadow: 2px 2px 0 #fff;
}
#warnings p {
    margin: 1em 0;
}
.demo-typoDiv {
    clear: both;
}
.demo-typoDiv:after {
    clear: both;
    content: "";
    display: table;
}
.demo-typo {
    margin: 60px 0 20px;
}
.demo-typo-col2 {
    float: left;
    width: 50%;
}
.demo-typo-col3 {
    float: left;
    width: 33%;
}
.demo-typo-col4 {
    float: left;
    width: 25%;
}
#warnings .demo-typo_padd p {
    margin: 1em 0 1.6em;
}
.typoDesc small {
    color: #bcbcbc;
    font: normal 11px Monaco, Consolas, "Courier News", monospace;
}
.bubble-2 small {
    color: #fff;
}
.gkblock-3 small {
    color: #353639 !important;
}
.helpTooltip {
    background: #f06931;
    color: #fff;
}
.item-body .the-icons {
    border-top: 1px solid #eee;
    margin-bottom: 32px;
}
.item-body .the-icons > li {
    border: 1px solid #eee;
    border-right: none;
    border-top: none;
    float: left;
    padding: 15px 20px;
    width: 25%;
}
.item-body .the-icons > li:nth-child(4n),
.item-body .the-icons > li:last-child {
    border-right: 1px solid #eee;
}
.the-icons > li:before {
    display: none;
}
.page-header {
    clear: both;
    padding: 36px 0 18px;
    text-transform: uppercase;
}
[class^="fa fa-"],
[class*=" fa-"] {
    color: #151515;
    padding-right: 8px;
}
.pixellove .the-icons > li i {
    color: #f06931;
    font-size: 1.8rem;
    margin-right: 1rem;
}
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}
.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pswp img {
    cursor: move;
    max-width: none;
}
.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab;
}
.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
    background: #f6f6f6;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
    background: #f6f6f6;
}
.pswp--ie .pswp__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 16px;
    margin-top: -8px;
    color: #757575;
}
.pswp__error-msg a {
    color: #757575;
    text-decoration: underline;
}
.pswp__button {
    width: 44px;
    height: 60px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
    background: none;
    opacity: 1;
}
.pswp__button:active {
    background: none;
    outline: none;
    opacity: 0.9;
}
.pswp__button:focus:before,
.pswp__button:hover:before,
.pswp__button:active:before {
    color: #f06931;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    width: 44px;
    height: 60px;
}
.pswp__button--close:before {
    color: #0c0f1a;
    content: "close";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.pswp__button--share:before {
    color: #0c0f1a;
    content: "share";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.pswp__button--fs {
    display: none;
}
.pswp__button--fs:before {
    color: #0c0f1a;
    content: "fullscreen";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.pswp--supports-fs .pswp__button--fs {
    display: inline-block;
}
.pswp__button--zoom:before {
    color: #0c0f1a;
    content: "zoom_in";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.8rem;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.pswp__button--zoom {
    display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: inline-block;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    border-radius: 50%;
    content: '';
    top: 35px;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    width: 50px;
    position: absolute;
}
.pswp__button--arrow--left:before {
    color: #0c0f1a;
    content: "keyboard_arrow_left";
    left: 30px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 4rem;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.pswp__button--arrow--right:before {
    color: #0c0f1a;
    content: "keyboard_arrow_right";
    right: 30px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 4rem;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #151515;
    left: 50%;
    top: 56px;
    border-radius: 2px;
    margin-left: -60px;
    display: block;
    padding: 5px 0;
    width: 160px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 5px 10px 5px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.9;
    position: relative;
}
.pswp__share-tooltip a:active,
.pswp__share-tooltip a:focus,
.pswp__share-tooltip a:hover {
    color: #f06931;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
a.pswp__share--facebook:before,
a.pswp__share--twitter:before,
a.pswp__share--pinterest:before,
a.pswp__share--download:before {
    content: "\f09a";
    display: block;
    float: left;
    font-family: FontAwesome;
    left: 12px;
    top: 5px;
    position: absolute;
}
a.pswp__share--twitter:before {
    content: "\f099";
}
a.pswp__share--pinterest:before {
    content: "\f231";
}
a.pswp__share--download:before {
    content: "\f019";
}
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    font-size: 1.3rem;
    line-height: 60px;
    color: #0c0f1a;
    opacity: 0.75;
    padding: 0 30px;
}
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 1.1rem;
    color: #757575;
}
.pswp__caption__center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.3rem;
    overflow: hidden;
    padding: 0 0 100px;
    line-height: 20px;
    color: #757575;
}
.pswp__caption__center > h3 {
    font-size: 2.4rem;
    font-weight: 400;
}
.pswp__caption__center > span {
    color: #757575;
    font-size: 1.6rem;
}
.pswp__caption--empty {
    display: none;
}
.pswp__caption--fake {
    visibility: hidden;
}
.pswp__preloader {
    display: none;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/photoswipe-preloader.gif) 0 0 no-repeat;
}
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
.pswp__top-bar {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    text-align: center;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: none;
}
@media (max-width: 1400px) {
    .pswp__caption__center {
        padding: 30px 10px;
    }
    .pswp__caption__center > h3 {
        font-size: 1.8rem;
    }
    .pswp__caption__center > span {
        font-size: 1.4rem;
    }
}
@media (max-width: 1100px) {
    .pswp__caption__center {
        padding: 10px;
    }
    .pswp__caption__center > h3 {
        font-size: 1.6rem;
        margin: 0 0 10px 0;
        max-width: 100%;
        width: 100%;
    }
    .pswp__caption__center > span {
        font-size: 1.3rem;
        max-width: 100%;
        width: 100%;
    }
}
#cc-modal-overlay {
    background: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    width: 100%;
    height: 1000%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999bcbcbc;
}
#cc-modal,
#cc-settingsmodal {
    display: none;
    width: 100%;
    height: 1000%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999bcbcbc;
}
#cc-settingsmodal {
    z-index: 9999999bcbcbc;
}
.cc-clear {
    clear: both;
}
#cc-notification {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 99999998;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 900px;
    padding: 8px;
    width: 100%;
    font: 400 1.2rem/1.7 'Roboto', sans-serif;
}
#cc-notification h2 {
    font: 500 1.3rem/1.6 'Roboto', sans-serif;
    font-size: 1.3rem;
    margin: 0 0 10px 0;
}
#cc-notification.cc-bottom {
    bottom: 20px;
}
#cc-notification.cc-top {
    top: 20px;
}
#cc-notification #cc-notification-permissions {
    display: none;
}
#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a {
    color: #333;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 30px;
}
#cc-modal #cc-modal-closebutton a:hover,
#cc-settingsmodal #cc-settingsmodal-closebutton a:hover {
    color: #f06931;
}
#cc-modal #cc-modal-closebutton a:before,
#cc-settingsmodal #cc-settingsmodal-closebutton a:before {
    content: "close";
    font-size: 3.2rem;
}
#cc-modal #cc-modal-closebutton a span,
#cc-settingsmodal #cc-settingsmodal-closebutton a span {
    display: block;
    text-indent: -99999em;
}
#cc-tag {
    position: fixed;
    z-index: 999999bcbcbc;
    bottom: 0;
    right: 8%;
    display: none;
}
#cc-tag.cc-tag-bottom-left {
    right: auto;
    left: 8%;
}
#cc-tag.cc-tag-vertical-left {
    left: 0;
    right: auto;
    bottom: 50%;
    padding: 16px 6px;
}
#cc-tag.cc-tag-vertical-left a {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    margin-left: -82px;
    padding: 8px 12px 60px 12px;
}
#cc-tag.cc-tag-vertical-right {
    right: 0;
    bottom: 50%;
    padding: 16px 6px;
}
#cc-tag.cc-tag-vertical-right a {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    margin-right: -82px;
    padding: 8px 12px 60px 12px;
}
#cc-tag a {
    -webkit-appearance: none;
    background: #151515;
    border: none;
    border-radius: 2px 2px 0 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font: 500 1.1rem/1.6 'Roboto', sans-serif;
    height: auto;
    line-height: 25px;
    margin: 0 5px 2px 2px;
    padding: 6px 16px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#cc-tag a:active,
#cc-tag a:focus,
#cc-tag a:hover {
    background: #f06931;
}
#cc-notification ul.cc-notification-buttons {
    position: absolute;
    right: 16px;
    top: 20px;
    width: 360px;
}
#cc-notification ul.cc-notification-buttons a {
    float: right;
    font-size: 1.2rem;
}
#cc-notification #cc-notification-wrapper {
    padding: 10px 320px 0 32px;
}
#cc-notification #cc-notification-wrapper h2 {
    border: none;
    padding: 10px 0;
    text-transform: none;
}
#cc-notification #cc-notification-permissions ul {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    float: left;
}
#cc-notification #cc-notification-permissions ul li {
    margin: 0 0 10px 30px;
    padding: 6px 0 0;
    list-style: none;
    width: 440px;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}
#cc-notification #cc-notification-permissions ul li label {
    color: #757575;
    display: block;
    font-weight: normal;
    text-transform: none;
}
#cc-notification #cc-notification-permissions ul li input {
    float: left;
    margin-left: -30px;
    margin-top: 0;
}
#cc-notification #cc-notification-permissions ul li strong {
    color: #010101;
    display: block;
}
#cc-modal #cc-modal-wrapper,
#cc-settingsmodal-wrapper {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font: 400 1.3rem/1.6 'Roboto', sans-serif;
    margin: 40px auto;
    max-height: 8%;
    min-height: 560px;
    padding: 60px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    width: 686px;
}
#cc-modal #cc-modal-wrapper h2,
#cc-settingsmodal-wrapper h2 {
    font-size: 2.6rem;
    margin: 0 0 12px;
}
#cc-modal #cc-modal-wrapper ul,
#cc-settingsmodal-wrapper ul {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    list-style: outside none none;
    margin: 50px 0 0;
    padding: 0 0 35px;
}
#cc-modal #cc-modal-wrapper ul li,
#cc-settingsmodal-wrapper ul li {
    clear: both;
    padding: 30px 0 0;
    position: relative;
}
#cc-modal #cc-modal-wrapper label,
#cc-settingsmodal-wrapper label {
    color: #777;
    display: inline-block;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    width: 60%;
}
#cc-modal #cc-modal-wrapper label strong,
#cc-settingsmodal-wrapper label strong {
    color: #010101;
    display: block;
}
#cc-modal #cc-modal-wrapper select,
#cc-settingsmodal-wrapper select {
    color: #111;
    margin-right: 8px;
    text-decoration: none;
    position: absolute;
    top: 28px;
    right: 8px;
    float: right;
    font-size: 10pt;
    width: 150px;
}
#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons,
#cc-settingsmodal-wrapper #cc-modal-footer-buttons {
    margin-top: 50px;
}
#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons a,
#cc-settingsmodal-wrapper #cc-modal-footer-buttons a {
    font-weight: 700;
}
#cc-notification .cc-logo,
#cc-tag .cc-logo,
#cc-modal .cc-logo,
#cc-settingsmodal .cc-logo {
    background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
    width: 142px;
    height: 32px;
    position: absolute;
    right: 32px;
    bottom: 20px;
}
.cc-logo span {
    display: none;
}
@media (max-width: 940px) {
    #cc-notification {
        max-width: 95%;
        min-height: 76px;
    }
    #cc-notification h2 {
        margin-bottom: 0;
    }
    #cc-notification #cc-notification-wrapper {
        padding: 10px 320px 0 16px;
    }
    #cc-modal #cc-modal-wrapper,
    #cc-settingsmodal #cc-settingsmodal-wrapper {
        max-width: 90%;
        min-height: 100px;
        padding: 20px;
    }
    #cc-modal #cc-modal-wrapper #cc-modal-footer-buttons {
        margin-top: 10px;
    }
    .cc-content ul {
        margin-top: 10px !important;
        padding-bottom: 15px !important;
    }
    .cc-content ul li {
        padding-top: 10px;
    }
    .cc-subtitle {
        margin: 0;
    }
}
@media (max-width: 640px) {
    #cc-modal #cc-modal-wrapper,
    #cc-settingsmodal #cc-settingsmodal-wrapper {
        margin: 10px;
        max-width: 95%;
        padding: 10px;
    }
    #cc-modal #cc-modal-wrapper h2,
    #cc-settingsmodal-wrapper h2 {
        font: 700 15px/1.6 'Roboto', sans-serif;
    }
    #cc-modal #cc-modal-wrapper select,
    #cc-settingsmodal-wrapper select {
        right: -7px;
        width: 110px;
    }
    #cc-modal label,
    #cc-settingsmodal label {
        font-size: 11px;
        line-height: 1.2;
    }
    #cc-modal #cc-modal-closebutton a,
    #cc-settingsmodal #cc-settingsmodal-closebutton a {
        top: 10px;
        right: 10px;
    }
    #cc-notification .cc-logo,
    #cc-tag .cc-logo,
    #cc-modal .cc-logo,
    #cc-settingsmodal .cc-logo {
        background-size: contain;
        width: 71px;
        height: 16px;
        right: 6px;
        bottom: 5px;
    }
    #cc-notification ul.cc-notification-buttons {
        right: 0px;
        top: 43px;
        width: 100%;
    }
    #cc-notification #cc-notification-wrapper {
        padding: 0;
        text-align: center;
    }
    #cc-notification {
        max-width: 95%;
        min-height: 86px;
    }
    .cc-notification-buttons li {
        display: inline-block;
    }
    #cc-notification-permissions {
        margin-top: 54px;
    }
    #cc-notification #cc-notification-permissions ul {
        margin-bottom: 0;
        width: 90%;
    }
    #cc-notification #cc-notification-permissions ul li {
        text-align: left;
        width: 90%;
    }
}
@media (max-width: 560px) {
    #cc-notification {
        min-height: 96px;
    }
    #cc-notification-wrapper .cc-link {
        display: block;
    }
    #cc-notification ul.cc-notification-buttons {
        top: 50px;
    }
    #cc-notification-permissions {
        margin-top: 60px;
    }
}
@media (max-width: 480px) {
    #cc-notification-wrapper .cc-link {
        display: inline-block;
    }
    #cc-notification ul.cc-notification-buttons a {
        padding: 4px 8px;
    }
}
