/*!
 * Wesite Name: 
 * Author: Wine Works - http://wineworks.co
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  .hide-text a {
    display: block;
    height: 100%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* 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; }

/* If an image is wrapped in a link */
.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; }

/* The slices and boxes in the Slider */
.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; }

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

/* Direction nav styles (e.g. Next & Prev) */
.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; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 16px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "trajan-pro-3", serif;
  font-weight: 600;
  margin: 0 0 .3em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #a46935; }

h1 {
  font-size: 27px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 21px; }

h4, h5, h6 {
  font-size: 17px; }

p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1.2rem; }

div {
  font-size: 15px;
  line-height: 1.6; }

form.v65-form {
  font-size: 15px; }
form p, form div, form label, form input {
  font-size: 1em; }

ul, ol, dl {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1.2rem; }

a {
  text-decoration: underline;
  color: inherit; }
  a:hover {
    color: #a46935;
    text-decoration: none; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle; }

hr {
  height: 0;
  border: solid black;
  border-width: 1px 0 0;
  clear: both;
  margin: 16px 0; }

.user-tools {
  border-bottom: 0.0625rem solid white;
  font-size: 8px;
  margin: 0 -16px;
  text-align: right; }
  .user-tools:before, .user-tools:after {
    content: " ";
    display: table; }
  .user-tools:after {
    clear: both; }
  @media only screen and (min-width: 36.3125em) {
    .user-tools {
      border-bottom: 0;
      float: right;
      height: 2.8125rem;
      line-height: 2.8125rem;
      margin: 20px 0 0; } }
  .user-tools a {
    text-decoration: none; }

.logo {
  margin: 0;
  padding: 1rem 0; }
  @media only screen and (min-width: 36.3125em) {
    .logo {
      float: left;
      margin: 22px 0 8px;
      padding: 0;
      width: 150px; } }
  .logo a {
    background-image: url("/assets/images/logo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 80px; }

    .no-svg .logo a {
      background-image: url("/assets/images/logo.png");
    }

header.primary {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #695a5c;
  position: relative;
  z-index: 5;
  /*opacity: 0.8;*/ }

  header.headerHome{
    opacity: 0.8;
  }

@media only screen and (min-width: 36.3125em) {
  .primary-navigation {
    bottom: 0;
    position: absolute;
    right: 16px; } 
  }

.primary-navigation ul {
  font-family: "trajan-pro-3", serif;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0; }
  .primary-navigation ul ul {
    display: none;
    font-family: "adobe-garamond-pro", serif;
    font-size: 14px;
    font-variant: normal;
    font-weight: 400; }
    @media only screen and (min-width: 36.3125em) {
      .primary-navigation ul ul {
        background: rgba(255, 255, 255, 0.75);
        left: 0;
        position: absolute;
        top: 100%; 
        z-index: 100;} }
.primary-navigation li {
  position: relative; }
  @media only screen and (min-width: 36.3125em) {
    .primary-navigation li {
      display: inline-block; } }
  .primary-navigation li:hover ul {
    display: block; }
  .primary-navigation li li {
    display: block;
    min-width: 140px;
    white-space: nowrap; }
    .primary-navigation li li a {
      padding-bottom: 6px;
      padding-top: 6px; }
      @media only screen and (min-width: 36.3125em) {
        .primary-navigation li li a {
          padding-left: 12px;
          padding-right: 12px; } }
  .primary-navigation li.v65-home {
    display: none; }
  .primary-navigation li:last-child a {
    padding-right: 0; }
.primary-navigation a {
  color: black;
  display: block;
  padding: 8px 16px;
  text-decoration: none; }
  @media only screen and (min-width: 36.3125em) {
    .primary-navigation a {
      padding-bottom: 0;
      padding-top: 0; } }
  .primary-navigation a:hover {
    color: #a46935; }
  @media only screen and (max-width: 36.25em) {
    .primary-navigation a.v65-selected + ul {
      display: block; } }
.primary-navigation .v65-selected, .primary-navigation .v65-pageAParent {
  color: #a46935; }

.secondary-navigation {
  margin: 12px 0;
  text-align: center; }
  @media only screen and (min-width: 36.3125em) {
    .secondary-navigation {
      text-align: left; } }
  .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .secondary-navigation li {
    display: inline-block; }
  .secondary-navigation a {
    display: block;
    padding: 6px; }

  .secondary-navigation .v65-leftSelected {
    color: #a46935; }

.mobile-nav-toggle {
  background: #a46935 url("/assets/images/icon-menu.svg") center no-repeat;
  bottom: 1rem;
  border-radius: 999px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 3rem;
  position: fixed;
  right: 1rem;
  width: 3rem;
  z-index: 1000; }
  @media only screen and (min-width: 36.3125em) {
    .mobile-nav-toggle {
      display: none; } }

@media only screen and (max-width: 36.25em) {
  .primary-navigation {
    background: rgba(255, 255, 255, .9);
    border-left: 1px solid #a46935;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 15rem;
    z-index: 1000;
    -webkit-transform: translateX(15rem);
    -ms-transform: translateX(15rem);
    -o-transform: translateX(15rem);
    transform: translateX(15rem); }
  .primary-navigation ul ul{
    display: block; } }
.primary-navigation.mobile-nav-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.page-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  @media only screen and (max-width: 36.25em) {
    .page-bg {
      width: 100%;
      height: 100%; } }

#v65-map_canvas img {
  max-width: initial; }

.staff-member {
  display: block;
  float: left;
  padding: 0 7px 14px;
  width: 50%; }
  @media only screen and (min-width: 36.3125em) {
    .staff-member {
      width: 25%; } }
  .staff-member:hover .overlay, .staff-member:hover .bio-popup {
    display: block; }
  .staff-member .staff-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 100%;
    position: relative;
    text-decoration: none; }
  .staff-member .overlay {
    background: rgba(105, 90, 92, 0.75);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .staff-member .staff-details {
    position: absolute;
    bottom: 5px;
    left: 5px;
    max-width: 90%; }
  .staff-member .name {
    font-family: "trajan-pro-3", serif;
    font-weight: 600; }
  .staff-member .staff-details span {
    color: white;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    padding: 0; }
  .staff-member .bio-popup {
    background: white;
    display: none;
    position: absolute;
    left: 0;
    margin: 10px auto 0;
    max-width: 100%;
    padding: 16px;
    right: 0;
    width: 630px;
    z-index: 2; }

.trade-content {
  display: block;
  float: left;
  padding: 0 7px 14px;
  width: 50%; }
  @media only screen and (min-width: 36.3125em) {
    .trade-content {
      width: 25%; } }
  .trade-content:hover .overlay {
    display: block; }
  .trade-content a {
    text-decoration: none;
    display: block;
    height: 90%;
    width: 90%; }
  .trade-content .trade-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 100%;
    position: relative;
    text-decoration: none;
    border: 1px solid #999; }
  .trade-content .overlay {
    background: rgba(105, 90, 92, 0.75);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .trade-content .trade-details {
    position: absolute;
    position: absolute;
    bottom: 5px;
    left: 5px;
    height: 90%;
    width: 90%; }
  .trade-content .file-name {
    font-family: "trajan-pro-3", serif;
    font-weight: 600; }
  .trade-content span {
    color: white;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    padding: 0;
    position: absolute;
    bottom: 5px;
    text-transform: uppercase;
    font-family: "trajan-pro-3", serif;
    font-weight: 600; }

.content-wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 16px;
  position: relative;
  width: 982px; }
  @media only screen and (max-width: 36.25em) {
    .content-wrapper {
      /*background: rgba(255, 255, 255, 0.85);*/ } }

@media only screen and (min-width: 36.3125em) {
  .main-content {
    margin-top: 30px;
    padding-bottom: 140px; } }

.narrow-content {
  max-width: 100%;
  width: 400px; }

  @media screen and (max-width: 580px){
    .narrow-content{
      width: 100%;
    }
  }

.centered-content {
  margin: 0 auto;
  max-width: 100%;
  width: 630px; }
  .centered-content:before, .centered-content:after {
    content: " ";
    display: table; }
  .centered-content:after {
    clear: both; }

.white-text * {
  border-color: white;
  color: white; }

  @media screen and (max-width: 900px){
    .white-text * {
      color: #000; }
  }

  @media only screen and (max-width: 36.25em) {
    .white-text * {
      color: #000; } }

.white-text input, .white-text select, .white-text option {
  color: #000; }

#v65-businessLocatorStateCode {
  color: #000; }

div#pagePhotoGallery {
    z-index: 1;
}

.v65-product-photo {
  display: none; }

.v65-product-title {
  font-family: "trajan-pro-3", serif;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px; }

.v65-product1Up .v65-product-title {
  display: inline-block; }

.v65-product1Up .v65-product-title a{
  text-decoration: none;
  color: #a46935;
} 

.v65-product1Up .v65-product-drilldownLink {
  display: block;
  font-size: 13px;
  margin-left: 0px; }

.v65-product-inventoryMessage, .v65-product-reviewStats {
  display: none; }

.v65-product1Up .v65-product-addToCart {
  display: none; }

.v65-product1Up .v65-product-socialBar {
  display: none; }

.v65-productWrapper h1 {
  float: none;
  width: 100%; }
.v65-productWrapper > div {
  margin-bottom: 12px; }
.v65-product-teaser {
  border-bottom: 1px solid #695a5c;
  margin-bottom: 12px; }

.v65-product-socialBar {
  padding-bottom: 12px; }

.v65-socialMediaBar-FacebookLikeButton {
  line-height: 1; }

.v65-wine-specs .v65-product-attributeLabel, .v65-wine-specs .v65-product-attributeValue {
  width: auto; }

button span {
  padding: 0 1em; }
button.defaultBtn, button.modalBtn, button.largeBtn {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: auto;
  line-height: 1;
  background: #a46935;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  button.defaultBtn span, button.modalBtn span, button.largeBtn span {
    background: none;
    height: auto;
    line-height: inherit;
    padding: 1em 1em 0.9em; }
    @media only screen and (min-width: 36.3125em) {
      button.defaultBtn span, button.modalBtn span, button.largeBtn span {
        padding: 0.5em 0.5em 0.4em; } }
  button.defaultBtn:hover, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:active, button.largeBtn:hover, button.largeBtn:active {
    background: #c48248; }
button.altBtn, button.altModalBtn, button.altLargeBtn {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: auto;
  line-height: 1;
  background: #555555;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
    background: none;
    height: auto;
    line-height: inherit;
    padding: 1em 1em 0.9em; }
    @media only screen and (min-width: 36.3125em) {
      button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
        padding: 0.5em 0.5em 0.4em; } }
  button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
    background: #6e6e6e; }

a span {
  height: auto;
  line-height: inherit;
  padding: 1em 1em 0.9em; }
  @media only screen and (min-width: 36.3125em) {
    a span {
      padding: 0.5em 0.5em 0.4em; } }
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: auto;
  line-height: 1;
  background: #a46935;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
    background: none;
    height: auto;
    line-height: inherit;
    padding: 1em 1em 0.9em; }
    @media only screen and (min-width: 36.3125em) {
      a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
        padding: 0.5em 0.5em 0.4em; } }
  a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
    background: #c48248; }
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: auto;
  line-height: 1;
  background: #555555;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
    background: none;
    height: auto;
    line-height: 1;
    padding: 1em 1em 0.9em; }
    @media only screen and (min-width: 36.3125em) {
      a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
        padding: 0.5em 0.5em 0.4em; } }
  a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
    background: #6e6e6e; }
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: initial; }

footer {
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #695a5c;
  color: black;
  padding: 0 1rem 4rem;
  text-align: center;
  width: 100%;
  opacity: 0.8; }
  @media only screen and (max-width: 36.25em) {
    footer.homeFooter {
      margin-top: 65%;
      opacity: 0.8; } }
  @media only screen and (min-width: 36.3125em) {
    footer {
      bottom: 0;
      padding-bottom: 0;
      position: fixed; }
      footer.homeFooter{
        opacity: 0.8;
      }
       }
  footer ul {
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 1rem 0; }

    footer li{ list-style: none; margin: 0; }

  @media only screen and (min-width: 36.3125em) {
    footer li {
      display: inline-block;
      padding: 0 25px; } }
  footer a {
    display: block;
    padding: 6px;
    text-decoration: none; }
    @media only screen and (min-width: 36.3125em) {
      footer a {
        padding: 0; } }
  @media only screen and (min-width: 36.3125em) {
    footer div {
      display: inline-block; } }
  footer .copyright, footer .accolade {
    font-size: 12px;
    padding: 0 25px; }

@media only screen and (max-width: 36.25em) {
  #v65-modalCart {
    height: 4em;
    line-height: 4em; } }
@media only screen and (min-width: 36.3125em) {
  #v65-modalCart {
    display: inline-block;
    margin-left: 1rem;
    position: relative;
    right: auto;
    top: auto; } }

.v65-yourAccount, .v65-login {
  border-color: white; }
  @media only screen and (min-width: 36.3125em) {
    .v65-yourAccount, .v65-login {
      margin-top: 0;
      width: auto; } }
  @media only screen and (max-width: 36.25em) {
    .v65-yourAccount a, .v65-login a {
      display: inline-block;
      line-height: 1.6;
      vertical-align: middle; } }

.v65-form fieldset, #v65-memberFormWrapper fieldset {
  border-color: #666; }

.v65-product-perPage, .v65-product-sortBy {
  float: none;
  width: 100%; }

.alertYellow {
  font-size: 15px; }

#storeNotices + .v65-paging, .product-list + .v65-paging {
  display: none; }

#v65-modalContentHeader {
  height: auto;
  padding: 0.5rem; }

#v65-addProductReview input[type=checkbox], .v65-form input[type=checkbox], .v65-customForm input[type=checkbox] {
  margin-bottom: 0;
  vertical-align: initial; }
#v65-addProductReview .submitLabel, .v65-form .submitLabel, .v65-customForm .submitLabel {
  display: none; }

.v65-form {
  font-size: 14px; }

.v65-form legend, #v65-checkBilling legend, #v65-memberFormWrapper legend {
  font-size: 15px; }

.v65-form select, .v65-form textarea {
  font-size: 15px; }

.v65-form fieldset div div {
  padding-left: 0;
  padding-right: 0; }

#v65-cartStateCode {
  width: rem-calc(55); }

@media only screen and (max-width: 36.25em) {
  #v65-cartCheckOutCoupons {
    float: none; }
    #v65-cartCheckOutCoupons form {
      width: 100%; } }
#v65-cartCheckOutCoupons form {
  width: auto; }

.v65-cartItemAmount .v65-qtyField {
  display: inline-block; }

#v65-cartTable .modalBtn, #v65-cartTable .modalLinkAltBtn {
  font-size: 0.75rem; }
#v65-cartTable .modalLinkAltBtn {
  display: inherit; }
#v65-cartTable th, #v65-cartTable td {
  font-size: 15px; }
  @media only screen and (min-width: 36.3125em) {
    #v65-cartTable th, #v65-cartTable td {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 42.1875rem) {
    #v65-cartTable th, #v65-cartTable td {
      font-size: 15px; } }
#v65-cartTable th.v65-cartItemAmount, #v65-cartTable .v65-cartItemImage, #v65-cartTable .v65-cartSubtotal-3, #v65-cartTable .v65-cartTax-3, #v65-cartTable .v65-cartTotal-3 {
  display: none; }
  @media only screen and (min-width: 45rem) {
    #v65-cartTable th.v65-cartItemAmount, #v65-cartTable .v65-cartItemImage, #v65-cartTable .v65-cartSubtotal-3, #v65-cartTable .v65-cartTax-3, #v65-cartTable .v65-cartTotal-3 {
      display: table-cell; } }

#v65-cartPaymentOptions {
  float: none;
  margin-bottom: 1rem;
  text-align: right;
  width: 100%; }
  @media only screen and (min-width: 50rem) {
    #v65-cartPaymentOptions {
      float: left;
      width: auto; } }

select#shipTo {
  margin-top: 0.5rem; }

#v65-CouponCode, #v65-GiftCode {
  display: inline-block; }

.v65-clubTeaser {
  padding-left: 0; }

input[type=email], input[type=password], input[type=tel], input[type=text], input[type=username] {
  line-height: inherit; }

#v65-checkoutFormWrapper [v65js=billAddressBlock] {
  padding: 0.3125rem; }

@media only screen and (max-width: 36.25em) {
  #v65-checkoutSecure, #v65-continueOrder {
    float: none;
    width: 100%; } }

#v65-checkoutSecure {
  font-size: 15px; }

#v65-continueOrder {
  margin-top: 1rem; }

@media only screen and (max-width: 59.9375rem) {
  #v65-fieldset-billingInfo, #v65-fieldset-paymentMethod,
  #v65-fieldset-shippingInfo, #v65-fieldset-shippingOptions,
  #v65-fieldset-sourceCode, #v65-fieldset-usernamePassword,
  #v65-fieldset-wholesalerInfo {
    width: 100%; } }

@media only screen and (max-width: 59.9375rem) {
  #v65-checkoutCartSummaryWrapper, #v65-signUpClubSummaryWrapper {
    float: none;
    margin-bottom: 0.5rem;
    position: relative;
    right: 0;
    top: 0;
    width: 100%; } }
@media only screen and (min-width: 60rem) {
  #v65-checkoutCartSummaryWrapper, #v65-signUpClubSummaryWrapper {
    max-width: 43%; } }

@media only screen and (max-width: 36.25em) {
  #v65-checkBilling select[name=BillBirthDay] {
    margin: 0; } }

#v65-checkoutCartSummaryMini, #v65-checkCartSummaryMoreOptions {
  float: none;
  width: 100%; }
  #v65-checkoutCartSummaryMini p, #v65-checkCartSummaryMoreOptions p {
    font-size: 1em; }
  #v65-checkoutCartSummaryMini table, #v65-checkCartSummaryMoreOptions table {
    border: 0; }
  #v65-checkoutCartSummaryMini td, #v65-checkCartSummaryMoreOptions td {
    padding: 0.1875rem; }

#v65-checkoutFormWrapper {
  width: 100%; }

[v65js=v65-creditCardInfo] {
  padding: 5px !important; }

  #v65-cartCheckOutCoupons{ display: none; }
  .v65-memberAllocationTable{ font-size: 12px; min-height: 200px;}
  .v65-memberAllocationPrevPurchased{ display: none; }

  .v65-memberAllocationMinimumOrder{
    display: none;
  }

.wine-secondary-navigation {
  display: none;
}

@media only screen and (min-width: 36.3125em) {
  .wine-secondary-navigation {
    position: relative;
    text-align: right;
    border-top: 1px solid #695a5c;
    display: block;

  }
}

.wine-secondary-navigation{
  background-color: rgba(202, 194, 191, .75);
}

.wine-secondary-navigation ul{ 
  font-family: "trajan-pro-3", serif;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.wine-secondary-navigation a {
    color: #93806F;
    display: block;
    /*padding: 8px 16px;*/
    padding: 8px 8px;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (min-width: 36.3125em) {
  .wine-secondary-navigation .content-wrapper ul li {
      display: inline-block;
      /*
      width: 20%;
      text-align: left;
      float: left;
      */
      
      font-size: 12px;
  }
}

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

  .vintageYears{
    float: left;
    width: 58px;
    border-right: 1px solid #927D5E;
    min-height: 450px;
    margin-top: -8px;
    margin-right: 14px;

  }

}

.vintageYears a{
  color: #927D5E;
  display: block;
  padding: 8px 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.vintageYears ul {
  font-family: "trajan-pro-3", serif;
  font-size: 17px;
  font-weight: 600;
  list-style: none;
  font-style: italic;
  padding-left: 0px;
  margin-top: 0px;
}

@media screen and (max-width: 580px){
  .vintageYears ul li{
    display: inline-block;
    float: left;
  }
}

.vintageYears .v65-leftSelected{
  color: black;
}

.v65-pagingBottom{
  display: none;
}

@media screen and (max-width: 580px){
  .v65-pagingBottom{
    border: 0px !important;
  }
}

.narrow-content{
  margin-top:40px;
}

@media only screen and (min-width: 36.3125em){
  .wine ul li:nth-child(3) ul{
    display: none !important;
  }
}

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


.memberSignUp{
  width: 50%;
  float: right;
}

#v65-LoginFormWrapper{
  width: 50%;
/*  margin-top: -40px;*/
}

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

  #v65-LoginFormWrapper{
    width: 100%;
    float:none;
  }

}

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

  .memberLogin{
    width: 100%;
    float:none;
  }

}

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

  .memberSignUp{
    display: none;
    width: 90%;
    float: none;
  }

}

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

  #v65-LoginFormWrapper{
    margin-top: 20px;
  }

}

@media screen and (max-width: 580px){
  .loginsignup{
    margin-bottom: 250px;
  }
}


.wineVintage .v65-productWrapper, .wineVintage .v65-wine-profile, .wineVintage .v65-productDrilldown-specs, .wineVintage .v65-wine-ratings, .wineVintage .loginBtn{
  width: 325px;
  float:right;
}

.loginBtn{
  border-bottom: 1px solid #695a5c;
  padding-bottom: 1em;

}

.wineVintage .v65-productWrapper h1{
  text-align: left;
}

@media screen and (max-width: 580px){
.wineVintage .v65-productWrapper, .wineVintage .v65-wine-profile, .wineVintage .v65-productDrilldown-specs, .wineVintage .v65-wine-ratings, .wineVintage .loginBtn {
    width: 100%;
    float:;

  }
}

.wineVintage .v65-productDrilldown-specs{
  margin-bottom: 1.5em;
}

@media screen and (max-width: 835px){
  .wineVintage .v65-productWrapper {
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
  }
}

@media screen and (max-width: 900px){
.page-bg {
    opacity: 0.1;
   
  }
}

@media screen and (max-width: 900px){
.home-bg {
    opacity: 1;
   
  }
}

@media screen and (max-width: 580px){
  .v65-productWrapper > div {
    /*border-bottom: 0px;*/
  }
}

.v65-cartItemDescription-sku span.small{ display: none; }

.v65-form legend, #v65-checkBilling legend, #v65-memberFormWrapper legend{
    font-size: 17px;
    font-family: "trajan-pro-3", serif;
    font-weight: 600;
}

#v65-couponFormWrapper{display: none;}

#v65-checkoutCartSummaryWrapper, #v65-checkoutCartSummaryMini td, #v65-checkCartSummaryMoreOptions{ font-size: 14px; }


@media screen and (min-width: 581px){
    #v65-memberFormWrapper form { 
      width: 270px;
    }
}

  
@media screen and (min-width: 681px){
    .v65-memberAllocationImage{
      width: 200px;
    }
  .v65-memberAllocationTeaser{
    margin: 0 0 0 230px;
  }
}

.v65-allocationMinBottlesPerOrder, .v65-allocationMaxBottlesPerOrder{
  display: none;
}




