/* 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: "Fira Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 2.25em;
	scroll-behavior: smooth;
}

body.editor, body.short_editor {
	background-image: none;
	min-height: 500px;
	transition: none;
}

body.short_editor {
	min-height: 200px;
}

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

.block p:last-child {
	margin-bottom: 0px;
}

ul {
	padding-left: 15px;
}

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

#content li {
	line-height: 1.75em;
}

h1 {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	color: #B4962F;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

h2 {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: .75em;
}

h2.subtitle {
	font-size: 24px;
	line-height: 1em;
}

h3 {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
/*	color: #B4962F;*/
}

hr {
	border: 0px;
	height: 2px;
	margin: 40px auto;
	color: #F3F3F3;
	background-color: #F3F3F3;
}

img {
	border: none;
}

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

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

a:hover {
	color: #000000;
}

a, a:after, button, .button, input[type="button"], input[type="submit"] {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

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, #page_blocks .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#page_blocks .block_content_photo.map .embed_container {
	padding-bottom: 100%;
}

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

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}


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

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

.right_photo img, .left_photo img {
	max-width: 100%;
	height: auto;
}

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

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

	h1 {
		font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
		font-size: 28px;
	}

}

.back_link {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
}

.cols {
	padding: 0px 30px;
}

.cols .col3 img {
	width: 100%;
	height: auto;
}

.cols .col3 {
	margin-bottom: 2em;
}

.two_cols .col2 {
	margin-bottom: 1em;
}

.visit_boxes {
	max-width: 600px;
	margin: 0px auto 1em auto;
}

.visit_boxes div {
	position: relative;
}

.visit_boxes div a span.title {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFF;
	-webkit-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.visit_boxes div a:hover {
	color: #FFFFFF;
}

.visit_boxes div a:hover span.title {
	opacity: 1;
}

.visit_boxes div img {
	width: 100%;
	height: auto;
}

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

	.cols {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
		margin-bottom: 2em;
	}

	.cols .col3 {
		width: 30%;
		align-self: flex-end;
		
	}

	.visit_boxes {
		max-width: none;
		display: flex;
		justify-content: space-between;
	}

	.visit_boxes div {
		width: calc(50% - 10px);
	}

}

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

	.two_cols {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.two_cols .col2 {
		width: 48%;
	}

}

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

	.two_cols {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.two_cols .col2 {
		width: 48%;
	}

}

/* 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: "Fira Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	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;
	outline: 0px
}

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

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

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

a.fancy_button, input.fancy_button {
	background-color: #B4962F;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 52px;
	font-style: italic;
	color: #FFFFFF;
	padding: 10px 20px 13px 20px;
	white-space: nowrap;
}

input.fancy_button {
	display: inline-block;
	padding: 0px 20px;
}

a.fancy_button:hover, input.fancy_button:hover {
	background-color: #000000;
}

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

.contact_form {
	background-color: #F2F2F2;
	padding: 20px 20px 10px 20px;
	margin-bottom: 10px;
}

.contact_form div {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.contact_form label {
	white-space: normal;
	display: inline-block;
	margin-bottom: 3px;
}

.contact_form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']), .contact_form select, .contact_form textarea {
	width: 100%;
	padding: 8px 10px;
}

.contact_form input.other {
	width: 200px !important;
	display: inline-block;
}

.contact_form textarea {
	width: 100%;
	height: 100px;
}

.contact_form input.button {
	width: auto;
}

.contact_form .option {
	white-space: nowrap;
}

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

	.contact_form {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 30px 30px 10px 30px;
	}

	.contact_form div.half {
		width: calc(50% - 10px);
	}

}

/* LAYOUT CSS */

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

.layout2 .block .container {
	max-width: 860px;
}

.layout3 .container {
	max-width: none;
	padding: 0px;
}

header {
	position: relative;
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-width: none;
	height: 100%;
}

#logo {
	position: fixed;
	top: 13px;
	left: 50px;
	z-index: 900;
}

#logo img {
	width: 100%;
	max-width: 220px;
	max-width: 200px;
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

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

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

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

	#header_photo img {
		width: 800px;
	}

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

	#header_photo.right img {
		float: right;
	}

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

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

}

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

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

#ctas {
	margin-left: -10px;
}

#ctas .cta {
	width: calc(33.333333333333333% - 10px);
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}

#ctas .cta img {
	width: 100%;
	height: auto;
	display: block;
}

#ctas .cta a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: transparent;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

#ctas .cta a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#ctas .cta a span strong {
	font-size: 2.5em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	margin-bottom: .4em;
}

#ctas .cta a span.link {
	font-size: 1.333333333333333em;
	line-height: 1em;
	font-style: italic;
	color: #B4962F;
}

#ctas .cta a:hover {
	background-color: #B4962F;
}

#ctas .cta a:hover span.link {
	color: #FFFFFF;
}

#home_ctas .cta {
	display: flex;
	margin-bottom: 10px;
}

#home_ctas .cta2 {
	flex-direction: row-reverse;
}

#home_ctas .photo {
	width: 69.5%;
}

#home_ctas .photo img {
	width: 100%;
	height: auto;
	display: block;
}

#home_ctas .content {
	width: 30.5%;
	padding-left: 10px;
}

#home_ctas .cta2 .content {
	padding: 0px 10px 0px 0px;
}

#home_ctas .content_inner {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	background-color: #B4962F;
	height: 100%;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.333333333333333em;
	text-align: center;
	color: #FFFFFF;
	padding: 15%;
}

#home_ctas p, #home_ctas ul {
	font-style: italic;
	align-self: center;
	text-align: center;
	margin-bottom: 4em;
}

#home_ctas strong {
	display: block;
	font-weight: normal;
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #000000;
	margin-bottom: 1em;
}

#home_ctas a {
	background-color: #000000;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	color: #B4962F;
	align-self: center;
	padding: 3% 5%;
}

#home_ctas a:hover {
	background-color: #FFFFFF;
}

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

	#home_ctas .content_inner {
		padding: 9%;
	}

}

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

	#home_ctas .photo {
		width: 60%;
	}

	#home_ctas .content {
		width: 40%;
	}

	#home_ctas strong {
		margin-bottom: .5em;
	}

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

}

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

	#home_ctas .cta {
		display: block;
	}

	#home_ctas .photo, #home_ctas .content {
		width: 100%;
		padding: 0px !important;
	}

	#home_ctas .content_inner {
		padding: 15% 10%;
	}

	#home_ctas a {
		padding: 2% 4%;
	}

}

#wine_carousel {
	padding: 140px 0px 100px;
	background-color: #F3F3F3;
}

#wine_carousel .wine {
	text-align: center;
	height: 630px;
	float: none;
	width: auto;
	margin: 0px;
}

#wine_carousel .wine img {
	height: 600px;
	width: auto;
	margin: 0px auto;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

#wine_carousel .wine a:hover img {
	transform: scale(1.05);
}

#wine_carousel .owl-carousel button {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	width: 40px;
	height: 50px;
	background-color: #B4962F;
	text-align: center;
}

#wine_carousel .owl-carousel button span {
	font-size: 50px;
	line-height: 40px;
	vertical-align: text-top;
}

#wine_carousel .owl-carousel button:hover {
	background-color: #C9AB42;
}

#wine_carousel #browse_wines {
	margin-top: 30px;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

#wine_carousel #browse_wines a {
	color: #000000;
}

#wine_carousel #browse_wines a:hover {
	color: #B4962F;
}

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

	#wine_carousel .wine {
		height: 525px;
	}

	#wine_carousel .wine img {
		height: 500px;
	}

}

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

	#wine_carousel .wine {
		height: 420px;
	}

	#wine_carousel .wine img {
		height: 400px;
	}

}

footer {
	background-color: #000000;
}

#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: 651px;
	text-align: center;
}

#mailinglist {
	position: relative;
	top: 40%;
	transform: translateY(-40%);
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #A2A19E;
}

#mailinglist .title {
	font-size: 1.777777777777778em;
	text-transform: uppercase;
	color: #B4962F;
	margin-bottom: .2em;
}

#mailinglist form {
	padding: 0px 15px;
}

#mailinglist p {
	font-style: italic;
	display: block;
	margin-bottom: 1.5em;
	line-height: 1.4em;
	text-align: center;
}

#mailinglist form div, .mailinglist form div {
	display: inline-block;
	margin-bottom: 5px;
}

#mailinglist label, .mailinglist label {
	display: inline-block;
	margin-right: 15px;
	line-height: 40px;
}

#mailinglist form div + div, .mailinglist form div + div {
	margin-left: 30px;
}

#mailinglist .required, .mailinglist .required {
	background-color: #363535;
	width: 225px;
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-style: italic;
	color: #A2A19E;
	vertical-align: top;
	margin-bottom: 10px;
}

#mailinglist .birthday, .mailinglist .birthday {
	width: 55px !important;
	margin-right: 0px;
	text-align: center;
	padding: 
}

#mailinglist #email_submit, .mailnglist input[type=submit] {
	background-color: #363535;
	width: 75px;
	height: 45px;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	color: #A2A19E;
	vertical-align: top;
	margin-top: 5px;
}

#mailinglist #email_submit:hover {
	color: #FFFFFF;
}

#footer_bottom {
	padding-bottom: 40px;
	max-width: 800px;
	margin: 0px auto 0px auto;
}

#footer_icon {
	display: block;
	width: 101px;
	height: 101px;
	margin: -50px auto 55px auto;
}

#social_container {
	text-align: center;
	margin-bottom: 40px;
}

.footer_contact {
	display: table;
	margin-bottom: 30px;
	max-width: 750px;
}

.footer_col {
	width: 33.333333333%;
	display: table-cell;
	font-size: 16px;
	line-height: 24px;
	color: #F3F3F3;
	white-space: nowrap;
	text-align: center;
}

.footer_col .title, #social_container .title {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #B4962F;
	margin-bottom: .75em;
}

.footer_col p {
	text-align: center;
}

.footer_col a, #footer_holidays a {
	color: #F3F3F3;
}

.footer_col a:hover, #footer_holidays a:hover {
	color: #B4962F;
}

#footer_holidays {
	text-align: center;
	color: #F3F3F3;
	margin-top: -30px;
	margin-bottom: 30px;
}

#social {
	padding: 0px;
}

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

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

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

#copyright {
	font-size: 15px;
	line-height: 22px;
	font-style: italic;
	text-align: center;
	color: #5B5A57;
}

#copyright p {
	text-align: center;
}

#copyright a {
	color: #5B5A57;
}

#copyright a.trade {
	text-transform: uppercase;
	color: #A2A19E;
	margin-left: 10px;
}

#copyright a.trade:hover {
	color: #FFFFFF;
}

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

	#copyright br {
		display: none;
	}
}

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

	#copyright br.mobile {
		display: none;
	}

}

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

	#ctas .cta a span strong {
		font-size: 2em;
	}

	#footer_top {
		height: 500px;
	}

	#footer_icon {
		margin-bottom: 50px;
	}

	.footer_contact {
		display: block;
		width: 450px;
		margin: 0px auto 30px auto;
	}

	.footer_col {
		float: left;
		width: 50%;
	}

	.footer_col.contact {
		width: 100%;
	}

}

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

	#ctas .cta {
		width: 100%;
		float: none;
		margin-left: 0px;
	}

	#ctas .cta a span strong {
		font-size: 2.5em;
	}

	#copyright br.mobile {
		display: block;
	}

	#copyright a.trade {
		margin: 0px 5px;
	}

}

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

	.footer_contact {
		width: 350px;
	}

	.footer_col {
		width: 55%;
		font-size: 14px;
	}

	.footer_col.hours, .footer_col.social {
		width: 45%;
	}

}

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

	#mailinglist label {
		font-size: 15px;
	}

	#mailinglist input.required {
		width: 200px;
	}

	.footer_contact {
		width: 300px;
	}

	.footer_col {
		width: 100% !important;
	}

	.footer_col .title {
		font-size: 16px;
	}

}

/* NAVIGATION CSS */

#nav {
	z-index: 400;
}

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#main_nav li {
	font-size: 16px;
	line-height: 18px;
}

#main_nav li a, #main_nav li.active li a {
	color: #B4962F;
}

#nav #cart_nav {
	background-color: #B4962F;
	text-align: center;
	height: 70px;
}

#cart_nav li {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	padding-top: 25px;
	margin: 0px 15px;
	display: inline-block;
	vertical-align: top;
}

#cart_nav li.cart {
	width: 20px;
}

#cart_nav li a {
	color: #000000;
}

#cart_nav li a i {
	font-size: 18px;
}

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

#cart_nav li.cart a {
	display: block;
	width: 20px;
	height: 18px;
	overflow: hidden;
	text-indent: 110%;
	background-image: url('../images/icon-cart.png');
	background-size: 20px 36px;
}

#cart_nav li.cart a:hover {
	background-position: 0px -18px;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: .05em;
}

/* PAGE BLOCK CSS */

.block.padding_top {
	padding-top: 130px;
}

#subnav + #content_box #page_blocks .block.padding_top:first-child, 
#subnav + #content_box #content.block.padding_top:first-child {
	padding-top: 80px;
}

.block.padding_bottom {
	padding-bottom: 130px;
}

.layout3 #content {
	padding-bottom: 10px;
}

.block.border_top {
	border-top: 1px solid #DDDDDD;
}

.block_photo {
	max-width: none;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

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

.block_content_photo .photo img {
	width: 100%;
}

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

	.block_content_photo .container {
		display: flex;
		align-items: center;
	}

	.block_content_photo.right .container {
		flex-direction: row-reverse; 
	}

	.block_content_photo .photo {
		width: 50%;
	}

	.block_content_photo .content {
		width: 50%;
	}

	.block_content_photo.left .content {
		padding-left: 5%;
	}

	.block_content_photo.right .content {
		padding-right: 5%;
	}

}

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

	.block_content_photo.map + .block_content_photo.map {
		margin-top: 50px;
	}

	.block_content_photo.map .photo {
		margin-top: 20px;
	}

}

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

	.block.padding_top {
		padding-top: 105px;
	}

	#subnav + #content_box #page_blocks .block.padding_top:first-child {
		padding-top: 55px;
	}

	.block.padding_bottom {
		padding-bottom: 105px;
	}

}

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

	.block.padding_top {
		padding-top: 80px;
	}

	#subnav + #content_box #page_blocks .block.padding_top:first-child {
		padding-top: 30px;
	}

	.block.padding_bottom {
		padding-bottom: 80px;
	}

	.block_photo {
		overflow: hidden;
	}

	.block_photo .photo img {
		width: 1000px;
	}

	.block_photo .photo.center img {
		transform: translateX(-50%);
		margin-left: 50%;
	}

	.block_photo .photo.right img {
		float: right;
	}

}



/* HOME CSS */

.block_slideshow {
	clear: both;
	width: 100%;
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_slideshow ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

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

.block_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

.block_slideshow li img {
	width: 100%;
	float: left;
}

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

.block_slideshow .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

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

.rslides_nav {
	display: none;
}

#home_slideshow_arrow {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
	z-index: 300;
	background-color: #B4962F;
	cursor: pointer;
}

#home_slideshow_arrow:hover {
	background-color: #C9AB42;
}

#home_slideshow_arrow img {
	width: 50px;
	display: block;
}

/* WINE CSS */

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

	#wine_categories {
		margin-left: -10px;
	}

	.wine_category {
		/*width: calc(33.333333333333333% - 10px);*/
		width: calc(50% - 10px);
		float: left;
		margin-left: 10px;
	}

}

.wine_category a {
	display: block;
	height: 100%;
	padding: 15% 5%;
	text-align: center;
	background-color: #F2F2F2;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.4em;
	color: #000000;
}

.wine_category a:hover {
	background-color: #E1E1DF;
}

#content .wine_category img {
	margin-bottom: 1em;
	height: 600px;
}

.wine_category a em {
	color: #B4962F;
	line-height: 2.1em;
}

.wine_category a strong {
	font-size: 2.083333333333333em;
	text-transform: uppercase;
}

.wine_category a span {
	font-size: 0.708333333333333em;
	font-style: italic;
}

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

	#content .wine_category img {
		height: 500px;
	}

}

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

	#content .wine_category img {
		height: 450px;
	}

}

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

	#content .wine_category img {
		height: 400px;
	}

}

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

	#content .wine_category img {
		height: 350px;
	}

}

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

	#content .wine_category img {
		height: 300px;
	}

	.wine_category {
		margin-top: 10px;
	}

	.wine_category a {
		padding: 5%;
	}

}

.wine {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}

.wine .photo {
	margin-bottom: 70px;
}

.wine .photo a {
	display: block;
	padding-top: 50px;
	background-color: #F3F3F3;
	height: 600px;
}

.wine .photo a:hover {
	background-color: #E1E1DF;
}

#content .wine .photo a img {
	display: block;
	margin: 0px auto;
	height: 600px;
}

.wine h2 {
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 1em 1em 1em;
	margin-bottom: 1em;
}

.wine h2 em {
	font-size: 0.615384615384615em;
	font-weight: bold;
}

.wine h2 a {
	color: #B4962F;
}

.wine h2 a em {
	color: #000000;
}

.wine label {
	font-style: italic;
	margin-left: 15px;
}

.wine input.quantity, #wine_quantity {
	background-color: #F3F3F3;
	width: 40px;
	height: 40px;
	padding: 0px;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}

.wine input.button {
	background-color: transparent;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

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

	#wines {
		margin-left: -10px;
	}

	.wine {
		width: calc(25% - 10px);
		float: left;
		margin-left: 10px;
		margin-bottom: 100px;
	}

}

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

	.wine .photo a, #content .wine .photo a img {
		height: 500px;
	}

	.wine h2 {
		font-size: 24px;
		margin-bottom: .75em;
	}

}

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

	.wine .photo {
		margin-bottom: 60px;
	}

	.wine .photo a, #content .wine .photo a img {
		height: 450px;
	}

	.wine .photo a {
		padding-top: 40px;
	}

}

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

	.wine .photo a, #content .wine .photo a img {
		height: 400px;
	}

}

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

	.wine {
		width: calc(33.33333333333% - 10px);
	}
}

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

	.wine {
		width: calc(50% - 10px);
	}
}

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

	.wine {
		margin-bottom: 70px;
	}

}

#wine {
	display: table;
}

#wine_bottle {
	display: table-cell;
	width: 50%;
	height: 800px;
	vertical-align: middle;
	background-color: #F3F3F3;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 50px;
}

#wine_bottle img {
	height: 800px;
}

#wine_content {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding-left: 50px;
}

#wine_content h1 {
	text-align: left;
	margin-bottom: 0px;
}

#wine_content .appellation {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

#wine_purchase {
	border: 2px solid #F3F3F3;
	display: inline-block;
	margin: 10px 0px 30px 0px;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

#wine_price {
	float: left;
	border-right: 2px solid #F3F3F3;
	height: 100px;
	padding: 30px 30px 0px 30px;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: .05em;
}

#wine_price sup {
	font-size: .7em;
	vertical-align: top;
	line-height: 2.1em;
}

#wine form {
	float: left;
	height: 100px;
	padding: 30px 30px 0px 30px;
}

#wine form label {
	font-style: italic;
}

#wine form input {
	vertical-align: top;
}

#wine .button {
	height: 40px;
	padding: 0px 20px;
	background-color: #B4962F;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

#wine .button:hover {
	background-color: #000000;
}

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

	#wine_bottle, #wine_bottle img {
		height: 700px;
	}
	
}

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

	#wine_bottle, #wine_bottle img {
		height: 600px;
	}

	#wine_bottle {
		width: 45%;
		padding-top: 40px;
	}

	#wine_content {
		width: 55%;
	}
}

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

	#wine_bottle, #wine_bottle img {
		height: 500px;
	}

	#wine_bottle {
		width: 40%;
	}

	#wine_content {
		width: 60%;
	}

}

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

	#wine_content {
		padding-left: 30px;
	}

}

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

	#wine_price, #wine form {
		height: 80px;
		padding: 20px 20px 0px 20px;
	}

}

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

	#wine {
		display: block;
	}

	#wine_bottle {
		display: block;
		width: 100%;
		margin-bottom: 70px;
	}

	#wine_content {
		display: block;
		width: 100%;
		padding: 0px;
	}

	#wine_price, #wine form {
		height: 70px;
		padding: 15px 15px 0px 15px;
	}

}

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

	#wine_price, #wine form {
		height: 60px;
		padding: 10px 10px 0px 10px;
	}

	#wine_price {
		font-size: 20px;
	}

	#wine_price sup {
		line-height: 2.5em;
	}

	#wine .button {
		padding: 0px 10px;
		font-size: 14px;
	}

}

/* CLUB CSS */

.club_description {
	border: 2px solid #F3F3F3;
	margin: 50px 0px;
	padding: 0px 50px 50px 50px;
}

.club_description h2 {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 50px;
}

.club_description h2 span {
	padding: 0px 20px;
	background-color: #FFFFFF;
}

/*
.club_description h2 span.gift {
	position: relative;
	display: inline-block;
	width: 50px;
	text-indent: 300%;
	overflow: hidden;
}

.club_description h2 span.gift:after {
	font-family: FontAwesome;
	font-size: 30px;
	content: "\f06b";
	position: absolute;
	top: 0px;
	left: 10px;
	text-indent: 0px;
	color: #B4962F;
}
*/

.club_description h3 {
	text-align: center;
	margin-top: 30px;
}

.club_level, .block_box {
	background-color: #F2F2F2;
	padding: 50px;
	text-align: center;
}

.block_boxes .container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.block_box {
	width: calc(50% - 15px);
	margin-top: 30px;
}

.block_box:first-child, .block_box:nth-child(2) {
	margin-top: 0px;
}

.club_level .title {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #B4962F;
}

.club_level .title, .block_box h2 {
	text-transform: uppercase;
	color: #B4962F;
}

.club_level .title strong em {
	font-size: .42em;
}

.club_level .price {
	color: #999898;
	margin-bottom: 2em;
}

.club_level a.terms {
	margin-top: 1em;
	display: inline-block;
	color: #999898;
}

.club_level a.terms:hover {
	color: #000000;
}

.block_box p {
	text-align: center;
}

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

	.club_description ul {
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}

	.club_levels {
		display: flex;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}

	.club_level {
		width: calc(49%);
	}
	
}

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

	.club_level {
		margin-top: 30px;
	}

}

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

	.block_box {
		width: 100%;
	}

	.block_box:nth-child(2) {
		margin-top: 30px;
	}

}

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

	.club_description {
		padding: 0px 15px 15px 15px;
	}

}

.clubs3 .club {
	line-height: 1.5em;
	margin-top: 2em;
}

.clubs3 .club_inner {
	padding: 30px;
	background-color: #F2F2F2;
}

.clubs3 img {
	width: 100%;
	height: auto;
}

.clubs3 h2 {
	line-height: 1.25em;
	text-align: center;
	text-transform: uppercase;
	color: #B4962F;
}

.clubs3 h2 em {
	text-transform: none;
}

.clubs3 ul {
	margin-bottom: 1em;
}

.clubs3 .club_intro {
	margin-bottom: 1em;
}

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

	.clubs3 {
		display: flex;
		justify-content: space-between;
	}

	.clubs3 .club {
		width: calc(100%/3 - 30px);
	}


}

/* GALLERY CSS */

.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: #F3F3F3;
	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%;
	}
}

/* EVENTS CSS */

/*
.events {
	margin-top: -20px;
}
*/

.events + h2 {
	margin-top: 3em;
}

.events .event {
	margin-top: 20px;
	border: 2px solid #F3F3F3;
	display: table;
	width: 100%;
}

.events .date, .events_new .date {
	width: 178px;
	width: 25%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	background-color: #F3F3F3;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 1.666666666666667em;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #B4962F;
}

.events .date div, .events_new .date div {
	display: inline-block;
	vertical-align: middle;
}

.events .date div span, .events_new .date div span {
	font-size: 1.6em;
	font-style: normal;
}

.events .content, .events_new .content {
	width: calc(100% - 178px);
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	padding: 25px 25px 5px 25px;
}

.events h2 {
	font-size: 1.466666666666667em;
	margin-bottom: .5em;
}

.events .content p, .events_new .content p {
	margin-bottom: 10px;
	line-height: 25px;
}

.events .content a, .events_new .content a {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #B4962F;
}

#event {
	border: 2px solid #F3F3F3;
	margin: 80px 0px 10px 0px;
	padding: 0px 50px 40px 50px;
}

#event .date {
	margin: -42px 0px 30px 0px;
	text-align: center;
}

#event .date_inner {
	display: inline-block;
	min-height: 80px;
	padding: 25px 50px;
	background-color: #F3F3F3;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 1.666666666666667em;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	color: #B4962F;
}

#event .date_inner span {
	white-space: nowrap;
}

#event img.right_photo {
	margin-bottom: 0px;
	width: 100%;
	max-width: 500px;
}

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

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

	#event img.right_photo {
		max-width: 450px;
	}

}

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

	#event {
		padding: 0px 15px 40px 15px;
	}

	#event .date_inner {
		padding: 25px 25px;
	}

	#event img.right_photo {
		max-width: 400px;
	}

}

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

	#event img.right_photo {
		max-width: 350px;
	}

}

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

	#event img.right_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
		max-width: none;
	}

}

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

	#event .date_inner {
		font-size: 1.25em;
	}

}

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

/*
	.events {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.events .event {
		width: calc(50% - 20px);
	}
*/

	.events {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}

/*
	.events .event {
		margin-top: 0px;
	}

	.events .photo {
		grid-row: span 2;
	}
*/

	.events .photo img {
		display: block;
		object-fit: cover;
	}

}

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

	.events .col + .col {
		margin-top: 40px;
	}

}

@media only screen and (min-width: 630px) and (max-width: 949px) {

	.events .photo, .events .col {
		max-width: 600px;
		margin: 0px auto;
	}

}

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

	.events .date {
		font-size: 1.2em;
	}

}

.events_new {
/*	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
*/
	margin-top: -60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 50px;
}

.events_new .event {
/*
	width: calc(100%/3 - 30px);
*/
	margin-top: 60px;
}

.events_new .event .photo img {
	display: block;
}

.events_new .date {
	width: 80px;
	font-size: 1em;
	line-height: 1.2em;
	vertical-align: top;
	padding: 15px 0px 0px 0px;
	background-color: transparent;
}

.events_new .date div {
	display: inline-block;
/*	width: 100%;*/
}

.events_new .date div.divider {
	margin: 0px 5px;
/*
	line-height: 1em;
	margin-top: -5px;
*/
}

.events_new .content {
	width: calc(100% - 80px);
	padding: 15px 0px 5px 15px;
	vertical-align: top;
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

.events_new .content .location {
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	margin-bottom: 10px;
}

.events_new h2 {
	margin-bottom: 0px;
}

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

	.events_new {
		grid-column-gap: 30px;
	}

}

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

	.events_new {
		grid-template-columns: 1fr 1fr;
	}

}

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

	.events_new {
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
	}

}

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

/* FEEDBACK CSS */

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

form.feedback label {
	display: block;
}

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

form.feedback div label {
	display: inline;
}

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

/* TRADE STYLES */

#content .trade {
	margin-top: -5em;
	margin-left: -2.5%;
}

.trade .thumbnail {
	border: 3px solid #E1E1DF;
	padding: 15px;
	margin-bottom: .5em;
	text-align: center;
}

.trade .thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.trade .item {
	list-style: none;
	width: 22.5%;
	float: left;
	margin-left: 2.5%;
	display: inline;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	margin-top: 5em;
}

.trade_cats .item {
	text-align: center;
}

.trade em {
	white-space: nowrap;
}

.trade_list {
	margin-left: -5%;
}

.trade_list .item {
	float: left;
	width: 28.3333333333333%;;
	margin-left: 5%;
	display: inline;
	margin-bottom: 30px;
}

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

	.trade_list .item {
		width: 45%;
	}

}

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

	.trade_list {
		margin-left: 0px;
	}

	.trade_list .item {
		width: 100%;
		margin-left: 0px;
		display: block;
	}

}

#distributors {
	margin-top: -5em;
	margin-left: -2.5%;
}

.distributor {
	width: 22.5%;
	float: left;
	margin-top: 5em;
	margin-left: 2.5%;
	line-height: 1.6em;
}

.distributor p {
	text-align: left;
}

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

	.trade, #distributors {
		margin-top: -4em;
		margin-left: -3%;
	}

	.trade .item, .distributor {
		width: 30.3333333333333%;
		margin-left: 3%
		margin-top: 4em;
	}

}

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

	.trade, #distributors {
		margin-top: -3em;
		margin-left: -5%;
	}

	.trade .item, .distributor {
		width: 45%;
		margin-left: 5%;
		margin-top: 3em;
	}

}

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

	.trade, #distributors {
		margin-left: 0px;
	}

	.trade .item, .distributor {
		width: 100%;
		margin-left: 0px;
		display: block;
	}

}

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

#popup p {
	line-height: 1.5em;
}

#popup p:last-of-type {
	margin-bottom: 0px;
}

div.close {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
}

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

	#popup {
		padding: 30px;
	}

}

/* RESPONSIVE CSS */

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

	#nav_trigger, #nav_close {
		display: none;
	}

	#nav {
		position: fixed;
		top: 0px;
		right: 0px;
		width: 1210px;
		height: 70px;
		background-color: #000000;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}

	#main_nav {
		position: absolute;
		right: 210px;
		height: 70px;
		padding: 0px 15px;
	}

	.collapsed #nav {
		width: 100%;
	}

	#nav #cart_nav {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 196px;
	}

	#main_nav > li {
		float: left;
		display: inline;
		height: 70px;
	}

	#main_nav li {
		margin: 0px 29px;
		padding-top: 25px;
		position: relative;
	}

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

	#main_nav li > ul {
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #000000;
	}

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

	#nav li li {
		white-space: nowrap;
		height: auto;
		padding: 0px;
		margin: 0px;
		font-size: 13px;
		text-align: center;
		font-style: italic;
		text-transform: none;
	}

	#nav li li a {
		display: block;
		padding: 5px 10px;
	}

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

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#subnav li a {
		color: #000000;
	}

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

	#section_title {
		display: none;
	}

}

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

	#nav {
		width: 1000px;
	}

	#nav #cart_nav {
		width: 156px;
	}

	#cart_nav li {
		margin: 0px 10px;
	}

	#main_nav {
		right: 166px;
	}

	#main_nav li {
		margin: 0px 19px;
	}

}

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

	#logo {
		left: 30px;
	}

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

	#nav {
		width: 880px;
	}

	#nav #cart_nav {
		width: 131px;
	}

	#cart_nav li {
		margin: 0px 6px;
	}

	#main_nav {
		right: 141px;
	}

	#main_nav li {
		margin: 0px 13px;
	}

}

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

	.container, .block {
		padding: 0px 15px;
	}

	#logo {
		left: 15px;
	}

	#nav {
		right: 15px;
	}

}

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

	.mobile_nav body {
		overflow: hidden;
	}

	#nav_trigger, #nav_close {
		cursor: pointer;
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 70px;
		height: 70px;
		z-index: 300;
		font-size: 30px;
		line-height: 70px;
		text-align: right;
		padding-right: 20px;
		background-color: #000000;
		color: #B4962F;
	}

	#nav_trigger {
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}

	.collapsed #nav_trigger {
		width: 100%;
	}

	#nav_close {
		position: absolute;
		top: 0px;
		font-size: 30px;
		line-height: 70px;
		z-index: 200;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
		z-index: 500;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: fixed;
		right: 0px;
		top: 0px;
		background-color: #B4962F;
		z-index: 1000;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#nav #main_nav {
		padding-top: 75px;
		padding-bottom: 75px;
		background-color: #000000;
	}

	#main_nav li {
		display: block;
		font-size: 18px;
		text-align: center;
		white-space: nowrap;
	}

	#main_nav li a {
		display: block;
		padding: 10px 15px;
	}

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

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

	#main_nav li li {
		font-size: 16px;
		font-style: italic;
		text-transform: none;
	}

	#main_nav li li a, #main_nav li.active li a {
		padding: 6px 30px;
		color: #FFFFFF;
	}

	#nav #cart_nav {
		width: 100%;
	}

	#cart_nav li {
		font-size: 18px;
		margin: 0px 12px;
		padding-top: 35px;
	}

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

	#section_title {
		padding: 0px 15px;
		font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 38px;
		font-style: italic;
		text-align: center;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

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

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

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

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

	#subnav li a {
		display: block;
		padding: 8px 15px;
		color: #FFFFFF;
	}

}

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

	.block .container {
		padding: 0px;
	}

}
