/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #231F20;
}

body.editor {
	background-image: none;
/*	min-height: 400px;*/
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 40px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .75em;
}

.layout2 h1 {
	text-align: center;
}

.layout2 h1 + h2 {
	margin-top: -.5em;
	margin-bottom: 1em;
}

h2 {
	font-size: 25px;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	color: #842A2E;
	margin-bottom: .25em;
}

.layout2 h2 {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	h1 { font-size: 30px; }
	h2 { font-size: 22px; }
}

@media only screen and (max-width: 400px) {
	h1 { font-size: 25px; }
	h2 { font-size: 20px; }
}

hr {
	border: 0px;
	height: 1px;
	color: #E4D8D3;
	background-color: #E4D8D3;
	margin: 20px 0px;
}

img {
	border: none;
}

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

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #842A2E;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

@media only screen and (max-width: 450px) { 
	.right_photo, .left_photo {
		float: none;
		display: block;
		margin: 0px auto 10px auto;
	}
}


/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus {
        outline: 0px; 
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #842A2E;
	color: #FFFFFF;
	font-size: 16px;
	font-style: italic;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.button {
	display: inline-block;
}

a.button {
	padding: 6px 12px;
	font-size: 20px;
}

.button:hover {
	background-color: #231F20;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1260px;
	margin: 0px auto;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	position: relative;
}

@media only screen and (max-width: 799px) { .container { padding: 0px 15px; } }

header {
	position: relative;
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-x;
	background-position: center 50px;
	height: 203px;
}

#header_bar {
	background-color: #231F20;
	height: 50px;
	padding: 10px 0px;
}

#search {
	float: right;
	position: relative;
	background-color: #939091;
	width: 150px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#search form {
	position: absolute;
	top: 0px;
	right: 0px;
}

#search #query {
	background-color: transparent;
	width: 120px;
	height: 30px;
	float: left;
	font-size: 13px;
	font-style: italic;
	padding: 0px 0px 0px 10px;
}

#search .button {
	background-color: transparent;
	width: 30px;
	height: 30px;
	text-indent: 120%;
	overflow: hidden;
	float: left;
	color: #231F20;
}

#search:after {
	float: right;
	margin: 0px 8px 0px 0px;
	content: '\f002';
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	color: #231F20;
}

#search:hover:after {
	color: #FFFFFF;
}

#logo {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -108px;
	z-index: 500;
/*	width: 100%;
	text-align: center;*/
}

#logo img {
	max-width: 216px;
	display: inline-block;
}

#content {

}

#back_link {
	position: absolute;
	top: 0px;
	left: 30px;
	font-style: italic;
}

#back_link a {
	color: #231F20;
}

@media only screen and (max-width: 799px) {

	#back_link { left: 20px; }

}

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

	#home_content {
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		column-count: 2;
		column-gap: 40px;
		text-align: justify;
	}

}


#ctas {
	background-color: #E4D8D3;
	padding-top: 50px;
	padding-bottom: 50px;
}

#ctas .container {
	max-width: none;
}

.cta {
	float: left;
	display: inline;
	width: 32%;
	margin-left: 2%;
}

.layout2 .cta {
	width: 49%;
	margin-left: 2%;
}

.cta_products {
	margin-left: 0px;
}

.layout2 .cta_buy {
	margin-left: 0px;
}

.cta a {
	display: block;
	height: 0px;
	padding-bottom: 32.258064516129%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
}

.layout2 .cta a {
	padding-bottom: 21.0526315789474%;
}

.cta_products a {
	background-image: url('../images/cta_products_bg.jpg');
}

.cta_buy a {
	background-image: url('../images/cta_buy_bg.jpg');
}

.layout2 .cta_buy a {
	background-image: url('../images/home_cta_buy_bg.jpg');
}

.cta_videos a {
	background-image: url('../images/cta_videos_bg.jpg');
}

.layout2 .cta_videos a {
	background-image: url('../images/home_cta_videos_bg.jpg');
}

.cta a span {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	font-size: 40px;
	line-height: .9em;
}

.cta a strong {
	display: block;
	text-transform: uppercase;
	letter-spacing: .075em;
}

.cta a em {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFD204;
	padding: 2% 3%;
	font-size: .65em;
	font-weight: bold;
	line-height: 1em;
	color: #231F20;
	margin-top: 4%;
}

.layout2 .cta a em {
	padding: 1.5% 2.5%;
	margin-top: 2%;
}

.cta a:hover {
	background-image: none;
	background-color: #231F20;
}

.cta a:hover em {
	background-color: #FFFFFF;
}

@media only screen and (max-width: 1299px) {

	#ctas {
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

@media only screen and (max-width: 799px) {

	.cta, .layout2 .cta {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.cta_videos, .layout2 .cta_videos {
		margin-bottom: 0px;
	}

}

footer {
	padding: 50px 0px 40px 0px;
	background-image: url('../images/footer_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}

footer strong {
	font-size: 20px;
	text-transform: uppercase;
}

footer a, footer span {
	color: #FFD204;
}

#social {
	padding: 0px;
	margin: 10px 0px 50px 0px;
	text-align: center;
}

#social li {
	list-style: none;
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	margin: 0px 15px;
}

#social li a {
	display: block;
	color: #FFD204;
}

#social li a:hover {
	color: #FFFFFF;
}

#header_photo img {
	display: block;
	width: 100%;
}

#content {
	padding-top: 50px;
	padding-bottom: 30px;
}

#copyright {
	background-color: #231F20;
	text-align: center;
	font-style: italic;
	color: #534E50;
	line-height: 18px;
	padding: 25px 0px;
}

#copyright br {
    display: none;
}

#copyright a {
	color: #534E50;
}

@media only screen and (max-width: 599px) {

	#copyright {
		line-height: 21px;
	}
	
	#copyright br {
	    display: block;
	}

}

/* NAVIGATION CSS */

#nav_trigger {
	display: none;
}

#nav ul, #topnav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: left;
}

#nav li a, #nv li li a, #nav li:hover li a {
	color: #FFFFFF;
}

#nav li:hover a, #nav li.active a, #nav li.dropdown:hover:after, #nav li:hover li a:hover {
	color: #FFD204;
}

#nav li ul {
	display: none;
}

#nav li ul li {
	font-size: 15px;
	font-style: italic;
	text-transform: none;
}

#subnav {
	border-bottom: 1px solid #E4D8D3;
	padding: 20px 0px;
}

#subnav ul {
	padding: 0px;
	text-align: center;
}

#subnav li {
	list-style: none;
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin: 0px 10px;
}

#subnav li a:hover, #subnav li.active a {
	color: #842A2E;
}

/* HOME CSS */

#home_slideshow_wrapper {
	clear: both;
	width: 100%;
	position: relative;
}

#home_slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#home_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

#home_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

#home_slideshow li img {
	width: 100%;
	float: left;
}

#home_slideshow .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35%;
	height: 100%;
	background-color: rgb(32,31,32);
	background-color: rgba(35,31,32,.7);
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
}

#home_slideshow .content_inner {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0px auto;
}

#home_slideshow .content img {
	width: 45%;
	max-width: 300px;
	float: none;
	margin-bottom: 1.5em;
}

#home_slideshow .content .title {
	font-size: 3.2em;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

#home_slideshow .content a {
	display: inline-block;
	margin-top: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFD204;
	padding: 2% 3.5%;
	font-style: italic;
	color: #231F20;
}

#home_slideshow .content a:hover {
	background-color: #FFFFFF;
}

.rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 100;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 20px;
	height: 20px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

@media only screen and (max-width: 799px) {

	#home_slideshow .content a {
		font-size: 1.1em;
		padding: 1.5% 3%;
	}

	.rslides_tabs {
		bottom: 10px;
		right: 15px;
	}

}

@media only screen and (max-width: 600px) {

	#home_slideshow_wrapper {
		overflow: hidden;
	}

	#home_slideshow li {
		height: 225px;
	}

	#home_slideshow li > img {
		float: none;
		position: relative;
		top: 0px;
		left: 50%;
		margin-left: -300px;
		width: 600px;
	}

	#home_slideshow .content {
		font-size: 30px;
	}

	#home_slideshow .content a {
		font-size: 1.3em;
		padding: 0px 3%;
	}

}

@media only screen and (max-width: 550px) {

	#home_slideshow .content img {
		width: 55%;
		margin-bottom: .5em;
	}

	#home_slideshow .content a {
		font-size: 1.5em;
	}

}

@media only screen and (max-width: 500px) {

	#home_slideshow .content img {
		width: 60%;
	}

}

@media only screen and (max-width: 450px) {

	#home_slideshow .content img {
		width: 70%;
	}

	#home_slideshow .content a {
		font-size: 1.7em;
	}

}

@media only screen and (max-width: 400px) {

	#home_slideshow .content a {
		font-size: 2em;
	}

}

@media only screen and (max-width: 370px) {

	#home_slideshow .content img {
		width: 80%;
	}

	#home_slideshow .content a {
		margin-top: 1.5em;
	}

}

#home_products {
	max-width: none;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #E4D8D3;
}

#home_products .home_product {
	float: left;
	width: 18.4%;
	margin-left: 2%;
	display: inline;
}

#home_products .home_product1 {
	margin-left: 0px;
}

#home_products .home_product a {
	display: block;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#home_products .home_product a:hover {
	background-image: none !important;
	background-color: #7E4830;
}

#home_products a span.home_product_block {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	color: #FFFFFF;
}

#home_products span img {
	width: 50%;
	max-width: 175px;
	margin-bottom: 15%;
}

#home_products strong {
	font-size: 1.75em;
	line-height: 1.142em;
	text-transform: uppercase;
	display: block;
	position: relative;
}

#home_products strong span {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
}

#home_products a em, #home_products a:hover strong {
	color: #FFD204;
}

#home_products a em {
	display: block;
	margin-top: 15%;
}

@media only screen and (max-width: 959px) {

	#home_products {
		padding-bottom: 10px;
		text-align: center;
	}

	#home_products .home_product {
		width: 30%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0px 1% 20px 1%;
	}

}

@media only screen and (max-width: 549px) {

	#home_products .home_product {
		width: 44%;
	}

}

@media only screen and (max-width: 449px) {

	#home_products .home_product {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #E4D8D3;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 600px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 450px) {

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	margin-bottom: 10px;
	background-color: #E4D8D3;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}

/*
#faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}
*/

#faqs div.question a:after {
	content: '\f0da';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	margin-left: 15px;
}

#faqs div.question:hover {
	background-color: #CBBFB9;
}

#faqs div.question a {
	display: block;
	padding: 25px;
	color: #231F20;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question {
	background-color: #842A2E;
	color: #FFFFFF;
}

#faqs div.expand div.question:before {
	content: '\f0d8';
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EDE4E1;
	padding: 20px;
}

form.feedback label {
	display: block;
	white-space: normal;
}

form.feedback h2 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div.cf {
	margin-bottom: 0px;
}

form.feedback div.col2 {
	width: 49%;
	float: left;
	margin-left: 2%;
	display: inline;
}

form.feedback div.first {
	margin-left: 0px;
}

form.feedback div label {
	display: inline;
	margin-right: 10px;
}

#content form.feedback ul {
	padding: 0px;
}

form.feedback div li {
	list-style: none;
	width: 33%;
	float: left;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

@media only screen and (max-width: 1050px) {
	form.feedback div li { width: 50%; }
}

@media only screen and (max-width: 700px) {
	form.feedback div.col2 { width: 100%; margin-left: 0px; }
	form.feedback div li { width: 100%; }
}

#sds li {
	width: 33.3333%;
	float: left;
}

@media only screen and (max-width: 1100px) {
	#sds li { width: 50%; }
}

@media only screen and (max-width: 750px) {
	#sds li { width: 100%; }
}

/* PRODUCTS CSS */

#products {
	margin: -30px 0px 20px -2%;
}

.product {
	width: 23%;
	float: left;
	margin: 30px 0px 0px 2%;
	border: 2px solid #E4D8D3;
	text-align: center;
	background-color: #E4D8D3;
}

.product a {
	display: block;
}

.product img {
	display: block;
}

.product h2 {
	margin: 0px;
}

.product h2 a {
	color: #842A2E;
	padding: 10px 30px 20px 30px;
}

@media only screen and (max-width: 1100px) {

	.product {
		width: 31.33333333%;
	}

}

@media only screen and (max-width: 700px) {

	.product {
		width: 48%;
	}

}

@media only screen and (max-width: 460px) {

	#products {
		margin-left: 0px;
	}

	.product {
		width: 100%;
		margin-left: 0px;
	}

}

#product_right {
	float: right;
	width: 39.5833333333333%;
	max-width: 475px;
}

#content #product_links {
	padding: 0px;
	margin-bottom: 20px;
	height: 50px;
}

#product_links li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	height: 50px;
	font-size: 15px;
	line-height: 48px;
}

#product_links li.buy {
	width: 36%;
	font-size: 1.533333333333333em;
	font-size: 21px;
}

#product_links li.buy2 {
	width: 30.9473684210526%;
	font-size: 21px;
}

#product_links li.info {
	width: 29.0526315789474%;
	line-height: 17px;
}

#product_links li a {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background-image: url('../images/product_link_bg.jpg');
	background-position: center top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFD204;
}

#product_links li.info a {
	color: #FFFFFF;
	text-align: left;
	padding: 6% 0px 0px 33%;
	background-image: none;
	background-color: #842A2E;
	position: relative;
}

#product_links li.info a:after {
	position: absolute;
	top: 34%;
	left: 12%;
	content: '\f016';
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

#product_links li a:hover {
	background-image: none;
	background-color: #231F20;
	color: #FFFFFF;
}

#product_links li.info a:hover {
	color: #FFD204;
}

#product_photo {
	border: 2px solid #E4D8D3;
	position: relative;
}

#content #product_photo ul {
	padding: 0px;
	margin: 0px;
}

#product_photo li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

#product_photo li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

#product_photo li img {
	width: 100%;
	float: left;
}

#product_photo .rslides_nav:after {
	position: absolute;
	top: 0px;
	left: -14px;
	content: '\f10c';
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #FFD204;
}

#product_photo .rslides_nav {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -17px;
	z-index: 100;
	color: #FFFFFF;
	width: 30px;
	height: 34px;
	display: block;
	overflow: hidden;
	text-indent: 30px;
}

#product_photo .rslides_nav.next {
	left: auto;
	right: 10px;
}

#product_photo .rslides_nav:after {
	font-size: 26px;
	line-height: 34px;
	content: '\f0a8';
	left: -28px;
}

#product_photo .rslides_nav.next:after {
	content: '\f0a9';
}

#product_left {
	width: 56.25%;
}

#content #product_tabs ul.cf {
	padding: 0px;
	height: 35px;
	margin: 0px;
}

#content #product_tabs ul.cf li {
	list-style: none;
	float: left;
	margin-right: 2px;
	display: inline;
	height: 35px;
	background-color: #EDE4E1;
	font-size: 20px;
	line-height: 33px;
}

#content #product_tabs ul.cf li.ui-tabs-active {
	background-color: #E4D8D3;
}

#content #product_tabs ul.cf li a {
	display: block;
	height: 35px;
	padding: 0px 15px;
}

#product_tabs div {
	background-color: #E4D8D3;
	padding: 20px 20px 10px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#product_links li { font-size: 14px; }
	#product_links li.buy, #product_links li.buy2 { font-size: 19px; }
	#product_links li.info a:after { top: 30%; font-size: 17px; }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	#product_links li { font-size: 12.5px; }
	#product_links li.buy, #product_links li.buy2 { font-size: 17px; }
	#product_links li.info a:after { top: 30%; font-size: 16px; }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
	#product_links li { font-size: 11.5px; }
	#product_links li.buy, #product_links li.buy2 { font-size: 15px; }
	#product_links li.info a:after { top: 30%; font-size: 15px; }
}

@media only screen and (max-width: 450px) {
	#product_links li { font-size: 14px; }
	#product_links li.buy, #product_links li.buy2 { font-size: 19px; }
	#product_links li.info a:after { top: 30%; font-size: 17px; }
}

@media only screen and (max-width: 400px) {
	#product_links li { font-size: 12.5px; }
	#product_links li.buy, #product_links li.buy2 { font-size: 17px; }
	#product_links li.info a:after { top: 30%; font-size: 16px; }
	#content #product_tabs ul.cf li { font-size: 15px; }
}

@media only screen and (max-width: 350px) {
	#product_links li { font-size: 11.5px; }
	#product_links li.buy, #product_links li.buy2 { font-size: 15px; }
	#product_links li.info a:after { top: 30%; font-size: 15px; }
}

@media only screen and (max-width: 767px) {

	#product_right {
		float: none;
		width: 100%;
		margin: 0px auto 20px auto;
	}

	#product_left {
		width: 100%;
	}

}

/* ONLINE RETAILERS CSS */

#online_retailers {
	margin: -30px 0px 0px -2.5%;
}

#online_retailers .retailer {
	float: left;
	width: 22.5%;
	margin: 2.5% 0px 0px 2.5%;
	display: inline;
	text-align: center;
	position: relative;
	border: 2px solid #E4D8D3;
}

#online_retailers .retailer a {
	position: relative;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	display: inline-block;
	padding: 20px;
}

#online_retailers img {
}

@media only screen and (max-width: 750px) {

	#online_retailers {
		margin: -30px 0px 0px -3%;
	}

	#online_retailers .retailer {
		width: 30.3333333333333%;
		margin: 3% 0px 0px 3%;
	}

}

@media only screen and (max-width: 500px) {

	#online_retailers {
		margin: -30px 0px 0px -4%;
	}

	#online_retailers .retailer {
		width: 46%;
		margin: 4% 0px 0px 4%;
	}

}

/* TESTIMONIALS CSS */

#testimonials blockquote {
	margin: 0px;
}

#testimonials img {
	float: right;
	margin: 0px 0px 20px 20px;
	display: inline;
}

/*
#testimonials :before, #testimonials p:after {
	content: '\201c';
	display: inline;
	float: left;
	font-size: 40px;
	font-weight: bold;
	color: #842A2E;
	margin-right: 5px;
}

#testimonials p:after {
	content: '\201d';
	margin-left: 5px;
	margin-right: 0px;
	float: none;
	display: inline;
}
*/

#testimonials span {
	font-size: 40px;
	font-weight: bold;
	line-height: 23px;
	color: #842A2E;
	vertical-align: bottom;
}

#testimonials span.open {
	margin-right: 5px;
}

#testimonials span.close {
	margin-left: 5px;
}

#testimonials cite {
	font-size: 18px;
	color: #842A2E;
}

#testimonials hr {
	margin: 30px 0px 35px 0px;
}

#contact_left {
	width: 40%;
	float: left;
}

#contact_right {
	width: 55%;
	float: right;
}

@media only screen and (max-width: 700px) {

	#contact_left, #contact_right {
		width: 100%;
		float: none;
	}

}


/* WHERE TO BUY CSS */

#google_map_sidebar {
	width: 25%;
	min-height: 400px;
	height: calc(100vh - 170px);
	float: left;
	padding-right: 20px;
}

#google_map_sidebar_inner {
	border: 2px solid #E4D8D3;
	height: 100%;
	overflow: scroll;
}

#google_map_search form {
	padding: 20px;
	border-bottom: 2px solid #E4D8D3;
	background-color: #FFFFFF;
}

#google_map_search h1 {
	font-size: 25px;
	margin-bottom: 25px;
}

#google_map_search label {
}

#google_map_search input, #google_map_search select {
	width: 100%;
	border: 2px solid #E4D8D3;
	height: 36px;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

#google_map_search .button {
	font-size: 18px;
	text-align: center;
	width: 100%;
	border: 0px;
}

#google_map {
	width: 75%;
	min-height: 400px;
	height: calc(100vh - 170px);
	float: right;
}

#google_map_controls {
/*
	height: calc(100vh - 457px);
	overflow: scroll;
	padding: 0px 20px 0px 0px;
*/
	background-color: #FFFFFF;
}

#google_map_controls ul {
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #E4D8D3;
}

#google_map_controls li:first-child {
	border-top: 0px;
}

#google_map_controls li {
	list-style: none;
	border-top: 2px solid #E4D8D3;
	position: relative;
	font-size: 15px;
	line-height: 17px;
}

#google_map_controls li:first-child {
}

#google_map_controls a {
	display: block;
	padding: 13px 20px 13px 55px;
	color: #5C5F59;
}

#google_map_controls span.counter {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -12px;
	display: block;
	width: 25px;
	height: 25px;
	background-color: #FFD204;
	color: #231F20;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#google_map_controls span.counter span {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	text-align: center;
	line-height: 13px;
	transform: translateY(-50%);
}

#google_map_controls .no_results {
	padding: 10px;
	text-align: center;
}

.google_map_info_window {
	line-height: 18px;
}

@media only screen and (max-width : 700px) {

	#google_map_sidebar, #google_map {
		width: 100%;
		min-height: auto;
		height: auto;
		float: none;
		padding: 0px;
	}

	#google_map {
		height: 400px;
	}

	#google_map.empty {
		display: none;
	}

}

#distributors hr {
	clear: both;
	margin-bottom: 40px;
}

.col3 {
	width: 33.3333%;
	float: left;
	margin-bottom: 20px;
	padding-right: 15px;
}

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

	.col3 {
		width: 50%;
	}

	#distributors hr {
		display: none;
		color: transparent;
		background-color: transparent;
		margin-bottom: 0px;
	}

}

@media only screen and (max-width: 600px) {

	.col3 {
		width: 100%;
		float: none;
	}

}

/* RESPONSIVE CSS */

@media only screen and (max-width: 1050px) {

	#nav li {
		font-size: 15px;
	}

}

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

	#nav_close {
		display: none;
	}

	#nav {
		position: absolute;
		top: 95px;
		left: 0px;
		width: 100%;
		padding: 0px 30px;
	}

	#nav > ul > li {
		display: inline-block;
		padding-bottom: 8px;
	}

	#nav li.spacer {
		width: 200px;
	}

	#nav li.dropdown:after {
		float: right;
		margin-left: 7px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 14px;
		font-weight: normal;
		color: #FFFFFF;
	}

	#nav li.active.dropdown:after {
		color: #FFD204;
	}

	#nav li:hover ul {
		display: block;
		position: absolute;
		top: 25px;
		left: 0px;
		padding: 10px 0px;
		z-index: 200;
		background-color: #231F20;
	}

	#nav li li {
		white-space: nowrap;
		padding: 5px 0px;
	}

	#nav li li a {
		display: block;
		padding: 2px 20px;
	}

	#topnav {
		position: absolute;
		top: -50px;
		right: 10px;
		z-index: 100;
		height: 50px;
		/*
		right: 210px;
		border-right: 2px solid #3B3738;
		padding-right: 10px;
		*/
	}

	#topnav li {
		list-style: none;
		float: left;
		margin-right: 20px;
		display: inline;
		font-size: 15px;
		line-height: 48px;
		font-weight: bold;
		font-style: italic;
	}

	#topnav li a {
		color: #AFADAE;
	}

	#topnav li a:hover, #topnav li.active a {
		color: #FFFFFF;
	}

}

@media only screen and (max-width: 899px) {

	body {
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
	}

	.mobile_nav body {
		left: 0px;
		-webkit-transform: translate3d(70%, 0, 0);
		-moz-transform: translate3d(70%, 0, 0);
		-ms-transform: translate3d(70%, 0, 0);
		-o-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
		overflow-x: hidden;
	}

	#nav_trigger, #nav_close {
		font-size: 25px;
		line-height: 25px;
		cursor: pointer;
		color: #AFADAE;
	}

	#nav_trigger {
		display: block;
		position: absolute;
		top: 0px;
		left: 10px;
		z-index: 100;
	}

	#nav_close {
		margin: 12px 15px;
		color: #FFFFFF;
	}

	#nav_wrapper {
		width: 70%;
		position: absolute;
		left: -70%;
		top: -50px;
		height: 100%;
		background-color: #7E4830;
		z-index: 500;
	}

	#nav ul:after {
		display: none;
	}

	#nav li, #topnav li {
		display: block;
		border-top: 1px solid #FFFFFF;
		text-align: left;
		font-size: 15px;
		line-height: 20px;
	}

	#nav li.spacer {
		display: none;
	}

	#nav li a, #topnav li a {
		display: block;
		padding: 10px 3%;
	}

	#topnav li a {
		color: #FFFFFF;
	}

	#topnav li a:hover, #topnav li.active a {
		color: #FFD204;
	}

	#nav li ul {
		padding: 0px;
	}

	#nav li li a {
		padding: 10px 6%;
	}

	#nav > ul > li > a:after{ 
		float: right;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#nav > ul > li.expanded > a:after {
		content: '\f0d8';
	}

	#nav > ul > li > a:only-child:after {
		content: '';
	}

	#content {
		float: none;
		width: auto;
	}

	#right_content {
		display: none;
	}

}
