/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 14, 2015 */
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bol.eot');
    src: url('../fonts/lato-bol.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bol.woff2') format('woff2'),
         url('../fonts/lato-bol.woff') format('woff'),
         url('../fonts/lato-bol.ttf') format('truetype'),
         url('../fonts/lato-bol.svg#latobold') format('svg');
    font-weight: normal!important;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-lig.eot');
    src: url('../fonts/lato-lig.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-lig.woff2') format('woff2'),
         url('../fonts/lato-lig.woff') format('woff'),
         url('../fonts/lato-lig.ttf') format('truetype'),
         url('../fonts/lato-lig.svg#latolight') format('svg');
    font-weight: normal!important;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg.eot');
    src: url('../fonts/lato-reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg.woff2') format('woff2'),
         url('../fonts/lato-reg.woff') format('woff'),
         url('../fonts/lato-reg.ttf') format('truetype'),
         url('../fonts/lato-reg.svg#latoregular') format('svg');
    font-weight: normal!important;
    font-style: normal;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 15px;
    line-height: 1.6;
	color: #252525;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

p { 
	margin: 0.3em 0px 0.7em 0px;
	line-height: 18px;
}
a {
	color: #f05a2b;
	text-decoration: underline;
}
a:hover {
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}
a:focus, input:focus, div:focus, ul:focus {
	outline: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Main styles
   ========================================================================== */

body , html {
	font-family: 'latoregular';
	margin: 0;
	height: 100%;
}
html {
}
body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.desktop_vw, .desktop_tab_vw { display:block; }
.desktop_vw_inline, .desktop_tab_vw_inline { display:inline; }
.mobile_vw, .mobile_vw_inline, .tab_mobile_vw { display:none; }


/* ==========================================================================
   Header
   ========================================================================== */
header#head {
	position: relative;
	z-index: 500;
	font-size: 0;
	background: #fff url(../img/header-bottom-bg.gif) center bottom repeat-x;
}
header#head .wrapper {
	padding-top: 8px;
	padding-bottom: 49px;
}
header h1 {	
	padding-left: 24px;
	width: auto;
	display: inline-block;
}
header h1 a {
	text-decoration: none;
}
header#head .top_menu {
	float: right;
	width: 152px;
}
header#head .top_menu a.t1, header#head .top_menu a.t2, header#head .top_menu a.t3 { 
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	background: url(../img/icons.png) no-repeat;
	margin-bottom: 7px;
	color: #fff;
	padding: 0 7px 0 27px;
	text-decoration: none;
}
header#head .top_menu a.t1 {
	background-color: #29B373;
}
header#head .top_menu a.t2, header#head .top_menu a.t3 {
	background-color: #0073B3;
}
header#head .top_menu a.t2 {
	background-position: 0 -25px;
}
header#head .top_menu a.t3 {
	background-position: 0 -50px;
}
header#head .top_menu a.reg {
	text-align: center;
	background-image: none;
	color: #646464;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	height: auto;
}



/* ==========================================================================
   Main menu
   ========================================================================== */

#head nav {
	clear: both;
	height: 48px;
	position:absolute;
	left:0;
	bottom:0;
	width: auto;
	z-index:400;
	clear: both;
	width: 100%;
}
#head nav ul#menu {
	margin: 0;
	padding: 0;
    list-style:none;
	position: relative;
	font-size:0;
	display: inline-block;
	padding-left: 5px;
}
#head nav ul#menu a {
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	font-family: 'latobold';
}

#head nav ul#menu a:hover, #banner .slides a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
ul#menu li.level-0 {
	clear: both;
	position: relative;
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
    vertical-align: top;
    line-height: 48px;
    height: 48px;
	padding: 0;
}
ul#menu li.level-0 a.level-1 {
	padding: 0;
	white-space: nowrap;
    font-size: 16px;
	line-height: 16px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border-right: 1px solid #308DC1;
	padding: 0 19px 0 18px;
	vertical-align: middle;
	color: #fff;
}
ul#menu li.level-0.last a.level-1 {
	border-right: 0;
}
ul#menu li.level-0 span.arrow{
	font-size: 0;
	text-indent: -999px;
	width: 10px;
	height: 6px;
	background: url(../img/icons.png) -48px -253px no-repeat;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-top: 7px;
}
ul#menu li.level-0.current_page_parent a, ul#menu li.level-0.current-menu-item a {  }

ul#menu li.level-0 a.level-1.hover {
	color: #57A3CD;
}

/* Level 2 normal */
ul#menu li.level-0 ul {
    position:absolute;	
	display: none;
    margin:0;
	box-shadow: 0 1px 3px #ccc;
	-o-box-shadow: 0 1px 3px #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	-khtml-box-shadow: 0 1px 3px #ccc;
    background-color: #E7E3E3;
	border-top: 2px solid #57A3CD;
	padding: 15px 0;
	 -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
	overflow: hidden;
}
html.no-csscolumns ul#menu li.level-0 ul.level-1 {
	width: 400px;
}
/*html.no-csscolumns ul#menu li.level-0 li.level-1:nth-child(2n+1) {
	border-right: 1px solid #d6d6d6;
}*/
html.no-csscolumns ul#menu li.level-0 ul li.level-1 {
	float: left;
	width: 50%;
	position: relative;
	display: block;
	overflow: hidden;
}
ul#menu li.level-0 li.level-1 {
    position:relative;
    filter: none;
    font-size: 15px;
	line-height: 15px;
	height: auto;
    min-height: auto;
    line-height: auto;
	width: auto;
    display: block;
	padding: 0;
	border-right: 1px solid #d6d6d6;
	margin-right: -1px;
}
ul#menu li.level-0 li.level-1 a {
	display: block!important;
	padding: 6px 20px;
	font-size: 16px;
	color: #58585B;
	white-space: nowrap;
	border-bottom: 1px solid #E7E3E3;
	vertical-align: middle;
	text-align: left;
}
ul#menu li.level-0 li.level-1 a.hover, ul#menu li.level-0 li.level-1.current-menu-item a {
	border-bottom: 1px solid #57A3CD;
	background-color: #CDC9C8;
}
ul#menu li.level-0 li span.arrow { display: none }


/* Main mobile menu */
#mobile_slctd_menu {
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	position: relative;
	padding-left: 14px;
	padding-right: 38px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'latobold';
	color: #fff;
	background-color: #004D77;
}
a#mobile_slctd_menu.opn {
}
#mobile_slctd_menu:after {
	content: '';
	background: url(../img/icons.png) 0 -247px no-repeat;
	width: 23px;
	height: 23px;
	vertical-align: top;
	display: inline-block;
	position: absolute;
	right: 13px;
	top: 13px;
}
#mobile_slctd_menu.opn:after {
	background: url(../img/icons.png) -23px -247px no-repeat;
}
a.m_call, .m_cart_holder { 
	float: right;
	width: 58px;
	height: 49px;
	border-left: 1px solid #fff;
}
#head nav a.m_call,#head nav .m_search_holder a.searchBtn, #head nav .m_cart_holder a.minCartBtn {
	width: 58px;
	height: 100%;
	background: #0073B3 url(../img/icons.png) no-repeat;
}
#head nav .m_search_holder a.searchBtn { background-position: 0 -100px; }
#head nav .m_cart_holder a.minCartBtn { background-position: 0 -198px; }
#head nav a.m_call { background-position: 0 -149px;}

#head nav #mainMobileMenu {
	clear: both;
	position: absolute;
	top: 49px;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #E7E7E7;
	color: #242424;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 2px 3px #ccc;
	-o-box-shadow: 0 2px 3px #ccc;
	-moz-box-shadow: 0 2px 3px #ccc;
	-webkit-box-shadow: 0 2px 3px #ccc;
	-khtml-box-shadow: 0 2px 3px #ccc;
}
#mainMobileMenu ul {
	margin: 0;
	padding: 0;
	display: none;
}
#mainMobileMenu a {
	display: block;
	color: #242424;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 17px;
	border-bottom: 1px solid #B6B6B6;
	position: relative;
	cursor: pointer;
	font-family: 'latobold';
}
#mainMobileMenu .level-0.last a.level-1 { border-bottom: none }
#mainMobileMenu li.level-0 ul {
	background-color: #D4D4D4;
	padding: 5px 0 10px 0;
}
#mainMobileMenu li.level-1 ul {
	background-color: #C7C7C7;
}
#mainMobileMenu li a.level-1.drop {
	background-color: #D3D3D3;
}
#mainMobileMenu li.level-1 a {
	font-family: 'latoregular';
	border-bottom: none;
	padding: 4px 17px;
}
#mainMobileMenu li.level-2.hlight a {
}
#mainMobileMenu a span.arrow {
	font-size: 0;
	text-indent: -999px;
	width: 10px;
	height: 6px;
	float: right;
	background: url(../img/icons.png) -48px -247px no-repeat;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
}

/* ==========================================================================
   newsletter signup
   ========================================================================== */

.newsletter-container {
}
#cm_ajax_shortcode_0 {
	display: none;
	opacity: 0;
	position: absolute;
	box-shadow: 0 1px 3px #333;
	-o-box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	-khtml-box-shadow: 0 1px 3px #333;
	background-color: #0073b3;
	right: 0;
	color: #fff;
	padding: 3px 0;
	z-index: 1000;
}
#cm_ajax_shortcode_0 input {
	line-height: 21px;
	border: none;
	display: inline;
	background-color: #0073b3;
	vertical-align: top;
	z-index: 100;
	position: relative;
}
#cm_ajax_shortcode_0 input#cm-ajax-email {
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	color: #fff;
	font-family: 'latobold';
	padding: 0 8px;
	margin-right: 4px;
}
#cm_ajax_shortcode_0 input#cm-ajax-submit {
	font-size: 0;
	text-indent: -999px;
	height: 21px;
	width: 22px;
	background: url(../img/icons.png) -36px -317px no-repeat;
}

.mobile_footer_menu .newsltr_div #cm_ajax_shortcode_0 {
	top: -34px;
	left: 0;
	width: 190px;
}
#cm_ajax_shortcode_0 .cm_ajax_success, #cm_ajax_shortcode_0 .cm_ajax_failed {
	position: absolute;
	top: 3px;
	right: 0;
	font-family: 'latobold';
	color: #252525;
	white-space: nowrap;
	padding-right: 105%;
	font-size: 12px;
	z-index: 50;
	
}
#cm_ajax_shortcode_0 img.cm_ajax_loading, #cm_ajax_shortcode_0 .cm_ajax_success, #cm_ajax_shortcode_0 .cm_ajax_failed { display: none }
#cm_ajax_shortcode_0 .cm_ajax_failed {
	color: #f00!important;
}
.newsltr_div #cm_ajax_shortcode_0 .cm_ajax_loading { position: absolute;right: 5px }
.newsltr_div #cm_ajax_shortcode_0 .cm_ajax_success, .newsltr_div #cm_ajax_shortcode_0 .cm_ajax_failed {
	top: -20px;
	right: auto;
	width: 100%;
	padding-right: 0;
	z-index: 50;
}

/* ==========================================================================
   card dropdown
   ========================================================================== */
.top-cart-container.focus #cartplus-dropdown, .m_cart_holder.focus #cartplus-dropdown, .m_search_holder.focus #searchForm, .newsletter-container.focus #cm_ajax_shortcode_0, .mobile_footer_menu .newsltr_div.focus #cm_ajax_shortcode_0 {
	display: block!important;
	opacity: 1;
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
#cartplus-dropdown {
	background-color: #f8f8f8;
	position: absolute;
	padding: 3px 0;
	right: 0;
	z-index: 450;
	width: 240px;
	padding: 8px 14px 12px 14px; 
	display: none;
	font-size:0;
	opacity: 0;
	box-shadow: 0 1px 3px #333;
	-o-box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	-khtml-box-shadow: 0 1px 3px #333;
	font-size: 13px;
}
.m_cart_holder #cartplus-dropdown {
	margin-top: 1px;
	margin-right: 1px;
}
#cartplus-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
#cartplus-dropdown ul li {
	margin: 8px 0;
	clear: both;
	position: relative;
	overflow: hidden;
}
.top-cart-container #cartplus-dropdown a { padding: 0 }
#cartplus-dropdown img.wp-post-image, #cartplus-dropdown img.size-woocommerce_thumbnail {
	width: 49px;
	height: auto;
	float: left;
	margin-left: 4px;
}
#cartplus-dropdown ul li div.left {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	max-width: 61%;
	text-align: left;
}
#cartplus-dropdown ul.cart_list .left a { text-align: left }
#cartplus-dropdown ul li div.left a {
}
#cartplus-dropdown ul li div.left .quantity {
	display: block;
}
#cartplus-dropdown ul li a.remove, .cart_item td.product-remove a.remove {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: transparent url(../img/icons.png) no-repeat -11px -315px;
	font-size: 0;
	text-indent: -999px;
}
#cartplus-dropdown p.total { display: none }
#cartplus-dropdown p.buttons {
	margin: 0;
	padding-top: 11px;
	position: relative;
}
#cartplus-dropdown p.buttons a {
	float: right;
	margin-top: 0;
	display: inline-block;
	text-decoration: none;
	line-height: 13px;
	padding: 8px;
	text-transform: uppercase;
	border: 1px solid #f05a2b !important;
}
#cartplus-dropdown p.buttons a.wc-forward { float: left }
#cartplus-dropdown p.buttons a.checkout { float: right }
.cart_item td.product-remove a.remove {
	margin-top: 0;
	margin-left: 0;
}

#cartplus-dropdown .variation {
	margin: 0;
	padding: 0;
}
#cartplus-dropdown .variation * { display: inline; margin: 0 }
.woocommerce table.cart img {
	width: 150px;
}
/* ==========================================================================
   Search Box
   ========================================================================== */
.m_search_holder {
	float: right;
	padding-top: 12px;
}
#searchForm {
	width: 152px;
	position: relative;
	display: block;
}
#searchForm input {
	background-color: #004D77;
	line-height: 25px;
	height: 25px;
	border: none;
	vertical-align: top;
	position: relative;
	float: left;
	display: inline-block;
}
#searchForm input.field {
	color: #fff;
	padding: 0 7px;
	font-size: 12px;
	width: 77.63157894736842%;
	*width: 68.63157894736842%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-position: center center!important;
}
#searchForm input.submit {
	font-size: 0; 
	text-indent: -999px;
	padding: 0;
	background: #004D77 url(../img/icons.png) center -75px no-repeat;
	width: 22.36842105263158%;
	-webkit-box-sizing: border-box;
	position: relative;
}
form#searchForm ::-webkit-input-placeholder { color:#ececec;font-style:italic;font-size:11px }
form#searchForm ::-moz-placeholder { color:#ececec;font-style:italic;font-size:11px } /* firefox 19+ */
form#searchForm :-ms-input-placeholder { color:#ececec;font-style:italic;font-size:11px } /* ie */
form#searchForm input:-moz-placeholder { color:#ececec;font-style:italic;font-size:11px }


.m_search_holder .autocomplete-suggestions {
	border: 1px solid #ccc !important;
	box-shadow: 0 0 10px #666;
	-o-box-shadow: 0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	-khtml-box-shadow: 0 0 10px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	top: 38px;
	overflow: hidden;
	right: 0;
	width: 400px;
}
.m_search_holder .autocomplete-suggestions:before {
	content: "Products & Categories";
	display: block;
	background-color: #0073b3;
	padding: 4px 10px;
	color: #fff;
	font-family: "latoregular";
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
.m_search_holder .autocomplete-suggestion {
	padding: 5px;
	min-height: 60px;
	line-height: normal;
	font-size: 12px;
}
.m_search_holder .autocomplete-suggestion .yith_wcas_result_image {
	margin-right: 5px!important;
	width: 60px;
	float: left!important;
	margin-left: 0!important;
}
.m_search_holder .autocomplete-suggestion .yith_wcas_result_image img { width: 60px }
.m_search_holder .autocomplete-suggestion .yith_wcas_result_content {
	margin-right: 0!important;
}
.m_search_holder .autocomplete-suggestion .yith_wcas_result_content .title { color: inherit;font-size:13px }
/* ==========================================================================
   Main body
   ========================================================================== */

/* Main content holder */
.wrapper {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 1024px;
}
#main_container {
	position: relative;
	clear: both;
	background: url(../img/content-bg-small.gif) center top repeat;
}

/* ==========================================================================
   Content
   ========================================================================== */
#main_container .wrapper {
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	background-color: #fff;
	padding-bottom: 6px;
}
#layout {
	padding: 48px 2.5% 10px;
}
#layout .colmn1, #layout .colmn2 {
	min-height: 5px;
}
#layout .colmn1 {
	float: left;
}
#layout .colmn2 {
	float: right;
}
/* full */
#layout.full_content .colmn1 {
	display: none;
}
#layout.full_content .colmn2 {
	width: 100%;
	float: none;
}
/* same size column */
#layout.two_column_layout .colmn1, #layout.two_column_layout .colmn2 {
    width: 48%;
}
/* left sidebar - content */
#layout.left_sidebar_right_content .colmn1 {
    width: 25.5%;	
}
#layout.left_sidebar_right_content .colmn2 {
	width: 68.5%;
}
/* content - right sidebar */
#layout.left_content_right_sidebar .colmn1 {
	width: 68.5%;
}
#layout.left_content_right_sidebar .colmn2 {
    width: 25.5%;
}

#wooContent #layout.left_sidebar_right_content .colmn2 {
	width: 71.5%;
}


/* ==========================================================================
   Home content
   ========================================================================== */
#main_container.home { overflow: hidden }
#main_container.home .wrapper {
	padding-bottom: 6px;
}

/* homepage banner */
#banner {
	position: relative;
	height: 362px;
	overflow: hidden;
}
#banner .slides {
	height: 100%;
}
#banner .slides a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	height: 100%;
	line-height: 362px;
	text-decoration: none;
	background-color: #fff;
}
#banner .slides a.active {
    z-index: 10;
    opacity: 1;
    left: 0;
}
#banner .slides a.last-active {
    z-index: 9!important;
}
#banner .slides a .txt {
	text-align: center;
	vertical-align: middle;
	color: #EF592B;
	font-size: 48px;
	line-height: 48px;
	display: inline-block;
	width: 341px;
    font-family: 'latolight';
	margin-left: 8.98%;
}
#banner .slides a .full {
	position: relative;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#banner .slides a .full .txt {
	display: none;
}
#banner .slides a .normal img {
	position: absolute;
	right: 6.1%;
	top: 8.28%;
}
#banner .slides a .full img {
	width: 100%;
	min-width: 100%;
}
#banner .pagin {
	position: absolute;
	bottom: 12px;
	text-align: center;
	width: 100%;
	z-index: 400;
}
#banner .pagin a {
	background: url(../img/icons.png) 0 -270px no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 8px;
}
#banner .pagin a.active {
	background-position: -10px -270px;
}
#banner a.lft, #banner a.rgt {
	position: absolute;
	top: 46%;
	background: url(../img/icons.png) no-repeat;
	width: 19px;
	height: 40px;
	z-index: 400;
}
#banner a.lft { background-position: -20px -270px; left: 0; }
#banner a.rgt { background-position: -39px -270px; right: 0; }

/* featured products */
#featured_products {
	clear: both;
	border-top: 1px solid #CACACA;
	position: relative;
	overflow: hidden;
}
#featured_products h1 {
	font-size: 30px;
    font-family: 'latolight';
	font-weight: normal;
	line-height: 45px;
	margin: 0;
	text-align: center;
	color: #EF592B;
	border-bottom: 1px solid #CACACA;
	padding: 10px 0;
}
#featured_products .thmb {
	cursor: pointer;
	width: 33.33333333333333%;
	*width: 33.23%;
	height: 395px;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	text-align: center;
	padding-bottom: 15%;
	position: relative;
}
#featured_products .thmb.last { border-right: none }
#featured_products .thmb img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
#featured_products .txthldr {
	position: absolute;
	bottom: 10%;
	left: 0;
	display: block;
	padding: 0 5% 0 10%;
	text-align: left;
}
#featured_products .txthldr h2.cat, #featured_products .txthldr h3.f_title {
	font-weight: normal;
	margin: 0;
	font-family: 'latobold';
}
#featured_products .txthldr ins { text-decoration: none;color:#f05a2b }
#featured_products .txthldr .price del { color: #f00; }
#featured_products .txthldr h2.cat {
	color: #EF592B;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
#featured_products .txthldr h3.f_title {
	color: #252525;
	font-size: 18px;
	line-height: 20px;
}
#featured_products a.more {
	text-decoration: none;
	color: #f05a2b;
	border: 1px solid #f05a2b;
	padding: 5px 7px;
	font-weight: normal;
	font-family: 'latobold';
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	margin-top: 15px;
}

/* home bottom */
#homebottom {
	clear: both;
	background: #096698 url(../img/white-bg.gif) bottom repeat-x;
	position: relative;
}
#main_container.home #homebottom .wrapper {
	border-left: none;
	border-right: none;
	background-color: #fff;
	padding-bottom: 0;
}
#main_container.home .content {
	color: #fff;
	background-color: #0073B3;
	position: relative;
	margin: -6px -19px 0;
	*margin-top: -26px;
	*width: 925px;
	padding: 13px 68px 10px;
	text-align: center;
	font-size: 17px;
	line-height: 23px;
}
#main_container.home .logos {
  padding: 31px 0 38px;
  text-align: center;
  margin: 0 -19px;
}
#main_container.home .logos span {
	margin: auto 15px;
}
#main_container.home .logos img {
	vertical-align: middle;
}
/*#main_container.home .logos > span {
	width: auto;
    display: inline-block;
    vertical-align: middle;
}
#main_container.home .logos:after {
	content: "";
    width: 100%;
	height: auto;
    display: inline-block;
}*/  

 
   
/* ==========================================================================
   Sub pages
   ========================================================================== */

#titleBar {
	margin: 1px 0;
	color: #fff;
	padding: 5px 20px;
	font-weight: normal;
}
.contentTitle {
    font-family: 'latolight';
	margin: 0;
	font-weight: normal;
	font-size: 38px;
	line-height: 38px;
	padding-bottom: 10px;
	color: #EF592B;
}

/* Page Breadcrumbs */
ul.breadcrumbs {
	margin: 0;
	display: block;
	overflow: hidden;
	position: relative;
	list-style: none;
	padding: 5px 2.25%;
	background-color: #E6E7E8;
	line-height: 13px;
}
ul.breadcrumbs li {
	display: inline;
	font-size: 13px;
	line-height: 13px;
	color: #252525;
}
ul.breadcrumbs li.separator {
	padding: 0 5px;
	color: #0073B3;
}
ul.breadcrumbs li a {
	text-decoration: none;
	color: #252525;
}
.alignleft {
    float: left;
}

/* paginator */
.pagination {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.pagination a {
	text-decoration: none;
	text-align: center;
	color: #0073B3;
}
.pagination a.num, .pagination span.num, .pagination .page-numbers {
	border: 1px solid #0073B3;
	display: inline-block;
	padding: 3px 7px;
	color: #0073B3;
	text-indent: -4px;
	font-size: 17px;
	line-height: 17px;
	margin-left: -1px;
}
.pagination a.next, .pagination a.prev {
	line-height: 19px;
	padding: 3px 7px;
	border: none;
	font-size: 17px;
	line-height: 17px;
}
.pagination a.next {  }
.pagination span.current {
	background-color: #0073B3;
	color: #fff;
}
.topPgn {
}
.topPgn .pagination {
	margin-top: -20px;
	padding-bottom: 20px;
}

/* FAQ list */
ul.faqlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	padding-left: 3px;
	padding-right: 40px;
}
ul.faqlist h3 {
	font-family: 'latobold';
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	font-weight: normal;
}
ul.faqlist h3 a {
	color: #252525;
	text-decoration: none;
}
ul.faqlist li.flst {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #B7B7B7;
}
ul.faqlist dl {
	margin: 12px 0 0;
	clear: both;
}
ul.faqlist dl dt {
	color: #252525;
	font-family: 'latobold';
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding-left: 15px;
	position: relative;
}
ul.faqlist dl dt span {
	width: 9px;
	height: 10px;
	background: url(../img/icons.png) 0 -280px no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
}
ul.faqlist dl dt.drop span { background-position: -10px -280px; }
ul.faqlist dd {
	margin-left: 0;
	display: none;
}
	

/* ==========================================================================
   drop menu
   ========================================================================== */
#wooContent h1.widget_head {
	font-size: 21px;
	line-height: 21px;
	color: #41789B;
	font-weight: normal;
	font-family: 'latobold';
	margin-top: 0;
	position: relative;
	overflow: hidden;
}
#wooContent h1.widget_head a {
	font-size: 16px;
	color: #939597;
	font-family: 'latolight';
	text-decoration: none;
	float: right;
}
#wooContent ul.dropList {
	border-top: 1px solid #939597;
}
ul.dropList, ul.dropList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.dropList li {
	position: relative;
	border-bottom: 1px solid #939597;
}
ul.dropList li, ul.dropList li a{
	color: #252525;
	text-decoration: none;
	display: block;
}
ul.dropList li h5 {
	font-size: 16px;
	margin: 0;
	line-height: 16px;
	text-align: left;
	font-family: 'latobold';
	font-weight: normal;
	padding: 13px 6px;
}
ul.dropList ul {
	display: none;
	background-color: #F4F5F5;
	border-top: 1px solid #939597;
	padding: 3px 7px;
}
ul.dropList ul li {
	border-bottom: 0;
}
ul.dropList ul span.count, ul.dropList ul small.count { display: none }
ul.dropList a.wdgtdrop {
	display: block;
}
ul.dropList a.wdgtdrop:after {
	content: "";
	width: 10px;
	height: 6px;
	display: inline-block;
	background: transparent url(../img/icons.png) -48px -247px no-repeat;
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}
ul.dropList li.drop h5 {
	background-color: #F4F5F5;
}
ul.dropList li.drop ul {
	border-top: none;
}
ul.dropList li.widget_layered_nav ul li a:before, ul.dropList li.widget_brand_nav ul li a:before, ul.dropList li.widget_layered_nav ul li span:before, ul.dropList li.widget_brand_nav ul li span:before {
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 7px;
	display: inline-block;
	background: transparent url(../img/icons.png) 0 -291px no-repeat;
}
ul.dropList li.widget_layered_nav ul li span:before, ul.dropList li.widget_brand_nav ul li span:before {
	background-position: 0 -365px;
}
ul.dropList li.widget_layered_nav ul li span , ul.dropList li.widget_brand_nav ul li span { color: #999 }
ul.dropList li.widget_layered_nav ul li.chosen a:before, ul.dropList li.widget_brand_nav ul li.chosen a:before {
	background-position: 0 -303px;
}

/* filter */
ul.dropList #woocommerce_price_filter-3.widget_price_filter {
	padding: 20px 0 10px;
	background-color: #F4F5F5;
}
#woocommerce_price_filter-3.widget_price_filter .price_label .from, #woocommerce_price_filter-3.widget_price_filter .price_label .to {
	font-family: 'latobold';
	font-weight: normal;
}
ul.dropList .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ccc;
}
ul.dropList .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #0073b3;
    border: 0 none;
}
ul.dropList .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #004d77;
}

/* ==========================================================================
   thumb listing
   ========================================================================== */
#layout .woocommerce ul.products li.product-category {
	width: 19.14022517911975%;
	margin-right: 1.074718526100307%;
	margin-bottom: 2.1em;
}
#layout .woocommerce ul.products li.product-category.last { margin-right: 0 }

#layout .woocommerce ul.products li.product img {
	border: none;
}
#layout .woocommerce ul.products li.product-category.product img {
	border: 1px solid #D7CFCD;
}
#layout .woocommerce ul.products li.product {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #D7CFCD;
	padding: 0.5%;
}
#layout .woocommerce ul.products li.product-category.product {
	border: none;
	padding: 0;
}
#layout .woocommerce ul.products li h3 {
	color: #252525;
	font-family: 'latobold';
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 0;
}
#layout .woocommerce ul.products li h3 mark.count {
	color: #cacaca;
    font-family: 'latoregular';
	background-color: transparent;
	font-size: 14px;
	vertical-align: top;
}
#layout .woocommerce ul.products li span.price {
}
#layout .woocommerce ul.products li.product span.price * { font-weight: normal }
#layout .woocommerce ul.products li.product span.price del { display: inline }

#layout .related.products .woocommerce ul.products li h3 { font-size: 17px;line-height:19px; }

body div.pp_woocommerce div.ppt { display: none!important; }

/* woo warnings 
#main_container .woocommerce .woocommerce-error::before, #main_container .woocommerce .woocommerce-info::before, #main_container .woocommerce .woocommerce-message::before {
	left: auto;
	top: auto;
	vertical-align: middle;
	position: relative;
	margin-right: 5px;
}
#main_container .woocommerce .woocommerce-error, #main_container .woocommerce .woocommerce-info, #main_container .woocommerce .woocommerce-message {
	text-align: center;
	padding: 1em 2.5%!important;
}*/

/* tell a friend */
#main_container #TellAFriend_BoxContainer {
	height: auto;
	width: auto;
	-webkit-border-radius: inherit!important;
	-moz-border-radius: inherit!important;
	border-radius: inherit!important;
	border: 1px solid #999;
	left: auto!important;
	top: auto!important;
}
#main_container #TellAFriend_BoxContainer #TellAFriend_BoxContainerHeader {
	-webkit-border-radius: inherit!important;
	-moz-border-radius: inherit!important;
	border-radius: inherit!important;
	background-color: #0073b3;
	padding: 4px 10px;
}
#main_container #TellAFriend_BoxContainer #TellAFriend_BoxTitle {
	font-weight: normal;
	font-family: 'latobold';
	font-size: 18px;
	line-height: 22px;
}
#main_container #TellAFriend_BoxContainer #TellAFriend_BoxClose { width: auto }
#main_container #TellAFriend_BoxContainer #TellAFriend_BoxClose a {
	font-size: 0;
	text-indent: -999px;
	width: 16px;
	height: 16px;
	background: transparent url(../img/icons.png) -11px -315px no-repeat;
	display: block;
}
.product_media {
	margin: 10px 0;
}
.product_media a {
	background: transparent url(../img/icons.png) no-repeat;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}
.product_media a.pintbtn {
	width: 58px;
	height: 27px;
	background-position: 0 -338px;
	margin-right: 17px;
}
.product_media a.sfbtn {
	background-position: -37px -365px;
	font-size: 15px;
	line-height: 15px;
	padding-left: 27px;
	color: #252525;
    font-family: 'latobold';
}
#main_container .woocommerce span.onsale {
	background-color: #29B473;
}

#main_container .woocommerce .order_details {
	padding: 0;
}

a.printPage {
	float: right;
}
a.printPage span {
	background: transparent url(../img/icons.png) -13px -365px no-repeat;
	display: inline-block;
	width: 17px;
	height: 16px;
	vertical-align: middle;
	margin-right: 4px;
}

p#billing_address_1_field label:after {
	content: '(Billing address cannot be a PO Box)';
	font-size: 11px;
	color: #999;
	margin-left: 10px;
}

p#shipping_address_1_field label:after {
	content: '(Shipping address may be a PO Box or Physical address)';
	font-size: 11px;
	color: #999;
	margin-left: 10px;
}

/* ==========================================================================
   Cart print
   ========================================================================== */
body#cartprint header#head, body#cartprint #main_container {
	background-image: none;
}
body#cartprint #main_container .wrapper {
	border-left: none;
	border-right: none;
}
body#cartprint #main_container .wrapper #layout {
	padding-top: 0;
}
body#cartprint footer .copyright {
	padding-top: 20px;
	float: none;
	text-align: center;
}
body#cartprint .cart-collaterals .wc-proceed-to-checkout { display: none }
  

/* ==========================================================================
   Blog
   ========================================================================== */
#blogList.wrapper {
	overflow: hidden;
}
#blogList.wrapper .leftBlog {
	float: left;
	width: 27.75%;
	height: 100%;
	min-height: 100%;
	background-color: #F4F4F4;
	display: block;
	position: absolute;
}
#blogList.wrapper .rightBlog {
	margin-right: 2.25%;
	width: 68.5%;
	float: right;
	padding-top: 55px;
}
#blogList.wrapper .leftBlog aside {
	padding: 0 8.78%;
	padding-top: 60px;
}
.leftBlog aside h2.widgettitle {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	font-family: 'latobold';
	line-height: 24px;
	padding-bottom: 15px;
}
.leftBlog aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftBlog aside li {
	padding: 2px 0;
}
.leftBlog aside li a {
	color: #2F2F2F;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}
.leftBlog aside li a:before {
	content:">";
	font-size: 14px;
	color: #B4B4B4;
	margin-right: 6px;
}
#blogList.wrapper .rightBlog ul.postList {
	margin: 0;
	padding: 0;
	list-style: none;
}
#blogList.wrapper .rightBlog ul.postList li.lst {
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #D9D9D9;
}
#blogList.wrapper h1.postTitle {
	margin: 0 0 5px;
	font-family: 'latolight';
	font-size: 38px;
	font-weight: normal;
	line-height: 40px;
	text-indent: -4px;
	color: #EF592B;
}
#blogList.wrapper h1.postTitle a, #blogList.wrapper a.more-link { text-decoration: none }
#blogList.wrapper h2.postInfo {
	color: #727272;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 10px;
}
#blogList.wrapper img {
	border: 1px solid #D7CFCD;
}
#blogList.wrapper  div.ctrlnav {
	text-align: right;
	border-top: 1px solid #D7CFCD;
}
#blogList.wrapper  div.ctrlnav a { text-decoration: none }
#blogList.wrapper  div.ctrlnav a.back {
	float: left;
}


/* ==========================================================================
   Woocommerce Product
   ========================================================================== */
#wooContent {}

/* woocommerce message */
#main_container .woocommerce .woocommerce-error, #main_container .woocommerce .woocommerce-info, #main_container .woocommerce .woocommerce-message {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin: 0 0 1em !important;
}
/* woocommerce cart page */
.cart_totals table { width: 100%;margin-bottom: 20px; }
.cart_totals table th, .cart_totals table td {
	vertical-align: top;
}
.cart_totals table th {
	text-align: left;
}

/* woo product thumb */
.woocommerce .products {}
.woocommerce .products li {
	color: #2d2d2d;
}
.woocommerce ul.products li.product a .price, .woocommerce ul.products li.product .price {
	font-size: 14px;
	color: #2d2d2d;
}
.woocommerce a.thmbHead {
	min-height: 210px;
	display: block;
}
.woocommerce .products h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	padding-top: 0!important;
}
img.attachment-shop_catalog, img.attachment-shop_single {
	/*border: 1px solid #D6D6D6;*/
}
.woocommerce a.add_to_cart_button, .cart button.single_add_to_cart_button {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-indent: inherit;
	white-space: nowrap;
	background-image: none;
	width: auto;
	position: relative;
	text-decoration: none;
	background-color: #BFAB61;
	color: #fff;
	padding: 6px 10px 8px;
	font-family: 'latobold';
}
.woocommerce a.add_to_cart_button:before, .cart button.single_add_to_cart_button:before {
	content: "";
	width: 11px;
	height: 16px;
	background: transparent url(../img/icons.png) 0 -315px no-repeat;
	display: inline-block;
	margin-right: 7px;
}
.woocommerce a.add_to_cart_button:hover:before  {
	background-position: -135px -36px;
}

#wooContent div.images {
	float: left;
	display: inline-block;
	margin-right: 5%;
	width: 50%;
	position: relative;
}
#wooContent div.images img {
	width: 100%;
	height: auto;
}
#wooContent div.images .thumbnails {
	padding-top: 10px;
}
#wooContent div.images .thumbnails a {
	width: 22.825%;
	display: block;
	float: left;
	margin-right: 2.9%;
}
#wooContent div.images .thumbnails a.last {
	margin-right: 0;
}
#wooContent div.images .thumbnails a.first { clear: left }
#wooContent div.images .thumbnails a img {
	border: 1px solid #D6D6D6;
}

.cart button.single_add_to_cart_button {
	margin-top: 20px;
}
#wooContent div.summary {
	width: 45%;
	display: block;
	float: right;
}
#wooContent div.summary h1.product_title {
	margin-top: 0;
	font-family: 'latobold';
	font-size: 34px;
	line-height: 37px;
	font-weight: normal;
	margin-bottom: 10px;
}
#wooContent .woocommerce div.product p.price {
	font-size: 32px;
	line-height: 32px;
	color: #252525;
}
.stock.in-stock { display: none }
#wooContent .woocommerce div.product p.price del {
	color: #f00;
	font-size: 20px;
}
#wooContent .woocommerce div.product p.price del, .woocommerce div.product span.price del { display: inline }
#wooContent .woocommerce div.product p.price ins, .woocommerce div.product span.price ins { text-decoration: none }


#wooContent div.summary form.cart input.input-text.qty { width: 40px;padding-right:3px }
#wooContent div.summary form.cart .quantity label { padding-right: 5px;}
td.product-quantity .quantity label { display: none }

#wooContent .woocommerce div.product .product_meta {
	clear: both;
	display: inline-block;
	margin: 10px 0;
	font-size: 13px;
	color: #252525;
}

/* attributes */


/* variation */
#wooContent .woocommerce div.product .prod_attrs, #wooContent .woocommerce div.product .variations_button {
	display: inline-block;
	vertical-align: top;
}
#wooContent .woocommerce div.product .prod_attrs a.reset_variations, #wooContent .woocommerce div.product .single_variation_wrap .woocommerce-variation.single_variation { display: none!important;}
#wooContent .woocommerce div.product .prod_attrs label, #wooContent .woocommerce div.product .variations_button .quantity label {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
    font-family: 'latoregular';
	font-weight: normal;
	padding: 5px 0;
}
#wooContent .woocommerce div.product .prod_attrs select { width: auto; }
#wooContent .woocommerce div.product .variations_button { display: inline-block }
#wooContent .woocommerce div.product .variations_button div.quantity { float:none;display:inline-block }
#wooContent .woocommerce .variations_button buttom.single_add_to_cart_button, #wooContent .woocommerce div.product form.cart .variations_button .button.single_add_to_cart_button {
	vertical-align: bottom;
	display:inline-block;
	float:none!important;
}

/* related products */
#wooContent .related {
	padding-top: 18px;
	margin-top: 20px;
	border-top: 1px solid #D6D6D6;
}
#wooContent .related h2 {
	font-family: 'latoregular';
	font-weight: normal;
	font-size: 20px;
	color: #252525;
	margin-top: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer { 
	clear: both;
	width: 100%;
	padding-bottom: 10px;
}
/* Footer menu */
footer .footer_menu {
	background-color: #EFEFEF;
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 34px 0;
}
footer #fmenu, footer #fmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer #fmenu li {
}
footer #fmenu li a { display:none }
footer #fmenu li ul.sub-menu a { display:inline-block }
footer #fmenu {
	position: relative;
}

footer #fmenu li.col1, footer #fmenu li.col2, footer #fmenu li.col3 {
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-right: 1px solid #DFDFDF;
	min-height: 173px;
}
footer #fmenu li.col1 { width: 16.9921875% }
footer #fmenu li.col2 { width: 43.65234375%; padding-left: 4.1015625%; }
footer #fmenu li.col3 { width: 20.80078125%; padding-left: 3.80859375%; }
footer .footer_menu .col4 {
	text-align: center;
	padding-top: 40px;
}

footer #fmenu li ul.sub-menu { }
footer #fmenu li ul.sub-menu li a {
	color: #727272;
	font-family: 'latobold';
	font-size: 12px;
	text-decoration: none;
}
footer #fmenu li ul ul.sub-menu {
	padding-top: 2px;
}
footer #fmenu li ul ul.sub-menu li {
	line-height: 17px;
}
footer #fmenu li ul ul.sub-menu a {
	font-family: 'latoregular';
	line-height: 12px;
}
/* col 2 */
footer #fmenu li.col2 ul ul.sub-menu {
	 -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
}
html.no-csscolumns footer #fmenu li.col2 ul.sub-menu ul.sub-menu {
	width: 100%;
	*width: 98%;
}
html.no-csscolumns footer #fmenu li.col2 ul.sub-menu ul.sub-menu li {
	float: left;
	width: 50%;
	position: relative;
	display: block;
	overflow: hidden;
}

/* footer menu mobile */
footer .mobile_footer_menu {
	background-color: #0073B3;
	position: relative;	
	padding: 0 12px 20px;
	margin-top: 20px;
}
footer .mobile_footer_menu .newsltr_div {
	display: block;
	position: relative;
}
footer .mobile_footer_menu a.sc1, footer .mobile_footer_menu a.sc2, footer .mobile_footer_menu a.sc3, footer .mobile_footer_menu a.sc4 {
	display: block;
	line-height: 44px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	float: left;
}
footer .mobile_footer_menu a.sc1, footer .mobile_footer_menu a.sc3 {
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .mobile_footer_menu a.sc1 {	width: 63.97306397306397%; }
footer .mobile_footer_menu a.sc2 {	width: 36.02693602693603%; }
footer .mobile_footer_menu a.sc3 {	width: 37.37373737373737%; }
footer .mobile_footer_menu a.sc4 {	width: 62.62626262626263%; }
footer .mobile_footer_menu a.sc1:before {
	content:"";
	width: 12px;
	height: 9px;
	background: transparent url(../img/icons.png) -7px -7px no-repeat;
	display: inline-block;
	position: relative;
	left: -5px;
}

footer .lftr {
	float: left;
	padding-top: 10px;
	display: inline;
	color: #727272;
	font-size: 12px;
	font-family: 'latoregular';
}
footer .lftr b {
	font-family: 'latobold';
	font-weight: normal;
}
footer .copyright {
	padding-top: 10px;
	text-align:left;
	color: #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: auto;
	float: right;
}
footer .copyright img {
	position: relative;
	margin: 0 auto 20px;
}
footer .copyright a {
	text-decoration:underline;
	padding: 0 10px;
	color: #ccc;
}
/* ==========================================================================
   Global stuff
   ========================================================================== */
ul.lists { list-style: none; margin: 0;padding:0 }
ul.lists li {
	background: transparent url(../img/sprites.png) -1680px -36px no-repeat;
	padding: 3px 0 3px 13px;
}
ul.lists li ul {
	margin: 0;
	padding-left: 10px;
	list-style: disc;
}
ul.lists li li {
	padding-left: 5px;
	background-image: none;
}
.woocommerce { clear:both }
#main_container button,
#main_container input[type="button"],
#main_container input[type="reset"],
#main_container input[type="submit"], #main_container .woocommerce #respond input#submit, #main_container .woocommerce a.button, #main_container .woocommerce button.button, #main_container .woocommerce input.button,
#main_container .woocommerce #respond input#submit.alt,#main_container  .woocommerce a.button.alt,#main_container .woocommerce button.button.alt,#main_container .woocommerce input.button.alt,
ul.dropList .woocommerce button.button, ul.dropList.woocommerce input.button {
	padding: 7px 14px;
    font-size: 16px;
	line-height: 16px;
	font-family: 'latobold';
	font-weight: normal;
	color: #f05a2b;
	border: 1px solid #f05a2b!important;
	text-transform: uppercase;
    background: #FFF;
    cursor: pointer;
	-webkit-border-radius: inherit!important;
	-moz-border-radius: inherit!important;
	border-radius: inherit!important;
}
#main_container .woocommerce .summary.entry-summary form.cart button.single_add_to_cart_button {
	padding-left: 10px;
}
#main_container form label { color: #333 }
#main_container .woocommerce h3 label { color: #2D2D2D }
#main_container input, #main_container textarea, #main_container .woocommerce form .form-row textarea, #main_container .woocommerce form select  {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	padding: 7px 10px;
}
#main_container .select2-container .select2-choice {
	/*box-shadow: inset 0 0 5px #ccc;
	-o-box-shadow: inset 0 0 5px #ccc;
	-moz-box-shadow: inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	-khtml-box-shadow: inset 0 0 5px #ccc;*/
}
#main_container .woocommerce form .form-row.woocommerce-validated .select2-container, #main_container .woocommerce form .form-row.woocommerce-validated input.input-text, #main_container .woocommerce form .form-row.woocommerce-validated select {
	border-color: #999;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
}

/* ==========================================================================
   Hack
   ========================================================================== */
/* IE8.0 Hack! 
@media \0screen {
    body {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = "./img/bg.jpg", sizingMethod = 'scale');}
	#cta ul li a span { left: 0; top: 40%; }
	}
}*/
/* IE7.0 Hack! 
*+html body {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = "./img/bg.jpg", sizingMethod = 'scale');}
*+html	#cta ul li a span { left: 0;top: 40%; }
*/

/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hide {
	display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width : 599px){
    /* Style adjustments for viewports that meet the condition */
	.desktop_vw, .normal_vw, .desktop_vw_inline, .hdnOnMobile, .desktop_tab_vw, .desktop_tab_vw_inline { display:none!important; }
	.mobile_vw_inline { display:inline; }
	.mobile_vw, .tab_mobile_vw, .block { display:block; }
		
	header .wrapper, #main_container .wrapper, footer .wrapper {
		width: 100%;
	}
	header#head {
		padding: 19px 12px 0 12px;
		background-image: none;
	}
	header#head .wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}	
	header#head h1 {
		padding-left: 12px;
		padding-bottom: 14px;
	}
	header#head h1 img { width: 164px; height:auto }	
	
	header#head .top_menu {
		width: 73px;
		padding-top: 9px;
	}
	
	/* menu */
	#head nav {
		display: block;
		position: relative;
		height: 49px;
	}
	
	.m_search_holder { 
		padding-top: 0;
		width: 58px;
		height: 49px;
		border-left: 1px solid #fff;
	}
	.m_search_holder #searchForm { 
		display: none;
		width: 176px;
		position: absolute;
		margin-top: 1px;
	}
	.m_search_holder .autocomplete-suggestions {
		top: 76px;
		width: 100%;
		display: none;
	}
	.m_search_holder.focus #searchForm, .m_search_holder.focus .autocomplete-suggestions {
		display: block;
	}
	
	/* content */
	#main_container {
		background-image: none;
	}
	#main_container .wrapper {
		width: auto;
		display: block;
		padding: 0 12px;
		border: none;
	}
	#layout {
		padding: 10px 2.5%;
	}
	#layout .colmn1, #layout .colmn2 {
		margin-bottom: 20px;
		float: none;
		width: auto!important;
	}
		
	/* home page */
	
	/* slide banner */
	/*#banner { height: 330px }
	#banner .slides a {
		text-align: center;
		line-height: inherit;
	}
	#banner .slides a .txt { display: none }
	#banner .slides a img {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		display: inline-block;
		max-width: 100%;
	}
	#banner .slides a .full img {
		width: auto!important;
		min-width: inherit;
		height: 100%;
		min-height: 100%;
		max-width: none;
		position: absolute;
		left: -50%;
		top: 0;
	}*/
	#banner { height: 170px }
	#banner a.lft, #banner a.rgt { top:38% }
	#banner .slides a { line-height: 170px; }
	#banner .slides a .normal img {
		top: 0;
		right: 0;
		width: 50%;
	}
	#banner .slides a .txt {
		margin-left: 4%;
		width: 45%;
		font-size: 18px;
		line-height: 21px;
	}
	
	/* featured products */
	#featured_products {
		border-top: none;
	}
	#featured_products .thmb {
		width: 100%;
		height: auto;
		float: none;
		overflow: hidden;
		position: relative;
		border-bottom: 1px solid #CACACA;
		border-right: none;
		text-align: left;
		padding: 30px 0;
	}
	#featured_products .thmb img {
		width: 48%;
	}
	#featured_products .txthldr {
		padding: 0;
		left: auto;
		width: 48%;
		right: 0;
		bottom: 20%;
	}
	#featured_products .txthldr h2.cat { font-size: 12px;margin-bottom:3px }
	#featured_products .txthldr h3.f_title { font-size: 16px; }
	
	
	/* sub page */
	
	ul.breadcrumbs {
		background-color: transparent;
		padding: 15px 2px;
	}
	ul.breadcrumbs li, ul.breadcrumbs li a { font-size: 15px;color:#8D8C8C }
	
	/* FAQ list */
	ul.faqlist {
		margin-top: 0;
		padding-left: 3px;
		padding-right: 0;
	}
	
	.pagination {
		float: none;
		text-align: center;
	}
	
	/* blog */
	#blogList.wrapper .leftBlog {
		float: none;
		width: auto;
		height: auto;
		min-height: auto;
		position: relative;
	}
	#blogList.wrapper .rightBlog {
		margin-right: 0;
		width: auto;
		float: none;
		padding-top: 0;
	}
	#blogList.wrapper .leftBlog aside {
		padding: 2.25%;
		margin-bottom: 20px;
	}
	.leftBlog aside li {
		display: inline-block;
		margin-right: 10px;
	}
	.leftBlog aside li a {
		color: #2F2F2F;
		font-size: 14px;
		line-height: 14px;
		text-decoration: none;
	}
	.leftBlog aside li a:before {
		content:">";
		font-size: 14px;
		color: #B4B4B4;
		margin-right: 6px;
	}
	#blogList.wrapper .rightBlog ul.postList {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#blogList.wrapper .rightBlog ul.postList li.lst {
		padding: 0 0 10px 0;
		margin-bottom: 15px;
		border-bottom: 1px solid #D9D9D9;
	}
	#blogList.wrapper h1.postTitle {
		margin: 0 0 5px;
		font-family: 'latolight';
		font-size: 38px;
		font-weight: normal;
		line-height: 40px;
		text-indent: -4px;
		color: #EF592B;
	}
	#blogList.wrapper h1.postTitle a, #blogList.wrapper a.more-link { text-decoration: none }
	#blogList.wrapper h2.postInfo {
		color: #727272;
		font-size: 15px;
		font-weight: normal;
		margin: 0 0 10px;
	}
	#blogList.wrapper img {
		border: 1px solid #D7CFCD;
	}
	#blogList.wrapper  div.ctrlnav {
		text-align: right;
		border-top: 1px solid #D7CFCD;
	}
	#blogList.wrapper  div.ctrlnav a { text-decoration: none }
	#blogList.wrapper  div.ctrlnav a.back {
		float: left;
	}
	
	
	/* footer */
	footer {
		position: relative;
		height: auto;
		padding-top: 0;
	}
	footer .footer_menu, footer .copyright {
		float: none;
		display: block;
		position: relative;
	}	
	footer .copyright {
		text-align: center;
		color: #6E6E6E;
	}
	footer .copyright a { color: #6E6E6E;padding: 0 5px; }
	
	
	footer .sub_nav {
		clear: both;
		width: 100%;
		border-top: 1px solid #fff;
		font-size: 0;
	}
	footer .sub_nav a {
		width: 25%;
		text-align: center;
		text-decoration: none;
		line-height: 44px;
		font-size: 15px;
		color: #fff;
		display: inline-block;
		border-right: 1px solid #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	footer .sub_nav a:last-child {
		border-right: none;
	}
	
	/* product list */
	/* thumb listing */
	#main_container .woocommerce ul.products li.product, #layout .woocommerce-page ul.products li.product {
		display: block;
		clear: both!important;
		float: none;
		width: auto;
		position: relative;
		margin: 0 20px 0 0;
		border: none;
	}
	#main_container .woocommerce ul.products li.product, #layout .woocommerce-page ul.products li.product {
		display: block;
		clear: both!important;
		float: none;
		width: auto;
		position: relative;
		margin: 0 20px 0 0;
		border: none;
	}
	#layout .woocommerce ul.products li.product img {
		border: 1px solid #D7CFCD;
	}
	
	/* filter */
	#wooContent h1.widget_head {
		background-color: #0073B3;
		color: #fff;
		padding: 12px 13px;
		position: relative;
		margin: 0 -2.5%;
	}
	#wooContent h1.widget_head:after {
		content:"";
		width: 15px;
		height: 7px;
		display: inline-block;
		margin-left: 10px;
		background: transparent url(../img/icons.png) -43px -310px no-repeat;
		vertical-align: top;
		margin-top: 8px;
	}
	#wooContent h1.widget_head a {	color: #fff;	}
	#wooContent ul.dropList {
		margin: 0 -2.5%;
		border-top: none;
	}
	#wooContent ul.dropList li h5 { padding:13px 20px; background-color:#E1E1E1 }
	#wooContent ul.dropList li.drop h5, #wooContent ul.dropList li, #wooContent ul.dropList #woocommerce_price_filter-3.widget_price_filter { background-color: #D0D0D0 }
	#wooContent ul.dropList ul { padding: 3px 20px 10px; background-color:#D0D0D0 }
	#wooContent ul.dropList .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: #999 }
	
	#wooContent div.images, #wooContent div.summary {
		float: none;
		display: block;
		margin-right: auto;
		width: auto;
	}
	#wooContent div.summary {
		padding-top: 20px;
	}
	.woocommerce a.thmbHead {
		min-height: 200px;
	}
	
	
	/* featured */
	#featured_products {
		padding-top: 0;
	}
}

/* smallest mobile view */
@media only screen and (min-width : 150px) and (max-width : 400px){
	#head nav .m_cart_holder.focus { position: static!important }
	#cartplus-dropdown {
		width: 95%;
		padding: 2.5%;
		margin-right: 0!important;
		left: 0;
	}
	.topContent .wooFiltr .orderby {
		/*display: block;
		margin-left: 53px;*/
		margin-top: 5px;
	}
	
	/* slide banner */
	#banner { height: 140px }
	#banner .slides a { line-height:140px }
	
	
	#main_container .woocommerce ul.products li.product .onsale { left: -2.5%;right:auto }
	#main_container .woocommerce ul.products li.product img.wp-post-image {
		width: 39.59731543624161%;
		float: left;
	}
	#main_container .woocommerce ul.products li.product span.thumb-info {
		display: inline-block;
		float: right;
		width: 53.69127516778523%;
	}
	#main_container .woocommerce ul.products li.product h3 , #layout .woocommerce-page ul.products li.product h3 {
		line-height: 18px;
		font-size: 16px;
	}
	#main_container .woocommerce ul.products li.product.product-category, #layout .woocommerce-page ul.products li.product.product-category {
		float: left;
		clear: none!important;
		display:: inherit;
		margin: inherit!important;
	}
	#main_container .woocommerce ul.products li.product.product-category h3 , #layout .woocommerce-page ul.products li.product.product-category h3 {
		line-height: 20px;
		font-size: 19px;
		text-align: center;
	}
	#featured_products .txthldr {
		top: 10%;
		bottom: auto;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



@media only screen and (min-width : 600px) and (max-width : 900px){
	.desktop_vw, .desktop_vw_inline { display:none!important; }
	.tab_mobile_vw { display:block; }
	
	body { }
	header#head, header .wrapper {
	}
	.wrapper {
		width: 100%;
	}
	#main_container .wrapper {
		border: none;
	}
	.m_search_holder { display: none }
	/* menu */
	#head nav ul#menu {
		display: block;
		text-align: center;
		padding-left: 0;
	}
	ul#menu li.level-0 a.level-1 {
		padding: 0 15px 0 14px;
		font-size: 15px;
	}
	
	/* home */
	#banner {	}
	#banner .slides {	}
	#banner .slides a {	}
	#banner .slides a .txt {
		font-size: 40px;
		line-height: 40px;
		margin-left: 0;
	}
	#banner .slides a img { right: 0; }
	
	#main_container.home .content {
		padding: 13px 28px 10px;
	}
	#main_container.home .logos {
		padding: 31px 20px 8px;
		text-align: center;
	}
	#main_container.home .logos span {
		margin: 0 2%;
	}
	
	/* FAQ list */
	ul.faqlist {
		margin-top: 0;
		padding-left: 3px;
		padding-right: 0;
	}
	
	
	footer .footer_menu .wrapper {
		margin: 0 2%;
	}
	footer .lftr { padding-left: 12px }
}


@media only screen and (min-width : 600px) and (max-width : 800px){
	
	ul#menu li.level-0 a.level-1 {
		padding: 0 7px;
	}
	/* home */
	#banner {	}
	.slides {	}
	#banner .slides a .txt {
		font-size: 38px;
		line-height: 38px;
		width: 241px;
		margin-left: 0;
	}
	#banner .slides a img {
		top: 15%;
		width: 350px;
	}
	
	/* featured products */
	#featured_products { }
	#featured_products .thmb {
		height: 350px;
	}
	
	/* product list */
	#woocommerce_price_filter-3.widget_price_filter .price_label {
		display: block;
		clear: both;
		text-align: center;
	}
	
	#main_container .columns-5 ul.products li.product, #wooContent .woocommerce.columns-5 ul.products li.product, #main_container .woocommerce-page.columns-6 ul.products li.product, #main_container .woocommerce.columns-6 ul.products li.product {
		width: 48%;
	}
	/*	width: 32.2%;
	}
	#main_container .woocommerce ul.products li.product:nth-child(2n), #main_container .woocommerce-page ul.products li.product:nth-child(2n) {
		float: left;
	}
	#main_container .woocommerce ul.products li.product:nth-child(3n), #main_container .woocommerce-page ul.products li.product:nth-child(3n) {
		clear: right !important;
		float: right;
	}
	#wooContent ul.products li a.add_to_cart_button {
		text-align: center;
		white-space: normal;
	}*/
	
	/* footer */
}

@media only screen and (min-width: 900px) {
	
}

@keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}
/* Firefox */
@-moz-keyframes fadein { 
    from { opacity:0; }
    to { opacity:1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
   from { opacity:0; }
    to { opacity:1; }
}
@-o-keyframes fadein { /* Opera */
    from { opacity:0; }
    to { opacity:1; }
}
@keyframes fadeout {
    from { opacity:1; }
    to { opacity:0; }
}
/* Firefox */
@-moz-keyframes fadeout { 
    from { opacity:1; }
    to { opacity:0; }
}
@-webkit-keyframes fadeout { /* Safari and Chrome */
   from { opacity:1; }
    to { opacity:0; }
}
@-o-keyframes fadeout { /* Opera */
    from { opacity:1; }
    to { opacity:0; }
}