/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Gotham SSm A', 'Gotham SSm B',  sans-serif;
  font-weight: 400;
  font-style: normal; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  box-sizing: border-box; }

.mainContainer {
  width: 100%;
  margin: 0 auto; }

h1 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase; }

h3 {
  font-size: 16px;
  font-weight: 400;
  color: #a5a9af;
  text-transform: uppercase; }

h4 {
  font-size: 13px;
  font-weight: 400;
  color: #a5a9af; }

p {
  font-size: 14px; }

a {
  text-decoration: none;
  color: #6dabe4; }

ul li {
  font-size: 12px;
  padding-bottom: 12px; }

header {
  background-color: #0c223f;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.maxWidthWrapper {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto; }

.topBar {
  padding-bottom: 10px;
  border-bottom: 1px rgba(165, 169, 175, 0.5) solid;
  overflow: hidden; }
  .topBar .topNav {
    width: 70%;
    float: left;
    overflow: hidden; }
  .topBar .floatRight {
    float: right;
    overflow: hidden;
    width: 30%; }
    .topBar .floatRight .search {
      width: 60%;
      float: left;
      margin-top: 10px;
      border-right: 1px rgba(165, 169, 175, 0.5) solid; }
      .topBar .floatRight .search input[type="text"] {
        background-color: #c5c5c5;
        border-top: 1px solid #999999;
        border-right: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        border-left: 1px solid #999999;
        font-size: 80%;
        padding: 5px 10px;
        width: 68%;
        font-style: oblique;
        float: left; }
      .topBar .floatRight .search input[type="image"] {
        width: 20px;
        display: block;
        float: left;
        margin-left: 8px;
        padding-top: 3px; }
    .topBar .floatRight .cart-block {
      width: 34%;
      float: right;
      margin-top: 10px;
      margin-left: 4%; }
      .topBar .floatRight .cart-block a {
        color: #FFF;
        font-size: 13px; }
      .topBar .floatRight .cart-block img {
        width: 25px; }

.topNav {
  display: table;
  margin: 0;
  position: relative;
  padding-top: 15px; }
  .topNav ul {
    margin: 0;
    padding: 0; }
    .topNav ul li {
      margin: 0;
      padding: 0px 5px;
      display: block;
      float: left;
      border-left: 1px #a5a9af solid; }
      .topNav ul li:first-child {
        border-left: 0; }
      .topNav ul li a {
        padding: 0;
        display: inline-block;
        text-decoration: none;
        color: #a5a9af;
        font-weight: 200;
        font-size: 12px;
        font-style: normal; }
        .topNav ul li a:hover {
          font-weight: 400;
          font-style: normal; }

nav.mainNav {
  margin: 0 auto;
  margin-top: -20px;
  position: relative; }
  nav.mainNav ul {
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    nav.mainNav ul li {
      margin: 0 auto;
      padding: 65px 0 10px;
      display: block;
      float: left;
      width: 18%; }
      nav.mainNav ul li:hover ul {
        display: block;
        opacity: 1;
        visibility: visible; }
      nav.mainNav ul li.shopNav {
        position: relative; }
        nav.mainNav ul li.shopNav ul.levelOne {
          width: 100%;
          max-width: 1200px;
          position: fixed;
          z-index: 3000;
          left: 50%;
          transform: translate(-50%, 0%);
          box-shadow: none;
          background-color: #d9deda;
          overflow: hidden; }
          nav.mainNav ul li.shopNav ul.levelOne li {
            float: left;
            width: 20%;
            position: relative; }
            nav.mainNav ul li.shopNav ul.levelOne li ul {
              float: none; }
              nav.mainNav ul li.shopNav ul.levelOne li ul li {
                display: block;
                width: 100%; }
                nav.mainNav ul li.shopNav ul.levelOne li ul li a {
                  text-transform: lowercase;
                  color: #60a8e3;
                  text-align: left;
                  padding: 10px; }
      nav.mainNav ul li ul {
        position: absolute;
        z-index: 2000;
        display: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transiton: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        -transition: opacity 0.4s; }
        nav.mainNav ul li ul li {
          width: 100%;
          display: block;
          padding: 0; }
          nav.mainNav ul li ul li a {
            color: #000;
            background-color: #d9deda;
            padding: 10px 0;
            display: block; }
            nav.mainNav ul li ul li a:hover {
              background-color: #eaebea;
              color: #60a8e3; }
      nav.mainNav ul li.logo {
        width: 28%;
        padding-top: 40px; }
        nav.mainNav ul li.logo img {
          width: 80%;
          margin: 0 auto; }
      nav.mainNav ul li a {
        display: inline-block;
        text-decoration: none;
        color: #a5a9af;
        font-weight: 200;
        font-style: normal;
        font-size: 14px;
        text-transform: uppercase; }
        nav.mainNav ul li a:hover {
          font-weight: 400;
          font-style: normal; }

.newNav ul.topLevel {
  margin: 0;
  padding: 0; }
  .newNav ul.topLevel article {
    padding: 40px;
    background-color: #0c223f;
    color: #FFF;
    position: absolute;
    margin-top: 110px;
    display: block;
    width: 96%;
    max-width: 1200px;
    z-index: 20000; }
    .newNav ul.topLevel article .col1 {
      width: 20%;
      float: left; }
      .newNav ul.topLevel article .col1 .header {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300;
        color: #6dabe4; }
      .newNav ul.topLevel article .col1 a {
        display: block;
        padding: 5px 0; }
      .newNav ul.topLevel article .col1 ul {
        margin: 0;
        padding: 0; }
        .newNav ul.topLevel article .col1 ul li {
          margin: 0;
          padding: 0;
          width: 100%; }
          .newNav ul.topLevel article .col1 ul li a {
            height: 30px;
            padding: 10px 0;
            text-align: left;
            text-transform: uppercase;
            font-size: 13px; }
            .newNav ul.topLevel article .col1 ul li a:hover {
              background-color: #0c223f;
              color: #FFF; }
  .newNav ul.topLevel li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 20%;
    float: left;
    position: relative;
    z-index: 400; }
    .newNav ul.topLevel li.logoMenu a {
      padding-top: 20px; }
      .newNav ul.topLevel li.logoMenu a img {
        width: 80%;
        margin: 0 auto; }
    .newNav ul.topLevel li a {
      font-size: 15px;
      font-weight: 300;
      display: block;
      height: 110px;
      background-color: #0c223f;
      margin: 0;
      color: #a5a9af;
      text-decoration: none;
      text-align: center;
      padding-top: 48px;
      text-transform: uppercase;
      outline: none; }
      .newNav ul.topLevel li a img {
        width: 100%; }
      .newNav ul.topLevel li a:hover {
        background-color: #0a1b32;
        color: #FFF; }
      .newNav ul.topLevel li a.active {
        margin-bottom: 0;
        background-color: #646971;
        color: #FFF; }

.term {
  font-weight: bold;
  color: #6dabe4; }

.search-result {
  display: block;
  border-bottom: 1px dotted #efefef;
  margin: 20px 0 10px; }
  .search-result h3 a {
    color: #a5a9af; }
  .search-result h3 img {
    display: none; }

.internalBanner {
  width: 100%; }
  .internalBanner img {
    width: 100%; }

.flow-wrapper {
  position: absolute !important;
  width: 100%;
  display: block;
  z-index: 15000; }

footer {
  background-image: url(../img/footerTree2.jpg);
  height: 350px; }

.badgeFooter {
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 10px; }
  .badgeFooter ul {
    padding: 0; }
    .badgeFooter ul li {
      display: block;
      float: left;
      width: 25%; }
      .badgeFooter ul li a img {
        width: 110%;
        margin-left: -5%; }

.subscribe {
  padding-bottom: 15px; }
  .subscribe a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 106%;
    margin-left: -2.6%; }
    .subscribe a img {
      width: 100%;
      margin-top: -3%; }

.backgroundColour {
  background-color: #0c223f; }

.footerContainer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

table.mainFooter {
  margin: 20px 0 0;
  width: 80%;
  display: table;
  float: left; }
  table.mainFooter tbody {
    width: 100%; }
    table.mainFooter tbody tr {
      width: 100%; }
      table.mainFooter tbody tr td {
        font-size: 12px;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        width: 18%;
        padding-left: 2%; }
        table.mainFooter tbody tr td .title {
          color: #6caae4;
          font-size: 14px;
          margin-bottom: 5px;
          min-height: 20px; }
        table.mainFooter tbody tr td nav ul {
          list-style-type: none;
          color: #a5a9af;
          font-style: normal;
          font-weight: 100;
          padding: 0 0 50px;
          margin: 0; }
          table.mainFooter tbody tr td nav ul li {
            padding: 0;
            margin: 0; }
            table.mainFooter tbody tr td nav ul li a {
              color: #a5a9af;
              text-decoration: none;
              padding: 3px 0;
              display: block; }
              table.mainFooter tbody tr td nav ul li a:hover {
                margin-left: 2px;
                color: #6caae4; }

nav.socialMedia {
  float: left;
  display: block;
  width: 20%; }
  nav.socialMedia ul {
    width: 100%;
    margin: 20px 0;
    position: relative;
    padding: 0; }
    nav.socialMedia ul li {
      display: block;
      float: left;
      width: 16%; }
      nav.socialMedia ul li a {
        width: 5%; }
        nav.socialMedia ul li a img {
          width: 100%; }

.fullBanner {
  display: block; }

.mobileBanner {
  display: none; }

.cycle-pager {
  position: absolute;
  z-index: 10000;
  bottom: 1px;
  font-size: 35px;
  text-align: center;
  color: #fff;
  letter-spacing: 0px;
  width: 100%; }
  .cycle-pager span {
    cursor: pointer; }

.cycle-pager-active {
  color: #333; }

.cycle-slideshow {
  width: 100%;
  height: auto;
  background-size: cover;
  overflow: hidden; }
  .cycle-slideshow div {
    width: 100%; }
    .cycle-slideshow div img {
      width: 100%; }

.hideForEvent#eventsTemplate {
  display: none; }

table.topRow {
  position: relative;
  width: 80%;
  margin: 50px auto; }
  table.topRow tbody tr td {
    width: 20%; }
    table.topRow tbody tr td a img {
      width: 70%;
      margin: 0 auto;
      display: block; }
    table.topRow tbody tr td.luna a img {
      width: 60%;
      margin: 0 auto;
      display: block; }

table.bottomRow {
  position: relative;
  width: 80%;
  margin: 50px auto; }
  table.bottomRow tbody tr td {
    width: 20%; }
    table.bottomRow tbody tr td a img {
      width: 70%;
      margin: 0 auto;
      display: block; }

table.tradeMargin {
  position: relative;
  width: 100%;
  margin: 50px 0; }
  table.tradeMargin tbody tr td {
    width: 20%; }
    table.tradeMargin tbody tr td a img {
      width: 70%;
      margin: 0 auto;
      display: block; }

.topPicks {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px auto;
  background-image: url(../img/blueBackground.jpg); }
  .topPicks .picksTitle {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: 300;
    padding-top: 10px; }
  .topPicks .bottles {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px; }

.quoteInternal {
  font-family: 'Alex Brush', cursive;
  font-size: 35px;
  line-height: 35px;
  color: #0c223f;
  display: block;
  margin-top: 20px; }

.littleText {
  font-size: 16px;
  line-height: 16px;
  color: #a5a9af;
  display: block;
  margin: 20px 0 20px 10%; }

.quote {
  margin: 50px auto;
  width: 100%;
  display: block; }
  .quote span.bigText {
    font-family: 'Alex Brush', cursive;
    font-size: 40px;
    line-height: 40px;
    margin-left: 12%;
    color: #0c223f;
    display: block; }
  .quote span.midText {
    font-family: 'Alex Brush', cursive;
    font-size: 40px;
    line-height: 40px;
    margin-left: 35%;
    color: #0c223f;
    display: block;
    margin-top: -10px; }
  .quote span.littleText {
    font-size: 16px;
    line-height: 16px;
    color: #a5a9af;
    float: right;
    margin-right: 14%;
    display: block; }

.members li {
  font-size: 12px; }

.thumbnails img {
  padding: 10px 10px 10px 0; }

.zoneSubscriptions {
  display: none; }

.secure div {
  display: none; }

.tradeZone div#trade {
  display: block; }

.retailZone div#retail {
  display: block; }

.defaultZone div#default {
  display: block; }

.centreContainer {
  width: 80%;
  display: block;
  margin: 0 auto 20px;
  max-width: 1200px; }

.textQuote {
  font-family: 'Alex Brush', cursive;
  font-size: 28px; }

.nameQuote {
  margin-left: 55%;
  margin-top: -30px; }

.map {
  width: 100%;
  margin: 20px auto; }
  .map img {
    width: 100%; }

.aboutSection {
  padding: 10px 0 10px;
  display: block; }

.aboutPic {
  width: 100%;
  margin-bottom: 20px;
  display: block; }
  .aboutPic img {
    width: 100%; }

.winemakerPic {
  width: 30%;
  float: left;
  padding-right: 5%;
  display: block;
  padding-bottom: 10px;
  padding-top: 20px; }
  .winemakerPic img {
    width: 100%; }

.winemakerBlurb {
  width: 65%;
  float: left;
  display: block; }

.winemakerPic2 {
  width: 30%;
  float: left;
  display: block; }
  .winemakerPic2 img {
    width: 100%; }

.winemakerBlurb2 {
  width: 65%;
  float: left;
  margin-right: 5%;
  display: block; }

.aboutLeft {
  float: left;
  width: 60%;
  padding-right: 3%; }
  .aboutLeft p.topPara {
    padding-top: 0;
    margin-top: 0; }

.aboutRight {
  float: left;
  width: 37%; }
  .aboutRight img {
    width: 100%; }

.joseLeft {
  float: left;
  width: 70%;
  padding-right: 3%; }

.joseRight {
  float: left;
  width: 27%; }
  .joseRight img {
    width: 100%; }

.contactLeft {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
  display: block; }

.contactRight {
  float: left;
  width: 47.5%;
  margin-left: 2.5%; }

.memberLeft {
  float: left;
  width: 50%;
  margin-right: 10%;
  display: block; }

.memberRight {
  float: left;
  width: 40%; }

.post-list {
  width: 70%;
  padding-right: 5%;
  float: left;
  display: block; }
  .post-list .blog-post .post-title {
    font-size: 18px;
    margin-bottom: 0; }
  .post-list .blog-post .post-details {
    font-size: 12px; }
  .post-list .blog-post .post-body img {
    width: 50%;
    float: right;
    padding: 0 0 15px 15px; }

.page-nav {
  width: 75%;
  float: left;
  display: block; }

.side-panel {
  width: 25%;
  float: left;
  display: block; }

.wineBrands {
  width: 30%;
  display: block;
  float: left;
  margin: 40px 3% 0 0; }
  .wineBrands:nth-child(3n) {
    margin: 40px 0 0 0; }
  .wineBrands .brandHeightTop {
    min-height: 260px; }
    .wineBrands .brandHeightTop .brandLogo {
      margin: 0 auto 50px;
      display: block;
      width: 50%;
      height: 50px; }
      .wineBrands .brandHeightTop .brandLogo img {
        width: 100%; }
    .wineBrands .brandHeightTop p {
      width: 100%;
      margin: 0 auto; }
  .wineBrands .brandHeight {
    min-height: 260px; }
    .wineBrands .brandHeight .brandLogo {
      margin: 10px auto 50px;
      display: block;
      width: 50%;
      height: 50px; }
      .wineBrands .brandHeight .brandLogo img {
        width: 100%; }
    .wineBrands .brandHeight p {
      width: 100%;
      margin: 0 auto; }

ul.block50points {
  margin: 0;
  padding: 0; }
  ul.block50points li {
    list-style-type: none; }

.buttons {
  width: 100%;
  display: block;
  float: left;
  margin: 20px 3% 0 0; }
  .buttons .view {
    display: block;
    float: left;
    width: 45%;
    margin-left: 1%; }
    .buttons .view:hover {
      opacity: 0.8; }
  .buttons .buy {
    display: block;
    float: right;
    width: 45%;
    margin: 0;
    margin-right: 1%; }
    .buttons .buy:hover {
      opacity: 0.8; }

.topBanner {
  width: 100%; }
  .topBanner img {
    width: 100%; }

.brandBodyCopy {
  width: 80%;
  margin: 40px auto;
  font-weight: 300;
  line-height: 20px; }
  .brandBodyCopy p {
    font-size: 14px; }

.medals {
  display: table;
  margin: 10px auto; }
  .medals h2 {
    text-align: center;
    color: #a5a9af; }
  .medals ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px; }
    .medals ul li {
      display: inline-block;
      width: 90px;
      margin: 0;
      padding: 0;
      margin-left: -20px; }
      .medals ul li img {
        width: 100%; }
    .medals ul li.sixty {
      display: inline-block;
      width: 90px;
      margin: 0;
      padding: 0;
      margin-left: 10px; }
      .medals ul li.sixty img {
        width: 100%; }

.tasting {
  width: 80%;
  margin: 20px auto;
  text-align: center;
  color: #a5a9af; }

table.shipping {
  margin-bottom: 20px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 100%; }
  table.shipping tr {
    width: 100%;
    border-bottom: 1px solid #000; }
    table.shipping tr td {
      width: 30%;
      padding: 10px;
      border-right: 1px solid #000;
      box-sizing: border-box; }
    table.shipping tr td.long {
      width: 70%; }

.tableShip h3 {
  margin-top: 25px;
  margin-bottom: 10px; }

.tradeLeft {
  float: left;
  width: 45%;
  margin-right: 5%; }

.tradeRight {
  float: left;
  width: 47.5%;
  margin-left: 2.5%; }

.accordion ul {
  margin: 0;
  padding: 0; }
  .accordion ul article {
    padding: 10px;
    background-color: #FFF;
    border-right: 1px solid #a5a9af;
    border-left: 1px solid #a5a9af;
    border-bottom: 1px solid #a5a9af; }
    .accordion ul article .group::after, .accordion ul article .tabBlock-tabs::after {
      clear: both;
      content: "";
      display: table; }
    .accordion ul article .tabBlock {
      margin: 0; }
      .accordion ul article .tabBlock .tabBlock-pane h1 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 5px; }
      .accordion ul article .tabBlock .tabBlock-pane h2 {
        font-size: 15px;
        line-height: 28px;
        text-transform: uppercase;
        color: #a5a9af;
        margin-bottom: 5px; }
      .accordion ul article .tabBlock .tabBlock-pane div {
        font-size: 13px;
        line-height: 18px; }
    .accordion ul article .tabBlock-tab {
      background-color: #a5a9af;
      color: #FFF;
      cursor: pointer;
      display: block;
      float: left;
      position: relative;
      padding: 10px 20px;
      border-top: 1px solid #a5a9af;
      border-right: 1px solid #a5a9af;
      border-left: 1px solid #a5a9af;
      border-bottom: 1px solid #a5a9af;
      margin-bottom: -1px;
      -webkit-transition: 0.1s ease-in-out;
      transition: 0.1s ease-in-out; }
      .accordion ul article .tabBlock-tab.is-active {
        border-bottom: 1px solid #FFF;
        color: #0c223f;
        z-index: 1;
        background-color: #FFF; }
    .accordion ul article .tabBlock-content {
      background-color: #fff;
      padding: 10px 20px;
      border-top: 1px solid #a5a9af;
      border-right: 1px solid #a5a9af;
      border-left: 1px solid #a5a9af;
      border-bottom: 1px solid #a5a9af; }
  .accordion ul li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .accordion ul li a {
      display: block;
      background-color: #a5a9af;
      padding: 15px 40px;
      margin: 0;
      color: #FFF;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 200;
      font-size: 15px;
      line-height: 20px;
      border-bottom: 1px solid #9a9fa5;
      outline: none; }
      .accordion ul li a:hover {
        background-color: #0c223f; }
      .accordion ul li a.active {
        margin-bottom: 0;
        background-color: #0c223f;
        color: #FFF; }

.accordion ul .loggedIn .tabBlock-pane h1 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
  font-weight: 300; }
.accordion ul .loggedIn .tabBlock-pane h2 {
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #a5a9af;
  font-weight: 200; }

.medalcontainer {
  width: 96%;
  margin: 10px auto;
  border-bottom: 1px dashed #efefef; }
  .medalcontainer .medalBottle {
    width: 32%;
    display: inline-block; }
  .medalcontainer .medalGrapic {
    width: 67%;
    display: inline-block; }
  .medalcontainer img {
    width: 100%; }

.medalAccordian {
  margin-bottom: 60px; }

.vintageButtons {
  margin-top: 20px;
  margin-bottom: 20px; }
  .vintageButtons a {
    width: 23.5%;
    display: block;
    float: left;
    margin-right: 2%; }
    .vintageButtons a.lastChildButton {
      margin-right: 0; }
    .vintageButtons a img {
      width: 100%; }
    .vintageButtons a:hover {
      opacity: 0.8; }
    .vintageButtons a[href=""] {
      display: none; }
    .vintageButtons a[href="#"] {
      display: none; }

img {
  max-width: 100%; }

.largeProductImage {
  width: 20%;
  float: left;
  margin: 20px 10% 20px 5%; }
  .largeProductImage img {
    width: 100%; }

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

.item-description img {
  width: 100%; }
.item-description .text h2 {
  margin: 20px 0 0; }
.item-description .text h3 {
  margin: 20px 0 0; }

.product-row {
  padding: 20px 0 10px;
  width: 100%; }
  .product-row .columnOne {
    width: 32%;
    margin-right: 1%;
    float: left;
    font-size: 14px; }
    .product-row .columnOne .smallText {
      font-size: 12px; }
  .product-row .columnTwo {
    width: 67%;
    float: left;
    font-size: 14px; }
  .product-row .addCartButton {
    width: 100%;
    float: left; }
  .product-row .productSubmitInput {
    display: block;
    float: left;
    width: 30%;
    margin: 0;
    margin-top: 10px;
    padding: 20px 5px;
    color: #fff;
    background-image: url(../img/blueBadge.png);
    background-size: cover;
    background-color: #fff;
    border: none;
    font-size: 18px;
    text-transform: uppercase; }
    .product-row .productSubmitInput:hover {
      opacity: 0.8; }

.rrpCol {
  text-decoration: line-through; }

.buttonRow a {
  width: 22%;
  float: left;
  margin-right: 3%;
  padding-bottom: 20px; }
  .buttonRow a:nth-child(3n) {
    margin-right: 0; }
  .buttonRow a[href=""] {
    display: none; }
  .buttonRow a[href="#"] {
    display: none; }
.buttonRow img {
  width: 100%; }

.eventsLeft {
  float: left;
  width: 67%;
  display: inline;
  margin-right: 5%; }
  .eventsLeft .eventItem {
    display: block;
    overflow: hidden;
    margin: 30px 0; }
    .eventsLeft .eventItem .h1 {
      display: block; }
    .eventsLeft .eventItem a {
      background-color: #6dabe4;
      padding: 10px 30px;
      color: #FFF;
      display: inline-block;
      text-transform: uppercase;
      font-size: 13px; }
      .eventsLeft .eventItem a:hover {
        background-color: #83b7e8; }
    .eventsLeft .eventItem .eventThumb {
      width: 25%;
      display: block;
      float: left;
      margin-right: 3%; }
    .eventsLeft .eventItem .eventDetails {
      width: 72%;
      float: left;
      display: block; }
      .eventsLeft .eventItem .eventDetails h2 {
        margin-top: 0; }

.eventsRight {
  float: left;
  width: 28%;
  display: inline; }
  .eventsRight .h1 {
    display: block; }
  .eventsRight ol.blogsitesummary {
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    .eventsRight ol.blogsitesummary li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .eventsRight ol.blogsitesummary li a {
        display: block;
        background-color: #efefef;
        padding: 15px 30px;
        box-sizing: border-box;
        border-bottom: 1px solid #e2e2e2;
        color: #333;
        font-size: 13px; }
        .eventsRight ol.blogsitesummary li a:hover {
          background-color: #e2e2e2; }
      .eventsRight ol.blogsitesummary li span {
        display: none; }

.derailView {
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 20px; }
  .derailView .eventLarge {
    width: 30%;
    margin-right: 2%;
    float: left;
    display: inline; }
  .derailView .detailRight {
    width: 68%;
    float: left;
    display: inline; }
    .derailView .detailRight p {
      display: block; }
      .derailView .detailRight p span {
        width: 16%;
        display: inline-block;
        font-style: oblique; }
    .derailView .detailRight .eventButton {
      background-color: #6dabe4;
      padding: 10px 30px;
      color: #FFF;
      display: inline-block;
      text-transform: uppercase;
      font-size: 13px; }
      .derailView .detailRight .eventButton:hover {
        background-color: #83b7e8; }
      .derailView .detailRight .eventButton[href=""] {
        display: none; }
      .derailView .detailRight .eventButton[href="#"] {
        display: none; }

table.cart {
  width: 100%;
  font-size: 12px; }

table.cart th,
table.cart td {
  padding: 16px 0;
  box-sizing: border-box;
  border-top: 1px solid #efefef; }

table.cart th {
  font-style: normal;
  text-transform: uppercase; }

table.cart input[type=text] {
  width: 80px;
  padding: 5px 12px; }

table.cart input[type=button] {
  border: 0;
  background: #0c223f;
  padding: 5px 12px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  margin-top: -3px; }

.hrefButton {
  padding: 12px 24px;
  background-color: #0c223f;
  display: inline-block;
  margin-bottom: 50px;
  float: right; }
  .hrefButton a {
    color: #fff; }
  .hrefButton:hover {
    opacity: 0.8; }

.shippingCountryDiv {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.formTitle {
  margin-bottom: -20px; }

.webform {
  box-sizing: border-box;
  display: block;
  margin-top: 30px;
  width: 45%; }

.webformMembers {
  box-sizing: border-box;
  display: block;
  margin-top: 30px;
  width: 100%; }

.fullWidth {
  width: 100% !important; }

.webform .item {
  margin: 10px 0px;
  display: block; }

.webformMembers .item {
  margin: 10px 0px;
  display: block; }
  .webformMembers .item label {
    font-size: 12px; }

.webform input[type="text"] {
  margin: 0;
  padding: 0;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  /*margin-bottom: 15px;*/
  padding: 8px;
  color: #777;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  width: 100%;
  font-size: 82%; }

.webform input[type="password"] {
  margin: 0;
  padding: 0;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  /*margin-bottom: 15px;*/
  padding: 8px;
  color: #777;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  width: 100%;
  font-size: 82%; }

input.cat_textbox_small {
  margin: 0;
  padding: 0;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  /*margin-bottom: 15px;*/
  padding: 8px;
  color: #777;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  width: 70%; }

.webform textarea {
  font-size: 82%;
  margin: 0;
  padding: 0;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  /*margin-bottom: 15px;*/
  padding: 8px;
  width: 100%;
  height: 90px;
  color: #777;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  border-radius: 3px;
  box-sizing: border-box;
  float: left; }

.webform label {
  float: left;
  display: block;
  width: 85%;
  margin-right: 5%; }

.webformMembers input[type="text"] {
  margin: 0;
  padding: 0;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  /*margin-bottom: 15px;*/
  padding: 8px;
  color: #777;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  width: 100%;
  font-size: 82%;
  margin: 8px 0; }

.webformMembers input[type="password"] {
  margin: 0;
  padding: 0;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  /*margin-bottom: 15px;*/
  padding: 8px;
  color: #777;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  width: 100%;
  font-size: 82%; }

.webformMembers input[type="submit"] {
  border: 0px solid #0c223f;
  background: #0c223f;
  padding: 10px 16px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  margin-top: 10px; }
  .webformMembers input[type="submit"]:hover {
    background: #14396a;
    color: white; }

.secureCard label {
  width: 22%;
  font-size: 90%; }

.secureCard input[type="text"] {
  width: 66%; }

.webform input[type="button"],
.webform input[type="reset"],
.webform input[type="submit"] {
  border: 0px solid #0c223f;
  background: #0c223f;
  padding: 10px 16px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  margin-top: 10px; }
  .webform input[type="button"]:hover,
  .webform input[type="reset"]:hover,
  .webform input[type="submit"]:hover {
    background: #14396a;
    color: white; }

.lostpassword {
  margin-top: 3%;
  display: block; }

.sslHead {
  padding-top: 15px;
  float: right;
  width: 110px; }

.cvvIcon {
  float: left;
  width: 48px;
  height: 28px;
  margin-left: 15px; }

.req {
  color: #C00; }

.captchaimg img {
  margin-left: 0; }

input#CaptchaV2 {
  width: 160px !important;
  margin-left: 30%; }

select {
  font-size: 12px;
  padding: 1px; }

#CardCCV,
#Amount {
  width: 25% !important;
  float: left; }

.secureCard {
  background-color: #efefef;
  padding: 10px 5%;
  margin: 10px 0;
  border: #CCC solid 2px;
  padding-bottom: 20px; }

.secureCard .item label {
  width: 105px !important;
  font-weight: bold; }

.secureCard img.lock {
  float: left;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 20px;
  margin-top: 19px; }

.secureHead {
  float: left;
  display: block;
  margin-right: 20px; }
  .secureHead h2 {
    margin: 15px 0 0 0;
    padding: 0; }
  .secureHead p {
    margin: 0;
    padding: 0; }

ul.productLarge li.productItem {
  width: 100% !important; }

ul.productList, ul.productfeaturelist {
  list-style-type: none;
  margin: 30px auto 0;
  padding: 0;
  width: 100%; }
  ul.productList .productItemLast, ul.productList .productItem, ul.productfeaturelist .productItemLast, ul.productfeaturelist .productItem {
    float: left;
    width: 23%;
    margin: 0 1% 20px 1%;
    border: 1px solid #a5a9af;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 0; }
    ul.productList .productItemLast.productItem, ul.productList .productItem.productItem, ul.productfeaturelist .productItemLast.productItem, ul.productfeaturelist .productItem.productItem {
      border: 0px solid #FFF; }
    #largeProduct ul.productList .productItemLast, #largeProduct ul.productList .productItem, #largeProduct ul.productfeaturelist .productItemLast, #largeProduct ul.productfeaturelist .productItem {
      width: 100%; }
    ul.productList .productItemLast .saleBadgeContainer, ul.productList .productItem .saleBadgeContainer, ul.productfeaturelist .productItemLast .saleBadgeContainer, ul.productfeaturelist .productItem .saleBadgeContainer {
      width: 100%;
      display: block;
      padding: 0;
      position: relative; }
      ul.productList .productItemLast .saleBadgeContainer .smallProdLeft, ul.productList .productItem .saleBadgeContainer .smallProdLeft, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdLeft, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdLeft {
        float: left;
        width: 30%;
        margin: 5px 5%; }
        ul.productList .productItemLast .saleBadgeContainer .smallProdLeft img, ul.productList .productItem .saleBadgeContainer .smallProdLeft img, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdLeft img, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdLeft img {
          width: 100%; }
      ul.productList .productItemLast .saleBadgeContainer .smallProdRght, ul.productList .productItem .saleBadgeContainer .smallProdRght, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdRght, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdRght {
        float: left;
        width: 55%;
        margin-top: 70px; }
        ul.productList .productItemLast .saleBadgeContainer .smallProdRght h4, ul.productList .productItem .saleBadgeContainer .smallProdRght h4, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdRght h4, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdRght h4 {
          padding: 0;
          margin-top: 30px; }
      ul.productList .productItemLast .saleBadgeContainer .saleBadge, ul.productList .productItem .saleBadgeContainer .saleBadge, ul.productfeaturelist .productItemLast .saleBadgeContainer .saleBadge, ul.productfeaturelist .productItem .saleBadgeContainer .saleBadge {
        width: 30%;
        position: absolute;
        top: 0;
        right: 0;
        display: none; }
        ul.productList .productItemLast .saleBadgeContainer .saleBadge.on-sale-1, ul.productList .productItem .saleBadgeContainer .saleBadge.on-sale-1, ul.productfeaturelist .productItemLast .saleBadgeContainer .saleBadge.on-sale-1, ul.productfeaturelist .productItem .saleBadgeContainer .saleBadge.on-sale-1 {
          display: block; }
        ul.productList .productItemLast .saleBadgeContainer .saleBadge img, ul.productList .productItem .saleBadgeContainer .saleBadge img, ul.productfeaturelist .productItemLast .saleBadgeContainer .saleBadge img, ul.productfeaturelist .productItem .saleBadgeContainer .saleBadge img {
          width: 100%; }
      ul.productList .productItemLast .saleBadgeContainer .awardWinning, ul.productList .productItem .saleBadgeContainer .awardWinning, ul.productfeaturelist .productItemLast .saleBadgeContainer .awardWinning, ul.productfeaturelist .productItem .saleBadgeContainer .awardWinning {
        width: 30%;
        position: absolute;
        display: none;
        top: 0;
        right: 0; }
        ul.productList .productItemLast .saleBadgeContainer .awardWinning.award-1, ul.productList .productItem .saleBadgeContainer .awardWinning.award-1, ul.productfeaturelist .productItemLast .saleBadgeContainer .awardWinning.award-1, ul.productfeaturelist .productItem .saleBadgeContainer .awardWinning.award-1 {
          display: block; }
        ul.productList .productItemLast .saleBadgeContainer .awardWinning img, ul.productList .productItem .saleBadgeContainer .awardWinning img, ul.productfeaturelist .productItemLast .saleBadgeContainer .awardWinning img, ul.productfeaturelist .productItem .saleBadgeContainer .awardWinning img {
          width: 100%; }
      ul.productList .productItemLast .saleBadgeContainer h4, ul.productList .productItem .saleBadgeContainer h4, ul.productfeaturelist .productItemLast .saleBadgeContainer h4, ul.productfeaturelist .productItem .saleBadgeContainer h4 {
        height: 60px; }
      ul.productList .productItemLast .saleBadgeContainer p, ul.productList .productItem .saleBadgeContainer p, ul.productfeaturelist .productItemLast .saleBadgeContainer p, ul.productfeaturelist .productItem .saleBadgeContainer p {
        font-size: 12px;
        margin: 0;
        padding: 0; }
      ul.productList .productItemLast .saleBadgeContainer .bigPrice, ul.productList .productItem .saleBadgeContainer .bigPrice, ul.productfeaturelist .productItemLast .saleBadgeContainer .bigPrice, ul.productfeaturelist .productItem .saleBadgeContainer .bigPrice {
        font-size: 10px; }
      ul.productList .productItemLast .saleBadgeContainer img.buyNow, ul.productList .productItem .saleBadgeContainer img.buyNow, ul.productfeaturelist .productItemLast .saleBadgeContainer img.buyNow, ul.productfeaturelist .productItem .saleBadgeContainer img.buyNow {
        margin-right: 0;
        margin-top: 15px;
        width: 100%; }

.related-view table {
  width: 100%;
  display: block; }
  .related-view table tbody {
    width: 100%;
    display: block; }
    .related-view table tbody tr {
      width: 100%;
      display: block; }
      .related-view table tbody tr td.productItem {
        float: left;
        width: 23% !important;
        margin: 0 1% 20px 1%;
        border: 1px solid #a5a9af !important;
        box-sizing: border-box;
        overflow: hidden;
        background-color: #FFF; }

#sorts {
  margin-top: 10px;
  margin-left: 1%; }
  #sorts button {
    background-color: #efefef;
    border: 1px solid #efefef;
    margin-right: 7px;
    font-size: 11px;
    color: #333;
    border-radius: 2px;
    padding: 4px 10px;
    display: inline-block; }
    #sorts button:hover {
      background-color: #e2e2e2; }

.btn-group {
  display: none; }
  .smallProdultListView .btn-group {
    display: block; }

#largeProduct .btn-group {
  display: none; }

.catalogueList {
  list-style-type: none; }

.at4-icon {
  border-radius: 50%; }

.privacy li {
  font-size: 12px;
  list-style-type: decimal;
  padding-bottom: 12px; }

.btn:focus {
  outline: none;
  /* overrides chrome default focus outline */ }

/* 
 * Naver v3.1.2 - 2014-11-25 
 */
.naver {
  margin: 0; }

.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box; }

.naver-handle {
  width: 100%;
  background: #0c223f;
  border: 0px;
  color: #a5a9af;
  cursor: pointer;
  display: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.naver-handle:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #cccccc;
  box-shadow: 0 5px 0 #cccccc, 0 -5px 0 #cccccc;
  content: '';
  display: block;
  margin: auto 0; }

.naver.open .naver-handle:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #cccccc;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center; }

.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0; }

.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.naver.enabled .naver-handle {
  display: block; }

.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden; }

.naver.enabled .naver-container {
  background: #0c223f;
  border: 0; }

/* sale badge
----------------------------------------------------------------------------------------------------*/
/* ==========================================================================
   Sticky Footer
   ========================================================================== */
* {
  margin: 0; }

html, body {
  height: 100%; }

.page-wrap {
  min-height: 100%;
  margin-bottom: -450px; }
  .page-wrap:after {
    content: "";
    display: block;
    height: 450px; }

.site-footer {
  height: 450px; }

img[src=""] {
  display: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* show and hide based on logged in status
----------------------------------------------------------------------------------------------------*/
.isloggedin-0 .loggedIn {
  display: none; }
.isloggedin-0 .loggedOut {
  display: block; }

.isloggedin-1 .loggedIn {
  display: block; }
.isloggedin-1 .loggedOut {
  display: none; }

/* Medis Queries
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  ul.productList, ul.productfeaturelist {
    list-style-type: none;
    margin: 30px auto 0;
    padding: 0;
    width: 100%; }
    ul.productList .productItemLast, ul.productList .productItem, ul.productfeaturelist .productItemLast, ul.productfeaturelist .productItem {
      float: left;
      width: 23%;
      margin: 0 1% 20px 1%;
      border: 1px solid #a5a9af;
      box-sizing: border-box;
      overflow: hidden;
      background-color: #FFF;
      padding-bottom: 0; }
      ul.productList .productItemLast.productItem, ul.productList .productItem.productItem, ul.productfeaturelist .productItemLast.productItem, ul.productfeaturelist .productItem.productItem {
        border: 0px solid #FFF; }
      #largeProduct ul.productList .productItemLast, #largeProduct ul.productList .productItem, #largeProduct ul.productfeaturelist .productItemLast, #largeProduct ul.productfeaturelist .productItem {
        width: 100%; }
      ul.productList .productItemLast .saleBadgeContainer, ul.productList .productItem .saleBadgeContainer, ul.productfeaturelist .productItemLast .saleBadgeContainer, ul.productfeaturelist .productItem .saleBadgeContainer {
        width: 100%;
        display: block;
        padding: 0;
        position: relative; }
        ul.productList .productItemLast .saleBadgeContainer .smallProdLeft, ul.productList .productItem .saleBadgeContainer .smallProdLeft, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdLeft, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdLeft {
          float: left;
          width: 30%;
          margin: 5px 5%; }
          ul.productList .productItemLast .saleBadgeContainer .smallProdLeft img, ul.productList .productItem .saleBadgeContainer .smallProdLeft img, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdLeft img, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdLeft img {
            width: 100%; }
        ul.productList .productItemLast .saleBadgeContainer .smallProdRght, ul.productList .productItem .saleBadgeContainer .smallProdRght, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdRght, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdRght {
          float: left;
          width: 55%;
          margin-top: 30px; }
        ul.productList .productItemLast .saleBadgeContainer .saleBadge, ul.productList .productItem .saleBadgeContainer .saleBadge, ul.productfeaturelist .productItemLast .saleBadgeContainer .saleBadge, ul.productfeaturelist .productItem .saleBadgeContainer .saleBadge {
          width: 30%;
          position: absolute;
          display: none;
          top: 26px;
          right: 0; }
          ul.productList .productItemLast .saleBadgeContainer .saleBadge img, ul.productList .productItem .saleBadgeContainer .saleBadge img, ul.productfeaturelist .productItemLast .saleBadgeContainer .saleBadge img, ul.productfeaturelist .productItem .saleBadgeContainer .saleBadge img {
            width: 100%; }
        ul.productList .productItemLast .saleBadgeContainer .awardWinning, ul.productList .productItem .saleBadgeContainer .awardWinning, ul.productfeaturelist .productItemLast .saleBadgeContainer .awardWinning, ul.productfeaturelist .productItem .saleBadgeContainer .awardWinning {
          width: 30%;
          position: absolute;
          display: none;
          top: 0;
          right: 0; }
          ul.productList .productItemLast .saleBadgeContainer .awardWinning img, ul.productList .productItem .saleBadgeContainer .awardWinning img, ul.productfeaturelist .productItemLast .saleBadgeContainer .awardWinning img, ul.productfeaturelist .productItem .saleBadgeContainer .awardWinning img {
            width: 100%; }
        ul.productList .productItemLast .saleBadgeContainer h4, ul.productList .productItem .saleBadgeContainer h4, ul.productfeaturelist .productItemLast .saleBadgeContainer h4, ul.productfeaturelist .productItem .saleBadgeContainer h4 {
          height: 60px; }
        ul.productList .productItemLast .saleBadgeContainer p, ul.productList .productItem .saleBadgeContainer p, ul.productfeaturelist .productItemLast .saleBadgeContainer p, ul.productfeaturelist .productItem .saleBadgeContainer p {
          font-size: 12px;
          margin: 0;
          padding: 0; }
        ul.productList .productItemLast .saleBadgeContainer .bigPrice, ul.productList .productItem .saleBadgeContainer .bigPrice, ul.productfeaturelist .productItemLast .saleBadgeContainer .bigPrice, ul.productfeaturelist .productItem .saleBadgeContainer .bigPrice {
          font-size: 10px; }
        ul.productList .productItemLast .saleBadgeContainer img.buyNow, ul.productList .productItem .saleBadgeContainer img.buyNow, ul.productfeaturelist .productItemLast .saleBadgeContainer img.buyNow, ul.productfeaturelist .productItem .saleBadgeContainer img.buyNow {
          margin-right: 0;
          margin-top: 15px;
          width: 100%; } }
@media only screen and (max-width: 1300px) {
  table.mainFooter {
    margin: 20px 0 0;
    width: 80%;
    display: table;
    float: left; }
    table.mainFooter tbody {
      width: 100%; }
      table.mainFooter tbody tr {
        width: 100%; }
        table.mainFooter tbody tr td {
          font-size: 12px;
          margin: 0;
          padding: 0;
          display: block;
          float: left;
          width: 18%;
          padding-left: 2%; }
          table.mainFooter tbody tr td .title {
            color: #6caae4;
            font-size: 14px;
            margin-bottom: 5px;
            min-height: 40px; }
          table.mainFooter tbody tr td nav ul {
            list-style-type: none;
            color: #a5a9af;
            font-style: normal;
            font-weight: 100;
            padding: 0 0 50px;
            margin: 0; }
            table.mainFooter tbody tr td nav ul li {
              padding: 0;
              margin: 0; }
              table.mainFooter tbody tr td nav ul li a {
                color: #a5a9af;
                text-decoration: none;
                padding: 3px 0;
                display: block; }
                table.mainFooter tbody tr td nav ul li a:hover {
                  margin-left: 2px;
                  color: #6caae4; } }
@media only screen and (max-width: 1100px) {
  .wineBrands {
    width: 30%;
    display: block;
    float: left;
    margin: 40px 3% 0 0; }
    .wineBrands:nth-child(3n) {
      margin: 40px 0 0 0; }
    .wineBrands .brandHeightTop {
      min-height: 280px; }
      .wineBrands .brandHeightTop .brandLogo {
        margin: 0 auto 50px;
        display: block;
        width: 50%;
        height: 50px; }
        .wineBrands .brandHeightTop .brandLogo img {
          width: 100%; }
      .wineBrands .brandHeightTop p {
        width: 100%;
        margin: 0 auto; }
    .wineBrands .brandHeight {
      min-height: 300px; }
      .wineBrands .brandHeight .brandLogo {
        margin: 10px auto 50px;
        display: block;
        width: 50%;
        height: 50px; }
        .wineBrands .brandHeight .brandLogo img {
          width: 100%; }
      .wineBrands .brandHeight p {
        width: 100%;
        margin: 0 auto; }

  .quote {
    margin: 20px auto;
    width: 95%; }
    .quote span.bigText {
      margin-left: 0;
      float: none;
      display: inline;
      text-align: left; }
    .quote span.midText {
      display: inline;
      float: none;
      margin: 0;
      text-align: left; }

  .product-row .productSubmitInput {
    width: 50%; }

  ul.productList, ul.productfeaturelist {
    list-style-type: none;
    margin: 30px auto 0;
    padding: 0;
    width: 100%; }
    ul.productList .productItemLast .saleBadgeContainer .smallProdRght h4, ul.productList .productItem .saleBadgeContainer .smallProdRght h4, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdRght h4, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdRght h4 {
      margin-bottom: 0; } }
@media only screen and (max-width: 950px) {
  .webform {
    width: 75%; }

  .wineBrands {
    width: 47%;
    display: block;
    float: left;
    margin: 40px 3% 0 0; }
    .wineBrands:nth-child(2n) {
      margin: 40px 0 0 0; }
    .wineBrands:nth-child(3n) {
      margin: 40px 3% 0 0; }
    .wineBrands .brandHeightTop {
      min-height: 230px; }
      .wineBrands .brandHeightTop .brandLogo {
        margin: 0 auto 30px;
        display: block;
        width: 50%;
        height: 50px; }
        .wineBrands .brandHeightTop .brandLogo img {
          width: 100%; }
      .wineBrands .brandHeightTop p {
        width: 100%;
        margin: 0 auto; }
    .wineBrands .brandHeight {
      min-height: 230px; }
      .wineBrands .brandHeight .brandLogo {
        margin: 0 auto 30px;
        display: block;
        width: 50%;
        height: 50px; }
        .wineBrands .brandHeight .brandLogo img {
          width: 100%; }
      .wineBrands .brandHeight p {
        width: 100%;
        margin: 0 auto; }

  .footerContainer {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }

  table.mainFooter {
    width: 100%; }
    table.mainFooter tbody tr td {
      width: 17%;
      padding-left: 3%; }
      table.mainFooter tbody tr td nav ul {
        padding: 0; }

  nav.socialMedia {
    width: 30%; }

  .aboutSection {
    width: 95%;
    margin: 0 auto; }
    .aboutSection h1 {
      font-size: 18px; }
    .aboutSection p {
      font-size: 11px; }

  .winemakerPic {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px; }
    .winemakerPic img {
      width: 100%; }

  .winemakerBlurb {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block; }
    .winemakerBlurb p {
      font-size: 11px; }

  .winemakerPic2 {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto; }
    .winemakerPic2 img {
      width: 100%; }

  .winemakerBlurb2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block; }
    .winemakerBlurb2 p {
      font-size: 11px; }

  .aboutLeft {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block; }
    .aboutLeft p {
      font-size: 11px; }

  .aboutRight {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block; }
    .aboutRight img {
      width: 100%; }

  .joseLeft {
    float: none;
    width: 100%;
    margin: 0 auto; }
    .joseLeft p {
      font-size: 11px; }

  .joseRight {
    float: none;
    width: 100%;
    margin: 0 auto; }
    .joseRight img {
      width: 100%; }

  ul.productList .productItemLast, ul.productList .productItem, ul.productfeaturelist .productItemLast, ul.productfeaturelist .productItem {
    float: left;
    width: 48%;
    margin: 0 1% 20px 1%;
    border: 1px solid #a5a9af;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 0; }

  .eventsLeft {
    float: left;
    width: 67%;
    display: inline;
    margin-right: 5%; }
    .eventsLeft .eventItem {
      display: block;
      overflow: hidden;
      margin-bottom: 30px; }
      .eventsLeft .eventItem .h1 {
        display: block; }
      .eventsLeft .eventItem a {
        background-color: #6dabe4;
        padding: 10px 30px;
        color: #FFF;
        display: inline-block;
        text-transform: uppercase;
        font-size: 13px; }
        .eventsLeft .eventItem a:hover {
          background-color: #83b7e8; }
      .eventsLeft .eventItem .eventThumb {
        width: 95%;
        display: block;
        float: none;
        margin: 0 auto; }
      .eventsLeft .eventItem .eventDetails {
        width: 95%;
        float: none;
        display: block;
        margin: 0 auto; }

  .eventsRight {
    float: left;
    width: 28%;
    display: inline; }
    .eventsRight .h1 {
      display: block; }
    .eventsRight ol.blogsitesummary {
      margin: 0;
      padding: 0;
      margin-bottom: 20px; }
      .eventsRight ol.blogsitesummary li {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .eventsRight ol.blogsitesummary li a {
          display: block;
          background-color: #efefef;
          padding: 15px 30px;
          box-sizing: border-box;
          border-bottom: 1px solid #e2e2e2;
          color: #333;
          font-size: 13px; }
          .eventsRight ol.blogsitesummary li a:hover {
            background-color: #e2e2e2; }
        .eventsRight ol.blogsitesummary li span {
          display: none; }

  .related-view table tbody {
    width: 100%;
    display: block; }
    .related-view table tbody tr {
      width: 100%;
      display: block; }
      .related-view table tbody tr td.productItem {
        width: 42.5% !important; } }
@media only screen and (max-width: 850px) {
  .centreContainer {
    width: 95%; } }
@media only screen and (max-width: 700px) {
  .webform {
    width: 100%; }

  .topBar {
    padding-bottom: 10px;
    border-bottom: 1px rgba(165, 169, 175, 0.5) solid;
    overflow: hidden; }
    .topBar .topNav {
      width: 100%;
      float: left;
      overflow: hidden; }
      .topBar .topNav ul li a {
        font-size: 10px; }
    .topBar .floatRight {
      float: left;
      overflow: hidden;
      width: 95%;
      margin: 10px; }

  .wineBrands {
    width: 47%;
    display: block;
    float: left;
    margin: 40px 3% 0 0; }
    .wineBrands:nth-child(2n) {
      margin: 40px 0 0 0; }
    .wineBrands:nth-child(3n) {
      margin: 40px 3% 0 0; }
    .wineBrands .brandHeightTop {
      min-height: 270px; }
      .wineBrands .brandHeightTop .brandLogo {
        margin: 0 auto 30px;
        display: block;
        width: 50%;
        height: 50px; }
        .wineBrands .brandHeightTop .brandLogo img {
          width: 100%; }
      .wineBrands .brandHeightTop p {
        width: 100%;
        margin: 0 auto; }
    .wineBrands .brandHeight {
      min-height: 270px; }
      .wineBrands .brandHeight .brandLogo {
        margin: 0 auto 30px;
        display: block;
        width: 50%;
        height: 50px; }
        .wineBrands .brandHeight .brandLogo img {
          width: 100%; }
      .wineBrands .brandHeight p {
        width: 100%;
        margin: 0 auto; }

  .memberLeft {
    float: left;
    width: 90%;
    margin: 0 5%;
    display: block; }
    .memberLeft h3 {
      font-size: 12px; }

  .memberRight {
    float: left;
    width: 90%;
    margin: 0 5%;
    display: block; }

  .stores {
    width: 95%;
    margin: 0 auto;
    display: block; }
    .stores h1 {
      font-size: 16px; }
    .stores h2 {
      font-size: 14px; }
    .stores p {
      font-size: 10px; }
    .stores ul li {
      font-size: 10px; }

  h1.contact {
    width: 90%;
    margin: 20px auto 0; }

  .contactLeft {
    float: left;
    width: 90%;
    margin: 0 5%;
    display: block; }

  .contactRight {
    float: left;
    width: 90%;
    margin: 0 5%; }

  table.mainFooter {
    width: 100%; }
    table.mainFooter tbody tr td {
      font-size: 10px;
      width: 50%; }
      table.mainFooter tbody tr td .title {
        font-size: 12px;
        min-height: 20px; }
      table.mainFooter tbody tr td nav ul {
        padding: 0; }

  nav.socialMedia {
    width: 40%; }

  .buttonRow {
    width: 136%; } }
@media only screen and (max-width: 600px) {
  .fullBanner {
    display: none; }

  .mobileBanner {
    display: block; }

  .cycle-pager {
    display: none; }

  .maxWidthWrapper {
    width: 98%; }

  #Stage {
    display: none; }

  .newNav ul.topLevel {
    margin: 0;
    padding: 0; }
    .newNav ul.topLevel article {
      padding: 10px 20px;
      background-color: #08162a;
      color: #FFF;
      margin-top: 0;
      display: block;
      width: 100%;
      max-width: 1200px;
      z-index: 2000;
      margin-left: 0;
      margin-top: 140px; }
      .newNav ul.topLevel article .col1 {
        width: 50%;
        float: left;
        margin-top: 10px; }
        .newNav ul.topLevel article .col1 .header {
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 300;
          color: #6dabe4; }
        .newNav ul.topLevel article .col1 a {
          display: block;
          padding: 10px 0;
          background-color: #08162a; }
        .newNav ul.topLevel article .col1 ul {
          margin: 0;
          padding: 0; }
          .newNav ul.topLevel article .col1 ul li {
            margin: 0;
            padding: 0;
            width: 100%; }
            .newNav ul.topLevel article .col1 ul li a {
              height: 30px;
              padding: 10px 0;
              text-align: left;
              text-transform: uppercase;
              font-size: 13px; }
              .newNav ul.topLevel article .col1 ul li a:hover {
                background-color: #0c223f;
                color: #FFF; }
    .newNav ul.topLevel li {
      width: 100%; }
      .newNav ul.topLevel li.logoMenu {
        display: none; }
      .newNav ul.topLevel li a {
        height: 35px;
        margin: 0;
        color: #a5a9af;
        padding: 10px 0; }

  table.topRow {
    margin: 20px auto; }
    table.topRow tbody tr td a img {
      width: 80%;
      margin: 0 auto;
      display: block; }
    table.topRow tbody tr td.luna a img {
      width: 70%;
      margin: 0 auto;
      display: block; }

  table.bottomRow {
    margin: 20px auto; }
    table.bottomRow tbody tr td a img {
      width: 80%;
      margin: 0 auto;
      display: block; }

  .quote {
    margin: 20px auto;
    width: 95%; }
    .quote span.bigText {
      font-size: 30px; }
    .quote span.midText {
      font-size: 30px;
      line-height: 30px; }
    .quote span.littleText {
      font-size: 14px;
      line-height: 14px;
      margin-right: 5%; }

  footer {
    background-image: url(../img/footerTree2.jpg);
    height: 350px; }

  .badgeFooter {
    padding-top: 0px; }
    .badgeFooter ul {
      padding: 0; }
      .badgeFooter ul li {
        width: 50%;
        padding-bottom: 0; }
        .badgeFooter ul li a img {
          margin-left: 0; }

  .subscribe {
    padding-bottom: 15px; }
    .subscribe a {
      width: 102%;
      margin-left: 0; }
      .subscribe a img {
        width: 100%;
        margin-top: -3%; }

  .footerContainer {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }

  ul.productList .productItemLast, ul.productList .productItem, ul.productfeaturelist .productItemLast, ul.productfeaturelist .productItem {
    float: left;
    width: 98%;
    margin: 0 1% 20px 1%;
    padding-bottom: 0; }
    #largeProduct ul.productList .productItemLast, #largeProduct ul.productList .productItem, #largeProduct ul.productfeaturelist .productItemLast, #largeProduct ul.productfeaturelist .productItem {
      width: 100%; }
    ul.productList .productItemLast .saleBadgeContainer, ul.productList .productItem .saleBadgeContainer, ul.productfeaturelist .productItemLast .saleBadgeContainer, ul.productfeaturelist .productItem .saleBadgeContainer {
      width: 100%;
      display: block;
      padding: 0;
      position: relative; }
      ul.productList .productItemLast .saleBadgeContainer .smallProdLeft, ul.productList .productItem .saleBadgeContainer .smallProdLeft, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdLeft, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdLeft {
        float: left;
        width: 30%;
        margin: 5px 5%; }
        ul.productList .productItemLast .saleBadgeContainer .smallProdLeft img, ul.productList .productItem .saleBadgeContainer .smallProdLeft img, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdLeft img, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdLeft img {
          width: 100%; }
      ul.productList .productItemLast .saleBadgeContainer .smallProdRght, ul.productList .productItem .saleBadgeContainer .smallProdRght, ul.productfeaturelist .productItemLast .saleBadgeContainer .smallProdRght, ul.productfeaturelist .productItem .saleBadgeContainer .smallProdRght {
        float: left;
        width: 55%;
        margin-top: 70px; }
      ul.productList .productItemLast .saleBadgeContainer .saleBadge, ul.productList .productItem .saleBadgeContainer .saleBadge, ul.productfeaturelist .productItemLast .saleBadgeContainer .saleBadge, ul.productfeaturelist .productItem .saleBadgeContainer .saleBadge {
        width: 30%;
        position: absolute;
        display: none;
        top: 0;
        right: 0; }
        ul.productList .productItemLast .saleBadgeContainer .saleBadge img, ul.productList .productItem .saleBadgeContainer .saleBadge img, ul.productfeaturelist .productItemLast .saleBadgeContainer .saleBadge img, ul.productfeaturelist .productItem .saleBadgeContainer .saleBadge img {
          width: 100%; }
      ul.productList .productItemLast .saleBadgeContainer .awardWinning, ul.productList .productItem .saleBadgeContainer .awardWinning, ul.productfeaturelist .productItemLast .saleBadgeContainer .awardWinning, ul.productfeaturelist .productItem .saleBadgeContainer .awardWinning {
        width: 30%;
        position: absolute;
        display: none;
        top: 0;
        right: 0; }
        ul.productList .productItemLast .saleBadgeContainer .awardWinning img, ul.productList .productItem .saleBadgeContainer .awardWinning img, ul.productfeaturelist .productItemLast .saleBadgeContainer .awardWinning img, ul.productfeaturelist .productItem .saleBadgeContainer .awardWinning img {
          width: 100%; }
      ul.productList .productItemLast .saleBadgeContainer h4, ul.productList .productItem .saleBadgeContainer h4, ul.productfeaturelist .productItemLast .saleBadgeContainer h4, ul.productfeaturelist .productItem .saleBadgeContainer h4 {
        height: 60px; }
      ul.productList .productItemLast .saleBadgeContainer p, ul.productList .productItem .saleBadgeContainer p, ul.productfeaturelist .productItemLast .saleBadgeContainer p, ul.productfeaturelist .productItem .saleBadgeContainer p {
        font-size: 12px;
        margin: 0;
        padding: 0; }
      ul.productList .productItemLast .saleBadgeContainer .bigPrice, ul.productList .productItem .saleBadgeContainer .bigPrice, ul.productfeaturelist .productItemLast .saleBadgeContainer .bigPrice, ul.productfeaturelist .productItem .saleBadgeContainer .bigPrice {
        font-size: 10px; }
      ul.productList .productItemLast .saleBadgeContainer img.buyNow, ul.productList .productItem .saleBadgeContainer img.buyNow, ul.productfeaturelist .productItemLast .saleBadgeContainer img.buyNow, ul.productfeaturelist .productItem .saleBadgeContainer img.buyNow {
        margin-right: 0;
        margin-top: 15px;
        width: 100%; }

  .wineBrands {
    width: 95%;
    display: block;
    float: left;
    margin: 40px 3% 0 0; }
    .wineBrands:nth-child(2n) {
      margin: 40px 3% 0 0; }
    .wineBrands:nth-child(3n) {
      margin: 40px 3% 0 0; }
    .wineBrands .brandHeightTop {
      min-height: 220px; }
      .wineBrands .brandHeightTop .brandLogo {
        margin: 0 auto 30px;
        display: block;
        width: 50%;
        height: 90px; }
        .wineBrands .brandHeightTop .brandLogo img {
          width: 100%; }
      .wineBrands .brandHeightTop p {
        width: 100%;
        margin: 0 auto; }
    .wineBrands .brandHeight {
      min-height: 220px; }
      .wineBrands .brandHeight .brandLogo {
        margin: 0 auto 30px;
        display: block;
        width: 50%;
        height: 50px; }
        .wineBrands .brandHeight .brandLogo img {
          width: 100%; }
      .wineBrands .brandHeight p {
        width: 100%;
        margin: 0 auto; }

  ul.block50points {
    margin: 0;
    padding: 0; }
    ul.block50points li {
      list-style-type: none; }

  .topBanner {
    width: 100%; }
    .topBanner img {
      width: 100%; }

  .brandBodyCopy {
    width: 90%; }
    .brandBodyCopy p {
      font-size: 12px; }

  .tasting {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    color: #a5a9af; }
    .tasting h2 {
      font-size: 18px; }

  .accordion {
    width: 95%;
    margin: 0 auto; }
    .accordion ul article .tabBlock .tabBlock-pane h1 {
      font-size: 14px;
      line-height: 14px; }
    .accordion ul article .tabBlock .tabBlock-pane h2 {
      font-size: 12px;
      line-height: 20px; }
    .accordion ul article .tabBlock .tabBlock-pane div {
      font-size: 11px;
      line-height: 18px; }
    .accordion ul li a {
      font-size: 12px;
      line-height: 16px;
      padding: 20px 40px; }

  .vintageButtons {
    margin-top: 20px;
    margin-bottom: 10px; }
    .vintageButtons a {
      width: 47.5%;
      margin-right: 2%;
      margin-bottom: 2%; }

  .medalcontainer .medalBottle {
    width: 60%; }
  .medalcontainer .medalGrapic {
    width: 100%; }

  .eventsLeft {
    width: 100%;
    margin-right: 0; }
    .eventsLeft h1 {
      width: 95%;
      margin: 20px auto 10px;
      display: block; }
    .eventsLeft .eventItem .eventThumb {
      width: 95%;
      display: block;
      float: none;
      margin: 0 auto; }
    .eventsLeft .eventItem .eventDetails {
      width: 95%;
      float: none;
      margin: 0 auto; }

  .eventsRight {
    float: none;
    width: 90%;
    display: block;
    margin: 0 auto; }

  .derailView {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 20px; }
    .derailView .eventLarge {
      width: 100%;
      margin-right: 2%;
      float: left;
      display: inline; }
    .derailView .detailRight {
      width: 100%;
      float: left;
      display: inline;
      margin-right: 2%; }
      .derailView .detailRight p {
        display: block; }
        .derailView .detailRight p span {
          width: 16%;
          display: inline-block;
          font-style: oblique; }
      .derailView .detailRight a {
        background-color: #6dabe4;
        padding: 10px 30px;
        color: #FFF;
        display: inline-block;
        text-transform: uppercase;
        font-size: 13px; }
        .derailView .detailRight a:hover {
          background-color: #83b7e8; }

  .post-list {
    width: 95%;
    margin: 0 auto;
    float: none;
    display: block; }
    .post-list .blog-post .post-title {
      font-size: 18px;
      margin-bottom: 0; }
    .post-list .blog-post .post-details {
      font-size: 12px; }
    .post-list .blog-post .post-body img {
      width: 100%; }

  .side-panel {
    width: 95%;
    float: none;
    margin: 0 auto;
    display: block; }

  .blog-container h1 {
    width: 95%;
    margin: 20px auto 0;
    display: block; }

  .tradeLeft {
    float: none;
    width: 95%;
    margin: 0 auto;
    display: block; }

  .tradeRight {
    float: none;
    width: 95%;
    margin: 0 auto;
    display: block; }

  .largeProductImage {
    width: 25%;
    float: none;
    margin: 20px auto; }
    .largeProductImage img {
      width: 100%; }

  .largeProductDetail {
    width: 95%;
    float: none;
    margin: 0 auto; }

  .item-description img {
    width: 100%; }
  .item-description .text h2 {
    margin: 20px 0 0; }
  .item-description .text h3 {
    margin: 20px 0 0; }

  .product-row .productSubmitInput {
    width: 100%; }

  .related-view table tbody {
    width: 100%;
    display: block; }
    .related-view table tbody tr {
      width: 100%;
      display: block; }
      .related-view table tbody tr td.productItem {
        float: left;
        width: 95% !important;
        margin: 0 2.5% 40px;
        border: 1px solid #a5a9af !important;
        box-sizing: border-box;
        overflow: hidden;
        background-color: #FFF; } }
@media only screen and (max-width: 500px) {
  .wineBrands .brandHeight .brandLogo {
    height: 50px; }

  .btn-group .btn {
    margin-top: 10px; } }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
