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

* {
	outline: none!important;
}

html {
	-webkit-font-smoothing: antialiased;
}

body { 
	background: #111;
	color: #666;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	-ms-word-wrap: break-word;
		word-wrap: break-word;
}

body[data-mobile="true"] #main-menu-mobile select {
    font-size: 50px;
}

body.pattern1 #gk-bottom2,
body.pattern1 #gk-bottom4,
.grey-content body.pattern1 .gk-page-wrap { background-image: url('../images/patterns/pattern1.png')!important; }
body.pattern2 #gk-bottom2,
body.pattern2 #gk-bottom4,
.grey-content body.pattern2 .gk-page-wrap { background-image: url('../images/patterns/pattern2.png')!important; }
body.pattern3 #gk-bottom2,
body.pattern3 #gk-bottom4,
.grey-content body.pattern3 .gk-page-wrap { background-image: url('../images/patterns/pattern3.png')!important; }
body.pattern4 #gk-bottom2,
body.pattern4 #gk-bottom4,
.grey-content body.pattern4 .gk-page-wrap { background-image: url('../images/patterns/pattern4.png')!important; }
body.pattern5 #gk-bottom2,
body.pattern5 #gk-bottom4,
.grey-content body.pattern5 .gk-page-wrap { background-image: url('../images/patterns/pattern5.png')!important; }
body.pattern6 #gk-bottom2,
body.pattern6 #gk-bottom4,
.grey-content body.pattern6 .gk-page-wrap { background-image: url('../images/patterns/pattern6.png')!important; }
body.pattern7 #gk-bottom2,
body.pattern7 #gk-bottom4,
.grey-content body.pattern7 .gk-page-wrap { background-image: url('../images/patterns/pattern7.png')!important; }
body.pattern8 #gk-bottom2,
body.pattern8 #gk-bottom4,
.grey-content body.pattern8 .gk-page-wrap { background-image: url('../images/patterns/pattern8.png')!important; }
body.pattern9 #gk-bottom2,
body.pattern9 #gk-bottom4,
.grey-content body.pattern9 .gk-page-wrap { background-image: url('../images/patterns/pattern9.png')!important; }
body.pattern10 #gk-bottom2,
body.pattern10 #gk-bottom4,
.grey-content body.pattern10 .gk-page-wrap { background-image: url('../images/patterns/pattern10.png')!important; }
body.pattern11 #gk-bottom2,
body.pattern11 #gk-bottom4,
.grey-content body.pattern11 .gk-page-wrap { background-image: url('../images/patterns/pattern11.png')!important; }
body.pattern12 #gk-bottom2,
body.pattern12 #gk-bottom4,
.grey-content body.pattern12 .gk-page-wrap { background-image: url('../images/patterns/pattern12.png')!important; }

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

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

a:hover,
a:active,
a:focus,
#gk-mainbody 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,
#gk-sidebar .box a:hover {
	color: #3c99df;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 44px;
	font-weight: 300;
}

h2,
.page-title {
	font-size: 42px;
	font-weight: 300;
}

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

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

.box ul ul,
.box ol ol {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 0 0 0 20px;
}

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

/* buttons */
.btn,
button,
.readon,
.nav-btn a,
.more-link,
a.gk-button,
input[type="button"],
input[type="submit"] {
	background: #3c99df;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	height: 36px;
	line-height: 37px;
	margin: 0 5px 2px 2px;
	padding: 0 24px;
	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;
}

.bigger-button,
.bigger-button:active,
.bigger-button:focus,
.bigger-button:hover {
	font-weight: 500!important;
	height: 42px!important;
	line-height: 43px!important;
	margin: 30px 0!important;
	padding: 0 16px!important;
}

.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],
button:focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.more-link:active,
.more-link:focus,
.more-link:hover,
.gk-button,
a.gk-button,
.btn.invert {
 	background: #111;
}

.btn.invert:hover,
.btn.invert:active,
.btn.invert.active,
.gk-button:active,
.gk-button:focus,
.gk-button:hover,
a.gk-button:active,
a.gk-button:focus,
a.gk-button:hover {
	background: #3c99df;
}

/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"],
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;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
	font-size: 16px;
	font-weight: 300;
	color: #848484;
	height: 42px;
	line-height: 1.75;
	max-width: 100%!important;
	padding: 0 10px;
}

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 {
	display: inline-block;
	color: #111;
    font-size: 14px;
    font-weight: 500;
    padding: 0 6px 0 0;
}

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

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

article {
	margin: 0;
}

.tag-page article,
.category-page article,
.search-page article,
.archive article,
.page-template-template-latest-php article,
.home .gk-is-homepage article,
.home #gk-mainbody article {
	border-top: 1px solid #e5e5e5;
	padding-top: 48px;
	margin: 0 0 52px 0;
}

.page-template-template-latest-php article:first-child {
	border-top: 0;
	padding-top: 0;
}

.tag-page article:first-child,
.category-page article:first-child,
.search-page article:first-child,
.archive article:first-child {
	border-top: 0;
}

.tag-page > article,
.search-page > article {
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-height: auto!important;
	padding: 0 0 0 20px;
	width: 50%;
}

.search-page > article header h2 sup,
.tag-page > article header h2 sup {
	font-size: 10px;
	padding: 2px 5px;
	top: -4px;
}

#gk-mainbody.tag-page > article h2,
#gk-mainbody.search-page > article h2 {
	font-size: 28px;
	line-height: 36px;
}

.tag-page > hr + article,
.tag-page > article:first-child,
.search-page > hr + article,
.search-page > #searchform + article {
	padding: 0 30px 0 0;
}

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

#gk-mainbody {
	margin-bottom: 70px;
}

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

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */

.gk-page-wrap + #gk-footer {
	margin-top: 20px;
}

.gk-page {
	margin: 0 auto;
	width: 100%; 
}

#gk-mainbody-columns {
	display: block;
	overflow: hidden;
	width: 100%;
}

#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 {
	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;
	display: block;
	float: left;
	padding: 0 0 0 50px;
}

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

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

/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.1. Top
==================================== */

#gk-top {
	overflow: hidden;
	padding: 24px 14px;
}

#gk-top-bar.active {
	margin-top: 0;
}

.imageBg #gk-top-bar {
	background: #fff;
}

.grey-content .home #gk-mainbody {
	margin-bottom: 0;
}

#gk-top-bar,
#gk-menu-wrap #gk-top-bar {
	background: #3c99df;
	height: 53px;
	line-height: 53px;
	overflow: hidden;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}

#gk-top-bar > div {
	position: relative;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}

#gk-login {
	background: #3c99df;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #3c99df;
	color: #fff;
	float: right;
	font-size: 13px;
	font-weight: 500;
	height: 29px;
	line-height: 30px;
	margin: 11px 0 0 24px;
	padding: 0 16px;
	text-transform: uppercase;
	-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-menu-wrap #gk-login {
	background-color: transparent;
	border-color: #fff
}

#gk-login:hover,
#gk-menu-wrap #gk-login:hover {
	background: #111;
	border-color: #111
}

#gk-top-bar .custom {
	float: right;
}

.gkinfo,
#gk-menu-wrap .gkinfo {
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 53px;
	padding: 0 15px;
	text-transform: uppercase;
}

.gkinfo > a,
.gkinfo > a:active,
.gkinfo > a:focus,
.gkinfo > a:hover,
#gk-menu-wrap .gkinfo > a,
#gk-menu-wrap .gkinfo > a:active,
#gk-menu-wrap .gkinfo > a:focus,
#gk-menu-wrap .gkinfo > a:hover {
	color: #fff;
}

.gkinfo > i,
#gk-menu-wrap .gkinfo > i {
	color: #fff;
	font-size: 22px;
	padding-right: 8px;
	position: relative;
	top: 3px;
}

.imageBg .gkinfo {
	color: #676767;
}

.imageBg .gkinfo > i {
	color: #b1b1b1;
}

.imageBg .gkinfo > a {
	color: #676767;
}

.imageBg .gkinfo > a:active,
.imageBg .gkinfo > a:focus,
.imageBg .gkinfo > a:hover {
	color: #3c99df;
}

#gk-top-bar .box {
	padding: 0;
}

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

#gk-head {
	margin-bottom: 70px;
	position: relative;
}

#gk-header-bottom .box {
	margin: 0;
	padding: 0;
}

#gk-head:after,
#gk-head > div:after,
#gk-breadcrumb-area:after,
#gk-bottom1:after,
#gk-bottom2:after,
#gk-bottom3:after,
#gk-bottom4:after,
#gk-bottom5::after {
	clear: both;
	content: "";
	display: table;
}

#gk-head h1 {
	margin: 0;
}

#gk-head + .gk-is-homepage {
	margin-top: 70px;
}

/* Logo */

#gk-header-nav h1 {
    float: left;
}

a.cssLogo {
	height: 39px;
	margin: 24px 30px 0 0;
	padding: 0;
	text-indent: -9999px;
	text-shadow: none;
	width: 141px;
	display: block;
	float: left;
	-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;
	
}

a.cssLogo,
#gk-menu-wrap a.cssLogo {
	background: transparent url('../images/logo_negative.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 39px;
	margin-top: 15px;
	width: 141px;
}

.imageBg #gk-head a.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	margin-top: 24px;
}

a.textLogo {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 500;
	height: auto;
	line-height: 24px;
	margin: 14px 0 0 0;
	overflow: hidden;
	padding: 10px 5px;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}

a.textLogo small {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}

#gk-menu-wrap a.textLogo {
	margin-top: 2px;
}

#gk-menu-wrap a.textLogo,
#gk-menu-wrap a.textLogo small {
	color: #111;
}

#gk-head a.imageLogo,
#gk-head a.imageLogo img {
	display: block;
	margin: 0;
}

/* Header */
#gk-head {
	/*background-size: cover;*/
	background: #f8f8f8;
	-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-bottom: 1px solid #eee;
	margin-bottom: 70px;
}

#gk-head .box{
	margin: 0;
	padding: 0;
}

#gk-header-mod {
	clear: both;
}

.imageBg #gk-head {
	background: #fff url('../images/header_wide.jpg') no-repeat center 0;
	background-size: cover;
	border-bottom: none;
	margin-bottom: 0;
}

#gk-bg {
	background: #fff;
}

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

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

.box::after,
article::after,
#respond::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 {
    clear: both;
    content: "";
    display: table;
}

section.content::after {
    clear: both;
    content: "";
    display: table;
}

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

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

#gk-mainbody strong,
#gk-mainbody b {
	font-weight: 400;
	color: #111;
}

/* 3.4. Sidebar
==================================== */
#gk-sidebar .box {
	font-size: 16px;
	margin: 0 0 52px;
}

/* 3.5. Bottom
==================================== */
#gk-bottom2,
#gk-bottom4, 
.grey-content .home .gk-page-wrap {
	background: #f5f5f5;
}

#gk-bottom1, 
#gk-bottom2, 
#gk-bottom3, 
#gk-bottom4, 
#gk-bottom5 {
	overflow: hidden;
	padding: 70px 0;
}

#gk-bottom6 {
	padding: 132px 0;
}

#gk-bottom6 .box {
	color: #666;
	font-size: 14px;
}

#gk-bottom6 .box h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 28px;
	padding: 0;
	text-transform: uppercase;
}

#gk-bottom6 li {
	border: none;
	line-height: 2.0;
	padding: 0;
}

#gk-bottom6 a {
	color:  #666;
}

#gk-bottom6 a:active,
#gk-bottom6 a:focus,
#gk-bottom6 a:hover {
	color:  #fff;
}

#gk-bottom6 strong {
	color: #fff;
	font-weight: normal;
}

#gk-bottom6 p {
	margin:  5px 0;
}

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

#gk-footer {
	clear: both;	
	color: #888;
	font-size: 12px;
	line-height: 16px;
}

#gk-footer > div {
	padding: 32px 0;
}

#gk-bottom6 + #gk-footer > div {
	border-top: 1px solid #373737;
}

#gk-footer a {
	color: #888;
}

#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
	color: #fff;
}

#footer-menu {
	float: left;
	line-height: 32px;
	margin: 0;
}

#footer-menu li {
	float: left;
	margin-right: 10px;
}

#footer-menu ul {
	display: none;
}

#gk-footer .gk-copyrights {
	color: #505050;
	float: none;
	margin: 0 0 20px;
	text-align: center;
}

#footer-menu + .gk-copyrights {
	float: right;
}

#gk-style-area {
	clear: both;
	margin: 20px 0;
	text-align: center;
}

#gk-footer .gk-framework-logo {
	clear: both;
	display: block;
	margin: 0 auto!important;
	padding: 32px 0 16px 0!important;
}

/* Style switcher */
#gk-style-area {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 14px 0;
	padding: 10px 0;
	text-align: left;
}

#gk-style-area a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 14px;
	margin: 0 0 0 3px;
	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: 14px;
}

#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: #3c99df;
}

#gk-color2 {
	background: #f8b90d;
}

#gk-color3 {
	background: #64728b;
}

#gk-color4 {
	background: #e24f43;
}

#gk-color5 {
	background: #a54042;
}

#gk-color6 {
	background: #6c6ca0;
}

/*
 *
 * 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 {
	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 .box.double.last2 {
	width: 66.666666%;
}

.widget-area .box.double.last2 ~ .box.last2 {
	width: 33.333333%;
}

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

#gk-bottom6 .gk-columns {
	margin: 0;
}

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

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}















#gkToolbar {
	left: -260px;
	margin-top: -180px;
	position: fixed;
	top: 50%;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
	width: 260px;
	z-index: 1000;
}
#gkToolbar.hidden { left: -320px; }
#gkToolbar.active { left: 0; }
#gkToolbar > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-left: none;
	padding: 14px;
	position: relative;
	width: 260px;
}
#gkToolbar label {
	clear: both;
	display: block;
	font-size: 12px;
	padding: 5px 0;
}
#gkToolbar select { width: 90%; }
#gkHandler {
	background: #fff;
	border: 1px solid #ddd;
	border-left: none;
	color: #333;
	cursor: pointer;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: -1px;
	width: 40px;
}
#gkHandler > i {
	color: #555;
	padding-right: 0!important;
}
#gkToolbar h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: uppercase;
}
#gkStyleArea {
	float: left;
	margin: 16px 0!important;
}
#gkStyleArea a {
	display: block;
	float: left;
	height: 14px;
	margin: 1px 8px 0 0;
	width: 14px;
}
#gkStyleArea a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#gkPatternArea {
	overflow: hidden;
	padding: 5px;
}
#gkPatternArea > a {
	background: transparent url('../images/patterns/patterns.jpg') no-repeat 0 0;
	float: left;
	height: 40px;
	margin: 6px;
	text-indent: -9999px;
	width: 40px;
}
#gkPatternArea > a#gkPattern1 { background-position: 0 0!important; }
#gkPatternArea > a#gkPattern2 { background-position: -40px 0!important; }
#gkPatternArea > a#gkPattern3 { background-position: -80px 0!important; }
#gkPatternArea > a#gkPattern4 { background-position: -120px 0!important; }
#gkPatternArea > a#gkPattern5 { background-position: 0 -40px!important; }
#gkPatternArea > a#gkPattern6 { background-position: -40px -40px!important; }
#gkPatternArea > a#gkPattern7 { background-position: -80px -40px!important; }
#gkPatternArea > a#gkPattern8 { background-position: -120px -40px!important; }
#gkPatternArea > a#gkPattern9 { background-position: 0 -80px!important; }
#gkPatternArea > a#gkPattern10 { background-position: -40px -80px!important; }
#gkPatternArea > a#gkPattern11 { background-position: -80px -80px!important; }
#gkPatternArea > a#gkPattern12 { background-position: -120px -80px!important; }

#bgStyle,
#menuType { margin-bottom: 20px; }

@media (max-width: 600px) {
#gkToolbar { display: none; }
}