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

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

body {
	font-family: "Adobe Jenson W01", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	color: #393833;
}

body.editor {
	background-image: none;
	min-height: 400px;
}

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

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

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

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

h1 {
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #B4A169;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.layout2 h1 {
	text-align: center;
}

h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	font-style: italic;
	color: #A14E2A;
	margin-bottom: 5px;
}

.layout2 h2 {
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 25px;
}

h3 {
	font-size: 19px;
	font-weight: 600px;
}

h4 {
	font-size: 18px;
	font-weight: 600;
}

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

img {
	border: none;
}

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

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

a:hover {
	color: #B4A169;
}

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;
}

/* 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, #email_box, #email_submit {
	font-family: "Adobe Jenson W01", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	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;
}

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"], #email_submit, a.fancy_button {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

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

/* LAYOUT CSS */

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

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

.layout2 header {
	padding-bottom: 20px;
}

#logo {
	text-align: center;
	width: 100%;
	max-width: 315px;
	float: left;
	margin-top: 52px;
	margin-bottom: 11px;
}

#logo img {
	width: 100%;
}

#social {
	float: right;
	padding: 0px;
	margin: 29px 0px 68px 0px;
}

#social li {
	list-style: none;
	float: left;
	margin-left: 6px;
	display: inline;
	font-size: 17.5px;
}

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

#social li a:hover {
	color: #93C2E0;
}

#header_photo_wrapper {
	overflow: hidden;
}

#header_photo {
	max-width: 1650px;
	min-width: 650px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

#header_photo img {
	width: 100%;
}

#header_photo_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	width: 100%;
	height: 12px;
	background-image: url('../images/header_photo_overlay.png');
	background-repeat: repeat-x;
	background-position: center top;
}

#content_box {
	padding-top: 2%;
	padding-bottom: 2%;
}

.layout2 #content_box {
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	background-image: url('../images/home_content_bg.jpg');
	background-position: center top;
}

#content {
	width: 77%;
	max-width: 924px;
	float: left;
}

.layout2 #content, .layout3 #content {
	width: 100%;
	max-width: none;
	float: none;
}

#right_content {
	float: right;
	width: 19.583333333333%;
	max-width: 235px;
	padding-top: 53px;
}

#ctas {
	background-image: url('../images/header_bg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 35px;
	padding-bottom: 35px;
	line-height: 1px;
}

.layout2 #ctas {
	background-image: none;
}

#ctas a {
	display: inline-block;
	width: 32.5%;
	max-width: 390px;
	font-size: 44px;
	line-height: 1em;
	text-align: center;
	color: #FDFCF9;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #737063;
	background-image: url('../images/cta_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
}

.layout2 #ctas a {
	position: relative;
	height: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 0px 0px 24.168% 0px;
	line-height: 1.1em;
}

.layout2 #ctas a span {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	padding-bottom: 10%;
}

.layout2 #ctas a.buy {
	background-image: url('../images/cta_bg_buy.jpg');
}

.layout2 #ctas a.visit {
	background-image: url('../images/cta_bg_visit.jpg');
}

.layout2 #ctas a.join {
	background-image: url('../images/cta_bg_join.jpg');
}

#ctas a:hover {
	background-color: #B4A169;
}

.layout2 #ctas a:hover {
	background-image: none;
}

#ctas br {
	display: none;
}

.layout2 #ctas br {
	display: block;
}

#ctas a em {
	font-family: "P22 Declaration W01 Script ";
	font-weight: normal;
	text-transform: none;
	margin-right: 3px;
}

.layout2 #ctas a em {
	margin-right: 0px;
}

.layout2 #ctas a img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

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

	#ctas {
		padding-top: 1px;
		padding-bottom: 25px;
	}

	#ctas a {
		width: 100%;
		display: block;
		margin: 25px auto 10px auto;
	}

	.layout2 #ctas a {
		width: 290px;
		height: 216px;
		padding: 0px;
	}

}

#contact_info {
	background-color: #E9E6D6;
	color: #737063;
	font-weight: 600;
	line-height: 25px;
}

#contact_info_inner {
	background-image: url('../images/header_photo_overlay.png');
	background-repeat: repeat-x;
	background-position: center top;
}

#contact_info .container {
	background-image: url('../images/contact_info_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 210px;
	padding-top: 65px;
	padding-bottom: 30px;
}

.layout2 #contact_info {
	background-image: url('../images/contact_info_bg_home.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.layout2 #contact_info .container {
	background-image: none;
	padding-top: 45px;
	padding-bottom: 50px;
}

#mailinglist {
	float: left;
	height: 43px;
	margin-top: 12px;
	background-image: url('../images/mailinglist_bg.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

.layout2 #mailinglist {
	float: none;
	background-image: url('../images/mailinglist_bg2.png');
	background-position: center top;
	padding: 45px 0px 0px 0px;
	width: 100%;
	max-width: 390px;
	height: auto;
	margin: 8px auto 0px auto;
	text-align: center;
}

#mailinglist label {
	font-size: 28px;
	line-height: 43px;
	color: #B4A169;
	font-style: italic;
	font-weight: 600;
	margin-right: 10px;
}

.layout2 #mailinglist label {
	display: block;
	margin: 0px;
}

#mailinglist label span {
	font-family: "P22 Declaration W01 Script ";
	font-style: normal;
	font-weight: 400;
}

#mailinglist p {
	display: none;
}

.layout2 #mailinglist p {
	display: block;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 24px;
}

#email_box, #email_submit {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: transparent;
	height: 43px;
}

#email_box {
	width: 175px;
	border-left: 1px solid #FFFFFF;
	color: #A5A295;
	font-weight: 600;
	font-style: italic;
	padding-left: 10px;
	vertical-align: top;
}

.layout2 #email_box {
	width: 326px;
}

#email_submit {
	width: 64px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #737063;
	vertical-align: top;
}

#email_submit:hover {
	color: #A14E2A;
}

#contact_info_right {
	float: right;
	width: 100%;
	max-width: 668px;
}	

.layout2 #contact_info_right {
	float: none;
	margin: 0px auto;
	text-align: center;
}

#contact_info .column {
	float: right;
}

#contact_info .column_address {
	float: left;
}

#contact_info strong {
	font-size: 21px;
	color: #B4A169;
}

.layout2 #contact_info .column {
	width: 50%;
	padding: 0px 0px 0px 15px;
	text-align: left;
	margin-bottom: 10px;
}

.layout2 #contact_info .column_address {
	text-align: right;
	padding: 0px 15px 0px 0px;
}

.layout2 #contact_info strong a {
	text-align: center;
	border: 1px solid #A14E2A;
	display: inline-block;
	font-style: italic;
	padding: 5px 10px;
}

.layout2 #contact_info strong a:hover {
	background-color: #A14E2A;
	color: #E9E6D6;
}

.layout2 hr {
	margin: 0px;
}

@media only screen and (max-width: 1500px) {
	.layout2 #contact_info {
		background-position: left bottom;
	}
}

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

	#contact_info .container {
		padding-top: 40px;
	}

	#mailinglist {
		float: none;
		width: 437px;
		margin: 0px auto 30px auto;
	}

	#contact_info_right {
		float: none;
		margin: 0px auto;
	}
}

@media only screen and (max-width: 700px) {
	.layout2 #contact_info .container {
		padding-top: 25px;
		padding-bottom: 35px;
	}

	#contact_info .column, .layout2 #contact_info .column {
		float: none;
		text-align: center;
		width: 100%;
		padding: 0px;
	}

	#contact_info .column_address {
		margin-bottom: 20px;
	}
}

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

	#mailinglist {
		background-image: url('../images/mailinglist_bg2.png');
		background-position: center top;
		padding: 45px 0px 0px 0px;
		width: 100%;
		max-width: 390px;
		height: auto;
		margin: 0px auto 35px auto;
		text-align: center;
	}

	.layout2 #email_box {
		width: 226px;
	}

	#mailinglist label {
		display: block;
		margin: 0px;
	}

}

footer {
	background-color: #696659;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #C9C7BC;
	height: 240px;
	line-height: 20px;
}

footer .container {
	top: 50%;
	transform: translateY(-50%);
}

#footer_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -38px;
	margin-top: -40px;
}

#footer_right {
	float: right;
	margin-top: 10px;
}

footer a {
	color: #C9C7BC;
}

footer a:hover {
	color: #FDFCF9;
}


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

table.contact {
	width: 100%;
	margin-bottom: 30px;
}

table td {
	vertical-align: top;
}


.contact td {
	padding: 0px 10px 30px 0px;
	line-height: 20px;
}

.team {
	width: 100%;
	display: block;
	overflow: auto;
}

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

	footer {
		text-align: center;
	}

	#footer_icon {
		position: relative;
		top: auto;
		left: auto;
		margin: 0px 0px 10px 0px;
	}

	#footer_right {
		float: none;
		margin-bottom: 15px;
	}

}

/* NAVIGATION CSS */

#nav_trigger {
	display: none;
}

#subnav {
	padding: 0px 0px 0px 8%;
	margin: 0px;
	border-left: 1px solid #D7D4CA;
}

#subnav li {
	list-style: none;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 14px;
}

#subnav li.active {
	font-style: italic;
	font-weight: bold;
}

#subnav li a, #subnav li.active li a {
	color: #737063;
}

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

#subnav li ul {
	padding: 12px 0px 0px 10px;
}

#subnav li li {
	font-style: normal;
	font-size: 17px;
}

/* HOME CSS */

@media only screen and (min-width: 737px) { 
	#home_content {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 25px;
		-webkit-column-gap: 25px;
		column-gap: 25px;
	}
}

#home_slideshow_wrapper {
	clear: both;
	width: calc(100%-80px);
	height: 100%;
/*	max-width: 1650px;*/
	margin: 0px;
	position: relative;
	overflow: hidden;
}

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

	#home_slideshow_wrapper {
		width: 100%;
		margin: 0px auto;
	}

}

#home_slideshow {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 100%;
	height: 100%;
/*	max-width: 1650px;*/
	min-width: 650px;
}

#home_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

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

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

.rslides_tabs {
	margin-top: 5px;
	padding: 0px;
	text-align: center;
}

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

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	background-image: url('../images/home_slideshow_bullet.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.rslides_tabs li.rslides_here a {
	background-position: 0px -14px;
}

@media only screen and (max-width: 650px) {
	#header_photo, #home_slideshow {
		width: 650px;
		left: 50%;
		margin-left: -325px;
	}
}

#home_video {
	position: relative;
	padding-top: 56.25%;
}

#home_video video {
	width: 100%;
	display: block;
}

#home_video iframe {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
/*
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
*/
}

.layout2 #content_box hr {
	margin: 30px 0px 40px 0px;
}

#home_events, #home_press {
	width: 50%;
	float: left;
	padding-right: 10px;
	color: #737063;
	font-size: 20px;
	line-height: 25px;
}

.layout3 #home_events {
	width: 100%;
	float: none;
	padding-right: 0px;
	color: #393833;
}

#home_press {
	float: right;
	padding-left: 10px;
}

#home_events h3, #home_press h3 {
	font-size: 1.4em;
	text-align: center;
	font-weight: 600px;
	color: #737063;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#home_events h3 a, #home_press h3 a {
	font-size: .7142em;
	font-style: italic;
	text-transform: none;
	color: #B4A169;
	margin-left: 10px;
}

#home_events h3 a:hover, #home_press h3 a:hover {
	color: #A14E2A;
}

#home_events .item, #home_press .item {
	border: 1px solid #D7D4CA;
	padding: 3%;
	height: 55px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 10px;
}

.layout3 #home_events .item {
	height: auto;
}

.layout3 #home_events .item {
	padding: 15px;
}

#home_events .date, #home_press .date {
	background-color: #737063;
	float: left;
	width: 125px;
	width: 22%;
	height: 55px;
	margin-right: 20px;
	display: inline;
	color: #93C2E0;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	line-height: 55px;
}

.layout3 #home_events .date {
	width: 125px;
}

#home_events .date2 div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
}

#home_events .content, #home_press .content {
	position: relative;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	font-size: 1.25em;
}

.layout3 #home_events .content {
	font-size: 18px;
	line-height: 21px;
	top: auto;
	left: auto;
	transform: none;
}

#home_events strong, #home_press strong {
	margin-right: 5px;
}

.layout3 #home_events h4 {
	color: #737063;
	font-size: 20px;
	line-height: 25px;
}

#home_events .item a, #home_press .item a {
	font-size: .88em;
	font-weight: 600;
	font-style: italic;
	color: #B4A169;
}

.layout3 #home_events .item a {
	font-size: 1em;
}

#home_events .item a:hover, #home_press .item a:hover {
	color: #A14E2A;
}

@media only screen and (max-width: 1230px) { #home_events, #home_press { font-size: 18px; } }
@media only screen and (max-width: 1050px) { #home_events, #home_press { font-size: 17px; } }
@media only screen and (max-width: 960px) { #home_events, #home_press { float: none; width: 100%; padding: 0px; font-size: 20px; } #home_events { margin-bottom: 30px; } }
@media only screen and (max-width: 550px) { #home_events, #home_press { font-size: 18px; } }
@media only screen and (max-width: 500px) { #home_events, #home_press { font-size: 16px; } }
@media only screen and (min-width: 451px) { 
	#home_events .date2 div {
		font-size: .7142em;
		line-height: 20px;
		margin-top: 8px;
	}
	#home_events .date2 div.dash {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 450px) { 

	#home_events .item, #home_press .item {
		height: auto;
	}

	#home_events .date, #home_press .date, .layout3 #home_events .date {
		float: none;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	#home_events .date2 div br {
		display: none;
	}

	#home_events .content, #home_press .content {
		position: relative;
		top: auto;
		left: auto;
		transform: translateY(0px);
	}
}

/* GALLERY CSS */

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

.gallery li {
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	min-width: 100px;
	width: 22%;
	vertical-align: top;
}

.gallery li.filler {
	height: 0px;
	margin: 0px 0px -20px 0px;
}

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

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

	.gallery li {
		width: 30%;
	}

	.gallery li.filler2 {
		display: none;
	}
}

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

	.gallery li {
		width: 45%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	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.answer {
	display: none;
}

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

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

/* PRODUCTS CSS */

#categories {
	margin: -37px 0px 0px -6%;
}

.category {
	float: left;
	width: 44%;
	margin: 40px 0px 0px 6%;
	display: inline;
	max-width: 432px;
	border: 1px solid #D7D4CA;
	text-align: center;
}

.category a.category_photo {
	display: block;
	background-color: #B4A169;
	height: 0px;
	padding-bottom: 94.1860465116279%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	color: #FDFCF9;
	text-transform: uppercase;
}

.category:hover a.category_photo {
	background-image: none !important;
}

.category a.category_photo span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	font-size: 48px;
	line-height: 1em;
}

.category a.category_photo em {
	font-family: "P22 Declaration W01 Script ";
	font-size: 1.875em;
	font-weight: normal;
	text-transform: none;
	margin-right: .2em;
}

.category a.category_photo img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.category a.category_button {
	display: block;
	padding: 5% 0px;
}

.category a.category_button span {
	display: inline-block;
	padding: 1% 5%;
	border: 1px solid #A14E2A;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
}

.category:hover a.category_button span {
	background-color: #A14E2A;
	color: #FFFFFF;
}

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

	#categories {
		margin-left: 0px;
	}

	.category {
		width: 100%;
		float: none;
		display: block;
		margin: 40px auto 0px auto;
	}

}

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

.product {
	float: left;
	width: 31%;
	margin: 40px 0px 0px 2%;
	display: inline;
}

.product_inner {
	border: 1px solid #D7D4CA;
/*	background-image: url('../images/product_bg.jpg');*/
	background-repeat: repeat-x;
	margin-bottom: 10px;
	text-align: center;
	padding: 30px 10px 10px 10px;
}

.product .photo {
	height: 600px;
	text-align: center;
}

#products.category3 .product .photo {
	display: none;
}

.product .photo img {
	width: auto;
	max-height: 600px;
	margin: 0px auto;
}

.product h2 {
	font-style: normal;
	font-size: 25px;
}

.product h2 a {
	color: #737063;
}

.product .price, #product_price {
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
	color: #93C2E0;
}

#product_price {
	font-size: 30px;
	margin-bottom: 10px;
}

.product .club_price, #product_price span {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: #B5A26A;
}

#product_price span {
	margin-left: 2px;
}

.product a.details, .product a.purchase, #product a.button, a.fancy_button {
	float: right;
	width: 40.27778%;
	height: 37px;
	font-size: 21px;
	line-height: 35px;
	font-weight: 700;
	font-style: italic;
	color: #A14E2A;
	text-align: center;
	border: 1px solid #A14E2A;
	background-color: #FFFFFF;
}

.product a.details, #product a.button {
	float: left;
}

#product a.button, a.fancy_button {
	width: auto;
	padding: 0px 20px;
	border: 1px solid #B5A26A;
	color: #B5A26A;
	margin-right: 10px;
	display: inline-block;
}

.product a.details:hover, .product a.purchase:hover, #product a.button:hover, a.fancy_button:hover {
	background-color: #A14E2A;
	color: #FEFEFD;
}

.product a.purchase {
	border: 1px solid #B5A26A;
	color: #B5A26A;
}

.product a.purchase:hover, #product a.button:hover, a.fancy_button:hover {
	background-color: #B5A26A;
}

a.fancy_button {
	float: none;
}

.product form, #product form {
	width: 52.77778%;
	height: 37px;
	border: 1px solid #B5A26A;
}

.product input.quantity, #product input.quantity {
	width: 30%;
	height: 35px;
	border-right: 1px solid #B5A26A;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	color: #737063;
	padding: 3px 0px 0px 0px;
}

.product input.button, #product input.button {
	background-color: transparent;
	float: right;
	width: 70%;
	text-align: center;
	font-size: 21px;
	line-height: 35px;
	font-weight: 700;
	font-style: italic;
	color: #B5A26A;
	padding: 0px;
}

.product input.button:hover {
	background-color: #B5A26A;
	color: #FEFEFD;
}

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

	#products {
		margin-left: -2%;
	}

	.product {
		width: 48%;
		margin-left: 2%;
	}

}

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

	#products {
		margin-left: 0px;
	}

	.product {
		width: 100%;
		float: none;
		display: block;
		margin-left: 0px;
	}

}

#product {
	margin-top: 18px;
}

#product_right {
	float: right;
	width: 35.064935%;
	border: 1px solid #D7D4CA;
	text-align: center;
	padding: 30px 20px 20px 20px;
}

#product_right img {
	width: auto;
	height: 100%;
	max-height: 650px;
}

#product_left {
	width: 59.52381%;
}

#product.category3 #product_left {
		width: 100%;
}

#product_buy {
	font-style: italic;
	color: #737063;
	padding-bottom: 20px;
	border-bottom: 1px solid #D7D4CA;
	margin-bottom: 25px;
}

#product_buy form {
	display: inline-block;
	width: 152px;
	margin-right: 4px;
}

#product_discounts {
	display: inline-block;
	vertical-align: bottom;
	line-height: 37px;
	white-space: nowrap;
	margin-bottom: 15px;
}

#product_specs {
	margin-top: 25px;
	border-top: 1px solid #D7D4CA;
	padding-top: 25px;
	color: #93C2E0;
}

#product_specs h3 {
	color: #737063;
}

#product_specs span {
	color: #918E86;
}

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

	#product_discounts {
		display: block;
		margin-top: 5px;
	}

}

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

	#product a.button {
		float: none;
	}

	#product_discounts {
		margin-bottom: 5px;
	}

}

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

	#product_right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#product_right img {
		max-height: 400px;
	}

	#product_left {
		width: 100%;
	}

}

/* TRADE STYLES */

#content .trade-cats, #content .trade {
	padding: 0px;
	width: 100%;
}

.trade-cats li {
	list-style: none;
	float: left;
	margin: 0px 16px 20px 0px;
	width: 155px;
	display: inline;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

.trade-cats img {
	border: 1px solid #D7D4CA;
}

.trade li {
	list-style: none;
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

.trade li .trade_content {
	padding-right: 15px;
}

.trade hr {
	margin: 5px 0px;
}

.trade img {
	float: left;
	margin: 0px 15px 10px 0px;
	display: inline;
	border: 1px solid #D7D4CA;
}

/* CONTACT CSS */

.contact {
	width: 240px;
	float: left;
	margin: 0px 0px 20px 0px;
}

/* RESPONSIVE CSS */

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

	#nav_close {
		display: none;
	}

	#topnav {
		padding: 0px;
		position: absolute;
		top: 29px;
		right: 160px;
	}


	#topnav li {
		list-style: none;
		float: left;
		margin-left: 20px;
		display: inline;
		font-size: 18px;
		line-height: 36px;
		font-style: italic;
		letter-spacing: .03em;
	}

	#topnav li a {
		color: #B4A169;
	}

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

	#nav {
		padding: 0px;
		margin: 0px;
		float: right;
		clear: right;
	}

	#nav li {
		list-style: none;
		font-size: 16px;
		line-height: 16px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		float: left;
		margin-left: 34px;
		display: inline;
		padding-bottom: 10px;
		position: relative;
	}

	#nav li a {
		color: #737063;
	}

	#nav li a:hover, #nav li.active a {
		color: #A14E2A;
	}

	#nav li.active {
		font-style: italic;
	}

	#nav li ul {
		display: none;
	}

	#nav > li:hover > ul {
		display: block;
		position: absolute;
		top: 25px;
		left: 0px;
		padding: 17px 0px 0px 0px;
		background-image: url('../images/dropdown_bg.png');
		background-repeat: repeat-x;
		background-position: center top;
		z-index: 300;
	}

	#nav li li {
		float: none;
		display: block;
		height: auto;
		background-color: #737063;
		white-space: nowrap;
		padding: 0px 0px 8px 0px;
		margin: 0px;
		text-transform: none;
		font-size: 19px;
		line-height: 23px;
	}

	#nav li.active li {
		font-style: normal;
	}

	#nav li li a, #nav li.active li a {
		padding: 2px 20px;
		color: #FDFCF9;
		display: block;
	}

	#nav li li a:hover {
		color: #93C2E0;
	}

	#nav ul ul {
		display: none;
	}

}

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

	#logo {
		margin-top: 29px;
		margin-bottom: 20px;
		max-width: 250px;
	}

	#nav {
		clear: left;
		margin-bottom: 13px;
	}

	h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.layout2 h2 {
		font-size: 24px;
		line-height: 26px;
	}

	.layout2 #content_box {
		padding-top: 3.5%;
	}

}

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

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

	#right_content {
		display: none;
	}

}

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

        body {
		position: relative;
		left: 0px;
		overflow-x: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.mobile_nav body {
		left: -240px;
	}

	.mobile_nav body {
		left: -240px;
	}

	#logo {
		margin: 20px 0px 10px 0px;
	}

	#social {
		margin: 0px;
		position: absolute;
		top: 70px;
		right: 12px;
	}


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

	#nav_trigger {
		display: block;
		position: absolute;
		top: 22px;
		right: 15px;
		z-index: 100;
	}

	#nav_close {
		margin: 21px 10px;
	}

	nav {
		width: 240px;
		height: 100%;
		position: fixed;
		right: -240px;
		top: 0px;
		background-color: #737063;
		z-index: 500;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		overflow: auto;
	}

	.mobile_nav nav {
		right: 0px;
	}

	nav ul {
		padding: 0px;
		margin: 0px;
	}

	#nav {
		margin: 0px;
	}

	nav li {
		display: block;
		border-top: 1px solid #FFFFFF;
		text-align: left;
	}

	nav li a {
		display: block;
		padding: 10px 3%;
		color: #FDFCF9;
	}

	nav li ul {
		padding: 0px;
		display: none;
	}

	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: '';
	}

	h1 {
		font-size: 25px;
		line-height: 25px;
	}

	.layout2 h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.layout2 #content_box {
		padding-top: 35px;
	}
}

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

	#logo {
		max-width: 200px;
	}

	#social {
		top: 60px;
	}

}

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

	#logo {
		max-width: 180px;
	}

	#social li {
		font-size: 15px;
		margin-left: 3px;
	}

}
