/**
 *
 * -------------------------------------------
 * Template stuff CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 7. Template additional features styles
 *
 *
 
------------------------------------ */

/* Icons */

@charset "UTF-8";
@font-face {
	font-family: "johns-icons";
	src: url("../fonts/johns-icons/johns-icons.eot");
	src: url("../fonts/johns-icons/johns-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/johns-icons/johns-icons.ttf") format("truetype"), url("../fonts/johns-icons/johns-icons.svg#johns-icons") format("svg"), url("../fonts/johns-icons/johns-icons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: "johns-icons" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="gk-icon-"]:before,
[class*=" gk-icon-"]:before {
	font-family: "johns-icons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gk-icon-arrow-bottom:before { content: "a"; }
.gk-icon-arrow-left:before { content: "b"; }
.gk-icon-arrow-right:before { content: "c"; }
.gk-icon-arrow-top:before { content: "d"; }
.gk-icon-flame:before { content: "e"; }
.gk-icon-heart:before { content: "f"; }
.gk-icon-mail:before { content: "g"; }
.gk-icon-pencil:before { content: "h"; }
.gk-icon-prize:before { content: "i"; }
.gk-icon-star:before { content: "j"; }
.gk-icon-cross:before { content: "k"; }
.gk-icon-plus:before { content: "l"; }

.bigtitle .box-title[data-scroll-reveal-complete="true"] .gk-icon-flame,
.bigtitle .box-title[data-scroll-reveal-complete="true"] .gk-icon-heart,
.bigtitle .box-title[data-scroll-reveal-complete="true"] .gk-icon-star,
.bigtitle .header[data-scroll-reveal-complete="true"] .gk-icon-flame,
.bigtitle .header[data-scroll-reveal-complete="true"] .gk-icon-heart,
.bigtitle .header[data-scroll-reveal-complete="true"] .gk-icon-star {
	display: inline-block;
	-webkit-animation: iconscale 1.2s 1 linear;
	-moz-animation: iconscale 1.2s 1 linear;
	-o-animation: iconscale 1.2s 1 linear;
	animation: iconscale 1.2s 1 linear;
	-webkit-transform-origin: center 100%;
	-moz-transform-origin: center 100%;
	-ms-transform-origin: center 100%;
	-o-transform-origin: center 100%;
	transform-origin: center 100%;
}

.bigtitle .box-title[data-scroll-reveal-complete="true"] .gk-icon-heart,
.bigtitle .box-title[data-scroll-reveal-complete="true"] .gk-icon-star,
.bigtitle .header[data-scroll-reveal-complete="true"] .gk-icon-heart,
.bigtitle .header[data-scroll-reveal-complete="true"] .gk-icon-star {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.bigtitle .box-title .gk-icon-mail,
.bigtitle .header .gk-icon-mail {
	display: inline-block;
	opacity: 0;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	left: -60px;
	-webkit-transform-origin: center 100%;
	-moz-transform-origin: center 100%;
	-ms-transform-origin: center 100%;
	-o-transform-origin: center 100%;
	transform-origin: center 100%;	
	top: 80px;
	-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;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.bigtitle .box-title[data-scroll-reveal-complete="true"] .gk-icon-mail,
.bigtitle .header[data-scroll-reveal-complete="true"] .gk-icon-mail {
	display: inline-block;
	opacity: 1;
	left: 0;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.bigtitle .box-title .gk-icon-pencil {
	display: inline-block;
	opacity: 0;
	position: relative;
	left: 80px;
	-webkit-transition: all .75s cubic-bezier(0,.54,.15,.98);
	-moz-transition: all .75s cubic-bezier(0,.54,.15,.98);
	-ms-transition: all .75s cubic-bezier(0,.54,.15,.98);
	-o-transition: all .75s cubic-bezier(0,.54,.15,.98);
	transition: all .75s cubic-bezier(0,.54,.15,.98);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.bigtitle .box-title[data-scroll-reveal-complete="true"] .gk-icon-pencil {
	display: inline-block;
	opacity: 1;
	left: 0;
}

.bigtitle .box-title .gk-icon-prize,
.bigtitle .header .gk-icon-prize {
	display: inline-block;
	opacity: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-transform-origin: enter 100%;
	-moz-transform-origin: enter 100%;
	-ms-transform-origin: enter 100%;
	-o-transform-origin: enter 100%;
	transform-origin: enter 100%;
	-webkit-transition: all 1s cubic-bezier(0,1.52,.74,1.47);
	-moz-transition: all 1s cubic-bezier(0,1.52,.74,1.47);
	-ms-transition: all 1s cubic-bezier(0,1.52,.74,1.47);
	-o-transition: all 1s cubic-bezier(0,1.52,.74,1.47);
	transition: all 1s cubic-bezier(0,1.52,.74,1.47);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.bigtitle .box-title[data-scroll-reveal-complete="true"] .gk-icon-prize,
.bigtitle .header[data-scroll-reveal-complete="true"] .gk-icon-prize {
	display: inline-block;
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

@-webkit-keyframes iconscale {
	from, to { -webkit-transform: scale(1); }
	25% { -webkit-transform: scale(0.8); }
	50% { -webkit-transform: scale(0.95); }
	75% { -webkit-transform: scale(0.75); }
}

@-moz-keyframes iconscale {
	from, to { -moz-transform: scale(1); }
	25% { -moz-transform: scale(0.8); }
	50% { -moz-transform: scale(0.95); }
	75% { -moz-transform: scale(0.75); }
}

@keyframes iconscale {
	from, to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-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(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
	75% {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75);
	}
}
/* 7.1. Breadcrumbs & font-size
==================================== */
 
#gk-breadcrumb-area {
	border-bottom: 1px solid #ddd;
	margin: 0 0 30px 0;
	overflow: hidden;
	padding: 10px 0;
} 
 
.gk-breadcrumbs {
	float: left;
	margin: 0 auto;
} 

.gk-breadcrumbs a,
.gk-breadcrumbs span {
	float: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 2.0;
	max-width: 100%;
}

.gk-breadcrumbs > a:first-child:before {
	display: none;
}

.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {	
	color: #ccc;
	content: " / ";
	font-size: 14px;
	font-weight: 300;
	padding: 1px 5px 1px 10px!important;
}
 
/* 7.2. Contact page template
==================================== */

.contactpage .contact-wrap {
	background: rgb(212, 213, 214) transparent;   /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(212, 213, 214, 0.8);   /* RGBa with 0.6 opacity */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);  /* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";  /* For IE 8*/
	-webkit-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	clear: both;
	margin-bottom: 18px;
	padding: 35px 30px 50px 30px;
}

.contactpage .featured-image {
	margin-bottom: 24px;
	padding-top: 52px;
}

.contactpage .featured-image:hover img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
}

.contactpage .page-title:after {
	display: none!important;
}

.contactpage h3 {
	clear: both;
	font-size: 24px;
	font-weight: 300;
	padding: 43px 0 0;
}

.contactpage address,
.contactpage .contact-info {
	float: left;
	margin: 0 10px 32px 0
}

.contactpage .contact-text {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.contactpage section.intro {
	font-size: 100%;
}

.contactpage .contact-info div {
	float: left;
		margin: 0 52px 0 0
}

.page-template-template-contact-php #gk-mainbody-bottom .box {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	margin: 42px 0 0;
	padding: 24px 0 0;
}

#gk-contact {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

#gk-contact dd {
	margin: 5px 0;
	padding: 0;
}

#gk-contact span.error {
	color: #d82731;
}

.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
	line-height: 18px;
	margin: 30px 0;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.contactpage .gk-contact-error:before {
	top: 10px;
}

.contactpage input[type="text"],
.contactpage textarea {
	width: 100%;
}

#gk-contact input[type="text"] {
	width: 80%;
}

.contactpage input[type="submit"] {
	background-color: #9DA73F;	
	float: left;
	margin: 0;
}

.contactpage #loginform #rememberme {
	margin: 13px 5px 0 2px;
}

#gk-contact dl {
	float: left;
	width: 50%;
}

#gk-contact > p {
	margin-bottom: 10px;
}

#gk-contact label {
	text-transform: none;
}

#gk-contact .inline,
#gk-contact .inline {
	display: inline-block;
	float: left;
	margin: 12px 0 0;
	width: auto;
}

/* 7.3. Page 404 template 
==================================== */ 

#gk-mainbody.page404 {
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	clear: both;
	margin-bottom: 0;
	padding: 35px 30px 30px 30px;
}

#gk-mainbody.page404 .widgettitle {
	font-size: 25px;
}

.page404 > p:first-child {
	font-size: 150%;
	padding: 20px 0;
	text-align: center;
}

.page404 > p:first-child > small {
	display: block;
	font-size: 85%;
	text-align: center;
}

.page404 label[for="s"] {
	display: none;
}

.page404 form {
	margin: 10px 0 30px 0;
	text-align: center;
}

.page404 > div {
	clear: both;
	overflow: hidden;
}

.page404 .widget {
	float: left;
	margin: 0 2%;
	width: 46%;
}

.page404 > div + div {
	margin-top: 40px;
}

/* 7.4. Archive page template
==================================== */

.archivepage .widget h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.archivepage .widget {
    float: left;
    width: 48%;
}

.archivepage .widget.first {
    width: 100%;
}

.archivepage .widget.last {
    margin-left: 3%;
}

.archivepage .widget.first li:before {
    display: none;
}

.archivepage .widget.first li {
    position: relative;
}

.archivepage .widget.first li a {
    display: block;
    padding-left: 54px;
}

.archivepage .widget li small {
    color: #888;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 11px;
}

/* 7.5. Tag cloud template
==================================== */

.tagcloud .tag-cloud {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0;
	padding: 10px 0;
}

.tagcloud .tag-cloud a {
	font-weight: 300;
	padding: 0 10px;
	vertical-align: middle;
}

#gk-mainbody.tagcloud {
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	margin-bottom: 18px;
	padding: 35px 30px 30px 30px;
}

/* 7.6. Login page template
==================================== */

.loginpage #loginform {
	margin: 0;
	overflow: hidden;
	width: 270px;
}

.loginpage input[type="text"],
.loginpage input[type="password"] {
	clear: both;
	width: 270px;
}

.loginpage #loginform p {
	margin-bottom: 10px;
}

.loginpage p label {
	display: block;
	text-transform: none;
}

.loginpage .login-remember {
	float: left;
	padding-top: 7px;
}

.loginpage .login-submit {
	float: right;
	margin: 10px 0;
}

.loginpage .login-submit input[type="submit"] {
	margin: 0;
}

.loginpage nav.small {
	border-top: 1px solid #eee;
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	width: 270px;
}

.loginpage nav.small ul {
	font-size: 13px;
	margin: 0;
}

.loginpage nav.small ul li {
	float: left;
	margin-right: 10px;
	padding-left: 0;
}

.loginpage nav.small ul li:before {
	display: none;
}

/* 7.7. Post formats header
==================================== */

header hgroup h2 {
	margin: 0;
	padding: 11px 0 10px 0;
}

.gk-format-aside,
.gk-format-audio,
.gk-format-chat,
.gk-format-gallery,
.gk-format-image,
.gk-format-link,
.gk-format-quote,
.gk-format-status,
.gk-format-video {
	display: inline-block;
	float: left;
	height: 25px;
	margin: 0 0 -6px 0!important;
	overflow: hidden;
	padding-right: 0!important;
	width: 26px;
}

.gk-format-aside:before,
.gk-format-audio:before,
.gk-format-chat:before,
.gk-format-gallery:before,
.gk-format-image:before,
.gk-format-link:before,
.gk-format-quote:before,
.gk-format-status:before,
.gk-format-video:before {
	color: #999;
	display: block;
	font-family: FontAwesome;
	font-size: 15px;
	line-height: 1;
}

.gk-format-aside:before { 
	content: "\f0f6";
}

.gk-format-audio:before { 
	content: "\f001";
}

.gk-format-chat:before { 
	content: "\f086";
}

.gk-format-gallery:before { 
	content: "\f00a";
}

.gk-format-image:before { 
	content: "\f03e";
}

.gk-format-link:before { 
	content: "\f0c1";
}

.gk-format-quote:before { 
	content: "\f10e";
}

.gk-format-status:before { 
	content: "\f073";
}

.gk-format-video:before { 
	content: "\f03d";
}



/* 7.8. Page navigation
==================================== */

.pagenav {
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.pagenav .nav-prev {
	float: left;
}

.pagenav .nav-next {
	float: right;
}

/* 7.9. Author info
==================================== */
.author-info {
	background: #fff;
	clear: both;
	margin: 0 0 48px;
	min-height: 48px;
	overflow: hidden;
	padding: 36px;
	position: relative;
}

.author-info p {
	margin-bottom: 10px;
}

.author-info p:last-child {
	margin-bottom: 0;
}

#gk-social-api + .author-info {
	margin-top: 72px;
}

.author-info > aside {
	left: 36px;
	position: absolute;
	top: 36px;
}

.author-info img {
	display: block;
}

.author-info > div {
	padding: 0 24px 0 130px;
}

.author-info h2 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.author-www {
	margin-top: 15px;
}

.author-info .author-desc {
	font-size: 14px;
	line-height: 1.7;
}

/* 7.10. Post custom fields
==================================== */

.content dl.post-fields {
	border-top: 1px solid #eee;
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 0;
	padding: 0;
}

.content dl.post-fields dt {
	border-top: 1px solid #eee;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 10px 0;
}

.content dl.post-fields dt:first-child {
	border-top: none;
} 

.content dl.post-fields dd {
	margin: 0;
	padding: 5px 0;
}

/* 7.11. oEmbed support
==================================== */

/* YouTube, Vimeo - responsive support */
.content iframe[src^='http://www.youtube.com'],
.content iframe[src^='https://www.youtube.com'],
.content iframe[src^='http://youtube.com'],
.content iframe[src^='https://youtube.com'],
.content iframe[src*='vimeo.com'] {
	max-width: 100%!important;
}

/* Twitter - responsive support */
.content .twitter-tweet-rendered {
	max-width: 100%!important;
}

/* Flickr - responsive support */
.content a[href^='http://www.flickr.com'],
.content a[href^='https://www.flickr.com'],
.content a[href^='http://flickr.com'],
.content a[href^='https://flickr.com'] {
	max-width: 100%!important;
}


/* 7.12. Attachment page
==================================== */

.attachment-page p {
	clear: both;
	padding: 30px 0 0 0;
}

.attachment-page .nav-prev {
	float: left;
}

.attachment-page .nav-next {
	float: right;
}

.attachment-page .intro {
	overflow: hidden;
	padding: 0 0 30px 0;
}

/* 7.13. Search page
==================================== */

.search-page #searchform,
.search-page .intro {
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	margin: 0 0 18px 0;
	padding: 30px 30px 30px 30px;
	text-align: center;
}

.search-no-results .search-page #searchform {
	margin-bottom: 0;
	padding-top: 50px;
}

.search-page #searchform input[type="submit"] {
	display: inline-block;
	float: none;
}

.search-page .page-title {
	font-size: 32px;
	text-align: center;
}

/* 7.14. Thickbox styling
==================================== */

body #TB_load,
body #TB_window {
	border: none!important;
	background: transparent!important;
}

body #TB_window {
	background: #000!important;
}

body #TB_title {
	display: none;
}

/* 7.15. Log in popup
==================================== */

#gk-popup-overlay,
#gk-popup-login {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 100px;
	background: #fff;
}

#gk-popup-login {
	margin-left: -220px;
	position: fixed;
	width: 426px;
}

.gk-popup-wrap {
	padding: 40px;
	overflow: hidden;
}

.gk-popup-wrap h3 {
	font-size: 33px;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.gk-popup-wrap p {
	margin: 0 0 10px 0;
}

.gk-popup-wrap .login-submit {
	padding: 20px 0 0 0;
}

.gk-popup-wrap input[type="text"],
.gk-popup-wrap input[type="password"] {
	margin: 6px 0 0;
	width: 99%;
}

.gk-popup-wrap input[type="submit"] {
	height: 44px;
	line-height: 44px;
	padding: 0 22px;
}

#gk-popup-overlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}

/* 7.16. Demo content
==================================== */

/* Frontpage elements */

/* Header common parts */
.gk-header-bg {
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .75s ease-out;
	-moz-transition: opacity .75s ease-out;
	-ms-transition: opacity .75s ease-out;
	-o-transition: opacity .75s ease-out;
	transition: opacity .75s ease-out;
	top: 0;
	width: 100%;
}
.gk-header-bg.active {
	opacity: 1;
}

.gk-scroll-down {
	bottom: 60px;
	color: #c9c9c9;
	font-size: 15px;
	left: 50%;
	margin: 0 0 0 -50px;
	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;
	width: 100px;
	z-index: 1;
}
.gk-scroll-down:active,
.gk-scroll-down:focus,
.gk-scroll-down:hover { 
	bottom: 66px;
	color: #fff;
}
.gk-scroll-down:after {
	color: #c9c9c9;
	content: "a";
	font-family: "johns-icons";
	font-size: 32px;
	left: 50%;
	margin: 0 0 0 -24px;
	position: absolute;
	top: 18px;
	-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-scroll-down:active:after,
.gk-scroll-down:focus:after,
.gk-scroll-down:hover:after {
	color: #fff;
	top: 30px;
}

.gk-animate {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1s cubic-bezier(.17,.67,.35,1);
	-moz-transition: all 1s cubic-bezier(.17,.67,.35,1);
	-ms-transition: all 1s cubic-bezier(.17,.67,.35,1);
	-o-transition: all 1s cubic-bezier(.17,.67,.35,1);
	transition: all 1s cubic-bezier(.17,.67,.35,1);
}
.gk-animate.reverse {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}
.gk-animate.active {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* Header I */
.gk-header1 {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 230px 14% 200px 14%;
}
.gk-header1 h1 {
	color: #c9c9c9;
	font-size: 92px;
	font-weight: bold;
	letter-spacing: -5px;
	line-height: 0.85;
	margin: 0 0 32px 0;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.gk-header1 p {
	color: #c9c9c9;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	max-width: 400px;
	position: relative;
	z-index: 1;
}

/* Header II */
.gk-header2 {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 300px 14%;
}
.gk-header2 h1 {
	color: #fff;
	font-size: 72px;
	font-weight: bold;
	letter-spacing: -5px;
	line-height: 0.85;
	margin: 0 0 55px 0;
	position: relative;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
	z-index: 1;
}
.gk-header2 p {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
	position: relative;
	z-index: 1;
}
.gk-header2 p span {
	background: #222020;
	clear: both;
	display: block;
	float: left;
	margin: 1px 0;
	padding: 1px;
}

.gk-header2 .gk-scroll-down,
.gk-header2 .gk-scroll-down:after {
	color: #222;
}

/* Header III */
.gk-header3 {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 230px 14%;
	text-align: center;
}
.gk-header3 img.gk-animate {
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}
.gk-header3 p {
	clear: both;
	color: #c9c9c9;
	display: block;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	position: relative;
	z-index: 1;
}
.gk-header3 p span {
	clear: both;
	display: block;
	text-align: center;
}

/* Awards */
.gk-column-left,
.gk-column-right { padding: 10px 0; }
.gk-column-left {
	float: left;
	width: 30%;
}
.gk-column-left p {
	color: #636363;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 48px;
}
.gk-column-right {
	float: right;
	width: 60%;
}
.gk-column-right figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 2%;
	text-align: center;
	width: 46%;
}
.gk-column-right figure h4 {
	color: #c9c9c9;
	font-size: 18px;
	margin: 32px 0 10px 0;
	text-transform: uppercase;
}
.gk-column-right figure p {
	color: #c9c9c9;
	font-size: 13px;
	margin: 20px 0;
}

/* Columns in the content */
.gkCols {
	margin: 0 -45px;
	width: auto;
}
.gkCols.testimonials { margin: 0 -12px; }
.gkCols:after {
	clear: both;
	content: "";
	display: table;
}
.gkCols.margin-top,
.gkCols.testimonials { margin-top: 100px!important; }
.gkCols > div,
.gkCols > blockquote {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 45px;
}
.gkCols[data-cols="4"],
.gkCols[data-cols="5"] { margin: 0 -15px; }
.gkCols[data-cols="2"] > div,
.gkCols[data-cols="2"] > blockquote { width: 50%; }
.gkCols[data-cols="3"] > div,
.gkCols[data-cols="3"] > blockquote { width: 33.333333%; }
.gkCols[data-cols="4"] > div,
.gkCols[data-cols="4"] > blockquote {
	padding: 0 15px;
	width: 25%;
}
.gkCols[data-cols="5"] > div,
.gkCols[data-cols="5"] > blockquote {
	padding: 0 15px;
	width: 20%;
}
.gkCols h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 24px;
}
.gkCols p { font-size: 14px; }
.gkCols + .button {
	background: #1dbaf4;
	margin-top: 50px;
}
.gkCols + .button:hover { background: #333; }

/* Team */
.gk-team {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 40px;
	overflow: hidden;
	position: relative;
	top: -35px;
	z-index: 1;
}
.gk-team > div {
	-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-team > div > div {
	opacity: 0;
	float: left;
	-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-team > div > div.active {
	opacity: 1;
}
.gk-team[data-pages="1"] > div { width: 100%; }
.gk-team[data-pages="2"] > div { width: 200%; }
.gk-team[data-pages="3"] > div { width: 300%; }
.gk-team[data-pages="4"] > div { width: 400%; }
.gk-team[data-pages="5"] > div { width: 500%; }
.gk-team[data-pages="1"] > div > div { width: 100%; }
.gk-team[data-pages="2"] > div > div { width: 50%; }
.gk-team[data-pages="3"] > div > div { width: 33.333333%; }
.gk-team[data-pages="4"] > div > div { width: 25%; }
.gk-team[data-pages="5"] > div > div { width: 20%; }
.gk-team[data-cols="1"] figure { width: 100%; }
.gk-team[data-cols="2"] figure { width: 50%; }
.gk-team[data-cols="3"] figure { width: 33.333333%; }
.gk-team[data-cols="4"] figure { width: 25%; }
.gk-team figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 21px;
	position: relative;
	text-align: center;
}
.gk-team figure img {
	display: block;
}
.gk-team figure span {
	display: block;
	position: relative;
}
.box .gk-team h3,
.gk-team h3 {
	color: #3a3636;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.gk-team h3:before {
	content: "-";
	font-size: 14px;
	font-weight: normal;
	left: 0;
	position: absolute;
	text-align: center;
	top: -24px;
	width: 100%;
}
.gk-team small {
	color: #3a3636;
	display: block;
	font-size: 13px;
	text-align: center;
}

/* Team pagination */
.gk-team-prev {
	left: -50px;
	position: absolute;
	top: 50%;
}
.gk-team-next {
	position: absolute;
	right: -50px;
	top: 50%;
}
.gk-team-prev,
.gk-team-next {
	color: #333;
	font-size: 32px;
	line-height: 32px;
	margin-top: -100px;
}
.gk-team-prev i,
.gk-team-next i {
	font-size: 32px;
	line-height: 32px;
}
.gk-team-prev:hover,
.gk-team-next:hover {
	color: #1dbaf4;
}

/* Team overlays */

.gk-team-overlay {
	background: #1dbaf4;
	height: 100%;
	left: 0;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	top: 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;
	width: 100%;
	z-index: 1;
}

figure.hover .gk-team-overlay {
	opacity: 1; filter: alpha(opacity=100);
}

.gk-team-overlay > a {
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	opacity: 0; filter: alpha(opacity=0);
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 64%;
	-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: 50px;
}

.gk-team-overlay a.active {
	opacity: 1.0; filter: alpha(opacity=100);
	top: 50%;
}

.gk-team-overlay a:hover {
	background: #f1c40f;
}

/* Icons amount */
.gk-team-overlay.gk-icons1 a {
	margin-top: -25px;
}

.gk-team-overlay.gk-icons2 a {
	margin-top: -57px;	
}

.gk-team-overlay.gk-icons2 a + a {
	margin-top: 3px;
}

.gk-team-overlay.gk-icons3 a {
	margin-top: -87px!important;	
}

.gk-team-overlay.gk-icons3 a + a {
	margin-top: -25px!important;
}

.gk-team-overlay.gk-icons3 a + a + a {
	margin-top: 36px!important;
}

.gk-team-overlay > a:before {
	color: #fff;
	display: block;
	font-family: FontAwesome;
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-indent: 0!important;
	width: 50px;
}

.gk-team-overlay a[data-type="fb"]:before {
	content: '\f09A';
}

.gk-team-overlay a[data-type="twitter"]:before {
	content: '\f099';
}

.gk-team-overlay a[data-type="gplus"]:before {
	content: '\f0d5';
}

/* Clients */
.gk-clients {
	/*margin: 20px -2%!important;*/
	overflow: hidden;
}
.gk-clients li {
	-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;
	/*margin: 0 2%;
	padding: 12px 0!important;*/
	position: relative;
	top: -1px;
	/*width: 21%;*/
}
.gk-clients li:before { display: none; }
.gk-clients li.double { width: 46%; }
.gk-clients li.double .box-title {
	margin: 0;
	position: relative;
	top: -12px;
}
.gk-clients li a {
	-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-clients li a:active,
.gk-clients li a:focus,
.gk-clients li a:hover {
	opacity: 0.65;
}


/* Text classes */
.text-centered {
	text-align: center;
}

u {
	border-bottom: 1px solid #ccc;
	color: #9d9d9d;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-decoration: none;
}

/* Columns */
div[data-width],
address[data-width] {
	float: left;
}

div[data-width] h3 {
	font-weight: 300;
	margin-bottom: 24px;
}

address[data-width] {
	border-left: 1px solid #f1857a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	padding-left: 40px;
}

address > p.heading {
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	padding-bottom: 25px;
}

#gk-bottom5 address[data-width],
#gk-bottom6 address[data-width] {
	border-left-color: #ff9d93;
}

div[data-width]:last-child,
address[data-width]:last-child {
	float: right;
}

div[data-width="30"],
address[data-width="30"] { width: 30%; }
div[data-width="35"],
address[data-width="35"] { width: 35%; }
div[data-width="40"],
address[data-width="40"] { width: 40%; }
div[data-width="45"],
address[data-width="45"] { width: 45%; }
div[data-width="50"],
address[data-width="50"] { width: 50%; }
div[data-width="55"],
address[data-width="55"] { width: 55%; }
div[data-width="60"],
address[data-width="60"] { width: 60%; }
div[data-width="65"],
address[data-width="65"] { width: 65%; }
div[data-width="70"],
address[data-width="70"] { width: 70%; }

div[data-width] img {
	display: block;
}

.gk-columns.margin-top,
.gk-columns.testimonials { 
	margin-top: 100px!important; 
}

.gk-columns h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 24px;
}

.gk-columns p { font-size: 14px; }

.gk-columns + .button {
	background: #76acfc;
	margin-top: 50px;
}
.gk-columns + .button:hover { background: #333; }

.gk-header {
	font-size: 32px;
	font-weight: 300;
	margin: 40px 0 20px 0;
}

.gk-desc {
	font-size: 18px;
}

.gk-desc + img {
	margin: 60px 0 0 -4px;
}

/* Price Table */
.gk-price-table {
	padding: 60px 0 48px 0;
}
.gk-price-table:after {
	clear: both;
	content: "";
	display: table;
}
.gk-price-table.col1 dl {
	width: 100%;
}
.gk-price-table.col2 dl {
	float: left;
	width: 50%;
}
.gk-price-table.col3 dl {
	float: left;
	width: 33.3%;
}
.gk-price-table.col4 dl {
	float: left;
	width: 25%;
}
.gk-price-table.col5 dl {
	float: left;
	width: 20%;
}
.gk-price-table dl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	padding: 20px 32px;
	position: relative;
	z-index: 1;
}
.gk-price-table.gk-white dl {
	background: #f8f8f8;
}
.gk-price-table dt {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 65px;
	margin-top: -20px;
	text-align: center;
}
.gk-price-table dd {
	margin-left: 0;
	padding: 6px 0;
	text-align: center;
}
.gk-price-table dd a {
	margin: 23px 0 15px;
}
.gk-price-table dd.gk-price {
	color: #555;
	font-size: 60px;
}
.gk-price-table dd.gk-price small {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}
.gk-price-table dl.gk-premium {
	background: #f5f5f5;
	margin: 0 0 0 -1px;
	padding: 32px;
	z-index: 2;
}

/* 7.17. Tables
==================================== */

article section table {
	margin: 10px 0;
}

article section table th {
	background: #eee;
	padding: 0 4px;
	text-align: left;
}

article section table td {
	padding: 0 4px;
}

article section table tbody tr:nth-child(2n) {
	background: #f5f5f5;
}

article section table td span.gk-table-label {
	display: none;
}

/* 7.18. Category page description
==================================== */

.page-desc {
	margin: 24px 0 20px 0;
	padding: 24px 0 36px 0;
}

.page-desc p {
	margin: 0;
}

/* 7.19. Template latest post
==================================== */

.page-template-template-latest-php article {
	margin-bottom: 20px;
}