@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.
 */
 @import url('https://fonts.googleapis.com/css?family=Raleway');
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;
    font-family: "Raleway";
}

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

p{
      font-family: "Raleway";
}

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

.v65-productGroup-title{
  display:none;
}
.main-category-page{
  margin-bottom:40px;
}

[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;
}
.v65-product2Up .v65-product-photo {

    float: left !important;

}
.v65-product-photo img {
    max-width: 120%;
}
.icon-search-1:before {
  content: "\f002";
}
.v65-title{
  width:67%;
  float:right;
}
.v65-productGroup {
  padding:30px;
    margin-bottom: 2em;
    width: 100%;
    float: left;
    text-align: center;

}

h2{
  font-family:'Raleway';
}

.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: 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%;
}
.v65-product-teaser{
  font-size:16px;
  line-height:22px;
}

.inner-header{

    margin: 0 auto;
}

.v65-product-description{
      font-size: 16px;
    color: #404040;
    line-height: 1.66em;
}

.inner-header.onscroll{
  border-bottom: 1px solid #fbf7f0;
}

.inner-header.onscroll{
  border-bottom: 1px solid #fbf7f0;
}

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

body {
  background-color:#fffbf3;
  color: #111111;
  font-family: 'Raleway';
  margin: 0 auto;
}
.v65-productGroup-teaser p:first-child{
text-align:center;
}
.v65-product-leftCol .v65-product-photo img{
        height: auto !important;
}
.v65-productGroup-teaser h2{
  font-size:24px;
}
.v65-productGroup-teaser h2 a{

}
.v65-productGroup-teaser h2 a:hover{
  color:#a6463d;
  text-decoration:none !important;
}
.v65-productGroup-teaser p{
  text-align:left;
  font-size:13px;
}
.v65-productWrapper{
  margin-top:50px;
   max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

article.content, {
    padding-top: 130px;
  max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 581px) and (max-width: 1030px) {
  body {
    padding: 0 10px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;

  font-weight: normal;
  margin: 0;
}

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

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

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

h4 {
  font-size: 1.3125em;
  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: #333333;
  font-family: 'Raleway';
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em;
}

.v65-subtitle {
  color: #333333;
  font-size: 1.5em;
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em;
}

.mainMenu > ul li:last-child a{

    height: auto;
    line-height: 3;

}

.red-button{
      background-color: #a6463d !important;
    color: #fff !important;
        padding-left: 24px !important;
    padding-right: 24px !important;


}


li ul li{
  background-color:transparent !important;
      font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #a94741 !important;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
p, blockquote {
  margin: 0 0 1.5em;
  line-height: 1.5;
}

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

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

a {
  color: #336699;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

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

form {
  margin-bottom: 1em;
}

legend {
  color: #111111;
}

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

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

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  margin-bottom: 1em;
 position:fixed;
  width: 100%;
  z-index: 10;
  height:115px;
   background-color:#FFFBF3;
   transition:0.5s;
}

@media screen and (max-width: 580px) {
  #user-tools {
    border-bottom: 1px solid black;
  }
}
#user-tools a {
  color: #333333;
}
h1.logo, .mainMenu, header.primary, #user-tools{
  transition:0.5s;
}

h1.logo.onscroll{
  transition:1s;
      margin: 0;
    width: 150px;
}
.mainMenu.onscroll{

}

#user-tools.onscroll{
  display:none;
}

header.onscroll{
      height: 50px;
}

.logo {
  background-image: url('../images/Quady_logo_90x255.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 140px;
  position: relative;
  width: 260px;
}
.logo.errorLogo {
  float: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .logo {
    background-image: url('../images/Quady_logo_90x255.png');
  }
}
@media screen and (max-width: 767px) {
  .logo {
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .logo {
    float: left;
    margin-bottom: 0;
  }
}

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  font-size: 12px;
  position: relative;
  z-index: 101;
}

.mainMenu ul li:last-child{
  margin-right:0 !important;
}
#user-tools{

}

@media screen and (min-width: 1150px) {
	h1.logo{
      margin-top:60px;
      height:100px;
	}
}


@media screen and (max-width: 1149px) {
	h1.logo{
      margin-top:37px;
      height:100px;
}
  .v65-productGroup.v65-group{
    width:100%;
    padding:0;
  }
  .mainMenu {


  }
  .mainMenu ul{

    text-align:center;
  }
  .inner-header{

  }
  .mainMenu ul li{
    margin-left:0;
  }
}
.logo{

}
@media screen and (min-width: 1150px) {
  .mainMenu {
    float: right;
    height: 24px;
    margin: 20px 0 30px;

  }
  .mainMenu ul li{
        margin-right: 3.5em;
  }
   .inner-header{
   max-width:1200px;
  }
}
.mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1149px) {
  .mainMenu ul {
    text-align: center;
  }
}
.v65-form fieldset{
  border:none !important;
}
@media screen and (min-width: 1150px) {
  .mainMenu ul {
    text-align: center;
  }
  .mainMenu{
    margin-top: 50px;
  }
  .mainMenu.onscroll{
    margin-top:-32px;
  }
}

.main-category-page{
  max-width:1200px ;
}
.mainMenu ul ul {
  border: 1px solid #cccccc;
  background: white;
  display: none;
  font-size: 12px;
  left: -10px;
  position: absolute;
  top: 32px;
  width: 180px;
}
.mainMenu ul ul .v65-selected {
  color: black;
  font-weight: bold;
}
.mainMenu li {
  display: inline-block;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1149px) {
  .mainMenu li {
    margin: 0 10px;
  }
}


.mainMenu li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1150px) {
  .mainMenu li:hover ul {
    display: block;
  }
}
.mainMenu li li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
  width: 180px;
}
.v65-home{
  display:none !important;
}
.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: black;
}
.mainMenu a {
   font-family: 'Raleway', sans-serif;
       font-weight: 600;
      text-transform: uppercase;
      color: #a94741;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1149px) {
  .mainMenu a {
    height: 44px;
    line-height: 44px;
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 1150px) {
  .mainMenu a {
    height: 32px;
    line-height: 32px;
  }
}
.mainMenu a:hover {
  color: black;
  text-decoration: none;
}
.mainMenu .v65-pageAParent {
  color: black;
}
@media screen and (max-width: 919px) {
  .mainMenu .v65-home {
    display: none;
  }
}
.mainMenu .v65-selected {
  color: black;
  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%;
}
@media screen and (min-width: 1150px) {
  .subMenu {
    border-right: 1px solid #cccccc;
    float: left;
    margin-right: 4%;
    padding-right: 2%;
    width: 17.5%;
  }
}
@media screen and (max-width: 1149px) {
  .subMenu h3 {
    display: none;
  }
}
.subMenu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.subMenu li {
  line-height: 3;
}
@media screen and (max-width: 1149px) {
  .subMenu li {
    border-top: 1px solid #cccccc;
    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: black;
}
.subMenu .v65-leftSelected {
  color: black;
  font-weight: bold;
}

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

.content {

}

@media screen and (max-width: 1149px) {
  .pageContent {
    padding: 1em;
  }
}
@media screen and (min-width: 1150px) {
  .pageContent {

  }
}

/* ----- a. Homepage Styles ----- */
.homepageContent {

}

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

.homepageProductGroup {
  margin: 0 0 2em;
}
@media screen and (max-width: 700px) {
  .homepageProductGroup {
    padding: 0 4%;
  }
}
@media screen and (min-width: 701px) {
  .homepageProductGroup {
    float: left;
    padding: 0 4% 4% 0;
    width: 36%;
  }
}
.homepageProductGroup .v65-productGroup-products {
  text-align: left;
  width: 100%;
}
.homepageProductGroup .v65-productGroup-title {
  color: #333333;
  font-family: Georgia, 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: #333333;
  bottom: 1em;
  color: white;
  border: 1px solid #cccccc;
  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;
}

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

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

.v65-product-title{
      letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 120%;
    color: #4b4b4b;
    text-align: left;
    font-style:normal;
    font-weight: 300;
}

.v65-product-title a{
  color:#444;

}
.v65-product-title a:hover{
color:#a6463d;
text-decoration:none;
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button span {
  padding: 0 1em;
}
button.defaultBtn, button.modalBtn, button.largeBtn {
  background-color: #a6463d;
 font-family:'Raleway';
  border: 1px solid #a6463d;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.defaultBtn span, button.modalBtn span, button.largeBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
button.defaultBtn:hover, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:active, button.largeBtn:hover, button.largeBtn:active {
  background-color: #4280be;
  background-image: -webkit-linear-gradient(top, #4280be, #34689a);
  background-image: -moz-linear-gradient(top, #4280be, #34689a);
  background-image: -ms-linear-gradient(top, #4280be, #34689a);
  background-image: -o-linear-gradient(top, #4280be, #34689a);
  background-image: linear-gradient(top, #4280be, #34689a);
  box-shadow: inset 0 1px 0 0 #558dc5;
}
button.modalBtn, button.altModalBtn {
  height: 2.5em;
  line-height: inherit;
}
button.altBtn, button.altModalBtn, button.altLargeBtn {
  background-color: #cccccc;
  background-image: -webkit-linear-gradient(top, #cccccc, #333333);
  background-image: -moz-linear-gradient(top, #cccccc, #333333);
  background-image: -ms-linear-gradient(top, #cccccc, #333333);
  background-image: -o-linear-gradient(top, #cccccc, #333333);
  background-image: linear-gradient(top, #cccccc, #333333);
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #cccccc;
  text-decoration: none;
  text-shadow: 0 -1px 0 black;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #d9d9d9, #404040);
  background-image: -moz-linear-gradient(top, #d9d9d9, #404040);
  background-image: -ms-linear-gradient(top, #d9d9d9, #404040);
  background-image: -o-linear-gradient(top, #d9d9d9, #404040);
  background-image: linear-gradient(top, #d9d9d9, #404040);
  box-shadow: inset 0 1px 0 0 #cccccc;
}

a span {
  padding: 0 1em;
  height: auto;
  line-height: inherit;
}
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background-color: #3b73ac;
  background-image: -webkit-linear-gradient(top, #3b73ac, #2e5b87);
  background-image: -moz-linear-gradient(top, #3b73ac, #2e5b87);
  background-image: -ms-linear-gradient(top, #3b73ac, #2e5b87);
  background-image: -o-linear-gradient(top, #3b73ac, #2e5b87);
  background-image: linear-gradient(top, #3b73ac, #2e5b87);
  border: 1px solid #3b73ac;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #407fbf;
  text-decoration: none;
  text-shadow: 0 -1px 0 #558dc5;
  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-color: #4280be;
  background-image: -webkit-linear-gradient(top, #4280be, #34689a);
  background-image: -moz-linear-gradient(top, #4280be, #34689a);
  background-image: -ms-linear-gradient(top, #4280be, #34689a);
  background-image: -o-linear-gradient(top, #4280be, #34689a);
  background-image: linear-gradient(top, #4280be, #34689a);
  box-shadow: inset 0 1px 0 0 #7ba6d2;
}
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background-color: #cccccc;
  background-image: -webkit-linear-gradient(top, #cccccc, #333333);
  background-image: -moz-linear-gradient(top, #cccccc, #333333);
  background-image: -ms-linear-gradient(top, #cccccc, #333333);
  background-image: -o-linear-gradient(top, #cccccc, #333333);
  background-image: linear-gradient(top, #cccccc, #333333);
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #cccccc;
  text-decoration: none;
  text-shadow: 0 -1px 0 black;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #d9d9d9, #404040);
  background-image: -moz-linear-gradient(top, #d9d9d9, #404040);
  background-image: -ms-linear-gradient(top, #d9d9d9, #404040);
  background-image: -o-linear-gradient(top, #d9d9d9, #404040);
  background-image: linear-gradient(top, #d9d9d9, #404040);
  box-shadow: inset 0 1px 0 0 #cccccc;
}
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto;
}

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  color: #333333;
  padding: 1.5em 0;

  width: 100%;
}
footer ul {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer ul {
    margin-bottom: 0.5em;
  }
  header{
    min-width:1152px;
  }
}

@media screen and (min-width: 768px) {
  footer li {
    display: inline;
    padding: 0 5px;
  }
}
footer li a {
  color: #333333;
  display: inline-block;
  font-size: 0.917em;
  position: relative;
}
@media screen and (max-width: 1149px) {
  footer li a {
    width: 100%;
  }
}
footer li a:hover {
  color: black;
}
footer .phone a:hover, footer .email a:hover, footer .map a:hover {
  text-decoration: none;
}
footer .legal {
  font-size: 0.917em;
}
footer .legal li {
  display: block;
}
footer a {
  color: #333333;
}

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


.upper-footer{
  color:#444;
  background-color:#e5d199;
  min-height:500px;
}
  .lower-footer{
    margin-top:-10px;
    height:5em;
    background-color:#a94741;
  }

  .footer-left, .footer-right{
    width:50%;
  }

  .footer-left{
    color:#ffffff;
      float:left;
      line-height:5em;
  }

    .footer-right{
    float:right;  }

  .footer-right nav ul{
        line-height: 5em;
  }
  footer{
    font-family: "Raleway";
    margin-top:50px;
  }
  footer li a{
        color:#ffffff;

  }

  div.upper-footer ul li a{
    color:#444;
  }



    .footer-col4:last-child{
/*float:right;*/
    }

    .footer-col4 h3{
      font-family: "Raleway";
          text-transform: uppercase;
    font-size: 14px;
    color: #333333;
    font-weight: bolder;
    font-style: none !important;

    }
.footer-col4 {
  text-align:left;
  padding:3em;
}

h1{
      letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 35px;
    color: #4b4b4b;
    text-align: center;
    font-style: inherit;
    font-weight: 300;
    padding-top: 0px;
         font-family: "Raleway";
}

/* SOCIAL ICONS */
@font-face {
    font-family: 'si';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}



.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 10px;
    color: #e5d199 !important;
    background-color: #a94741;
}

.soc.white li a {
  background-color: #ffffff !important;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'\e040';
}
.soc-facebook:before {
    content:'\e041';
}
.soc-pinterest:before {
    content:'\e043';
}
.soc-instagram:before {
    content:'\e057';
}
.soc-youtube:before {
    content:'\e051';
}

.pageContent{
      /*padding-top: 115px;*/
    margin-left: auto;
    margin-right: auto;
    max-width:1200px;
}

@media screen and (max-width: 680px) {
.vc_empty_space img{
  width:50% !important;
}
}

@media screen and (max-width: 460px) {
.vc_empty_space img{
  width:100% !important;
}
}

@media screen and (max-width: 1149px) {
  footer li {
    border-top: 1px solid #cccccc;
    line-height: 44px;
    text-align: center;
  }
  .pageContent{
    /*margin-top:305px;
  }*/
/*  .footer-col4{
    width:100%;
    float:none;*/
  }
  footer{

  }
}
.inner-header{

  margin-left:auto;
  margin-right:auto;

}
#nav-icon1 {
    z-index:20000 !important;
  }

  @media screen and (min-width: 1130px) and (max-width: 1148px) {
      #nav-icon1 {
            margin-right: 1em !important;
      }
  }
  @media screen and (min-width: 1100px) and (max-width: 1129px) {
      #nav-icon1 {
            margin-right: 4em !important;
      }
  }
   @media screen and (min-width: 1066px) and (max-width: 1099px) {
      #nav-icon1 {
            margin-right: 7em !important;
      }
  }
  @media screen and (min-width: 1022px) and (max-width: 1065px) {
      #nav-icon1 {
            margin-right: 10em !important;
      }
  }
@media screen and (min-width: 990px) and (max-width: 1021px) {
      #nav-icon1 {
            margin-right: 13em !important;
      }
  }
  @media screen and (min-width: 990px) and (max-width: 1021px) {
      #nav-icon1 {
            margin-right: 13em !important;
      }
  }
    @media screen and (min-width: 920px) and (max-width: 989px) {
      #nav-icon1 {
            margin-right: 16em !important;
      }
  }
   @media screen and (min-width: 850px) and (max-width: 919px) {
      #nav-icon1 {
            margin-right: 22em !important;
      }
  }

   @media screen and (min-width: 800px) and (max-width: 849px) {
      #nav-icon1 {
            margin-right: 26em !important;
      }
  }
  @media screen and (min-width: 769px) and (max-width: 799px) {
      #nav-icon1 {
            margin-right: 30em !important;
      }
  }



@media screen and (max-width: 1149px) {
  .mainMenu{


}
  #nav-icon1 {
    display:block;
  }
  .mainMenu{
    display:none;
  }
    .mainMenu li{
        float:none !important;
        width:100%;
        background-color:#fff;
    }
    .icon-menu{
      display:none !important;
    }
}
@media screen and (min-width: 768px) {
  .footer-col4{
    float:left;
    width:22%;
    padding:1em;
    color:#444;
    }

  }

@media screen and (min-width: 1150px) {
#nav-icon1 {
    display:none;
  }
}

  header.primary.v65-group{
    left:0;
   /* position:fixed;
    background-color:#FFFBF3;*/
  }

  .footer-col4 .v65-pod .v65-podTitle{
    display:none;
  }

  header.primary.v65-group * {
/*background-color:#FFFBF3;*/
  }


  .mk-blockquote.quote-style .mk-svg-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    fill: #dddddd;
    fill: rgba(0, 0, 0, 0.1);
    height: 32px!important;
    width: 32px!important;
}
.mk-blockquote.quote-style {
    background-color: #f9f7eb!important;
    padding-bottom: 0px!important;
        position: relative;
    padding: 20px 20px 20px 70px !important;
}
#mk-blockquote-15 p {
    font-size: 18px;
}
h2[id^='fancy-title-']{
      letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 140%;
    color: #4b4b4b;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 10px;
}
#nav-icon1 {
transition:0.5s;
    z-index: 20;
    width: 30px;
   right:2em;
  position:absolute;
    top: 4.3em;
    height: 45px;

    cursor: pointer;
}



/* Icon 1 */
 @media screen and (max-width: 580px) {
     h1.logo{
          margin-top:0;
     }

     #nav-icon1{
          top: 5.2em ;
     }

     .v65-clubSignUp-Teaser div{
     		float:none !important;
     		width:100% !important;
	}
 }

 @media screen and (max-width: 580px) {
 	 .pageContent{
	    max-width: 360px;
	}
	.main-category-page {
	    max-width: 300px;
	}
	body{
		overflow-x:hidden;
	}
 }




#nav-icon1 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #8f3e3d;

  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 11px;
}
.quote{
  color: #a94741;
}
.citation{
      letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 140%;
    color: #4b4b4b;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
  padding-left: 5em;

}
#nav-icon1 span:nth-child(3) {
  top: 22px;
}
.red-bold{
  color: #a94741;
  font-weight:bold;
}
.red-bold a, .red-bold a:visited, .red-bold a:active{
  color:#444;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
article div{
  max-width:1124px;
}
.v65-productWrapper h1{
      border-bottom: 2px solid #444;
    height: 85px;
}

.v65-wine-specs {
  display: none;
}

.v65-wine-profile, .v65-product-reviews, .v65-ProductRating {

}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menuOnScroll {
    top: 1em !important;
}

.v65-customForm fieldset legend{
  display:none;
}
.group-title{
          padding-top: 30px;
    border-bottom: 2px #666 solid;
    min-height: 70px;
    max-width: 685px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.group-description{
  margin:0 auto;
  max-width:980px;

}
.group-description{
  border-bottom:none;
}
.group-description{
  margin-bottom:20px;
}
@media screen and (max-width: 1149px) {
  .footer-left{
    text-align:center;
  }
  .v65-form{
    width:100%;
  }
  .footer-col4{
    text-align:center;
        padding: 1em 0;
  }
  .upper-footer .inner-footer .footer-col4:last-child{
  height:430px;
}
.v65-product-leftCol .v65-product-photo img {
    height:300px !important;
}
.footer-col4, .footer-right, .footer-left{
  width:100%;
  float:none;
}
.footer-right{
  display:none;
}
.upper-footer .footer-col4 .v65-pod {
  height:310px;
  width:100%;
}

.lower-footer{
  height:auto !important;
}
}
.soc{
  margin-bottom:20px;
}
.product-link{
  font-family: "Raleway";
  font-style:italic;
      color: #666;
    font-weight: bold!important;
}
.product-link-left, .product-link-right{
  color: #666;
    font-weight: bold!important;
    float:right;
}

h2 a{
      color: #666;
}
.breadcrumbs ul{
  margin-left:-35px !important;
}
.breadcrumbs ul li{
  display: inline-block;
}
.breadcrumbs{
  padding-top:155px;
  margin:0 auto;
  max-width:1200px;
}

.breadcrumbs ul li a{
  color:#666;
  font-size:14px;
}

.breadcrumbs ul li:last-child{
  font-weight:bold;
}
.inner-footer{
  max-width:1200px;
  margin:0 auto;
}

.footer-col4, .footer-col4 p{
      font-size: 12px;
    line-height: 22px;
}

.bsp-wine-grid{
  padding:20px;
      text-align: center;
    font-size: 16px;
    width: 28%;
    margin: 0 auto 0 auto;
    float: left;
    height:670px;
}


.vc_empty_space{

      margin-bottom: 25px;
}

.vc_empty_space img{
    margin-left: 20px;
    margin-right: 20px;
}

.quote-style{
    color: #a94741 !important;

}

.quote-style p{
  font-size:16px !important;
}

.mk-custom-box{
  margin-bottom: 35px;
}
.citation span{
letter-spacing: 1px;
}
.citation{
      margin-top: -25px;

}
.footer-col4{
margin-top:30px;
}
.v65-productWrapper {
     margin-bottom: 0!important;
     padding-bottom:0 !important;
}

.mk-svg-icon-social{
    height: 40px!important;
    width: 40px!important;
}
.social-icons{
  margin-right:15px;
}

#user-tools {
    font-size: 13px;
}

.club-page-section{
  width:30%;
  float:left;
  padding:15px;
      height: 487px;
    line-height: 18px;
    font-size: 14px;
}
.main-club-container{
  width:100%;
  margin:0 auto;
}

.club-info{
  margin-top:-45px;
  text-align:center;
}
.club-info ul{
  margin-bottom:8px;
  padding-left:0;
  margin-top:8px;
}
.club-info p{
  margin:8px;
}
.club-info ul li{
  list-style-type:none;
}
.club-link-1{
  font-size:14px;
  font-weight:bold;
}
.club-link-2{

  color:#000;
  font-size:18px;
  font-weight:bold;
}
.club-image{
  text-align:center;
  margin-top:-50px;
}


 @media screen and (max-width: 908px) {
  .club-page-section{
    width:100%;
  }
  }



@media screen and (max-width: 768px) {
.bsp-wine-grid{
  float:none;
  width:100%;
}
.club-info, .v65-clubSignUp-Teaser{
        width:100% !important;
        float:none !important;
      }
}
@media screen and (max-width: 950px) {
    #v65-signUpClubSummaryWrapper{
        display:none;
      }

      .read-terms{
          display:block;
      }
      .close-terms{
        display:none;
      }
      .v65-clubSignUp-Teaser{
        width:100%;
        float:none;
      }

}

@media screen and (min-width: 951px) {
    #v65-signUpClubSummaryWrapper{
        display:block !important;
      }

      .read-terms, .close-terms{
        display:none !important;
      }

}
.footer-1.footer-col4 p , .footer-2.footer-col4 p , .footer-3.footer-col4 p {
    line-height: 18px !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande" !important;
}
.footer-col4.footer-1 h3 , .footer-col4.footer-2 h3 , .footer-col4.footer-3 h3 {
    text-transform: uppercase;
    font-size: 15px;
    color: #333333;
    font-weight: bolder;
    letter-spacing: 1px;
    font-family: "Lucida Sans Unicode", "Lucida Grande" !important;
}
.inner-footer {
    max-width: 1140px !important;
}
.footer-1 , .footer-2 , .footer-3{
    padding: 50px 2% 0px 2% !important;
}
.footer-2 p{
  font:12px/18px "Lucida Sans Unicode", "Lucida Grande";
}
.footer-2 .a11y{
  text-decoration: underline;
}
.upper-footer {
    color: #444;
    background-color: #e5d199;
    min-height: 600px;
}