/**
 *
 * -------------------------------------------
 * Style3
 * -------------------------------------------
 *
 **/

/*
 *
 * 15. Style III
 *
 *
------------------------------------ */

/* 15.1. Basic colors
==================================== */

/* template.css */

html {	
	background: #fff;
}

body {
	background-image: url('../images/bg3.jpg');
	background-repeat: repeat;
	background-position: 0 0;
}

@media (max-width: 720px) {
	body {
		background-image: url('../images/bg3.jpg');
	}
}

@media (max-width: 580px) {
	body {
		background-image: url('../images/bg3.jpg');
	}
}

a:hover,
a:active,
a:focus,
#gk-mainbody a,
#gk-mainbody h1 a:active,
#gk-mainbody h1 a:focus,
#gk-mainbody h1 a:hover,
#gk-mainbody h2 a:active,
#gk-mainbody h2 a:focus,
#gk-mainbody h2 a:hover,
#gk-sidebar .box a:hover {
	color: #96a0d6;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.nav-btn a:active,
.nav-btn a:focus,
.nav-btn a:hover,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button.active,
.woocommerce a.button:focus,
button:not(.pswp__button):hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:not(.pswp__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:hover,
.readon:active,
.readon:focus,
.btn:focus,
button:not(.pswp__button):focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.more-link:active,
.more-link:focus,
.more-link:hover {
 	background: #96a0d6;
 	color: #fff!important;
}

#gk-search #s {
	background-image: url('../images/style3/search_bg.png');
}

#top-menu li a:active,
#top-menu li a:focus,
#top-menu li a:hover {
	color: #96a0d6;
}

#btn-cart > strong {
	background-color: #96a0d6;
}

#btn-cart.loading > strong {
	background-image: url('../images/style3/cart_loader.gif');
}

#btn-cart.loading:hover > strong {
	background-image: url('../images/style3/cart_loader_dark.gif');
}

#gk-bottom1 .box li a:active,
#gk-bottom1 .box li a:focus,
#gk-bottom1 .box li a:hover,
#gk-bottom2 .box li a:active,
#gk-bottom2 .box li a:focus,
#gk-bottom2 .box li a:hover {
	color: #96a0d6;
}

#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
	color: #96a0d6;
}

#footer-menu li a:active,
#footer-menu li a:focus,
#footer-menu li a:hover {
	color: #96a0d6;
}

/* stuff.css */

.gk-breadcrumbs > a:active,
.gk-breadcrumbs > a:focus,
.gk-breadcrumbs > a:hover {
	color: #96a0d6;
}

#gk-contact span.error {
	color: #96a0d6;
}

.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
	background: #ff8800;
}

.contactpage .gk-contact-error {
	background: #96a0d6;
}

.gk-popup a:active,
.gk-popup a:focus,
.gk-popup a:hover { 
	color: #96a0d6;
}

.gk-popup .button-primary { 
    background: #96a0d6;
}

#gk-popup-cart p.total .amount { 
	color: #96a0d6;
}

#gk-popup-cart p.buttons a {
	color: #96a0d6;
}

/* wp.css */

#main-menu > li > a:hover,
#main-menu > li.current-menu-item,
#main-menu > li.current_page_item,
#main-menu > li:hover,
#main-menu > li.active > a,
#main-menu > li.current-menu-item > a,
#main-menu > li.current_page_item > a,
#main-menu > li.current-menu-ancestor > a, 
#main-menu > li.current-menu-parent > a  {
	color: #96a0d6;
}

article header ul li.bookmark a:active,
article header ul li.bookmark a:focus,
article header ul li.bookmark a:hover,
article header ul li.edit a:active,
article header ul li.edit a:focus,
article header ul li.edit a:hover {
	color: #96a0d6!important;
}

article header h1 sup,
article.sticky header h1 sup,
article header h2 sup,
article.sticky header h2 sup {
	background: #96a0d6;
}

/* wp.extensions.css */

.widget_archive li a:active,
.widget_archive li a:focus,
.widget_archive li a:hover {
	color: #96a0d6;
}

.box.tags .tagcloud a:active,
.box.tags .tagcloud a:focus,
.box.tags .tagcloud a:hover {
	color: #96a0d6;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #96a0d6!important;
}

/* extensions.css */

.gk-nsp-arts-nav li:hover,
.gk-nsp-arts-nav li.active,
.gk-nsp-links-nav li:hover,
.gk-nsp-links-nav li.active {
	background-color: #96a0d6;
}

.gk-nsp-next,
.gk-nsp-prev {
	background-image: url('../images/style3/nsp_interface.png'); 
}

.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover {
	background: #96a0d6;
}

.gk-news-gallery .gk-prev-btn,
.gk-news-gallery .gk-next-btn {
	background-image: url('../images/style3/nsp_arrows.png');
}

.gk-tabs-wrap > ol li.active,
.gk-tabs-wrap > ol li.active:hover{
	color: #96a0d6;
}

.gk-tabs-wrap > ol li:hover {
	color: #96a0d6;
}

.gk-is-wrapper-gk-storebox .gk-is-preloader {
	background-image: url('../images/style3/loader.gif');
}

.gk-product-gallery .gk-prev-btn,
.gk-product-gallery .gk-next-btn {
	background-image: url('../images/style3/product_gallery_interface.png');
}

.gk-product-gallery .gk-price span.amount {
	color: #ff8800;
}

.gk-product-gallery .gk-add-to-cart a {
	background-image: url('../images/style3/cart_color.png');
	color: #96a0d6;
}

.gk-product-gallery .gk-image .gk-img-overlay {
	background: #96a0d6;
}

/* woocommerce.css */

.gk-woocommerce-breadcrumbs a:active,
.gk-woocommerce-breadcrumbs a:focus,
.gk-woocommerce-breadcrumbs a:hover {
	color: #96a0d6!important;
}

p.stock {
 	color: #96a0d6;
}

span.price {
	color: #96a0d6;
}

p.price {
	color: #96a0d6;
}

table.group_table td.price span.amount {
    color: #96a0d6;
}

.woocommerce.box ins,
.woocommerce.box span.amount {
	color: #96a0d6;
}

div.product .woocommerce-tabs ul.tabs li.active a,
#content div.product .woocommerce-tabs ul.tabs li.active a {
    color: #96a0d6;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	background: #96a0d6;
}

#payment div.payment_box {
	background: #96a0d6;
}

#payment div.payment_box::after {
	border-bottom-color: #96a0d6;
}

#payment ul.payment_methods {
	border-bottom: 1px solid #96a0d6;
}

ul.products li.product .onsale,
span.onsale,
.woocommerce-main-image.zoom .gk-wc-zoom > span > span,
.wc-product-overlay .gk-wc-view > span > span {
	background: #96a0d6;
}

table.cart a.remove,
#content table.cart a.remove {
	background-color: #96a0d6;
}

.product-subtotal span.amount {
 	color: #96a0d6;    
}

.cart-collaterals .cart_totals tr.total td,
.cart-collaterals .cart_totals tr.total th{
	border-top-color: #96a0d6;
}

p.total {
	border-top: 1px solid #96a0d6;
}

.widget_price_filter .ui-slider .ui-slider-range {
	background: #96a0d6;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	border: 2px solid #96a0d6;
}

/* gallery.css */

#gallery ol li:hover,
#gallery ol li.active {
	background: #96a0d6;
	border: 2px solid #fff;
}

/* shortcodes.*.css */

.gk-notice {
	background: #fbfaf7;
	border-color: #ff8800;
}

.gk-info {
	background: #fffdf6;
	border-color: #ffe157;
}

.gk-warning,
.gk-error {
	background: #fff9f7;
	border-color: #96a0d6;
}

.gk-badge[data-style="style3"],
.gk-label[data-style="style3"] {
	background: #96a0d6;
}

.gk-badge[data-style="style4"],
.gk-label[data-style="style4"] {
	background: #ff8800;
}

pre.gk-code[data-style="style2"] {
	border-left: 4px solid #96a0d6;
}

pre.gk-code[data-style="style3"] {
	border-top: 4px solid #ff8800;
}

.gk-numblock[data-style="style1"] span {
	background: #ff8800;
}

.gk-numblock[data-style="style2"] span {
	background: #96a0d6;
}

blockquote.gk-quote {
	background-image: url('../images/style3/typography/open1.png');
}

blockquote.gk-quote p {
	background-image: url('../images/style3/typography/close1.png');
}

blockquote.gk-quote[data-style="style2"] {
	background-image: url('../images/style3/typography/open1.png');
}

blockquote.gk-quote[data-style="style3"] {
	background-image: url('../images/style3/typography/open2.png');
}

blockquote.gk-quote[data-style="style3"] p {
	background-image: url('../images/style3/typography/close2.png');
}

blockquote.gk-quote[data-style="style4"] {
	background-image: url('../images/style3/typography/open2.png');
}

blockquote.gk-quote[data-style="style4"] p {
	background-image: url('../images/style3/typography/close2.png');
}

article .content ul li,
article .intro ul li,
article .summary ul li {
	background-image: url('../images/style3/typography/bullet1.png');
}

article ul[data-style="style2"] li {
	background-image: url('../images/style3/typography/bullet2.png');
}

article ul[data-style="style3"] li {
	background-image: url('../images/style3/typography/bullet3.png');
}

article ul[data-style="style4"] li {
	background-image: url('../images/style3/typography/bullet4.png');
}

.gk-button[data-style="style2"] {
	background: #96a0d6;
}

.gk-button[data-style="style3"] {
	background: #ff8800;
}

.gk-button[data-style="style4"] {
	background: #56bfdc;
}

.gk-button[data-style="style5"] {
	background: #c12f3c;
}

.gk-button[data-style="style6"] {
	background: #ff7e57;
}

.gk-button[data-style="style7"] {
	background: #b3a996;
}

.gk-button[data-style="style8"] {
	background: #aaa;
}

.gk-note:before,
.gk-members > strong:first-child {
	background: #96a0d6;
}

.gk-members > strong:first-child {
	background: #96a0d6;
}

.gk-tooltip[data-style="style3"] dfn {
	background: #ff8800;
}

.gk-tooltip[data-style="style4"] dfn {
	background: #96a0d6;
}

.gk-price-table dd a:active,
.gk-price-table dd a:focus,
.gk-price-table dd a:hover,
.gk-price-table .gk-premium dd a:active,
.gk-price-table .gk-premium dd a:focus,
.gk-price-table .gk-premium dd a:hover {
	background: #96a0d6;
}

.return-to-top:hover {
    background: #96a0d6;
}


/**
 *
 * -------------------------------------------
 * Basic template CSS file
 * -------------------------------------------
 *
 **/
 
/*
 *
 * 1. Global elements
 *
 *
------------------------------------ */
 
/* 1.1. Base document elements
==================================== */

* {
	outline: none!important;
}

html {
/*	background: #fff url('../images/bg.png') repeat 0 0;*/
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
}

body { 
/*	background: transparent url('../images/bg_desktop.jpg') no-repeat center top;*/
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 50px 0 100px 0;
	-ms-word-wrap: break-word;
		word-wrap: break-word;
}

body[data-mobile="true"] #main-menu-mobile select {
    font-size: 50px;
}

/* 1.2. Base typography elements
==================================== */

a,
#gk-mainbody a:active,
#gk-mainbody a:focus,
#gk-mainbody a:hover,
#gk-mainbody h1 a,
#gk-mainbody h2 a {
	color: #000;
	-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 h1 a:active,
#gk-mainbody h1 a:focus,
#gk-mainbody h1 a:hover,
#gk-mainbody h2 a:active,
#gk-mainbody h2 a:focus,
#gk-mainbody h2 a:hover,
#gk-sidebar .box a:hover {
	color: #ff7e57;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	letter-spacing: -1px;	
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 48px;
}

h2,
.page-title {
	font-size: 42px;
}

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;
}

table td {
	vertical-align: top;
}

img {
	height: auto;
	max-width: 100%;
}

.box ul ul,
.box ol ol {
	margin: 0;
	padding: 0 0 0 20px;
}

/* 1.3. Base form elements
==================================== */

/* buttons */
.btn,
button,
.woocommerce a.button,
.readon,
.nav-btn a,
.more-link,
.gk-button,
a.gk-button,
input[type="button"],
input[type="submit"] {
	background: #000;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 2px 2px;
	padding: 0 15px;
	text-align: center;
	-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,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button.active,
.woocommerce a.button:focus,
button:not(.pswp__button):hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:not(.pswp__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:hover,
.readon:active,
.readon:focus,
.btn:focus,
button:not(.pswp__button):focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.more-link:active,
.more-link:focus,
.more-link:hover {
 	background: #ff7e57;
 	color: #fff!important;
}

/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"],
input[type="search"],
textarea  {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #9c9c9c;
	font-size: 12px;
	font-weight: 400;
	height: 34px;
	max-width: 100%!important;
	padding: 0 15px
}

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: #333;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
}

select {
	border: 1px solid #e5e5e5;
	height: inherit;
	max-width: 100%;
	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;
	margin-top: 38px;
	padding-top: 24px;
}

.tag-page article:first-child,
.category-page article:first-child,
.search-page article:first-child,
.archive article:first-child,
.page-template-template-latest-php article:first-child,
.home .gk-is-homepage article:first-child,
.home #gk-mainbody article:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

/* 1.5. Base CSS classes
==================================== */

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */

.gk-page-wrapper {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	position: relative;
}

.gk-page-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
}

.gk-page {
	margin: 0 auto;
	width: 100%; 
}

#gk-mainbody-columns {
	background: #fff;
	display: block;
	padding: 35px 0;
	width: 100%;
}

#gk-mainbody-columns.gk-content-top-border {
	border-top: 1px solid #efefef;
}

#gk-mainbody-columns > section {
	border-right: 1px solid #efefef;
	-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 40px 0 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 40px;
}

#gk-mainbody-columns.gk-column-left > section {
	border-left: 1px solid #efefef;
	border-right: none;
	float: right;
	padding: 0 0 0 40px;
}

#gk-mainbody-columns.gk-column-left > aside {
	float: left;
	padding: 0 40px 0 0;
}

#gk-mainbody-columns.gk-content-no-sidebar > section {
	border-left: none;
	border-right: none;
	padding: 0;
}

/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.1. Top
==================================== */

#gk-top {
	overflow: hidden;
	padding: 24px 14px;
}

#gk-search {
	float: none;
	margin: -2px auto 0 auto;
	max-width: 350px;
}

#gk-search #s {
	background: transparent url('../images/style1/search_bg.png');
	background-position: right center!important;
	background-repeat: no-repeat!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 350px;
}

#top-menu {
	float: right;
	margin-top: 5px;
}

#top-menu li {
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
}

#top-menu li a {
	color: #666;
	margin: 0 10px 0 14px;
}

#top-menu li::before {
	background: #d1d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	content: "";
	display: block;
	height: 4px;
	position: relative;
	top: 8px;
	width: 4px;
}

#top-menu li a:active,
#top-menu li a:focus,
#top-menu li a:hover {
	color: #ff7e57;
}

#top-menu li:first-child::before {
	visibility: hidden;
}

/* Button Cart */
#btn-cart {
	background: transparent url('../images/cart_shadow.png');
	background-position: 36px center!important;
	background-repeat: no-repeat!important;
	height: 72px;
	position: absolute;
	right: -36px;
	top: 20px;
	-webkit-transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	-moz-transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	-ms-transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	-o-transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	width: 72px;
	z-index: 1001;
}

#btn-cart > strong {
	background: #ff7e57 url('../images/cart_white.png') no-repeat center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 46px;
	margin: 13px;
	text-indent: -9999px;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	width: 46px;
}

#btn-cart:hover > strong {
	background-color: #000;
}

#btn-cart.loading > strong {
	background-image: url('../images/style1/cart_loader.gif');
}

#btn-cart.loading:hover > strong {
	background-image: url('../images/style1/cart_loader_dark.gif');
}

/* 3.2. Header
==================================== */

#gk-head {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 42px 50px 15px 50px;
	width: 100%;
}

#gk-head.gk-absolute-head {
	position: absolute;
	z-index: 1000;
}

#gk-head:after {
	clear: both;
	content: "";
	display: table;
}

#gk-head h1 {
	margin: 0;
}

#gk-head + .gk-is-homepage {
	margin-top: 70px;
}

/* Logo */

#gk-header-nav h2 {
    float: left;
}

a.cssLogo {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

a.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 30px;
	width: 154px;
}

#gk-head a.textLogo {
	color: #000;
	display: block;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 0;
	text-transform: uppercase;
}

#gk-head a.textLogo small {
	color: #000;
	display: block;
	font-size: 10px;
	line-height: 10px;
}

/* Header */

#gk-head .box{
	margin: 0;
	padding: 0;
}

#gk-header-mod {
	clear: both;
	padding: 0 0 15px 0;
}

#gk-header-mod .box {
	margin: 0;
	padding: 0;
}

#gk-header-mod.gk-bottom-margin .box {
	margin-bottom: -200px;
}

/* Header Bottom */
#gk-header-bottom {
	background: #fff;
	position: relative;
	z-index: 101;
}

#gk-header-bottom .box {
	margin: 0;
	padding: 26px 32px 0 32px;
}

/* 3.3. Content
==================================== */

section.intro {
	font-size: 110%;
	padding: 0;
}

.box::after,
article::after,
#respond::after,
#gk-top1::after,
#gk-top2::after,
#gk-footer::after,
#gk-bottom1::after,
#gk-bottom2::after,
#gk-mainbody::after,
#gk-mainbody-columns::after {
    clear: both;
    content: "";
    display: table;
}

section.content::after {
    clear: both;
    content: "";
    display: table;
}

#gk-mainbody .box,
#gk-mainbody-top .box,
#gk-mainbody-bottom .box {
	margin: 30px 0 0 0;
	padding: 0;
}

#gk-mainbody .box:first-child,
#gk-mainbody-top .box:first-child,
#gk-mainbody-bottom .box:first-child {
	margin-top: 0;
}

#gk-mainbody-top {
	padding: 0 0 30px 0;
}

#gk-mainbody-bottom {
	padding: 30px 0 0 0;
}

/* 3.4. Sidebar
==================================== */

/* 3.5. Bottom
==================================== */

#gk-bottom1,
#gk-bottom2 {
	background: #f9f9f9;
	border-top: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 50px 65px 50px;
}

#gk-bottom1 .box,
#gk-bottom2 .box {
	color: #666;
	font-size: 13px;
}

#gk-bottom1 .box .box-title,
#gk-bottom2 .box .box-title {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.4px;
	line-height: 16px;
	margin: 8px 0 28px 0;
	padding: 0;
	text-transform: uppercase;
}

#gk-bottom1 .box li,
#gk-bottom2 .box li {
	border: none;
	color: #929292;
	font-size: 13px;
	line-height: 24px;
	padding: 0;
}

#gk-bottom1 .box li a,
#gk-bottom2 .box li a {
	color: #929292;
}

#gk-bottom1 .box li a:active,
#gk-bottom1 .box li a:focus,
#gk-bottom1 .box li a:hover,
#gk-bottom2 .box li a:active,
#gk-bottom2 .box li a:focus,
#gk-bottom2 .box li a:hover {
	color: #ff7e57;
}

/* Address block */
.box address {
	color: #666;
	font-size: 14px;
	font-style: normal;
}

.box address p {
	margin: 0;
}

/* 3.6. Footer
==================================== */

#gk-footer {
	border-top: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #929292;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 50px;
}

#gk-footer a {
	color: #666;
}

#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
	color: #ff7e57;
}

#footer-menu {
	float: left;
	line-height: 32px;
	margin: 0;
	padding: 19px 0;
}

#footer-menu li {
	float: left;
	margin-right: 12px;
}

#footer-menu li a {
	color: #929292;
} 

#footer-menu li a:active,
#footer-menu li a:focus,
#footer-menu li a:hover {
	color: #ff7e57;
}

#footer-menu ul {
	display: none;
}

#gk-footer .gk-copyrights {
	float: right;
	margin: 0;
	padding: 19px 0;
}

#gk-style-area {
	clear: both;
	margin: 20px 0;
	text-align: center;
}

.gk-framework-logo {
	clear: both;
	display: block;
	float: none;
	margin: 30px auto!important;
	padding: 0!important;
}

/* Back to top */

.return-to-top {
  background: #222 url(../img/to_top.png) center no-repeat !important;
  bottom: 50px;
  height: 40px;
  position: fixed;
  right: 20px;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.return-to-top .fa {
  color: #fff;
  font-size: 16px;
  left: 13px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.return-to-top:hover {
 
    background: #dd5749 url(../img/to_top.png) center no-repeat !important;
}

.return-to-top:hover .fa {
  color: #fff;
  top: 5px;
}

/* Style switcher */
#gk-style-area {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}

#gk-style-area a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 15px 0 0 5px;
	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: 10px;
}

#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: #ff7e57;
}

#gk-color2 {
	background: #56bfdc;
}

#gk-color3 {
	background: #96a0d6;
}

/*
 *
 * 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 {
	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;
}

/* 4.3. Device classes
==================================== */

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}








                .tel_hed {
                    float: right;
                    font-size: 20px;
                    text-align: center;
                    width: 20%;
                }
            

@media only screen and (max-width: 900px) {
  .tel_hed {
                    float: none;
                    font-size: 20px;
                    text-align: center;
                    width: 95%;
                    padding: 10px;
      clear: both;
      
      
                }
}



.home_news {
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.home_news .block {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin:1px 2%;
    
}
.home_news .block .img {
    height: 150px;
    overflow: hidden;
}
.home_news .block .img img {
    max-width: 100%;
    height: auto;
}
.home_news .block .title {
    margin-bottom:15px;
    min-height: 40px;
}


.myne {
    padding: 20px 0;
}
.myne {
    
}

.myne  .gk-news-blocks > figure {
    float: none;
    display: inline-block;
    vertical-align: top;
    max-width: 45%;
        height: 188px;
    
}

.myne  .gk-news-blocks > figure img {
    height: 100%;
}



/**
 *
 * -------------------------------------------
 * Template 3rd party extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 9. Template additional 3rd party extensions style
 *
 *
------------------------------------ */

/* 9.1. GK Comments
==================================== */

.widget_gk_comments li {
	border: none!important;
	overflow: hidden;
	margin-bottom: 12px
}

.widget_gk_comments li > p {
	line-height: 1.5;	
	margin: 0 0 10px 0;
}

.widget_gk_comments li > p a { 
	color: #888;
    display: block;   
	padding: 10px 0;	
}

.widget_gk_comments li > img,
.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	float: left;
}

.widget_gk_comments li > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
}

.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	line-height: 18px;
	width: 65%;
}

/* 9.2. GK NSP
==================================== */

.gk-nsp {
	position: relative;
}

.gk-nsp-arts,
.gk-nsp-links {
	overflow: hidden;
}

.gk-nsp-arts-nav,
.gk-nsp-links-nav {
	overflow: hidden;
	clear: both;
}
.gk-nsp-links-nav {
	float: right;
}
.gk-nsp-arts-nav {
	position: absolute;
	right: 0;
	padding: 0 3px;
	top: -35px;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
	background: #eee;
	border: none!important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	display: block;
	float:left; 
	height: 10px; 
	margin: 3px 4px 0 0!important; 
	padding: 0;
	text-indent:-999em; 
	width: 10px; 
}
.gk-nsp-arts-nav li:hover,
.gk-nsp-arts-nav li.active,
.gk-nsp-links-nav li:hover,
.gk-nsp-links-nav li.active {
	background-color: #f47953;
}
.gk-nsp-next,
.gk-nsp-prev {
	background: url('../images/style1/nsp_interface.png') no-repeat -10px 0; 
	cursor: pointer;
	float: left; 
	height: 17px; 
	margin: 0 4px;
	text-indent: -999em;
	width: 10px;
}
.gk-nsp-prev {
	background-position: 0 0;
}
.gk-nsp-next:hover,
.gk-nsp-prev:hover {
	background-position: -10px -17px;
}
.gk-nsp-prev:hover {
	background-position: 0 -17px;
}
.gk-nsp-art-page {
	float: left;
}
.gk-nsp-art {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
.gk-nsp-art.gk-nsp-cols-1 { 
	border-top: 1px solid #e5e5e5;
}
.gk-nsp-art:first-child {
	border-top: none;
}
.gk-nsp-art div {
	overflow: hidden;
}
.gk-nsp-header {
	font-size: 24px;
	margin: 0;
	padding: 10px 0 15px 0;
}
.gk-nsp-art .gk-nsp-image {
	border: none;
}
.gk-nsp-art .gk-nsp-image {
	-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: all .18s linear;
	   -moz-transition: all .18s linear;
	    -ms-transition: all .18s linear;
	     -o-transition: all .18s linear;
	        transition: all .18s linear;
}
.gk-nsp-art .gk-nsp-image:hover {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
.gk-nsp-art .gk-nsp-image-wrap {
	overflow: hidden;
}
.gk-nsp-art .gk-nsp-text {
	display: block!important;
	margin: 0;
	padding: 0!important;
}
.gk-nsp-art .gk-nsp-text + .readon {
	margin-top: 16px;	
}
.gk-nsp-art .gk-nsp-text + .gk-nsp-info {
	margin-top: 6px;
}
.gk-nsp-art .gk-nsp-info {
	color: #aaa;
	display: block!important;
	font-size: 12px;
	padding: 5px 0;
}
.gk-nsp-art .gk-nsp-info a,
.gk-nsp-art .gk-nsp-info span {
	padding-left: 8px;
}
.gk-nsp-art .gk-nsp-info a:first-child,
.gk-nsp-art .gk-nsp-info span:first-child {
	padding-left: 0!important;
}
.readon.left,
.readon.right,
.readon.center {
	clear: both;
}
.readon.left {
	float: left;
}
.readon.right {
	float: right;
}
.readon.center {
	display: inline;
	float: none;
}
.gk-nsp-links ul {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
}
.gk-nsp-links ul li {
	margin:0 !important;
	padding: 10px 0;
}
.gk-nsp-image-wrap {
	float: left;
}
/* responsive layout */
.gk-responsive {
	line-height: 1;
}
img.gk-responsive {
	width: 100% !important;
	height: auto;
}
.gk-responsive {
	display: block;
	position: relative;
}
.gk-nsp-image {
	max-width: 100%;
}
.gk-nsp-arts,
.gk-nsp-links {
	clear: both;
	width: 100%;
}
.gk-nsp-links {
	margin-top: 30px;
}
.gk-nsp-arts::after,
.gk-nsp-links::after {
	clear: both;
	content: "";
	display: table;
}
.gk-nsp-arts-page,
.gk-nsp-art {
	float: left;
}
.gk-nsp-pages-1 { width: 100%; }
.gk-nsp-pages-2 { width: 200%; }
.gk-nsp-pages-3 { width: 300%; }
.gk-nsp-pages-4 { width: 400%; }
.gk-nsp-pages-5 { width: 500%; }
.gk-nsp-pages-6 { width: 600%; }
.gk-nsp-pages-7 { width: 700%; }
.gk-nsp-pages-8 { width: 800%; }
.gk-nsp-pages-9 { width: 900%; }
.gk-nsp-pages-10 { width: 1000%; }
.gk-nsp-cols-1 { width: 100%; }
.gk-nsp-cols-2 { width: 50%; }
.gk-nsp-cols-3 { width: 33.3%; }
.gk-nsp-cols-4 { width: 25%; }
.gk-nsp-cols-5 { width: 20%; }
.gk-nsp-cols-6 { width: 16.66%; }
.gk-nsp-cols-7 { width: 14.285%; }
.gk-nsp-cols-8 { width: 12.5%; }
.gk-nsp-cols-9 { width: 11.1%; }
.gk-nsp-cols-10 { width: 10%; }

.gk-nsp-art.gk-nsp-cols-1,
.gk-nsp-art.gk-nsp-cols-2:nth-child(2n+1),
.gk-nsp-art.gk-nsp-cols-3:nth-child(3n+1),
.gk-nsp-art.gk-nsp-cols-4:nth-child(4n+1),
.gk-nsp-art.gk-nsp-cols-5:nth-child(5n+1),
.gk-nsp-art.gk-nsp-cols-6:nth-child(6n+1),
.gk-nsp-art.gk-nsp-cols-7:nth-child(7n+1),
.gk-nsp-art.gk-nsp-cols-8:nth-child(8n+1),
.gk-nsp-art.gk-nsp-cols-9:nth-child(9n+1),
.gk-nsp-art.gk-nsp-cols-10:nth-child(10n+1) {
	clear: both;
}

.gk-nsp-arts-scroll,
.gk-nsp-links-scroll {
	overflow: hidden;
}

/* Style dark */
.box.dark .gk-nsp-links-scroll ul li {
	border-top-color: #555;
}

.box.dark .gk-nsp-art.gk-nsp-cols-1 { 
	border-top: 1px solid #555;
}

.box.dark .gk-nsp-art.gk-nsp-cols-1:first-child {
	border-top: none;
}

.box.dark a.readon {
	background: #fff;
	color: #000!important;
}

.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover {
	background: #ff7e57;
	color: #fff!important;
}

/* 9.4. GK News Gallery
==================================== */

/* 
 * Portal Mode - News Gallery 
 */

.gk-news-gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 60px;
	position: relative;
}

.gk-news-gallery::after {
	clear: both;
	content: "";
	display: table;
}

.gk-news-gallery .gk-images-wrapper {
	width: 100%;
}

.gk-news-gallery .gk-images-wrapper > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	padding: 0 12px;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.gk-news-gallery .gk-images-wrapper > a.active {
	display: block;
}

.gk-news-gallery .gk-images-wrapper > a.show {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.gk-news-gallery .gk-images-wrapper.gk-images-cols1 > a { width: 100%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols2 > a { width: 50%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols3 > a { width: 33.3%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols4 > a { width: 25%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols5 > a { width: 20%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols6 > a { width: 16.66%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols7 > a { width: 14.28%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols8 > a { width: 12.5%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols9 > a { width: 11.11%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols10 > a { width: 10%; }

.gk-news-gallery .gk-images-wrapper > a img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.gk-news-gallery .gk-prev-btn,
.gk-news-gallery .gk-next-btn {
	background: transparent url('../images/style1/nsp_arrows.png') no-repeat 0 0;
	height: 32px;
	margin-top: -16px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 20px;
}

.gk-news-gallery .gk-prev-btn {
	left: 0;
}

.gk-news-gallery .gk-next-btn {
	background-position: -20px 0;
	right: 0;
}

.gk-news-gallery .gk-prev-btn:active,
.gk-news-gallery .gk-prev-btn:focus,
.gk-news-gallery .gk-prev-btn:hover {
	background-position: 0 -32px;
}

.gk-news-gallery .gk-next-btn:active,
.gk-news-gallery .gk-next-btn:focus,
.gk-news-gallery .gk-next-btn:hover {
	background-position: -20px -32px;
}

/* 9.5. GK Tabs
==================================== */

.gk-tabs {
	position: relative;
	overflow: hidden;
}

.gk-tabs-wrap {
	-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;
}

.gk-tabs-wrap > ol {
	background: transparent;
	margin: 20px 0;
	min-height: 14px;
}

.gk-tabs-wrap > ol li {
	background: #f8f8f8;
	border: 1px solid #f8f8f8!important;
	border-bottom-color: #e5e5e5!important;
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	list-style-type: none;
	padding: 5px 15px!important;
	text-transform: uppercase;
}

.gk-tabs-wrap > ol li.active,
.gk-tabs-wrap > ol li.active:hover{
	background: none;
	border: 1px solid #e5e5e5!important;
	border-bottom-color: #fff!important;
	color: #ff7e57;
	font-weight: 700;
}

.gk-tabs-wrap > ol li:hover {
	color: #ff7e57;
}

.gk-tabs-container {
	clear: both;
	overflow: hidden;
	position: relative;
}

.gk-tabs-item {	
	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;
	left: -9999px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.gk-tabs-item .box {
	margin-bottom: 0!important;
}

.gk-tabs-item.active {
	left: 0;
	position: relative;
	z-index: 2;
}

/* 9.6. GK Image Show
==================================== */

.gk-is-wrapper-gk-storebox {
	margin: 0;
	min-height: 400px;
	position: relative;
}

.gk-is-wrapper-gk-storebox .gk-is-preloader {
	background: #fff url('../images/style1/loader.gif') no-repeat center center;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 101;
}

.gk-is-wrapper-gk-storebox .gk-is-overlay {
	background: transparent url('../images/header_gradient.png') repeat-x 0 0;
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.gk-is-wrapper-gk-storebox figure {
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

.gk-is-wrapper-gk-storebox figure.animated {
	z-index: 2;
}

.gk-is-wrapper-gk-storebox.loaded figure.animated {
	opacity: 1;
}

.gk-is-wrapper-gk-storebox figure.active {
	position: relative;
	z-index: 3;
}
.gk-is-wrapper-gk-storebox figure {
    text-align: center;
}
.gk-is-wrapper-gk-storebox {
    text-align: center;
}
.gk-is-wrapper-gk-storebox img {
	display: inline-block;
	height: auto;
	position: relative;
	max-width: 100%;
    
}

.gk-is-wrapper-gk-storebox figcaption {
	margin-top: 50px;
	padding: 5px 12px;
	position: absolute;
	z-index: 1;
}

.gk-is-wrapper-gk-storebox figure.active figcaption {
	z-index: 101;
}

.gk-is-wrapper-gk-storebox figcaption h1,
.gk-is-wrapper-gk-storebox figcaption h2 {
	color: #fff;
}

.gk-is-wrapper-gk-storebox figcaption h1 {
	font-size: 47px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.gk-is-wrapper-gk-storebox figcaption h2 {
	font-size: 32px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.gk-is-wrapper-gk-storebox .gk-is-prev,
.gk-is-wrapper-gk-storebox .gk-is-next {
	margin-top: -25px;
	opacity: 0;
	position: absolute;
	text-indent: -9999px;
	top: 45%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(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;
	z-index: 100;
}

.gk-is-wrapper-gk-storebox .gk-is-prev > span,
.gk-is-wrapper-gk-storebox .gk-is-next > span {
	background: transparent url('../images/is_arrows.png') no-repeat 0 50%;
	display: block;
	height: 70px;
	text-indent: -9999px;
	width: 38px;
}

.gk-is-wrapper-gk-storebox.hover .gk-is-prev {
	left: 50px;
	padding-right: 100px;
}

.gk-is-wrapper-gk-storebox.hover .gk-is-next {
	padding-left: 100px;
	right: 50px;
}

.gk-is-wrapper-gk-storebox .gk-is-next > span {
	background-position: -38px 0;
}

.gk-is-wrapper-gk-storebox .gk-is-prev {
	left: 100px;
}

.gk-is-wrapper-gk-storebox .gk-is-next {
	padding: 9px 0 0 18px;
	right: 100px;
}

.gk-is-wrapper-gk-storebox.hover .gk-is-prev,
.gk-is-wrapper-gk-storebox.hover .gk-is-next {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* 9.7. GK News Blocks
==================================== */

.gk-news-blocks > figure {
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0.75%;
	overflow: hidden;
	position: relative;
	width: 48.5%;
}

.gk-news-blocks[data-cols="1"] > figure {
	margin: 0.75% 0;
	width: 100%;
}

.gk-news-blocks[data-cols="2"] > figure {
	margin: 0.75%;
	width: 48.5%;
}

.gk-news-blocks[data-cols="3"] > figure {
	margin: 0.75%;
	width: 31.8%;
}

.gk-news-blocks[data-cols="4"] > figure {
	margin: 0.75%;
	width: 23.5%;
}

.gk-news-blocks > figure > img {
	float: left;
	width: 48%;
}

.gk-news-blocks > figure > figcaption {
	bottom: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0 32px 10px 32px;
	position: absolute;
	right: 0;
	width: 52%;
}

.gk-news-blocks > figure > figcaption h3 {
	font-size: 24px;
	font-weight: 300;
}

.gk-news-blocks > figure > figcaption strong {
	font-weight: 800;
}

.gk-news-blocks > figure > figcaption a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.gk-news-blocks > figure.inverse {
	background: #000;
}

.gk-news-blocks > figure.inverse > figcaption h3 {
	color: #fff;
}

.gk-news-blocks > figure.inverse > figcaption a:active,
.gk-news-blocks > figure.inverse > figcaption a:focus,
.gk-news-blocks > figure.inverse > figcaption a:hover {
	color: #fff!important;
}

/* Image overlays */
.gk-news-blocks > figure .gk-img-overlay {
	-webkit-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	height: 100%;
	left: 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: 48%;
}

.gk-news-blocks > figure:hover .gk-img-overlay {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
}

/* 9.8. GK WooCommerce Products
==================================== */

.gk-product-gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	position: relative;
}

.gk-product-gallery.gk-pagination {
	padding: 0 36px;
}

.gk-product-gallery::after {
	clear: both;
	content: "";
	display: table;
}

.gk-product-gallery .gk-images-wrapper {
	width: 100%;
}

.gk-product-gallery .gk-images-wrapper > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	padding: 0 30px;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.gk-product-gallery .gk-images-wrapper > div.active {
	display: block;
}

.gk-product-gallery .gk-images-wrapper > div.show {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.gk-product-gallery .gk-images-wrapper.gk-images-cols1 > div { width: 100%; }
.gk-product-gallery .gk-images-wrapper.gk-images-cols2 > div { width: 50%; }
.gk-product-gallery .gk-images-wrapper.gk-images-cols3 > div { width: 33.3%; }
.gk-product-gallery .gk-images-wrapper.gk-images-cols4 > div { width: 25%; }
.gk-product-gallery .gk-images-wrapper.gk-images-cols5 > div { width: 20%; }
.gk-product-gallery .gk-images-wrapper.gk-images-cols6 > div { width: 16.66%; }
.gk-product-gallery .gk-images-wrapper.gk-images-cols7 > div { width: 14.28%; }
.gk-product-gallery .gk-images-wrapper.gk-images-cols8 > div { width: 12.5%; }
.gk-product-gallery .gk-images-wrapper.gk-images-cols9 > div { width: 11.11%; }
.gk-product-gallery .gk-images-wrapper.gk-images-cols10 > div { width: 10%; }

.gk-product-gallery .gk-images-wrapper > div img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 10px;
}

.gk-product-gallery .gk-prev-btn,
.gk-product-gallery .gk-next-btn {
	background: transparent url('../images/style1/product_gallery_interface.png') no-repeat 0 0;
	height: 32px;
	margin-top: -21px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 20px;
}

.gk-product-gallery .gk-prev-btn {
	left: 0;
}

.gk-product-gallery .gk-next-btn {
	background-position: -20px 0;
	right: 0;
}

.gk-product-gallery .gk-prev-btn:active,
.gk-product-gallery .gk-prev-btn:focus,
.gk-product-gallery .gk-prev-btn:hover {
	background-position: 0 -32px;
}

.gk-product-gallery .gk-next-btn:active,
.gk-product-gallery .gk-next-btn:focus,
.gk-product-gallery .gk-next-btn:hover {
	background-position: -20px -32px;
}

/* Content - header, price and button "add to cart" */

.gk-product-gallery .gk-image {
	border: 1px solid #fff;
	-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;
}

.gk-product-gallery .gk-image:hover {
	border: 1px solid #e8e7e7;
}

.gk-product-gallery .gk-image h4 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 10px 0;
	text-transform: uppercase;
}

.gk-product-gallery .gk-price span.amount {
	color: #ff7e57;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.gk-product-gallery .gk-image .gk-img-overlay .from {
	font-size: 18px;
	font-weight: bold;
	left: 33%;
	line-height:10px;
	padding-top: 22px;
	position: absolute;
	top: 10px;
	text-align: center;
}

.gk-product-gallery .gk-price {
	height: 72px;
	position: relative;
	top: 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;
}

.gk-product-gallery .gk-add-to-cart {
	bottom: -72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	padding: 0 30px;
	position: absolute;
	-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%;
}

.gk-product-gallery .gk-image.hover .gk-price {
	top: 72px;
}

.gk-product-gallery .gk-image.hover .gk-add-to-cart {
	bottom: 0;
}

.gk-product-gallery .gk-add-to-cart .gk-add-to-cart-bar {
	padding-top: 15px;
	width: 100%;
}

.gk-product-gallery .gk-add-to-cart a {
	background: #fff url('../images/style1/cart_color.png') no-repeat 5px center;
	border-top: 1px solid #e8e7e7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ff7e57;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 57px;
	line-height: 58px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

/* Overlay */
.gk-product-gallery .gk-images-wrapper > div {
	overflow: hidden;
	position: relative;
}

.gk-product-gallery .gk-image .gk-img-overlay {
	background: #ff7e57;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	height: 132px;
	left: 50%;
	margin: -66px 0 0 -66px;
	opacity: 0;
	position: absolute;
	top: 150%;
	-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: 132px;
}

.gk-product-gallery .gk-image.hover .gk-img-overlay {
	opacity: 1;
	top: 35%;
}

.gk-product-gallery .gk-image .gk-img-overlay .amount {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 52px;
	text-align: center;
}

/* 9.9. WPML
==================================== */

body #lang_sel_footer {
	background-color: transparent;
	border: none;
	clear: both;
	font: inherit;
	margin: 0;
	min-height: 15px;
	padding: 7px;
	text-align: center;
}

.parent {
    position: relative;
}

.parent ul {
   display: none; 
}
.parent:hover ul {
    display: block;
    position: absolute;
}


.clr {
    clear: both;
    width: 100%;
    height: 1px;
}

#show_cart .js_cart_block_form  {
    display: none !important;
}
#show_cart .button  {
    display: block;
    font-weight: bold;
}

.js_shop {
    border:none;
}
.js_shop.shop-item {
    margin:1%;
    padding: 6px;
    position: relative;
    width: 28%!important;
    display: inline-block;
    vertical-align: top;
    border:none;
}

.js_shop.shop-item .js_shop_wishlist  {
    display: none;
}


 .js_shop.shop-item .price {
    color: #96a0d6;
}
.js_shop_list  a {
    color: #000;
}


 .js_shop.shop-item .js_shop_buy {
    display: none !important;
}

.sort-by {
    padding: 15px 0 20px 0;
}

.paginator_more {
    text-align: center;
    padding: 20px 0;
}

.paginator_more .paginator_more_button  {
    display: inline-block;
}


.js_shop_wishlist  {
    display: none;
}


.shop_list .block_header {
    background: none !important;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
}

.show_all {
    text-align: center;
}

.diafan-admin-panel  {
    z-index: 10000000000;
}



/* shop item */
.shop-item-container {
    display: table;
    width: 100%;
    vertical-align: top;
}

.shop-item-container >* {
    vertical-align: top
}

.shop-item-left {
    width: 40%;
    position: relative;
    display: inline-block;
}

.shop-item-right {
    display: inline-block;
    width: 50%;
}

.shop_all_img {
    position: relative;
    /*height: 438px;*/
    width: 100%;
    margin-bottom: 20px;
}
.is_mobile
.shop_all_img {
    width: auto;
}

/*.shop_all_img img {
    display: none;
}*/

.shop_all_img .shop_id_img {
    width:100%;
    height:auto;
}

.shop_all_img a {
    display: none;
   /*position: absolute;

    height: 438px;
    background-size: cover;*/
    transition: opacity 0.3s, visibility 0.3s;
}

.shop-item-small a img {
    display: none;
}

.shop_preview_img {
    width: 88%;
    white-space: nowrap;
    height: 113px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.shop_preview_img a {
    display: inline-block;
    width: 113px;
    height: 113px;
    margin: 0 10px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.shop_preview_img a:first-child {
    margin-left: 0;
}

.shop_preview_img a:last-child {
    margin-right: 0;
}
.shop-item-left .control-prev {
    position: absolute;
    bottom: 46px;
    left: 0;
}

.shop-item-left .control-next {
    position: absolute;
    bottom: 46px;
    right: 0;
}

.icon-zoom {
    background: url(../img/zoom.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.shop-item-info1 {
    width: 255px;
    padding-left: 40px;
    display: table-cell;
    vertical-align: top;
    height: 392px;
}

.shop-item-info1 >*:first-child {
    margin-top: 0;
}

.shop-item-info2 {
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
}

.shop-item-info2 .shop-item-info2 {
    padding-left: 0px;
}

.shop-item-info2 .fa {
	margin-right: 7px;
	font-size: 19px;
}

.shop-item-info2 >*:first-child {
    margin-top: 0;
}


.js_shop_id  .js_shop_param_price  .price {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 10px 0 17px 0;
}


.js_shop_id .shop_text {
    padding: 25px 0;
}

.id_xar {
    padding: 15px 0;
}

.id_xar table {
    width: 100%;
}
.id_xar th {
    text-align: left;
    font-weight: normal;
}
.id_xar th:first-child {
    font-weight: bold;
}

#gk-mainbody h1 {
    padding: 15px 0 24px 0;
}


.clauses_list {
    padding: 10px 0;
}
.clauses_list .block  {
    padding: 10px 0;
}
.clauses_list .block-row-img  {
    float: left;
    width: 40%;
    
}
.clauses_list .block-text  {
    padding-left: 45%;
    padding-top: 20px;
    
}

.clauses_list .block:after   {
    clear: both;
    width: 100%;
    height: 1px;
    content: "";
    display: block;
}


.cart_order {
    border-collapse: collapse;
  border-spacing: 0px;
}
.cart_order td, .cart_order th {
    border:1px #ccc solid;
    padding: 5px;
    text-align: center;
    border-collapse: collapse;
  border-spacing: 0px;
}

.cart {
    border-collapse: collapse;
}


.cart .infofield {
    padding-top: 6px;
}

.cart_img img {
    max-width: 70px;
    height: auto;
}
.shop_block_coupon {
    padding: 15px 0 25px 0;
}



.gk-is-wrapper-gk-storebox figure {
    margin: 0px;
}


#main-menu .parent:hover{
    color: #fff;
    background: #000;
}
#main-menu .parent:hover a{
    color: #fff;
    
}
#main-menu .parent:hover ul {
    background: #000;
    padding: 8px 19px;
}
#main-menu .parent:hover ul li a {
    color: #fff;
}


.active, .active a  {
        color: #ff7e57;
}

#gk-header-mod .bs_block {
    padding: 0px;
}
#gk-header-mod #fig_1 img,
#gk-header-mod #fig_2 img,
#gk-header-mod #fig_3 img,
#gk-header-mod #fig_4 img,
#gk-header-mod #fig_5 img
{
    
    width: 100%;
    height: auto;
}


#gk-header-mod figure img {
    opacity: 1 !important;
    
}

#gk-is-widget_gk_image_show-1 {
    max-height: 1000px;
    overflow: hidden;
}


#homesslid li .js_shop.shop-item {
    width: 100% !important;
    margin:0px;
    
}
#homesslid {
    position: relative;
}
#slidvn .prevBtn, #slidvn .nextBtn  {
    position: absolute;
    top: 100px;
    width: 20px;
    height: 32px;
    font-size: 0;
}
#slidvn .prevBtn:hover, #slidvn .nextBtn:hover {
    opacity: 0.8;
}
#slidvn .prevBtn {
    background: url(../img/product_gallery_interface.png) 0 0  no-repeat;
    left: 0px;
}
#slidvn .nextBtn {
    background: url(../img/product_gallery_interface.png) -20px 0 no-repeat;
    right: 0px;
}
#slidvn {
    position: relative;
}
#slidvn {
    max-height: 450px;
    overflow: hidden;
}







#for_mob_burg {
    display: none;
}


@media only screen and (max-width: 900px) {
  body header #main-menu {
    
      display: none;
      position: fixed;
      top: 0px;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 999999;
      margin:0px !important;
      text-align: center;
  }
    
    body header #main-menu li {
        display: block;
        text-align: center;
        padding: 0px 0;
        float: none;
        height: auto;
    }
    
    body header #main-menu li a  {
        display: block !important;
        padding: 18px 0 !important;
        height: auto !important;
        font-size: 20px;
        
    }
    .shop-item-left, .shop-item-right {
    width: 100%;
    position: relative;
    display: block;
        margin:15px 0;
}
    
    
    .js_shop.shop-item {
    
    padding: 6px;
    position: relative;
    width: 90%!important;
        margin: 1% auto;
    display: block;
    vertical-align: top;
    border: none;
        text-align: center;
}
    
    
    
  #for_mob_burg {
    display: block;
      position: fixed;
      top: 20px;
      right: 20px;
      width: 32px;
      height: 24px;
      background: url(../img/mob_burg.jpg);
      z-index: 99999999999999;
}  
    
    #for_mob_burg.active {
        
        background: url(../img/iconfinder_icon_close.png) center top no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }
    
    
    
    
    .tel_hed {
        position: relative;
        top: 15px;
    }
    
    body {
        padding-top: 0 !important;
    }
    
    body .gk-page {
        width: 100%;
        margin: 0 0%;
    }
    
    body .tel_hed {
        background: none;
        position: absolute;
        right: 40px;
        top: 10px;
        display: inline-block;
        max-width: 200px;
    }
    
    body #gk-search #s {
        max-width: 50% !important;
    }

    
    
    #gk-head.gk-absolute-head {
	    background: #fff;
}
    .gk-bottom-margin {
        padding-top: 170px !important;
    }
body .box_home_news .n_block {
    border: 1px solid #e5e5e5;
    display: block;
    vertical-align: top;
    width: 95%;
    margin: 2% 2%;
    padding: 0px;
    text-align: left;
    position: relative;
    min-height: 100px;
}

body .box_home_news .n_block .n_block_img {
    overflow: hidden;
    width: 100%;
    text-align: center;
    
    position: relative;
    height: auto;
}
body .box_home_news .n_block .n_block_img img {
    width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
}
body .box_home_news .n_block .r_txt_pr {
    
    background: #fff;
    color: #000;
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0 10px 3%;
}
    
    
    
    
/*
    .cart td, .cart th {
        display: block;
        clear: both;
        font-size: 12px;
        width: 100%;
    }
    
    .cart thead {
        display: none;
    }
*/
    
    
    
    
}

  @media screen and (max-width: 700px) {

/*
    .cart  {
      border: 0;
    }

    .cart  thead {
      display: none;
    }

    .cart  tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #f3f0f0;
    }

    .cart  td {
      display: block;
      text-align: right;
      font-size: 13px;
      border: none !important;
    }

    .cart  td:last-child {
      border-bottom: 0;
    }

    .cart  td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
*/
      
      .shop-item-container {
    display: block;
    width: 100%;
    vertical-align: top;
}
      .shop-item-info1 {
    
    padding-left: 0px;
    display: block;
    
}
      
      
      
      
      
      
      
  }



@media only screen and (max-width: 400px) {
body .tel_hed {
        background: none;
        position: relative;
        right: 0px;
        top: 0px;
        display: inline-block;
        max-width: 100%;
    }
    
    
    
    }



.home_news_img_bl {
    float: left;
    
    max-width: 300px;
    overflow: hidden;
    
}
body .home_news_img_bl img {
    
    max-width: 100% !important;
    height: auto !important;
    
    
}

header #top-menu {
    display: none;
}



.clr {
    clear: both;
}

.gk-page {
     max-width: 100% !important; 
}


.shop-item .shop_img  {
    text-align: center;
    margin-bottom: 10px;
    max-height: 300px;
    overflow: hidden;
}
.shop-item .shop_img a  {
    display: block;
    width: 100%;
    text-align: center;
}

.shop-item .shop_img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: inline-block;
    
}

.shop-item .shop-item-title {
    color: #000;
}
.shop-item .shop-item-title span {
    color: #000;
}

#homesslid .shop-item .shop_img {
    height: 300px;
}

#homesslid .shop-item .shop-item-title {
  min-height: 50px;
    display: block;
}




.cart_order .cart_autorization {
    display: none;
}


.id_xar strong {
    opacity: 0;
}
.id_xar table strong {
    opacity: 1;
}


.box_home_news {
    text-align: center;
}


.box_home_news .n_block, .box_home_news .news {
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 2%;
    padding: 0px;
    text-align: left;
    position: relative;
    min-height: 150px;
}

.box_home_news .n_block .n_block_img, .box_home_news .block-row-img {
    overflow: hidden;
    width: 45%;
    text-align: center;
    
    position: absolute;
    left: 0;
    height: 100%;
}
.box_home_news .n_block .n_block_img img, .box_home_news .block-row-img img {
    width: auto;
    height: auto;
/*
    min-width: 100%;
    min-height: 100%;
*/
}
.box_home_news .n_block .r_txt_pr, .box_home_news .block-text {
    
    background: #fff;
    color: #000;
    font-size: 18px;
    line-height: 27px;
    padding: 20px 10px 10px 50%;
}

.box_home_news .n_block .r_txt_pr  .show, .box_home_news .show  {
    color: #ff7e57;
    font-size: 12px;
    line-height: 20px;
}


body .shop-item-info1 {
    display: block;
    width: 100%;
    height: auto;
}

.price__opt{color:#ff0000}

.price__block__list{
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
}