/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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.
 */

/*  SIPPERY / ECELLARDOOR OVERRIDES  */

/* Remove the blue outline on Chrome */
*:focus {
    outline: none;
}

.joinButton.hide{display:none ! important; visibility:hidden ! important;}
#debugOFF{display:block; padding:10px; width:100%; background-color:light-gray; border:1px solid gray;}
#debug{display:none; visibility:hidden; padding:10px; width:100%; background-color:light-gray; border:1px solid gray;}

div.greyed2{   
    background-image: url("../img/bg-greyed-08.png");
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding:16px 16px;
    background-repeat: repeat;
    }

div.forgotPass{margin-top:12px;}

.forgotPass span, .forgotPass a{font-size:13px ! important;}
.forgotPass a{color:#e98b1c ! important;} 
form.greyed{padding:0;}
form.greyed input.sub1, div.greyed2 button{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:14px 54px; 
    margin-top:8px;
    background: #e98b1c;
    border: 1px solid #e98b1c;
  }

div.slideError{border:none; padding:2px 0 0 0; margin:6px 0 0 0; display:none; color:#ee0606; font-size:13px ! important; width: 220px; line-height:13px;}
div.slideError p.OK{color:black ! important;}
#joinError p{margin:0;}
.loginjoin input.error, .loginjoin select.error, .loginjoin input[type="text"].error, .loginjoin input[type="password"].error, .loginjoin input[type="email"].error, .loginjoin input[type="phone"].error{
    border:1px solid #ee0606;
    background-color: #FFF;
    }

.members ul li{vertical-align:top;}

#ssp img{width:16px; height:16px;}

#top{position:fixed; bottom:20px; right:20px; display:none; color: #e98b1c; font-size:30px; text-decoration: none; z-index:20000;}

.prodPrice{
  font-family: "alternate-gothic-no-1-d", Arial, Sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  padding-top:4px;
  }

      .morecontent span {
          display: none;
      }

      div.menuDivSpacer{display:none ! important;}
      div.g1{display:none;}
      span.red{font-size:1em ! important;}
      fieldset{margin:0 2px 1.4em 2px}

      ul.tabs.picker_tabs li a{background: transparent; background-color:transparent; border:none ! important;}
      ul.tabs.picker_tabs{background: transparent; background-color:transparent; border:none ! important;}

      /* div.cartActions.hidden{display:inline-block ! important;} */
      .inYourCartSubtext{margin-bottom:3px;}
      #cartSub{vertical-align:top;}

      #filterHeader{display:none; visibility:hidden;}
      .productTitle .wineName, .productTitle .vintage{
        font-family: "alternate-gothic-no-1-d", Arial, Sans-serif;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 24px;}

        #emptySelectionMessage{margin-top: 18px;}
        input[type="text"], input[type="password"], input[type="email"], input[type="phone"], input[type="number"], textarea, select {
          font-size:16px ! important; 
          padding:6px;
          -moz-border-radius:0px;
          -webkit-border-radius:0px;
          border-radius:0px;
          -moz-box-shadow:inset 0 0 0px #ccc;
          -webkit-box-shadow:inset 0 0px 0px #ccc;
          box-shadow:inset 0px 0px #ccc;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
        };


/*      .productTitle{
        background-image: url("../img/bg-paper-repeat.jpg");
        }
*/
      
      .wine.item{border:none;}
      #wine_portfolio{background-color:white; border:none; padding:0; }

      .wine.item .productTitle{font-weight:400; border-bottom:none; background-color:white;}

button, button.picker, input[type="submit"], input[type="button"]{
  background: #000;
  border: 1px solid #000;
  padding: 5px 5px;
  margin: 0px;
  text-transform: uppercase;
  color: #FFF;
  font-family: "proxima-nova", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size:0.85em;
  -moz-transition: border 0.3s, background 0.3s;
  -webkit-transition: border 0.3s, background 0.3s;
  -o-transition:  border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover{
  background: #e98b1c;
  border: 1px solid #e98b1c;
  }

.inYourCartSubtext {
  background: #e98b1c;
  font-family: "proxima-nova", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  }

.w80px{width:80px ! important;}
.w201px{width:201px ! important;}


.backVintageTNs {
    text-decoration: underline;
    color: #e98b1c;
  }

.notice.success, .notice.warning {
    background-image: url("../img/bg-paper-repeat.jpg");
    background-position: center top;
    overflow: hidden;
    margin: 0;
    text-align: left;
    font-size: 1em;
    line-height: 1.2em;
    padding: 1em;
    font-weight: 400;
    color:#000;
    border-color: #e98b1c;
    margin-bottom: 18px;
}

code{
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size:0.9em;
  border:1px solid #e98b1c;
  padding:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  color:#e98b1c;
  }
      
a, a:hover, a:focus {
    color: #e98b1c;
  }

a.button, input[type="submit"] {color:#fff; background:#000; background-color: #000;}

ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}

li{margin:0 0 0 0; padding:0 0 0 0;}


      /* #Basic Styles OVERRIDE
      ================================================== */
        body {
          background: #fff;



        font-family: "proxima-nova", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        -ms-text-size-adjust: 100%;
        /* 2 */
        -webkit-text-size-adjust: 100%;
        /* 2 */ 

        line-height:1.4;


          color: #222;
          -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
          -webkit-text-size-adjust: 100%;
       }

       li, .footNav h3 {line-height:1.4;}

      /* #Typography OVERRIDE
      ================================================== */
        h1, h2, h3, h4, h5, h6 {
          color: #181818;
          font-family: "proxima-nova", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
          -ms-text-size-adjust: 100%;
          /* 2 */
          -webkit-text-size-adjust: 100%;
          /* 2 */ 
          font-weight: normal; }



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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, hr.loginPanel {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

hr.loginPanel{margin:1.4em 0; border-top:1px solid #999;}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
 */

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: "proxima-nova", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  -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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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: white;
  background: xxx;
  /* 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"] {
  /* 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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;
  border: 1px solid #c0c0c0;
  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; }

img {
  width: 100%; }

* {
  box-sizing: border-box; }

a, a.visited, a:visited, a:hover, a.hover {
  color: #e98b1c; }

h1 {
  font-family: "alternate-gothic-no-1-d", Arial, Sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400; }

h2,
h3,
h4 {
  text-transform: uppercase;
  color: #e98b1c; }

body.homepage {
  background-image: url("../img/bg-paper-repeat.jpg");
  background-position: center top; }

.maxWidth {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  position: relative; }

.maxWidthQl {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.mainNav {
  display: table;
  margin: 0 auto;
  padding: 27px 0 22px; }
  .mainNav ul {
    margin: 0;
    padding: 0; }
    .mainNav ul li {
      padding: 0;
      display: inline-block; 
      vertical-align: top;}
    .mainNav ul li.lh1 {line-height:1;}

      .mainNav ul li.cartIcon {
        background-image: url("../img/speech-bubble-blk.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 55px;
        height: 56px; }
      .mainNav ul li a, .mainNav ul li a button.picker {
        text-decoration: none;
        text-transform: uppercase;
        font-family: "alternate-gothic-no-1-d", Arial, Sans-serif;
        font-weight: 400;
        color: #000;
        font-size: 28px;
        display: inline-block;
        padding: 20px 5px 2px; }
      .mainNav ul li a.blk{padding-top:10px; margin-top:10px;}
      .mainNav ul li.sel a {
        border-bottom: 2px solid black;
        }

.topWrapper {
  position: relative; }

.homepageTagline {
    display:none;
  text-align: center;
  font-family: "clarendon-text-pro";
  font-weight: 400;
  font-size: 45px;
  letter-spacing: -2px;
  padding: 15px 0; }

header {
  position: relative;
  background-image: url("../img/bg-paper-repeat-orange.jpg"); }

header.homepage  {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 5000;
    overflow: visible; }

.paperH1 {
  background-image: url("../img/bg-paper-repeat.jpg");
  background-position: center top;
  overflow: hidden;
    margin-top:0;
    text-align: center;
  font-size: 30px;
  line-height: 30px;
  padding: 22px 0 16px;
  font-weight: 400;
  color: #e98b1c;
}

.homepageLogo {
  width: 180px;
  margin: 10px auto; }

.internalLogo {
  position: absolute;
  left: 0;
  top: 20px;
  width: 150px; }

.members {
  position: absolute;
  right: 0;
  top: 25px; }
  .members ul li {
    display: inline-block;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    width: 67px;
    height: 67px; }
    .members ul li.joinButton {
      background-image: url("../img/speech-bubble-blk.png"); }
      .members ul li.joinButton a {
        color: #FFF; }
    .members ul li.loginButton {
      background-image: url("../img/speech-bubble-wht.png"); }
      .members ul li.loginButton a {
        color: #000; }

.mainContent {
  position: relative;
  z-index: 5000; }

.mainContent.homePage {
  position: relative;
  z-index: 100; }

.quickLinks ul {
  margin: -130px 0 0;
    text-align:center;
  padding: 0; }
  .quickLinks ul li {
    float: left;
    width: 45%;
    margin: 0 0.8%;
    display: inline-block; }
  .quickLinks ul li.single {
    float:none;
    width: 70%;
    margin: 0 auto;
    display: inline-block; }

    .quickLinks ul li:last-child {
      margin-right: 0; }
    .quickLinks ul li a {
      display: block;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 10px;
      text-decoration: none;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .quickLinks ul li a.nopadding {padding:0;}
      .quickLinks ul li a .price {
        display: block;
        text-align: center;
        font-family: "proxima-nova", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
          
        font-size: 16px;
        margin: 7px 0;
        color: #000; }
      .quickLinks ul li a .buyNow {
        color: #fff;
        text-transform: uppercase;
        width: 60%;
        background-color: #000;
        border: 0;
        margin: 5px auto 5px;
        display: block;
        padding: 4px 0; }
      .quickLinks ul li a:hover {
        opacity: 0.6; }

.homepageTagline{color:#222;}

.imageConteiner {
  background-image: url("../img/foot-graphic-home.jpg");
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 150px;
  margin: 30px 0 0;
  min-height: 100px; }

.imageConteiner.A {padding-bottom: 0;}

.imageConteinerPaper{background-image: url("../img/bg-paper-repeat.jpg");  background-size: cover;
  background-position: bottom center;
  padding-bottom: 150px;
  margin: 0px 0 0;
  min-height: 100px; }


.imageConteiner .hompageContent {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px 0; }

.imageConteiner .hompageContent h1 {
      color: #fff;
      margin-top: 0;
      margin-bottom: 0; }

.imageConteiner.mt30{
  margin-top:30px;
}

.shopLeft {
  width: 30%;
  float: left;
  display: inline-block; }

.shopRight {
  width: 68%;
  float: left;
  margin-left: 2%;
  display: inline-block; }

.productContainer {
  width: 49%;
  float: left;
  margin-right: 2%;
  display: inline-block;
  margin-bottom: 50px; }
  .productContainer:nth-child(2n) {
    margin-right: 0; }
  .productContainer .bottleImage {
    width: 20%;
    float: left; }
  .productContainer .productInfo {
    width: 75%;
    float: left;
    margin-left: 5%; }
    .productContainer .productInfo .productTitle {
      font-family: "alternate-gothic-no-1-d", Arial, Sans-serif;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 24px; }
    .productContainer .productInfo .price {
      font-family: "alternate-gothic-no-1-d", Arial, Sans-serif;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 24px; }
    .productContainer .productInfo .qty input[type="text"] {
      width: 45px;
      float: left;
      padding: 5px 5px; }
    .productContainer .productInfo .qty input[type="submit"] {
      background-color: #000;
      border: 1px solid #000;
      padding: 5px 8px;
      margin-left: 8px;
      text-transform: uppercase;
      color: #FFF; }
      .productContainer .productInfo .qty input[type="submit"]:hover {
        background-color: #e98b1c;
        border: 1px solid #e98b1c; }
    .productContainer .productInfo .qty ul li {
      list-style-type: none;
      float: left;
      background-color: #000;
      color: #fff;
      width: 32px;
      height: 32px;
      line-height: 0;
      padding: 16px 8px;
      /* text-align: center; */
      border-radius: 50%;
      margin-left: 5px; }
    .productContainer .productInfo .pdfLinks {
      margin-top: 10px; }
      .productContainer .productInfo .pdfLinks a {
        display: inline-block;
        padding: 5px 0;
        color: #000;
        margin-right: 5px;
        text-decoration: none; }
        .productContainer .productInfo .pdfLinks a:hover {
          color: #e98b1c;
          text-decoration: underline; }

footer {
  background-image: url("../img/bg-paper-repeat.jpg");
  position: relative;
  color: #fff; }
  footer .footLeft {
    float: left;
    width: 68%;
    margin-right: 2%;
    padding-bottom: 20px; }
    footer .footLeft .footNav {
      float: left;
      width: 23.5%;
      margin-right: 2%;
      display: inline-block; }
      footer .footLeft .footNav:last-child {
        margin-right: 0; }
      footer .footLeft .footNav h3 {
        font-weight: 700;
        margin: 0;
        padding: 0;
        font-size: 13px; }
      footer .footLeft .footNav ul {
        margin: 0;
        padding: 0; }
        footer .footLeft .footNav ul li {
          padding: 0;
          margin: 0;
          list-style-type: none; }
          footer .footLeft .footNav ul li a {
            padding: 0;
            color: #FFF;
            text-decoration: none;
            margin-top: 0.4em;
            line-height: 1.1em;
            font-size: 13px;
            display: block; }
            footer .footLeft .footNav ul li a:hover {
              color: #e98b1c; }
  footer .footerBottomPanel {
    text-align: center;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 0; }
    footer .footerBottomPanel a {
      color: #fff; }
  footer .footRight {
    float: left;
    width: 30%; }

.footerTopPanel {
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  padding: 20px 0 0; }

.legals {
  text-align: right;
  font-size: 11px;
  display: block;
  width: 80%;
  float: right;
  margin: 10px 0; }

.socialIcons ul {
  margin: 0;
  padding: 0;
  float: right;
  display: block; }
  .socialIcons ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 41px;
    height: 41px;
    background-image: url("../img/speech-bubble-wht.png");
    background-size: contain;
    background-repeat: no-repeat; }
    .socialIcons ul li a {
      display: block;
      padding: 7px 9px 0 11px; }

.tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table; }

.tabBlock {
  margin: 0; }
  .tabBlock ul {
    margin: 0;
    padding: 0; }

ul.tabs.picker_tabs li a{font-size:20px;  color: #e98b1c;}
ul.tabs.picker_tabs li{padding:4px 10px 1px; margin: 0 -2px 1px 0;}
ul.tabs.picker_tabs li a{color:black;}
ul.tabs.picker_tabs li.current a {color:#e98b1c;}
.tab-content{border:none;}

button.picker{background-color:transparent; border:none; color:black; text-transform: none; font-size:1em; margin-bottom:0; font-weight:300; padding:2px 0;}
button.picker.inset{font-weight:400;}
button.picker:hover{background-color:transparent; border:none; color:#e98b1c;}

.tabBlock-tab, .picker_tabs li {
  background-color: #FFF;
  font-size: 20px;
  color: #e98b1c;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-1-d", Arial, Sans-serif;
  color: #000;
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  padding: 8px 10px;
  margin-bottom: 0px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }
  .tabBlock-tab.is-active, .picker_tabs li.current {
    border-bottom: 0;
    color: #e98b1c;
    z-index: 1;
    background-color: #FFF;
    background-image: url("../img/bg-paper-repeat.jpg"); }

.tabBlock-content, .tab-content {
  background-image: url("../img/bg-paper-repeat.jpg");
  background-color: #fff;
  padding: 10px 20px; }

.tabs ul li {
  list-style-type: none; }
  .tabs ul li a {
    color: #000;
    text-decoration: none; }
    .tabs ul li a:hover {
      color: #e98b1c; }


.members .sipInfo {display:block;}
.sipInfo {display:none;}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 950px) {
  .productContainer {
    width: 100%;
    margin: 0 0 40px; }
    .productContainer .bottleImage {
      max-width: 63px; } }

@media only screen and (max-width: 800px) {
  .quickLinks ul {
    margin-top: -145px; }
    .quickLinks ul li {
      float: left;
      width: 48%;
      margin: 0 0.8%;
      display: inline-block;
      margin-bottom: 20px; }
    .quickLinks ul li.single {
        float:none;
      width: 70%;
      margin: 0 auto;
      display: inline-block;
      margin-bottom: 20px; }
      .quickLinks ul li:nth-child(2n) {
        margin-right: 0; }
    .sipInfo {display:block;}
    .members .sipInfo {display:none;}
  .shopRight,
  .shopLeft {
    width: 48%;
    margin: 0 2% 0 0; }
  .mainNav ul {
    margin-top: 0px; }
    .mainNav ul li.cartIcon {
      width: 40px;
      height: 42px; }
    
    .mainNav ul li a {
      text-decoration: none;
      text-transform: uppercase;
      font-family: "alternate-gothic-no-1-d", Arial, Sans-serif;
      font-weight: 400;
      color: #000;
      font-size: 18px;
      padding-top:3px;
      display: inline-block;
      padding: 10px 3px; }
    .homepage .mainNav ul li a {
      font-size: 16px;
}
  .members {
    position: absolute;
    right: -15px;
    top: -9px; 
    overflow-x:hidden;}
    .members ul li {
      display: inline-block;
      background-size: cover;
      background-size: contain;
      background-repeat: no-repeat;
      width: 45px;
      height: 45x; }
      .members ul li.joinButton {
        background-image: url("../img/speech-bubble-blk.png"); }
        .xmembers ul li.joinButton a {
          color: #FFF; 
          font-size:16px;
          padding-top:7px;
          }
      .members ul li.loginButton {
        background-image: url("../img/speech-bubble-wht.png"); }
        .xmembers ul li.loginButton a {
          color: #000; 
          font-size:16px;
          padding-top:7px;
          }
    
    .homepageTagline{
        display:none;
    font-size: 30px;
    letter-spacing: -1px;
    padding: 10px 0; }
    
  .homepageLogo {
    width: 120px; }
  footer .footLeft {
    width: 100%; }
  footer .footRight {
    width: 100%; }
  .legals {
    text-align: center;
    width: 100%; }
  .socialIcons {
    display: table;
    margin: 10px auto; }
  .internalLogo {
    position: relative;
    left: 0;
    top: 20px;
    margin: auto;
    width: 99px; } }

@media only screen and (max-width: 670px) {
  .shopLeft,
  .shopRight {
    width: 100%;
    margin: 20px 0; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none;}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.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:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:after,
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:after,
  *:before,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }


.imageConteiner {
  margin: 0 0 0 0;
}