/**
 *
 * -------------------------------------------
 * 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: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	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;
}

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

.gk-nsp-arts-nav,
.gk-nsp-links-nav {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 5px 0;
}
.gk-nsp-links-nav {
	float: right;
}
.gk-nsp-arts-nav {
	position: absolute;
	right: 0;
	top: -40px;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
	list-style-type: none!important;
	margin: 3px 0 0 0!important;
	padding: 0!important;
	float: left;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
	background: #ddd;
	border: none!important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	display: block;
	float:left; 
	height: 8px; 
	margin: 4px 4px 0 0!important; 
	padding: 0;
	text-indent:-999em; 
	width: 8px; 
}
.gk-nsp-arts-nav li:hover,
.gk-nsp-arts-nav li.active,
.gk-nsp-links-nav li:hover,
.gk-nsp-links-nav li.active {
	background-color: #dd5749;
}
.gk-nsp-next,
.gk-nsp-prev {
	cursor: pointer;
	float: left; 
	height: 16px; 
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
}
.gk-nsp-next:after,
.gk-nsp-prev:after {
	color: #000;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 22px;
	text-indent: 0;
}
.gk-nsp-next:after {
	color: #ccc;
	content: '\f105';
}
.gk-nsp-prev:after {
	color: #ccc;
	content: '\f104';
}
.gk-nsp-next:hover:after,
.gk-nsp-prev:hover:after { 
	color: #dd5749;
}
.gk-nsp-art-page {
	float: left;
}
.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;
}
.gk-nsp-art.gk-nsp-cols-1 { 
	border-top: 1px solid #e5e5e5;
}
.gk-nsp-art:first-child {
	border-top: none;
}
.gk-nsp-art div {
	overflow: hidden;
}
.gk-nsp-header {
	color: #222;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0;
}
.gk-nsp-art .gk-nsp-image {
	border: none;
}
.gk-nsp-art .gk-image-link {
	display: block;
	overflow: hidden;
}
.gk-nsp-art .gk-nsp-image {
	display: block;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.18s linear;
	   -moz-transition:	   -moz-transform 0.18s linear;
			transition:         transform 0.18s linear;
}
.gk-nsp-art .gk-nsp-image:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}
.gk-nsp-art .gk-nsp-image-wrap {
	overflow: hidden;
}
.gk-nsp-art .gk-nsp-text {
	display: block!important;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	padding: 0!important;
}
.gk-nsp-art .gk-nsp-text + .readon {
	margin-top: 16px;	
}
.gk-nsp-art .gk-nsp-text + .gk-nsp-info {
	margin-top: 6px;
}
.gk-nsp-art .gk-nsp-info {
	color: #888;
	display: block!important;
	font-size: 12px;
	padding: 5px 0; 
}
.gk-nsp-art .gk-nsp-info a {
	color: #333;
}
.gk-nsp-art .gk-nsp-info a,
.gk-nsp-art .gk-nsp-info span {
	padding-left: 10px;
}
.gk-nsp-art .gk-nsp-info a:first-child,
.gk-nsp-art .gk-nsp-info span:first-child {
	padding-left: 0!important;
}
.gk-nsp-art .gk-nsp-info a:active,
.gk-nsp-art .gk-nsp-info a:focus,
.gk-nsp-art .gk-nsp-info a:hover {
	color: #dd5749;
}
.readon {
	float: right;
	font-size: 15px;
	font-weight: 400;
}
.gk-nsp-links ul {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
}
.gk-nsp-links ul li {
	margin:0 !important;
	padding: 16px 0;
}
.gk-nsp-image-wrap {
	float: left;
}
/* responsive layout */
.gk-responsive {
	line-height: 1;
}
img.gk-responsive {
	width: 100% !important;
	height: auto;
}
.gk-responsive {
	display: block;
	position: relative;
}
.gk-nsp-image {
	max-width: 100%;
}
.gk-nsp-arts,
.gk-nsp-links {
	clear: both;
	width: 100%;
}
.gk-nsp-links {
	margin-top: 30px;
}
.gk-nsp-arts:after,
.gk-nsp-links:after {
	clear: both;
	content: "";
	display: table;
}
.gk-nsp-arts-page,
.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;
}

.gk-nsp-arts-scroll,
.gk-nsp-links-scroll {
	overflow: hidden;
}
.gk-nsp-links ul li { 
	margin: 0!important;
	padding: 10px 0;
}
.gk-nsp-links .gk-nsp-link-header { 
	font-size: 16px;
	font-weight: 400;
}
.gk-nsp-links .gk-nsp-link-header a { 
	text-decoration: none; 
}

.gk-nsp-links .gk-nsp-link-text { 
	font-size: 13px;
	margin: 0;
}

/* Suffix dark */
.box.dark a.readon {
	color: #fff!important;
}

/* Suffix color */
.box.color .gk-nsp-art p.gk-nsp-info {
	color: #fff;
}

.box.color .readon:hover {
	color: #eee!important;
}

.box.color a.readon {
	color: #fff!important;
}

.box.color .gk-nsp-pagination li { 
	background: #fff;
}
.box.color .gk-nsp-pagination li:hover,
.box.color .gk-nsp-pagination li.active { 
	background-color: #ccc;
}
.box.color .gk-nsp-next:after,
.box.color .gk-nsp-prev:after { 
	color: #ccc;
}
.box.color .gk-nsp-next:hover:after,
.box.color .gk-nsp-prev:hover:after { 
	color: #fff;
}

/* 9.3. GK News Gallery
==================================== */

.gk-news-gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 50px 0;
	position: relative;
}

.gk-news-gallery .gk-images-wrapper {
	width: 100%;
}

.gk-news-gallery:after,
.gk-news-gallery .gk-images-wrapper:after {
	clear: both;
	content: "";
	display: table;
}

.gk-news-gallery .gk-images-wrapper > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	padding: 0 12px;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.gk-news-gallery .gk-images-wrapper > a.active {
	display: block;
}

.gk-news-gallery .gk-images-wrapper > a.show {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.gk-news-gallery .gk-images-wrapper.gk-images-cols1 > a { width: 100%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols2 > a { width: 50%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols3 > a { width: 33.3%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols4 > a { width: 25%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols5 > a { width: 20%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols6 > a { width: 16.66%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols7 > a { width: 14.28%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols8 > a { width: 12.5%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols9 > a { width: 11.11%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols10 > a { width: 10%; }

.gk-news-gallery .gk-images-wrapper > a img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.gk-news-gallery .gk-images-wrapper > a > .gk-img-overlay {
	background: #DD5749;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	filter: alpha(opacity=0);
	height: 100%;
	left: 50%;
	opacity:0; 
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	width: 100%;
	z-index: 1;
}

.gk-news-gallery .gk-images-wrapper > a > .gk-img-overlay > span {
	display: block;
	height: 100%;
	width: 100%;
}

.gk-news-gallery .gk-images-wrapper > a > .gk-img-overlay > span:before {
	color: #fff;
	content: '\f0c1';
	font-family: FontAwesome;
	font-size: 28px;
	left: 50%;
	line-height: 1.0;
	margin: -12px 0 0 -12px;
	opacity: 0;
	position: absolute;
	top: 75%;
	-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-news-gallery .gk-images-wrapper > a > .gk-img-overlay.active > span:before {
	opacity: 1;
	top: 50%;
}

.gk-news-gallery .gk-images-wrapper > a > .gk-img-overlay.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

.gk-news-gallery .gk-pagination {
	display: block;
	position: relative;
	text-align: center;
	top: 58px;
}

.gk-news-gallery .gk-pagination li {	
	background: #eee;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 0!important;
	padding: 0;
	text-indent: -9999px;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	width: 16px;
}

.gk-news-gallery .gk-pagination li.active,
.gk-news-gallery .gk-pagination li:hover {
	background: #dd5749;
	cursor: pointer;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.gk-news-gallery .gk-pagination li.active {
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}

/* 9.4. GK Image Show
==================================== */

.gk-is-wrapper-gk-bluap {
	margin: 0;
	min-height: 200px;
	margin: 0 90px;
	position: relative;
}

.gk-is-wrapper-gk-bluap .gk-is-preloader {
	background: transparent;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	z-index: 101;
}

.gk-is-wrapper-gk-bluap .gk-is-preloader span {
	-webkit-animation-duration: .5s;
	   -moz-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-name: gkIsLoader;
	   -moz-animation-name: gkIsLoader;
	        animation-name: gkIsLoader;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
            animation-timing-function: linear;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 16px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	width: 16px;
}

.gk-is-wrapper-gk-bluap .figure {
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	z-index: 1;
}

.gk-is-wrapper-gk-bluap .figure:after {
	clear: both;
	content: "";
	display: table;
}

.gk-is-wrapper-gk-bluap.loaded .gk-is-buttons {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gk-is-wrapper-gk-bluap .figure.animated {
	z-index: 2;
}

.gk-is-wrapper-gk-bluap.loaded .figure.animated {
	opacity: 1;
	filter: alpha(opacity=100);
}

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

.gk-is-wrapper-gk-bluap .figure.active {
	opacity: 1; filter: alpha(opacity=100);
	position: relative;
	z-index: 3;
}

.gk-is-wrapper-gk-bluap img {
	display: block;
	height: auto;
	position: relative;
	max-width: 100%;
	top: 200px;
	-webkit-transition: all .5s cubic-bezier(.19,.98,1,1);
	-moz-transition: all .5s cubic-bezier(.19,.98,1,1);
	-ms-transition: all .5s cubic-bezier(.19,.98,1,1);
	-o-transition: all .5s cubic-bezier(.19,.98,1,1);
	transition: all .5s cubic-bezier(.19,.98,1,1);
}

.gk-is-wrapper-gk-bluap .active img,
.gk-is-wrapper-gk-bluap .animated img {
	top: 0;
}

.gk-is-wrapper-gk-bluap .figcaption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	height: 100%;
	left: -20%;
	opacity: 0;
	padding: 0 30px 0 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.gk-is-wrapper-gk-bluap[data-textpos="right"] .figcaption {
	left: auto;
	padding: 0 0 0 30px;
	right: -20%;
}

.gk-is-wrapper-gk-bluap .figcaption a.button {
	background: #dd5749;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 20px;
	height: 50px;
	line-height: 51px;
	margin: 32px auto 20px auto;
	padding: 0 35px;
	text-transform: none;
}

.gk-is-wrapper-gk-bluap .figcaption a.button i[class^="icon-"] {
	color: #fff;
	float: left;
	font-size: 46px;
	line-height: 1.1;
	margin-right: 15px;
	margin-left: -20px;
}

.gk-is-wrapper-gk-bluap .figcaption a.button:active,
.gk-is-wrapper-gk-bluap .figcaption a.button:focus,
.gk-is-wrapper-gk-bluap .figcaption a.button:hover {
	background: #222;
}

.gk-is-wrapper-gk-bluap .figure.active .figcaption {
	z-index: 101;
}

.gk-is-wrapper-gk-bluap .figcaption h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	line-height: 54px;
	margin: 60px 0 20px 0;
	padding: 0;
}

.gk-is-wrapper-gk-bluap .figcaption p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
	padding: 10px 0;
}

.gk-is-wrapper-gk-bluap .figcaption u {
	clear: both;
	color: #fff;
	display: block;
	float: left;
	font-style: italic;
	font-weight: 300;
	line-height: 1.0;
	margin: 5px 0 0 0;
}

.gk-is-wrapper-gk-bluap .gk-is-pagination {
	bottom: 0px;
	left: 0;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	-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: 10;
}

.gk-is-wrapper-gk-bluap.loaded .gk-is-pagination {
	bottom: 25px;
	opacity: 1; filter: alpha(opacity=100);
}

.gk-is-wrapper-gk-bluap[data-textpos="right"] .gk-is-pagination {
	left: auto;
	right: 0;
}

.gk-is-wrapper-gk-bluap .figcaption {
	float: left;
}

.gk-is-wrapper-gk-bluap .figure > div:first-child {
	overflow: hidden;
}

.gk-is-wrapper-gk-bluap .figure > div:first-child,
.gk-is-wrapper-gk-bluap .figure > div:first-child img {
	float: right;
}

.gk-is-wrapper-gk-bluap[data-textpos="right"] .figcaption {
	float: right;
}

.gk-is-wrapper-gk-bluap[data-textpos="right"] .figure > div:first-child,
.gk-is-wrapper-gk-bluap[data-textpos="right"] .figure > div:first-child img {
	float: left;
}

.gk-is-wrapper-gk-bluap .gk-is-pagination li {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	height: 10px;
	margin: 0 0 0 5px;
	padding: 0;
	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;
	width: 10px;
}

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

/* Loader */
@-webkit-keyframes gkIsLoader {
	from, to {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@-moz-keyframes gkIsLoader {
	from, to {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes gkIsLoader {
	from, to {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

/* 9.5. GK Tabs
==================================== */

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

.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: transparent;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	min-height: 14px;
}

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

.gk-tabs-wrap > ol li {
	color: #222;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	list-style-type: none;
	padding: 10px 15px!important;
	position: relative;
	top: 1px;
	text-transform: uppercase;
}

.gk-tabs-wrap > ol li.active,
.gk-tabs-wrap > ol li.active:hover{
	border-bottom: 1px solid #dd5749;
	color: #dd5749;
}

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

.gk-tabs-container {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
	position: relative;
	top: 1px;
}

.gk-tabs-item {	
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	left: -9999px;
	padding: 0 0 10px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

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

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

/* 9.6. WPML
==================================== */

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