@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,500,500i|Open+Sans+Condensed:700');
@import url("https://use.typekit.net/tgs3pgv.css");
	/* Meno Banner Available fonts:
	CSS: webkit browsers need it written like this ie Safari
	font-family: meno-banner;
	font-weight: 700;
	font-style: normal;
	
	Meno Banner Regular
	Meno Banner Italic
	Meno Banner Bold Italic
	Meno Banner Bold 
	*/
	
/*   ---   HTML5 display definitions   ---   */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/** 
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/*   ---   Base   ---   */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/*   ---   Links   ---   */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
	cursor: pointer;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
	cursor: pointer;
}

/*   ---   Typography   ---   */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 13.5px;
	margin: 30px 0;
}

p, div {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
	max-width:2000px;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/*   ---   Embedded content   ---   */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/*   ---   Figures   ---   */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/*   ---   Forms   ---   */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 0 !important;
    background-color:#333333;
    margin-right:10px;
    margin-top:0px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:35px;
    height:35px;
    padding:5px;
    /*border:1px solid #DCE0E2;*/
	outline:none;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background: #333333 url('../images/check_gray_22.png') no-repeat center center;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

/*   ---   Tables   ---   */

td {
    padding: 6px 3px;
}
/*MB tr:hover{
	background-color:transparent !important;
}*/
#v65-cartTable {
	margin: 30px 0;
}
#v65-CalendarTable th,
#v65-modalCartTable th,
#v65-cartTable th,
#v65-memberAddressBook th,
#v65-memberOrders th,
th,
.v65-shipTracking-wrapper .v65-shipTracking-progressTable table tr th,
.v65-shipTracking-wrapper .v65-shipTracking-otherShipmentTable table tr th,
.v65-memberAllocationHistoryTable th,
#v65-couponSummaryTable th,
#v65-memberOrders th:not(.orderDateRow) {
    font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.5;
    font-style: normal;
	padding: 3px;
	background: #f9f9f9;
	text-align: center;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
#v65-memberOrders td a, #v65-memberOrders .orderDateRow a {
	color: #E0D6CB;	
}
#v65-couponSummaryTable {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
#v65-couponSummaryTable td {
	text-align: center;
}
#v65-cartSubtotal td,
.v65-cartTax td,
#v65-cartTotal td,
#v65-modalCartTableSubtotal td,
#v65-memberOrders td,
#v65-memberAddressBook td,
td,
.v65-shipTracking-wrapper .v65-shipTracking-progressTable table td, .v65-shipTracking-wrapper .v65-shipTracking-otherShipmentTable table td {
	background: none;
	font-size: 13px;
	font-weight: 500;
	color: #333333;
	border-bottom: 1px solid #e3e3e3;
}
#v65-memberAddressBook td {
	color:#E0D6CB;
}
.v65-memberAllocationHistoryWrapper {
	margin: 0;
	padding: 0;
	border: none;
}
.v65-memberAllocationHistoryTable tr:not(:first-child) td {
	color:#E0D6CB !important;
}
.v65-memberAllcoationHistoryTitle {
    color:#E0D6CB !important;
}
.v65-shipTracking-info {
	width: 50%;
}
#v65-memberbillingSummary,
#v65-memberShippingSummary,
.v65-shipTracking-wrapper .v65-shipTracking-info div {
	width: 100%;
}
.v65-shipTracking-wrapper .v65-shipTracking-info .v65-shipTracking-info-map img {
	margin: 30px 0;
}
.v65-shipTracking-wrapper .v65-shipTracking-progressTable table,
.v65-shipTracking-wrapper .v65-shipTracking-otherShipmentTable table,
.v65-memberAllcoationHistoryDates,
.v65-memberAllocationHistoryTable {
	margin: 30px 0;
}

/*   ---   The Nivo Slider styles   ---   */

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: white url(../nivo/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    cursor: hand;
    background-color: #fff;
    filter: alpha(opacity=0);
    /*non ie*/
    opacity: 0;
}
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
.nivo-caption p {
    padding: 5px;
    margin: 0;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../nivo/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
a.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav {
    background-position: -30px 0px;
    right: 15px;
}
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    display: none;
}
.nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../nivo/bullets.png) no-repeat;
    color: transparent;
    border: 0;
    margin: 0 2px;
    cursor: pointer;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}
.hideText {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.hideText a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*   ---   Typography - These get copied into the admin.css   ---   */

html {
    font-size: 100%;
}
body {
    background-color: #000000;
    color: #E0D6CB;
    font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
    margin: 0 auto;
    font-weight: 500;
    max-width: 100%;
    font-size: 17px;
    line-height: 2.1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.v65-productGroup-title.v65-title {
    color: #E0D6CB;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.v65-productGroup-title.v65-title a,
.v65-title a,
.v65-productList a {
	padding-bottom: 0;
	border: none;
	color: #ffffff;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.v65-productGroup-title.v65-title a:hover,
.v65-title a:hover,
.v65-productList a:hover {
	opacity: 0.8;
}
h1 {
    font-size: 36px;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-family: meno-banner,'Open Sans Condensed', Helvetica, Arial, 'serif'; 
    font-weight:700;
    font-style:normal;
}
.v65-productWrapper h1 {
    float: none;
	text-align: left !important;
    width: auto;
}
h2,
.v65-productGroup-title.v65-title {
    font-size: 30px;
    letter-spacing: 2.1px;
    word-spacing: 2.1px;
    font-family: meno-banner,'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-weight: 700;
	font-style:normal;
}

h3,
.v65-title,
.v65-productList a {
    font-size: 24px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    color: #E0D6CB;
    font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
}
h4,
.v65-form legend,
.v65-product-addToCart-price {
    font-size: 21px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    color: #E0D6CB;
    font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.5;
}
.v65-product-addToCart-price {
	font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
	font-size:16px;
	letter-spacing:2px;
	display:inline-block;
}
h5,
.v65-form label,
.v65-calendarList-Month,
.v65-product1UpStore .v65-product-sku,
#v65-couponFormWrapper legend,
#v65-giftCardFormWrapper legend,
#v65-loyaltyPointsFormWrapper legend {
    font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
    font-size: 15px;
    font-weight: 500;
    color: #E0D6CB;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-style: normal !important;
}
h6,
.v65-blogPostDate,
.v65-product-inventoryMessage,
.v65-subtitle,
.v65-recentEntriesDate,
.v65-calendarList-Time,
.v65-product-review-date {
    font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
    font-size: 15px;
    font-weight: 300;
    color: #E0D6CB;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 1.5;
    font-style: normal !important;
}
h7 {
	font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#E0D6CB;
	margin:0px;
	display:block;
}
p,
.v65-product-attributeValue {
    margin: 30px 0;
}
.v65-colWrapper p:first-child,
p:first-child,
.v65-product-attributeValue {
	margin-top: 0;
}
dl,
ol,
ul {
    margin: 30px 0;
	padding-left: 30px;
}
dd,
dt,
li {
    line-height: 2.1;
    margin: 0;
}
a {
    font-weight: bold;
    color: #E0D6CB;
    text-decoration: none;
}
p a,
li a {
    padding-bottom: 3px;
    border-bottom: 1px solid #e3e3e3;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
img {
    border: none;
    height: auto;
    max-width: 100%;
}
form {
    margin-bottom: 0px;
}
legend {
    color: #E0D6CB;
}
hr {
    background-color: #e3e3e3;
    border: 0;
    color: #e3e3e3;
    height: 1px;
    margin: 30px 0;
}
a[name=footerNav] {
    display: none !important;
}
.small {
    font-size: 13.5px;
}
.smaller {
    font-size: 12px;
}

@media screen and (max-width: 780px) {
	h1,
	h2,
	h3,
	h4
	.v65-productGroup-title.v65-title {
		margin-bottom: 15px;
	}
}

/*   ---   Header   ---   */

header {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 10;
    /*height:90px;*/
    /*background: #ffffff;*/
}
.v65-yourAccount {
    /*MB131 display: none;*/
}
#user-tools {
    position: absolute;
    right: 0;
    height: auto;
    top:0;
    width:150px !important;
    margin-right:20px;
    margin-top:6px;
   	/*
   	line-height: auto;
    width: auto;display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:stretch;
	align-items:stretch;*/
}
#user-tools > div{
	width:150px;
	display:block;
	text-align:left;
}
#user-tools a {
    color: #DFD6CA;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    text-decoration: none;
    line-height: 25px;
	height: 25px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    display: block;
    padding: 0;
    text-decoration: none;
    border: none;
    -webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
#user-tools a:hover {
    color:#ffffff;
}
#v65-modalCart {
    /* MB SHOW WHEN READY TO SELL: TOP RIGHT NAV LINK AND MODAL
    	when it's time, it inherits classes from a css file saved on vin65 server that we can't edit
    	this file makes it an absolute positioned item so we'll need to add a right margin to the login/out
    	and v65-editProfile to give space to the cart link*/
    display:block;
    position: relative;
    width: auto;
    line-height: normal;
    /* MB float: right; */
}
.v65-login,
.v65-logout {
    margin: 0 15px 0 0;
    width: auto;
    /* MB float: left; */
    line-height: 30px;
}
.logo, .v65-logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    /* MB height: 110px; 
    width: 350px; & removed  !important*/
    /* MB position: relative;
    margin: 30px auto 30px auto;*/
    
    /* MB added below */
	position:absolute;
	top:0;
	left:0;
	z-index: 100;
	padding:1em;
	margin:10px;
	height:35px;
	width:220px;
}
.logo.errorLogo, .v65-logo.errorLogo {
    float: none;
}
.headerHeadline {
    text-align: center;
    margin: 0 auto;
}
.v65-yourAccount, .v65-editProfile {
	border: none;
	margin-top: 0;
	padding-right: 0;
	margin-right: 15px;
	width: auto;
	/* MB float: right; */
	height: auto;
	z-index: 200;
}
.v65-login, .v65-logout {
	z-index: 200;
}
.logo {
	background-image: url(../images/logo.png?1426179079);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
		.logo {
			background-image: url('../images/logo@2x.png?1426179079');
		}
}
@media screen and (max-width: 1500px) {
	header {
		margin: 0 auto;
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
    #user-tools {
        top: 0px;
        left: auto;
    }
}
@media screen and (max-width: 767px) {
    .logo, .v65-logo {
        clear: both;
    }
}
@media screen and (max-width: 680px) {
	.v65-productWrapper .v65-productAddToCart-drilldownActivate {
		background: none;
		border: 0;
		opacity: 1;
		margin: 15px 0;
		position: relative;
		bottom: 0;
		left: 0;
		z-index: 899;
		width: 100%;
	}
	.v65-productWrapper .v65-productAddToCart-drilldownActivate .v65-product-addToCart {
		margin: 0;
		padding: 0;
	}
}
@media screen and (max-width: 580px) {
    .v65-login,
    .v65-logout {
        border: none;
        height: auto;
    }
    #v65-modalCart #v65-toggleModalCart {
        width: auto;
        vertical-align:inherit !important;
    }
    .headerHeadline {
        display: none;
    }
/*
	.logo, .v65-logo {
    	height: 45px;
	}
*/
}

/*   ---   Navigation   ---   */

.mainMenu {
    font-size: 11px;
    z-index: 101;
    /*margin: 0 auto 30px auto;*/
	text-align: center;
	/* MB */
	position:absolute;
	top:0;
	left:300px;
	margin: 5px;
}
.mainMenu a {
    padding: 0 10px;
    text-decoration: none;
    border: none;
	color: #E0D6CB;
    display: inline-block;
    margin: 0;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
	font-size: 11px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
	display: inline-block;
}
/*MB .mainMenu ul:hover a {
    opacity: .45;
	color: #666666;
}
.mainMenu ul li:hover a {
    color:#ffffff;
}
.mainMenu ul li:hover ul a {
    opacity: .45;
	color: #E0D6CB;
}*/
.mainMenu ul ul {
    border: none;
    background: #ffffff;
    display: none;
    left: 0;
    position: absolute;
    top: 45px;
    width: 178px;
    padding: 7.5px 0;
	border: 1px solid #e3e3e3;
}
.mainMenu ul ul .v65-selected {
    color: black;
    font-weight: bold;
}
.mainMenu li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0;
}
.mainMenu li li {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
}
.mainMenu li li a {
    display: block;
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 6px 15px;
    text-align: left;
    width: auto;
	color: #E0D6CB;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.mainMenu li li a:hover {
	color:#ffffff;
}
.mainMenu li:first-child {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .mainMenu li:hover ul {
        display: block;
    }
}
/*MB @media screen and (max-width: 580px) {
    .mainMenu ul {
        margin-top: 15px;
    }
}*/
.mainMenu a:hover {
    text-decoration: none;
    color:#ffffff;
}
.mainMenu .v65-pageAParent {
    color: #E0D6CB;
}
.mainMenu .v65-home {
	display: none;
}
.mainMenu .v65-selected {
    color: #ffffff;
    border-bottom:1px solid #ffffff;
}

@media screen and (max-width: 450px) {
    .mainMenu .footerMenuLink {
        display: block;
    }
}
@media screen and (min-width: 451px) {
    .mainMenu .footerMenuLink {
        display: none;
    }
}

.subMenu {
	display:none; /*MMB: remove this if there are children pages. This adds a left sidebar menu*/
    margin-bottom: 0;
    margin-top: 60px;
    border-right: none;
    float: left;
    margin-right: 0;
    padding-right: 0;
    width: 180px;
}
.subMenu ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}
.subMenu li {
	line-height: 30px;
}
.subMenu li ul {
    margin-left: 10px;
}
.subMenu a,
.v65-recentEntriesTitle a,
.blogFilterWrapper li a,
.blogFilter a {
    display: inline-block;
    line-height: 1.5;
    width: 100%;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #DFD6CA;
    line-height: 18px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    opacity: .45;
	padding: 6px 0;
	border: none;
}
.subMenu a:hover,
.v65-recentEntriesTitle a:hover,
.blogFilterWrapper li a:hover,
.blogFilter a:hover {
    text-decoration: none;
    opacity: 1;
}
.subMenu .v65-pageAParent {
    color: black;
}
.subMenu .v65-leftSelected {
    opacity: 1;
}
header nav {
    position: relative;
}
a.mobile_menu {
    width: 43px;
    height: 43px;
    background: transparent;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    display: none;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 22px;
    color: #994d29;;
    /* MB border: 1px solid #e3e3e3;*/
    line-height: 43px;
}
header nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
header nav ul::after {
    content: "";
    display: block;
    clear: both;
}
header nav ul li:hover > ul {
    display: block;
}
header nav ul li a {
    display: inline-block;
    text-decoration: none;
    position: relative;
}
header nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #2b0306;
}
header nav ul ul li {
    position: relative;
}
header nav ul ul ul {
    left: 100%;
    top: 0;
}

@media screen and (max-width:1020px) {
    .subMenu {
        margin-bottom: 0;
        margin-top: 90px;
        border-right: none;
        float: left;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }
}
@media screen and (max-width:780px) {
}
@media screen and (max-width:900px) {
	 .logo, .v65-logo  {
    	margin-left:50px;
    }
    .mainMenu {
        -moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
        padding-top: 45px;
        margin: 10px auto;
        width:250px;
        top:0;
        left:0;
    }
    .mainMenu li {
        margin: 0;
        margin: 0;
    }
    .mainMenu ul {
        /* MB margin-top: 30px;*/
        width: 250px;
    }
    .mainMenu ul ul {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border: 0;
        background: #f9f9f9;
        margin-top: 0px;
        padding: 0;
    }
    .mainMenu li li a {
        font-size: 11px;
        color: #E0D6CB;
        width: auto;
        padding: 0px 30px;
        line-height: 45px;
    }
    .mainMenu li li {
        width: 100%;
    }
    .mainMenu ul li:hover ul a {
        opacity: 1;
    }
    .mainMenu a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        width: 100%;
        /*border-top: 1px solid #E0D6CB;*/
        text-align: left;
        display: block;
        font-size: 11px;
		color: #E0D6CB;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		-ms-transition: color .3s;
		-o-transition: color .3s;
		transition: color .3s;
    }
	.mainMenu a:hover {
		color:#ffffff;
	}
    .mainMenu ul:hover a {
       	color:#ffffff;
    }
    header nav {
        height: 0px;
        overflow: hidden;
    }
    header nav a.mobile_menu {
        display: block;
		font-size: 22px;
    }
    nav ul,
    nav ul ul,
    nav ul ul ul {
        display: block;
        position: static;
    }
    nav > ul {
        padding: 0px;
        background-color:#000000;
        -moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box
    }
    header nav > ul > li {
        float: none;
        width: 100%;
    }
    nav ul li:hover {
        background: none;
    }
    nav ul ul {
        /*MB background: none;*/
    }
    nav ul ul li a {
        margin-left: 30px;
    }
    nav ul ul ul li a {
        margin-left: 60px;
    }
    nav a[aria-haspopup="true"]::after {
        display: none;
    }
    .mainMenu .v65-selected {
		color: #994d29;
		border-bottom:0px;
	}
	#user-tools {
		width:auto !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items:stretch;
		align-items:stretch;
	}
	#user-tools > div{
		width:auto;
		display:inline-block;
		text-align:left;
		margin-right:10px;
	}
}

/*   ---   Product Group   ---   */

.product-group,
.v65-productGroup {
    margin: 0 auto;
	width: 100%;
}
/*
.product-group .clear {
	display: none;
}
*/
div.v65-productGroup button.defaultBtn {
	margin-top:0px;
}
.v65-productGroup .v65-clear.productGroup-2Up-rowClear {
    display: none;
}
.v65-productGroup-products {
    text-align: center;
    width: 100%;
    /*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;*/
}
.v65-productGroup-teaser {
    float: none;
    margin: 0;
    width: 100%;
}
.v65-productGroup-product {
    margin: 0 15px 60px 15px;
    width:30%;
    max-width: 350px;
	text-align: center;
	float: none;
	/*-webkit-flex-grow: 1;
	flex-grow: 1;*/
	display: inline-block;
	position:static;
}
.v65-product-photo a img {
    width: auto;
	height:100%;
	max-height: 400px;
	margin-right: 0;
}
.v65-productGroup-title.v65-title {
	text-align: center;
	margin-bottom: 30px;
	display:none; /* MB removes the title Featured Wines from component */ 
}
.v65-product-title.v65-title a {
	font-family: meno-banner,'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size:26px;
}
.v65-productGroup-teaser {
    width: 100%;
}

/*   ---   Content   ---   */

.content {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    max-width: 960px;
    margin:40px auto 0px auto;
    /*margin: 60px auto; CANT HAVE TOP MARGIN FOR HOME VIDEO*/
    padding:0px 1em;
}
.page {
    width:100%;
    max-width:720px;
    margin:3em auto 0px auto;
    /*margin-top:3em;*/
}
.top {
}
.v65-featureRight,
.v65-right,
.v65-featureLeft,
.v65-left,
.v65-border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 780px) {
	.top {
	}
}

/*   ---   Store Styles   ---   */

@media screen and (max-width: 725px) {
    #v65-fieldset-wholesalerInfo,
    #v65-fieldset-billingInfo,
    #v65-fieldset-shippingOptions,
    #v65-fieldset-shippingInfo,
    #v65-fieldset-paymentMethod,
    #v65-fieldset-sourceCode,
    #v65-fieldset-usernamePassword {
        width: 100%;
    }
}
.v65-form input[type=text]#v65-CouponCode,
.v65-form input[type=text]#v65-GiftCode {
	margin-top: 0px;
	margin-bottom: 6px !important;
}

.v65-product1Up {
	margin-top: 1em;
	margin-bottom: 80px;
}
.wide .v65-product1Up {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.v65-product1Up .v65-product-photo {
	width: 330px;
	height: auto;
	float: left;
	margin: 0;
}
.v65-product-photo,
.v65-product2Up .v65-product-photo {
	margin-bottom: 15px;
    width: 100%;
}
.v65-product-photo a { 
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
}
.v65-product1Up .v65-product-infoWrapper {
	width: 330px;
	float: right;
	height: auto;
}
.v65-product2Up {
	width: 330px;
	margin: 0 0 60px 0;
	float: left;
}
.v65-product-reviewStats {
    display: none;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5;
}
.v65-product-addToCart-priceWrapper {
    float: left;
    margin: 0;
    width: 100%;
}
.v65-product-socialBar {
	margin: 15px 0;
}
.v65-product2Up.v65-last {
	float: right;
}
.v65-product2Up .v65-product-photo {
	height: 330px;
}
.v65-product1Up .v65-product-socialBar,
.v65-product2Up .v65-product-socialBar,
.v65-product1UpStore .v65-product-socialBar {
	display: none;
}
.v65-product3Up {
	width: 200px;
	float: left;
	margin: 0 60px 60px 0;
}
.v65-product3Up.v65-last {
	margin-right: 0;
}
.v65-product3Up .v65-product-photo {
	height: 200px;
	width: 100%;
	margin: 0;
	background: #f9f9f9;
	margin-bottom: 15px;
}
.v65-productGroup-product .v65-product-photo,
.v65-product1Up .v65-product-photo {
	margin-bottom: 15px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.v65-productGroup-product .v65-product-photo:hover,
.v65-product1Up .v65-product-photo:hover {
	-webkit-transition: scale(1.1);
	-moz-transition: scale(1.1);
	-ms-transition: scale(1.1);
	-o-transition: scale(1.1);
	transform: scale(1.1);
}
.v65-product1UpStore .v65-product-sku,
.v65-product1UpStore .v65-productCharacteristics { /* MB CHECK BACK HERE */
	/* MB125 display: none;*/
}
.v65-product1UpStore {
	border: none;
	padding: 0;
	margin: 0 0 60px 0;
}
.wide .v65-product1UpStore {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.v65-product1UpStore .v65-product-photo {
	background: #f9f9f9;
	width: 330px;
	height: 330px;
	float: left;
	margin: 0;
}
.v65-product1UpStore .v65-product-infoWrapper,
.v65-product1UpStore .v65-product-commerceWrapper {
	width: 330px;
	float: right;
	height: auto;
	margin: 0;
}
.v65-product-commerceWrapper {
	clear: right;
}
.v65-product-teaser p {
	margin: 15px 0;
}
.v65-productList {
	padding: 0;
	margin-bottom: 60px;
}
.v65-productList .v65-product-addToCart {
	margin: 0;
}
.v65-productList td {
	text-align: center;
	border: none;
}
.v65-productList td a {
	color: #E0D6CB;
}
.v65-product2Up .v65-product-addToCart input,
.v65-product1Up .v65-product-addToCart input {
	margin-bottom: 0 !important;
}
.v65-product-pagination li, .v65-Paging li {
	margin: 0 3px;
}
.v65-product-pagination li a, .v65-Paging li a {
	background: #e3e3e3;
	border-radius: 3px;
	width: 45px;
	line-height: 45px;
	height: 45px;
	padding: 0;
	border: none;
}
.v65-product-pagination li a:hover, .v65-Paging li a:hover {
	background: #333333;
	color: #ffffff;
	opacity: 1;
}
.v65-product3Up .v65-product-photo img {
	height: 70%;
	margin-top: 15%;
}
.v65-product1Up .v65-product-reviewStats,
.v65-product1UpStore .v65-product-reviewStats {
	display: none !important;
}

.v65-product-addToCart-unitDescription {
    /*MB display: inline;*/
    display:none;
	font-size: 12px;
}
.v65-product-inventoryMessage {
	margin-bottom: 15px;
}
.v65-productWrapper .v65-product-rightCol .v65-product-teaser {
	margin-bottom: 30px;
}
#fieldsetSubmit {
	margin-top: 15px;
}
@media screen and (max-width: 800px) {	
	.v65-productGroup-products {
		display:block;
	}
	.v65-productGroup-product {	
		-webkit-flex-grow: 0;
		flex-grow: 0;
		width:100%;
		max-width:400px;
		margin:2em auto;
	}
}
@media screen and (max-width: 780px) {	
	.wide .v65-product1Up,
	.wide .v65-product1UpStore {
		width: 360px;
	}
	.v65-product1Up,
	.v65-product2Up,
	.v65-product3Up,
	.v65-product1UpStore {
		width: 360px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.v65-product2Up.v65-last {
		float: none;
	}
	.v65-product3Up.v65-last {
		margin-right: auto;
	}
	.v65-product1Up .v65-product-photo,
	.v65-product2Up .v65-product-photo,
	.v65-product3Up .v65-product-photo,
	.v65-product1UpStore .v65-product-photo {
		width: 360px;
		height: 360px;
		margin-bottom: 15px;
	}
	.v65-product3Up .v65-product-photo,
	.v65-product1Up .v65-product-photo {
		margin-bottom: 30px;
	}
	.v65-product1UpStore .v65-product-infoWrapper,
	.v65-product1UpStore .v65-product-commerceWrapper,
	.v65-product1Up .v65-product-infoWrapper {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 540px) {
	.wide .v65-product1Up,
	.wide .v65-product1UpStore {
		/* MB22 width: 300px;
		height: 300px;*/
		width: 90%;
		max-width:400px;
	}
    .v65-productGroup .v65-clear {
        display: none;
    }
	.v65-product1Up,
	.v65-product2Up,
	.v65-product3Up,
	.v65-product1UpStore {
		width: 90%;
		max-width:400px;
		margin-left: auto;
		margin-right: auto;
	}
	.v65-product1Up .v65-product-photo,
	.v65-product2Up .v65-product-photo,
	.v65-product3Up .v65-product-photo,
	.v65-product1UpStore .v65-product-photo {
		/* MB22 width: 300px;
		height: 300px;*/
		width: 90%;
		max-width:400px;
	}
}

@media screen and (min-width: 581px) and (max-width: 599px) {
    .v65-productGroup .v65-clear.productGroup-2Up-rowClear {
        /* MB125 display: block;*/
        display:none;
    }
}

.v65-productGroup .v65-clear.productGroup-3Up-rowClear {
    display: none;
}

@media screen and (min-width: 600px) and (max-width: 780px) {
    .v65-productGroup .v65-clear.productGroup-3Up-rowClear {
        display: none;
        /* MB125 display: block;*/
    }
}
@media screen and (max-width: 720px) {
    .print {
        margin: 0 15px;
    }
}
@media screen and (max-width: 580px) {
	.v65-productWrapper .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-priceWrapper {
		margin-bottom: 0;
	}
	.v65-productWrapper .v65-product-addToCart .v65-addToCart {
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
}

/*   ---   Blog   ---   */

.blogContent {
    float: left;
    width: 720px;
}
.blogFilterWrapper {
    width: 180px;
    float: right;
    padding-right: 0px;
    margin-top: 100px;
    /* MB */
    display:none;
}
.blogFilterWrapper ul {
    list-style: none;
    padding: 0;
}
.blogFilterWrapper li {
    font-size: 12px;
    margin: 0;
}
.v65-blogPostWrapper .v65-avatar,
.v65-commentWrapper .v65-avatar {
    display: none;
}
.v65-blogPostWrapper .v65-blogPost {
    margin-left: 0;
    padding: 0;
}
.v65-commentWrapper .v65-comment {
    margin: 0;
}
.v65-commentText {
    padding: 0
}
.v65-commentWrapper {
    margin: 0 0 30px 0;
    padding: 0px;
    border-bottom: 1px solid #e3e3e3;
}
.v65-blogPostWrapper {
    margin: 0;
    padding: 0px;
    border-top: none;
	padding-top: 0;
	margin: 0 0 30px;
}
.v65-blogCommentsTitle {
    margin-bottom: 15px;
}
.fb_iframe_widget span {
    vertical-align: baseline !important;
}
.v65-recentEntriesTitle {
	font-weight: 300;
}
.v65-blogFooterDate {
	margin-right: 15px;
}
.v65-blogFooter {
	font-size: 10.5px;
	margin-bottom: 0;
	line-height: 1.5;
	display: none;
}
.blogFilterWrapper ul {
	margin: 15px 0;
}
.v65-socialMediaBar {
	margin-bottom: 30px;
}
#v65-commentFormWrapper form {
	width: 100%;
}
#v65-commentFormWrapper #Comments {
	width: 100%;
	height: 150px;
}

@media screen and (max-width: 1020px) {
	.blogContent {
		float: none;
	}
	.blogFilterWrapper {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 90px;
	}
}
@media screen and (max-width: 780px) {
	.blogContent {
		float: none;
		width: 100%;
	}
	.v65-blogPostWrapper {
		margin-bottom: 15px;
	}
	.v65-socialMediaBar {
		margin-bottom: 15px;
	}
}

/*   ---   Buttons   ---   */

button,
button.defaultBtn,
button.largeBtn,
button.modalBtn,
button.altBtn,
button.altModalBtn,
button.altLargeBtn,
a.linkBtn,
a.largeLinkBtn,
a.modalLinkBtn,
a.linkAltBtn,
a.modalLinkAltBtn {
    width: auto;
    padding: 0;
    height: auto;
    /* MB border: 2px solid #333333; */
    border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
    text-decoration: none;
    margin: 0px 0px 10px 0px;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
button,
button.defaultBtn,
a.linkBtn,
button.largeBtn,
a.largeLinkBtn {
	background: #994d29;
}
button.modalBtn,
a.modalLinkBtn,
button.altBtn,
a.linkAltBtn,
button.altModalBtn,
a.modalLinkAltBtn {
    background-color: #994C2A;
    border:2px solid #E0D6CB;
    color:#994d29;
    border-radius: 3px;
    display: inline-block !important;
    
	/*height: 30px !important;*/
	line-height: 30px !important;
}
button.altLargeBtn {
    background: none;
}
button span,
button.defaultBtn span,
a.linkBtn span {
    padding: 0 28px;
    line-height: 50px;
    height: auto;
    font-size: 10.5px;
    color: #E0D6CB;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}
button.largeBtn span,
a.largeLinkBtn span {
    padding: 0 46px;
    line-height: 56px;
    height: auto;
    font-size: 12px;
    color: #E0D6CB;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}
button.modalBtn span,
a.modalLinkBtn span,
button.altModalBtn span,
a.modalLinkAltBtn span,
button.altBtn span,
a.linkAltBtn span {
    padding: 0px 15px;
    line-height: 29px;
    height: auto;
    font-weight: 300;
    font-size: 10.5px;
    color: #ffffff;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
}
button:hover,
button:active,
button.defaultBtn:hover,
button.defaultBtn:active,
a.linkBtn:hover,
a.linkBtn:active,
button.largeBtn:hover,
button.largeBtn:active,
a.largeLinkBtn:hover,
a.largeLinkBtn:active,
button.altBtn:hover,
button.altBtn:active,
a.linkAltBtn:hover,
a.linkAltBtn:active {
	/*background-color:initial;*/
	background-color:#994C2A;
    opacity: .7;
}
button.altModalBtn:hover,
button.altModalBtn:active,
a.modalLinkAltBtn:hover,
a.modalLinkAltBtn:active,
button.modalBtn:hover,
button.modalBtn:active,
a.modalLinkBtn:hover,
a.modalLinkBtn:active {
    /*background-color:initial;*/
    background-color:#994C2A;
    opacity: .7;
}
a.modalLinkAltBtn:hover,
a.modalLinkAltBtn:active {}
button:hover span,
button:active span,
button.defaultBtn:hover span,
button.defaultBtn:active span,
a.linkBtn:hover span,
a.linkBtn:active span,
button.largeBtn:hover span,
button.largeBtn:active span,
a.largeLinkBtn:hover span,
a.largeLinkBtn:active span,
button.altBtn:hover span,
button.altBtn:active span,
a.linkAltBtn:hover span,
a.linkAltBtn:active span {
    color: #ffffff;
}
button.altModalBtn:hover span,
button.altModalBtn:active span,
a.modalLinkAltBtn:hover span,
a.modalLinkAltBtn:active span,
button.altBtn:hover span,
button.altBtn:active span,
a.linkAltBtn:hover span,
a.linkAltBtn:active span {
    color: #ffffff;
}
button.add-to-cart {
	margin-top:0px;
}
a.buttonLarge,
a.buttonLarge.mobileButton {
    background-color: #994d29 !important;
    color: #E0D6CB !important;
}
@media screen and (max-width: 780px) {
	button.altBtn,
	a.linkAltBtn,
	button.altLargeBtn {
		margin-bottom: 6px;
	}
	button span,
	button.defaultBtn span,
	a.linkBtn span {
		padding: 0 22px;
	}
	button.largeBtn span,
	a.largeLinkBtn span {
		padding: 0 34px;
	}
	button.modalBtn span,
	a.modalLinkBtn span,
	button.altModalBtn span,
	a.modalLinkAltBtn span {
		padding: 1px 10px 0 10px;
		line-height: 35px;
	}
	button.altModalBtn,
	a.modalLinkAltBtn,
	button.modalBtn,
	a.modalLinkBtn {
		height: 36px !important;
	}
	button.altBtn span,
	a.linkAltBtn span {
		padding: 0 16px;
	}
}

/*   ---   Footer   ---   */

footer {
    color: #E0D6CB;
    padding: 0;
    margin: 150px auto 90px auto;
    text-align: center;
    width: 90%;
}
footer a {
    padding: 0;
    text-decoration: none;
    border: none;
}
footer nav {
    height: auto !important;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer li {
    display: inline-block;
    padding: 0;
}
footer li a {
    color: #E0D6CB;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    line-height: 45px;
    padding: 0 7.5px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    -webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
footer li a i {
    font-size: 15px;
}
footer li a:hover {
    text-decoration: none;
    color:#ffffff;
}

@media screen and (max-width: 767px) {
    footer li a {
        color: #E0D6CB;
    }
}

footer .phone a:hover,
footer .email a:hover,
footer .map a:hover {
    text-decoration: none;
}
.legal {
    color: #E0D6CB;
    font-size: 10px;
    margin-top: 20px;
}
.legal > span {
	display:none;
}
footer a {
    color: #E0D6CB;
}

@media screen and (min-width: 501px) {
    div#v65-navTypeVarietal,
    #v65-navRegionAppellation,
    #v65-navBrand {
        float: left;
        width: 33.33%;
    }
}

.socialMedia {
    margin-bottom: 45px;
    display:none; /*MB removed "ContentGroup Social Media does not exist."*/
}
.socialMedia a {
    width: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0;
    color: #E0D6CB;
}

@media screen and (max-width: 580px) {
	footer {
		margin: 150px auto 60px auto;
	}
	.legal {
		margin-top: 90px;
	}
}

/*   ---   Newsletter Subscribe   ---   */

#v65-subscribeWidget,
.v65-subscribeWidget {
	display:none; /*MMB*/
    text-align: center;
    margin-bottom: 90px;
}
.v65-subscribeWidget h2 {
    margin-bottom: 30px;
}
#v65-subscribeWidget input {
    width: calc(300px - 24px);
    margin-bottom: 0;
}

@media screen and (max-width: 580px) {
    #v65-subscribeWidget input {
		width: calc(100% - 24px);
        margin-bottom: 15px;
    }
}

/*   ---   Form   ---   */

input,
input[type='text'],
input[type='password'],
input[type='username'],
input[type='tel'],
input[type='email'] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    /*border-radius: 6px;*/
    border: 0px;
    /*MB border: 2px solid #999999;*/
    padding: 0 10px;
    width: 100%;
    margin-bottom: 15px !important;
    background-color:#333333;
}
input,
textarea,
select,
button {
    font-size: 15px;
    color: #E0D6CB;
    font-weight: 300;
}
textarea:focus,
input:focus {
    outline: none;
}
.v65-form fieldset {
    padding: 0;
    margin: auto;
    border: none;
}
.v65-form fieldset div {
    padding: 0;
}
.v65-form legend {
    padding: 0;
}
.v65-form {
    width: 100%;
    margin: 0;
}
.v65-form input[type='text'],
.v65-form input[type='password'],
.v65-form input[type='username'],
input[type='tel'],
input[type='email']{
    width: calc(100% - 24px) !important;
}
.v65-form textarea,
.v65-form select {
    /*border-radius: 6px;*/
    border:0px;
    /* MB border: 2px solid #999999;*/
    width:auto;
    padding: 10px;
	margin-bottom: 15px;
	background: #333333;
}
.v65-form textarea {
	width: calc(100% - 24px) !important;
}
.v65-form select,
.v65-product-addToCart-selectBox select {
	min-width: 100px;
	font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
	line-height: 24px;
	font-size: 15px;
	padding: 10px;
	border: 0px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #333333 url('../images/icon_dropdown_arrow.png') no-repeat right 5px center;
	outline:none;
    /*MB border: 2px solid #999999;*/
}
.v65-form select {
	margin-right: 3px;
}

@media screen and (max-width: 1020px) {
	input,
	input[type='text'],
	input[type='password'],
	input[type='username'],
	input[type='tel'],
	input[type='email'] {
		margin-bottom: 6PX !important;
	}
}
@media screen and (max-width: 580px) {
	.v65-form input[type=text],
	.v65-form input[type=password],
	.v65-form input[type='username'],
	#v65-loginForm input[type="text"],
	#v65-loginForm input[type="password"] {
		width: calc(100% - 24px) !important;
	}
}

/*   ---   Parallax   ---   */

.parallax-window {
    height: auto;
    width: 100%;
    background: transparent;
    margin-bottom: 90px;
    height: 900px;
	overflow: hidden;
}
.parallax-window table,
.parallax-window .overlay {
    width: 100%;
    height: 900px;
    text-align: center;
}
.parallax-window td {
	border: none;
	padding: 15px !important;
}

@media screen and (max-width: 1500px) {
	.parallax-window,
    .parallax-window table,
	.parallax-window .overlay {
        height: 750px;
    }
}
@media screen and (max-width: 1020px) {
	.parallax-window {
		margin-bottom: 60px;
	}
	.parallax-window,
    .parallax-window table,
	.parallax-window .overlay {
        height: 600px;
    }
}
@media screen and (max-width: 780px) {
	.parallax-window,
    .parallax-window table,
	.parallax-window .overlay {
        height: auto;
		min-height: 180px;
    }
}
@media screen and (max-width: 580px) {
	.parallax-window {
		margin-bottom: 30px;
	}
    .parallax-mirror img.parallax-slider {
        max-width: none !important;
    }
}

/*   ---   Layout   ---   */

body {
    max-width: 1500px;
}

.wide.content {
    /*MB width: 960px;*/
}
.full.content {
	width: 100%;
	margin-top: 0;
}
.narrow.page {
    width: 720px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.v65-colWrapper {
    margin: 30px 0;
}
.v65-col2 {
    float: left;
    margin-left: 60px;
    width: 450px;
}
.v65-col2:first-child {
    float: left;
    margin-left: 0;
    width: 450px;
}
.v65-col2Right {
    float: left;
    margin-left: 60px;
    width: 300px;
}
.v65-col2Right:first-child {
    float: left;
    margin-left: 0;
    width: 600px;
}
.v65-col2Left {
    float: left;
    margin-right: 0;
    width: 600px;
}
.v65-col2Left:first-child {
    float: left;
    margin-right: 60px;
    width: 300px;
}
.v65-col3 {
    float: left;
    margin-left: 60px;
    width: 280px;
}
.v65-col3:first-child {
    float: left;
    margin-left: 0;
    width: 280px;
}
.v65-col4 {
    float: left;
    margin-left: 60px;
    width: 195px;
}
.v65-col4:first-child {
    margin-left: 0;
}
.page .v65-col2,
.blogContent .v65-col2 {
    float: left;
    margin-left: 60px;
    width: 330px;
}
.page .v65-col2:first-child,
.blogContent .v65-col2:first-child {
    float: left;
    margin-left: 0;
    width: 330px;
}
.page .v65-col2Right,
.blogContent .v65-col2Right {
    float: left;
    margin-left: 60px;
    width: 200px;
}
.page .v65-col2Right:first-child,
.blogContent .v65-col2Right:first-child {
    float: left;
    margin-left: 0;
    width: 460px;
}
.page .v65-col2Left,
.blogContent .v65-col2Left {
    float: left;
    margin-right: 0;
    width: 460px;
}
.page .v65-col2Left:first-child,
.blogContent .v65-col2Left:first-child {
    float: left;
    margin-right: 60px;
    width: 200px;
}
.page .v65-col3,
.blogContent .v65-col3 {
    float: left;
    margin-left: 60px;
    width: 200px;
}
.page .v65-col3:first-child,
.blogContent .v65-col3:first-child {
    float: left;
    margin-left: 0;
    width: 200px;
}
.page .v65-col4,
.blogContent .v65-col4 {
    float: left;
    margin-left: 60px;
    width: 135px;
}
.page .v65-col4:first-child,
.blogContent .v65-col4:first-child {
    margin-left: 0;
}

@media screen and (max-width: 1020px) {
    .content,
    .wide.content {
       /*MB width: 720px;*/
    }
    .v65-col2 {
        float: left;
        margin-left: 60px;
        width: 330px;
    }
    .v65-col2:first-child {
        float: left;
        margin-left: 0;
        width: 330px;
    }
    .v65-col2Right {
        float: left;
        margin-left: 60px;
        width: 200px;
    }
    .v65-col2Right:first-child {
        float: left;
        margin-left: 0;
        width: 460px;
    }
    .v65-col2Left {
        float: left;
        margin-right: 0;
        width: 460px;
    }
    .v65-col2Left:first-child {
        float: left;
        margin-right: 60px;
        width: 200px;
    }
    .v65-col3 {
        float: left;
        margin-left: 60px;
        width: 200px;
    }
    .v65-col3:first-child {
        float: left;
        margin-left: 0;
        width: 200px;
    }
    .v65-col4 {
        float: left;
        margin-left: 60px;
        width: 135px;
    }
    .v65-col4:first-child {
        margin-left: 0;
    }
    .subMenu {
        width: 100%;
    }
    .subMenu h5 {
        text-align: center
    }
    .subMenu ul {
        text-align: center;
        margin-top: 0;
    }
    .subMenu li {
        display: inline-block;
    }
    .subMenu a {
        width: auto;
        padding: 0 7.5px;
        line-height: 45px;
    }
}

@media screen and (max-width: 850px) {
    .v65-col4 {
		margin: 0;
        margin-left: 60px;
    }    
/*
    .v65-col4:first-child {
        margin-left: 0;
    }
*/
}
@media screen and (max-width: 780px) {
    .content,
    .wide.content,
	.full.content {
        width: auto;
		padding-left: 15px;
		padding-right: 15px;
    }
	.narrow.page,
	.page {
		width: 100%;
	}
    p,
    .v65-product-attributeValue {
        margin: 15px 0;
    }
	.v65-colWrapper {
		margin: 30px 0 15px 0;
	}
    .v65-col2,
    .v65-col2:first-child,
    .v65-col3,
    .v65-col3:first-child,
    .v65-col2Right,
    .v65-col2Right:first-child,
    .v65-col2Left,
    .v65-col2Left:first-child,
	.v65-col4,
	.v65-col4:first-child,
    .page .v65-col2:first-child,
    .page .v65-col2,
    .page .v65-col3:first-child,
    .page .v65-col3,
    .page .v65-col2Right,
    .page .v65-col2Right:first-child,
    .page .v65-col2Left,
    .page .v65-col2Left:first-child,
	.page .v65-col4,
	.page .v65-col4:first-child,
    .blogContent .v65-col2:first-child,
    .blogContent .v65-col2,
    .blogContent .v65-col3:first-child,
    .blogContent .v65-col3,
    .blogContent .v65-col2Right,
    .blogContent .v65-col2Right:first-child,
    .blogContent .v65-col2Left,
    .blogContent .v65-col2Left:first-child,
	.blogContent .v65-col4,
	.blogContent .v65-col4:first-child {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 580px) {
    .v65-col2 {
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%
    }
    .v65-col2:first-child {
        float: none;
        width: 100%;
		margin-bottom: 15px;
    }
    .v65-col4,
    .v65-col4:first-child {
        float: none;
        margin: 0 0 15px;
        width: 100%
    }
}

/*   ---   Stacked Blocks   ---   */

.stacked-blocks {
    width: 1140px;
    margin: 150px auto;
    overflow: hidden;
}
.block-big {
    background-color: #f9f9f9;
    height: 750px;
    width: 750px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px;
	margin-top: 30px;
	overflow: hidden;
	display: block;
}
.block-small {
    background-color: #f9f9f9;
    height: 360px;
    width: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
	margin-top: 30px;
	overflow: hidden;
	display: block;
}
.images .block-big {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	display: block;
}
.images .block-small {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	display: block;
}
.images table {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
.images table td {
	border: none;
}
.images table p,
.images table h1,
.images table h2,
.images table h3,
.images table h4,
.images table h5,
.images table h6,
.images table a,
.images table li {
	color: #ffffff !important;
}
.block-small:last-child {
    margin-top: 30px;
}
.Left .block-big,
.Right .block-small {
    float: left;
}
.Left .block-small,
.Right .block-big {
    float: right;
}
.block-big:hover img,
.block-small:hover img {
    opacity: .75;
}
.images .block-big:hover table,
.images .block-small:hover table {
    background: rgba(0,0,0,.6);
}
.stacked-blocks h5 {
    margin-top: 15px;
    margin-left: 15px;
    color: #DFD6CA;
	position: absolute;
}
.images h5 {
    margin-top: auto;
    margin-left: auto;
    color: inherit;
	position:relative;
}
.stacked-blocks a {
    padding: 0;
    text-decoration: none;
    border: none;
	text-align: center;
}
.stacked-blocks a img {
	height: 70%;
	margin-top: 15%;
}
.stacked-blocks a:hover,
.stacked-blocks a:active,
.stacked-blocks a:visited,
.stacked-blocks a:focus {
    text-decoration: none;
	opacity: 1;
}
@media screen and (max-width: 1200px) {
	.stacked-blocks {
		width: 960px;
		margin: 120px auto 0 auto;
	}
	.block-big {
		height: 630px;
		width: 630px;
		background-size: 120px;
	}
	.block-small {
		height: 300px;
		width: 300px;
		background-size: 45px;
	}
}
@media screen and (max-width: 1020px) {
    .stacked-blocks {
        width: 450px;
    }
    .block-big,
    .block-small {
        height: 450px;
        width: 450px;
        background-size: 75px;
    }
    .block-small,
    .block-small:last-child {
        margin-left: 0;
        margin-top: 30px;
    }
}
@media screen and (max-width: 780px) {
	.stacked-blocks {
		width: 1050px;
		margin: 60px auto 0 auto;
	}
    .stacked-blocks {
        width: 360px;
    }
    .block-big,
    .block-small {
        height: 360px;
        width: 360px;
        background-size: 54px;
    }
}
@media screen and (max-width: 580px) {
    .stacked-blocks {
        width: 300px;
    }
    .block-big,
    .block-small {
        height: 300px;
        width: 300px;
        background-size: 45px;
    }
}

/*   ---   Club   ---   */

.v65-club {
	/*MMB START*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
	/*MMB END*/
	/*width:325px;*/
	float: left;
	margin-bottom: 60px;
	padding:0px 1em;
}
.wide .v65-club {
	/*MMB START*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
	/*MMB END*/
	/*width:450px;*/
}
.v65-club:nth-child(2n) {
    float: right;
}
.v65-clubTeaser {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.v65-clubTeaser > p {
	background: url('../images/check_icon-rust.png') no-repeat 5px 0px;
	padding-left:35px;
	line-height:150%;
}
.v65-clubJoin {
	text-align:center;
}
.v65-clubSignUp-Teaser {
    display: none;
}
#v65-checkoutSecure {
	margin-bottom: 30px;
	width: 100%;
}
#v65-signUpClubSummaryWrapper {
	border: none;
	background-color: #f9f9f9;
	padding: 30px;
	right: auto;
	top: auto;
    float: right;
    margin-left: 60px;
    width: calc(450px - 60px);
	position: relative;
}
#v65-clubFormWrapper form {
    float: left;
    margin-left: 0;
    /*MMB START*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
	 /*MMB END*/
	/*width:450px;*/
}
.floatRight {
	float: left;
}
#v65-signUpClubSummaryWrapper p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1020px) {
	#v65-signUpClubSummaryWrapper {
		width: calc(330px - 60px);
	}
	.wide .v65-club {
		/*width: 330px;*/
	}
}
@media screen and (max-width: 780px) {
	#v65-signUpClubSummaryWrapper {
		width: calc(100% - 60px);
		margin-bottom: 60px;
	}
	.wide .v65-club {
		width: 100%;
	}
}

/*   ---   Centent Editor   ---   */

img.v65-featureRight {
	float: right;
	border: 1px solid #e3e3e3;
	padding: 5px;
	margin: 9px 0 30px 30px;
}
img.v65-featureLeft {
	float: left;
	border: 1px solid #e3e3e3;
	padding: 5px;
	margin: 9px 30px 30px 0;
}
img.v65-right {
	float: right;
	margin: 9px 0 30px 30px;
}
img.v65-left {
	float: left;
	margin: 9px 30px 30px 0;
}
img.v65-border {
	border: 1px solid #e3e3e3;
	padding: 5px;
}

@media screen and (max-width: 580px) {
	img.v65-featureRight,
	img.v65-featureLeft,
	img.v65-left,
	img.v65-right,
	img.v65-border {
		float:none;
		margin:0 0 15px 0 !important;
		width:100% !important;
		height: auto !important;
	}
}


/*   ---   Events and Calendar   ---   */

.v65-calendarList-Month {
    padding: 0 0 6px 0;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
}
.v65-calendarList-Event {
    margin: 30px 0;
    padding: 0;
}
.v65-calendarList-Event .v65-calendarList-Description {
    margin: 30px 0 0 0;
}
#v65-CalendarEventTable {
    margin: 0;
}
.v65-CalendarOffMonthDays {
	background: #f9f9f9;
}
#v65-CalendarTable th {
	height: auto;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
#v65-CalendarTable td {
	height: 60px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.wide #v65-CalendarTable td {
	height: 90px;
}
.v65-CalendarToDay {
	background-color: #e3e3e3;
}
.v65-CalendarDay {
	font-size: 9px;
	font-weight: 700;
	color: #DFD6CA;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0 3px 3px 3px;
	text-align: center;
	line-height: 15px;
}
.v65-CalendarEvent {
	text-align: center;
	font-size: 10.5px;
	font-weight: 300;
	color: #DFD6CA;
}
#v65-CalendarNav h2 {
	margin-bottom: 15px;
}
#v65-CalendarEventTable {
	width: 330px;
}
#v65-CalendarEventTable td {
	padding: 0 !important;
	border: none;
}
.v65-calendarList-Description img {
	width: 100%;
	height: auto !important;
}

@media screen and (max-width: 580px) {	
	#v65-CalendarEventTable {
		width: 100%;
	}
}

/*   ---   Cart   ---   */

#v65-modalCartDropdown {
    /* MB border: 1px solid #e3e3e3;*/
    top: 45px;
    width: 450px;
    z-index:30;
}
#v65-modalCartBody {
    padding: 15px;
}
#v65-modalCartBody .right {
    margin: 0;
    padding: 0;
}
td {
    font-size: 12px;
    font-weight: 300;
}
#v65-modalCartBody p {
	margin: 0;
}
.v65-additionalItemsMessage {
	display: none;
}
#v65-modalCartTable {
	margin: 15px 0;
}
#v65-cartHeader {
	margin: 0;
}
.v65-cartItemDescription .v65-cartRemoveButton {
	margin-top: 6px;
}
.v65-qtyField {
	width: 30px;
}
.v65-cartItemAmount .v65-qtyField {
	margin-bottom: 6px !important;
	width: 30px;
}
#v65-cartPaymentOptions {
	padding-top: 0;
	margin-bottom: 15px;
}

@media screen and (max-width: 580px) {
	#v65-modalCartDropdown {
		top: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		border: none;
	}
	#v65-modalCartDropdown .modalLinkBtn {
		margin-top: 15px;
		margin-bottom: 0;
	}
	#v65-modalCartDropdown .modalLinkAltBtn,
	#v65-modalContentHeader a.modalLinkBtn {
		margin-bottom: 0px;
		width: 100%;
	}
	#v65-modalContentHeader a.modalLinkBtn {
		float: right;
	}
}

/*   ---   Billing   ---   */

#v65-checkoutFormWrapper {
	width: 100%;
	overflow: hidden;
}
#v65-checkoutFormWrapper form {
	width: auto;
}
#v65-fieldset-wholesalerInfo,
#v65-fieldset-billingInfo,
#v65-fieldset-shippingOptions,
#v65-fieldset-shippingInfo,
#v65-fieldset-paymentMethod,
#v65-fieldset-sourceCode,
#v65-fieldset-usernamePassword,
#v65-fieldset-gift {
    width: 100%;
}
#v65-checkoutCartSummaryWrapper {
	border: none;
	background-color: #f9f9f9;
	padding: 30px;
	right: auto;
	top: auto;
    float: right;
    margin-left: 0;
    width: calc(450px - 60px);
	position: relative;
}
form#v65-checkBilling {
	float: left;
	margin-left: 0;
	width: 450px;
}
#v65-checkoutCartSummaryMini,
#v65-checkCartSummaryMoreOptions {
	width: 100%;
	font-size: 12px;
}
#v65-checkoutCartSummaryWrapper p {
	margin-bottom: 15px;
}
#v65-checkoutCartSummaryWrapper #v65-CouponCode {
	margin-top: 0;
}
#v65-checkoutCartSummaryMini td {
	font-size: 12px;
}
#v65-couponFormWrapper,
#v65-giftCardFormWrapper {
	float: left;
}
#v65-couponFormWrapper form,
#v65-giftCardFormWrapper form {
	width: 100%;
	margin-top: 30px;
}
#v65-checkoutCartSummaryMiniBottom p,
#v65-checkCartSummaryMoreOptions p {
	margin: 0;
}
#v65-continueOrder {
	float: left;
	width: auto;
	text-align: left;
	margin-top: 15px;
}
#v65-checkoutCartSummaryMini table {
	margin: 0 0 30px 0;
}
#v65-checkBilling textarea[name=OrderNotes] {
	width: 100%;
}
#v65-checkoutCartSummaryMini td {
	font-size: 10.5px;
}
.v65-form button[type=submit] {
	/*MB margin-top: 0;*/
}


@media screen and (max-width: 1020px) {
	#v65-checkoutCartSummaryWrapper {
		width: calc(330px - 60px);
	}
	form#v65-checkBilling {
		width: 330px;
	}
}
@media screen and (max-width: 780px) {
	#v65-checkoutCartSummaryWrapper {
		width: calc(100% - 60px);
		margin-bottom: 60px;
	}
	form#v65-checkBilling {
		width: 100%;
	}
	#v65-couponFormWrapper, #v65-giftCardFormWrapper {
		float: none;
	}
}
@media screen and (max-width: 725px) {
	#v65-couponFormWrapper fieldset,
	#v65-giftCardFormWrapper fieldset,
	#v65-loyaltyPointsFormWrapper fieldset {
		margin: 0;
	}
	#v65-couponFormWrapper input,
	#v65-giftCardFormWrapper input,
	#v65-loyaltyPointsFormWrapper input {
		width: calc(100% - 24px) !important;
	}
}

/*   ---   Page Banner   ---   */

.page-banner {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
    background-size: cover !important;
    height: 600px;
	overflow: hidden;
}
.page-banner table,
.page-banner .overlay {
    width: 100%;
    text-align: center;
	border: none;
    height: 600px;
	overflow: hidden;
}
.page-banner table td {
	padding: 0;
	border: none;
}
.Yes.overlay {
	background: rgba(0,0,0,.3);
}
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text a,
.white-text li {
	color: #ffffff !important;
}
.overlay-text {
	width: 60%;
}

@media screen and (max-width: 1500px) {
    .page-banner,
	.page-banner table,
	.page-banner .overlay {
        height: 540px;
    }
}
@media screen and (max-width: 1020px) {
    .page-banner,
	.page-banner table,
	.page-banner .overlay {
        height: 450px;
    }
	.page-banner {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 780px) {
    .page-banner,
	.page-banner table,
	.page-banner .overlay {
        height: auto;
		min-height: 300px;
    }
	.overlay-text {
		width: 75%;
	}
}
@media screen and (max-width: 580px) {
    .page-banner,
	.page-banner table,
	.page-banner .overlay {
        height: auto;
		min-height: 180px;
    }
    .page-banner img.parallax-slider {
        max-width: none !important;
    }
	.page-banner {
	    margin-bottom: 0px;
	}
	.overlay-text {
		width: 100%;
	}
}

/*   ---   Modal   ---   */

#v65-modalContentWrapper {
	border: 0px;
	/* MB border: 1px solid #e3e3e3;*/
	border-radius: 0px;
	top: 45px;
	background: #000000;
}
#v65-modalContentHeader {
    background: #000000;
}
#v65-modalContent p {
    margin: 0;
}
#v65-modalContentHeader {
    height: auto;
    padding: 15px 15px 0;
}
#v65-modalContent {
    padding: 15px;
}
#v65-loginForm input[type="checkbox"],
#v65-memberFormWrapper input[type=checkbox] {
	margin: 7.5px 15px 0 0;
}
#v65-modalViel {
	opacity: .9;
	background: #333333;
}

@media screen and (max-width: 580px) {
	#v65-modalContentWrapper {
		border: none;
		height: 100%;
	}
	#v65-modalContentWrapper {
		border: none;
		top: 0;
	}
}

/*   ---   Product   ---   */

.v65-product-title {
    margin-bottom: 5px;
}
.v65-paging {
    clear: left;
    display: none;
}
.v65-pagingBottom {
    display: block
}
.v65-pagingBottom {
    margin: 0;
    border-top: none;
	float: left;
}
.v65-product-pagination {
	width: 100%;
    border-top: 1px solid #e3e3e3;
}
.v65-product-pagination ul,
.v65-Paging ul {
    padding: 30px 0 0 0;
}
.v65-product-addToCart form {
    margin-bottom: 0;
}
.v65-product-addToCart {
    margin-bottom: 15px;
}
.v65-product-review-reviewerName {
	font-size: 15px;
	margin-bottom: 0px;
}
.v65-product-review-comment {
	padding: 0;
}
.v65-product-review-comment-wrapper {
	margin-left: 60px;
}
.v65-product-review-wrapper {
	margin-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}

/*   ---   Member Pages   ---   */
#v65-memberFormWrapper {
	margin:auto;
	width:100%;
	max-width:800px;
	padding:1em;
}
#v65-memberFormWrapper form {
	width: auto;
}
#v65-memberFormWrapper form button {
	margin-top: 15px;
}
#v65-LoginFormWrapper div,
#v65-memberFormWrapper div {
	padding: 0;
	margin: 0;
}
#v65-LoginFormWrapper legend {
	font-size: 21px;
	letter-spacing: 1.5px;
}
#v65-LoginFormWrapper fieldset,
#v65-memberFormWrapper fieldset {
	border: none;
}
#v65-memberOrders td,
#v65-memberOrders th,
#v65-memberAddressBook th,
#v65-memberAddressBook td {
	border-bottom: 1px solid #e9e9e9;
}

/*   ---   Product Page   ---   */

.v65-productWrapper .v65-product-leftCol {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 40%;
	padding: 1em;
	margin: 0px;
	text-align:center;
}
.v65-product-leftCol .v65-product-photo {
	margin-bottom: 30px;
	background-color:#E0D6CB;
}
.v65-product-leftCol .v65-product-photo img {
	width:70%;
	max-width: 160px !important;
	margin-top: 0;
	height:auto;
}
.v65-productWrapper .v65-product-rightCol {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:60%;
	padding: 1em;
	margin: 1em;
	background-color: #E0D6CB;
}
.v65-productWrapper .v65-product-rightCol p,
.v65-productWrapper .v65-product-rightCol h1,
.v65-productWrapper .v65-product-rightCol h2,
.v65-productWrapper .v65-product-rightCol h3,
.v65-productWrapper .v65-product-rightCol div,
.v65-productWrapper .v65-product-rightCol label,
.v65-productWrapper .v65-product-rightCol legend {
	color:#333333;
}
.v65-productWrapper .v65-product-rightCol input,
.v65-productWrapper .v65-product-rightCol select,
.v65-productWrapper .v65-product-rightCol textarea {
	background-color:#ffffff;
	color:#333333;
}
.v65-product-socialBar, 
.v65-productWrapper .v65-product-rightCol hr {
	display:none;
}
.full .v65-pagingBottom {
	display: none;
}
.v65-productWrapper {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	justify-content:flex-start;
	width:100%;
	max-width:1000px;
	margin:5em auto 2em auto;
}
.v65-productWrapper > div {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:50%;
	padding:30px;
	margin:1em;
}
.v65-wine-specs .v65-product-attributeLabel,
.v65-wine-specs .v65-product-attributeValue {
	margin: 0;
	width: 100%;
	line-height: 1.5;
	text-align: center;
}
.v65-wine-specs .v65-product-attribute {
	font-size: 12px;
	margin-bottom: 15px;
}
.v65-product-attributeLabel {
	margin-bottom: 0;
}
.v65-productWrapper .v65-product-leftCol .v65-productDrilldown-specs {
	padding: 0;
	width: 100%;
	display: inline-block;
}
.v65-product-availability {
	color: #999;
	font-style: normal;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .75px;
}

@media screen and (max-width: 780px) {
	.v65-productWrapper {
		display:block;
	}
	.v65-productWrapper .v65-product-leftCol {
		width: 100%;
	}
	.v65-productWrapper .v65-product-rightCol {
		width: 100%;
		margin: 0px;
	}
}
@media screen and (max-width: 680px) {
	.v65-productWrapper .v65-product-leftCol .v65-wine-specs {
		border: none
	}
}

/*   ---   Site Map   ---   */

#v65-SiteMap li ul li ul li {
	font-size: 12px;
}
#v65-SiteMap li ul li {
	font-size: 14.5px;
}
#v65-SiteMap li ul {
	margin: 0 0 0 15px;
}
#v65-SiteMap {
	line-height: 1.5;
}

/*   ---   Recipes   ---   */

.v65-recipe-photo {
	left:0;
	position:relative;
	top:0;
	width:150px;
	height: 150px;
	float: left;
	border-radius: 75px;
}
.v65-recipe-info {
	margin-left:30px;
	float: left;
	width: 780px;
}
.v65-recipe {
	border-bottom:1px solid #e3e3e3;
	margin-bottom:30px;
	min-height:auto;
	padding:0 0 30px 0;
	position:relative;
}
.v65-recipe-drilldown-right {
	float: right;
	margin-left: 30px;
	width: 300px;
}
.v65-recipe-drilldown-related-products {
	clear:both;
	margin-bottom: 0;
	padding: 30px 0 0 0;
	margin-top: 30px;
	border-top: 1px solid #e3e3e3;
	width: 100%;
	text-align: center;
}
.v65-recipe-drilldown-ingredients {
	margin-top: 30px;
}
.v65-product-relatedProducts .v65-product-relatedProducts-product {
	float: none;
	margin:0 30px 30px;
	text-align:center;
	width: 200px;
	display: inline-block;
}
.v65-product-relatedProducts-title {
	margin-bottom: 30px;
}
.v65-product-relatedProducts .v65-product-photo img {
	max-width: 75%;
}
.v65-recipe-drilldown-photo img {
	border-radius: 150px;
	vertical-align: middle;
}
.v65-recipe-attribute {
	margin-bottom: 15px;
}
.v65-recipe-attributeLabel,
.v65-recipe-attributeValue {
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
.v65-recipe-drilldown-photo {
	margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
	.v65-recipe-photo {
		left:auto;
		position:relative;
		top:auto;
		width:150px;
		height: 150px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.v65-recipe-info {
		margin-left:0px;
		float: left;
		width: 100%;
		margin-top: 30px
	}
}
@media screen and (max-width: 780px) {
	.v65-recipe-drilldown-right {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}
}

/*   ---   Transitions   ---   */


.transition {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

/*   ---   Pull Quote   ---   */

.v65-quoteLeft {
	width: 200px;
	border: 1px solid #e3e3e3;
	background-color:#f9f9f9;
	color: #E0D6CB;
	font: italic 1.17em/1.5em Georgia, "Times New Roman", Times, serif;
	float:left;
	padding: 30px;
	margin:0 30px 30px 0;
}
.v65-quoteRight {
	width: 200px;
	border: 1px solid #e3e3e3;
	background-color:#f9f9f9;
	color: #E0D6CB;
	font: italic 1.17em/1.5em Georgia, "Times New Roman", Times, serif;
	float:right;
	padding: 30px;
	margin:0 0 30px 30px;
}
@media screen and (max-width: 780px) {
	.v65-quoteRight,
	.v65-quoteLeft {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

/*   ---   General   ---   */

.alert,
.alertYellow {
	font-size: 10.5px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	word-spacing: 1.5px;
	padding: 12px;
	line-height: 1.5;
	text-align: center;
	color: #333;
}
.alert li {
	line-height: 1.5;
	padding: 3px;
	text-align: center;
	color: #333;
}
.error {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #f9a33d;
	font-weight:bold;
	width:100%;
	max-width:600px;
	margin:30px auto;
	padding:0px 10px;
	text-align:center;
}
.alert {
	background-color: #ff9b9b;
	color: #333;
}
.alertYellow {
	padding: 6px 3px;
	text-align: center;
	background-color: #FFFFD5;
	color: #333;
}
#v65-modalCartBody .alertYellow {
	margin-top: 15px;
}
.v65-clear {
	height: 0px;
}
.clear {
	height: 0px;
}
/*::selection,
::-moz-selection,
::-o-selection,
::-ms-selection,
::-webkit-selection {
    background: #000000;
    color:#E0D6CB;
}*/
#v65-CalendarEventTable {
	width: 100%;
}
.v65-CalendarEvent {
	line-height: 1.2;
	padding: 3px 0;
}
#v65-commentFormWrapper #Comments {
	width: 100%;
}
.No {
	display: none!important;
}
#v65-commentFormWrapper form {
	width: 100%;
}
.v65-product-addToCart-selectBox {
	margin-bottom: 15px;
}
#v65-modalCartTable td a {
	line-height: 1.5;
}
.v65-product-inventoryMessage-inStock,
.v65-product-media-thumbnail,
.v65-product-availability-inStock {
	display: none;
}
.v65-product-media-title {
	text-align: center;
}
.v65-product-media-title a {
    padding-bottom: 3px;
    border-bottom: 1px solid #a19599;
	font-size: 12px;
}
#v65-clubGift {
	line-height: 1.5;
	margin-bottom: 15px;
}
#v65-reviewClubSummaryWrapper {
	background: #eff0eb;
	border: none;
	border: none;
	background-color: #f9f9f9;
	padding: 30px;
	right: auto;
	top: auto;
    float: right;
    margin-left: 60px;
    width: calc(450px - 60px);
	position: relative;
}
#v65-clubShippingSummary,
#v65-clubBillingSummary {
	width: 225px;
}
#v65-clubSummaryWrapper {
	padding: 0;
}
@media screen and (max-width: 1020px) {
	#v65-clubShippingSummary,
	#v65-clubBillingSummary,
	#v65-reviewClubSummaryWrapper {
		width: auto;
		margin: 0 0 15px 0;
	}
}
.v65-socialMediaBar-Pinterest a {vertical-align:top !important;}
.v65-socialMediaBar-Facebook{ margin-right: 0px;}
.v65-addToCartCase .v65-product-addToCart-quantity {display:none;}
.v65-product-addToCart-quantity input {border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.v65-product-attributeValue,.v65-product-description {margin: 0px 0px 15px 0px;color:#E0D6CB;}
.legal a{font-weight:300;text-decoration:underline}
.v65-Paging,.v65-product-pagination{width:100%}
.blogContent #v65-PagingTop{display:none}
.v65-productWrapper .v65-product-subtitle,.mb-product-container .v65-product-subtitle {font-size:45%;margin:6px 0 0 0;font-weight:700;text-transform:uppercase;line-height:1}
.mb-product-container .v65-product-subtitle {
	display:none;
}
#user-tools #v65-modalCartBody a{line-height:1.5!important;height:auto}
.v65-additionalItemsMessage{padding-bottom:15px;display:block;text-align:center}
.v65-productDrilldown-specs{width:auto;display:block}
.v65-product-rightCol .v65-productDrilldown-specs {display:none  !important}
@media screen and (max-width:680px){ 
	.v65-wine-specs .v65-product-attributeLabel,.v65-wine-specs .v65-product-attributeValue{margin:0;width:100%;line-height:2.1;text-align:left;font-size:15px}
	.v65-product-leftCol .v65-productDrilldown-specs {display:none!important}
	.v65-product-rightCol .v65-productDrilldown-specs{display:block!important}
	.v65-productWrapper h1{text-align:left}
	.v65-productWrapper .v65-productAddToCart-drilldownActivate{background:0 0;border:0;opacity:1;margin:0;position:relative;bottom:0;left:0;z-index:inherit;width:auto}
	.v65-productWrapper .v65-productAddToCart-drilldownActivate .v65-product-addToCart{margin:0;padding:0}
	.v65-productDrilldown-specs .v65-wine-specs {padding:0;}
}


/*   ---   ADA   ---   */
.skipToContent {position: absolute;top: -1000px;left: -1000px;height: 1px;width: 1px;text-align: left;overflow: hidden;}
a.skipToContent:active, a.skipToContent:focus, a.skipToContent:hover {left: 0; top: 0;width: auto; height: auto; overflow: visible; }
.socialMedia a span {position:absolute; left:-9999999px; width:1px; height:1px; overflow:hidden}

/*   ---   SLICK SLIDER   ---   */
.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.visually-hidden{position:absolute;height:1px;width:1px;overflow:hidden;word-wrap:normal;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.slick-loading .slick-list{background:#fff url("../images/ajax-loader.gif") center center no-repeat}.slick-slide img{width:100%}@font-face{font-family:"slick";src:url("../font/slick.eot");src:url("../font/slick.eot?#iefix") format("embedded-opentype"),url("../font/slick.woff") format("woff"),url("../font/slick.ttf") format("truetype"),url("../font/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}.slick-controls{list-style:none;margin:0;padding:0}.slick-arrow{border:none;background:transparent;display:block;width:24px;height:24px;padding:0;cursor:pointer;position:absolute;line-height:0;font-size:0;color:transparent;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.slick-arrow:hover,.slick-arrow:focus{background:transparent;color:transparent}.slick-arrow:hover:before,.slick-arrow:focus:before{opacity:.75}.slick-initialized:not(.slick-accessible) .slick-arrow:hover,.slick-initialized:not(.slick-accessible) .slick-arrow:focus{outline:none}.slick-arrow.slick-disabled:before{opacity:.25}.slick-arrow span:before{font-family:"slick";font-size:20px;color:#fff;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:20px}[dir=rtl] .slick-prev{left:auto;right:20px}.slick-prev span:before{content:"←"}[dir=rtl] .slick-prev span:before{content:"→"}.slick-next{right:20px}[dir=rtl] .slick-next{left:20px;right:auto}.slick-next span:before{content:"→"}[dir=rtl] .slick-next span:before{content:"←"}.slick-pause{border:none;background:transparent;display:inline-block;width:24px;height:24px;padding:0;cursor:pointer;position:absolute;bottom:4px;left:12px;margin-top:0;z-index:10}.slick-pause.slick--paused{overflow:hidden}.slick-pause.slick--paused:after{content:"";display:block;position:absolute;left:6px;top:2px;border-left:14px solid #fff;border-right:14px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent}.slick-pause.slick--playing:before,.slick-pause.slick--playing:after{content:"";width:4px;height:14px;background:#fff;display:block;position:absolute;top:4px}.slick-pause.slick--playing:before{left:6px}.slick-pause.slick--playing:after{right:6px}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;list-style:none;display:block;text-align:center;width:100%;margin:0}.slick-initialized:not(.slick-accessible) .slick-dots{bottom:-25px;padding:0}.slick-initialized:not(.slick-accessible) .slick-dot{border:none;background:transparent;display:inline-block;width:24px;height:24px;padding:0;cursor:pointer;position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-initialized:not(.slick-accessible) .slick-dot button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-initialized:not(.slick-accessible) .slick-dot button:hover,.slick-initialized:not(.slick-accessible) .slick-dot button:focus{outline:none}.slick-initialized:not(.slick-accessible) .slick-dot button:hover:before,.slick-initialized:not(.slick-accessible) .slick-dot button:focus:before{opacity:.75}.slick-initialized:not(.slick-accessible) .slick-dot button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#767676;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-initialized:not(.slick-accessible) .slick-dot.slick-active button:before{color:#767676;opacity:1}.slick-accessible .slick-dots{bottom:0;padding:0;margin-top:.5em}.slick-accessible .slick-dot{position:relative;display:inline-block;margin:0 5px;padding:0;height:12px;cursor:pointer}.slick-accessible .slick-dot:not(.slick-active){opacity:.25}.slick-accessible .slick-dot:not(.slick-active):hover{opacity:.75}.slick-accessible .slick-dot:not(.slick-active) button:focus{opacity:1}.slick-accessible .slick-dot button{background-color:#fff;border-radius:4em;position:relative;cursor:pointer;padding:0;height:12px;width:12px}.slick-initialized:not(.slick-accessible) .slick-accessible .slick-dot button{outline:none}.slick-accessible .slick-dot-content{display:inline-block;font-size:0;line-height:1.5rem;min-width:1.5rem;min-height:1.5rem;background:transparent;border-radius:4em;color:#000}.slick-accessible .slick-dot-count{position:absolute;height:1px;width:1px;overflow:hidden;word-wrap:normal;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.slick-accessible .slick-active button{opacity:1;border-color:#767676}.slick-slide>div{position:relative}.slick-slide>div.has-caption:before{content:"";position:absolute;top:-9px;left:0;width:100%;height:100%;background-color:#0000006b}.slidecaption{width:80%;max-width:35rem;position:absolute;bottom:2em;left:50%;color:#fff;font-size:1.25rem;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-align:center}
.slick-controls button span {padding: 0 .7em; line-height: 2.5em; font-size:0}

/* MB product-1up */
div.v65-product1Up {

}
div.v65-product1Up div.v65-product-infoWrapper {
	
}
div.v65-product1Up div.v65-product-photo a img {
	height:100%;
	max-height:400px;
	width:auto;
}
div.v65-product1Up div.v65-product-infoWrapper div.v65-product-title.v65-title a {
	font-family: meno-banner,'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
	margin-bottom:5px;
	font-size:30px;
}
div.v65-product1Up div.v65-product-infoWrapper div.v65-product-teaser {
	font-size: 15px;
	line-height:150%;
}
div.v65-product1Up div.v65-product-infoWrapper div.v65-product-teaser p.teaser-ava, 
div.v65-product1Up div.v65-product-infoWrapper div.v65-product-teaser p.teaser-varietal,
div.v65-product1Up div.v65-product-infoWrapper div.v65-product-teaser p.teaser-link {
	display:none;
}
div.v65-product1Up div.v65-product-addToCart-priceWrapper {
	margin-bottom:10px;
	display:none;
}
div.v65-product1Up div.v65-product-addToCart-priceWrapper div.v65-product-addToCart-price {
	font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
	font-size:15px;
	letter-spacing:1px;
}
div.v65-product1Up input.v65-quantity-box {
	/*background-color:#ffffff;
	color:#333333;*/
	-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;
}
div.v65-product1Up div.v65-product-addToCart-button button {
	margin-top:0px;
}
/* MB CLASSES & STYLES */
.mainMenu a{
	font-size:14px;
	font-weight:500;
}
.blogFilter > h5:not(:first-child),
.blogFilter > ul:not(#v65-blogRecentPosts),
.blogFilterRight {
	display: none;
}
.v65-recentEntriesDate,
.v65-socialMediaBar {
	display:none;
}
.blogContent {
	margin-top:100px;
}
h3.v65-blogCommentsTitle {
	display:none;
}
a.skipToContent {
	display:none;
}
.two-column-section, 
.current-release-feature {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	justify-content:flex-start;
	width:100%;
	max-width:1000px;
	margin:40px auto;
}
.two-column-section > div,
.current-release-feature > div {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:50%;
	padding:30px;
	margin:1em;
}
.social{
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	align-items: center;*/
	width: 200px;
	margin:auto;
}
.social li{
	list-style: none;
	text-align:center;
	display: inline-block;
	/*width:50%; /* CHANGE IF YOU ADD MORE CHANNELS */
}
.social li a{
	text-decoration:none;
	display: inline-block;
	filter: invert(1);
	transform: scale(0.5);
	transition: 0.5s;
	border-bottom:0px;
	cursor: pointer;
}
.social li a:hover{
	transform: scale(0.5) translateY(-15px);
	cursor:pointer;
}
.button-primary, .button-outline {
    padding: 15px 25px;
    /* MB border: 2px solid #333333; */
    border-radius: 6px;
    border-bottom:0px;
    text-decoration: none;
    margin: 10px 0;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;	
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: #994d29;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor: pointer;
} 
.button-primary:hover{
	background: #B65E2E;
	opacity: 1;
	cursor:pointer;
}
.button-outline {
	background-color: transparent;
	border: 2px solid #994d29;
	color: #E0D6CB;
	padding: 13px 25px;
}
.button-outline:hover{
	opacity: 1;
	cursor:pointer;
	border: 2px solid #C9852A;
	color:#C9852A;
}
div.flex-columns {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-evenly;
	-moz-justify-content:space-evenly;
	justify-content:space-evenly;
	margin: 2em auto;
	width:100%;
	max-width:1200px;
	padding-bottom:2em;
}
div.flex-columns > * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.flex-columns > div{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-flex: 1 1 0px;
	-moz-flex: 1 1 0px;
	flex: 1 1 0px;
	margin:0px 1em;
	width:100%;
	padding:1em 2em 0px 2em;
}
div.flex-columns.one-third > div {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	flex: 0 1 auto;
}
div.flex-columns > div > ul{
	margin-top:0px;
	margin-bottom:0px;
}
div.flex-columns.one-third > div:first-child {
	width:33%;
	text-align:center;
}
div.flex-columns.one-third > div:last-child {
	width:66%;
}
div.flex-columns.restrict-300 > div {
	max-width:300px; 
}
div.flex-columns h1 {
	margin-top:0px;
}
div.flex-columns.three-col > div {
	width:33%;
}
div.flex-columns.three-col.image-links > div {
	height:350px;
	background-repeat:no-repeat;
	background-position: center center;
	webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size:auto 100%;
	/*position:relative;*/
	padding:0px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
div.flex-columns.three-col.image-links > div > div{
    background: rgba(0,0,0,0.4);
    width:100%;
    height:100%;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
div.flex-columns.three-col > div > div > h1 {
	/*position:absolute;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
	/*border-top:2px solid #E0D6CB;
	border-bottom:2px solid #E0D6CB;*/
	padding:20px 10px 10px 10px;
	width:90%;
	margin:auto;
	line-height:20px;
}
div.flex-columns.three-col > div > div > h1 > span.image-description {
	font-size:16px;
	font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
	letter-spacing:0px;
	font-weight:normal;
	display:block;
	margin-top:15px;
	padding-top:15px;
	text-shadow: 1px 1px #333333;
}
div.flex-columns.three-col.image-links > div:hover {
	opacity:.7;
	cursor:pointer;
}
img.flex-image {
	width:100%;
	max-width:400px;
}
img.flex-image.no-max {
	max-width:initial;
}
section.content.full.product-content {
	/*margin-top:90px;
	*/
	/*padding:90px 0px 0px 0px;*/
	width:100%;
	max-width:initial;
	padding:0px;
}
div.hover-caption {
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.hover-caption > div {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:100%;
    background: #999;
    background: rgba(0,0,0,0.7);
    text-align: center;
    opacity:0;
    vertical-align:middle;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
	-moz-transition: visibility 0s, opacity 0.3s linear;
	-ms-transition: visibility 0s, opacity 0.3s linear;
	-o-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
div.hover-caption > div > span {
	/*position: absolute;
    top: 30%;
    left:0;
	width:90%;
	margin:auto;*/
	width:80%;
	max-width:600px;
	text-align:center;
	border-top:2px solid #E0D6CB;
	border-bottom:2px solid #E0D6CB;
	padding:10px;
	font-weight:700;
	line-height:130%;
}
div.hover-caption:hover > div {
    visibility: visible;
    opacity:1;
}
div.hover-caption > img {
	width:100%;
	max-width:initial;
}
div.mb-product-container  {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
	max-width:initial;
}
div.mb-product-container > * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.mb-product-container div.mb-product-header {
	/*background-color:#E0D6CB;
	color:#333333;*/
	background-color:#000000;
	color:#E0D6CB;
	background-image:url('../images/black_orange_swirl_bg_darker_topgradient.png');
	background-repeat:no-repeat;
	background-position: center top;
	/*object-fit:cover;*/
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	padding-top:90px;
}
div.mb-product-container div.mb-product-header > div.two-column-section {
	margin-top:0px !important;
	-webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom:0px;
}
div.mb-product-container div.mb-product-header div.two-column-section div.product-photo-section {
	width:40%;
	text-align:center;
  	padding-bottom:0px;
  	margin-bottom:0px;
}
div.mb-product-container div.mb-product-header div.two-column-section div.product-details-section {
	width:60%;
}
div.mb-product-container div.mb-product-header div.two-column-section div.product-photo-section div.v65-product-photo{
	/*background-color:#E0D6CB;
	border-radius: 40px;-moz-border-radius: 40px;-webkit-border-radius: 40px;*/
	margin-bottom:0px;
}
div.mb-product-container div.mb-product-header p, 
div.mb-product-container div.mb-product-header h1,
div.mb-product-container div.mb-product-header h2,
div.mb-product-container div.mb-product-header h3,
div.mb-product-container div.mb-product-header h4,
div.mb-product-container div.mb-product-header div {
	/*color:#333333;*/
	color:#E0D6CB;
}
div.mb-product-container div.mb-product-header h1 {
	margin-bottom:5px;
}
div.mb-product-container div.mb-product-header input {
	background-color:#ffffff;
	color:#333333;
	margin-right:5px;
	display:none;
}
/*#MainContent > div > div.mb-product-header > div > div.product-photo-section > div > img*/
div.mb-product-header div.two-column-section div.product-photo-section div.v65-product-photo img {
	display:inline-block;
  	vertical-align:bottom;
  	height:100%;
  	max-height:500px;
}
div.mb-product-container div.mb-product-body {
	color:#E0D6CB;
	/*padding-top:2em;*/
}
div.mb-product-container div.mb-product-body p { /*div.mb-product-container div.mb-product-header p*/
	margin-bottom:15px;
	line-height:150%;
	font-size:16px;
	letter-spacing:.5px;
}
div.mb-product-container div.mb-product-header div.mb-product-header-grid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width:1000px;
	margin:auto;
}
/*div.mb-product-container div.mb-product-body div.v65-product-photo img{
	width:100%;
	display:none;
}*/
div.mb-product-container div.mb-product-body div.product-feature-photo img {
	width:100%;
}
div.mb-product-container div.mb-product-body div.v65-product-description div.flex-columns {
	margin-top:100px;
}
div.mb-product-container div.mb-product-body div.v65-product-description div.flex-columns > div {
	padding-top:0px;
}
div.mb-product-container div.mb-product-body div.v65-product-description div.flex-columns > div:first-child,
div.flex-columns.border-feature > div:first-child {
	border-right:1px solid #994D29;
	text-align:right;
}
div.flex-columns.border-feature > div:last-child {
	margin-left:0px;
	padding-left:1em;
}
div.mb-product-container div.v65-productAddToCart-drilldown div.v65-product-addToCart-price,
div.mb-product-container div.v65-productAddToCart-drilldown div.v65-product-addToCart-unitDescription {
	display:none;
}
.home-title {
	color:#E0D6CB;
	text-transform:none;
	font-family: meno-banner,'Open Sans Condensed', sans-serif; /*   */
	font-weight: 700;
	font-style: normal;
	letter-spacing:1px;
}	
.text-meno {
	font-family: meno-banner, 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
}
.flex-box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.justify-flex-start{
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	justify-content:flex-start;
}
.justify-center{
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.justify-space-between{
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.align-items-flex-start {
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.align-items-center {
	-webkit-align-items:center;
	align-items:center;
}
.align-items-stretch {
	-webkit-align-items:stretch;
	align-items:stretch;
}
.flex-box.align-self-center > div,
.flex-columns.align-self-center > div{
	-webkit-align-self:center;
	align-self:center;
}
#ui-datepicker-div {
	background-color:#000000;
	padding:10px;
}
form fieldset legend {
	display:none;
}
footer ul li.phone, footer ul li.map {
	display:none;
}
div.v65-group > label {
	margin-top:8px;
}
div.hero-image-section {
	position: relative;
	width:100%;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	min-height: 100vh;
	padding:0;
	margin:0;
}
div.hero-image-section.background-size-auto {
	webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size:auto 100%;
	min-height:600px;
}
div.page-banner-slim { /* this is a template MB create for the top of the GCS pages */
	min-height:200px;
	width:100%;
	display:block;
}
div.hero-overlay {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
	z-index:4;
}
div.page-banner-slim-overlay {
	width:100%;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}
div.page-banner-title, div#page-banner-title {
    position:relative;
    width: 100%;
    height: 50%;
    min-height:400px;
	padding:0px;
	margin:0px 0px 80px 0px;
	border-bottom:5px solid #994C2A;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment: fixed;*/
	/*background-image: url(img_flwr.gif), url(paper.gif);*/
  	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-size:auto, cover;
  	background-position: left top, center center;
  	background-repeat: repeat-x, no-repeat;
  	background-attachment: fixed, fixed;
}
div.page-banner-title.bg-photo-bottom,
div#page-banner-title.bg-photo-bottom {
	background-position: left top, center bottom;
}
div.page-banner-title > div#page-title,
div#page-banner-title > div#page-title {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
	/*background-color:#333333;*/
	background-color:#994C2A;
	width:80%;
	max-width:600px;
	padding:15px 1.5em;
	left: 50%;
	text-align:center;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin:0px 0px -42px 0px;
	z-index:15;
}
div.page-banner-title > div#page-title h1,
div#page-banner-title > div#page-title h1 {
	margin:0px;
	padding:0px;
}
div.page-banner-title > div#page-title p,
div#page-banner-title > div#page-title p {
	margin:0px;
	padding:0px;
	line-height:110%;
	font-size:15px;
	letter-spacing:1px;
	text-transform:uppercase;
}
div.page-banner-title > div#page-title.GCS-title {
	background-color:transparent;
	margin-bottom:-100px;
}
div.hero-overlay div.hero-overlay-content{
	width:90%;
	max-width:740px;
	text-align:center;
	position:absolute;
	margin: 0px auto;
	padding: 2em;
	bottom: 10%;
	left: 50%;
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background:rgba(0,0,0,.7);
}
div.hero-overlay div.hero-overlay-content h1,
div.hero-overlay div.hero-overlay-content h2,
div.hero-overlay div.hero-overlay-content p {
	color:#DFD5CA;
	/*text-shadow: 1px 1px #000000;*/
}
div.hero-image-section.background-size-auto div.hero-overlay div.hero-overlay-content{
	/*background:transparent;*/
	bottom: 10%;
	left: 50%;
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
div#vineyard-map-container {
	background-color:#e0d6cb;
	padding:75px 0px 1em 0px;
	margin-bottom:4em;
	color:#333333;
}
/* DONT CHANGE PADDING OR MARGIN OR IT WILL AFFECT PIN PLACEMENTS */
div#vineyard-map {
	position:relative;
	max-width:900px;
	margin:0px auto;
}
div#vineyard-map > img {
	width:100%;
	z-index:9;
}
div#vineyard-map span.map-pin {
	position:absolute;
	z-index:10;
	top:50%;
	left:50%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
div#vineyard-map span.map-pin:hover {
	cursor:pointer;
	/*-ms-transform: translateY(-5px);
	transform: translateY(-5px);*/
	-webkit-transition: scale(1.1);
	-moz-transition: scale(1.1);
	-ms-transition: scale(1.1);
	-o-transition: scale(1.1);
	transform: scale(1.1);
}
span.map-pin > img.map-pin-icon{
	width:35px;
}
div#tooltip-display {
	display:none;
	position:absolute;
	background-color:#333;
	color:#e0d6cb;
	width:300px;
	border-radius: 8px;-moz-border-radius:8px;-webkit-border-radius: 8px;
	z-index:1000;
	padding:10px;
	text-align:center;
	pointer-events: auto;
	left:10%;
	top:30%;
	/*background-color:#994d29;*/
}
div#tooltip-display div#tooltip-body h1,
div#tooltip-display div#tooltip-body p {
	margin:0px;
	padding:0px;
}
div#tooltip-display div#tooltip-body h1 {
	font-size:30px;
}
div#tooltip-display div#tooltip-body p {
	opacity:.8;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
}
div#tooltip-display a,
div#vineyard-map-container span#toggle-map-pins {
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #e0d6cb;
	padding-bottom:5px;
}
div#vineyard-map-container span#toggle-map-pins {
	border-bottom:1px solid #333333;
}
div#vineyard-map-container span#toggle-map-pins:hover{
	opacity:.8;
	cursor:pointer;
}
div.tooltip > div.tooltip-inner {
	max-width:initial;
	background-color:#994d29;
	color:#e0d6cb;
	width:300px;
}
div.tooltip > div.tooltip-arrow{
	display:none;
}
div.vineyard-details > div {
	padding: 1em;
}
div.vineyard-details > div h1 {
	border-bottom:1px solid #994D29;
	text-align:right;
	margin-top:0px;
}
div.vineyard-details table.vineyard-details-table {
	width:100%;
}
div.vineyard-details table.vineyard-details-table tr:nth-child(even) {
	background-color:#333333;
}
div.vineyard-details table.vineyard-details-table td {
	color:#e0d6cb;
	border:1px solid #333333;
	padding:5px 7px;
}
div.vineyard-details table.vineyard-details-table td:nth-child(odd) {
	letter-spacing:1px;
}
div.vineyard-details table.vineyard-details-table td a{
	text-decoration:underline;
}
.mainMenu a.mobile_menu{
	color:#994d29;
}
.logo-banner {
    width: 100%;
    margin-bottom: 30px;
    /*background-size: cover !important;
	overflow: hidden;*/
	text-align:center;
	padding:3em 1em;
}
.logo-banner img {
	width:90%;
	max-width:400px;
}
.breadcrumbs {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:40px;
}
div#countdown-container {
	padding:1em 1em 3em 1em;
}
div#countdown {
	text-align:center;
	font-size:100px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif'; /*'Meno Banner', */
	color:#E0D6CB;
	width:100%;
	max-width:700px;
	margin:auto;
	letter-spacing:2px;
	line-height:100%;
}
div#countdown.mini-countdown {
	font-size:35px;
}
div#countdown span.countdown-section{
	display:inline-block;
	width:25%;
	text-align:right;
}
div#countdown-container p{
	text-align:center;
	margin:auto;
}
div#countdown span.low {
	font-size:22px;
	text-transform:uppercase;
	font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
}
div.story-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:stretch;
	align-items:stretch;
	width:100%;
	max-width:800px;
	margin:auto;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition:  opacity .5s;
	margin-bottom:2em;
}
div.story-container:hover {
	opacity:.8;
	cursor:pointer
}
div.story-container > div {
	width:50%;
}
div.story-container div.story-image {
	/*height:300px;*/
	min-height:200px;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	text-align:right;
}
div.story-container div.story-image img {
	height:100%;
	width:80px;
}
div.story-container div.story-block {
	background-color:#54514c;
	/*border-left:10px solid #994d29;*/
	padding:1em 1em;
}
div.story-container div.story-block div.story-subtitle {
	margin-top:10px;
}
div.story-container div.story-block div.story-subtitle a{
	font-size:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#ffffff;
	font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
}
div.story-container div.story-block h1.story-title {
	margin-top:20px;
}
div.story-container div.story-block h1.story-title a{
	color:#E0D6CB;
}
div.story-container a:hover {
	opacity:1;
}
div.v65-memberAllocationWrapper {
	border:0px;
	width:100%;
	margin:auto;
	max-width:800px;
	padding:1em;
}
div.v65-memberAllocationWrapper > div {
	text-align:center;
}
div.v65-memberAllocationWrapper >h2 {
	margin-bottom:0px;
	text-align:center;
	/* MB REMOVE PREBUILT ALLOCATION display:none;*/ 
}
p.v65-allocationDates {
	margin-top:0px;
	text-align:center;
	/* MB REMOVE PREBUILT ALLOCATION display:none;*/ 
}
/* these all ran together */
p.v65-allocationDates span {
	display:block;
	font-size:13px;
}
/* these were redundant since it has the info in the table below */
p.v65-allocationDates span.v65-allocationMinBottlesPerOrder,
p.v65-allocationDates span.v65-allocationMaxBottlesPerOrder {
	/* MB REMOVE PREBUILT ALLOCATION display:none;*/
}
/* allocation wine details container */
div.v65-memberAllocationDetails {
	overflow: visible;
	position:static;
	/* MB REMOVE PREBUILT ALLOCATION*/ 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:stretch;
	align-items:stretch;
	width:100%;
	padding: 2em 1em 1em 1em;
	border-top:3px solid #333333;
}

div.v65-memberAllocationDetails > div {
	/*width:50%;*/
}
div.v65-memberAllocationDetails div.v65-memberAllocationImage {
	position:static;
	width:30%;
	margin-right:1em;
	text-align:left;
	/* MB REMOVE PREBUILT ALLOCATION display:none;*/ 
}
div.v65-memberAllocationDetails div.v65-memberAllocationImage img{
	width:100%;
	max-width:150px;
	/*-ms-transform: rotate(-90deg); 
  	transform: rotate(-90deg);*/
}
div.v65-memberAllocationDetails div.v65-memberAllocationTeaser {
	margin:0px;
	width:70%;
}
div.v65-memberAllocationDetails div.v65-memberAllocationTeaser h3 {
	font-family:meno-banner,'Open Sans Condensed', serif;
	font-size: 30px;
}
div.v65-memberAllocationDetails div.v65-memberAllocationTeaser p {
	/* MB REMOVE PREBUILT ALLOCATION display:none;*/ 
}
div.v65-memberAllocationDetails div.v65-memberAllocationTeaser p span{
	color:#E0D6CB !important;
}
span.v65-storeAllocationSKU {
	display:none;
	color:#000000;
}
div.v65-product-addToCart-allocationMessage {
	font-style:italic;
}
div.v65-memberAllocationDetails table.v65-memberAllocationTable {
	width:100%;
	/*background-color:#E0D6CB;
	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
	border:0px;*/
}
div.v65-memberAllocationDetails table.v65-memberAllocationTable tr {
	border-bottom:1px solid #fff;
}
div.v65-memberAllocationDetails table.v65-memberAllocationTable td {
	font-size:15px;
	font-weight:500px;
	padding: 2px 5px !important;
	color:#E0D6CB;
	border:0px;
}
div.v65-memberAllocationDetails table.v65-memberAllocationTable tr:last-child {
	border-bottom:0px;
}
div.v65-memberAllocationDetails table.v65-memberAllocationTable td.label {
	text-align:left;
}
div.v65-memberAllocationDetails table.v65-memberAllocationTable td input {
	background-color:#fff;
	color:#333333;
	font-size:18px;
	font-weight:700;
	margin-bottom:0px !important;
	line-height:120%;
	height: 40px;
}
div.v65-memberAllocationDetails table.v65-memberAllocationTable td input:focus {
	background-color:#ffffff;
}
div.v65-memberAllocationDetails table.v65-memberAllocationTable tr.v65-memberAllocationWishList td {
	line-height:21px;
}
.v65-checkout .v65-tab.selected  {
	background-color:#ffffff;
}
.center-aligned-textblock {
	width:100%;
	max-width:700px;
	text-align:center;
	margin:auto;
}
p.member-tools {

}
p.member-tools a {
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-right:15px;
	display:inline-block;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
p.member-tools a:hover {
	color:#ffffff;
}
.introduce-wine-banner-container {
    width:100%;
    max-width:2000px;
    height:auto;
    color:#333333;
    margin-bottom:4em;
    padding:5em 1em 2em 1em;
    background-image:url('../images/black_orange_swirl_bg_darker_topgradient.png');
	background-repeat:no-repeat;
	background-position: center top;
	background-size:cover;
}
.introduce-wine-banner {
	width:100%;
	max-width:1000px;
	margin:auto;
}
.introduce-wine-banner h1,
.introduce-wine-banner p{
	text-align:center;
	width:100%;
	max-width:720px;
	margin:auto;
	color:#E0D6CB;
}
div.allocation-announcement {
	width:100%;
	background-color:#934d2f;
}
div.allocation-announcement div.allocation-image {
	width:30%;
	background-image:url('../client/Image/SpringAllocation1000.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
div.allocation-announcement div.allocation-image img {
	width:100%;
	max-width: 400px;
}
div.allocation-announcement div.allocation-countdown {
	width:70%;
	padding:1em;text-align:center;
}
div.allocation-announcement div.allocation-countdown h1 {
	margin-bottom:5px;
}
div.allocation-announcement div.allocation-countdown div#countdown-container{
	padding-bottom:1em;
}
div.allocation-announcement div.allocation-countdown div#countdown-container p a.button-primary{
	background-color:#f49b25;
}
/* product teasers on Allocations page*/
p.teaser-ava,
p.teaser-price,
p.teaser-link,
p.teaser-varietal,
p.teaser-body {
	margin:0px 0px 10px 0px;
	font-size:15px;
	line-height:140%;
}
p.teaser-body {
	
}
p.teaser-ava {
	font-size:19px;
	letter-spacing:2px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0px;
}
p.teaser-varietal,
p.teaser-price {
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:13px;
}
div.points-highlight {
	background-color:#C9852A;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:10px;
	text-align:center;
	font-size:13px;
}
/* product teasers on Product page*/
div.mb-product-header div.product-details-section div.v65-product-teaser {
	
}
div.mb-product-header div.product-details-section div.v65-product-teaser p.ava {
	margin-bottom:0px;
	letter-spacing:3px;
}
div.mb-product-header div.product-details-section div.v65-product-teaser p.teaser-varietal,
div.mb-product-header div.product-details-section div.v65-product-teaser p.teaser-price {
	letter-spacing:3px;
}
div.mb-product-header div.product-details-section div.v65-product-teaser p.teaser-link {
	display:none;
}
div.body-content, 
h1.body-content {
	width:100%;
	max-width:800px;
	margin:auto;
	padding:1em;
}
div.body-content.wide-format {
	max-width:1200px;
}
div.body-content.body-content-highlight {
	border:4px solid #994C2A;
	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;	
	background-image:url('../images/black_orange_swirl_bg_darker_topgradient.png');
	background-repeat:no-repeat;
	background-position: center top;
	/*object-fit:cover;*/
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
div.highlight-section-border {
	border:4px solid #994C2A;
	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;	
}
.text-center{
	text-align:center;
}
tr:hover {
	background-color:initial !important;
}
table.vineyard-details-table tr:hover {
	background-color:inherit !important;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.margin-five{
	margin-top:5px;
	margin-bottom:5px;
}
.margin-zero{
	margin:0px !important;
}
.accent-yellow {
	color:#C9852A;
}
div.v65-blogPost > h2 {
	margin-top:10px;
}
/* MB: MANUALLY ADDED CUSTOM DOWNLOAD OF JQUERY FOR DIALOG 
! jQuery UI - v1.10.4 - 2022-09-07
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.dialog.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-dialog {
	background-color:#E0D6CB;
	overflow:auto;
}
.ui-dialog h2{
	padding-top:0px;
	border-bottom:1px solid #CACBCC;
}
.ui-dialog h1#announcement-title {
	text-transform:none;
	text-align:center;
	color:#333333;
}
.ui-dialog p#announcement-body {
	text-align:center;
	color:#333333;
	font-size:15px;
	margin:20px 0px;
	padding:0px 20px;
}
div#announcement-modal {
	padding:1em 1em 2em 1em;
}
.ui-dialog p#announcement-button {
	text-align:center;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
	filter: Alpha(Opacity=50) !important;
	background: rgb(50, 50, 50) !important; /* This will make it darker */
}
button.ui-dialog-titlebar-close {
	border:0px;
	background: #E0D6CB url('../images/icon-black-x.png') no-repeat center center;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none;
}
button.ui-dialog-titlebar-close:hover {
	border:0px;
	opacity:.7;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
blockquote {
	font-size: 14px;
	font-style: italic;
	margin: 10px 0;
	padding: 10px 40px;
	position: relative;
}
blockquote:before {
	display: block;
	padding-left: 10px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -50px;
	color: #C9852A;
	font-style: normal;
	font-family:sans-serif;
}
blockquote cite {
	color: #C9852A;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	text-align:right;
}
blockquote cite:before {
	content: "\2014 \2009";
}
/*END MB STYLES*/
@media (max-width: 950px){
	div.allocation-announcement div.allocation-image{
		width:40%;
	}
	div.allocation-announcement div.allocation-countdown{
		width:60%;
	}
	div#countdown {
		font-size:70px;
	}
	div#countdown.mini-countdown {
		font-size:35px;
	}
}
@media (max-width: 850px){
	.two-column-section {
		display:block;
		margin:20px 0px;
	}
	.two-column-section > div {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
		margin:0px;
		max-width:850px; 
	}
	div.vineyard-details > div h1 {
		text-align:left;
		margin-bottom:0px;
	}
	div.mb-product-container div.mb-product-header div.two-column-section div.product-photo-section,
	div.mb-product-container div.mb-product-header div.two-column-section div.product-details-section {
		width:100%;
	}
	div.mb-product-container div.mb-product-header div.two-column-section div.product-photo-section {
		padding-bottom:0px;
	}
	div.mb-product-container div.mb-product-header div.two-column-section div.product-details-section {
		padding-top:0px;
	}
	div.flex-columns, 
	div.flex-columns.one-third {
		display: block;
		width:100%;
	}
	div.flex-columns > div,
	div.flex-columns.one-third > div,
	div.flex-columns.three-col > div {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100% !important;
		max-width:850px;
		margin:0px;
		-webkit-flex: none;
		-moz-flex: none;
		flex: none;
		flex-basis: 0;
	}
	div.flex-columns.three-col.image-links > div {
		height:200px;
		webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		margin-bottom:1em;
	}
	div.mb-product-container div.mb-product-body div.v65-product-description div.flex-columns > div:first-child {
		border-right:0px;
		text-align:left;
	}
	div.flex-columns.border-feature > div:first-child {
		border-right:0px;
		text-align:center;
	}
	div.flex-columns.border-feature {
		border:1px solid #994D29;
		-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;
	}
	div.flex-columns.border-feature > div:last-child {
		text-align:left;
	}
	div.mb-product-container div.mb-product-body div.v65-product-description div.flex-columns > div:first-child h1 {
		border-bottom:1px solid #994D29;
	}
	div.body-content.body-content-highlight {
		border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;
		border:0px;
	}
}
@media (max-width: 700px){
	div.allocation-announcement {
		display:block
	}
	div.allocation-announcement div.allocation-image{
		width:100%;
		height:300px;
	}
	div.allocation-announcement div.allocation-countdown{
		width:100%;
	}
	div.page-banner-title, div#page-banner-title {
		background-attachment: scroll, scroll;
	}
}
@media (max-width: 650px){
	div#user-tools {
		margin-top:5px;
		margin-right:5px;
	}
	.logo, .v65-logo {
		margin:40px auto 10px auto;
		left:0;
		right:0;
	}
	.mainMenu {
		margin-top:40px;
	}
	.introduce-wine-banner-container {
		padding-top:110px;
	}
}

@media (max-width: 560px){
	div#countdown {
		text-align:center;
		font-size:80px;
	}
	div#countdown.mini-countdown {
		font-size:35px;
	}
	div.story-container {
		display:block;
	}
	div.story-container >div {
		width:100%;
	}
	div.story-container div.story-image img {
		display:none;
	}
}
@media (max-width: 500px){
	h1 {
		font-size:28px;
		letter-spacing:1px;
	}
	h2 {
		font-size:20px;
		letter-spacing:1px;
	}
	body {
		font-size:14px;
	}
	div.hero-overlay div.hero-overlay-content{
		padding:1em;
	}
	.two-column-section > div,
	.flex-columns > div {
		padding:1em;
	}
	
}
@media (max-width: 400px){
	div#countdown {
		text-align:center;
		font-size:60px;
	}
	div#countdown.mini-countdown {
		font-size:35px;
	}
	div.page-banner-title > div#page-title.GCS-title {
		background-color:transparent;
		margin-bottom:-80px;
	}
}