/* CSS Document */
/* ====================================================================================================
	Table of Content

	Misc Inlcudes
	Variables
	1. Typography - Copy into admin.css
	2. Header
	3. Navigation
		a. Navigation
		b. Sub Navigation
	4. Content
		a. Homepage Styles
		b. Page Styles
	5. Blog
	6. Print
	7. Buttons
	8. Footer
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?-4xo876");
  src: url("../font/icomoon.eot?#iefix-4xo876") format("embedded-opentype"), url("../font/icomoon.woff?-4xo876") format("woff"), url("../font/icomoon.ttf?-4xo876") format("truetype"), url("../font/icomoon.svg?-4xo876#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search-1:before {
  content: "\f002"; }

.icon-phone-1:before {
  content: "\f095"; }

.icon-mail:before {
  content: "\f0e0"; }

.icon-acrobat:before {
  content: "\f1c1"; }

.icon-down-bold:before {
  content: "\e60a"; }

.icon-up-bold:before {
  content: "\e60b"; }

.icon-comments:before {
  content: "\e60c"; }

.icon-clock:before {
  content: "\e60e"; }

.icon-link:before {
  content: "\e60d"; }

.icon-location:before {
  content: "\e609"; }

.icon-menu:before {
  content: "\e600"; }

.icon-yelp:before {
  content: "\e608"; }

.icon-facebook:before {
  content: "\e601"; }

.icon-gplus:before {
  content: "\e602"; }

.icon-instagram:before {
  content: "\e607"; }

.icon-pinterest:before {
  content: "\e603"; }

.icon-twitter:before {
  content: "\e604"; }

.icon-vimeo:before {
  content: "\e605"; }

.icon-youtube:before {
  content: "\e606"; }

/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff url(../nivo/loading.gif) no-repeat 50% 50%; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  cursor: hand;
  background-color: #fff;
  filter: alpha(opacity=0);
  /*non ie*/
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../nivo/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

a.nivo-prevNav {
  left: 15px; }

a.nivo-nextNav {
  background-position: -30px 0px;
  right: 15px; }

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

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../nivo/bullets.png) no-repeat;
  color: transparent;
  border: 0;
  margin: 0 2px;
  cursor: pointer; }

.nivo-controlNav a.active {
  background-position: 0 -22px; }

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

/*   ===================================================================================================
     1. Typography - These get copied into the admin.css
======================================================================================================== */
html {
  font-size: 90%; }

body {
  /* background-color: #000; */
  color: #f1f1f1;
  font-family: "Cormorant Garamond", serif;
  /* background: url("/assets/images/stone-wall-bg-v2.jpg"); */
  background: #404040 !important;
  background-attachment: fixed; }

h1, h2, h3, h4, h5, h6 {
  color: #ffcd05;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  margin: 0; }

h1 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.8em;
  line-height: 1.3333333333333333;
  margin-bottom: 0.6666666666666666em; }

h3 {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-size: 1.25em;
  line-height: 1.1428571428571428;
  margin-bottom: 1.1428571428571428em; }

h5 {
  font-size: 1.125em;
  line-height: 1.3333333333333333;
  margin-bottom: 1.3333333333333333em; }

h6 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em; }

.v65-title {
  color: #ffcd05;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8em;
  line-height: 1;
  margin-bottom: 0.5em; }

.v65-subtitle {
  color: #ffcd05;
  font-size: 1.25em;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  margin-bottom: 1em; }

p, blockquote {
  margin: 0 0 1.5em;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700; }

div, strong {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700; }

dl, ol, ul {
  margin: 0 0 1.5em; }

dd, dt, li {
  line-height: 1.5;
  margin: 0; }

a {
  color: #ffcd05;
  text-decoration: none;
  line-height: 1.5; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }

img {
  border: none;
  height: auto !important;
  max-width: 100%; }

form {
  margin-bottom: 1em; }

legend {
  color: #f1f1f1; }

hr {
  background-color: #f1f1f1;
  border: 0;
  color: #f1f1f1;
  height: 1px; }

a[name=footerNav] {
  display: none !important; }

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  z-index: 10;
  background: rgba(35, 35, 35, 0.7);
  height: 92px;
  position: fixed; }
  @media screen and (max-width: 767px) {
    header.primary {
      height: 53px;
      margin-bottom: 2em; } }

.social-links {
  float: right;
  position: absolute;
  top: 30px;
  right: 20px; }
  @media screen and (max-width: 767px) {
    .social-links {
      top: 15px; } }
  .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .social-links ul li {
      display: inline-block;
      padding: 0;
      margin-left: 7px;
      cursor: pointer; }
      @media screen and (max-width: 400px) {
        .social-links ul li {
          margin-left: 4px;
          width: 20px; } }

@media screen and (max-width: 330px) {
  #v65-modalCart #v65-toggleModalCart {
    width: 55%; } }

@media screen and (max-width: 580px) {
  .v65-yourAccount, .v65-editProfile {
    right: 30%;
    border-right: 1px solid #000; } }
@media screen and (max-width: 400px) {
  .v65-yourAccount, .v65-editProfile {
    right: 33%; } }
@media screen and (max-width: 330px) {
  .v65-yourAccount, .v65-editProfile {
    width: 25%; } }

@media screen and (max-width: 580px) {
  .v65-login, .v65-logout {
    right: 30%;
    border-right: 1px solid #000; } }
@media screen and (max-width: 400px) {
  .v65-login, .v65-logout {
    right: 33%; } }
@media screen and (max-width: 330px) {
  .v65-login, .v65-logout {
    width: 20%; } }

#v65-modalCart {
  top: 14px; }
  @media screen and (max-width: 580px) {
    #v65-modalCart {
      top: 22px; } }

@media screen and (max-width: 580px) {
  #user-tools {
    border-bottom: 1px solid #000;
    background: rgba(35, 35, 35, 0.7);
    border-top: 1px solid #000; } }
@media screen and (min-width: 581px) {
  #user-tools {
    top: 94px;
    right: 10px; } }
@media screen and (max-width: 767px) {
  #user-tools {
    top: 53px; } }
#user-tools a {
  color: #ffcd05; }
  @media screen and (max-width: 580px) {
    #user-tools a {
      font-size: 14px; } }

@media screen and (max-width: 580px) {
  #v65-modalCartDropdown {
    top: 3em; } }

.logo {
  background-image: url("/assets/images/logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  width: 165px;
  height: 100px;
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  margin-bottom: 0; }
  .logo.errorLogo {
    float: none; }
  @media screen and (max-width: 767px) {
    .logo {
      width: 125px;
      height: 43px;
      margin-top: 5px; } }
  @media screen and (min-width: 768px) {
    .logo {
      float: left;
      margin-bottom: 0; } }

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
.menu-icon:hover .mainMenu {
  display: block; }

/* ----- a. Main Menu ----- */
.mainMenu {
  text-transform: uppercase;
  position: relative;
  z-index: 301;
  display: none;
  position: absolute;
  top: 30px;
  background: rgba(35, 31, 32, 0.7);
  width: 170px;
  padding: 4px 0 4px 0 !important; }
  .mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    @media screen and (min-width: 768px) {
      .mainMenu ul {
        text-align: left; } }
    .mainMenu ul ul {
      display: none; }
  .mainMenu li {
    padding: 0;
    position: relative;
    display: block !important; }
    @media screen and (max-width: 767px) {
      .mainMenu li {
        margin: 0 10px; } }
    @media screen and (min-width: 768px) and (max-width: 819px) {
      .mainMenu li {
        margin: 0 0 0 35px; } }
    @media screen and (min-width: 820px) {
      .mainMenu li {
        margin: 0;
        text-align: left; } }
    .mainMenu li:first-child {
      margin-left: 0; }
    .mainMenu li:hover ul {
      display: none; }
    .mainMenu li li {
      display: none;
      float: none;
      margin: 0;
      text-align: left;
      width: 180px; }
      .mainMenu li li a {
        color: #575757;
        display: block;
        height: 28px;
        line-height: 28px;
        margin: 0;
        padding: 0 0 0 10px;
        text-align: left;
        text-transform: none;
        width: 170px; }
        .mainMenu li li a:hover {
          color: #000; }
  .mainMenu a {
    color: #ffcd05;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 16px; }
    .mainMenu a:hover {
      color: #ffffff;
      text-decoration: none; }
  .mainMenu .v65-pageAParent {
    color: #ffffff; }
  .mainMenu .v65-home {
    display: none !important; }
  .mainMenu .v65-selected {
    color: #ffffff;
    font-weight: bold; }
  .mainMenu .footerMenuLink {
    bottom: 0;
    font-size: 1.5em;
    position: absolute;
    right: 0; }
    @media screen and (max-width: 450px) {
      .mainMenu .footerMenuLink {
        display: block; } }
    @media screen and (min-width: 451px) {
      .mainMenu .footerMenuLink {
        display: none; } }

/* ----- b. Sub Menu ----- */
.subMenu {
  margin-bottom: 0;
  margin-top: 6%;
  background: rgba(35, 35, 35, 0.7); }
  @media screen and (min-width: 768px) {
    .subMenu {
      margin-right: 4%;
      padding: 0 2% 2% 2%;
      width: 22.5%;
      left: 5%; } }
  .subMenu h5 {
    margin-bottom: 0; }
  .subMenu p {
    font-size: 15px; }
  .subMenu ul {
    list-style: none;
    padding: 0; }
  @media screen and (max-width: 767px) {
    .subMenu li {
      border-top: 1px solid #555;
      line-height: 44px;
      text-align: center; } }
  .subMenu li ul {
    margin-left: 10px; }
  .subMenu a {
    display: inline-block;
    line-height: 1.5;
    width: 100%; }
  .subMenu .v65-pageAParent {
    color: #ffffff; }
  .subMenu .v65-leftSelected {
    color: #ffffff;
    font-weight: bold; }
  .subMenu tr.altRow td {
    background: none; }

.scroll-arrow {
  position: fixed;
  bottom: 22px;
  width: 100px;
  right: 20px;
  margin: 0 auto;
  z-index: 9999;
  text-align: center;
  background: rgba(35, 35, 35, 0.7);
  padding: 1%; }
  @media screen and (max-width: 580px) {
    .scroll-arrow {
      display: none; } }
  .scroll-arrow p {
    margin-bottom: 0px; }
  .scroll-arrow a {
    display: inline-block;
    margin-top: 0;
    background: url(/assets/images/scroll-arrow.png) no-repeat 0px bottom;
    height: 35px;
    width: 35px;
    vertical-align: middle;
    cursor: pointer; }

/*   ===================================================================================================
     4. Content
======================================================================================================== */
#v65-modalContent {
  background-color: #000; }

#v65-modalContentHeader {
  background: #ffcd05; }

.wrapper {
  max-width: 1140px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .pageContent {
    padding: 140px 1em 1em;
    min-height: 600px; } }
@media screen and (min-width: 768px) {
  .pageContent {
    padding: 150px 3em 3em; } }

/* ----- a. Homepage Styles ----- */
.homepageContent {
  background: #000;
  box-shadow: 0 0 2em #999999; }

.homepageText {
  margin-bottom: 2em; }
  @media screen and (max-width: 700px) {
    .homepageText {
      padding: 0 4%; } }
  @media screen and (min-width: 701px) and (max-width: 900px) {
    .homepageText {
      float: left;
      padding: 0 4% 4%;
      width: 49%; } }
  @media screen and (min-width: 901px) {
    .homepageText {
      width: 52%;
      float: left;
      padding: 0 4% 4%; } }

.homepageProductGroup {
  margin: 0 0 2em; }
  @media screen and (max-width: 700px) {
    .homepageProductGroup {
      padding: 0 4%; } }
  @media screen and (min-width: 701px) and (max-width: 900px) {
    .homepageProductGroup {
      float: left;
      padding: 0 4% 4% 0;
      width: 39%; } }
  @media screen and (min-width: 901px) {
    .homepageProductGroup {
      float: left;
      padding: 0 4% 4% 0;
      width: 36%; } }
  .homepageProductGroup .v65-productGroup-products {
    text-align: left;
    width: 100%; }
  .homepageProductGroup .v65-productGroup-title {
    color: #ffcd05;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    line-height: 1.2;
    margin: 0.25em  0 0.5em; }
  .homepageProductGroup .v65-productGroup-teaser {
    float: none;
    margin: 0;
    width: 100%; }
  .homepageProductGroup .v65-productGroup-product {
    margin: 0 0 1em;
    width: 100%; }
  .homepageProductGroup .v65-product-photo {
    float: left;
    width: auto; }

#slider {
  height: 0;
  padding-top: 35%;
  overflow: hidden;
  width: 100%; }
  #slider .nivo-main-image {
    position: absolute !important; }

/* ----- b. Page Styles ----- */
.backToTop {
  background: #333;
  bottom: 1em;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: none;
  height: 5em;
  line-height: 5em;
  opacity: 0.6;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 5em;
  z-index: 1000; }

@media screen and (min-width: 768px) {
  .page {
    float: right;
    width: 70%; } }

.colWrapper {
  margin-bottom: 2em;
  width: 100%; }

.colWrapper:before, .colWrapper:after {
  content: "";
  display: table; }

.colWrapper:after {
  clear: both; }

.col2 {
  float: left;
  margin-left: 6%;
  width: 47%; }

.col2:first-child {
  float: left;
  margin-left: 0%;
  width: 47%; }

.col22 {
  float: left;
  margin-left: 6%;
  width: 29%; }

.col22:first-child {
  margin-left: 0;
  width: 65%; }

.col3 {
  float: left;
  margin-left: 5%;
  width: 30%; }

.col3:first-child {
  float: left;
  margin-left: 0%;
  width: 30%; }

.col4 {
  float: left;
  margin-left: 3%;
  width: 22.7%; }

.col4:first-child {
  margin-left: 0; }

@media screen and (max-width: 850px) {
  .col4 {
    margin: 0 2% 3em;
    width: 46%; }

  .col4:first-child {
    margin-left: 2%; } }
@media screen and (max-width: 580px) {
  .col2 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%; }

  .col2:first-child {
    float: none;
    width: 100%; }

  .col22,
  .col22:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%; }

  .col3 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%; }

  .col3:first-child {
    float: none;
    width: 100%; }

  .col4,
  .col4:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%; } }
.v65-featureRight, .v65-right,
.v65-featureLeft, .v65-left,
.v65-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.v65-paging {
  display: none; }

/* ----- c. Store Styles ----- */
@media screen and (max-width: 725px) {
  #v65-fieldset-wholesalerInfo, #v65-fieldset-billingInfo,
  #v65-fieldset-shippingOptions, #v65-fieldset-shippingInfo,
  #v65-fieldset-paymentMethod, #v65-fieldset-sourceCode,
  #v65-fieldset-usernamePassword {
    width: 98%; } }

.v65-productGroup-teaser {
  width: 100%; }

.v65-productGroup-product:first-child {
  margin-left: 0; }

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

@media screen and (max-width: 720px) {
  .print {
    margin: 0 10px; } }

.v65-product1Up {
  margin-bottom: 4em; }
  .v65-product1Up:after {
    content: '';
    display: block;
    position: relative;
    width: 50%;
    top: -5px;
    left: 20%;
    border: 1px solid #ffcd05; }
  .v65-product1Up .v65-product-reviewStats {
    display: none; }
  .v65-product1Up .v65-product-photo {
    float: right; }
    @media screen and (max-width: 580px) {
      .v65-product1Up .v65-product-photo {
        float: none;
        margin-right: 0;
        width: 100%;
        text-align: left; } }
  @media screen and (max-width: 580px) {
    .v65-product1Up .v65-product-infoWrapper {
      float: none;
      width: 100%; } }

.v65-product2Up .v65-product-photo {
  margin: 0 15px; }

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-photo {
    margin-right: 3%;
    width: 16%; } }

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-infoWrapper,
  .v65-product1UpStore .v65-product-commerceWrapper {
    width: 81%; } }

.homepageProductGroup .v65-product-photo {
  margin: 0 15px 0 0; }

.v65-paging {
  clear: left; }

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

.v65-product2Up .v65-product-title {
  font-size: 1.7em; }
.v65-product2Up .v65-product-reviewStats {
  display: none; }
.v65-product2Up .v65-product-inventoryMessage {
  display: none; }
.v65-product2Up .v65-product-addToCart-priceWrapper {
  display: block;
  margin-bottom: 1em; }

.v65-productWrapper h1 {
  float: none;
  width: inherit; }

hr {
  background-color: #383838;
  color: #383838; }

#v65-cartTable th {
  background-color: #000;
  border-top: 1px solid #383838; }

.v65-cartItem td {
  border-top: 1px solid #383838; }

.v65-form fieldset {
  border: 1px solid #383838; }

#v65-cartSubtotal td, .v65-cartTax td, #v65-cartTotal td {
  background-color: #000; }

#v65-cartSubtotal td {
  border-top: 1px solid #383838; }

#v65-cartTotal td {
  border-bottom: 1px solid #383838; }

#v65-checkoutCartSummaryWrapper {
  background-color: #383838;
  border: 1px solid #383838; }
  @media screen and (min-width: 951px) {
    #v65-checkoutCartSummaryWrapper {
      width: 400px; } }
  @media screen and (min-width: 951px) {
    #v65-checkoutCartSummaryWrapper #v65-checkCartSummaryMoreOptions {
      width: 200px; } }
  #v65-checkoutCartSummaryWrapper #v65-checkoutCartSummaryMini td {
    font-size: 14px; }

#v65-signUpClubSummaryWrapper {
  display: none; }

.v65-product-addToCart-quantity {
  font-size: 17px;
  position: relative;
  top: 2px; }

.v65-product-addToCart-price {
  font-size: 1.7em; }

@media screen and (min-width: 768px) {
  #v65-cartCheckOutCoupons form {
    width: 300px; } }
.v65-product-inventoryMessage, .v65-product-availability {
  display: none; }

@media screen and (min-width: 681px) {
  .v65-productWrapper .v65-product-leftCol {
    float: right; } }

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

#v65-shippingWidget {
  font-size: 15px; }
  @media screen and (max-width: 580px) {
    #v65-shippingWidget {
      text-align: center;
      padding-bottom: 2em; } }
  @media screen and (max-width: 580px) {
    #v65-shippingWidget #v65-shippingWidgetTable {
      margin: 0 auto; } }
  #v65-shippingWidget div {
    font-size: 15px; }

body.print .logo {
  float: none; }
body.print #v65-cartTable th {
  background-color: #fff; }
body.print #v65-cartSubtotal td, body.print .v65-cartTax td, body.print #v65-cartTotal td {
  background-color: #fff; }

#v65-reviewClubSummaryWrapper {
  display: none; }

@media screen and (max-width: 480px) {
  #v65-checkBilling select[name=BillBirthDay], #v65-checkBilling select[name=BillBirthYear] {
    width: 31.5%; } }

/*   ===================================================================================================
     5. Blog
======================================================================================================== */
@media screen and (min-width: 581px) {
  .blogContent {
    float: left;
    width: 75%; } }
@media screen and (min-width: 768px) {
  .blogContent {
    padding: 4% 4% 0 0;
    width: 56%; } }

@media screen and (min-width: 581px) {
  .blogFilterWrapper {
    float: right;
    width: 20%; } }
@media screen and (min-width: 768px) {
  .blogFilterWrapper {
    padding-top: 4%;
    width: 40%; } }
.blogFilterWrapper ul {
  list-style: none;
  padding: 0; }
.blogFilterWrapper li {
  font-size: 11px;
  margin: 0 0 0 10px; }

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilter {
    float: left;
    width: 48%; } }

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilterLeft {
    padding-right: 4%; } }

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button span {
  padding: 0 1em; }
button.defaultBtn, button.modalBtn, button.largeBtn {
  background-color: #ffcd05;
  text-decoration: none;
  vertical-align: middle; }
  button.defaultBtn span, button.modalBtn span, button.largeBtn span {
    background: none;
    height: auto;
    line-height: inherit;
    color: #000; }
  button.defaultBtn:hover, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:active, button.largeBtn:hover, button.largeBtn:active {
    background-color: #ffd738; }
button.defaultBtn, button.largeBtn {
  font-size: 18px; }
button.modalBtn, button.altModalBtn {
  height: 2.5em;
  line-height: inherit; }
button.altBtn, button.altModalBtn, button.altLargeBtn {
  background-color: #333;
  text-decoration: none;
  vertical-align: middle; }
  button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
    background: none;
    height: auto;
    line-height: inherit; }
  button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
    background-color: #4d4d4d; }
button.altBtn, button.altLargeBtn {
  font-size: 18px; }

a span {
  padding: 0 1em;
  height: auto;
  line-height: inherit; }
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background-color: #ffcd05;
  text-decoration: none;
  vertical-align: middle; }
  a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
    background: none;
    height: auto;
    line-height: inherit;
    color: #000; }
  a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
    background-color: #ffd738; }
a.linkBtn, a.largeLinkBtn {
  font-size: 18px; }
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background-color: #333;
  text-decoration: none;
  vertical-align: middle; }
  a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
    background: none;
    height: auto;
    line-height: inherit; }
  a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
    background-color: #4d4d4d; }
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkBtn {
  font-size: 18px; }
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto; }

button.modalBtn, button.altModalBtn {
  font-size: 1em; }

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  color: #fff;
  background-color: #000;
  padding: 1.5em 0;
  text-align: center;
  width: 100%; }
  footer ul {
    list-style: none;
    margin: 0 1em;
    padding: 0; }
    @media screen and (min-width: 768px) {
      footer ul {
        margin-bottom: 0.5em; } }
  @media screen and (max-width: 767px) {
    footer li {
      border-top: 1px solid #222;
      line-height: 44px;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    footer li {
      display: inline;
      padding: 0 5px; } }
  footer li a {
    color: #555;
    display: inline-block;
    font-size: 0.917em;
    position: relative; }
    @media screen and (max-width: 767px) {
      footer li a {
        width: 100%; } }
    footer li a:hover {
      color: #ffcd05; }
  footer .phone a:hover, footer .email a:hover, footer .map a:hover {
    text-decoration: none; }
  footer .legal {
    font-size: 0.917em;
    color: #555; }
    footer .legal li {
      display: block; }
  footer a {
    color: #555; }

/*# sourceMappingURL=screen.min.css.map */
