/**
 *
 * -------------------------------------------
 * 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/pattern_bg.png') repeat 0 0;
	color: #3a3637;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	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.png'); }
body.frontpage.pattern2 { background-image: url('../images/patterns/pattern2.png'); }
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: #1dbaf4;
	-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 12px 0;
	padding: 0;
}

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

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

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: #1DBAF4;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 2px 2px;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.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,
input[type="submit"]: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: #333131;
}

.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 #ddd;
	-moz-box-shadow: inset 0 2px 1px #ddd;
	box-shadow: 0 1px 0 #ccc inset;
	border: 1px solid #f5f5f5;
	-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;
}


#kontakt .box.title-left .box-title { left: 1%!important; position: absolute; top: 120px!important; width: auto !important; z-index: 1; }

#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: #1dbaf4;
}

.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: #333;
	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;
    max-height:550px;
	overflow: hidden;
	position: relative;
}

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

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

.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: 1000px;
	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: #fff;
	-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: 52px;
	left: 0;
	padding: 0;
	position: fixed;
	top: -52px;
	-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: 10;
    top: 0 !important;
}

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

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

.frontpage #gk-top1,
.frontpage #gk-top2 {
	padding: 80px 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 {
	left: 14%;
	position: absolute;
	top: 60px;
	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: 100%;
	width: 100%;
	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.png'); }
.svg #gk-logo-small.cssLogo { background-image: url('../images/logo_dark.png'); }

#gk-logo-small,
#gk-logo-small.cssLogo {
	margin: 6px 40px 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: #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;
}

/* 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: #999;
	line-height: 1;
	padding: 51px 0;
	text-align: center;
}

#gk-footer a {
	 color: #292B31;
}

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: #1DBAF4;
}

#gk-footer-nav {
	vertical-align: bottom!important;
}

#footer-menu li {
	border: none;
	display: inline-block;
	line-height: 1;
	margin: 0 14px 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: #1dbaf4; }
#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;
}