@font-face {
    font-family: 'Langdon';
    src:url('fonts/Langdon.ttf.woff') format('woff'),
        url('fonts/Langdon.ttf.svg#Langdon') format('svg'),
        url('fonts/Langdon.ttf.eot'),
        url('fonts/Langdon.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

/* 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: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #1D191A;
	padding-top: 33.5%;
}

body.layout2 {
	padding-top: 0px;
}

body.editor {
	background-image: none;
	min-height: 400px;
	transition: none;
	padding-top: 0px !important;
}

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

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

table.data_table {
	width: 100%;
}

table th {
	text-align: left;

}
table td {
	vertical-align: top;
}

.data_table th, .data_table td {
	padding: 5px;
}

.data_table th {
	text-transform: uppercase;
	font-size: 18px;
}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

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

h1 {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 45px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #D5BE68;
	margin-bottom: 1em;
}

.page51 h1 {
	color: #173926;
}

.orange h1 {
	color: #EF6B09;
}

.blue h1 {
	color: #96BED0;
}

h2 {
	font-size: 25px;
	line-height: 1em;
	font-style: italic;
	margin-bottom: .25em;
}

h1 + h2 {
/*	margin-top: -1em;*/
	margin-bottom: 1em;
}

hr {
	border: 0px;
	height: 1px;
	margin: 35px auto;
	color: #CFCFCF;
	background-color: #CFCFCF;
}

img {
	border: none;
}

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

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

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

video {
	width: 100%;
	height: auto;
}

#content .right_photo {
	float: right;
	margin: 5px 0px 30px 40px;
	display: inline;
	max-width: 50%;
}

.button.right_photo {
	white-space: nowrap;
	display: block;
	max-width: none;
	text-align: center;
}

#content .left_photo {
	float: left;
	margin: 5px 40px 30px 0px;
	display: inline;
	max-width: 50%;
}

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

	#content .right_photo, #content .left_photo {
		float: none;
		max-width: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

.right_content_box {
	border: 1px solid #D0CFCF;
	padding: 15px 15px 1px 15px;
	margin-bottom: 20px;
}

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

	.left_content_box {
		width: 60%;
		float: left;
	}

	.right_content_box {
		width: 35%;
		float: right;
		margin: 0px 0px 20px 5%;
	}

}

.back_link {
	text-align: center;
	margin-bottom: 40px;
}

.back_link a {
	display: inline-block;
	border: 1px solid #D0CFCF;
	height: 53px;
	padding: 10px 15px 0px 15px;
	color: #030303;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
}

.back_link a:hover {
	background-color: #D0CFCF;
	color: #FFFFFF;
}

.grecaptcha-badge {
	bottom: 70px !important;
}

/* 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: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 14px;
	line-height: 18px;
	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: 15px;
	font-weight: bold;
	padding: 5px 10px;
	-webkit-appearance: none;
	cursor: pointer;
}

a.button {
	display: inline-block;
	margin-bottom: 10px;
	padding: 13px 15px 6px 15px;
	background-color: #FFFFFF;
	border: 1px solid #D0CFCF;
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #959494;
}

a.button:hover {
	background-color: #D0CFCF;
	color: #FFFFFF;
}

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

	a.button {
		font-size: 25px;
	}

}

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

a:hover .red {
	color: #E54D4B;
}

#popup {
	display: none;
	width: 90%;
	max-width: 650px;
	background-color: #FFFFFF;
	padding: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	color: #1D191A;
	text-align: center;
}

#popup .icon {
	width: 102px;
	height: 75px;
}

#popup .title {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 50px;
	line-height: 1em;
	color: #898683;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#popup .title:after {
	border-top: 3px #D5BE68 solid;
	border-bottom: 3px #D5BE68 solid;
	content: '';
	width: 80px;
	height: 4px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -40px;
}

#popup p strong {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
}

#popup p span {
	font-size: 17px;
	color: #D5BE68;
}

#popup p {
	margin-bottom: 2em;
}

div.close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-indent: 110%;
	overflow: hidden;
	background-image: url('../images/close.gif');
	background-size: 16px 24px;
	background-repeat: no-repeat;
	background-position: center center;
	
}

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

	#popup {
		padding: 30px;
	}

	#popup .icon {
		display: none;
	}

	#popup p {
		line-height: 25px;
	}

}

/* LAYOUT CSS */

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

header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.layout2 header {
	position: relative;
	top: auto;
	left: auto;
}

#header_logos {
	height: 70px;
	background-color: #1D191A;
	padding: 21px 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}

#header_logos ul {
	padding: 0px;
}

#header_logos li {
	list-style: none;
	float: left;
	margin-right: 30px;
	display: inline;
}

#header_logos li a {
	display: block;
	width: 79px;
	height: 33px;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
}

#header_logos li.barton a {
	background-image: url('../images/logo-barton-family-wines.png');
	background-size: 79px 66px;
}

#header_logos li.grey a {
	width: 33px;
	background-image: url('../images/logo-grey.png');
	background-size: 33px 66px;
}

#header_logos li.grey_wolf a {
	width: 48px;
	background-image: url('../images/logo-grey-wolf.png');
	background-size: 48px 66px;
}

#header_logos li.krobar a {
	width: 29px;
	background-image: url('../images/logo-krobar-distillery.png');
	background-size: 29px 66px;
}

#header_logos li.grain_vine a {
	width: 90px;
	background-image: url('../images/logo-grain+vine.png');
	background-size: 90px 66px;
}

#header_logos li a:hover {
	background-position: 0px -33px;
}

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

	#header_logos {
		padding-top: 24px;
	}

	#header_logos li {
		margin: 0px 8px;
	}

	#header_logos li a {
		height: 28px;
	}

	#header_logos li.barton a {
		width: 67px;
		background-size: 67px 56px;
	}

	#header_logos li.grey a {
		width: 28px;
		background-size: 28px 56px;
	}

	#header_logos li.grey_wolf a {
		width: 41px;
		background-size: 41px 56px;
	}

	#header_logos li.grain_vine a {
		width: 76px;
		background-size: 76px 56px;
	}

	#header_logos li a:hover {
		background-position: 0px -28px;
	}	

}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 500;
}

#logo {
	position: absolute;
	top: 108px;
	left: 100px;
	text-align: center;
}

#logo img {
	width: 100%;
	max-width: 275px;
	display: inline-block;
}

#logo #logo2 {
	display: none;
}

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

	#logo img {
		max-width: 230px;
	}

}

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

	#logo img {
		max-width: 200px;
	}

}

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

	#logo img {
		max-width: 200px;
	}

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -85px;
	width: 100%;
	height: 85px;
	background-color: #1D191A;
	z-index: 500;
}

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed_temp #logo, .collapsed #logo {
	top: 24px;
}

.collapsed_temp #logo1, .collapsed #logo1 {
	display: none;
}

.collapsed_temp #logo #logo2, .collapsed #logo #logo2 {
	display: inline-block;
	max-width: 150px;
}

.layout3 .collapsed_temp #logo #logo2, .layout3 .collapsed #logo #logo2 {
	max-width: 120px;
}

.collapsed_temp #main_nav, .collapsed #main_nav {
	top: 48px;
}

.collapsed_temp #top_nav, .collapsed #top_nav {
	top: 10px;
}

#header_photo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

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

#header_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 25, 26, .6);
	background-image: url('../images/header-overlay.png');
	background-repeat: repeat-x;
}

#header_title {
	position: absolute;
	top: 55%;
	left: 0px;
	width: 100%;
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 125px;
	line-height: 1em;
	text-align: center;
	text-transform: lowercase;
	color: #FFFFFF;
}

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

	#header_title {
		top: 60%;
	}

}

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

	#header_title {
		top: 65%;
	}

}

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

	#header_title {
		top: 70%;
	}

}

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

	#header_title {
		top: 75%;
	}

}

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

	body {
		padding-top: 400px;
	}

	#header_photo {
		height: 400px;
		overflow: hidden;
	}

	#header_photo img {
		width: 1194px;
	}

}

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

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -597px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -225px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -675px;
	}

}

#content_box {
	background-color: #FFFFFF;
}

#content_box .container {
	padding-top: 90px;
	padding-bottom: 80px;
	max-width: 1060px;
}

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

	#content_box .container {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	h1 {
		font-size: 35px;
		margin-bottom: .5em;
	}

	h1 + h2 {
		margin-top: 0px;
	}

	h2 {
		font-size: 22px;
	}

}

#ctas {
	margin-left: -1px;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 70px;
	background-image: url('../images/ctas-bg.jpg');
	background-position: center -330px;
}

.layout2 #ctas {
	padding-top: 0px;
	background-image: none;
}

#ctas .cta {
	width: 33.3333333%;
	float: left;
	border-left: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#ctas .cta_shop {
	background-image: url('../images/cta-shop-bg.jpg');
}

#ctas .cta_club {
	background-image: url('../images/cta-club-bg.jpg');
}

#ctas .cta_visit {
	background-image: url('../images/cta-visit-bg.jpg');
}

.layout2 #ctas .cta_shop {
	background-image: url('../images/cta-shop-bg-home.jpg');
}

.layout2 #ctas .cta_club {
	background-image: url('../images/cta-club-bg-home.jpg');
}

.layout2 #ctas .cta_visit {
	background-image: url('../images/cta-visit-bg-home.jpg');
}

.layout2 #ctas .cta_events {
	background-image: url('../images/cta-events-bg-home.jpg');
	width: 100%;
}

#ctas .cta a {
	border-top: 1px solid #FFFFFF;
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 37.5375375375375%;
	background-color: rgba(29,25,26,.65);
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 110px;
	line-height: .65em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .025em;
	position: relative;
	-webkit-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.layout2 #ctas .cta a {
	padding-bottom: 82.5825825825826%;
}

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

	.layout2 #ctas .cta_events a {
		padding-bottom: 25%;
	}

}

#ctas .cta a:hover {
	background-color: rgba(29,25,26,.3);
}

#ctas .cta a strong {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.layout2 #ctas .cta a strong {
	top: 60%;
	transform: translateY(-60%);
}

#ctas .cta a strong span, #home_feature2 a strong span {
	background-image: url('../images/cta-border.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1%;
}

#ctas .cta_events a strong span {
	padding-bottom: .5%;
}

#ctas .cta a em {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 0.166666666666667em;
	text-transform: none;
	color: #F1DA85;
}

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

	.layout2 #ctas .cta_events a strong {
		font-size: 2em;
		line-height: 1em;
	}

	.layout2 #ctas .cta_events a strong span {
		padding-bottom: 3%;
	}

	#ctas .cta_events a em {
		font-size: 18px;
	}

}

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

	.layout2 #ctas .cta a strong {
		line-height: .8em;
	}

	.layout2 #ctas .cta_events a strong {
		line-height: 1em;
	}

	#ctas .cta a strong span {
		padding-bottom: 2.2%;
	}

	#ctas .cta a em {
		font-size: 18px;
	}

}

#home_ctas {
	margin-bottom: 1px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url('../images/ctas-bg.jpg');
}

#home_ctas .container {
	padding: 0px 100px;
}

#home_ctas .cta {
	width: 48.3333333333333%;
	float: left;
	border: 2px solid #898683;
}

#home_ctas .cta_kitchen {
	float: right;
}

#home_ctas .cta a {
	display: block;
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 55px;
	line-height: 1.3em;
	text-align: center;
	color: #898683;
	letter-spacing: .25em;
	text-transform: uppercase;
	padding: 10% 0px;
}

#home_ctas .cta a strong {
	font-size: 1.454545454545455em;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: .05em;
}

#home_ctas a:hover {
	color: #1D191A;
}

#footer_top {
	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;
	height: 700px;
	padding-top: 130px;
	text-align: center;
}

.layout2 #footer_top {
	margin-top: 1px;
}

#footer_top .title {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 50px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

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

	#footer_top .title {
		font-size: 37px;
	}

}

#footer_top .title:after {
	border-bottom: 3px solid #898683;
	content: '';
	width: 80px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -40px;
}

#mailinglist {
	margin-bottom: 80px;
}

#email_box, #popup_email_box {
	width: 100%;
	max-width: 450px;
	height: 50px;
	background-color: transparent;
	border: 2px solid #898683;
	font-size: 18px;
	text-align: center;
	color: #BAB5AF;
	font-style: italic;
	margin-bottom: 15px;
}

#email_submit {
	background-color: transparent;
	font-size: 20px;
	font-style: italic;
	color: #DDC773;
}

#email_submit:hover {
	color: #FFFFFF;
}

#popup_email_submit {
	margin: 0px auto;
}

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

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

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

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

#footer_bottom {
	background-color: #1D191A;
	font-size: 15px;
	font-style: italic;
	color: #898683;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 40px;
	position: relative;
}

#icon {
	position: absolute;
	top: -37px;
	left: 50%;
	margin-left: -51px;
	width: 102px;
	height: 75px;
}

#footer_contact {
	width: 100%;
	max-width: 1500px;
	margin: 0px auto;
}

#footer_contact div {
	float: left;
	width: 20%;
	vertical-align: top;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
}

#footer_contact div.footer_contact3,
#footer_contact div.footer_contact4,
#footer_contact div.footer_contact5 {
	float: right;
}

#footer_contact a {
	color: #BAB5AF;
}

#footer_contact a.phone {
	color: #898683;
}

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

	#footer_contact div {
		width: 25%;
		margin-bottom: 20px;
	}

	#footer_contact div.footer_contact5 {
		clear: both;
		width: 100%;
		float: none;
		margin: 0px auto;
	}

	#footer_contact div.footer_contact5 br {
		display: none;
	}

}

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

	#footer_contact {
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
	}

	#footer_contact div {
		width: 50%;
	}

	#footer_contact div.footer_contact5 br.mobile {
		display: block;
	}
}

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

	#footer_contact div {
		width: 100%;
	}

}

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

	#footer_contact div.footer_contact5 br {
		display: block;
	}

}

#footer_bottom ul {
	margin-top: 70px;
	padding: 0px;
	text-align: center;
}

#footer_bottom li {
	list-style: none;
	display: inline-block;
	margin: 0px 30px;
	text-align: center;
}

#footer_bottom li a {
	display: block;
	width: 167px;
	height: 70px;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
}

#footer_bottom li.barton a {
	background-image: url('../images/logo-barton-family-wines.png');
	background-size: 167px 140px;
}

#footer_bottom li.grey a {
	width: 69px;
	background-image: url('../images/logo-grey.png');
	background-size: 69px 140px;
}

#footer_bottom li.grey_wolf a {
	width: 101px;
	background-image: url('../images/logo-grey-wolf.png');
	background-size: 101px 140px;
}

#footer_bottom li.krobar a {
	width: 62px;
	background-image: url('../images/logo-krobar-distillery.png');
	background-size: 62px 140px;
}

#footer_bottom li.grain_vine a {
	width: 181px;
	background-image: url('../images/logo-grain+vine.png');
	background-size: 181px 140px;
}

#footer_bottom li a:hover {
	background-position: 0px -70px;
}

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

	#footer_bottom ul {
		width: 100%;
		max-width: 410px;
		margin-left: auto;
		margin-right: auto;
	}

	#footer_bottom li.barton, #footer_bottom li.grey_wolf {
		margin-left: 0px;
	}

	#footer_bottom li.grey, #footer_bottom li.krobar, #footer_bottom li.grain_vine {
		margin-right: 0px;
	}

	#footer_bottom li.barton, #footer_bottom li.grey {
		margin-bottom: 30px;
	}

}

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

	#footer_bottom li.barton, #footer_bottom li.grey_wolf {
		margin-right: 15px;
	}

	#footer_bottom li.grey, #footer_bottom li.krobar, #footer_bottom li.grain_vine {
		margin-left: 15px;
	}

}

#copyright {
	margin-top: 30px;
	text-align: center;
	line-height: 20px;
	color: #4D4A48;
}

#copyright br {
	display: none;
}

#copyright a {
	color: #4D4A48;
	white-space: nowrap;
	margin-left: 15px;
}

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

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	white-space: nowrap;
}

#main_nav li {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 27px;
	line-height: 1em;
	text-transform: uppercase;
}

#main_nav li a {
	color: #FFFFFF;
}

#main_nav li a:hover, #main_nav li.active a, #top_nav li a:hover, #top_nav li.active a {
	color: #F1DA85;
}

#top_nav li {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
}

#top_nav li a {
	color: #AFAAA5;
}

#top_nav li.account {
	vertical-align: top;
	border: 1px solid #AFAAA5;
	border: 1px solid #FFFFFF;
	padding: 4px 15px;
	font-size: 15px;
	font-weight: normal;
}

#top_nav li.account a {
	color: #FFFFFF;
}

#top_nav li.account a:nth-child(2) {
	margin: 0px 15px;
}

#top_nav li.account a:hover {
	color: #F1DA85;
}

.collapsed_temp #nav #main_nav li, .collapsed #nav #main_nav li {
	font-size: 20px;
	margin-left: 50px;
}

.collapsed_temp #main_nav li a, .collapsed #main_nav li a {
	color: #AFAAA5;
}

.collapsed_temp #main_nav li a:hover, .collapsed #main_nav li a:hover, .collapsed_temp #main_nav li.active a, .collapsed #main_nav li.active a {
	color: #F1DA85;
}

.collapsed_temp #top_nav li, .collapsed #top_nav li {
	font-size: 14px;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-size: 17px;
	font-style: italic;
}

#subnav li a {
	color: #959494;
}

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

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

#subnav li a:hover, #subnav li.active a, #subnav li.subnav48.active a:hover, #subnav li.subnav51.active a:hover {
	color: #000000;
}

/* 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;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

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

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

#home_slideshow_text {
	position: absolute;
	left: 0px;
	/*
	top: 60%;
	transform: translateY(-60%);
	height: 40%;
	*/
	bottom: 20%;
	width: 100%;
	text-align: center;
	z-index: 100;
}

@media only screen and (max-width: 960px) {
	bottom: 25%;
}

#home_slideshow_text img {
	width: 70%;
	max-width: 1308px;
}

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

	#home_slideshow_text img {
		width: 80%;
	}

}

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

#home_feature, #home_feature2 {
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 1px;
}

#home_feature a, #home_feature2 a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 75px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .025em;
	background-color: rgba(29,25,26,.65);
	position: relative;
	-webkit-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

#home_feature a:hover, #home_feature2 a:hover {
	background-color: rgba(29,25,26,.3);
}

#home_feature a strong, #home_feature2 a strong {
	position: absolute;
	left: 0px;
	top: 55%;
	transform: translateY(-55%);
	width: 100%;
	padding: 0px 5%;
}

#home_feature a em, #home_feature2 a em {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: .56em;
	text-transform: none;
	color: #F1DA85;
}

#home_feature2 a em {
	display: inline-block;
	margin-top: .75em;
	font-size: .35em;
	line-height: 1.25em;
}

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

	#home_feature2 a strong span {
		padding-bottom: 2%;
	}

	#home_feature2 a em {
		margin-top: 1em;
	}

}

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

	#home_feature2 a strong span {
		padding-bottom: 2.5%;
	}

	#home_feature2 a em {
		margin-top: 1.5em;
	}

}


.home_content_blocks .block {
	width: 50%;
	float: left;
	padding: 5%;
	min-height: 300px;
}

.home_content_blocks.right .block {
	float: right;
}

.home_content_blocks .block.photo {
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home_content_blocks .block img {
	width: 100%;
	display: block;
}

.home_content_blocks h1 {
	margin-bottom: 0px;
}

.home_content_blocks h2 {
	text-align: center;
	margin-bottom: 1em;
}

.home_content_blocks .block p {
	text-align: justify;
}

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

	.home_content_blocks .block {
		width: 100%;
		float: none;
	}

}

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

	.home_content_blocks .block {
		padding: 50px 35px 40px 35px;
	}

}

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

	.home_content_blocks .block {
		padding: 50px 35px 40px 35px;
	}

}

#home_events {
	font-size: 20px;
}

#home_events .title {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 2.25em;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .025em;
	color: #898683;
}

#home_events .event {
	margin-top: 30px;
	display: table;
}

#home_events.full .event {
	margin-top: 50px;
}

#home_events.full .event:first-child {
	margin-top: 0px;
}

#home_events .date {
	display: table-cell;
	vertical-align: top;
	width: 115px;
	padding-right: 30px;
	font-size: 1.25em;
	text-align: center;
	position: relative;
}

#home_events .date {
	padding-top: 5px;
}

#home_events .date strong {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 2em;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: .025em;
	color: #898683;
}

#home_events .date:after {
	position: absolute;
	top: 10px;
	right: 0px;
	content: "}";
	font-size: 2.25em;
	color: #D0CFCF;
}

#home_events .content {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1.4em;
}

#home_events .content strong {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: .025em;
	margin-right: 10px;
}

#home_events .content a {
	font-style: italic;
	white-space: nowrap;
}

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

	#home_events {
		font-size: 18px;
	}

}

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

	#home_events {
		font-size: 18px;
	}

	#home_events .date {
		width: 105px;
	}

}

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

	#home_events {
		font-size: 16px;
	}

	#home_events .date {
		width: 95px;
	}

}

#home_photos {
/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
*/
	margin-left: -1px;
}

#home_photos .photo {
	width: calc(20% - 1px);
	float: left;
	margin-bottom: 1px;
	margin-left: 1px;
}

#home_photos .photo img {
	display: block;
	width: 100%;
}

#home_photos .photo a {
	display: block;
	position: relative;
}

#home_photos .photo a:after {
	-webkit-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(29,25,26,.65);
	opacity: 0;
}

#home_photos span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0px 20px;
	text-align: center;
	color: #FFFFFF;
	z-index: 10;
	opacity: 0;
	line-height: 20px;
}

#home_photos .photo a:hover:after, #home_photos a:hover span {
	opacity: 1;
}

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

	#home_photos .photo {
		width: calc(50% - 1px);
	}

}

/* SHOP CSS */

.shop_cat {
	width: calc(50% - 1px);
	float: left;
	margin-right: 1px;
	margin-bottom: 2px;
	display: inline;
}

.shop_cat a {
	display: block;
	height: 0px;
	padding-bottom: 70.1402805611222%;
	background-repeat: no-repeat;
	background-size: 100% 200%;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

.shop_cat_grey, .shop_cat_merchandise {
	margin-left: 1px;
	margin-right: 0px;
}

.shop_cat_merchandise, .shop_cat_gift_cards {
	clear: both;
	margin: 0px;
	float: none;
	width: 100%;
	display: block;
}

.shop_cat_gift_cards {
	margin-top: 2px;
}

.shop_cat_must {
	clear: both;
	margin: 0px;
	float: none;
	width: 100%;
	display: block;
}

.shop_cat_barton a {
	background-image: url('../images/shop-cta-barton-family-wines.jpg');
}

.shop_cat_grey a {
	background-image: url('../images/shop-cta-grey.jpg');
}

.shop_cat_grey_wolf a {
	background-image: url('../images/shop-cta-grey-wolf.jpg');
}

.shop_cat_grain_vine a {
	background-image: url('../images/shop-cta-grain-and-vine.jpg');
}

.shop_cat_merchandise a {
	padding-bottom: 20%;
	background-image: url('../images/shop-cta-merchandise.jpg');
}

.shop_cat_gift_cards a {
	padding-bottom: 20%;
	background-image: url('../images/shop-cta-gift-cards.jpg');
}

.shop_cat_must a {
	padding-bottom: 20%;
	margin-bottom: 2px;
	background-image: url('../images/shop-cta-must.jpg');
}

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

#wines {
	margin-left: -3.3333333333333%;
}

.wine {
	width: 30%;
	float: left;
	margin-left: 3.3333333333333%;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}

.wine a {
	display: block;
}

.wine .photo {
	background-image: url('../images/wine-bg.png');
	/*background-size: 100% auto;*/
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 400px;
	margin-bottom: 10px;
}

.merchandise .wine .photo {
	height: 320px;
}

.merchandise1 .wine .photo {
	background-image: none;
}

.wine .photo .overlay {
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#content .wine .photo_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#content .wine img {
	width: auto;
	height: 400px;
}

#content .merchandise .wine img {
	height: auto;
	display: inline-block;
}

.wine:hover .photo .overlay {
	opacity: 0;
}

.wine h2 {
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	font-style: normal;
	color: #959494;
	letter-spacing: .075em;
}

.wine h2 strong {
	font-size: 1.466666666666667em;
	font-weight: normal;
	color: #000000;
	letter-spacing: .025em;
}

.wine .subtitle {
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	color: #959494;
	margin-bottom: 10px;
	position: relative;
}

.wine .subtitle:before {
	position: absolute;
	content: " ";
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #D0CFCF;
}

.wine .subtitle strong em {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0px 10px;
	letter-spacing: .025em;
	position: relative;
}

.wine .price, .wine .soldout {
	font-size: 18px;
	font-style: italic;
	color: #030303;
}

.wine .soldout {
	color: #959494;
}

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

	#wines {
		margin-left: -5%;
	}

	.wine {
		width: 45%;
		margin-left: 5%;
	}

}

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

	#wines {
		margin-left: 0px;
	}

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

}

#wine {
	margin-bottom: 50px;
}

#wine h1 {
	margin-bottom: 0px;
}

#wine_content_top {
	text-align: center;
}

#wine_subtitle {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
}

#wine_buy {
/*	float: left;*/
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: .8em;
}

#wine .button, .gold_button, input.gold_button {
	display: block;
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 15px 15px 0px 15px;
	height: 53px;
	border: 0px;
	background-color: #D5BE68;
	margin: 0px;
}

.orange .gold_button {
	background-color: #EF6B09;
}

.blue .gold_button {
	background-color: #96BED0;
}

a.gold_button {
	display: table;
	margin: 0px auto;
	padding-bottom: 5px;
}

input.gold_button {
	padding: 5px 15px 0px 15px;
}

#wine .button:hover, .gold_button:hover {
	background-color: #959494;
}

#wine_price {
/*	float: left;
	margin-right: 10px;*/
	display: inline-block;
	vertical-align: top;
	border: 1px solid #D0CFCF;
	height: 53px;
	padding: 10px 15px 0px 15px;
	text-align: center;
}

.merchandise #wine_price {
	margin-bottom: 20px;
}

#wine_price strong {
	font-size: 28px;
	font-style: italic;
	float: left;
	margin-right: 5px;
	display: inline;
}

#wine_price em {
	color: #959494;
}

#wine_discount {
	float: left;
	width: 160px;
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	color: #959494;
	padding-top: 10px;
	margin-bottom: 20px;
}

#wine hr {
	width: 110px;
	height: 3px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top: 3px solid #1D191A;
	border-bottom: 3px solid #1D191A;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#wine_photo {
	float: right;
	width: 40%;
	text-align: center;
	background-color: #F3F3F4;
}

.merchandise1 #wine_photo {
	background-color: transparent;
}

#wine_photo img {
	display: block;
	margin: 50px auto -50px auto;
}

.merchandise1 #wine_photo img {
	margin: 0px auto;
}

#wine_content {
	width: 55%;
}

#wine_content .buy {
	margin-bottom: 2em;
}

#wine_content .buy select {
	background-color: #FFFFFF;
	border: 1px solid #D0CFCF;
	height: 53px;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	display: inline;
	width: calc(100% - 82px);
}

#wine_content .buy .button {
	display: inline-block;
	font-weight: normal;
	padding: 8px 0px 0px 0px;
	vertical-align: top;
	width: 72px;
	text-align: center;
}

#content #wine_awards {
	padding-left: 0px;
}

#wine_awards li {
	list-style: none;
	position: relative;
	padding-left: 35px;
}

#wine_awards li {
	background-image: url('../images/icon-award.png');
	background-repeat: no-repeat;
	background-size: 20px 15px;
	background-position: 0px 4px;
	line-height: 21px;
}

#wine_specs {
	line-height: 21px;
}

@media only screen and (min-width: 751px) {
	#wine_specs {
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		column-count: 2;
	        column-gap: 40px;
	}
}

#wine_specs dt {
	display: inline;
}

#wine_specs dt:before {
	content: "+ ";
}

#wine_specs dd {
	color: #959494;
	display: inline;
	margin-bottom: 10px;
}

#wine_specs dd:after{
	display: block;
	content: '';
	margin-bottom: 10px;
}

#wine_filter {
	width: 165px;
	height: 50px;
	margin: 0px auto;
	border: 1px solid #D0CFCF;
	margin-bottom: 35px;
	padding-top: 6px;
	text-align: center;
	position: relative;
}

#wine_filter .title {
	font-size: 18px;
	line-height: 35px;
	font-style: italic;
	text-transform: uppercase;
}

#wine_filter .title:after {
	content: '+';
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 27px;
	line-height: 27px;
	font-style: normal;
	color: #D5BE68;
}

#wine_filter.expanded .title:after {
	content: "-";
}

#content #wine_filter ul {
	position: relative;
	left: -1px;
	top: 7px;
	z-index: 100;
	width: 165px;
	padding: 0px;
	margin: 0px;
	display: none;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0,1,0,1);
	background-color: #FFFFFF;
	padding: 5px 0px;
	background-color: #D0CFCF;
}

#content #wine_filter.expanded ul {
	display: block;
	max-height: 499px;
	overflow: auto;
	transition: all 0.4s cubic-bezier(1,0,1,0);
}

#wine_filter li {
	list-style: none;
	font-size: 17px;
	font-style: italic;
}

#wine_filter a {
	display: block;
	color: #FFFFFF;
	padding: 3px 0px;
}

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

	#wine_discount {
		float: none;
		clear: left;
		width: 100%;
	}

}

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

	#wine .button, #wine_price {
		float: none;
		display: inline-block;
	}

	#wine_price {
		margin-top: 10px;
	}

}

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

	#wine_photo {
		width: 100%;
		margin-bottom: 80px;
	}

	#wine_content {
		width: 100%;
	}

	#wine_content_top .button, #wine_content_top #wine_price {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: 5px;
		margin-right: 5px;
	}

}

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

.gallery a {
	color: #1D191A;
}

@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;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	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;
}

/* FEEDBACK CSS */

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

form.feedback label {
	display: inline-block;
	white-space: normal;
	line-height: 1.5em;
	font-weight: bold;
}

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

form.feedback label.inline {
	display: inline;
	font-weight: normal;
	margin-right: 15px;
}

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

.feedback .products {
	width: 100%;
}

.feedback .products td {
	padding: 0px 0px 20px 10px;
	text-align: right;
}

.feedback .products td:first-child {
	text-align: left;
	padding-left: 0px;
	line-height: 1.5em;
}

.feedback .products td:last-child {
	white-space: nowrap;
}

.feedback .products td label {
	margin-right: 5px;
}

.feedback .products select {
	width: 50px;
	height: 30px;
}

.club {
	background-color: #F3F3F4;
	padding: 50px;
	margin-top: 50px;
}

.club h2 {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 30px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .025em;
	margin-bottom: 50px;
	padding-bottom: 30px;
	background-image: url('../images/club-border.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.club .col {
	float: left;
	width: calc(33.3333333333% - 20px);
	margin-left: 30px;
	display: inline;
	font-size: 15px;
	line-height: 18px;
}

.club .col.first {
	margin-left: 0px;
}

.club li {
	margin-top: 10px;
}

.club h3 {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #BAB5AF;
	margin-bottom: 20px;
}

.club .col.bottle {
	border: 1px solid #D0CFCF;
	padding: 0px 15px 10px 15px;
}

.club .col.bottle .title {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .025em;
	color: #BAB5AF;
}

.club .col.bottle .title span {
	display: block;
	width: 75px;
	height: 55px;
	background-image: url('../images/diamond-bg.png');
	background-repeat: no-repeat;
	line-height: 60px;
	color: #1D191A;
	margin: -28px auto 12px auto;
}

.club .col.bottle p {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 25px;
}

.club .col.bottle p strong.langdon{
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #BAB5AF;
	letter-spacing: .025em;
	line-height: 1em;
}

.club .col.bottle ul {
	margin-top: 25px;
}

.club .col.bottle p span {
	display: inline-block;
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 5px 12px 0px 12px;
}

.club .col.bottle p span a {
	margin-top: 0px;
}

.club .col.bottle a.join {
	font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #BAB5AF;
	border: 1px solid #BAB5AF;
	background-color: #D5BE68;
	border: 1px solid #D5BE68;
	color: #1D191A;
	display: inline-block;
	padding: 8px 10px 4px 10px;
	margin-top: 3px;
}

.club .col.bottle a.join:hover {
/*	background-color: #BAB5AF;*/
	color: #FFFFFF;
/*	background-color: #FFFFFF;
	color: #D5BE68;*/
}

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

	.club .col.bottle p span {
		margin: 5px 7px 0px 7px;
	}
}

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

	.club {
		padding: 35px;
	}

}

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

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

	.club .col.bottle p span {
		margin: 5px 12px 0px 12px;
	}

}

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

	.club {
		padding: 25px;
	}

	.club .col.bottle p span {
		margin: 5px 7px 0px 7px;
	}
}

/* TEAM CSS */

.team_hr {
	margin: 15px 0px 35px 0px;
}

#team {
	margin-left: -3%;
}

.team {
	width: 30.33333333333333%;
	float: left;
	margin: 0px 0px 35px 3%;
	display: inline;
	line-height: 20px;
}

.team h3 {
	margin-top: .25em;
	margin-bottom: .25em;
}

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

	#team {
		margin-left: -5%;
	}

	.team {
		width: 45%;
		margin-left: 5%;
	}

}

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

	#team {
		margin-left: 0px;
	}

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

}

/* RESPONSIVE CSS */

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

	#nav_trigger, #nav_close {
		display: none;
	}

	#nav > ul > li {
		float: left;
		margin-left: 35px;
		display: inline;
		padding-bottom: 8px;
	}

	#nav li > ul {
		display: none;
	}

	#main_nav {
		position: absolute;
		top: 170px;
		right: 100px;
		z-index: 500;
	}

	#nav #main_nav li {
		margin-left: 58px;
	}

	#top_nav {
		position: absolute;
		top: 105px;
		right: 100px;
		z-index: 500;
	}

	.collapsed_temp #top_nav li, .collapsed #top_nav li {
		padding-top: 0px;
		margin-left: 25px !important;
	}

	.collapsed_temp #top_nav li.account, .collapsed #top_nav li.account {
		border: 0px;
		padding: 0px;
		font-size: 14px;
		font-weight: bold;
	}

	#subnav {
		text-align: center;
		border-bottom: 1px solid #D0CFCF;
		padding: 15px 0px;
	}

	#subnav li {
		display: inline;
		padding: 0px 25px;
		white-space: nowrap;
		position: relative;
	}

	#subnav li:before {
		content: "+";
		position: absolute;
		left: -10px;
		top: -7px;
		font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
		font-style: normal;
		font-size: 30px;
		line-height: 30px;
		color: #D5BE68;
	}

	#subnav li.first:before {
		content: "";
	}

	#section_title {
		display: none;
	}

}

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

	#header_logos, #home_ctas .container {
		padding-left: 50px;
		padding-right: 50px;
	}

	#logo {
		left: 50px;
	}

	#main_nav, #top_nav {
		right: 50px;
	}

}

/*
@media only screen and (max-width: 1350px) {

	#nav #main_nav li {
		margin-left: 50px;
	}

}
*/

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

	#nav #main_nav li {
		margin-left: 50px;
	}

	#nav #top_nav li {
		margin-left: 25px;
	}

}

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

	#nav #main_nav li {
		margin-left: 41px;
	}

	#nav #top_nav li {
		margin-left: 15px;
	}

}

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

/*
	.mobile_nav body {
		overflow: hidden;
	}
*/

	.container, #header_logos { 
		padding-left: 15px;
		padding-right: 15px;
	}

	#logo {
		left: 0px;
		width: 100%;
		text-align: center;
	}

	#nav_trigger, #nav_close {
		cursor: pointer;
	}

	#nav_trigger, #nav_close {
		display: block;
		position: absolute;
		top: 20px;
		right: 15px;
		z-index: 100;
		font-size: 30px;
		line-height: 30px;
		color: #FFFFFF;
	}

	#nav_close {
		font-size: 25px;
		line-height: 25px;
	}

	.mobile_nav #header_inner {
		height: 100%;
		position: fixed;
	}

	#nav {
		width: 0px;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #1D191A;
		padding-top: 30px;
		z-index: 1000;
		overflow-x: hidden;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#main_nav li a {
		color: #FFFFFF !important;
	}

	#nav #main_nav li li {
		font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
		font-size: 18px !important;
		line-height: 1.2em;
		font-style: italic;
		text-transform: none;
		white-space: normal;
	}

	#main_nav li li a {
		color: #959494 !important;
	}

	#top_nav {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#nav li, #nav #main_nav li {
		display: block;
		font-size: 30px !important;
		text-align: center;
		margin: 0px !important;
	}

	#top_nav li {
		font-size: 18px !important;
		line-height: 20px;
		padding-top: 0px;
	}

	#top_nav li.account {
		display: block;
		width: 270px;
		margin: 20px auto 0px auto !important;
	}

	#nav #top_nav li a {
		display: inline-block;
		padding: 7px 5px;
	}

	#nav li a {
		display: block;
		padding: 8px 15px;
	}

	#nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#nav li.expanded > ul {
		padding-bottom: 20px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

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

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

	#subnav {
		padding: 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		font-weight: bold;
		font-style: italic;
		border-bottom: 1px solid #D0CFCF;
		text-align: center;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		margin-left: 5px;
		content: '+';
		font-family: Langdon, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
		font-size: 27px;
		line-height: 27px;
		font-style: normal;
		color: #D5BE68;
	}

	#subnav.expanded #section_title:after {
		content: "-";
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #FFFFFF;
		z-index: 300;
		transition: all 0.4s cubic-bezier(0,1,0,1);
		padding-top: 7px;
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		text-align: center;
	}

	#subnav li.first {
		border: 0px;
	}

	#subnav li a {
		display: block;
		padding: 7px 15px;
	}

	#copyright br.tablet {
		display: block;
	}

}

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

	#ctas {
		margin-left: 0px;
	}

	#ctas .cta {
		width: 100%;
		border-left: 0px;
	}

	#home_ctas .cta {
		width: 100%;
		float: none;
	}

	#home_ctas .cta_kitchen {
		margin-top: 50px;
	}

}

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

	#copyright {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	#copyright br.tablet {
		display: none;
	}

	#copyright br.mobile {
		display: block;
	}

	#copyright a {
		margin: 0px 10px;
	}

}

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

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

	#home_ctas .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	#home_ctas .cta_kitchen {
		margin-top: 30px;
	}

}

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

	#copyright br.mobile2 {
		display: block;
	}

}
