ï»¿/*
Theme Name: NicheLabs Responsive Theme 
Theme URI: http://nichelabs.com/
Description: Search engine optimized theme. Theme designed by <a href="http://nichelabs.com" target="_blank">NicheLabs LLC</a>.
Version: 1.1
Author: NicheLabs LLC
Author URI: http://nichlabs.com
*/
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin:0;
 	padding:0;
	outline: 0;
	box-sizing: border-box;
}
body {
	background: #fff;
	color:#6a5443;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
#brochure {
	position: fixed;
	bottom: 0;
	right: 156px;
	padding: 2px;
	width: 244px;
	border: 1px solid #fff;
	border-bottom: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(102,102,102,0.25);
-moz-box-shadow: 0px 0px 4px 1px rgba(102,102,102,0.25);
box-shadow: 0px 0px 4px 1px rgba(102,102,102,0.25);
	z-index: 999999;
	text-align: center;
}
#brochure a {
	display: block;
	padding: 8px 8px 7px;
	background: #281400 ;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	font-weight: 700;
}
#brochure a:hover {
	background: #5b2d00;
}
body .cd-mob-chat-widget {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: noneimportant;
  background-color: #281400;
  background-image: url("https://clickdesk.s3.amazonaws.com/chat_bar/images/up-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  border-color: #fff;
  border-image: none;
  border-radius: 8px 8px 0 0;
  border-style: solid;
  border-width: 3px 3px 2px;
  box-shadow: 0 0 4px #666;
  color: #fff;
  display: block;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 1px;
  padding: 4px 5px;
  text-align: center;
  z-index: 9999;
  bottom: 0;
}
/* Tags */
h1, h1 a {
	font-size: 30px;
	margin:0 0 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #66350d;
}
.blog h1 {font-size: 34px;}
h2, h2 a {
	text-decoration: none;
	font-size: 24px;
	margin:0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #66350d;
}
#page9 h2 {text-align: center;margin-bottom: 100px;}
h3, h3 a {
	font-size: 21px;
	margin:0 0 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
}
#page9 h3, #page9 h3 a {
	margin-bottom: 40px;
}
h4, h4 a,h5,h5 a,h6,h6 a {
	font-size: 18px;
	margin:0 0 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #333333;
}
h1 a:hover, h2 a:hover,h3 a:hover,h4 a:hover {
	text-decoration: none;
}
p {
	margin:0 0 28px;
	line-height: 1.5em;
}
ul,ol {
	margin:0 0 28px 40px;
}
li {
	padding:0 0 0 5px;
	line-height: 1.5em;
	margin:0 0 8px 0;
}
ul ul {
	margin: 0 0 0 30px;
	list-style: disc;
}
ul ul li,ol ol li {
	margin: 0;
}
ol {
    counter-reset: item;
    list-style-type: none;
}
ol li:before {
    content: '#' counter(item, decimal) '. ';
    counter-increment: item;
	font-weight: 700;
}
hr {
	background: #ddd;
	height: 1px;
	border: 1px solid #ddd;
}
img {max-width: 100%;height: auto;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}
.alignright {
	float: right;
	margin: 0 0 40px 40px;
}
/* Links */
a {
	text-decoration:none;
	/*color: #dbbd41;*/
	color: #5F411D;
}
a:hover {
	/*color:#303030;*/
	color: #dbbd41;
}
a img {
	border:0;
}
#wrapper {
}
/* Header */
#header {
	width: 100%;
	margin:0 auto;
	background: #fff;
}
@media screen and (min-width: 786px) and (min-height:400px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 9999;
		height: 114px;
	}
}
#header-top-wrapper {
	background: #5f411d;
	padding: 0 15px;
}
#header-top {
	max-width:1224px;
	height: 64px;
	padding: 32px 0 0;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
}
#header-bottom-wrapper {
	padding: 0 15px;
}
#header-bottom {
	max-width:1250px;
	margin: 0 auto;
}
#top-nav {
	flex-grow: 1;
	text-align: right;
	padding-top: 5px;
}
#top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#top-nav ul li {
	display: inline-block;
	margin: 0 0 0 28px;
	padding: 0;
}
#top-nav ul li a {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
#top-nav ul li a:hover {
	text-decoration: none;
	color: #dbbd41;
}
.logo {
	width: 60px;
	height: 60px;
	margin-top: -30px;
}
.social-nav {
	text-align: left;
	flex-grow: 1;
}
.social-nav ul {
	list-style: none;
	margin: 0;
	height: 0;
}
.social-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
.social-nav ul li a {
	display: block;
	text-indent: -9999px; 
	height: 32px;
	width: 32px;
	position: relative;
	text-align: center;
}
.social-nav ul li a:after {
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 20px;
	display: block;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.social-nav ul li a:hover:after {
	color: #dbbd41;
}
.social-nav ul li.fb a:after {
	content: '\f09a';
}
.social-nav ul li.tw a:after {
	content: '\f099';
}
.social-nav ul li.ln a:after {
	content: '\f16d';
}
.social-nav ul li.gp a:after {
	content: '\f0d5';
}
.social-nav ul li.pin a:after {
	content: '\f0d2';
}
#search {
	width: 250px;
	margin-top: 10px;
        position: relative;
        left: 18px;
}
#search input[type=text] {
	max-width: 190px;
	height: 32px;
	padding: 5px;
	margin: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:#5f411d;
	font-weight: normal;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#search input[type=submit] {
	width: 32px;
	height: 32px;
	background: url(img/search_bttn.jpg) bottom center no-repeat;
	vertical-align: bottom;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#nav-wrapper { 
	height: 50px;
	position: relative;  
	z-index: 999;
}
#main-nav .select-menu {display: none;}
/*
.menu  {
	list-style: none;
	height: 27px; 
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
}
.menu li {
	flex-grow: 1;
	text-align: center;
	padding: 0;
	position: relative;
}
.menu li:first-child {
	margin-left: 0;
}
.menu li a {
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color:#5f411d;
	height: 20px;
	line-height: 27px;
	font-weight: normal;
}
.menu li ul,
.menu li ul li ul,
.menu li ul li ul li ul {
	display: block;
	visibility: hidden;
	opacity: 0;
	background: #f1f1f1;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 90;
	text-align: center;
	list-style:none;
	width: 100%;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}
.menu li.logins {
	width: 95px;
	height: 40px;
	text-align: center;
	border: 1px solid #e4912c;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fc951b;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(193,182,170,1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(193,182,170,1);
	box-shadow: 2px 2px 2px 0px rgba(193,182,170,1);
}
.menu li.logins a {
	line-height: 40px;
	color: #fff;
}
.menu li.logins:after {content: '';}
.menu li.logins ul {display: none;}
.menu li ul li ul {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.menu li ul li ul,
.menu li ul li ul li ul {
	left: 100%;
	top: 0;
}
.menu ul li {
	display: block;
	float: none;
	margin: 4px 0;
	padding: 0 20px;
	height: 27px;
	text-align: left;
}
.menu ul > li:hover {
	background: #273461;
}
.menu ul > li:hover > a {
	color: #fff;
}
.menu li li a {
	display: block;
	color: #212121;
	margin: 0 !important;
	padding-right: 25px;
	width: auto !important;
	font-size: 20;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 27px;
	height: auto !important;
	text-indent: 0;
	white-space: nowrap;
}
.menu li li ul {
	position: relative;
	top: 0px;
	left: 0;
	padding: 0;
}
.menu li li ul li {
}
.menu li li li a {
	font-weight: normal;
}
	
.menu li:hover > ul {
	visibility: visible;
	opacity: 1;
}
*/
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
}
ul.menu li {
	flex-grow: 1;
	text-align: center;
	margin: 0;
	padding: 0;
}
ul.menu li a {
	text-decoration: none;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color:#5f411d;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	position: relative;
}
ul.menu > li.menu-item-has-children:hover a:after {
	display: block;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #dbbd41;
	position: absolute;
	bottom: 0;
	left: 45%;
}
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul.menu ul {
	display: -webkit-box;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	flew-wrap: wrap;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	min-height: 32px;
	width: auto;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	background: #dbbd41;
	margin: 0;
	padding: 0;
}
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul.menu li:hover > ul {
	visibility: visible;
	opacity: 1;
}
ul.menu li ul li {
	float: none;
	flex-grow: 0;
	margin: 0 10px;
}
ul.menu li ul li a {
	line-height: 20px;
	padding: 5px 0;
}
ul.menu li ul li a:hover {
	color: #fff;
}
/*** Slideshow ***/
#slideshow-wrapper { 
	display: block;
}
@media screen and (min-width: 786px) and (min-height:400px) {
	#slideshow-wrapper { 
		margin-top: 114px;
	}
}
#slideshow { clear:both; margin: 0 auto; position: relative;}

#logo {
	width: 199px;
	width: 18vw;
	height: auto;
	margin: 0 auto;
}

#slides {position:relative; padding: 0;margin: 0;/*max-width:1366px;*/ overflow:auto;}
#slides img {width: 100%;}
.slidesjs-navigation {
	text-indent: -9999px; 
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background: #5f411d;
	position: absolute;
	top: 45%;
	z-index: 999;
}
.slidesjs-navigation:after {
	padding: 20px;
	font-size: 18px;
	font-family: 'FontAwesome';
	color: #fff;
	display: block;
	text-indent: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.slidesjs-previous {
	left: 0;
}
.slidesjs-previous:after {
	content: '\f053';
}
.slidesjs-next {
	right: 0;
}
.slidesjs-next:after {
	content: '\f054';
}
#caption-wrapper {
	position: absolute;
	bottom: 0;
	right: 10%;
	max-width: 500px;
	width: 100%;
	height: 100%;
	padding-top: 10%;
	z-index: 500;
	text-align: center;
}
.slide-caption {
	font-size: 43px;
	font-size: 4.3vw;
	line-height: 1.2em;
	font-family: 'Open Sans', sans-serif;
	color: #66350d;
}
#home-product-boxes-wrapper {
	clear: both;
	padding: 0 15px;
	text-align: center;
}
#home-product-boxes {
	max-width: 1425px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	display: -webkit-box;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.home-product-box {
	vertical-align: top;
	position: relative;
	max-width: 286px;
	max-height: 261px;
	width: 20%;
	margin: 14px;
	overflow: hidden;
	margin-bottom: 15px;
}
.home-product-box-content {
	visibility: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	padding-top: 16%;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background: rgba(66,35,18,.6);
	z-index: 99;
	color: #fff;
	font-size: 12px;
	overflow-y: scroll;
}
.home-product-box-icon img {
	display: block;
}
.home-product-box-title {
	color: #fff;
	background: rgba(122,76,22,.6);
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 5px 0;
}
.home-product-box-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home-product-box-title h2 {
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	font-size: 2vw;
	display: block;
	width: 100%;
}
.home-product-box:hover .home-product-box-title {
	display: none;
}
.home-product-box:hover .home-product-box-content {
	visibility: visible;
	opacity: 1;
}
.home-product-box-content h3 {
	color: #fff;
	background: rgba(66,35,18,.4);
	font-size: 14px;
	font-weight: 600;
	padding: 6px 14px;
}
.home-product-box-content p {
	padding: 0 14px;
	margin-bottom: 5px;
}
.home-product-box-content p a:hover {
	color: #fff;
}
/** Home Boxes **/
#home-product-boxes-wrapper,
#home-boxes-wrapper {
	clear: both;
	padding: 0 15px;
	text-align: center;
}
.page-description #home-product-boxes-wrapper {
	clear: both;
	padding: 0 15px;
	text-align: center;
	margin: 0 -28px;
}

#home-product-boxes,
#home-boxes {
	max-width: 1430px;
	margin: 0 auto;
	position: relative;
	z-index: 15;
	display: -webkit-box;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.page-description #home-product-boxes-wrapper #home-product-boxes {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.home-product-box,
.home-box {
	vertical-align: top;
	position: relative;
	max-width: 286px;
	max-height: 261px;
	width: 20%;
	margin: 14px;
	overflow: hidden;
	margin-bottom: 15px;
}
.home-box-icon img {
	display: block;
}
.home-box-title {
	color: #fff;
	background: rgba(122,76,22,.6);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
}
.home-box-title h2,
.home-box-title h2 a {
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	font-size: 2vw;
	display: block;
	width: 100%;
}
/* Sidebars */
#leftside {
	clear:left;
	float:left;
	line-height:1.5em;
	margin:0 0 5px;
	padding:0;
	width: 330px;
}
#rightside {
	max-width: 326px;
	width: 280px;
	float: right;
	padding-left: 20px;
}
#right-wrapper {
	max-width: 326px;
	width: 25%;
	padding-left: 15px;
	order: 2;
}
#categories,
#archives {
	padding-bottom:10px;
	margin-bottom: 10px;
}
#categories h2,
#archives h2 {
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: none;
	padding-bottom: 0;
    color: #66350d;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}
#categories ul,
#archives ul {
	margin: 0 0 10px 40px;
	padding: 0;
}
#categories ul li,
#archives ul  li{
	padding: 0;
}
#categories ul li a,
#archives ul  li a{
	font-size: 16px;
	text-decoration: none;
}
#calendar-wrapper {
	width: 100%;
	margin: 0 auto;
}
#calendar {
	width: 100%;;
}
#calendar table {
	width: 100%;
	border-collapse:collapse;
}
#calendar table caption {
	padding: 5px;
	font-size: 16px;
	text-transform: uppercase;
}
#calendar table th {
}
#calendar table th,
#calendar table tbody td {
	text-align: center;
	font-size: 14px;
	padding: 5px;
}
#calendar table tfoot td#next {
	font-size: 12px;
	color: #5F411D;
}
#calendar table tfoot td#prev a, 
#calendar table tfoot td#next a {
	color: #5F411D;
}
#calendar table tfoot td#prev a:hover, 
#calendar table tfoot td#next a:hover {
	color: #dbbd41;
}
/* Subpage menu */
#subpages {
	width: 320px;
	margin: 0;
	padding: 5px;
}
#subpages .menu-main-container ul.submenu {
}
#subpages ul.submenu {
	list-style:none;
	margin:0;
}
#subpages ul.submenu > li {
    overflow: hidden;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 15px;
	margin-bottom: 20px;
	padding: 18px 12px;
}
#subpages ul.submenu li a {
	display: block;
	padding-left: 17px;
	background: url(img/submenu_arrow.jpg) left center no-repeat;
	color: #333333;
	font-size: 14px;
}
#subpages ul.submenu li.current_page_item a,
#subpages ul.submenu li.current_page_ancestor a {
	margin-bottom: 17px;
}
#subpages ul.submenu li.current_page_item > a,
#subpages ul.submenu li a:hover {
	color: #598ac0;
	text-decoration: none;
	font-weight: 700;
}
#subpages ul.submenu > li > a {
	font-size: 18px;
	font-weight: bold;
}
#subpages ul.submenu li ul {
	list-style: none;
	display: none;
}
#subpages ul.submenu li.current_page_item ul,
#subpages ul.submenu li.current_page_ancestor ul,
#subpages ul.submenu li.current-page-parent ul {
	display: block;
}
#subpages ul.submenu li ul li {
}
#subpages ul.submenu li ul li a {
}
#subpages ul.submenu li ul ul {
}
#subpages ul.submenu li ul ul li a {
}
#subpages ul.submenu li ul ul ul {
}
#subpages ul.submenu li ul ul ul li a {
}
#subpages ul.submenu li a:hover,#subpages ul.submenu li.current_page_item a {
}
#subpages ul.submenu li.current_page_item ul li a {
}
/* Content */
.row {clear:both;with: 100%;}
.column {display: inline-block;vertical-align: top;float: left;padding: 0 10px;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.span1 {width: 20%;}
.span2 {width: 33%;}
.span3 {width: 50%;}
.span4 {width: 66%;}
.span5 {width: 80%;}
.wp-caption {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 20px;
}
.wp-caption p {
	margin-bottom: 0;
}
.wp-caption img {
	border: 1px solid #333;
}
#content-wrapper {
	padding: 0 15px 50px;
	min-height: 400px;
	position: relative;
}
@media screen and (min-width: 786px) and (min-height:400px) {
	#content-wrapper {
		margin-top: 114px;
	}
}
#content-wrapper.home {
	background: #5f411d;
	padding: 0 15px;
	min-height: 100px;
}
#preview-wrapper {
	max-width: 1000px;
	height:auto;
	margin: 0 auto;
	padding: 10px 0;
}
.post-wrapper {
}
.post-thumb {
	margin-bottom: 34px;
}
.blog-excerpt a {
	color: #6a5443;
}
.blog-excerpt p.read-more a:hover, 
.blog-excerpt a:hover {
	color: #dbbd41;
}
.blog-excerpt p.read-more a {
	color: #5F411D;
}
.read-more {
	text-align: right;
}
#home-content {
	color: #fff;
	max-width: 820px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
#home-content h2 {
	font-size: 32px;
	color: #dbbe41;
	text-align: center;
}
#home-content .learn-more {
	text-align: center;
	margin-top: 20px;
}
#home-content .learn-more a {
	color: #f1e6bb;
	font-size: 12px;
	font-weight: 600;
	padding: 12px 19px;
	background: #4e3013;
	border: 1px solid #f1e6bb;
	display: inline;
}
#home-content .learn-more a:hover {
	color: #fff;
	border: 1px solid #fff;
}
#content {
	max-width: 1100px;
	width: 100%;
	margin: 44px auto 0;
}
.wc-content {
	display: -webkit-box;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
}
#content-narrow {
	width: 75%;
	float: left;
	border-right: 1px solid #d8cbba;
	padding-right: 30px;
}
#share-bar {
  height: 20px;
  position: absolute;
  right: 3%;
  /*top: -40px;*/
  width: 57px;
}
#share-bar .at16nc {
	background: url(img/share_icon.png) top center no-repeat;
	width: 54px;
	text-indent: -9999px;
}
.post {
	width: 100%;
}
.post-narrow {
	padding-left: 30px;
	overflow: hidden;
}
.post-narrow.blog {
	max-width: 680px;
}
#wpmem_reg input, 
#wpmem_reg button,
#wpmem_login input,
#wpmem_login button,
.tml-login .tml-submit-wrap input,
#wp-submit {
  margin: 0;
  width: auto;
  background: #5F411D;
  color: #fff;
  padding: 5px 10px;
  border: 0;
}
#wpmem_reg button,
#wp-submit {
	cursor: pointer;
}
.tml-login .tml-submit-wrap input:hover,
#wp-submit:hover {
	color: #e0c765;
}
.tml input, .tml textarea, .tml select {
  border: 1px solid #5f411d;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  height: 36px;
  margin-bottom: 5px;
  max-width: 587px;
  padding: 5px;
  width: 100%;
}
.wpmem-checkbox input {
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    height: 24px;
}
/*** Subpage Listing ***/
.woocommerce-ordering {
	float: right;
}
.woocommerce-ordering .orderby {
  height: 29px;
  max-width: 250px;
  padding: 0 5px;
  width: 100%;
}
.subpage {clear: both;min-height: 180px;padding-bottom:130px;}
.subpage-thb {
	width: 196px;
	height: 180px;
	float: left;
	text-align: center;
	padding: 0 94px 0 0;
}
.subpage-thb img {
	vertical-align: center;
}
.subpage:nth-child(even) .subpage-thb {
	float: right;
	padding: 0 0 0 94px;
}
/*** Join Our Network ***/
.network-box-wrapper {
	clear: both;
	display: -webkit-box;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.network-box {
	width: 50%;
	padding: 15px;
}
.network-box-content {
	width: 45%;
	float: left;
}
.network-box-content h4 {
	color: #555;
	font-size: 18px;
	margin-bottom: 15px;
}
.network-box-content p {
	margin-bottom: 5px;
}
.network-box-content a.network-link {
	font-size: 12px;
}
.network-box-image {
	width: 45%;
	float: right;
}
/*** Woocommerce ***/
.post ul.woocommerce-error {
  margin: 0 auto;
  position: fixed;
  top: 100px;
  z-index: 99999999999;
  border: 3px solid #b81c23;
  width: 88%;
}

#page9 h2,
.woocommerce .login {display: none;}
.wpmenucart-icon-shopping-cart-0::before {
	content: 'Shopping Cart';
  display: inline;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  margin-right: 0.25em;
  margin-top: 0;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
a:hover .wpmenucart-icon-shopping-cart-0::before {
	color: #dbbd41;
}
#cat-img {
	float: left;
	padding-right: 20px;
}
#cat-img img {
	border: 1px solid #c7b39b;
	display: block;
}
.woocommerce-ordering {
  text-align: right;
}
.term-description {
	overflow: hidden;
	padding: 0;
}
.woosidebar .product-categories li {
	display: none;
}
.woosidebar ul {
	margin: 0;
	padding: 0;
}
.woosidebar .product-categories li.current-cat,
.woosidebar .product-categories li.current-cat ul.children li,
.woosidebar .product-categories li.current-cat-parent,
.woosidebar .product-categories li.current-cat-parent ul.children li {
	display: block;
	padding: 0;
}
.woosidebar .product-categories li.current-cat a,
.woosidebar .product-categories li.current-cat-parent a {
	font-size: 24px;
	color: #66350d;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.woosidebar .product-categories li.current-cat ul.children li a,
.woosidebar .product-categories li.current-cat-parent ul.children li a {
	font-size: 14px;
}
.woosidebar .product-categories li.current-cat ul.children li a:hover,
.woosidebar .product-categories li ul.children li.current-cat a,
.woosidebar .product-categories li.current-cat-parent ul.children li a:hover,
.woosidebar .product-categories li ul.children li ul.children li.current-cat a {
	text-decoration: none;
	color: #dbbd41;
}
.woosidebar .product-categories li ul.children li ul.children {
	margin-left: 35px;
}
.woosidebar .product-categories li ul.children li ul.children li a {
	color: #66350d;
	font-weight: 400;
}
ul.product-cats,
ul.products {
	margin: 0;
	list-style: none;
	text-align: center;
	display: -webkit-box;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.product-cats {
	margin: 10px -8px;
}
ul.product-cats li.product-category {
	flex-grow: 1;
	border: 1px solid #ead998;
	margin: 0 8px 15px;
}
ul.product-cats li.product-category a {
	display: block;
	padding: 12px 15px;
}
ul.product-cats li.product-category:hover,
ul.product-cats li.product-category.active {
	background: #4e3013;
}
ul.product-cats li.product-category a,
ul.product-cats li.product-category a h3 {
	color: #5f411d;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
ul.product-cats li.product-category:hover a,
ul.product-cats li.product-category.active a,
ul.product-cats li.product-category:hover a h3 {
	color: #fff;
}
ul.product-cats li.product-category a:hover,
ul.product-cats li.product-category a:hover,
ul.product-cats li.product-category a:hover h3,
ul.product-cats li.product-category a:hover h3:hover {
	text-decoration: none;
	border: 0;
	color: #fff;
}
ul.product-cats li.product-category img {display: none;}
ul.products  {
	padding-bottom: 15px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
ul.products li.product {
	max-width: 240px;
	flex-grow: 1;
	position: relative;
	height: auto;
	padding: 0 0 10px 0;
	margin: 5px;
	overflow: hidden;
}
ul.products li.product a {
	display: block;
	position: relative;
}
.woocommerce ul.products li.product a img,
ul.products li.product a img {
	width: auto;
	border: 1px solid #c1ac92;
	margin-bottom: 15px;
	display: block;
}

#content .woocommerc ul.products li.product h3,
#content .woocommerc ul.products li.product h2,
#content ul.products li.product h2,
#content ul.products li.product h3 {
	position: absolute;
	bottom: 0px;
	color: #fff;
	background: rgba(66,35,18,.4);
	font-size: 14px;
	font-weight: 600;
	padding: 6px 14px;
	width: 100%;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .price,
ul.products li.product .price {
	display: none;
}
.woocommerce ul.products li.product span.onsale,
ul.products li.product .onsale {
	position: absolute;
	display: block;
	font-size: 32px;
	font-weight: 600;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff !important;
	width: 200px;
	min-width: 200px;
	min-height: auto;
	border-radius: 0;
	background: #ff0000;
	position: absolute;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	padding: 0;
	top: 25px;
	right: -50px;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
ul.products li.product .onsale:hover {
	color: #fff !important;
}
ul.products li.product a.add_to_cart_button {
	color: #f1e6bb;
	font-size: 12px;
	font-weight: 600;
	padding: 12px 19px;
	background: #4e3013;
	border: 1px solid #f1e6bb;
	display: inline;
}
ul.products li.product a.add_to_cart_button:hover {
	color: #fff;
}
ul.page-numbers {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.page-numbers li {
	float: left;
}
/*** Woocomerce Products ***/
#content div.product div.images, div.product div.images, #content div.product div.images, div.product div.images {
  float: left;
  width: 40%;
  padding-right: 20px;
}
div.product div.images img {
  box-shadow: none;
  display: block;
  height: auto;
  width: auto;
}
#content div.product div.summary, div.product div.summary, #content div.product div.summary, div.product div.summary {
  float: right;
  width: 60%;
}
.color-div .tm-extra-product-options-container {
  border:  1px solid #c0aa8f;
  margin: 0 0 15px 0;
  padding:  5px;
  clear: left;
}
.price del {color:#ff0000;}
div.product .woocommerce-tabs {
	clear:both;
}
div.product ul.tabs::before {
  border-bottom: 1px solid #d3ced2;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
div.product .woocommerce-tabs ul.tabs {
  list-style: outside none none;
  margin: 0 0 1.618em;
  overflow: hidden;
  padding: 0 0 0 1em;
  position: relative;
}
div.product .woocommerce-tabs ul.tabs li a {
  color: #515151;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 0;
  text-decoration: none;
}
.tm-extra-product-options ul.tmcp-elements.use_images_containter li.tmcp-field-wrap {
  padding: 0.25em 0;
}
.tm-epo-field-label.tm-left + .tm-extra-product-options-container, .tm-epo-field-label.tm-right + .tm-extra-product-options-container {
  max-width: 362px;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
  width: auto !important;
  padding: .25em 0;
}
body div[class*="tm-product-id-"] ul[class*="element_"] li:nth-child(7n+1) {
  clear: none !important;
}
form.cart div.tm-extra-product-options-inner ul.tm-extra-product-options-fields li.tm-extra-product-options-field div.hair-color div.tm-extra-product-options-container ul.element_1 li:nth-child(8n) { clear:none !important;} 

.tm-row.tm-cell {
	margin-bottom: 1em !important;
}
.tm-extra-product-options .tm-cell {
  margin: 0;
}
.tm-extra-product-options .tm-epo-field-label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #5f411d;
  margin: 0;
  position: relative;
  width: auto;
}
.tm-extra-product-options .color-div label.tm-epo-field-label {
  /*border-bottom: 1px solid #5f411d;*/
}
.tm-extra-product-options .radio_image, .tm-extra-product-options .checkbox_image {
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  margin: auto;
  max-width: 100%;
  padding: 1px;
  height: 38px;
  width: 50px;
}
.tm-extra-product-options ul.length-ul .radio_image, .tm-extra-product-options .checkbox_image {
	width: auto;
	height: auto;
}
.tm-extra-product-options .radio_image:hover, .tm-extra-product-options .checkbox_image:hover {
	border: 1px solid #b8b8b6;
}
.input-text.qty.text {
  float: left;
  font-size: 16px;
  height: 28px;
  padding: 0 5px;
  width: 73px;
  margin-top: 1px;
}
dt.tm-final-totals {
	display: none;
}
div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
}
div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	line-height: auto;
	padding: 10px 0;
}
div.product .woocommerce-tabs ul.tabs li a {
	color: #f1e6bb;
	background: #4e3013;
	padding: 10px 36px;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #f1e6bb;
	display: inline;
}
#tab-description {
	padding: 10px;
}
.tm-extra-product-options-totals .amount.final {
  font-size: 22px;
  font-weight: 700;
  color: #040404
}
a.goto-checkout,
button.single_add_to_cart_button {
	color: #f1e6bb;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 18px;
	background: #4e3013;
	border: 1px solid #f1e6bb;
	display: inline;
	cursor: pointer;
}
#checkout-button {
	clear: both;
	margin-top: 10px;
}
a.goto-checkout  {
	display: inline-block;
	color: #f1e6bb;
}
a.goto-checkout:hover,
button.single_add_to_cart_button:hover {
	color: #fff;
}
.virtual button.single_add_to_cart_button,
.virtual .quantity,
.virtual .yith-wcwl-add-to-wishlist {
	display: none;
}
/* Woocommerce Cart */
#content .woocommerce-message {
  border-top-color: #5F411D;
}
#content .woocommerce-message::before {
  color: #5F411D;
  content: "î€•";
}
#content .woocommerce #respond input#submit, #content .woocommerce a.button, #content .woocommerce button.button, #content .woocommerce input.button {
  background-color: #5F411D;
  color: #fff;
}
#content .woocommerce-info::before {
  color: #5F411D;
}
#content .woocommerce-info {
  border-top-color: #5F411D;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 1100px;
  border: 1px solid #5f411d;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  height: 34px;
  margin-bottom: 5px;
  max-width: 587px;
  padding: 5px;
}
.woocommerce .product-remove a.remove {
	content: 'Remove';
	padding: 5px;
	background: #5f411d;
	color: #fff;
	font-size: 12px;
	border: 0 none;
  border-radius: 0%;
  color: #fff !important;
  display: block;
  font-weight: 700;
  height: auto;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.woocommerce .product-remove a.remove:hover {
	color: #ff0000 !important;
}
/***Checkout ***/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  font-size:16px;
  padding: 5px;
  line-height: 1;
  margin: 0;
  outline: 0 none;
  width: 100%;
}
.woocommerce form .form-row .select2-container {
  font-size:16px;
}
  box-sizing: border-box;
/*** Media ***/
.foogallery-album-gallery-list.alignment-center {
	margin: 0;
}
.foogallery-album-gallery-list .foogallery-pile img {
  width: 100%;
}
.photo-gallery {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 40px 0;
	margin: 40px 0;
}
.foogallery-album-gallery-list li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.fbx-caption-title a {
	color: #dbbd41;
}
.fbx-caption-title a:hover {
	color: #fff;
}
/*** FAQ ***/
.collapseomatic {
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0 0 10px 16px;
  display: block;
}
.collapseomatic_excerpt, .collapseomatic_content {
  margin-left: 16px;
  margin-top: 0;
  padding-bottom: 15px;
}
/*** YouTube Videos ***/
.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*** Contact Us ***/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
  max-width: 535px;
}
#wpcf7-f5-p89-o1 {
	max-width: 600px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	color:#ffffff;
	max-width: 587px;
	width: 100%;
	height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 5px;
	background: rgba(66,35,18,.4);
	border: 1px solid #5F411D;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.wpcf7 input::-webkit-input-placeholder,/* Chrome */
.wpcf7 select::-webkit-input-placeholder,/* Chrome */
.wpcf7 textarea::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
.wpcf7 input::-ms-input-placeholder,/* IE 10+ */
.wpcf7 select::-ms-input-placeholder, /* IE 10+ */
.wpcf7 textarea::-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.wpcf7 input::-moz-placeholder, /* Firefox 19+ */
.wpcf7 select::-moz-placeholder, /* Firefox 19+ */
.wpcf7 textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.wpcf7 input::-moz-placeholder,/* Firefox 4 - 18 */
.wpcf7 select::-moz-placeholder, /* Firefox 4 - 18 */
.wpcf7 textarea::-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}
.wpcf7 textarea {
	height: 170px;
}
.wpcf7 input[type=submit] {
	float: right;
	font-weight: 700;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	max-width: 134px;
	text-align: center;
	width: 100%;
	color: #f1e6bb;
	font-size: 16px;
	font-weight: 600;
	background: #4e3013;
	border: 1px solid #f1e6bb;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.wpcf7 input[type=submit]:after {
	content: '';
	clear: both;
}
/*** My Account ***/
#page9 ul {
	margin-bottom: 0;
}
#page9.guest #wpmem_reg {display: none;}
.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--edit-account {
	display: none;
}
.woocommerce-MyAccount-navigation-link--customer-logout {display: none;}
/* Footer */
#footer-top-wrapper {
	clear:both;
	font-weight:normal;
	text-align:center;
	background: #5f411d;
	color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 0 15px;
}
#footer-top {
	max-width: 1224px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	display: -webkit-box;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#footer-top-contact,
#footer-top-newsletter {
	width: 20%;
	text-align: left;
	vertical-align: top;
}
#footer-top-contact {
	font-weight: 700;
}
#footer-top-contact h3 {
	margin-bottom: 0;
}
#footer-top-newsletter {
	width: 25%;
}
#content #emma-form.emma-horizontal-layout,
#footer-top-newsletter #emma-form.emma-horizontal-layout {
	max-width: 325px;
	width: auto !important;
	position: relative;
	margin-bottom: 15px;
}
#content #emma-form.emma-only-email.emma-horizontal-layout ul#emma-form-elements li.emma-form-row,
#footer-top-newsletter #emma-form.emma-only-email.emma-horizontal-layout ul#emma-form-elements li.emma-form-row {
	margin: 0;
	padding: 0;
	width: 80%;
	float: left;
	overflow: hidden;
}
#content #emma-form.emma-only-email.emma-horizontal-layout ul#emma-form-elements li.emma-form-row-last,
#footer-top-newsletter #emma-form.emma-only-email.emma-horizontal-layout ul#emma-form-elements li.emma-form-row-last {
  clear: none;
  margin-right: 0;
  width: 20%;
}
#content .emma-horizontal-layout #emma-form-submit,
#footer-top-newsletter .emma-horizontal-layout input[type=submit] {
	max-width: 65px;
	height: 37px;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input#emma-email{
	max-width: 262px;
	width: 100%;
	height: 37px;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.emma-form-label {
	display: none;
}
.emma-status {
	position: absolute;
	top: -65px;
	width: auto;
	z-index: 99;
}
.spinner {
	margin: -10px auto 0 !important;
}
#newsletter .emma-status, #footer-top-newsletter .emma-alert {
	position: absolute;
	left: 0;
	top: -100px;
}
#footer-top-newsletter .social-nav {clear:both;}
#footer-top-menu {
	width: 54%;
	text-align: left;
	vertical-align: top;
}
#footer-top-menu ul.footer-menu {
	margin: 0;
	padding: 0;
	text-align: left;
	display: -webkit-box;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	list-style: none;
}
#footer-top-menu ul.footer-menu li {
	vertical-align: top;
	flex-grow: 1;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#footer-top h3,
#footer-top h3 a,
#footer-top-menu ul.footer-menu li.menu-item-has-children a {
	color: #e0c765;
	font-size: 15px;
	font-weight: 600;
}
#footer-top-menu ul.footer-menu li.menu-item-has-children:hover {
	cursor: default;
	text-decoration: none;
	color: #e0c765;
}
#footer-top-menu ul.footer-menu li.menu-item-has-children ul.sub-menu li {
	width: 100%;
}
#footer-top-menu ul.footer-menu li.menu-item-has-children ul.sub-menu li a {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}
#footer-top-menu ul.footer-menu li ul.sub-menu {
	margin: 0;
	padding: 0;
}
#footer-top-menu ul.footer-menu li ul.sub-menu li {
	display: block;
}
#footer-top-contact p {
	margin-bottom: 0;
}
#footer-top-contact p a {
	color: #fff;
}
#footer-bottom-wrapper {
	background: #fff;
	height: 75px;
	padding: 12px 15px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	color: #3d2009;
}
#footer-bottom {
	max-width:1224px;
	margin: 0 auto;
}
#footer-bottom a {
	color: #3d2009;
}
#footer-bottom #copyright {
	width: 50%;
	float: left;
	text-align: left;
} 
#footer-bottom #design {
	width: 50%;
	float: left;
	text-align: right;
} 
.clr {
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (min-width: 960px) {
	.slide-caption {
		font-size: 43px;
	}
}
@media screen and (max-width: 1378px) {
	.menu li {
		margin-left:  5%;
	}
}
@media screen and (max-width: 1282px) {
	.menu li {
		margin-left:  4%;
	}
}
@media screen and (max-width: 1250px) {
	.caption {
		font-size: 32px;
	}
}
@media screen and (max-width: 1070px) {
	#top-nav ul li {
		margin: 0 0 0 10px;
	}
}
@media screen and (max-width: 1050px) {
	#caption-wrapper {
		right: 5%;
	}
}
@media screen and (max-width: 950px) {
	.slidesjs-navigation {
		width: 50px;
	}
}
@media screen and (max-width: 900px) {
	#caption-wrapper {
		max-width: 400px;
	}
	#footer-top {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	#footer-top-menu {
		padding-bottom: 15px;
	}
	#footer-top-contact {
		width: 50%;
		order:2;
	}
	#footer-top-newsletter {
		width: 50%;
		order:3;
	}
	#footer-top-menu {
		width: 100%;
		order: 1;
	}
}
@media screen and (max-width: 850px) {
	.home-product-box:hover .home-product-box-content {
		visibility: hidden;
		opacity: 0;
	}
	.home-product-box:hover .home-product-box-title {
		display: block;
	}
	.network-box {
		width: 75%;
		margin: 0 auto;
	}
	#caption-wrapper {
		right: 0%;
	}
	ul.menu li a {font-size: 15px;}
}
@media screen and (max-width: 818px) {
	.menu li {
		margin-left:  2.5%;
	}
	.menu > li.menu-item-has-children::after {
		right: -16px;
	}
}
@media screen and (max-width: 800px) {
	#top-nav ul li {
		margin: 0 0 0 18px;
	}
}
@media screen and (max-width: 785px) {
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 20px auto;
	}
}
@media screen and (max-width: 785px) {
	#header-top {
		height: 100px;
		padding: 10px 0 0;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.logo {
		margin: 0;
		position: absolute;
		top: 10px;
		left: 80px;
	}
	.social-nav,
	#top-nav {
		text-align: center;
	}
	#top-nav ul {
		text-align: center;
		height: auto;
		display:block;
	}
	#top-nav ul li {
		margin: 0 14px;
	}
	.social-nav ul {
		text-align: center;
		height: auto;
		display:block;
		padding-top: 15px;
	}
	.social-nav ul li {
		float: none;
		display: inline-block;
	}
	#nav-wrapper {
		height: 0;
		position: inherit;
		top: auto;
		bottom: auto;
	}
	#search {
		position: absolute;
		top: 16px;
		right: 15px;
		left: auto;
		max-width: 160px;
	}
	#search input[type="text"] {
		max-width: 128px;
	}
	#main-nav {
		display: none;
		background: none;
	}
	#main-nav.toggled-on {
		display: block;
	}
	.menu-toggle-wrapper {
		display: block;
		width:56px;
		height: 30px;
		position:absolute;
		top: 26px;
		left: 15px;
		cursor: pointer;
		z-index: 9999;
	}
	.menu-toggle {
		display: block;
		width:56px;
		height:6px;
		background-color:#fff;
		border-radius:5px;
	}
	.menu-toggle:before,
	.menu-toggle:after {
		content: '';
		width: 100%;
		height:6px;
		background-color:#fff;
		position:absolute;
		left: 0;
		border-radius:5px;
	}
	.menu-toggle:before {
		top: 22px;
	}
	.menu-toggle:after {
		top: 11px;
	}
	ul#menu-main {
		display: block;
		position: absolute;
		top: 100px;
		left: 0px;
		width: 100%;
		height: auto;
		padding: 0;
		background: rgb(95, 65, 29);
		text-align: right;
		z-index: 9999;
		max-width: 100%;
		box-sizing: border-box;
		border-top: 1px solid #fff;
	}
	ul#menu-main li {
		display: block;
		float: none;
		margin: 0;
		padding: 5px 10px;
		border-bottom: 1px solid #fff;
		text-align: left;
	}
	ul#menu-main li a:link, ul#menu-main li a:visited, ul#menu-main li a:hover {
		height: auto;
		line-height: 22px;
		padding: 0;
		color: #fff;
		display: inline;
	}
	ul#menu-main li.menu-item-has-children {
		position: relative;
	}
	ul#menu-main li.menu-item-has-children::after {
		color: #fff;
		content: "+";
		display: block;
		font-size: 24px;
		position: absolute;
		right: 45%;
		top: 7px;
	}
	ul.menu > li.menu-item-has-children:hover a:after {
		border: 0;
	}
	ul#menu-main li a:hover {
		color: #dbbe41;
	}
	ul#menu-main li ul {
		float: none;
		position: relative;
		display: block;
		top: auto;
		left: auto;
		min-width: 0px;
		/*
		opacity: 1;
		visibility: visible;
		background: none;
		  */
		height: 0;
		min-height: 0;
		padding-top: 0;
		text-align: left;
		border: none;
		z-index: 9999999;
	}
	ul#menu-main li:hover ul {
		height: auto;
	}
	ul#menu-main li.menu-item-has-children:hover  {
	background: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	}
	ul#menu-main li ul li {
		float: none;
		padding: 5px 20px;
		height: auto !important;
		margin: 0;
		border-top: 1px solid #fff;
		border-bottom: 0;
	}
	ul#menu-main li ul li a {
		font-size: 12px;
	}
	ul#menu-main li ul li a:hover {
		color: #5F411D;
	}
	ul#menu-main li ul li {
		float: none;
	}
	ul#menu-main li ul li a {
		height: auto !important;
	}
	#home-product-boxes {
		margin-top: 0;
	}
}
@media screen and (min-width: 751px) {
	#slideshow-wrapper {display: block;}
}
@media screen and (max-width: 750px) {
	.home-product-box,
	.home-box {width: 40%;}
	#home-content .column.span4 {
		border-top: 1px solid #ddd;
	}
	#home-content .column.span4 h2,
	#home-content img {
		display: block;
		margin: 0 auto 20px;
	}
	#slideshow-wrapper {/*display: none;*/}
	.subpage-thb,
	.subpage:nth-child(2n) .subpage-thb {
		float: none;
		padding: 0 0 20px 0;
		text-align: left;
		width: 100%;
		height: auto;
	}
	.testimonial {width: 80%;margin-bottom: 50px;}
	.home-product-box, 
	#rightside, #leftside,post-narrow,
	.span2,.span3,.span4,.span5,.span6,
	#content {
		display: -webkit-box;
		-webkit-flex-direction: column;
		display:flex;
		flex-flow: column;
		-webkit-box-orient: vertical;
	}
	#content-narrow {
		border-right: 0;
		float: none;
		padding-right: 0;
		width: 100%;
	}
	#rightside,
	#leftside {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
		-ms-flex-order: 2;              /* TWEENER - IE 10 */
		-webkit-order: 2;
		order:2;
		width: 100%;
		float: none;
	}
	#right-wrapper {display: none;order: 0;}
	#rightside {margin: 0 auto;}
	.post-narrow {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
		-ms-flex-order: 1;              /* TWEENER - IE 10 */
		-webkit-order: 1;
		order:1;
	}
	.column.span2.text-center.float-right, 
	.column.span2.text-right.float-right, 
	.column.span3.text-right.float-right, 
	.column.span3.text-center.float-right {
		text-align: left;
		float: none;
	}
	.column > p > img {
		margin-left: 0;
	}
	#footer-top-wrapper {
		height: auto;
		padding-bottom: 40px;
	}
	#footer-bottom p {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 650px) {
	.slidesjs-navigation::after {
		font-size: 14px;
		padding: 15px;
	}
	.slidesjs-navigation {
		width: 40px;
		height: 40px;
	}
	.foogallery-album-gallery-list li {
		width: 48%;
	}
	.network-box {
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-height:400px){
	#brochure {
		right: 125px;
	}
}
@media screen and (max-width: 575px) {
	ul#menu-main {
		top:155px;
	}
	#caption-wrapper {
		max-width: 350px;
	}
	.slide-caption {
		font-size: 3.5vw;
	}
	.foogallery-default a {
		width: 45%;
	}
	#foogallery-gallery-383.foogallery-default a {
		width: 30%;
	}
}
@media screen and (max-width: 550px) {
	.social-nav {
		padding-right: 10%;
	}
	.social-nav ul li a {
		height: 22px;
		width: 22px;
	}
	#top-nav ul {
		margin: 10px 0 0;
	}
	#top-nav ul li {
		margin: 0 5px;
	}
	#cat-img {
		float: none;
		text-align: center;
		padding-right: 0px;
	}
	#cat-img img {
		margin: 0 auto;
	}
}
@media screen and (max-width: 475px) {
	#header-top {
		height: 155px;
		padding: 60px 0 0;
	}
	.logo {left: 33%;}
	#caption-wrapper {
		max-width: 250px;
	}
	#header-top {
	}
	#top-nav {
	}
	ul#menu-main {
	}
	#content div.product div.images, div.product div.images, #content div.product div.images, div.product div.images {
		clear: both;
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	#content div.product div.summary, div.product div.summary, #content div.product div.summary, div.product div.summary {
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	#content div.product div.images, div.product div.images, #content div.product div.images, div.product div.images {
		clear: both;
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	#content div.product div.summary, div.product div.summary, #content div.product div.summary, div.product div.summary {
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	.cart_item .quantity:after {
		content: '';
		display: block;
		clear: both;
	}
	.cart_item .input-text.qty.text {
		margin: 0 5px;
		width: 50px;
	}
	body #wpmem_reg .captcha {
		width:100%;
	}
}
@media screen and (max-width: 425px) {
	#brochure {right: 8px;}
	#clickdesk-appendable-bubble .clickdesk-minimalistic .cd-bubble {
		bottom: 38px;
	}
	.cd-mob-chat-widget {
		bottom: 40px !important;
	}
}
@media screen and (max-width: 400px) {
	#top-nav ul li {
		margin: 0 10px;
	}
}
@media screen and (max-width: 5px) {
	#header-top {
		height: 155px;
		padding: 60px 0 0;
	}
}
@media screen and (max-width: 400px) {
	.logo {left: 30%;}
}
