/**
 *
 * -------------------------------------------
 * Basic template CSS file
 * -------------------------------------------
 *
 **/
 
/*
 *
 * 1. Global elements
 *
 *
------------------------------------ */
 
/* 1.1. Base document elements
==================================== */

html {
	-webkit-font-smoothing: subpixel-antialiased;
	min-height: 100%;
}
body {
	background: #f1f0f0 url('../images/patterns/pattern2.jpg') repeat 0 0;
	color: #3a3637;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	min-height: 100%;
	padding: 0;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}

body.frontpage.light_bg {
	background: #fff;
	background-image: none;
}
body.frontpage.dark_bg {
	background: #222;
	background-image: none;
}

body.frontpage.pattern1 { background-image: url('../images/patterns/pattern1.jpg'); }
body.frontpage.pattern2 { background-image: url('../images/patterns/pattern2.jpg'); }
body.frontpage.pattern3 { background-image: url('../images/patterns/pattern3.png'); }
body.frontpage.pattern4 { background-image: url('../images/patterns/pattern4.png'); }
body.frontpage.pattern5 { background-image: url('../images/patterns/pattern5.png'); }
body.frontpage.pattern6 { background-image: url('../images/patterns/pattern6.png'); }
body.frontpage.pattern7 { background-image: url('../images/patterns/pattern7.png'); }
body.frontpage.pattern8 { background-image: url('../images/patterns/pattern8.png'); }
body.frontpage.pattern9 { background-image: url('../images/patterns/pattern9.png'); }
body.frontpage.pattern10 { background-image: url('../images/patterns/pattern10.png'); }
body.frontpage.pattern11 { background-image: url('../images/patterns/pattern11.png'); }
body.frontpage.pattern12 { background-image: url('../images/patterns/pattern12.png'); }

body[data-mobile="true"] #main-menu-mobile select {
    font-size: 50px;
}
#gk-bg {
	min-height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}

/* 1.2. Base typography elements
==================================== */

a,
#gk-mainbody header h1 a:active,
#gk-mainbody header h1 a:focus,
#gk-mainbody header h1 a:hover,
#gk-mainbody header h2 a:active,
#gk-mainbody header h2 a:focus,
#gk-mainbody header h2 a:hover {
	color: #7c842d;
	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
	-moz-transition: color 0.2s linear, background-color 0.2s linear;
	-o-transition: color 0.2s linear, background-color 0.2s linear;
	transition: color 0.2s linear, background-color 0.2s linear;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
#gk-mainbody header h1 a,
#gk-mainbody header h2 a, 
#gk-sidebar .box a:hover {
	color: #292b31;
}

h1 a,
h2 a,
h3 a {
	color: #292b31;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #383637;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 0px 0;
	padding: 0;
}

h1 {
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 0px;
}

h2,
.page-title {
	font-size: 38px;
	font-weight: 300;
	margin: 0 0 24px 0;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 13px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 2.5em;
	font-size: 18px;
	font-family: serif;
	text-align: center;
}

img {
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%!important;
}

/* 1.3. Base form elements
==================================== */

/* buttons */

.btn,
button,
.button,
.readon,
.nav-btn a,
.more-link,
.gk-button,
a.gk-button,
input[type="button"],
input[type="submit"],
.gk-price-table dd a,
.nav-prev a,
.nav-next a,
.menu > li.button > a {
	background: #7c842d;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 8px;
	text-transform: lowercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: relative;
	top: -19px;
	left: 5px;
	-webkit-box-shadow: 0px 1px #A8AD64, /* gradient effects */ 0px 4px #80863F, 0px 5px #767A36, 0px 6px #6B6E36, 0px 7px #64682C, 0px 8px #5E612C, 2px 10px 6px 1px #5F6337;
	box-shadow: 0px 1px #A8AD64, /* gradient effects */ 0px 4px #80863F, 0px 5px #767A36, 0px 6px #6B6E36, 0px 7px #64682C, 0px 8px #5E612C, 2px 10px 6px 1px #5F6337;
	-webkit-transform: translate(0, 5px); /* depth of button press */
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.nav-btn a:active,
.nav-btn a:focus,
.nav-btn a:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
a.gk-button:hover,
a.gk-button:active,
a.gk-button.active,
a.gk-button.disabled,
a.gk-button[disabled],
.readon:active,
.readon:focus,
.readon:hover,
.btn:focus,
button:focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.more-link:active,
.more-link:focus,
.more-link:hover,
.gk-price-table dd a:active,
.gk-price-table dd a:focus,
.gk-price-table dd a:hover,
.button:active,
.button:focus,
.button:hover,
.nav-prev a:active,
.nav-next a:active,
.nav-prev a:focus,
.nav-next a:focus,
.nav-prev a:hover,
.nav-next a:hover,
.menu > li.button > a:hover {
	background: #ffffff;
	outline:0 !important;
}



.input[type="submit"]:active{
	-webkit-box-shadow: 
                0px 3px rgba(128,128,128,1),
                0px 4px rgba(118,118,118,1),
                0px 5px rgba(108,108,108,1),
                0px 6px rgba(98,98,98,1),
                0px 7px rgba(88,88,88,1),
                0px 8px rgba(78,78,78,1),
                0px 10px 2px 0px rgba(128,128,128,.6); /* shadow */
				
	box-shadow: 0px 3px rgba(128,128,128,1),
                0px 4px rgba(118,118,118,1),
                0px 5px rgba(108,108,108,1),
                0px 6px rgba(98,98,98,1),
                0px 7px rgba(88,88,88,1),
                0px 8px rgba(78,78,78,1),
                0px 10px 2px 0px rgba(128,128,128,.6); /* shadow */
				
	-webkit-transform: translate(0, 5px); /* depth of button press */
}


.button.color1,
.readon.color1 {
	background: #76acfc;
}
.button.color1:active,
.readon.color1:active, 
.button.color1:focus,
.readon.color1:focus, 
.button.color1:hover,
.readon.color1:hover {
	background: #292b31;
}


/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"],
textarea  {
	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;
	-webkit-box-shadow: inset 0 2px 1px #e7e7e7;
	-moz-box-shadow: inset 0 2px 1px #e7e7e7;
	box-shadow: 0 1px 0 #e7e7e7 inset;
	border: 1px solid #d88d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	height: 36px;
	max-width: 100%!important;
	padding: 4px 12px;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	background: #fffef4;
}

label {
	color: #222;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 0 6px 0 0;
}

select {
	height: inherit;
	max-width: 100%;
	padding: 6px
}

#searchsubmit {
	float: none;
	display: inline-block;
}

/* 1.4. Base other elements
==================================== */

article {
	margin-top: 20px;
}

#gk-mainbody article:first-child {
	margin-top: 0;
}

#gk-article-containter,
.gk-articles {
	padding: 0;
}

.gk-articles {
	margin-left: -9px;
	margin-right: -9px;
	overflow: hidden;
}

.gk-articles article {
	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: 35px 30px 30px 30px;
}

.gk-articles > .art-column {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 9px;
}

.gk-articles.gk-cols-3 > .art-column {
	width: 33.2%;
}

.gk-articles.gk-cols-2 > .art-column {
	width: 49.9%;
}

.gk-articles.gk-cols-1 > .art-column {
	width: 100%;
}


#gk-article-containter article header {
	margin: 0!important;
}

#gk-article-containter article header ul {
	margin: 20px 0 0;
}


#gk-article-containter article header:before {
	content: "-";
	position: absolute;
	top: -24px;
}

#gk-article-containter article figure.featured-image {
	margin-bottom: 52px;
}

#gk-article-containter article header ul li {
	font-size: 14px!important;
	line-height: 2.0;
}

#gk-article-containter article header ul li.format:before {
	line-height: 2;
}

#gk-article-containter article header li:after {
	display: none;
}

#gk-article-containter article header ul .gk-comments {
	color: #ccc;
	float: right;
	line-height: 2;
	padding: 0;
}

#gk-article-containter article header ul .gk-comments i {
	float: left;
	padding-right: 8px;
}

#gk-article-containter article header ul a {
	color: #999;
}

#gk-article-containter article header ul a:active,
#gk-article-containter article header ul a:focus,
#gk-article-containter article header ul a:hover {
	color: #7c842d;
}

.tag-page > hr,
.search-page > hr {
	border: none;
	clear: both;
}

/* Tag archive */
#gk-article-containter article header ul .category {
	border-left: 1px solid #eee;
	float: left;
	margin: 0 0 0 24px!important;
	padding: 0 0 0 24px;
}

#gk-article-containter article header ul .category i {
	color: #ccc;
	padding-right: 4px;
}

/* 1.5. Base CSS classes
==================================== */

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */
#gk-top1,
#gk-top2,
#gk-mainbody,
#gk-bottom1,
#gk-bottom2,
#gk-bottom3,
#gk-bottom4,
#gk-bottom5,
#gk-bottom6 {
	/* Positions blocks -clearing */
	clear: both;
	position: relative;
}

#gk-header {
	/*background: #e6e6e6;*/
	background: rgba(212, 213, 214, 0.8);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 250px;
	overflow: hidden;
	position: relative;
	opacity: 0.95;
}

#gk-content-wrapper {
	padding: 85px 0 0 0;
}

.frontpage #gk-content-wrapper,
.page-template-template-frontpage-php #gk-content-wrapper {
	padding-top: 120px;
}

.gk-page {
	-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 auto;
	max-width: 900px;
	width: 100%; 
}

#gk-mainbody {
	padding: 0 0 17px 0;
}

#gk-mainbody.contains-widget {
	padding: 0;
}

#gk-mainbody-columns {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 32px 0 30px 0;
}

#gk-mainbody-columns > section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0;
}

#gk-mainbody-columns > aside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 0 30px 50px;
}

#gk-mainbody-columns.gk-column-left > section {
	float: right;
}

#gk-mainbody-columns.gk-column-left > aside {
	float: left;
	padding: 0 50px 30px 0;
}

.frontpage #gk-mainbody-columns {
	padding: 0;
}

.frontpage-header1 #gk-mainbody-columns {
	padding-top: 30px;
}

.frontpage #gk-mainbody-columns > section {
	padding-top: 5px;
}

.frontpage .gk-page-wrap,
.page-template-template-frontpage-php .gk-page-wrap {
	/*background: #f1f0f0 url('../images/pattern_bg.png') repeat 0 0;*/
}

.frontpage #gk-mainbody .box, 
.frontpage #gk-bottom1.gk-single-widget .box, 
.frontpage #gk-bottom2.gk-single-widget .box, 
.frontpage #gk-bottom3.gk-single-widget .box, 
.frontpage #gk-bottom4.gk-single-widget .box, 
.frontpage #gk-bottom5.gk-single-widget .box, 
.frontpage #gk-bottom6.gk-single-widget .box {
	padding: 70px 0;
}

/* Frontpage generated from posts */
.page-template-template-frontpage-php #gk-mainbody-columns .gk-bottom:after,
#gk-header-frontpage:after,
#gk-header:after {
	clear: both;
	content: "";
	display: table;
}
.page-template-template-frontpage-php #gk-header,
.page-template-template-frontpage-php #gk-mainbody-columns > section {
	background: transparent;
	width: 100%;
}

.page-template-template-frontpage-php #gk-content-wrapper {
	position: relative;
}


/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.1. Top
==================================== */
#gk-top {
	background: #000;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100px;
	left: 0;
	padding: 0;
	position: fixed;
	top: 0px;
	-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: 99999;
}

#gk-top.active { top: 0; }
#gk-top > div { height: 52px; }

.admin-bar #gk-top {
	top: 32px;
}

.frontpage #gk-top1,
.frontpage #gk-top2 {
	padding: 5px 0;
}


/* 3.2. Header
==================================== */

/* Logo */
#gk-top > h1 {
	float: left;
	left: 80px;
	position: relative;
	top: 49px;
}

#gk-top h1,
h2.gk-logo {
	margin: 0;
}

#gk-header #gk-logo {
	display: none;
	/*left: 14%;
	position: absolute;
	top: 90px;
	z-index: 1;*/
}

.frontpage-header3 #gk-header #gk-logo {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#gk-logo,
#gk-logo-small {
	display: block;
	float: left;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 170px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

#gk-logo img,
#gk-logo-small img {
	display: block;
	margin: 0;
}

#gk-logo.cssLogo,
#gk-logo-small.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 80px;
	width: 170px;
	background-size: contain;
}

#gk-logo.cssLogo { background: transparent url('../images/logo.png') no-repeat 0 0; }
#gk-logo-small.cssLogo { background: transparent url('../images/logo_dark.png') no-repeat 0 0; }
.svg #gk-logo.cssLogo { background-image: url('../images/logo.svg'); }
.svg #gk-logo-small.cssLogo { background-image: url('../images/logo_dark.svg'); }

#gk-logo-small,
#gk-logo-small.cssLogo {
	margin: 6px 5px 2px 0;
	height: 38px;
	width: 90px;
}

#gk-logo.textLogo,
#gk-logo-small.textLogo {
	color: #fff;
	display: block;
	float: left;
	font-size: 56px;
	font-weight: bold;
	height: auto;
	line-height: 45px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-indent: 0;
	width: auto;
}

#gk-logo-small.textLogo {
	color: #111;
	font-size: 20px;
	line-height: 25px;
}

#gk-logo.textLogo small,
#gk-logo-small.textLogo small {
	color: #eee;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
}

#gk-logo-small.textLogo small {
	color: #aaa;
	
}

/* 3.3. Content
==================================== */

section.intro {
	font-size: 110%;
	padding: 0;
}

.box:after,
.custom:after,
article:after,
#respond:after,
#gk-header-bottom:after,
.widget-area:after,
#gk-top:after,
#gk-top1:after,
#gk-top2:after,
#gk-bottom1:after,
#gk-bottom2:after,
#gk-bottom3:after,
#gk-bottom4:after,
#gk-bottom5:after,
#gk-bottom6:after,
#gk-mainbody:after,
#gk-mainbody-columns:after,
#gk-footer:after,
section.content:after {
    clear: both;
    content: "";
    display: table;
}

#gk-mainbody-top {
	margin: 0 0 30px 0;
}

#gk-mainbody-bottom {
	margin: 0 0 30px 0;
}

#gk-mainbody > article {
	background: rgb(0, 0, 0) transparent;
	background: rgba(212, 213, 214, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-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;
}

/* 3.4. Sidebar
==================================== */

/* 3.5. Bottom
==================================== */

#gk-bottom1,
#gk-bottom2,
#gk-bottom3,
#gk-bottom4,
#gk-bottom5,
#gk-bottom6 {
	overflow: hidden;
	padding: 0;
	width: auto;
}

#gk-top1 .box,
#gk-top2 .box {
	padding: 0 20px 30px;
}

#gk-bottom1 > div,
#gk-bottom2 > div,
#gk-bottom3 > div,
#gk-bottom4 > div,
#gk-bottom5 > div,
#gk-bottom6 > div {
	position: relative;
}

#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-bottom3 .box,
#gk-bottom4 .box,
#gk-bottom5 .box,
#gk-bottom6 .box {
	padding: 20px;
}

.frontpage #gk-bottom1 .box,
.frontpage #gk-bottom2 .box,
.frontpage #gk-bottom3 .box,
.frontpage #gk-bottom4 .box,
.frontpage #gk-bottom5 .box,
.frontpage #gk-bottom6 .box {
	padding: 0;
}

.frontpage #gk-mainbody .box,
.gk-bottom .box,
.page-template-template-frontpage-php #gk-mainbody .box,
.frontpage #gk-bottom1.gk-single-widget .box,
.frontpage #gk-bottom2.gk-single-widget .box,
.frontpage #gk-bottom3.gk-single-widget .box,
.frontpage #gk-bottom4.gk-single-widget .box,
.frontpage #gk-bottom5.gk-single-widget .box,
.frontpage #gk-bottom6.gk-single-widget .box { 
	margin-bottom: 0;
	padding: 70px 0; 
}

.frontpage #gk-bottom1.gk-single-widget .box {
	margin-bottom: 0;
}

.frontpage #gk-mainbody .box {
	margin: 0;
}

.frontpage #gk-mainbody > div,
#gk-bottom1 > div,
#gk-bottom2 > div,
#gk-bottom3 > div,
#gk-bottom4 > div,
#gk-bottom5 > div,
#gk-bottom6 > div { position: relative; }

.frontpage #gk-mainbody .box-title,
.frontpage #gk-mainbody .gk-nsp,
.frontpage #gk-mainbody .textwidget,
#gk-bottom1.gk-single-widget .box .box-title,
#gk-bottom2.gk-single-widget .box .box-title,
#gk-bottom3.gk-single-widget .box .box-title,
#gk-bottom4.gk-single-widget .box .box-title,
#gk-bottom5.gk-single-widget .box .box-title,
#gk-bottom6.gk-single-widget .box .box-title,
#gk-bottom1.gk-single-widget .box .textwidget,
#gk-bottom2.gk-single-widget .box .textwidget,
#gk-bottom3.gk-single-widget .box .textwidget,
#gk-bottom4.gk-single-widget .box .textwidget,
#gk-bottom5.gk-single-widget .box .textwidget,
#gk-bottom6.gk-single-widget .box .textwidget,
#gk-bottom1.gk-single-widget .box .gk-nsp,
#gk-bottom2.gk-single-widget .box .gk-nsp,
#gk-bottom3.gk-single-widget .box .gk-nsp,
#gk-bottom4.gk-single-widget .box .gk-nsp,
#gk-bottom5.gk-single-widget .box .gk-nsp,
#gk-bottom6.gk-single-widget .box .gk-nsp,
.gk-bottom .box .gk-nsp,
.gk-bottom .box .box-title,
.gk-bottom .box .textwidget {
	float: none!important;
	margin: 0 auto!important;
	max-width: 1000px;
	width: 100%;
} 


/* 3.6. Footer
==================================== */

#gk-footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	color: #000000;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	font-size: 15px;
}

#gk-footer a {
	 color: #000000;
	font-weight: bold;
}

body.frontpage.dark_bg #gk-footer a { color: #999; }

#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover,
body.frontpage.dark_bg #gk-footer a:active,
body.frontpage.dark_bg #gk-footer a:focus,
body.frontpage.dark_bg #gk-footer a:hover {
	color: #7c842d;
}

#gk-footer-nav {
	/*vertical-align: bottom!important;*/
	float: left;
	padding-left: 80px;
}

#footer-menu li {
	border: none;
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 0!important;
	padding: 0;
	position: relative;
}

#footer-menu li:before {
	/*background: #ccc;*/
	border-radius: 50%;
	content: "";
	display: block;
	height: 3px;
	left: -11px;
	position: absolute;
	top: 6px;
	width: 3px
}
#footer-menu li:first-child:before {
	display: none;
}

#gk-footer .gk-copyrights p {
	margin: 14px 0;
}

#gk-footer .gk-framework-logo {
	clear: both;
	display: block;
	margin: 12px auto 0 auto;
	padding: 40px 0 50px 0;
	opacity: 0.6;
}

/* Style switcher */
#gk-style-area {
	display: block;
	line-height: 10px;
	margin: 18px auto 0;
	padding: 0!important;
	text-align: center;
}

#gk-style-area a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 7px 0 0 1px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 8px;
}

#gk-style-area a:first-child {
	margin-left: 0;
}

#gk-style-area a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

#gk-color1 { background: #7c842d; }
#gk-color2 { background: #91ccce; }
#gk-color3 { background: #919adf; }
#gk-color4 { background: #e26698; }
#gk-color5 { background: #e57d3c; }
#gk-color6 { background: #33485f; }

/*
 *
 * 4. Widget styles
 *
 *
------------------------------------ */
 
/* 4.1. Base style
==================================== */

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

#gk-mainbody-top .box,
#gk-mainbody-bottom .box {
	padding: 0;
}

/* 4.2. Base style for other areas
==================================== */

#gk-top1 .box,
#gk-top2 .box,
#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-bottom3 .box,
#gk-bottom4 .box,
#gk-bottom5 .box,
#gk-bottom6 .box,
#gk-header-bottom .box {
	float: left;
}

.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 25%; }
.widget-area .col5 { width: 20%; }
.widget-area .col6 { width: 16.6%; }

.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 25%; }
.widget-area .box.last5 { width: 20%; }

.widget-area .nth1 {
	clear: both;
}


#gk-mainbody-top + #gk-mainbody {
	margin-top: 0;
	padding-top: 10px;
}

#gk-mainbody + #gk-mainbody-bottom {
	margin-top: 0;
	padding-top: 10px;
}

/* 4.3. Device classes
==================================== */

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}


/* 4.4 flip image (desktop)
================================*/
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	transform-style: preserve-3d;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: 100%;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
}



/*   4.6 icon
==========================*/
.icon-img{
	width: 100%;
	padding-top: 10px;
}
.icon-img img{
	padding: 0px 10px 0px 10px;
}
.icon-img h3{
	padding-top: 5px;
	font-weight: bold;
}

/* 4.7 Gallery Post
==========================================*/
/* Gallery page */
.gp-photo {
  clear: both;
  padding: 0px 0px;
}

.gp-photo:after {
  clear: both;
  content: "";
  display: table;
}

.gp-photo > a,
.gp-photo > div {
  display: block;
  float: left;
  max-width: 45%;
}

.gp-photo img {
  float: left;
  max-width: 100%;
}

.gp-photo .figcaption {
  float: right;
  width: 48%;
}

.gp-photo h3 {
  font-size: 24px;
  font-family: serif;
  padding: 10px 0;
  text-align: left;
}

.gp-photo p {
  font-size: 16px;
  margin: 0;
  text-align: justify;
}

.gp-photo ul li{
  font-family: serif;
  font-size: 16px;
  list-style: none;
  margin: 0!important;
  overflow: inherit;
  padding: 2px 0 2px 32px;
  position: relative;
}

.gp-photo ul li:before{
  color: #111;
  content: "\f068";
  font-family: FontAwesome;
  font-size: 6px;
  left: 0;
  position: absolute;
  top: 0px;
}


.gp-photo-right > a,
.gp-photo-right > div,
.gp-photo-right img {
  float: right;
}

.gp-photo-right .figcaption {
  float: left;
}

.gp-photo-center > a,
.gp-photo-center > div,
.gp-photo-center img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.gp-photo-center .figcaption {
  clear: both;
  float: none;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 70%;
}

.gp-photo-center p,
.gp-photo-center h3 {
  text-align: center;
}

hr {
  border: none;
  clear: both;
  display: block;
  height: 1px;
  margin: 0;
  padding: 50px 0;
  position: relative;
}
hr:after {
  background: #d5d5d5;
  content: "";
  height: 1px;
  left: 50%;
  margin: 0 0 0 -100px;
  position: absolute;
  top: 49px;
  width: 200px;
}
hr:before {
  background: #d5d5d5;
  content: "";
  height: 9px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 49px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 9px;
}

code {
  background: #f5f5f5;
  padding: 5px 10px;
}

pre {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

/*     4.8 SOCIAL ICON  
============================*/
.iconicon{
	width: 30px;
	top: 0px;
	display: table-cell;
}
.iconicon a:hover{
	opacity: 0.8;
}

.iconicon img{
	padding-top: 0px;
	width: 80%;
}

/*     4.9 slogan  
============================*/
.slogan{
	float: left;
	padding-top: 15px;
	width: 50%;
}


.toggle-div{
	float: right;
	display: none;
}

/*       3d button
===========================*/

.button-3d {
   	position: relative;
    	display: inline-block;
    	margin: 0px 5px 0px 0px;
    
    	-webkit-border-radius: 10px;
	border-radius: 10px;
    
    	-webkit-box-shadow: 1px 3px 1px #F7FF44, /* gradient effects */ 0px 4px #E1E73D, 0px 5px #D6DB35, 0px 6px #B2B33B, 0px 7px #9FA250, 1px 8px 1px #8E913E, 1px 14px 6px -1px #7B7E22;
		
		box-shadow: 1px 3px 1px #F7FF44, /* gradient effects */ 0px 4px #E1E73D, 0px 5px #D6DB35, 0px 6px #B2B33B, 0px 7px #9FA250, 1px 8px 1px #8E913E, 1px 14px 6px -1px #7B7E22;
    
    	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
	display: none;
} 

.button-3d span {
    	background-color: rgb(252, 252, 0);
	border: 1px solid rgb(252, 252, 0);
        -webkit-box-shadow:
            0px -1px #fff, /* top highlight */
            0px 1px 1px #FFFFFF; /* bottom edge */
    
    	-webkit-background-size: 100%, 100%, 100%, 4px 4px;
    
    	-webkit-border-radius: 10px;
	border-radius: 10px;
    	-webkit-transition: -webkit-transform .1s ease-in-out;
    
    	display: inline-block;
    	padding: 5px 0px 0px 5px;
    
    	color: #45C56E;
    	text-transform: uppercase;
    	font-family: sans-serif;
    	font-weight: 0;
    	font-size: 15px;
    	text-shadow: 0px 1px #A2F7BD, 0px -1px #8CF0AC;
	display: inline-block;
}

        .button-3d span:hover {
            color: #000000;
            text-shadow: 0px -1px #97A63A;
            cursor: pointer;
        }

        .button-3d:active {
            -webkit-box-shadow: 
                0px 3px rgba(128,128,128,1),
                0px 4px rgba(118,118,118,1),
                0px 5px rgba(108,108,108,1),
                0px 6px rgba(98,98,98,1),
                0px 7px rgba(88,88,88,1),
                0px 8px rgba(78,78,78,1),
                0px 10px 2px 0px rgba(128,128,128,.6); /* shadow */
        }

        .button-3d:active span{
            -webkit-transform: translate(0, 5px); /* depth of button press */
        }

    .button-3d span:after {
        display: block;
        width: 10px;
        height: 10px;
    
        position: absolute;
        right: 14px;
        top: 12px;    
        
        font-family: 'Cabin';
        font-weight: 700;
        color: #AEBF3B;
        text-shadow: 0px 1px #fff, 0px -1px #97A63A;
        font-size: 26px;
    }
.button-3d span img{
    margin-top: -5px;
	width: 25px;
	height: 25px;
}

/*=========Button Book Now Left Side====
=======================================*/

.button-3d-left{
	display: flex;
	position: relative;
	top: -20px;
	left: 90px;
    	display: inline-block;
    	margin: 0px 5px 0px 0px;
    
    	-webkit-border-radius: 10px;
	border-radius: 10px;
    
    	-webkit-box-shadow: 1px 3px 1px #F7FF44, /* gradient effects */ 0px 4px #E1E73D, 0px 5px #D6DB35, 0px 6px #B2B33B, 0px 7px #9FA250, 1px 8px 1px #8E913E, 1px 14px 6px -1px #7B7E22;
		
		box-shadow: 1px 3px 1px #F7FF44, /* gradient effects */ 0px 4px #E1E73D, 0px 5px #D6DB35, 0px 6px #B2B33B, 0px 7px #9FA250, 1px 8px 1px #8E913E, 1px 14px 6px -1px #7B7E22;
    
    	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
}

.button-3d-left span {
    	background-color: rgb(252, 252, 0);
	border: 1px solid rgb(252, 252, 0);
        -webkit-box-shadow:
            0px -1px #fff, /* top highlight */
            0px 1px 1px #FFFFFF; /* bottom edge */
    
    	-webkit-background-size: 100%, 100%, 100%, 4px 4px;
    	-webkit-border-radius: 10px;
	border-radius: 10px;
    	-webkit-transition: -webkit-transform .1s ease-in-out;
    	display: inline-block;
    	padding: 2px 5px 0px 5px;
    	color: #45C56E;
    	text-transform: none;
	font-family: sans-serif;
    	font-size: 13px;
		letter-spacing: 2px;
    	text-shadow: 0px 1px #A2F7BD, 0px -1px #8CF0AC;
	display: inline-block;
}

        .button-3d-left span:hover {
            color: #000000;
            text-shadow: 0px -1px #97A63A;
            cursor: pointer;
        }

        .button-3d-left:active {
            -webkit-box-shadow: 
                0px 3px rgba(128,128,128,1),
                0px 4px rgba(118,118,118,1),
                0px 5px rgba(108,108,108,1),
                0px 6px rgba(98,98,98,1),
                0px 7px rgba(88,88,88,1),
                0px 8px rgba(78,78,78,1),
                0px 10px 2px 0px rgba(128,128,128,.6); /* shadow */
        }

        .button-3d-left:active span{
            -webkit-transform: translate(0, 5px); /* depth of button press */
        }

    .button-3d-left span:after {
        display: block;
        width: 10px;
        height: 10px;
    
        position: absolute;
        right: 14px;
        top: 12px;    
        
        font-family: 'Cabin';
        font-weight: 700;
        color: #AEBF3B;
        text-shadow: 0px 1px #fff, 0px -1px #97A63A;
        font-size: 26px;
    }
.button-3d-left span img{
    margin-top: -5px;
}
