
/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
	height: auto;
	width: 100%!important;
}
.nspArt img.nspImage { 
	height: auto!important;
	max-width: 100%; 
}
.nspArtScroll1,
.nspLinkScroll1 {
	overflow: hidden;
	width: 100%;
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }
/* Animation */
.nspList,
.nspArtPage {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { opacity: 1; }

/* Suffix dark */
.box.dark a.readon {
	border: 1px solid #fff;
	color: #fff;
}
.box.dark a.readon:hover {
	border-color: #1dbaf4;
	color: #1dbaf4;
}
/* Suffix color and color-bg */
.box.color .nspArt p.nspInfo,
.box.color-bg .nspArt p.nspInfo { color: #fff; }
.box.color .nspArt .readon,
.box.color-bg .nspArt .readon {
	border: 1px solid #fff;
	color: #fff;
}
.box.color .nspArt .readon:hover,
.box.color-bg .nspArt .readon:hover {
	border-color: 1px solid rgba(255, 255, 255, 0.75);
	color: rgba(255, 255, 255, 0.75);
}
.box.color .nspPagination li,
.box.color-bg .nspPagination li { background: rgba(255, 255, 255, 0.75); }
.box.color .nspPagination li:hover,
.box.color .nspPagination li.active,
.box.color-bg .nspPagination li:hover,
.box.color-bg .nspPagination li.active { background-color: #fff; }
.box.color .nspNext:after,
.box.color .nspPrev:after,
.box.color-bg .nspNext:after,
.box.color-bg .nspPrev:after { color: rgba(255, 255, 255, 0.75); }
.box.color .nspNext:hover:after,
.box.color .nspPrev:hover:after,
.box.color-bg .nspNext:hover:after,
.box.color-bg .nspPrev:hover:after { color: #fff; }



/* Popup */
.gkNspPM-Portfolio2 .gkPortfolioPopup {
	background: #f1f0f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	height: 100%;
	opacity: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	width: 100%;
	z-index: 5;
}

.gkNspPM-Portfolio2 .gkPortfolioPopup.activated {
	display: block;
}

.gkNspPM-Portfolio2 .gkPortfolioPopup.active {
	opacity: 1;
	top: 50px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gkNspPM-Portfolio2 .gkPortfolioPopup img {
	display: block;
	max-width: 100%;
}

.gkNspPM-Portfolio2 .gkPortfolioPopup > div {
	clear: both;
}

.gkNspPM-Portfolio2 .gkPortfolioImage {
	background: url('../images/loader.gif') no-repeat center center;
	float: left;
	width: 66%;
}

.gkNspPM-Portfolio2 .gkPortfolioDesc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 32px;
	width: 33%;
}

.gkNspPM-Portfolio2 .gkPortfolioPopup img {
	opacity: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	width: 100%;
}

.gkNspPM-Portfolio2 .gkPortfolioImage.active img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Header common parts */
.gkHeaderBg {
	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%;
}
.gkHeaderBg.active {
	opacity: 1;
}
.gkScrollDown {
	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;
	
	

	
}
.gkScrollDown:active,
.gkScrollDown:focus,
.gkScrollDown:hover { 
	bottom: 66px;
	color: #fff;
}
.gkScrollDown:after {
	
	content: url('../images/arrow.png');


	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;
	

	
}
.gkScrollDown:active:after,
.gkScrollDown:focus:after,
.gkScrollDown:hover:after {
content: url('../images/arrow-1.png');
	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;
}
.gkAnimate {
	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);
}
.gkAnimate.reverse {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}
.gkAnimate.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% 50px 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;
}

/* Map */
.gkMap {
	background: #f1f0f0 url('../images/loader.gif') no-repeat center center;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.65;
	position: absolute;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
	width: 100%;
	z-index: 0;
}
.gkMap.beforeload {
	opacity: 0;
}
.gkMap.active {
	bottom: 0;
	height: auto;
	left: 0;
	opacity: 0.65;
	position: absolute;
	width: 100%;
	z-index: 0;
}
/* GK Contact Plugin */
.gkContactForm {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding: 20px;
	position: relative;
	width: 320px;
	z-index: 1;
}
.gkContactForm address {
	color: #3a3636;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}
.gkContactFooter {
	color: #3a3636;
	font-size: 13px;
	line-height: 1.2;
	margin: 16px 0 12px 0!important;
}
.gkContactForm form p {
	margin: 0 0 18px 0;
	overflow: hidden;
}
.gkContactForm input,
.gkContactForm textarea {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #c6d0d2;
	height: 42px;
	padding: 0 12px;
	width: 100%;
}
.gkContactForm textarea {
	height: 140px;
	padding: 12px;
}
.gkContactForm input[type="submit"] {
	background: #333131;
	border: none;
	color: #fff;
	margin: 0;
}
.gkContactForm input[type="submit"]:active,
.gkContactForm input[type="submit"]:focus,
.gkContactForm input[type="submit"]:hover {
	background: #1dbaf4;
	color: #fff!important;
}
.gkContactSocialIcons {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.gkContactSocialIcons a {
	border: 1px solid #ddd;
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	height: 28px;
	line-height: 29px;
	margin: 0 5px;
	text-align: center;
	width: 28px;
}
.gkContactSocialIcons a i {
	padding-left: 1px;
	padding-right: 0;
}
.gkContactSocialIcons a:hover {
	background: #333131;
	border: 1px solid #333131;
}
.gkContactSocialIcons a:hover i { color: #fff; }

/* reCAPTCHA adjustments */
.gkContactForm .recaptchatable {
	border: none!important;
}
.gkContactForm .recaptchatable .recaptcha_image_cell center img {
	height: auto;
	padding: 8px 0 0 0;
	width: 216px;
}
.gkContactForm .recaptchatable #recaptcha_image {
	border: none!important;
	width: 200px!important;
}
.gkContactForm .recaptchatable #recaptcha_response_field {
	width: 200px!important;
}
.gkContactForm .recaptchatable td {
	padding: 0!important;
}
.gkContactForm .recaptcha_image_cell {
	width: 200px;
}

/* 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; }


#gkMobileMenu > label { display: none; }
