/* 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: "Granjon W01", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 28px;
	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;
	text-align: justify;
}

ul {
	padding-left: 20px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 20px;
	margin: -10px 0px 25px 0px;	
}

h1 {
	font-size: 45px;
	line-height: 1em;
	font-weight: bold;
	color: #92702A;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.layout2 h1 {
	text-align: center;
	margin-bottom: 0px;
}

h2 {
	font-family: "Engravers Gothic ML W01", sans-serif;
	font-size: 27px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6A6765;
	margin-bottom: .25em;
}

.layout2 h2 {
	margin-bottom: .75em;
}

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

	h1 { font-size: 30px; }
	h2 { font-size: 22px; }

}

hr {
	border: 0px;
	height: 2px;
	background-image: url('../images/hr_bg.gif');
	background-repeat: repeat-x;
	margin: 20px 0px;
}

img {
	border: none;
}

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

a {
	text-decoration: none;
	cursor: pointer;
	color: #92702A;
}

a:hover {
	color: #6A6765;
}

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

.sr {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

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

.varietals {
	width: 33%;
	float: left;
	padding-right: 15px;
}

.founders {
    width: 100%;
    display: block;
    overflow: 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: "Granjon W01", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 19px;
	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;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

.fancy_button, input[type="submit"].fancy_button {
	background-color: #92702A;
	border: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 4px 0px;
	cursor: pointer;
}

.fancy_button:hover, input[type="submit"].fancy_button:hover {
/*	color: #231F20;*/
	background-color: #423D37;
	color: #FFFFFF;
}

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

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1160px;
	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: 849px) { .container { padding: 0px 15px; } }

#skip_content {
	position: absolute;
	top: 0px;
	left: 10px;
	transform: translateY(-150%);
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	z-index: 500;
}

#skip_content:focus {
	transform: translateY(10px);
}

#header {
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}

#header_bar {
	height: 45px;
	background-image: url('../images/header_bar_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
}

#cart_nav {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 0px;
	height: 45px;
}

#cart_nav li {
	list-style: none;
	float: left;
	font-size: 15px;
	color: #FFFFFF;
	height: 45px;
	line-height: 41px;
	background-image: url('../images/cart_nav_divider.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 20px 0px 22px;
}

#cart_nav li.cart {
	background-image: url('../images/cart_nav_bg.gif');
	background-position: left 14px;
}

#cart_nav li a {
	background-color: #423D37;
	color: #CDA351;
	font-style: italic;
}

#cart_nav li a.white {
	color: #FFFFFF;
	font-style: normal;
}

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

	#cart_nav li span.checkout {
		display: none;
	}

}

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

	#cart_nav li a.white span {
		display: none;
	}

}

#logo {
	padding: 30px 0px 25px 0px;
	text-align: center;
}

#logo img {
	width: 100%;
	max-width: 250px;
}

#header_photo {
	position: relative;
}

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

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

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

.layout2 #content_box {
	background-image: url('../images/ctas_bg.jpg');
	background-position: center top;
}

#content {
	margin-right: 243px;
	padding-top: 35px;
	padding-bottom: 25px;
	overflow: hidden;
}

.layout2 #content {
	margin: 0px;
	padding-bottom: 40px;
}

.layout3 #content {
	margin: 0px;
}

#right_content {
	float: right;
	width: 193px;
	background-color: #F5F5F5;
	background-image: url('../images/subnav_bg.png');
	padding: 110px 25px 20px 25px;
}

#ctas, #special_banner {
	background-image: url('../images/ctas_bg.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 50px 0px;
}

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

#special_banner {
	padding: 20px 0px;
}

#special_banner p {
	text-align: center;
	margin-bottom: 0px;
}

#special_banner strong {
	font-size: 1.1em;
	color: #92702A;
}

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

	#special_banner strong {
		display: block;
	}

}

#special_banner em {
	color: #6A6765;
}

.cta {
	width: 32.7272727272727%;
	float: left;
	margin-left: 0.9090909090909%;
	display: inline;
}

.cta_buy {
	margin-left: 0px;
}

.cta a {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 36.9444444444444%;
	background-image: url('../images/cta_bg.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.layout2 .cta a {
	padding-bottom: 100%;
	background-color: #423D37;
}

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

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

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

.cta a:hover {
	background-position: 0px 100%;
}

.cta a span {
	display: block;
	position: absolute;
	top: 28%;
	left: 0px;
	width: 100%;
	font-size: 40px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	color: #F2F0ED;
	text-transform: uppercase;
	background-color: #423D37;
}

.layout2 .cta a span {
	top: 73%;
	background-color: transparent !important;
}

.cta a:hover span {
	background-color: #B58A34;
}

.layout2 .cta a:hover span {
	color: #B58A34;
}

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

	.cta {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
		width: 290px;
	}

}

#footer {
	background-color: #231F20;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #F4F4F4;
}

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

#footer_inner_inner {
	background-image: url('../images/copyright_bg.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 60px 0px 40px 0px;
}

#footer img {
	width: 120px;
	height: auto;
}

#footer a {
	color: #F4F4F4;
}

#footer a:hover, #footer span {
	color: #B58A34;
}

#footer br.mobile {
	display: none;
}

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

	#footer span {
		display: block;
		margin-top: 10px;
	}

}

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

	#footer br.mobile {
		display: block;
	}

}

#footer_box {
	background-image: url('../images/gold_dot.png');
	background-repeat: repeat-x;
	padding-top: 6px;
	width: 95%;
	max-width: 811px;
	margin: 30px auto 0px auto;
}

#footer_box_inner {
	background-image: url('../images/gold_dot.png');
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 45px;
	padding-bottom: 30px;
}

#social {
	float: left;
	width: 50%;
	padding-right: 40px;
}

#social ul {
	padding: 0px;
	float: right;
}

#social li {
	list-style: none;
	float: left;
	margin-left: 30px;
	display: inline;
	font-size: 30px;
	line-height: 30px;
}

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

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

#mailinglist {
	float: left;
	padding-left: 40px;
}

#mailinglist label {
	font-style: italic;
	font-size: 20px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#email_box {
	width: 140px;
	height: 31px;
	border-top: 2px solid #B58A34;
	border-left: 2px solid #B58A34;
	border-bottom: 2px solid #B58A34;
	background-color: transparent;
	font-size: 14px;
	font-style: italic;
	color: #B58A34;
	padding-left: 7px;
	float: left;
}

#email_submit {
	width: 26px;
	height: 31px;
	padding: 0px;
	border-top: 2px solid #B58A34;
	border-right: 2px solid #B58A34;
	border-bottom: 2px solid #B58A34;
	background-color: transparent;
	text-align: center;
	float: left;
	text-indent: 120%;
	overflow: hidden;
	background-image: url('../images/gold_arrow.png');
	background-repeat: no-repeat;
	background-size: 5px 10px;
	background-position: center center;
}

#email_submit:hover {
	background-image: url('../images/white_arrow.png');
}

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

	#footer_box_inner {
		background-image: none;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	#social {
		float: none;
		width: 100%;
		padding: 0px;
		margin-bottom: 25px;
	}

	#social ul {
		float: none;
		text-align: center;
	}

	#social li {
		float: none;
		display: inline-block;
		text-align: center;
		margin: 0px 15px;
	}

	#mailinglist {
		width: 324px;
		margin: 0px auto;
		float: none;
		padding: 0px;
	}

}

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

	#mailinglist {
		width: 166px;
	}

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

}


#copyright {
	background-color: #231F20;
	text-align: center;
	color: #8C8787;
	padding: 50px 15px;
}

#copyright a {
	color: #8C8787;
}

#copyright a:hover {
	color: #F4F4F4;
}

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

	#copyright {
		padding: 30px 15px;
	}

}

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

	#copyright br {
		display: none;
	}

}

/* NAVIGATION CSS */

#nav_trigger {
	display: none;
}

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-family: "Engravers Gothic ML W01", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav li a {
	color: #423D37;
}

#nav li a:hover {
	color: #92702A;
}

#nav li div {
	display: none;
}

#nav li li li a {
	font-family: "Granjon W01", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: #B8B7B4;
}

#footer_nav ul {
	padding: 0px;
	margin-bottom: 20px;
}

#footer_nav li {
	list-style: none;
	display: inline-block;
	font-family: "Engravers Gothic ML W01", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 15px;
}

#footer_nav li a {
	color: #8C8787;
}

#footer_nav li a:hover {
	color: #F4F4F4;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-family: "Engravers Gothic ML W01", sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#subnav li li {
	font-family: "Granjon W01", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

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

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

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

/* HOME CSS */

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

#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 li .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(42,38,34,.5);
}

#home_slideshow li .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 20px;
	line-height: 1em;
	color: #FFFFFF;
}

#home_slideshow .title {
	font-family: "Granjon W01", Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
}

#home_slideshow .subtitle {
	font-family: "Engravers Gothic ML W01", sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 1.5em;
}

#home_slideshow .content a {
	font-size: 1.1em;
	font-style: italic;
	background-image: url('../images/gold_dot.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 12px;
	color: #FFFFFF;
}

#home_slideshow .content a:hover {
	color: #CDA351
}

.rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.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%;
	cursor: pointer;
}

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

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

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

	#home_slideshow {
		width: 690px;
		height: 250px;
		margin-left: -345px;
		left: 50%;
	}

	#home_slideshow .content_inner {
		width: 355px;
		margin: 0px auto;
	}


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

}

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

	#home_slideshow .content_inner {
		width: 300px;
	}
	
}

#home_content {
	margin-bottom: 50px;
}

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

	#home_content {
		-webkit-column-count: 2;
		-webkit-column-gap: 50px;
		-moz-column-count: 2;
		-moz-column-gap: 50px;
		column-count: 2;
		column-gap: 50px;
	}

}

#home_bottom h3 {
	font-size: 23px;
	line-height: 23px;
	text-align: center;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 30px;
}

#home_bottom .item {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

#home_bottom .date {
	float: left;
	width: 98px;
	background-image: url('../images/gold_dot.png');
	background-repeat: repeat-y;
	background-position: right top;
	font-family: "Engravers Gothic ML W01", sans-serif;
	font-size: 30px;
	line-height: 1em;
	color: #92702A;
	text-align: center;
	padding-right: 3px;
	margin-right: 20px;
	display: inline;
}

#home_bottom .date em {
	display: block;
	background-image: url('../images/gold_dot.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	font-family: "Granjon W01", Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #423D37;
	padding-bottom: 15px;
}

#home_bottom p {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

#home_bottom p strong {
	color: #6A6765;
}

#home_bottom p a {
	color: #231F20;
	font-style: italic;
}

#home_bottom p a:hover {
	color: #92702A;
}

#home_events {
	float: left;
	width: 65.0909090909091%;
	max-width: 716px;
	border-left: 2px solid #423D37;
	border-right: 2px solid #423D37;
	border-bottom: 2px solid #423D37;
	background-image: url('../images/home_events_bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 4% 15px 4%;
}

#home_events .item {
	width: 45%;
	margin-left: 10%;
}

#home_events .item.first {
	margin-left: 0px;
}

#home_press {
	float: left;
	width: 34.9090909090909%;
	max-width: 384px;
	border-right: 2px solid #423D37;
	border-bottom: 2px solid #423D37;
	background-image: url('../images/home_press_bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 4% 15px 4%;
}

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

	#home_events, #home_press {
		width: 100%;
		max-width: none;
		clear: both;
	}

	#home_events {
		margin-bottom: 40px;
	}

	#home_press {
		border-left: 2px solid #423D37;
	}
}

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

	#home_events .item {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}

	#home_events .item.first {
		margin-bottom: 20px;
	}

}

#events_filter {
	background-color: #F5F5F5;
	padding: 15px 20px;
	margin-bottom: 20px;
	font-family: "Engravers Gothic ML W01", sans-serif;
	color: #6A6765;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#events_filter select {
	height: 30px;
	text-transform: none;
	letter-spacing: 0px;
	border: 2px solid #E8E8E8;
}

#events_filter .button {
	border: 2px solid #423D37;
	background-color: transparent;
	color: #231F20;
	font-size: 16px;
	font-style: italic;
	height: 30px;
	padding: 0px 10px;
}

#events_filter .button:hover {
	border: 2px solid #92702A;
	color: #92702A;
}

/* 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: #DDDDDD;
	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, #press h2 {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 21px;
	color: #433D37;
}

#faqs div.question:before, #press h2: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, #press div.expand h2 {
	background-color: #B58A34;
	color: #F2F0ED;
}


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

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

/* FEEDBACK CSS */

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

form.feedback label {
	display: block;
}

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;
	clear: both;
}

form.feedback div label {
	display: inline;
}

form.feedback input[type="text"], 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.fancy_button {
	width: auto;
}

form.feedback input.button {
	width: auto;
	border: 2px solid #423D37;
	background-color: transparent;
	font-family: "Granjon W01", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #B58A34;
	margin-top: 10px;
}

form.feedback input.button:hover {
	background-color: #423D37;
	color: #FFFFFF;
}

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

/* PRODUCTS CSS */

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

.product {
	width: 32.1799307958478%;
	float: left;
	margin-left: 1.1534025374855%;
	display: inline;
	border: 2px solid #423D37;
	text-align: center;
	margin-bottom: 5%;
	padding-top: 20px;
}

#products.merch .product {
	padding-top: 0px;
}

.product .photo {
	margin-bottom: 10px;
	background-image: url('../images/wine_bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 90%;
}

.product h2 {
	font-family: "Granjon W01", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	color: #92702A;
	padding: 0px 10px;
}

.product h2 a {
	color: #92702A;
}

.product .price {
	font-family: "Engravers Gothic ML W01", sans-serif;
	font-size: 18px;
	color: #6A6765;
	background-image: url('../images/hr_bg.gif');
	background-repeat: repeat-x;
	background-position: center left;
	margin: 0px 25px 5px 25px;
}

.product .price span {
	background-color: #FFFFFF;
	padding: 0px 8px;
}

.product form {
	margin-bottom: 20px;
}

.product input.qty, #product input.qty {
	width: 25px;
	height: 25px;
	font-size: 16px;
	text-align: center;
	background-color: #F5F5F5;
	padding: 0px;
}

.product input.add, #product input.add, #product #product_purchase a, #product #product_purchase span {
	height: 25px;
	background-color: transparent;
	font-family: "Granjon W01", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	line-height: 25px;
	color: #92702A;
}

.product input.add:hover, #product input.add:hover, #product #product_purchase a:hover {
	color: #423D37;
}

.product a.details {
	border-top: 2px solid #423D37;
	display: block;
	font-size: 20px;
	line-height: 42px;
	font-style: italic;
}

.product a.details:hover {
	background-color: #423D37;
	color: #FFFFFF;
}

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

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

	.product {
		width: 48.25%;
		margin-left: 1.75%;
	}

}

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

	#products {
		margin-left: 0px;
	}

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

}

#product_photo {
	float: right;
	width: 32.9054842473746%;
	border: 2px solid #423D37;
	text-align: center;
	padding: 5%;
}

#product.merch #product_photo {
	padding: 0px;
}

#product_photo img {
	display: block;
	margin: 0px auto;
	max-height: 600px;
	width: auto;
}

#product_content {
	float: left;
	width: 61.2602100350058%;
	font-size: 16px;
	line-height: 24px;
}

#product_content form, #product_purchase {
	background-image: url('../images/hr_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 25px;
	padding-bottom: 2px;
}

#product_price {
	font-family: "Engravers Gothic ML W01", sans-serif;
	font-size: 25px;
	line-height: 34px;
	color: #6A6765;
	background-image: url('../images/vertical_divider.gif');
	background-repeat: repeat-y;
	background-position: bottom right;
	float: left;
	height: 44px;
	padding-right: 20px;
	margin-right: 20px;
	display: inline;
}

#product_content input.qty {
	vertical-align: top;
	margin-top: 4px;
}

#product_content input.add {
	vertical-align: top;
	margin-top: 2px;
	font-size: 25px;
	line-eigt: 36px;
}

#product #product_purchase a, #product #product_purchase span {
	font-size: 25px;
	line-height: 36px;
}

#product_content h2 {
	font-size: 20px;
}

#product_specs {
	clear: right;
	float: right;
	width: 32.9054842473746%;
	margin-top: 25px;
}

#content #product_specs ul {
	padding: 0px;
	margin-bottom: 10px;
}

#product_specs li {
	list-style: none;
	font-style: italic;
}

#product_specs li span {
	color: #92702A;
}

#product_video {
	clear: both;
	padding-top: 1em;
}

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

	#product_photo, #product_content, #product_specs {
		width: 100%;
		float: none;
	}

	#product_photo {
		margin-bottom: 25px;
	}

	#product_video {
		padding-top: .5em;
	}

}

/* 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 #DDDDDD;
}

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

.trade li:nth-child(odd) {
	clear: both;
}

.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 #DDDDDD;
}

#content h2 + ul.trade {
	margin-top: 10px;
}

/* Press CSS */

#press div.press_content {
	display: none;
	margin: 0px 30px 20px 30px;
	line-height: 20px;
	text-align: left;
}

div.expand div.press_content {
	display: block;
}

/* RESPONSIVE CSS */

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

	#nav_close {
		display: none;
	}

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

	#nav > ul > li a {
		padding: 0px 1px 10px 1px;
	}

	#nav > ul > li.active > a {
		background-image: url('../images/nav_bg.png');
		background-repeat: repeat-x;
		background-position: bottom center;
	}

	#nav li div {
		display: block;
		position: absolute;
		top: 21px;
		left: 0px;
		z-index: 200;
		background-image: url('../images/nav_dropdown_bg.png');
		background-repeat: repeat-x;
		padding-top: 3px;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
	}

	#nav > ul > li:hover div, #nav > ul > li.hover div {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
	}

	#nav ul li ul {
		padding: 0px;
		background-color: #423D37;
	}

	#nav ul div > ul {
		padding: 10px 0px;
	}

	#nav li li {
		white-space: nowrap;
		display: block;
	}

	#nav li li a {
		display: block;
		padding: 7px 20px;
		color: #FFFFFF;
	}

	#nav li li li a {
		padding: 5px 30px;
	}

}

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

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

	#cart_nav {
		right: 0px;
	}

	#logo {
		padding: 20px 0px 15px 0px;
	}

	#nav_trigger, #nav_close {
		font-size: 25px;
		line-height: 25px;
		cursor: pointer;
		color: #FFFFFF;
		background-color: transparent;
		border: 0px;
	}

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

	#nav_close {
		margin: 6px 0px 11px 10px;
	}

	#nav {
		width: 70%;
		position: absolute;
		left: -70%;
		top: -45px;
		height: 100%;
		background-color: #423D37;
		z-index: 500;
	}

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

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

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

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

	#content {
		float: none;
		width: auto;
		margin: 0px;
	}

	#right_content {
		display: none;
	}

	#ctas {
		padding: 30px 0px;
	}

	#footer_inner_inner {
		padding: 40px 0px 30px 0px;
	}

}
