/**
 *
 * -------------------------------------------
 * Template 3rd party extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 9. Template additional 3rd party extensions style
 *
 *
------------------------------------ */

/* 9.1. GK Comments
==================================== */

.widget_gk_comments li {
	border: none!important;
	overflow: hidden;
	margin-bottom: 32px;
	padding-left: 0!important;
}

.widget_gk_comments li > p {
	line-height: 1.5;
	margin-bottom: 12px;	
}

.widget_gk_comments li > p a { 
	color: #888;
    display: block;   
	padding: 0;	
}

.widget_gk_comments li > img,
.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	float: left;
}

.widget_gk_comments li > img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 10px;
}

.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	line-height: 18px;
	width: 65%;
}

/* 9.2. GK NSP
==================================== */

.gk-nsp {
	position: relative;
}

.default .gk-nsp-arts,
.default .gk-nsp-links {
	overflow: hidden;
}

.default .gk-nsp-arts-nav,
.default .gk-nsp-links-nav {
	overflow: hidden;
	clear: both;
}
.default .gk-nsp-links-nav {
	float: right;
}
.default .gk-nsp-arts-nav {
	position: absolute;
	right: -3px;
	padding: 0 3px;
	top: -55px;
}
.default .gk-nsp-arts-nav ul,
.default .gk-nsp-links-nav ul {
	list-style-type: none !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	float: left;
}
.default .gk-nsp-arts-nav ul li,
.default .gk-nsp-links-nav ul li {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	float: left;
	width: 10px;
	height: 10px;
	margin: -2px 4px 0 0 !important;
	background: #ddd;
	border: none!important;
	padding: 0!important;
	text-indent: -999em;
	cursor: pointer;
}
.default .gk-nsp-arts-nav li:hover,
.default .gk-nsp-arts-nav li.active,
.default .gk-nsp-links-nav li:hover,
.default .gk-nsp-links-nav li.active {
	background: #aaa;
}
.default .gk-nsp-next,
.default .gk-nsp-prev {
	background: none;
	cursor: pointer;
	float: left; 
	height: 17px; 
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
}
.default .gk-nsp-next:after,
.default .gk-nsp-prev:after {
	color: #000;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 22px;
	text-indent: 0;
}
.default .gk-nsp-next:after {
	color: #ccc;
	content: '\f105';
}
.default .gk-nsp-prev:after {
	color: #ccc;
	content: '\f104';
}
.default .gk-nsp-next:hover:after,
.default .gk-nsp-prev:hover:after { 
	color: #e74c3c;
}
.default .gk-nsp-art-page {
	float: left;
}
.default .gk-nsp-art {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
.default .gk-nsp-art.gk-nsp-cols-1 { 
	border-top: 1px solid #e5e5e5;
}
.default .gk-nsp-art:first-child {
	border-top: none;
}
.default .gk-nsp-art div {
	overflow: hidden;
}
.default .gk-nsp-header {
	color: #444;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
.default .gk-nsp-header a {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}
.default .gk-nsp-header a:active,
.default .gk-nsp-header a:focus,
.default .gk-nsp-header a:hover {
	color: #e74c3c;
}
.default .gk-nsp-art .gk-nsp-image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.default .gk-nsp-art .gk-nsp-image:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.default .gk-nsp-art .gk-nsp-image-wrap {
	overflow: hidden;
}
.default .gk-nsp-art .gk-nsp-text {
	color: #888;
	font-size: 14px;
	display: block!important;
	line-height: 1.6;
	margin: 0;
	padding: 0!important;
}
.default .gk-nsp-art .gk-nsp-text + .readon {
	margin-top: 16px;	
}
.default .gk-nsp-art .gk-nsp-text + .gk-nsp-info {
	margin-top: 4px;
}
.default .gk-nsp-info > span {
	color: #aaa;
	font-size: 12px;
	padding: 5px 0;
	text-transform: none;
}
.default .gk-nsp-art .gk-nsp-info a,
.default .gk-nsp-art .gk-nsp-info span {
	padding-left: 5px;
}
.default .gk-nsp-art .gk-nsp-info a {
	color: #363636;
	font-size: 12px;
	text-transform: none;
}
.default .gk-nsp-art .gk-nsp-info a:hover,
.default .gk-nsp-art .gk-nsp-info a:active,
.default .gk-nsp-art .gk-nsp-info a:focus {
	color: #e74c3c;
}
.default .gk-nsp-art .gk-nsp-info a:first-child,
.default .gk-nsp-art .gk-nsp-info span:first-child {
	padding-left: 0!important;
}

.readon.left,
.readon.right,
.readon.center {
	clear: both;
}
.readon.left {
	float: left;
}
.readon.right {
	float: right;
}
.readon.center {
	display: inline;
	float: none;
}
.default .gk-nsp-art .readon {
	float: right;
	font-weight: 500;
}
.default .gk-nsp-links ul {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
}
.default .gk-nsp-links ul li {
	border-top: 1px solid #e5e5e5;
	margin:0 !important;
	padding: 10px 0;
}
.default .gk-nsp-image-wrap {
	float: left;
}
/* responsive layout */
.default .gk-responsive {
	line-height: 1;
}
.default img.gk-responsive {
	width: 100% !important;
	height: auto;
}
.default .gk-responsive {
	display: block;
	position: relative;
}
.default .gk-nsp-image {
	max-width: 100%;
}
.default .gk-nsp-arts,
.default .gk-nsp-links {
	clear: both;
	width: 100%;
}
.default .gk-nsp-arts-nav ul li:hover,
.default .gk-nsp-links-nav ul li:hover,
.default .gk-nsp-arts-nav ul li.active,
.default .gk-nsp-links-nav ul li.active {
    background: #e74c3c;
}
.default .gk-nsp-links {
	margin-top: 30px;
}
.default .gk-nsp-arts::after,
.default .gk-nsp-links::after {
	clear: both;
	content: "";
	display: table;
}
.default .gk-nsp-arts-page,
.default .gk-nsp-art {
	float: left;
}
.gk-nsp-pages-1 { width: 100%; }
.gk-nsp-pages-2 { width: 200%; }
.gk-nsp-pages-3 { width: 300%; }
.gk-nsp-pages-4 { width: 400%; }
.gk-nsp-pages-5 { width: 500%; }
.gk-nsp-pages-6 { width: 600%; }
.gk-nsp-pages-7 { width: 700%; }
.gk-nsp-pages-8 { width: 800%; }
.gk-nsp-pages-9 { width: 900%; }
.gk-nsp-pages-10 { width: 1000%; }
.gk-nsp-cols-1 { width: 100%; }
.gk-nsp-cols-2 { width: 50%; }
.gk-nsp-cols-3 { width: 33.3%; }
.gk-nsp-cols-4 { width: 25%; }
.gk-nsp-cols-5 { width: 20%; }
.gk-nsp-cols-6 { width: 16.66%; }
.gk-nsp-cols-7 { width: 14.285%; }
.gk-nsp-cols-8 { width: 12.5%; }
.gk-nsp-cols-9 { width: 11.1%; }
.gk-nsp-cols-10 { width: 10%; }

.gk-nsp-art.gk-nsp-cols-1,
.gk-nsp-art.gk-nsp-cols-2:nth-child(2n+1),
.gk-nsp-art.gk-nsp-cols-3:nth-child(3n+1),
.gk-nsp-art.gk-nsp-cols-4:nth-child(4n+1),
.gk-nsp-art.gk-nsp-cols-5:nth-child(5n+1),
.gk-nsp-art.gk-nsp-cols-6:nth-child(6n+1),
.gk-nsp-art.gk-nsp-cols-7:nth-child(7n+1),
.gk-nsp-art.gk-nsp-cols-8:nth-child(8n+1),
.gk-nsp-art.gk-nsp-cols-9:nth-child(9n+1),
.gk-nsp-art.gk-nsp-cols-10:nth-child(10n+1) {
	clear: both;
}

.default .gk-nsp-arts-scroll,
.default .gk-nsp-links-scroll {
	overflow: hidden;
}

.default .gk-nsp-link-header {
	margin: 0 0 1em 0!important;
}

.default .gk-nsp-link-header a {
	font-size: 16px;
	font-weight: 400;
}

.default .gk-nsp-link-header a:active,
.default .gk-nsp-link-header a:focus,
.default .gk-nsp-link-header a:hover {
	color: #e74c3c!important;
}

.default .gk-nsp-link-text {
	font-size: 12px;
	margin: 0;
}

/* Style dark */
.dark .default .gk-nsp-links-scroll ul li {
	border-top-color: #555;
}

/* 9.3. GK Tabs
==================================== */

.gk-tabs,
#gk-sidebar .box .gk-tabs {
    font-size: 14px!important;
    position: relative;
}

/*
 * Default style
 */
.gk-tabs-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.gk-tabs-wrap > ol {
    background: #222;
    list-style-type: none;
    margin: 0!important;
    min-height: 30px;
    padding: 0;
}

.gk-tabs-wrap > ol:after {
	clear: both;
	content: "";
	display: table;
}

.gk-tabs-wrap > ol li {
    background: transparent;
    border: none;
    border-right: 1px solid #444;
    cursor: pointer;
    float: left;
    font-weight: 500;
    line-height: 22px;
    list-style-type: none;
    margin: 0 0 0 -1px;
    height: 22px;
    padding: 14px 24px;
    text-align: center;
    -webkit-transition: color .3s ease-out, background .3s ease-out;
    -moz-transition: color .3s ease-out, background .3s ease-out;
    -ms-transition: color .3s ease-out, background .3s ease-out;
    -o-transition: color .3s ease-out, background .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out;
}

.gk-tabs-wrap > ol li.active,
.gk-tabs-wrap > ol li.active:hover {
    background: #f5f5f5;
    color: #222;
    position: relative;
}

.gk-tabs-wrap > ol li:hover {
    color: #fff;
}

.gk-tabs-container {
    clear: both;
    overflow: hidden;
    position: relative;
}

.gk-tabs-item {
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 24px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.gk-tabs-item .box {
    margin-bottom: 0!important;
    border: none!important;
    margin-bottom: 0!important;
    padding: 0!important;
}

.gk-tabs-item.active {
    left: 0;
    position: relative;
    z-index: 2;
}

.gk-tabs-prev,
.gk-tabs-next {
    display: none
}


/* Mobile devices */
@media (max-width: 600px) {
    .gk-tabs-wrap > ol.gk-tabs-nav > li,
        .gk-tabs-wrap > ol.gk-tabs-nav > li.active, 
        .gk-tabs-wrap > ol.gk-tabs-nav > li.active:hover {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0!important;
        min-height: 50px;
        width: 100%;
    }

    .gk-tabs-prev,
    .gk-tabs-next {
        display: none;
    }
}

/**
 *
 * The common part
 *
 **/

/* Errors */
.gk-tabs-error {
    color: #555;
    font-size: 16px;
    padding: 32px 16px;
    text-align: center;
}

.gk-tabs-error > strong {
    color: #d44;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 100px;
}

.gk-tabs-error > small {
    font-size: 11px;
}
/* Animations */
.gk-tabs-item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.gk-tabs-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    z-index: 2;
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.gk-tabs[data-anim="scale-down"] .gk-tabs-item {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}

.gk-tabs[data-anim="rotate-y"],
.gk-tabs[data-anim="rotate-x"] {
    -webkit-perspective: 1200;
    -moz-perspective: 1200;
    -ms-perspective: 1200;
    perspective: 1200;
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}


.gk-tabs[data-anim="rotate-x"] .gk-tabs-item {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item.active,
.gk-tabs[data-anim="scale-down"] .gk-tabs-item.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item.active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.gk-tabs[data-anim="rotate-x"] .gk-tabs-item.active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/* 9.3. GK Image Show
==================================== */

.gk-is-wrapper-gk_musicstate {
        margin: 0;
        min-height: 200px;
        overflow: hidden;
        position: relative;
}

.gk-is-wrapper-gk_musicstate .gk-is-preloader {
        background: #fff url('../images/loader.gif') no-repeat center center;
        height: 100%;
        position: absolute;
        text-indent: -9999px;
        width: 100%;
        z-index: 101;
}

.gk-is-wrapper-gk_musicstate figure {
        height: 100%;
        left: 0;
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 0;
        z-index: 1;
}

.gk-is-wrapper-gk_musicstate figure > div:before {
        background: url('../images/is_pattern.png') repeat 0 0;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
}

.gk-is-wrapper-gk_musicstate .active figcaption {
        opacity: 1; filter: alpha(opacity=100);
}

.gk-is-wrapper-gk_musicstate figure.active {
        position: absolute;
        top: 0;
        z-index: 3;
}

.gk-is-wrapper-gk_musicstate img {
        display: block;
        width: 100%;
}
.gk-is-wrapper-gk_musicstate .gk-is-slide {
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
}

.gk-is-wrapper-gk_musicstate figcaption {
        border-left: 5px solid #e74c3c;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        filter: alpha(opacity=0);
        height: auto;
        line-height: 34px;
        left: -10%;
        margin: -92px 0 0 0;
        opacity: 0; filter: alpha(opacity=0);
        position: absolute;
        padding: 0 0 0 48px;
        top: 64%;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        z-index: 1;
}

.gk-is-wrapper-gk_musicstate figure.active figcaption {
        left: 0;
        opacity: 1; filter: alpha(opacity=100);
        z-index: 101;
}

.gk-is-wrapper-gk_musicstate figure.inactive figcaption {
        left: -10%;
        opacity: 0; filter: alpha(opacity=0);
}

.gk-is-wrapper-gk_musicstate figcaption > h2 {
        color: inherit;
        font-size: 55px;
        font-weight: 400;
        line-height: 55px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
}
.gk-is-wrapper-gk_musicstate figcaption > p {
        color: inherit;
        font-size: 72px;
        font-weight: 500;
        line-height: 62px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
}
.gk-is-wrapper-gk_musicstate figcaption > a {
        color: inherit;
        font-size: 32px;
        font-weight: 400;
        line-height: 1;
        margin: 0;
        text-transform: uppercase;
}
.gk-is-wrapper-gk_musicstate figcaption > a:active,
.gk-is-wrapper-gk_musicstate figcaption > a:focus,
.gk-is-wrapper-gk_musicstate figcaption > a:hover {
        color: #e74c3c;
}

.gk-is-wrapper-gk_musicstate .gk-is-pagination {
        position: absolute;
        right: 0;        
        top: 65%;
        z-index: 10;
}

.gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="1"] { margin-top: -32px; }
.gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="2"] { margin-top: -64px; }
.gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="3"] { margin-top: -96px; }
.gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="4"] { margin-top: -128px; }
.gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="5"] { margin-top: -160px; }
.gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="6"] { margin-top: -192px; }
.gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="7"] { margin-top: -224px; }
.gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="8"] { margin-top: -256px; }

.gk-is-wrapper-gk_musicstate .gk-is-pagination li {
        background: #fff;
        border: none;
        clear: both;
        cursor: pointer;
        float: left;
        height: 62px;
        margin: 1px 0;
        padding: 0;
        position: relative;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        width: 10px;
}
.gk-is-wrapper-gk_musicstate .gk-is-pagination li > small {
        background: #e74c3c;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 20px;
        font-weight: bold;
        height: 62px;
        line-height: 63px;
        padding: 0 12px;
        position: absolute;
        left: 100%;
        text-transform: uppercase;
        top: 0;
        width: auto;
}

.gk-is-wrapper-gk_musicstate .gk-is-pagination li.active,
.gk-is-wrapper-gk_musicstate .gk-is-pagination li:active
.gk-is-wrapper-gk_musicstate .gk-is-pagination li:focus,
.gk-is-wrapper-gk_musicstate .gk-is-pagination li:hover {
        background: #e74c3c;
}

/* Mobile styles */

/* Small desktop */
@media (max-width: 1280px) {
    .gk-is-wrapper-gk_musicstate figcaption {
            padding: 0 0 0 32px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > h2 {
            font-size: 42px;
            line-height: 42px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > p {
            font-size: 60px;
            line-height: 50px;
            position: relative;
            top: 10px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > a {
            font-size: 24px;
    }
}

/* Tablets */
@media (max-width: 1040px) {
    .gk-is-wrapper-gk_musicstate figcaption {
            margin: -57px 0 0 0;
            padding: 0 0 0 32px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > h2 {
            font-size: 32px;
            line-height: 32px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > p {
            font-size: 48px;
            line-height: 38px;
            position: relative;
            top: 8px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > a {
            font-size: 18px;
    }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="1"] { margin-top: -20px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="2"] { margin-top: -40px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="3"] { margin-top: -60px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="4"] { margin-top: -80px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="5"] { margin-top: -100px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="6"] { margin-top: -120px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="7"] { margin-top: -140px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="8"] { margin-top: -160px; }
    
    .gk-is-wrapper-gk_musicstate .gk-is-pagination li {
            height: 38px;
    }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination li > small {
            font-size: 16px;
            height: 38px;
            line-height: 39px;
    }
}

/* Small tablets */
@media (max-width: 840px) {
    .gk-is-wrapper-gk_musicstate figcaption {
            margin: -41px 0 0 0;
            padding: 0 0 0 32px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > h2 {
            font-size: 24px;
            line-height: 24px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > p {
            font-size: 32px;
            line-height: 22px;
            position: relative;
            top: 6px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > a {
            font-size: 16px;
    }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="1"] { margin-top: -15px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="2"] { margin-top: -30px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="3"] { margin-top: -45px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="4"] { margin-top: -60px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="5"] { margin-top: -75px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="6"] { margin-top: -90px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="7"] { margin-top: -105px; }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination[data-count="8"] { margin-top: -120px; }
    
    .gk-is-wrapper-gk_musicstate .gk-is-pagination li {
            height: 28px;
    }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination li > small {
            font-size: 14px;
            height: 28px;
            line-height: 29px;
    }
}

/* Mobile */
@media (max-width: 580px) {
    .gk-is-wrapper-gk_musicstate figcaption {
            margin: -41px 0 0 0;
            padding: 0 0 0 32px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > h2 {
            font-size: 18px;
            line-height: 18px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > p {
            font-size: 20px;
            line-height: 10px;
            position: relative;
            top: 4px;
    }
    .gk-is-wrapper-gk_musicstate figcaption > a {
            font-size: 12px;
    }
    .gk-is-wrapper-gk_musicstate .gk-is-pagination {
            display: none;
    }
}

/* 9.4. GK Login widget
==================================== */
.box.widget_gk_login .box-title {
	margin: 0;
}

.box.widget_gk_login input {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 20px;
}

.box.widget_gk_login .box-title:after {
	display: none;
}

.box.widget_gk_login {
	background: #fff!important;
	margin: -12px 0 68px;
	overflow: hidden;
	padding: 35px 50px 0 50px;
	position: relative;
}

.box.widget_gk_login .login-submit {
	margin-bottom: -15px!important;
}

.box.widget_gk_login #gk-loginform {
	background: none;
	border: 1px solid #e5e5e5;
	margin: 0;
	overflow: hidden;
	padding: 32px;
}

.box.widget_gk_login #gk-wp-submit {
	font-size: 14px;
	height: 39px;
	line-height: 39px;
}

#gk-loginform label {
	color: #888;
	font-size: 12px;
}

#gk-user_pass,
#gk-user_login {
	height: 40px;
	margin: -1px 20px 0 0;
	max-width: 100%;
	width: 206px;
}

nav.gklogin-small {
	float: right;
	margin: -74px 80px 0 0;
}

nav.gklogin-small a {
	color: #888;
	font-size: 13px;
	line-height: 39px;
}

nav.gklogin-small ul li {
	border-top: 0;
}

nav.gklogin-small ul li {
	display: inline;
	line-height: 26px;
}

nav.gklogin-small a:hover,
nav.gklogin-small a:active,
nav.gklogin-small a:focus {
	color: #e74c3c;
}

#gk-logout {
	overflow: hidden;
}

#gk-loginform p {
	display: inline-block;
	margin: 0;
}

#gk-loginform p.login-password {
	margin-top: 3px;
}

#gk-loginform p.login-remember {
	margin: 8px 0 0 2px;
}

#gk-loginform #gk-rememberme {
	margin-right: 4px;
}


/* 9.4. GK Grid blocks
==================================== */
 
/* Icons */
.gk-icon {
	height: 100%;
	position: absolute;
	width: 100%;
}
.gk-icon > i {
	color: #fff;
	font-size: 84px;
	left: 0;
	line-height: 84px;
	margin: -42px 0 0 0;
	padding: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 50%;
	width: 100%;
}
.gk-icon:hover { background: #272727!important; }
.gk-icon.gk-color4:hover > i { color: #fff!important; }
.gk-icon.gk-color1 { background: #db4a37; }
.gk-icon.gk-color2 { background: #272727; }
.gk-icon.gk-color3 { background: #888; }
.gk-icon.gk-color4 { background: #fff; }
.gk-icon.gk-color4 > i { color: #272727; }
.gk-icon.gk-color-fb { background: #3b5998; }
.gk-icon.gk-color-twitter { background: #00aced; }
.gk-icon.gk-color-gplus { background: #db3a37; }

#gk-bottom1 .gk-grid-element {
	background: none repeat scroll 0 0 #222;
}

/* Photos */
.gk-photo {
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: absolute;
	opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
			transition: all .3s ease-out;
	width: 100%;
}
.gk-photo:hover {
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.gk-photo > a {
	background-size: cover;
	height: 100%;
	opacity: 1; filter: alpha(opacity=100);
	position: absolute;
	text-indent: -9999px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
}

.gk-photo > h3,
.gk-photo > h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.1;
	padding: 30px 40px;
}

.gk-photo > h3.homepage {
	font-size: 24px;
	font-weight: 400;
	left: 0;
	line-height: 1.2;
	margin: 0;
	padding: 25px;
	position: absolute;
	z-index: 1;
}

.gk-photo > h4 {
	font-size: 24px;
	padding: 20px 30px;
}
.gk-photo > h3 > a,
.gk-photo > h4 > a {
	color: #fff;
}
.gk-photo > h3 > a:active,
.gk-photo > h3 > a:focus,
.gk-photo > h3 > a:hover,
.gk-photo > h4 > a:active,
.gk-photo > h4 > a:focus,
.gk-photo > h4 > a:hover,
.gk-photo > .gk-text-black > a:active,
.gk-photo > .gk-text-black > a:focus,
.gk-photo > .gk-text-black > a:hover {
	color: #db4a37;
}
.gk-photo > h3 strong,
.gk-photo > h4 strong {
	display: block;
	font-weight: 500;
}
.gk-photo > .gk-status-text-bottom {
	bottom: 0;
	position: absolute;
}
.gk-photo > .gk-text-top {
	position: absolute;
	top: 0;
}
.gk-photo > .gk-text-black,
.gk-photo > .gk-text-black > a {
	color: #272727;
}

/* Videos */
.gk-video {
	height: 100%;
	position: absolute;
	width: 100%;
}
.gk-video > iframe {
	height: 100%!important;
	position: absolute!important;
	width: 100%!important;
}

/* Text & Headers */
.gk-text {
	background: #db4a37;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 25px;
	position: absolute;
	width: 100%;
}
.gk-text.gk-color1 { background: #db4a37; }
.gk-text.gk-color2 { background: #272727; }
.gk-text.gk-color3 { background: #888; }
.gk-text.gk-color4 { background: #fff; }
.gk-text.gk-color4 h1,
.gk-text.gk-color4 h2,
.gk-text.gk-color4 h3,
.gk-text.gk-color4 h1 a,
.gk-text.gk-color4 h2 a,
.gk-text.gk-color4 h3 a,
.gk-text.gk-color4 h1 > i,
.gk-text.gk-color4 h2 > i,
.gk-text.gk-color4 h3 > i,
.gk-text.gk-color4 p { color: #272727; }
.gk-text.gk-color4 h1 a:hover,
.gk-text.gk-color4 h2 a:hover,
.gk-text.gk-color4 h3 a:hover {
	color: #db4a37;
}
.gk-text.gk-color-fb { background: #3b5998; }
.gk-text.gk-color-twitter { background: #00aced; }
.gk-text.gk-color-gplus { background: #db3a37; }
.gk-text h1,
.gk-text h2,
.gk-text h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.gk-text h1 > i,
.gk-text h2 > i,
.gk-text h3 > i { color: #fff; }
.gk-text p {
	color: #fff;
	font-size: 14px;
}
.gk-text h1,
.gk-text h1 a {
	color: #fff;
	font-size: 40px;
}
.gk-text h2,
.gk-text h2 a {
	color: #fff;
	font-size: 32px;
}
.gk-text h3,
.gk-text h3 a {
	color: #fff;
	font-size: 24px;
}
.gk-text h1 a:hover,
.gk-text h2 a:hover,
.gk-text h3 a:hover {
	color: #ffb1ae;
}
.gk-centered {
	left: 0;
	padding: 0 25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.gk-text h1.gk-centered {
	margin-top: -24px;
}
.gk-text h2.gk-centered {
	margin-top: -20px;
}
.gk-text h3.gk-centered {
	margin-top: -15px;
}

/* 9.5. WPML
==================================== */

body #lang_sel_footer {
	background-color: transparent;
	border: none;
	clear: both;
	font: inherit;
	margin: 0;
	min-height: 15px;
	padding: 7px;
	text-align: center;
}

/* 9.6. GK BP Latest Photos 
==================================== */

.gk-bp-latest-photos > div {
	margin: 0 -4px 0 -3px;
}

.gk-bp-latest-photos > div > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 3px 4px 4px 3px;
}

.gk-bp-latest-photos > div > a > img {
	opacity: 1; filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gk-bp-latest-photos > div > a:hover > img {
	opacity: 0.75; filter: alpha(opacity=75);
}

.gk-bp-latest-photos[data-cols="1"] > div > a { width: 100%; }
.gk-bp-latest-photos[data-cols="2"] > div > a { width: 50%; }
.gk-bp-latest-photos[data-cols="3"] > div > a { width: 33.333333%; }
.gk-bp-latest-photos[data-cols="4"] > div > a { width: 25%; }
.gk-bp-latest-photos[data-cols="5"] > div > a { width: 20%; }
.gk-bp-latest-photos[data-cols="6"] > div > a { width: 16.666666%; }
.gk-bp-latest-photos[data-cols="7"] > div > a { width: 14.285714%; }
.gk-bp-latest-photos[data-cols="8"] > div > a { width: 12.5%; }
