/* Here you can include your override CSS styles */
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(font/opensanshebrew-lightitalic-webfont.eot);
    src: url(font/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(font/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(font/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(font/opensanshebrew-light-webfont.eot);
    src: url(font/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(font/opensanshebrew-light-webfont.woff) format('woff'),
    url(font/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(font/opensanshebrew-italic-webfont.eot);
    src: url(font/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(font/opensanshebrew-italic-webfont.woff) format('woff'),
    url(font/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(font/opensanshebrew-regular-webfont.eot);
    src: url(font/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(font/opensanshebrew-regular-webfont.woff) format('woff'),
    url(font/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(font/opensanshebrew-bolditalic-webfont.eot);
    src: url(font/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(font/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(font/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(font/opensanshebrew-bold-webfont.eot);
    src: url(font/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(font/opensanshebrew-bold-webfont.woff) format('woff'),
    url(font/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(font/opensanshebrew-extrabold-webfont.eot);
    src: url(font/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(font/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(font/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(font/opensanshebrew-extrabold-webfont.eot);
    src: url(font/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(font/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(font/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}

html, body {
	font-family: 'Open Sans Hebrew' !important;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	direction: rtl;
}

h1, h2, h3, h4, h5, h6, .gk-blue-button, .gk-yellow-button {
	font-family: 'Open Sans Hebrew' !important;
}

.text {
	font-size: 18px;
}

.nav > li > a > img {
    display: none;
}

.bannerTitle {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}
.homepg-blog {
    background-color: #f3f3f3;
    margin-left: 0;
	margin-bottom: 0;
}
footer .footer .footer-col p {
	color: #fff;	
}


/* THREE ARTICLES STYLES */
.threeArticles ul li {
    display: inline-block;
    width: 33%;
	vertical-align: top;
}

h3.h3header {
    font-size: 20px;
    font-weight: 700;
}

/* END THREE ARTICLES STYLES */

/* FOUR SQUARES STYLES */
section.square {
    width: 25%;
    display: inline-block;
    vertical-align: top;
	height:280px;
    float: right;
	    padding: 20px;
}

.iconSquares {
    float: right;
}
section.whiteline {
    border-bottom: 2px solid white;
    margin-bottom: 11px;
}

h2.h2Squares {
    color: white;
    font-size: 19px;
    font-weight: 600;
    margin-right: 45px;
}
.textSquares {
    color: white;
}


/* END FOUR SQUARES STYLES */

/* FOUR ARTICLES STYLES */

.fourArticles ul li {
    width: 23.5%;
    float: right;
	margin-left: 2% !important;
}

.row-fluid [class*="span"] {
    margin-left: 0 !important;
}


div .k2ItemsBlock ul {
	overflow: hidden;	
}

.fourArticles ul li:nth-child(4n+4) {
	margin-left: 0 !important;
}

/* END FOUR ARTICLES STYLES */

/* CONTACT US STYLES */

#contactPage {
    overflow: hidden;
	width: 1160px;
    margin: 0 auto;
}

.contact-col-1 {
	width: 50%;
	float: left;
	//padding-top: 86px;	
	
}

textarea {
	resize:none;
}

.contact-col-2 {
	float: right;
	width: 50%;
	border-left: 1px solid #dcdfe6;
}

.address-box,
.email-box,
.phone-box {
    margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: 100%;
}

.address,
.email,
.phone {
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	padding-right: 54px;
	
}

.address-box { background-image: url(/images/location.png)}
.email-box { 
	background-image: url(/images/email.png);
	margin-bottom: 60px;
	}
.phone-box { background-image: url(/images/phone.png)}

.fb-icon,
.tw-icon,
.gp-icon,
.youtube-icon,
.mail-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat !important;
	background-size: 50px !important;
	transition: background-image 0.2s;
	margin-left: 5px;
}

.footer-fb-icon,
.footer-tw-icon,
.footer-mail-icon,
.footer-youtube-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat !important;
	background-size: 50px !important;
	transition: background-image 0.2s;
	margin-left: 5px;
}



.footer-fb-icon { background-image: url(/images/footer_facebook.png) }
.footer-tw-icon {background-image: url(/images/footer_twitter.png)}
.footer-mail-icon {background-image: url(/images/footer_mail.png)}
.footer-youtube-icon {background-image: url(/images/footer_youtube.png)}


.footer-fb-icon:hover {background-image: url(/images/footer_facebook_hover.png) }

.footer-tw-icon:hover {background-image: url(/images/footer_twitter_hover.png)}

.footer-mail-icon:hover {background-image: url(/images/footer_mail_hover.png)}

.footer-youtube-icon:hover {background-image: url(/images/footer_youtube_hover.png)}


.fb-icon { background-image: url(/images/facebook-icon.png) }

.tw-icon {background-image: url(/images/twitter-icon.png)}

.mail-icon {background-image: url(/images/email-icon.png)}

.youtube-icon {background-image: url(/images/youtube-icon.png)}

.fb-icon:hover { background-image: url(/images/facebook-icon-hover.png) }

.tw-icon:hover {background-image: url(/images/twitter-icon-hover.png)}

.mail-icon:hover {background-image: url(/images/email-icon-hover.png)}

.youtube-icon:hover {background-image: url(/images/youtube-icon-hover.png)}

p.contactform-text {
    margin-bottom: 42px;
}

.formControlLabel {
    display: none;
}

.contact-title {
	padding-bottom: 50px;
}


.contact-subtitle {
    margin-bottom: 45px;
	font-weight: bold;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #4d4d4d;
	font-size: 16px;
	font-weight: lighter;
	font-family: 'Open Sans Hebrew' !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color: #4d4d4d;
   	font-size: 16px;
	font-weight: lighter;
	font-family: 'Open Sans Hebrew' !important;
   	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color: #4d4d4d;
   	font-size: 16px;
	font-weight: lighter;
	font-family: 'Open Sans Hebrew' !important;
   	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color: #4d4d4d;
   	font-size: 16px;
	font-weight: lighter;
	font-family: 'Open Sans Hebrew' !important;
}

.formResponsive textarea, 
.formResponsive input[type="text"], 
.formResponsive input[type="number"], 
.formResponsive input[type="email"], 
.formResponsive input[type="tel"], 
.formResponsive input[type="url"], 
.formResponsive input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: #f5f5f5;
	padding-right: 20px;
	font-size: 16px;
	color: #4d4d4d;
	font-family: 'Open Sans Hebrew' !important;
}

.formResponsive textarea:focus, 
.formResponsive input[type="text"]:focus {
	outline: 0;
	box-shadow: none;
}

.formResponsive input[type="text"] {
	height: 50px;
}

.formResponsive textarea {
	height: 200px;
	padding-top: 10px;
}

.formResponsive .formHorizontal .formControls {
	margin-left: 0;	
}

.formResponsive .formBody {
    float: none;
	position: relative;
}

.formValidation {
    position: absolute;
    left: 5px;
    top: 8px;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
	clear:both;
}

.rsform-block.rsform-block-name {
    width: 410px;
    float: right;
}

.rsform-block.rsform-block-phone {
    width: 410px;
    float: left;


}

.rsform-block.rsform-block-email {
    clear: both;
}

#subContact {
    background: #25b0e5;
    font-size: 18px;
    width: 170px;
    height: 45px;
    border-radius: 200px;
    font-weight: bold;
    border: none;
    box-shadow: none;
    text-shadow: none;
    float: left;
    margin-top: 17px;
}

/* END CONTACT US STYLES */

/* FOOTER STYLES */

body > footer {
	background: #253583;
	overflow: hidden;
	padding: 70px 0 60px 0;
	border-top: none;
}


footer .box.span12.tspan9 {
    margin: 0 auto !important;
    width: 1200px;
    float: none;
	overflow: hidden;
}

/*p.pull-right.gk-copyrights {
    float: none;
    display: block;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    color: #fff;
	text-align: left;
	font-size: 15px;
	font-weight: lighter;
	border-top: none;
    margin-top: -45px;
    padding-top: 5px;
}*/
p.pull-right.gk-copyrights {
	float: left;
    display: inline;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: lighter;
    border-top: none;
    margin-top: -45px;
    padding-top: 0;
}
.footer-box * {
    color: #fff;
	overflow: hidden;
}

body > footer ul {
    float: none;
}

body > footer ul li {
    float: none;
	margin-right: 0;
}

.footer-col {
    float: none;
    display: inline-block;
    vertical-align: top;
}


.footer-col.ft-col-3 {
    width: 500px;
    box-sizing: border-box;
    text-align: center;
}

.footer-col.ft-col-1 {
	width: 100px;
	padding-right: 14px;
	padding-top: 25px;
	box-sizing: border-box;
}

.footer-col.ft-col-2 {
	width: 230px;
	padding-right: 14px;
	padding-top: 25px;
	box-sizing: border-box;
}

.ft-col-4
{
    overflow: hidden;
	box-sizing: border-box;
	float: left;
}

.footer-col.ft-col-6 {
	width: 300px;	
}

.footer-box h5 {
	font-size: 15px;
	font-weight: bold;
}

.footer-box .ft-col-1 p {
	font-size: 13px;
	font-weight: lighter;
}

.footer-box .ft-col-1 #newsletter {
    margin: 0;
	position: relative;
}

.footer-box .ft-col-2 #newsletter input [type="text"]{
	height: 30px;
	width: 235px;
	border-radius: 0;
	border: none;
}

#newsletter button {
	border: 1px solid white;
    height: 42px;
    width: 121px;
	color: #fff;
}

#newsletter input {
	margin-bottom: 0;
	height: 42px;
	width: 290px;
	border-radius: 0;
	margin-left: 5px;
}

.footer-logo {
	padding-top:39px;	
}

.footer-box .ft-col-1 #newsletter input:focus,
#newsletter button:focus {
	outline: 0;
}

.ft-icons {
    width: 240px;
    margin: auto;
    margin-top: 50px;
}

#newsletter ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
	font-size: 13px;
	font-weight: lighter;
	font-family: 'Open Sans Hebrew' !important;
}

#newsletter :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color: #000;
   	font-size: 13px;
	font-weight: lighter;
	font-family: 'Open Sans Hebrew' !important;
   	opacity: 1;
}

#newsletter ::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color: #000;
   	font-size: 13px;
	font-weight: lighter;
	font-family: 'Open Sans Hebrew' !important;
   	opacity: 1;
}

#newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color: #000;
   	font-size: 13px;
	font-weight: lighter;
	font-family: 'Open Sans Hebrew' !important;
}

body > footer .nav > li > a {
	font-size: 15px;
	font-weight: lighter;
	color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

body > footer video {
	width: 300px;
	height: 180px;	
}

.footer-col.ft-col-5 .nav > li > a {
	font-size: 15px;
    font-weight: bold;
}

/*.brnFooter {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    font-size: 13px;
    font-weight: lighter;
	margin-top: 30px;
}*/
.brnFooter {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    font-size: 15px;
    display: inline;
    float: right;
    margin-top: 0;
}

.brnFooter a {
	color: #fff;	
}

/* END FOOTER STYLES */

/* COLORS */

.dark-blue-bg {
	background-color: #253583;	
}

.dark-blue-clr {
	color: #253583;
}

.dark-grey-clr {
	color: #333;
}

/* TYPE */

.regular-type {
	font-size: 18px;
}

.medium-type {
	font-size: 16px;
}

.small-type {
	font-size: 15px;
}

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

/* BUTTON STYLES */

.blue-button {
	background-color: #334482;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.blue-button:hover {
	background-color: #253583;
}

.white-button {
	background-color: #fff;
	color: #253583;
	text-align: center;
	font-size: 18px;
	border: 1px solid #253583;
	font-weight: bold;
}


.white-button:hover {
	background-color: #253583;
	color: #fff;	
}


/* TEMPLATE OVERRIDES */

body > header + section#gk-main:before {
	padding-top: 0;
}

.gk-main-menu > ul.nav.menu > li > a {
    font-size: 18px;
    min-height: 0;
    line-height: normal;
    padding: 0;
	margin: 40px 14px 20px;
    color: #555;
	border-bottom: 2px solid transparent;
}

.gk-main-menu > ul.nav.menu > li > a:hover, a:active {
	color: #253583;
	border-bottom: 2px solid #253583;
}

.gk-main-menu > ul.nav.menu > li.parent.haschild:hover > span.nav-header {
	color: #253583;
	border-bottom: 2px solid #253583;
}


.gk-main-menu > ul> li> ul> li> a {
	font-size: 18px;
	color: #555;
	line-height: 59px;
}

.gk-main-menu > ul.nav.menu > li.parent.haschild {
	padding: 40px 14px 12px;	
}

.gk-main-menu > ul.nav.menu > li.parent.haschild> span.nav-header {
	font-size: 18px;
    font-weight: normal;
    color: #333;
	padding: 0;
	padding-bottom: 3px;
	margin: 3px 14px 0px;
	
}

.gk-main-menu > ul.nav.menu > li> ul.nav-child:before {
	display:none;
}


.gk-main-menu > ul.nav.menu > li> ul.nav-child >li > a {
	color: #333;
}

.gk-main-menu > ul.nav.menu > li> ul.nav-child >li.active> a {
	color: #253583 !important;	
}

.gk-main-menu > ul.nav.menu > li> ul.nav-child >li> a:hover {
	color: #253583 !important;	
}


.gk-main-menu > ul.nav.menu > li> ul> li {
	height: 77px;
	width: 194px;
	text-align: center;
}

.gk-main-menu ul ul {
	margin-top: 12px;
	border-radius: 0;
	border: 1px solid #ececec;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.gk-main-menu ul li:hover ul {
	z-index:99;	
}

.gk-main-menu ul ul li:hover {
	background: #fff;
	color: #253583;
}






a#gk-logo > img {
	margin: 7.5px 0;
	height: 77px;
}


#gk-header {
	padding: 0px;
	margin: 0px;	
}

#gk-content {
	padding-bottom: 0px;
}


/* FEATURED PRODUCTS */
.product-wrap {
	text-align:center; 
	margin-top: 50px;	
}

.product-slider .slick-track {
    /*width: 100% !important;*/
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
}
.product-wrap>h2 {
	color: #1c519a;
	font-size: 34px;
	font-weight:bold;
}
.link-wrap a {
	color: #1c519a;
	font-size: 20px;
	position:relative;
    text-decoration: none;
	width: 230px;
    display: inline-block;
}
.link-wrap a:before , a.product-wrap-filter.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #1c519a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.link-wrap a:hover:before, a.product-wrap-filter.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.link-wrap a:hover , a.product-wrap-filter.active{
  	color: #1c519a;
}
/*.link-wrap a:after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  right: -4px;
	  top: 4px;
	  z-index: -1;
	  border-radius: inherit;
	  opacity: 0.5;
}*/

.link-wrap a:hover , a.product-wrap-filter.active{
	font-weight:bold;
	/*background-color: desaturate(#DD33AA,40%);*/
}
/*.link-wrap a:hover::after {
	background-color: darken(desaturate(#DD33AA,40%), 10%);
}*/

.link-wrap {
    text-align: center;
    margin: 20px auto 40px;
	display: flex;
    justify-content: center;
}
.featured-container {
	//padding: 132px 0 130px;
	padding: 70px 0 130px;
}


.product-slider .featured-products {
	width: 285px;
	
}
.product-slider .featured-image-wrap {
	position:relative;
}
.product-slider .featured-products .featured-wrap {
	position:absolute;
	top: 285px;
	height: 100%;
	width: 100%;
	transition: all .5s;	
}
.product-slider .featured-image-wrap:hover .featured-wrap {
	background-color: rgba(28,81,154,.75);
    padding: 60px 30px;
    top: 0px;
}
.product-slider  .slick-slide {
    margin: 0 10px;
}
.product-slider .slick-next {
    /*left: -25px;*/
    right: -50px;
    background-image: url(/images/arrowright2x.png);
    height: 27px;
    width: 32px;
	background-color: transparent;
    border: none;
    font-size: 0;
    position: absolute;
	top: 35%;
	outline:none;
	background-size: contain;
}
.product-slider .slick-prev {
    left: -50px;
    background-image: url(/images/arrowleft2x.png);
    height: 27px;
    width: 32px;
	background-color: transparent;
    border: none;
    font-size: 0;
    position: absolute;
	top: 35%;
	outline:none;
	background-size: contain;
}

.featured-image-wrap {
	text-align:center;
}

.featured-image-wrap > img {
	/*width: 70%;
	margin: auto 15%;*/
	margin:0 auto;
	height:320px;
}
.product-slider .featured-image-wrap > img {
    height: 100%;
    object-fit: contain;
}

.featured-products>p {
	text-align: center;
	margin-bottom: 27px;	
}

.featured-products .item-introtext + p {
	font-size: 15px;	
}

a>div>p.item-introtext+p{
  color: #000;
  text-decoration: none;
}

.featured-button {
	border-style: none;
	width: 158px;
	height: 53px;
	line-height: 53px;		
}

.featured-button-wrap {
	text-align:center;
	margin-top: 27px;
}

//unite with single-product-button?

.featured-button a {
	color: #fff;	
}

/* CATEGORY PAGES */

.category-height {
	height: 380px;	
}

.category-container {
	position: relative;
	z-index: -1;	
}



#category-desc-wrap {
    width: 1160px;
    margin: 0 auto;
}

.category-name {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}

.category-text {
	font-weight: normal;
	width: 474px;
	padding-top: 35px;
}

.category-products {
	margin: 100px auto 130px;
}

/* SINGLE PRODUCT VIEW */
.single-product {
	display: inline-block;
	width: 50%;
	margin: 0 auto;
	vertical-align: top;
}



.single-product-wrap {
	margin: 0px auto 0px;
	padding: 75px 0 0;
}






.single-product .item-text ~ p, .single-product div.item-text.regular-type {
	font-size: 16px;
	//padding-bottom: 37px;
}

.single-product .item-title {
	font-size: 22px;
	font-weight: bold;	
}

input::-ms-clear {
    display: none;
}


.selling-points .single-product {
	width: 49%;
}

.selling-points .single-product ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	width: 70%;
}

.selling-points .single-product ul li {
	line-height: 31px;
	background-image: url(/images/li.png);
	background-size: 3px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 7px;
}



	
.banner-box {
	width: 1160px;
	margin: 0 auto;
}

.selling-points-height {
	/*height: 437px;*/
}

/*VIDEO SECTION */

iframe {
	max-height: 772px;
}
	

.product-video-link {
	background-repeat: no-repeat;
    background-size: auto, 100% 100%;
    background-position: center;
	position: absolute;
	height: 100%;
	max-height: 772px !important;
	width: 100%;
	z-index: 999;	
}

.clear {
	clear: both;
}

.video-height {
	max-height: 772px !important;
}

.video-container {
	position:relative;
	line-height: 0;	
}


/* PRODUCT PIC SLIDER */

.my-slider {
	height: 430px;
	position: relative;
}

.my-slider img {
	//position: absolute;
	//bottom: 0;	
}

.my-slider .active {
	background-image: url(/images/bullet_1.png);
	display: inline-block;
	height: 17px;
	width: 17px;
}

/* UNSLIDER PLUGIN */

.unslider{
	overflow:auto;
	margin:0;
	padding:0}
.unslider-wrap{
	position:relative}
.unslider-wrap.unslider-carousel>li{
	float:left}
.unslider-vertical>ul{
	height:100%}
.unslider-vertical li{
	float:none;
	width:100%}
.unslider-fade{
	position:relative}
.unslider-fade .unslider-wrap li{
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{
	z-index:10}
.unslider li,.unslider ol,.unslider ul{
	list-style:none;
	margin:0;
	padding:0;
	border:none}
.unslider-arrow{
	position:absolute;
	left:20px;
	z-index:2;
	color: transparent;
	cursor:pointer}
.unslider-arrow.next{
	left:auto;
	//right:20px}
	
/* UNSLIDER DOTS */
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 4px;
  background: transparent;
  border-radius: 17px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #253583;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #253583;
  cursor: default;
}

nav.unslider-nav {
    padding-bottom: 85px;
}

/* STORESEARCH */


.storesearch-wrap {
	width: 1160px;
	margin: 0 auto;
	padding: 75px 0 75px 0;
}

.item-name {
	padding-bottom: 28px;
}

#regionalsearch {
	height: 39px;
	width: 322px;
	line-height: 39px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background-image: url(/images/drop_down.png);
	background-repeat: no-repeat ;
    background-position: 10px 10px ;
    background-size: 16px;	
	font-size: 17px;
}

#freesearch{
	height: 39px;
	width: 322px;
	line-height: 39px;
	border: 1px solid #e5e5e5;
	border-radius: 0;	
	font-size: 17px;
}

#dropdown {
	height: 39px;
	width: 39px;
	line-height: 39px;
	border: 1px solid #e5e5e5;
	border-radius: 0;	
}

.search-button {
	height: 39px;
	width: 152px;
	line-height: 39px;
	border: 1px solid #253583;
	vertical-align: top;
	background-image: url(/images/search.png);
	background-repeat: no-repeat;
	background-position: 78% 60%;
	
}

.search-button:hover {
	background-image: url(/images/search_hover.png);
	background-color: #fff;
	color: #253583;	
}

.storeresults {
	background-color: #ecebeb;
}

.storeresults.banner {
	position: relative;
}

.storesearch.banner {
    background-color: #fff;
}

.storeresults.category-container {
}

.store-box {
	display: inline-block;
    width: 49%;
    margin: 0 auto;
	background-color: #fff;
	margin-bottom: 21px;
	padding: 33px 44px 30px;
	vertical-align:top;
}

.store-box.even-margin {
	margin-left: 2%;	
}

.store-box p {
	margin: 0;
}

.result-wrap {
	width: 1160px;
	margin: 55px auto 106px;
}

.result-title {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 21px;
}

.result-details {
	display: inline-block;	
	color: #333;
}

img.location-icon {
	vertical-align: top;
	padding-top: 10px;
	padding-left: 15px;	
}

.result-address,
.result-city,
.result-phone {
	font-size: 16px;
	line-height: 25px;
	
}

.result-phone {
	padding-bottom: 26px;	
}

.result-button {
	width: 153px;
	height: 39px;
}


.ui-menu-item {
	font-size:16px;
	color: #000;	
}

.ui-menu .ui-menu-item-wrapper:hover {
	background-color: #5f6b8e;
	border:none;
}


input#regionalsearch:focus {
	box-shadow: none;
}

input#freesearch:focus {
	box-shadow: none;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e5e5e5;	
}

.ui-widget-content{
	border: none;
}

img.search-icon {
    padding-left: 5px;
}

.search-title {
	margin: 0;
	padding-bottom: 22px;
}

.search-subtitle {
	margin: 0;
	padding-bottom: 41px;	
}


input#freesearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
  font-weight:400;
}
input#freesearch::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  font-weight:400;
}
input#freesearch:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
  font-weight:400;
}
input#freesearch:-moz-placeholder { /* Firefox 18- */
  color: #808080;
  font-weight:400;
}


input#regionalsearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #253583;
  font-weight: bold;
}
input#regionalsearch::-moz-placeholder { /* Firefox 19+ */
  color: #253583;
  font-weight: bold;
}
input#regionalsearch:-ms-input-placeholder { /* IE 10+ */
  color: #253583;
  font-weight: bold;
}
input#regionalsearch:-moz-placeholder { /* Firefox 18- */
  color: #253583;
  font-weight: bold;
}

.search-form {
	margin: 0;
}



.storesearch.banner {
    //height: 171px;
}

/* CONTACT FORM */


.rsform-block.rsform-block-name {
    width: 100%;
}

.rsform-block.rsform-block-phone {
    width: 100%;
}


.formResponsive input[type="text"] {
    height: 40px;
	background: #fff;
	border: 1px solid #dcdfe6;
}

textarea#message {
    background-color: #fff;
    border: 1px solid #dcdfe6;
}

button#subContact {
	background-color: #253583;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 0;
}

button#subContact:hover {
	background-color: #334482;	
}

.box-info a {
	color: #253583;	
}

#gkSocialAPI {
    border-top: none;
}

form#userForm {
    //padding-right: 70px;
}

h2.bannerTitle {
    visibility: hidden;
}

.headBanner {
	height: 380px;	
    margin-bottom: 75px !important;
	background-position: 50%;
	background-size: cover;
}


span.address.street.text {
    line-height: 10px;
}


input#name::-webkit-input-placeholder,
textarea#message::-webkit-input-placeholder,
input#email::-webkit-input-placeholder,
input#subject::-webkit-input-placeholder,
input#phone::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
  font-weight:400;
  font-size: 17px;
}
input#name::-moz-placeholder,
input#email::-moz-placeholder,
input#phone::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  font-weight:400;
  font-size: 17px;
}
input#name:-ms-input-placeholder,
input#email:-ms-input-placeholder,
input#phone:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
  font-weight:400;
  font-size: 17px;
}
input#name:-moz-placeholder,
input#email:-moz-placeholder,
input#phone:-moz-placeholder { /* Firefox 18- */
  color: #808080;
  font-weight:400;
  font-size: 17px;
}

.formResponsive input[type="text"]:focus {
	border-color: #253583;
}

.faq-title {
	padding-bottom: 28px;	
	margin: 0;
}

.faq-subtitle {
	padding-bottom: 60px;
	margin: 0;
}

div#faq {
    padding: 0 0 121px;
}

.question {
    border-top: 1px solid #e5e5e5;
	font-weight: bold;
	color:#5f6b8e;
	padding: 20px 0 20px;
	background-image: url(/images/plus.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 52px;
}

.question.open{
	background-image: url(/images/minus.png);	
}

.answer {
    padding: 0 52px 20px 0;
	display: none;
}

.faq-noborder {
	border-bottom: none;
}

.faq-border {
	border-bottom: 1px solid #e5e5e5;
}


#about-us-right {
	display: inline-block;
	width: 720px;
	padding-left: 180px;
	margin-top: -26px;
}

#about-us-left {
	display: inline-block;
	width: 435px;
	vertical-align: top;
}

.about-us-subtitle {
	font-weight:bold;
	margin-bottom: 15px;
}

.about-us-advantages>li {
	list-style-type:none;
	line-height: 26px;
	padding: 15px 50px 15px 0;
	background-image: url(/images/check.png);
    background-repeat: no-repeat;
    background-position: 100% 30%;
}

.about-us-button {
	width: 160px;
	height: 54px;
	margin-bottom: 30px
}

.gk-article {
	width: 1160px;
}

.item-page.gk-item-page {
    margin-bottom: 30px;
}

p.about-us-text.regular-type {
    margin-bottom: 30px;
}

h1.about-us-title {
    padding-bottom: 35px;
    margin: 0 0 26px 0;
}

input.rsform-submit-button.btn.btn-primary {
    border-radius: 0;
    width: 152px;
    height: 38px;
    background-color: #253583;
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 18px;
}

.formResponsive {
    padding-right: 70px;
}

p.regular-type.thankyou-text {
    padding: 0 70px 20px 0;
}

.page-header {
	display: none;	
}

.featured-item-name,
.category-item-name {
	line-height:1.1;
	padding-bottom: 0;
}
.product-slider .featured-item-name {
	font-size: 20px;
	color: #1c519a;
	font-weight:bold;	
}

/*.container-fluid {
    max-width: 1160px!important;
	padding: 0;
}*/

div.container-fluid, section.container-fluid, ul.container-fluid {
	max-width: 1200px!important;
	padding: 0;
}

h1 {
	margin: 0;	
}

div#about-us-content {
    margin-bottom: 60px;
}

.category-text {
	color: #000;
}


.product-slider .featured-description-wrap {
    padding: 0;
	margin-top: 14px;
}
.product-slider .item-subtitle {
	color: #fff;
}
.product-slider .featured-image-wrap .featured-wrap>a.readmore {
	color: #fff;
	font-weight:bold;	
}

.featured-products .item-subtitle {
	margin: 27px 0;
}

.box.span12.tspan12 {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.gk-article {
    width: 1160px;
    margin: 0 auto;
}

.gk-mainmenu-toggle a {
    background: transparent url(/images/bars.png) no-repeat 0 0;
	height: 28px;
    width: 35px;
    background-size: contain;
	margin-top: 25px;
}

aside {
    display: none;
}

.error-text {
    padding-top: 150px;
}

.error-text .regular-type {
	    padding-top: 30px;
}

.error-text a {
	color: #253583;
	text-decoration: underline;
}

section#gk-bottomfull {
    height: 100%;
    /*background-color: #ececec;*/
}



.tp-caption.headline-button {
	border-width: 1px !important;
}