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

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

.widget_gk_comments li {
	border: none!important;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 12px 0;
}

.widget_gk_comments li > p {
	font-size: 14px;
	margin: 0 0 0 72px;
}

.widget_gk_comments li > p a { 
    display: block;	
    line-height: 2.0;
    margin: 0.3em 0;
}

.widget_gk_comments li > img {
	float: left;
}

.widget_gk_comments li > img {
	padding: 8px 2px;
}

.widget_gk_comments li strong {
	line-height: 1.0;
	display: block;
}

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

.gk-nsp {
	position: relative;
}

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

.gk-nsp-arts-nav,
.gk-nsp-links-nav {
	clear: both;
}
.gk-nsp-links-nav {
	float: right;
}
.gk-nsp-arts-nav {
	position: absolute;
	right: 0;
	padding: 0 3px;
	top: -39px;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
	list-style-type: none !important;
	margin: 3px 0 0 !important;
	padding: 0 !important;
	float: left;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
	background: #ccc;
	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: #29a3e0;
}
.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: #29a3e0;
}
.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: 23px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0 15px 0;
}
.gk-nsp-art .gk-nsp-image {
	border: none;
	-webkit-transform-style: preserve-3d;
}
.gk-nsp-art .gk-nsp-image {
	-webkit-transition: all .18s linear;
	   -moz-transition: all .18s linear;
		-ms-transition: all .18s linear;
		 -o-transition: all .18s linear;
		    transition: all .18s linear;
}
.gk-nsp-art .gk-nsp-image:hover {
	-webkit-transform: scale(1.1) rotateZ(-3deg);
	   -moz-transform: scale(1.1) rotateZ(-3deg);
		-ms-transform: scale(1.1) rotateZ(-3deg);
		 -o-transform: scale(1.1) rotateZ(-3deg);
		    transform: scale(1.1) rotateZ(-3deg);
}
.gk-nsp-art .gk-image-link {
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
}
.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: #aaa;
	display: block!important;
	font-size: 12px;
	padding: 5px 0; 
}
.gk-nsp-art .gk-nsp-info a,
.gk-nsp-art .gk-nsp-info span {
	color: #999;
	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: #333;
}
.readon.left,
.readon.right,
.readon.center {
	clear: both;
}
.readon.left {
	float: left;
}
.readon.right {
	float: right;
}
.readon.center {
	display: inline;
	float: none;
}
.gk-nsp-list ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	list-style-type: none!important;
	padding: 3px!important;
}
.gk-nsp-list ul li {
	border-top: 1px solid #e5e5e5;
	border-bottom: none!important;
	margin:0 !important;
	padding: 10px 0;
}
.gk-nsp-list ul li:first-child {
	border-top: none;
}
.gk-nsp-link-header {
	font-size: 16px;
	font-weight: bold;
}
.gk-nsp-link-text {
	font-size: 13px;
	margin: 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 {
	width: 100%;
}
.gk-nsp-arts[data-pos="bottom"] + .gk-nsp-links {
	clear: both;
	margin-top: 30px;
}
.gk-nsp-arts[data-pos="left"] {
	float: right;
}
.gk-nsp-arts[data-pos="left"] + .gk-nsp-links {
	float: left;
} 
.gk-nsp-arts[data-pos="right"] {
	float: left;
}
.gk-nsp-arts[data-pos="right"] + .gk-nsp-links {
	float: right;
} 
.gk-nsp-arts:after,
.gk-nsp-links:after {
	clear: both;
	content: "";
	display: table;
}
.gk-nsp-links > div {
	overflow: hidden;
}
.gk-nsp-arts-page,
.gk-nsp-art {
	float: left;
}
.gk-nsp-arts-page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.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-list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

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

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

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

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

.box.color .readon:hover {
	background: #fff;
	color: #333!important;
}

.box.color a.readon {
	color: #fff!important;
}
.box.color .gk-nsp-arts-nav li,
.box.color .gk-nsp-links-nav li { 
	background: #fff;
}
.box.color .gk-nsp-links li {
	border-top-color: #aedcf2!important;
}
.box.color .gk-nsp-arts-nav li:hover,
.box.color .gk-nsp-arts-nav li.active,
.box.color .gk-nsp-links-nav li:hover,
.box.color .gk-nsp-links-nav 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;
}

/* NSP title suffixes */
.nsptitle30 .gk-nsp-header,
.nsptitle40 .gk-nsp-header,
.nsptitle50 .gk-nsp-header,
.nsptitle60 .gk-nsp-header,
.nsptitle70 .gk-nsp-header,
.nsptitle80 .gk-nsp-header,
.nsptitle90 .gk-nsp-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nsptitle30 .gk-nsp-header,
.nsplinktitle30 .gk-nsp-link-header { padding-right: 70%!important; }
.nsptitle40 .gk-nsp-header,
.nsplinktitle40 .gk-nsp-link-header { padding-right: 60%!important; }
.nsptitle50 .gk-nsp-header,
.nsplinktitle50 .gk-nsp-link-header { padding-right: 50%!important; }
.nsptitle60 .gk-nsp-header,
.nsplinktitle60 .gk-nsp-link-header { padding-right: 40%!important; }
.nsptitle70 .gk-nsp-header,
.nsplinktitle70 .gk-nsp-link-header { padding-right: 30%!important; }
.nsptitle80 .gk-nsp-header,
.nsplinktitle80 .gk-nsp-link-header { padding-right: 20%!important; }
.nsptitle90 .gk-nsp-header,
.nsplinktitle90 .gk-nsp-link-header { padding-right: 10%!important; }

/* Suffix overlay */
.overlayblack .gk-nsp-art,
.overlaywhite .gk-nsp-art {
	position: relative;
}

.overlayblack .gk-nsp-art .gk-nsp-header,
.overlaywhite .gk-nsp-art .gk-nsp-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	color: #fff;
	padding: 25px;
	position: absolute;
}

.overlaywhite .gk-nsp-art .gk-nsp-header a {
	color: #fff;
}

.overlayblack .gk-nsp-art .gk-nsp-header,
.overlayblack .gk-nsp-art .gk-nsp-header a {
	color: #222;
}

.overlaywhite .gk-nsp-list > ul,
.overlayblack .gk-nsp-list > ul,
.overlaywhite .right .gk-nsp-list > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 17px!important;
}

.overlaywhite .gk-nsp-list > li,
.overlayblack .gk-nsp-list > li {
	border: none!important;
	padding: 45px 0 0 0!important;
}

.overlaywhite .gk-nsp-list > li:first-child,
.overlayblack .gk-nsp-list > li:first-child {
	padding: 0!important;
}

.overlaywhite .gk-nsp-links,
.overlayblack .gk-nsp-links {
	padding: 0!important;
}

.overlaywhite .gk-nsp-links ul li h4,
.overlayblack .gk-nsp-links ul li h4,
.overlaywhite .gk-nsp-links ul li h4 a,
.overlayblack .gk-nsp-links ul li h4 a {
	font-size: 18px;
	line-height: 1.2;
}

.overlaywhite .gk-nsp-links ul li h4,
.overlayblack .gk-nsp-links ul li h4 {
	padding-bottom: 15px;
}

.overlaywhite .gk-nsp-links ul li p,
.overlayblack .gk-nsp-links ul li p {
	font-size: 15px;
	line-height: 1.6;
}

/* Style nspclear */
.box.nspclear .gk-nsp-arts-page {
	padding: 0;
}

.overlaywhite .right .gk-nsp-arts {
	float: left;
	width: 35%;
}

.overlaywhite .right .gk-nsp-links {
	float: right;
	width: 65%;
}

.overlaywhite .right .gk-nsp-list > li:nth-child(odd) {
	float: left;
	padding: 0 17px 48px!important;
	width: 48%;
}

.overlaywhite .right .gk-nsp-list > li:nth-child(even) {
	float: left;
	padding: 0 17px 48px!important;
	width: 48%;
}

.overlaywhite .right .gk-nsp-links > div {
	margin: 0 0 0 48px;
}

.horizontal .gk-nsp-links ul li {
	margin: 0!important;
	padding: 10px 0;
}

/* 9.4. GK Tabs
==================================== */

.gk-tabs {
	position: relative;
	overflow: hidden;
}
.gk-tabs-wrap {
	border: 1px solid #e5e5e5;
	-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 {
	border-bottom: 1px solid #e5e5e5;
	margin: 0!important;
	min-height: 43px;
}
.gk-tabs-wrap > ol li {
	background: #fbfbfb;
	border: 1px solid #e5e5e5!important;
	border-top: none!important;
	color: #222;
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	list-style-type: none;
	margin: 0 0 0 -1px;
	padding: 12px 20px;
	text-align: center;
	text-transform: uppercase;
}
.gk-tabs-wrap > ol li.active,
.gk-tabs-wrap > ol li.active:hover{
	background: #fff;
	border-bottom-color: #fff!important;
	color: #29a3e0;
	position: relative;
}

.gk-tabs-wrap > ol li.active:after {
	background: #fff;
	content: "";
	clear: both;
	display: block;
	float: left;
	height: 2px;
	margin-left: -20px;
	position: absolute;
	top: 38px;
	width: 100%;
	z-index: 2;
}
.gk-tabs-wrap > ol li:hover {
	color: #29a3e0;
}
.gk-tabs-container {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: relative;
}
.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;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.gk-tabs-item .box {
	margin-bottom: 0!important;
}
.gk-tabs-item.active {
	left: 0;
	position: relative;
	z-index: 2;
}
.gk-tabs-item p {
	margin: 0;
}

.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.5. GK Image Show
==================================== */

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

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

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

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

.gk-is-wrapper-gk-rockwall.loaded figure.animated {
	opacity: 1;
}

.gk-is-wrapper-gk-rockwall figure.active {
	position: relative;
	z-index: 3;
}

.gk-is-wrapper-gk-rockwall img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.gk-is-wrapper-gk-rockwall figcaption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	height: 100%;
	left: -50%;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 50;
}

.gk-is-wrapper-gk-rockwall[data-textpos="right"] figcaption {
	left: auto!important;
	right: -50%;
}

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

.gk-is-wrapper-gk-rockwall figcaption a.button,
.gk-is-wrapper-gk-rockwall figcaption a.button:hover {
	margin: 30px 0 0 0;
	text-transform: uppercase;
}

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

.gk-is-wrapper-gk-rockwall figcaption h2 {
	color: #fff;
	font-size: 66px;
	font-weight: 600;
	line-height: 60px;
	margin: 0;
	padding: 0;
	text-transform: lowercase 
}

.gk-is-wrapper-gk-rockwall .gk-is-pagination {
	bottom: 22px;
	position: absolute;
	right: 32px;	
	z-index: 10;
}

.gk-is-wrapper-gk-rockwall[data-textpos="right"] .gk-is-pagination {
	left: 32px;
	right: auto;
}

.gk-is-wrapper-gk-rockwall .gk-is-pagination li {
	background: #717171;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	height: 10px;
	line-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-rockwall .gk-is-pagination li.active,
.gk-is-wrapper-gk-rockwall .gk-is-pagination li:active
.gk-is-wrapper-gk-rockwall .gk-is-pagination li:focus,
.gk-is-wrapper-gk-rockwall .gk-is-pagination li:hover {
	background: #fff;
}

/* 9.6. GK Title Overlay
==================================== */

.gk-title-overlay > figure {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-perspective: 1200;
	-moz-perspective: 1200;
	-ms-perspective: 1200;
	perspective: 1200;
}

.gk-title-overlay > figure > img {
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.gk-title-overlay > figure:hover > img {
	-webkit-transform: scale(1.1) rotateZ(-3deg);
	-moz-transform: scale(1.1) rotateZ(-3deg);
	-ms-transform: scale(1.1) rotateZ(-3deg);
	-o-transform: scale(1.1) rotateZ(-3deg);
	transform: scale(1.1) rotateZ(-3deg);
}

.gk-title-overlay > figure > figcaption {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	z-index: 1;
}

.gk-title-overlay[data-textpos="bottom"] > figure > figcaption {
	bottom: 0;
}

.gk-title-overlay[data-textpos="top"] > figure > figcaption {
	top: 0;
}

.gk-title-overlay[data-textpos="bottom"] .gk-img-overlay:before {
	bottom: auto;
	top: 12px;
}

.gk-title-overlay[data-textpos="top"] .gk-img-overlay:before {
	bottom: 12px;
	top: auto;
}

.gk-title-overlay > figure > figcaption h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

.gk-title-overlay > figure > figcaption a {
	color: #fffefe!important;	
}

/* Image overlays */
.gk-title-overlay .gk-img-overlay {
	background: #000;
	cursor: pointer;
	height: 100%;
	left: -30%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 100%;
	z-index: 2;
}

.gk-title-overlay.hover .gk-img-overlay {
	filter: alpha(opacity=75);
	opacity: 0.75;
	left: 0;
}

.gk-title-overlay .gk-img-overlay:before {
	color: #fff;
    content: "\f0a4";
    font-family: FontAwesome;   
    font-size: 22px; 
    position: absolute;
    bottom: 12px;
    right: 22px;
}

/* 9.7. WPML
==================================== */

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