@charset "utf-8";
/* 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?-ikb29q");
  src: url("../font/icomoon.eot?#iefix-ikb29q") format("embedded-opentype"), url("../font/icomoon.woff?-ikb29q") format("woff"), url("../font/icomoon.ttf?-ikb29q") format("truetype"), url("../font/icomoon.svg?-ikb29q#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:before {
  content: "\f002";
}

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

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

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-small-arrow-down:before {
  content: "\e609";
}

.icon-angle-down: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-mobile: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: white url(../nivo/loading.gif) no-repeat 50% 50%;
}

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

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

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

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

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

.nivo-box img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.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: 100%;
}

body {
  background-color: #222222;
  color: #939393;
  font-family: "Cardo", serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: #dddddd;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
}

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

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

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

h4 {
  font-size: 1.3em;
  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: #dddddd;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5em;
}

.v65-product-title.v65-title {
  margin: 1.5em 0 1em;
}
.v65-product-title.v65-title a {
  color: #dddddd;
}

.v65-subtitle {
  color: #dddddd;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1em;
}

p, blockquote {
  margin: 0 0 1em;
  line-height: 1.5;
}

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

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

a {
  color: #a30b35;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #950c37;
}

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

form {
  margin-bottom: 1em;
}

legend {
  color: #939393;
}

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

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

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 581px) {
  header.primary {
    border-bottom: 1px solid #2c2c2c;
  }
}

@media screen and (min-width: 581px) {
  .userToolsWrapper {
    border-bottom: 1px solid #2c2c2c;
  }
}
@media screen and (max-width: 580px) {
  .userToolsWrapper .wrapper {
    padding: 0;
    width: 100%;
  }
}

@media screen and (min-width: 581px) {
  #v65-modalCart {
    border-left: 1px solid #2c2c2c;
    padding-left: 20px;
  }
}

#user-tools {
  font-size: 15px;
}
@media screen and (min-width: 581px) {
  #user-tools {
    width: 420px;
  }
}
@media screen and (max-width: 580px) {
  #user-tools {
    border-bottom: 1px solid #2c2c2c;
  }
}
#user-tools .v65-yourAccount, #user-tools .v65-editProfile,
#user-tools .v65-login, #user-tools .v65-logout {
  border-color: #2c2c2c;
  font-size: 15px;
}
@media screen and (min-width: 581px) {
  #user-tools .v65-yourAccount, #user-tools .v65-editProfile,
  #user-tools .v65-login, #user-tools .v65-logout {
    border: 0;
  }
}
@media screen and (max-width: 580px) {
  #user-tools .v65-editProfile, #user-tools .v65-yourAccount {
    width: 32%;
  }
}
@media screen and (max-width: 580px) {
  #user-tools .v65-login, #user-tools .v65-logout {
    width: 20%;
  }
}
#user-tools a {
  color: #939393;
}

.logo {
  background-image: url('../images/logo-white.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 140px;
  margin: 0.5em auto;
  position: relative;
  width: 260px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .logo {
    background-image: url('../images/logo-white@2x.png');
  }
}

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  font-size: 16px;
  padding-bottom: 5px;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 580px) {
  .mainMenu {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    position: fixed;
    top: 60px;
    left: -100%;
    background-color: #1f1f1f;
    height: 94%;
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 0;
    overflow: auto;
    padding: 20px 0;
    width: 100%;
    z-index: 100;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.mainMenu ul ul {
  background: #222222;
  border: 1px solid #2c2c2c;
  display: none;
  font-size: 15px;
  left: -10px;
  position: absolute;
  top: 43px;
  width: auto;
  min-width: 210px;
}
@media screen and (max-width: 580px) {
  .mainMenu ul ul {
    background-color: #1f1f1f;
    border: 0;
    display: block;
    font-size: 15px;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.mainMenu li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.mainMenu li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 580px) {
  .mainMenu li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
.mainMenu li li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
  width: auto;
  min-width: 210px;
}
@media screen and (max-width: 580px) {
  .mainMenu li li {
    padding: 0;
    width: 100%;
  }
}
.mainMenu li li a {
  color: #6f6f6f;
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
  text-transform: none;
  width: auto; 
  min-width: 210px;
}
@media screen and (max-width: 580px) {
  .mainMenu li li a {
    padding: 9px 0 9px 10%;
    width: 90%;
  }
}
.mainMenu li li a:hover {
  color: #838383;
}
.mainMenu a {
  color: #a5a5a5;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mainMenu a {
    height: 44px;
    line-height: 44px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .mainMenu a {
    height: 38px;
    line-height: 38px;
    margin: 0 20px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 580px) {
  .mainMenu a {
    border-top: 1px solid #2c2c2c;
    margin: 0;
    padding: 0 0 0 5%;
    width: 95%;
  }
}
.mainMenu a:hover {
  color: #b2b2b2;
  text-decoration: none;
}
.mainMenu a:hover:after {
  width: 100%;
}
.mainMenu .v65-pageAParent {
  color: #a5a5a5;
}
@media screen and (max-width: 919px) {
  .mainMenu .v65-home {
    display: none;
  }
}
.mainMenu .v65-selected, .mainMenu .hover {
  color: #a5a5a5;
}
.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%;
}
@media screen and (min-width: 768px) {
  .subMenu {
    float: left;
    margin-right: 4%;
    padding-right: 2%;
    width: 17.5%;
  }
}
@media screen and (max-width: 767px) {
  .subMenu h3 {
    display: none;
  }
}
.subMenu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.subMenu li {
  line-height: 1.4;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .subMenu li {
    border-top: 1px solid #2c2c2c;
    line-height: 44px;
    text-align: center;
  }
}
.subMenu li ul {
  margin-left: 10px;
  
}
.subMenu a {
  color: #a5a5a5;
  display: inline-block;
  line-height: 1.5;
  
}
.subMenu a:hover, .subMenu a:active, .subMenu a:focus {
  color: #b2b2b2;
}
.subMenu .v65-pageAParent {
  color: #a5a5a5;
}
.subMenu .v65-leftSelected {
  color: #a5a5a5;
}

.mobileMenu {
  color: #a5a5a5;
  display: none;
  float: left;
  font-size: 2.5em;
  padding: 12px 0 0 13px;
  position: relative;
  width: 11%;
  z-index: 300;
}
@media screen and (max-width: 580px) {
  .mobileMenu {
    display: block;
  }
}
@media screen and (max-width: 340px) {
  .mobileMenu {
    width: 14%;
  }
}

.menuOpen {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
}

.mobileBody {
  position: fixed;
}

/*   ===================================================================================================
     4. Content
======================================================================================================== */
#v65-modalContentHeader {
  background: #dddddd;
}

@media screen and (max-width: 800px) {
  .pageContent {
    padding: 2em 1em 2em;
  }
}
@media screen and (min-width: 801px) {
  .pageContent {
    padding: 3em;
  }
}

.wrapper {
  padding: 0 3%;
  margin: 0 auto;
  max-width: 1300px;
  width: 94%;
}

input[type='text'], input[type='password'], input[type='username'], input[type='tel'], input[type='email'], textarea {
  background: #f8f8f8;
  border-color: #e4e4e4;
  border-radius: 3px;
}
@media screen and (min-width: 581px) {
  input[type='text'], input[type='password'], input[type='username'], input[type='tel'], input[type='email'], textarea {
    height: 2.9em;
    line-height: 2.9em;
  }
}

/* ----- a. Homepage Styles ----- */
.homepageContentBlocks {
  margin: 4em 0 8em;
}
@media screen and (max-width: 580px) {
  .homepageContentBlocks {
    margin-top: 1em;
  }
}

.homepageContentBlock {
  background-color: #1b1b1b;
  min-height: 350px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .homepageContentBlock {
    float: left;
    margin-top: 5em;
  }
  .homepageContentBlock:first-child {
    margin-top: 0;
  }
}
.homepageContentBlock h3 {
  color: #dddddd;
}
.homepageContentBlock p {
  margin-bottom: 5px;
}
.homepageContentBlock .textContent {
  padding: 6em 4%;
  position: relative;
  width: 42%;
}
@media screen and (max-width: 800px) {
  .homepageContentBlock .textContent {
    width: 92%;
  }
}
@media screen and (min-width: 801px) {
  .homepageContentBlock .textContent.imageRight:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 13px solid #1b1b1b;
    margin-top: -15px;
    position: absolute;
    right: -13px;
    top: 50%;
    z-index: 1;
  }
}
.homepageContentBlock .textContent.imageLeft {
  float: right;
}
@media screen and (max-width: 800px) {
  .homepageContentBlock .textContent.imageLeft {
    float: none;
  }
}
@media screen and (min-width: 801px) {
  .homepageContentBlock .textContent.imageLeft:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 13px solid #1b1b1b;
    margin-top: -15px;
    position: absolute;
    left: -13px;
    top: 50%;
    z-index: 1;
  }
}
.homepageContentBlock .imageContent {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.homepageContentBlock .imageContent.imageRight {
  right: 0;
}
.homepageContentBlock .imageContent.imageLeft {
  left: 0;
}
@media screen and (max-width: 800px) {
  .homepageContentBlock .imageContent {
    min-height: 300px;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.homepageContentBlock a.homepageButton {
  background-color: #a30b35;
  border-radius: 3px;
  box-shadow: 0px 2px 0px #a30b35;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  padding: 16px 3em;
  text-transform: uppercase;
}
.homepageContentBlock a.homepageButton:hover, .homepageContentBlock a.homepageButton:active, .homepageContentBlock a.homepageButton:focus {
  background-color: #84042c;
}

.homepageProductGroup .v65-productGroup-title.v65-title,
.homepageProductGroup .v65-productGroup-teaser {
  display: none;
}
.homepageProductGroup .v65-productGroup-product {
  width: 32%;
}
@media screen and (max-width: 800px) {
  .homepageProductGroup .v65-productGroup-product {
    float: none;
    margin: 2em auto;
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .homepageProductGroup .v65-productGroup-product:first-child {
    margin: 2em auto;
  }
}

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

/* ----- b. Page Styles ----- */
.backToTop {
  background: #333333;
  bottom: 1em;
  color: white;
  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: 75%;
  }
}

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

.nivo-controlNav a:hover {
  color: transparent;
}

.v65-calendarList-Month {
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.v65-calendarList-Event .v65-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.v65-calendarList-Event .v65-calendarList-Time {
  display: block;
}

#v65-CalendarTable {
  background-color: transparent;
  border: 0;
  color: #2c2c2c;
}
#v65-CalendarTable th {
  background-color: transparent;
  border: 0;
  color: #939393;
  font-family: "Montserrat", sans-serif;
  padding: 5px 0;
}
#v65-CalendarTable td {
  background-color: #1f1f1f;
  border-bottom: 3px solid #222222;
  border-left: 3px solid #222222;
  height: 80px;
}
#v65-CalendarTable .v65-CalendarDay {
  border: 0;
  color: #84042c;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95em;
}
#v65-CalendarTable .v65-CalendarOffMonthDays {
  background-color: #1b1b1b;
}
#v65-CalendarTable .v65-CalendarToDay {
  background-color: #1b1b1b;
}
@media screen and (max-width: 580px) {
  #v65-CalendarTable .v65-CalendarEvent {
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  #v65-CalendarTable .v65-CalendarEvent a {
    background-color: transparent;
    color: #84042c;
    height: 2.3em;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  #v65-CalendarTable .v65-CalendarEvent a {
    word-break: break-word;
  }
}

/* Drilldown */
.eventWrapper h1 {
  margin-bottom: 1.5em;
  padding-bottom: 2em;
  position: relative;
  text-align: center;
}
.eventWrapper h1:after {
  border-bottom: 1px solid #eee;
  content: "";
  height: 1px;
  margin: 0 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
}

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

@media screen and (max-width: 580px) {
  .v65-product1Up .v65-product-photo {
    margin-right: 4%;
    width: 21%;
  }
}

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

#v65-checkoutFooter {
  padding: 0.5em 0;
}

.v65-paging {
  border: 0;
}

.v65-product-addToCart-price {
  font-weight: 100;
}

.v65-product-addToCart-unitDescription {
  bottom: 0;
  font-size: 1em;
}

.v65-product1Up .v65-product-title.v65-title {
  margin: 0 0 1em;
}

.v65-product2Up .v65-product-addToCart-priceWrapper {
  display: block;
}
.v65-product2Up .v65-product-addToCart form {
  margin: 1em 0;
}
.v65-product2Up .v65-product-addToCart-priceWrapper {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 580px) and (max-width: 600px) {
  .v65-product3Up {
    margin: 0 3%;
    width: 94%;
  }
}

.v65-productList table th {
  background-color: transparent;
  color: #939393;
  font-weight: normal;
}
.v65-productList table tr:hover, .v65-productList table tr:focus, .v65-productList table tr:active, .v65-productList table tr.alternatRow:hover, .v65-productList table tr.alternatRow:focus, .v65-productList table tr.alternatRow:active {
  background-color: #1b1b1b;
}
.v65-productList table tr.alternatRow {
  background-color: #232323;
}

.v65-product1UpStore {
  border-color: #2c2c2c;
}
.v65-product1UpStore .v65-product-title.v65-title {
  margin-top: 0;
}

.v65-product-addToCart-priceWrapper {
  color: #dddddd;
}

@media screen and (max-width: 580px) {
  .v65-productWrapper {
    padding: 1.5em 0;
  }
}

.v65-productWrapper h1 {
  margin: 0 0 1em;
}

.v65-product-reviewStats strong {
  font-weight: normal;
}

.v65-product-attributeLabel {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0.5em;
}

.wineIntro,
.wineDetails {
  width: 100%;
}

.wineIntro {
  max-width: 800px;
  margin: 2em auto 0;
}

.wineDetails {
  border-bottom: 1px solid #2c2c2c;
  border-top: 1px solid #2c2c2c;
  margin: 4em 0;
  padding: 3em 0 1em;
}
@media screen and (max-width: 767px) {
  .wineDetails {
    margin: 2em 0 4em;
  }
}

.wineSpecs {
  float: left;
  margin: 1em 2%;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .wineSpecs {
    margin: 0 2%;
    width: 30%;
  }
}
.wineSpecs .v65-wine-specs .v65-product-attributeLabel {
  font-weight: normal;
  text-align: left;
  width: auto;
}
.wineSpecs .v65-wine-specs .v65-product-attributeValue {
  width: auto;
}

.wineProfile {
  float: left;
  margin: 1em 2%;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .wineProfile {
    margin: 0 2%;
    width: 62%;
  }
}

.v65-product-reviews,
.v65-ProductRating {
  margin: 0 2%;
  width: 96%;
}

@media screen and (min-width: 1191px) {
  .v65-product-reviews {
    float: right;
    width: 62%;
  }
}

@media screen and (min-width: 1191px) {
  .v65-ProductRating {
    float: left;
    width: 26%;
  }
}

.v65-product-review-wrapper {
  border-color: #2c2c2c;
}

.v65-club {
  margin: 3em 0;
}
@media screen and (min-width: 1020px) {
  .v65-club {
    float: left;
    margin: 3em 2%;
    width: 46%;
  }
}
.v65-club .v65-title {
  margin-bottom: 1em;
}
.v65-club .v65-clubTeaser {
  border-bottom: 0;
  padding: 0;
}
.v65-club .v65-clubJoin {
  padding-top: 1em;
}

#v65-signUpClubSummaryWrapper {
  float: right;
  position: static;
  margin-top: 15px;
}

.v65-cartCheckOutButtons {
  padding: 0.5em 0;
}

#v65-modalCartTable th, #v65-modalCartTable td {
  background-color: transparent;
  border-color: #2c2c2c;
  font-weight: 100;
}
#v65-modalCartTable strong {
  font-weight: 100;
}

#v65-cartCheckOutCoupons fieldset {
  border: 0;
}
@media screen and (min-width: 581px) {
  #v65-cartCheckOutCoupons input#v65-CouponCode {
    height: 2em;
    line-height: 2em;
  }
}

#v65-cartTable th, #v65-cartTable td {
  background-color: transparent;
  border-color: #2c2c2c;
  font-weight: normal;
}
@media screen and (max-width: 370px) {
  #v65-cartTable th, #v65-cartTable td {
    padding: 5px 2px;
  }
}
#v65-cartTable .alert {
  background-color: #c53939;
  padding: 7px 10px;
}
@media screen and (max-width: 360px) {
  #v65-cartTable span.v65-cartItemDescription-sku {
    word-break: break-all;
  }
}
@media screen and (max-width: 400px) {
  #v65-cartTable button.modalBtn {
    font-size: 12px;
  }
}
#v65-cartTable button.modalBtn span {
  padding: 0 5px;
}

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

#v65-checkoutCartSummaryWrapper button.modalBtn {
  font-size: 13px;
}

#v65-signUpClubSummaryWrapper,
#v65-checkoutCartSummaryWrapper {
  background-color: #1f1f1f;
  border-color: #2c2c2c;
}

.v65-form fieldset {
  border-color: #2c2c2c;
}

#v65-modalCartDropdown,
#v65-modalCartBody {
  background-color: #1f1f1f;
  border-color: #2c2c2c;
  color: #939393;
}
#v65-modalCartDropdown a,
#v65-modalCartBody a {
  color: #939393;
}
#v65-modalCartDropdown #v65-modalCartTable td a,
#v65-modalCartDropdown .v65-additionalItemsMessage a,
#v65-modalCartBody #v65-modalCartTable td a,
#v65-modalCartBody .v65-additionalItemsMessage a {
  color: #939393;
}
#v65-modalCartDropdown #v65-modalCartTable td a:hover, #v65-modalCartDropdown #v65-modalCartTable td a:focus, #v65-modalCartDropdown #v65-modalCartTable td a:active,
#v65-modalCartDropdown .v65-additionalItemsMessage a:hover,
#v65-modalCartDropdown .v65-additionalItemsMessage a:focus,
#v65-modalCartDropdown .v65-additionalItemsMessage a:active,
#v65-modalCartBody #v65-modalCartTable td a:hover,
#v65-modalCartBody #v65-modalCartTable td a:focus,
#v65-modalCartBody #v65-modalCartTable td a:active,
#v65-modalCartBody .v65-additionalItemsMessage a:hover,
#v65-modalCartBody .v65-additionalItemsMessage a:focus,
#v65-modalCartBody .v65-additionalItemsMessage a:active {
  color: #7f7f7f;
}

#v65-cartCheckOutCoupons form {
  width: 280px;
}

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

.v65-avatar {
  display: none;
}

.v65-blogPost {
  margin: 0;
}

.blogFilterWrapper {
  padding-top: 4em;
}
@media screen and (min-width: 767px) {
  .blogFilterWrapper {
    float: right;
    padding-top: 7em;
    width: 14%;
  }
}
.blogFilterWrapper ul {
  list-style: none;
  padding: 0;
}
.blogFilterWrapper li {
  font-size: 11px;
}
.blogFilterWrapper h5 {
  margin-bottom: 10px;
}
.blogFilterWrapper strong,
.blogFilterWrapper .v65-recentEntriesTitle {
  font-weight: normal;
}

.v65-commentWrapper .v65-comment {
  margin: 0;
}

.v65-blogFooterDate,
.v65-blogFooterComments,
.v65-blogFooterLink {
  color: #dddddd;
}
.v65-blogFooterDate img,
.v65-blogFooterComments img,
.v65-blogFooterLink img {
  display: none;
}

.v65-blogFooterDate:before,
.v65-blogFooterLink:before,
.v65-blogFooterComments:before {
  font-family: 'icomoon';
  font-size: 1.3em;
}
@media screen and (max-width: 580px) {
  .v65-blogFooterDate:before,
  .v65-blogFooterLink:before,
  .v65-blogFooterComments:before {
    font-size: 1em;
  }
}

.v65-blogFooterDate:before {
  content: "\e60e";
}

.v65-blogFooterLink:before {
  content: "\e60d";
}

.v65-blogFooterComments:before {
  content: "\e60c";
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button span {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 580px) {
  button span {
    padding: 0 1em;
  }
}
@media screen and (min-width: 581px) {
  button span {
    padding: 0 2em;
  }
}
@media screen and (min-width: 581px) {
  button {
    height: 2.9em;
    line-height: 2.9em;
  }
}
button.defaultBtn, button.modalBtn, button.largeBtn {
  background: #a30b35;
  border-radius: 3px;
  box-shadow: 0px 2px 0px #84042c;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.defaultBtn span, button.modalBtn span, button.largeBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
button.defaultBtn:hover, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:active, button.largeBtn:hover, button.largeBtn:active {
  background: #84042c;
}
button.modalBtn, button.altModalBtn {
  height: 2.5em;
  line-height: inherit;
}
button.altBtn, button.altModalBtn, button.altLargeBtn {
  background: #eeeeee;
  box-shadow: 0px 2px 0px #bababa;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
  background: none;
  color: #000;
  height: auto;
  line-height: inherit;
}
button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
  background: #d4d4d4;
}

a span {
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: inherit;
  text-transform: uppercase;
}
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background: #a30b35;
  border-radius: 3px;
  box-shadow: 0px 1.5px 0px #84042c;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
  background: #84042c;
}
@media screen and (max-width: 580px) {
  a.linkBtn {
    padding: 0 1em;
  }
}
@media screen and (min-width: 581px) {
  a.linkBtn {
    padding: 0 2em;
  }
}
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background: #eeeeee;
  border-radius: 3px;
  box-shadow: 0px 1.5px 0px #bbbbbb;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
  background: none;
  color: #000;
  height: auto;
  line-height: inherit;
}
a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
  background: #bbbbbb;
}
@media screen and (max-width: 400px) {
  a.modalLinkAltBtn.v65-cartRemoveButton span {
    font-size: 10px;
    padding: 0 5px;
  }
}
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto;
}

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  color: #939393;
  font-size: 0.9em;
  padding: 5em 0 1.5em;
  width: 100%;
}
@media screen and (max-width: 580px) {
  footer {
    text-align: center;
  }
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer ul {
    margin-bottom: 0.5em;
  }
}
footer li {
  padding: 0;
}
@media screen and (max-width: 580px) {
  footer li {
    height: 44px;
    line-height: 44px;
  }
}
footer li a {
  color: #939393;
  position: relative;
}
@media screen and (max-width: 580px) {
  footer li a {
    width: 100%;
  }
}
footer li a:hover {
  color: #acacac;
}
footer .footerSections {
  padding-top: 2em;
}
@media screen and (min-width: 581px) {
  footer .footerSections {
    border-top: 1px solid #2c2c2c;
  }
}
footer .v65-podTitle {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
footer .footerSection {
  float: left;
  margin: 0 2%;
  width: 18%;
}
@media screen and (min-width: 581px) and (max-width: 800px) {
  footer .footerSection {
    margin: 1.5em 2%;
    width: 46%;
  }
}
@media screen and (max-width: 580px) {
  footer .footerSection {
    border-top: 1px solid #2c2c2c;
    margin: 1.5em 2%;
    padding-top: 1.5em;
    width: 96%;
  }
}
footer .newsletterFooterSection {
  float: left;
  margin: 0 2%;
  width: 30%;
}
@media screen and (min-width: 581px) and (max-width: 800px) {
  footer .newsletterFooterSection {
    margin: 1.5em 2%;
    width: 46%;
  }
}
@media screen and (max-width: 580px) {
  footer .newsletterFooterSection {
    border-top: 1px solid #2c2c2c;
    margin: 1.5em 2%;
    padding-top: 1.5em;
    width: 96%;
  }
}
footer .footerTools {
  float: left;
  margin-top: 2em;
  width: 100%;
}
footer .socialIcons li {
  border-top: 0;
  display: inline-block;
  font-size: 1.7em;
  padding: 0 0.2em;
}
@media screen and (max-width: 580px) {
  footer .socialIcons li {
    padding: 0 0.3em;
  }
}
footer .legal {
  color: #a30b35;
  font-size: 0.917em;
  text-align: center;
}
footer .legal li {
  border: 0;
  display: block;
}
footer .legal a {
  color: #a30b35;
}
footer a {
  color: #a30b35;
}
