@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;
}

/**
 * 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 {
  -webkit-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: "“" "”" "‘" "’";
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          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 */
  -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+.
 */
/**
 * 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?jji5ji");
  src: url("../font/icomoon.eot?#iefixjji5ji") format("embedded-opentype"), url("../font/icomoon.woff?jji5ji") format("woff"), url("../font/icomoon.ttf?jji5ji") format("truetype"), url("../font/icomoon.svg?jji5ji#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-file-pdf:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-up-bold:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-search:before {
  content: "";
}

/*
 * 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 */
  /* 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: 98%;
}

body {
  background-color: #fff;
  color: #191919;
	font-size: 23px;
	font-family: bilo, sans-serif;   font-weight: 300; 
  -webkit-font-smoothing: antialiased;
	font-size: 110%;
}

/* ==========================================================================
   Focus styles for accessibility
   ========================================================================== */
*:focus {
  outline: 3px solid orange;
}

*.focus--mouse:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {font-family: bilo, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1 {
  font-size: 39px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 30px;
  line-height: 1.3333333333;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

p, blockquote {
  margin: 0 0 1.5em;
  line-height: 1.3;
}

p {
  margin-top: 1em;
}

blockquote {
  font-size: 17px;
  padding-bottom: 1px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
@media screen and (max-width: 767px) {
  blockquote {
    width: 80%;
  }
}
blockquote p {
  line-height: 1.7;
  margin: 2em 0;
}

blockquote:after {
  border-bottom: 1px solid #ccc;
  content: "";
  height: 1px;
  margin-left: -75px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
}

hr {
  background-color: #ccc;
  border: 0;
  color: #ccc;
  height: 1px;
  max-width: 95%;
  margin: 10px auto 50px;
}

dl, ol, ul {
  margin: 0 0 1.5em;
}

dd, dt, li {
  line-height: 1.5;
  margin: 0;
}

a {
  color: #386f93;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #2a536f;
  text-decoration: none;
}

img {
  border: none;
  height: auto !important;
  max-width: 100%;
}

form {
  margin-bottom: 1em;
}

legend {
  color: #191919;
}

a[name=footerNav] {
  display: none !important;
}

.v65-title {
  color: #000;font-family: bilo, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}
.v65-title a {
  color: #000;
}
.v65-title a:hover, .v65-title a:focus, .v65-title a:active {
  color: #000;
  text-decoration: none;
}

.v65-subtitle {
  color: #000;
  font-size: 23px;font-family: bilo, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em;
}

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 10;


}
}

#user-tools {font-family: mr-eaves-modern, sans-serif;   font-weight: 400; 
  font-size: 12px;
  width: auto;
}
@media screen and (max-width: 580px) {
  #user-tools {
    background-color: #162b39;
  }
}
#user-tools a {
  color: #000;
}
#user-tools a:hover, #user-tools a:active, #user-tools a:focus {
  color: #000;
}
@media screen and (max-width: 580px) {
  #user-tools a:hover, #user-tools a:active, #user-tools a:focus {
    color: #fff;
  }
}
@media screen and (max-width: 580px) {
  #user-tools a {
    color: #fff;
  }
}
@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 .v65-editProfile, #user-tools .v65-yourAccount,
#user-tools .v65-login, #user-tools .v65-logout {
  border-color: #24475e;
}
@media screen and (min-width: 581px) {
  #user-tools .v65-editProfile, #user-tools .v65-yourAccount,
#user-tools .v65-login, #user-tools .v65-logout {
    width: auto;
  }
}
#user-tools .v65-pointsBalance {
  display: inline-block;
  padding-right: 1em;
}
@media screen and (max-width: 580px) {
  #user-tools .v65-pointsBalance {
    display: none;
  }
}

#v65-modalCart {
  position: static;
}
@media screen and (min-width: 581px) {
  #v65-modalCart {
    display: inline-block;
    padding-left: 1em;
  }
}

.v65-logo {
  background-position: top center !important;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .v65-logo {
    clear: both;
    margin: 0.5em auto 0;
  }
}

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  font-family: bilo, sans-serif;font-weight:500
	text-transform: uppercase;
	letter-spacing: 0px;
  font-size: 14px;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .mainMenu {
    margin: 1em 0 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .mainMenu {
    margin: 0px 0 0;
	  text-transform: uppercase;
  }
}
@media screen and (max-width: 580px) {
  .mainMenu {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 48px;
    left: -100%;
    background-color: #0c0c0c;
    height: 100%;
    height: calc(100% - 46px);
    height: -o-calc(100% - 46px);
    /* opera */
    /* google, safari */
    height: -moz-calc(100% - 46px);
    margin: 0;
    overflow-y: auto;
    padding: 20px 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
	margin-top: 0px;
}
.mainMenu ul ul {
  background: #fff;
  border: 1px solid #eeeeee;
  display: none;
  font-size: 14px;
  left: -10px;
  position: absolute;
  top: 39px;
  width: 200px;
  z-index: 1;
}
@media screen and (max-width: 580px) {
  .mainMenu ul ul {
    background-color: #0c0c0c;
    border: 0;
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.mainMenu li {
  display: inline-block;
  padding: 0;
  position: relative;
}
@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 0 0 32px;
  }
}
@media screen and (max-width: 580px) {
  .mainMenu li {
    border-bottom: 1px solid #191919;
    display: block;
    margin: 0;
    padding: 4px 15px;
    text-align: left;
  }
}
.mainMenu li:first-child {
  margin-left: 0;
	 
}
@media screen and (min-width: 768px) {
  .mainMenu li:hover ul {
    display: block;
  }
}
.mainMenu li li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
  width: 200px;
}
@media screen and (max-width: 580px) {
  .mainMenu li li {
    border-bottom: 0;
    border-top: 1px solid #191919;
    padding: 9px 0;
    width: 100%;
  }
}
.mainMenu li li a {
  color: #666;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 5%;
  text-align: left;
  text-transform: none;
  width: 95%;
}
.mainMenu li li a:hover {
  color: #000;
}
@media screen and (max-width: 580px) {
  .mainMenu li li a {
    color: #C3C3C3;
    padding: 0;
    width: 100%;
  }
  .mainMenu li li a:hover {
    color: #fff;
  }
}
.mainMenu a {
  color: #000;
  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;
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .mainMenu a {
    height: 39px;
    line-height: 39px;
  }
}
.mainMenu a:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 580px) {
  .mainMenu a {
    color: #C3C3C3;
    padding: 0;
    width: 100%;
  }
  .mainMenu a:hover {
    color: #fff;
  }
}
.mainMenu .v65-pageAParent {
  color: #000;
}
@media screen and (max-width: 580px) {
  .mainMenu .v65-pageAParent {
    color: #fff;
  }
}
@media screen and (max-width: 919px) {
  .mainMenu .v65-home {
    display: none;
  }
}
.mainMenu .v65-selected {
  color: #000;
}
@media screen and (max-width: 580px) {
  .mainMenu .v65-selected {
    color: #fff;
  }
}
.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 {font-family: bilo, sans-serif;
  margin-bottom: 0;
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  .subMenu {
    float: left;
    margin-right: 4%;
    padding-right: 2%;
    width: 17.5%;
  }
}
.subMenu h4 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .subMenu h4 {
    display: none;
  }
}
.subMenu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.subMenu li {
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .subMenu li {
    border-top: 1px solid #eeeeee;
    line-height: 44px;
    text-align: center;
  }
}
.subMenu li ul {
  margin-left: 10px;
}
.subMenu a {
  display: inline-block;
  color: #24475e;
  line-height: 1.5;
  width: 100%;
}
.subMenu a:hover, .subMenu a:focus, .subMenu a:active {
  color: black;
  text-decoration: none;
}
.subMenu .v65-pageAParent {
  color: #000;
}
.subMenu .v65-leftSelected {
  color: #000;
  font-style: italic;
}

.mobileMenu {
  color: #fff;
  display: none;
  float: left;
  font-size: 2.5em;
  padding: 5px 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: #162b39;
}

.content {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .pageContent {
    padding: 4em 1em;
  }
}
@media screen and (min-width: 768px) {
  .pageContent {
    padding: 3em 3em;
  }
}
@media screen and (max-width: 580px) {
  .pageContent {
    padding: 4em 0;
  }
}

.alternateBackgroundContent {
  background: #eeeeee;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 5%;
  width: 90%;
}
@media screen and (max-width: 580px) {
  .wrapper {
    padding: 0 2%;
    width: 94%;
  }
}

@media screen and (max-width: 580px) {
  header .wrapper {
    padding: 0;
    width: 100%;
  }
}

.overlay {
  background: url(../images/image-overlay.png);
  background: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=email], input[type=password], input[type=tel], input[type=text], input[type=username], input[type=number] {
  border: 1px solid #d0d3d4;font-family: bilo, sans-serif;
}

button, input[type=button], input[type=submit], label, form {font-family: bilo, sans-serif;
}

/* ----- a. Homepage Styles ----- */
.homepageContent {
  background: #ffffff;
  padding: 2.0em 0;
}
.homepageContent .v65-blogPostWrapper {
  float: left;
  margin: 1em 0 0;
  width: 50%;
}
@media screen and (max-width: 580px) {
  .homepageContent .v65-blogPostWrapper {
    float: none;
    margin: 0 auto;
    width: 95%;
  }
}
.homepageContent .v65-blogPostWrapper .v65-blogPost {
  margin: 0 6%;
}
.homepageContent .v65-blogPostWrapper h2 {font-family: bilo, sans-serif;
}
.homepageContent .v65-blogPostWrapper h2 a:hover, .homepageContent .v65-blogPostWrapper h2 a:focus, .homepageContent .v65-blogPostWrapper h2 a:active {
  color: #2a536f;
  text-decoration: none;
}
.homepageContent .v65-blogPostWrapper .v65-blogPostDate {
  color: #5d5d5d;font-family: bilo, sans-serif;
}
.homepageContent .v65-blogPostWrapper .v65-blogPostDate a {
  color: #5d5d5d;
  font-weight: bold;
}
.homepageContent .v65-blogPostWrapper .v65-avatar,
.homepageContent .v65-blogPostWrapper .v65-blogFooter {
  display: none;
}

.homepageLinks .heroImage {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  text-align: center;
  padding: 5em 5%;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 581px) {
  .homepageLinks .heroImage {
    min-height: 400px;
    padding: 2.5em 5% 8em;
  }
}
.homepageLinks .heroImage .imageContent {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 581px) {
  .homepageLinks .heroImage .imageContent {
    margin-top: 8em;
  }
}
.homepageLinks .heroImage .imageContent h1 {
  font-size: 5em;
}
@media screen and (min-width: 581px) and (max-width: 950px) {
  .homepageLinks .heroImage .imageContent h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 580px) {
  .homepageLinks .heroImage .imageContent h1 {
    font-size: 3em;
  }
}
.homepageLinks .heroImage .imageContent a {
  color: #d4d4d4;
  font-weight: bold;
}
.homepageLinks .imageContent {
  position: relative;
}
.homepageLinks .bottomImage {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding: 6em 5% 4em;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 1300px) {
  .homepageLinks .bottomImage {
    padding: 6em 6%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .homepageLinks .bottomImage {
    float: none;
    padding: 4em 5%;
    width: 100%;
  }
}
@media screen and (min-width: 581px) {
  .homepageLinks .bottomImage:hover .overlay, .homepageLinks .bottomImage:active .overlay, .homepageLinks .bottomImage:focus .overlay {
    background: url(../images/image-overlay-darken.png);
    background: rgba(0, 0, 0, 0.7);
  }
}
.homepageLinks a, .homepageLinks p, .homepageLinks h1, .homepageLinks h2, .homepageLinks h3, .homepageLinks h4, .homepageLinks h5, .homepageLinks h6 {
  color: #fff;
  line-height: 1.3;
}
.homepageLinks a:hover, .homepageLinks a:focus, .homepageLinks a:active, .homepageLinks p:hover, .homepageLinks p:focus, .homepageLinks p:active, .homepageLinks h1:hover, .homepageLinks h1:focus, .homepageLinks h1:active, .homepageLinks h2:hover, .homepageLinks h2:focus, .homepageLinks h2:active, .homepageLinks h3:hover, .homepageLinks h3:focus, .homepageLinks h3:active, .homepageLinks h4:hover, .homepageLinks h4:focus, .homepageLinks h4:active, .homepageLinks h5:hover, .homepageLinks h5:focus, .homepageLinks h5:active, .homepageLinks h6:hover, .homepageLinks h6:focus, .homepageLinks h6:active {
  text-decoration: none;
}
.homepageLinks h1 {
  font-size: 2.8em;
  margin-bottom: 0;
}
@media screen and (min-width: 1301px) {
  .homepageLinks h1 {
    font-size: 3.5em;
  }
}
.homepageLinks p {
  font-size: 1.2em;
  line-height: 1.7;
}
.homepageLinks .imageButton {
  border: 2px solid #fff;
  display: inline-block;
	font-family: bilo, sans-serif;
  padding: 7px 40px;
  position: relative;
  width: auto;
}
.homepageLinks .imageButton:hover, .homepageLinks .imageButton:focus, .homepageLinks .imageButton:active {
  background-color: #fff;
  color: #000;
}

.homepageContent.homepageProductGroup {
  background-color: #fff;
  padding: 3em 0;
}
.homepageContent.homepageProductGroup .v65-productGroup-title.v65-title {
  display: none;
}
.homepageContent.homepageProductGroup .v65-productGroup-product {
  padding: 5em 0em;
  margin: 0;
  width: 100%;
}
.homepageContent.homepageProductGroup .v65-productGroup-product .v65-title {
  font-size: 2.5em;
}
.homepageContent.homepageProductGroup .v65-productGroup-product:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 701px) {
  .homepageContent.homepageProductGroup .v65-productGroup-product .v65-product-teaser {
    padding: 0 6%;
  }
}
.homepageContent.homepageProductGroup .v65-productGroup-product .v65-product-addToCart-priceWrapper {
  margin-bottom: 30px;
}
.homepageContent.homepageProductGroup .productPhoto {
  width: 30%;
}
@media screen and (max-width: 450px) {
  .homepageContent.homepageProductGroup .productPhoto {
    margin-bottom: 1em;
  }
}
.homepageContent.homepageProductGroup .productDescription {
  width: 70%;
}
.homepageContent.homepageProductGroup .productPhoto,
.homepageContent.homepageProductGroup .productDescription {
  float: left;
}
@media screen and (min-width: 1100px) {
  .homepageContent.homepageProductGroup .productPhoto,
.homepageContent.homepageProductGroup .productDescription {
    width: 50%;
  }
}
@media screen and (max-width: 451px) {
  .homepageContent.homepageProductGroup .productPhoto,
.homepageContent.homepageProductGroup .productDescription {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 451px) {
  .homepageContent.homepageProductGroup .v65-productGroup-product.middleGroup .productPhoto {
    float: right;
  }
}

#slider {
  height: 0;
  padding-top: 35%;
  overflow: hidden;
  width: 100%;
}
#slider .nivo-main-image {
  position: absolute !important;
}

/* ----- b. Page Styles ----- */
.backToTop {
  background: #191919;
  bottom: 1em;
  color: #fff;
  border-radius: 50%;
  display: none;
  height: 4em;
  line-height: 4em;
  opacity: 0.6;
  padding-top: 0.5em;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 4.5em;
  z-index: 1000;
}

.upButton {
  font-size: 3em;
}

@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;
  box-sizing: border-box;
}

div#pagePhotoGallery {
  margin: 0 auto;
}

.customLinks > a:hover, .customLinks > a:focus, .customLinks > a:active {
  text-decoration: none;
}

.pageLinks {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  text-align: center;
  text-decoration: none;
  position: relative;
}
.pageLinks.fullWidthYes {
  float: left;
  padding: 4em 5%;
  width: 90%;
}
@media screen and (min-width: 1300px) {
  .pageLinks.fullWidthYes {
    padding: 7em 7%;
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .pageLinks.fullWidthYes {
    float: none;
  }
}
.pageLinks.fullWidthNo {
  float: left;
  padding: 4em 5%;
  width: 40%;
}
@media screen and (min-width: 1300px) {
  .pageLinks.fullWidthNo {
    padding: 7em 7%;
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .pageLinks.fullWidthNo {
    float: none;
    padding: 5em 5%;
    width: 90%;
  }
}
@media screen and (min-width: 581px) {
  .pageLinks:hover .overlay, .pageLinks:active .overlay, .pageLinks:focus .overlay {
    background: url(../images/image-overlay-darken.png);
    background: rgba(0, 0, 0, 0.7);
  }
}
.pageLinks a, .pageLinks p, .pageLinks h1, .pageLinks h2, .pageLinks h3, .pageLinks h4, .pageLinks h5, .pageLinks h6 {
  color: #fff;
  position: relative;
}
.pageLinks a:hover, .pageLinks a:focus, .pageLinks a:active, .pageLinks p:hover, .pageLinks p:focus, .pageLinks p:active, .pageLinks h1:hover, .pageLinks h1:focus, .pageLinks h1:active, .pageLinks h2:hover, .pageLinks h2:focus, .pageLinks h2:active, .pageLinks h3:hover, .pageLinks h3:focus, .pageLinks h3:active, .pageLinks h4:hover, .pageLinks h4:focus, .pageLinks h4:active, .pageLinks h5:hover, .pageLinks h5:focus, .pageLinks h5:active, .pageLinks h6:hover, .pageLinks h6:focus, .pageLinks h6:active {
  text-decoration: none;
}
.pageLinks h1 {
  font-size: 2.5em;
}
@media screen and (min-width: 1001px) {
  .pageLinks h1 {
    font-size: 3em;
  }
}
.pageLinks .imageButton {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;font-family: bilo, sans-serif;
  letter-spacing: 1px;
  padding: 7px 40px;
  position: relative;
  width: auto;
}
.pageLinks .imageButton:hover, .pageLinks .imageButton:focus, .pageLinks .imageButton:active {
  background-color: #fff;
  color: #000;
}

.nivo-controlNav a:hover {
  color: transparent;
}

/* List */
.v65-calendarList-Month {
  border-bottom: 1px solid #eee;font-family: bilo, sans-serif;
  font-size: 16px;
}

.v65-calendarList-Event .v65-title {
  margin-bottom: 1em;
}
.v65-calendarList-Event strong {
  font-weight: 300;
}
.v65-calendarList-Event .v65-calendarList-Time {
  display: block;
}

/* Block */
#v65-CalendarTable {
  border-color: #eeeeee;
  color: #e0e0e0;
}
#v65-CalendarTable th {
  background-color: #ebebeb;
  border-color: #eeeeee;
  color: #000;font-family: bilo, sans-serif;
  font-weight: 300;
  padding: 5px 0;
}
#v65-CalendarTable td {
  border-color: #eeeeee;
}
#v65-CalendarTable .v65-CalendarDay {
  border: 0;
  color: #675b1f;font-family: bilo, sans-serif;
  font-size: 0.95em;
}
#v65-CalendarTable .v65-CalendarOffMonthDays {
  background-color: #F7F7F7;
}
#v65-CalendarTable .v65-CalendarToDay {
  background-color: #EEEEEE;
}
@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: #e1e1e1;
    color: #fff;
    height: 2.3em;
    width: auto;
  }
}

/* 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%;
}
.eventWrapper strong {
  font-weight: 300;
}

.backLink {font-family: bilo, sans-serif;
  font-size: 1.1em;
}

/* ----- 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 (min-width: 581px) and (max-width: 600px) {
  .v65-product3Up {
    float: none;
    margin: 1em auto;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .v65-product3Up .v65-last {
    margin: auto;
    padding: auto;
    border: 0;
  }
}

@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%;
  }
}

.homepageProductGroup .v65-product-photo {
  margin: 0 15px 0 0;
}

.v65-paging, .v65-pagingBottom {
  border-color: #eeeeee;
}

.v65-club {
  margin: 30px 0;
}

.v65-clubTeaser {
  border-bottom: 1px solid #e5e5e5;
}

.v65-product-quickView {
  background-color: #162b39;
  border: none;
  color: #fff;
  border-radius: 0;font-family: bilo, sans-serif;
  margin-left: -52px;
  padding: 0.75em 1em;
}
.v65-product-quickView:hover, .v65-product-quickView:active, .v65-product-quickView:focus {
  background-color: #1d394b;
  color: #fff;
}

.v65-quickView {
  border: 1px solid #ccc;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.v65-quickView .v65-quickView-close {
  top: 10px;
  right: 10px;
}
.v65-quickView .v65-quickView-close a {
  background-color: #162b39;
  border-radius: 0;font-family: bilo, sans-serif;
  padding: 4px 14px;
}
.v65-quickView .v65-quickView-close a:hover, .v65-quickView .v65-quickView-close a:active, .v65-quickView .v65-quickView-close a:focus {
  background-color: #1d394b;
}
.v65-quickView .v65-quickViewContent .v65-product-photoWrapper {
  width: 25%;
  margin-right: 2%;
}
.v65-quickView .v65-quickViewContent .v65-quickView-right-content {
  width: 70%;
}
.v65-quickView .v65-quickViewContent .v65-product-tabs .last a {
  border-radius: 0;
}
.v65-quickView .v65-quickViewContent .v65-product-tabs li a {
  border-color: #eeeeee;
  font-weight: 300;
}
.v65-quickView .v65-quickViewContent li.v65-product-tabs-active a {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .v65-quickView .v65-quickViewContent li.v65-product-tabs-active a {
    height: 44px;
    line-height: 44px;
  }
}
.v65-quickView .v65-quickViewContent .v65-product-tabRightcol {
  float: none;
  width: 100%;
}
.v65-quickView .v65-quickViewContent .v65-wine-specs .v65-product-attributeLabel {
  text-align: right;
  width: 47%;
}

@media screen and (max-width: 520px) {
  a.v65-product-quickView {
    display: none !important;
  }
}

.v65-product-addToCart-price {
  font-weight: 300;
}

.v65-product2Up {
  margin: 2em 2% 1.5em;
}
@media screen and (min-width: 601px) {
  .v65-product2Up {
    width: 46%;
  }
}
.v65-product2Up .v65-product-photo {
  float: left;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 520px) {
  .v65-product2Up .v65-product-photo {
    float: none;
    margin: 0 auto;
  }
}
.v65-product2Up .v65-product-addToCart-priceWrapper {
  display: block;
  margin-bottom: 0.5em;
}

.v65-productList {font-family: bilo, sans-serif;
}
.v65-productList th {
  background-color: #fff;
  font-size: 1.2em;
  font-weight: normal;
}
.v65-productList tr.alternatRow {
  background-color: #eee;
}
.v65-productList tr.alternatRow:hover, .v65-productList tr.alternatRow:active, .v65-productList tr.alternatRow:focus {
  background-color: #e5e5e5;
}
.v65-productList tr:hover, .v65-productList tr:active, .v65-productList tr:focus {
  background-color: #e5e5e5;
}
.v65-productList .v65-product-addToCart-quantity input {
  margin-bottom: 0.5em;
}

.v65-product-availability, .v65-product-inventoryMessage {
  color: #686868;
}

.v65-product-attributeLabel,
.v65-wine-specs .v65-product-attributeLabel,
.v65-product-reviewStats strong {
  font-weight: 300;
	
}

.v65-productWrapper h1 {
  float: none;
  letter-spacing: 2;
  text-align: left;
  width: 100%;
}

.productDetails {
  border-top: 1px solid #eee;
  float: left;
  padding: 2em 0;
  margin: 2em 0;
  width: 100%;
}

@media screen and (min-width: 681px) {
  .v65-wine-profile,
.v65-wine-specs {
    float: left;
    margin: 0 2%;
  }
}

@media screen and (min-width: 681px) {
  .v65-wine-specs {
    width: 70%;
  }
}
@media screen and (max-width: 680px) {
  .v65-wine-specs {
    padding: 1em;
  }
}
.v65-wine-specs .v65-product-attributeLabel {
  text-align: left;
  width: auto;
}

.v65-wine-profile {
  margin-bottom: 0;
}
@media screen and (min-width: 681px) {
  .v65-wine-profile {
    width: 56%;
  }
}
@media screen and (max-width: 680px) {
  .v65-wine-profile {
    padding: 1em;
  }
}

#v65-cartTable {font-family: bilo, sans-serif;
}
@media screen and (max-width: 580px) {
  #v65-cartTable {
    font-size: 0.9em;
  }
}

#v65-cartCheckOutCoupons form {
  width: 280px;
}

td.v65-cartItemDescription {font-family: bilo, sans-serif;
}
td.v65-cartItemDescription a {
  color: #000;
}

td.v65-cartItemDescription strong {
  color: #000;font-family: bilo, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}
@media screen and (max-width: 400px) {
  td.v65-cartItemDescription strong {
    font-size: 0.95em;
  }
}

@media screen and (max-width: 400px) {
  span.v65-cartItemDescription-sku .small {
    font-size: 0.7em;
  }
}

#v65-cartTable th {
  background-color: #fff;
  border-bottom: 2px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-weight: 400;
}

#v65-cartTable td {
  padding: 1em 0.3em;
}
@media screen and (max-width: 400px) {
  #v65-cartTable td {
    padding: 1em 0;
  }
}

.v65-cartItem td {
  border-top: 1px solid #eeeeee;
}

#v65-cartSubtotal td {
  background-color: #fff;
  border-top: 2px solid #eeeeee;
  font-weight: 400;
  padding: 1em 0;
}

.v65-cartTax td {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 1em 0 !important;
}

#v65-cartTotal td {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 1em 0.3em;
}

td.v65-cartItemPrice,
td.v65-cartItemTotal,
#v65-cartTable .v65-cartItemInStock,
.v65-cartSubtotal-6,
.v65-cartTotal-6,
.v65-cartTotal-5,
.v65-cartSubtotal-5,
.v65-cartSubtotal-6,
.v65-cartSubtotal-5,
.v65-cartTax-5 {
  color: #000;
  font-weight: 300;
}

#v65-modalCartBody {
  background-color: #fff;font-family: bilo, sans-serif;
}

#v65-modalCartDropdown {
  border: 1px solid #d4d4d4;
}

#v65-modalCartTable th {
  background-color: #fff;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
  border: 0;
  padding: 7px 2px;font-family: bilo, sans-serif;
  font-weight: 300;
}

#v65-modalCartTable strong {font-family: bilo, sans-serif;
  font-weight: 300;
}

#v65-modalCartTableSubtotal td {
  background-color: #fff;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

#v65-modalCartTable td {
  border: 0;
  font-size: 1em;font-family: bilo, sans-serif;
  padding: 7px 1px;
}
#v65-modalCartTable td.center.bold {
  font-weight: 300;
}

#v65-modalCartTableSubtotal td {
  font-weight: 300;
}

#v65-checkoutFormWrapper strong, #v65-checkoutFormWrapper .bold {
  font-weight: normal;
}

.v65-product-addToCart-priceWrapper {
  font-size: 1.2em;
}

#v65-pointsGainedOnOrder {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0.5em 0 1em;
  font-size: 1em;
  padding: 0.5em 0;
}
#v65-pointsGainedOnOrder p {
  margin: 0;
}

#v65-checkoutCartSummaryMini,
#v65-checkCartSummaryMoreOptions {
  float: none;
  width: 100%;
}
#v65-checkoutCartSummaryMini td,
#v65-checkCartSummaryMoreOptions td {
  font-size: 13px;
}

#v65-couponFormWrapper div,
#v65-giftCardFormWrapper div,
#v65-loyaltyPointsFormWrapper div {font-family: bilo, sans-serif;   font-weight: 400; 
  font-size: 12px;
}

#v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsInputBox,
#v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsDollarValue {
  padding: 0 0 10px 0;
  margin-right: 3%;
}
@media screen and (max-width: 450px) {
  #v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsInputBox,
#v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsDollarValue {
    width: 47%;
  }
}

@media screen and (max-width: 450px) {
  #v65-loyaltyPointsFormWrapper button.modalBtn {
    clear: left;
    display: block;
  }
}
#v65-loyaltyPointsFormWrapper input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (orientation:landscape)
and (max-device-width: 700px) {
   
   #v65-modalContentWrapper{
     left: 0%;
     top: 0%;
     margin: 0;
     width: 100%;
     border: none;
   }

   #v65-modalContent p{
     font-size: 10pt;
   }

   .v65-form{
    width: 50%;float: left;margin-right: 2%;
  }

   .v65-form input[type=text], .v65-form input[type=password]{
      width: 93% !important;
   }
}

/*   ===================================================================================================
     5. Blog
======================================================================================================== */
@media screen and (min-width: 581px) {
  .blogContent {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .blogContent {
    padding: 4% 4% 0 0;
    width: 75%;
  }
}
.blogContent .v65-product-pagination, .blogContent .v65-Paging {
  width: 100%;
}

.v65-avatar img {
  border: 0;
  border-radius: 50%;
}

.v65-blogPostWrapper {
  border-bottom: 1px solid #eee;
  margin-bottom: 3em;
}

.v65-blogPost {
  margin-left: 0;
  padding-bottom: 5px;
}
.v65-blogPost .v65-blogPostDate {
  color: #5d5d5d;font-family: bilo, sans-serif;
  text-align: center;
}
.v65-blogPost .v65-blogPostDate a {
  color: #5d5d5d;
  font-weight: bold;
}
.v65-blogPost h1 {
  letter-spacing: 2;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 581px) {
  .v65-blogPost h1 {
    padding: 0 2em;
  }
}
.v65-blogPost h2 {
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 581px) {
  .v65-blogPost h2 {
    padding: 0 2em;
  }
}

@media screen and (min-width: 581px) {
  .blogFilterWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .blogFilterWrapper {
    float: right;
    padding-top: 7%;
    width: 20%;
  }
}
.blogFilterWrapper ul {
  list-style: none;
  padding: 0;
}
.blogFilterWrapper li {
  font-size: 11px;
  margin: 0 0 0 10px;
}
.blogFilterWrapper h5 {font-family: bilo, sans-serif;
}
.blogFilterWrapper strong, .blogFilterWrapper .v65-recentEntriesTitle {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .blogFilterWrapper .blogFilter {
    float: left;
    width: 49%;
  }
}

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilterLeft {
    padding-right: 4%;
  }
}

.v65-blogFooterDate,
.v65-blogFooterComments,
.v65-blogFooterLink {
  color: #5d5d5d;
  font-size: 1.1em;
}
.v65-blogFooterDate img,
.v65-blogFooterComments img,
.v65-blogFooterLink img {
  display: none;
}

.v65-blogFooterDate:before,
.v65-blogFooterLink:before,
.v65-blogFooterComments:before {
  font-family: "icomoon";
}

.v65-blogFooterDate:before {
  content: "";
}

.v65-blogFooterLink:before {
  content: "";
}

.v65-blogFooterComments:before {
  content: "";
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button {font-family: bilo, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
button span {
  padding: 0 1.5em;
}
@media screen and (max-width: 580px) {
  button span {
    padding: 0 0.7em;
  }
}
@media screen and (min-width: 581px) {
  button {
    height: 3.2em;
    line-height: 3em;
  }
}
@media screen and (max-width: 580px) {
  button {
    height: 4.3em;
    line-height: 4.3em;
  }
}
button.defaultBtn, button.modalBtn, button.largeBtn {
  background: #fff;
	border:solid 1px #000;font-family: bilo, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color:#000;
}
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: #ccc;
	color:#000;
}
@media screen and (min-width: 581px) {
  button.modalBtn, button.altModalBtn {
    height: 2.5em;
    line-height: inherit;
  }
}
button.altBtn, button.altModalBtn, button.altLargeBtn {
  background: #555555;font-family: bilo, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
  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;
  height: auto;
  line-height: inherit;
}
button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
  background: #434343;
}

a span {
  padding: 0 1em;
  height: auto;
  line-height: inherit;
}
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background: #ffffff;font-family: bilo, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
  text-decoration: none;
  vertical-align: middle;
	border:solid 1px #000;
  -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;
	color:#000;
}
a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
  background: #cccccc;
	color:#000;
}
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background: #555555;font-family: bilo, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
  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;
  height: auto;
  line-height: inherit;
}
a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
  background: #434343;
}
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto;
}

/* Cart Buttons */
#v65-cartHeader button.defaultBtn, #v65-cartHeader button.modalBtn, #v65-cartHeader button.largeBtn, td.v65-cartItemAmount button.defaultBtn, td.v65-cartItemAmount button.modalBtn, td.v65-cartItemAmount button.largeBtn {
  background: #ae9934;
}
#v65-cartHeader button.defaultBtn:hover, #v65-cartHeader button.defaultBtn:active, #v65-cartHeader button.modalBtn:hover, #v65-cartHeader button.modalBtn:active, #v65-cartHeader button.largeBtn:hover, #v65-cartHeader button.largeBtn:active, td.v65-cartItemAmount button.defaultBtn:hover, td.v65-cartItemAmount button.defaultBtn:active, td.v65-cartItemAmount button.modalBtn:hover, td.v65-cartItemAmount button.modalBtn:active, td.v65-cartItemAmount button.largeBtn:hover, td.v65-cartItemAmount button.largeBtn:active {
  background: #93812c;
}

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  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 #333333;
    line-height: 44px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer li {
    display: inline;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  footer li:first-child {
    border: 0;
  }
}
footer li a {
  display: inline-block;
  font-size: 0.917em;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer li a {
    width: 100%;
  }
}
footer .subscribeSection {
  background-color: #ffffff;
  padding: 1em 0;
	color: #000;
}
footer .subscribeSection h1 {
  color: #000;
}
footer .subscribeSection div#v65-subscribeWidget {
  color: #000;
}
footer .subscribeSection div#v65-subscribeWidget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
footer .subscribeSection div#v65-subscribeWidget form button {
  margin-left: 4px;
}
footer #v65-subscribeWidget input {
  background-color: transparent;
  color: 000;
}
@media screen and (min-width: 420px) {
  footer #v65-subscribeWidget input {
    width: 175px;
  }
}
footer .v65-socialMediaLinks {
  background-color: #ffffff;
  padding: 1.5em 0 !important;
}
footer .v65-socialMediaLinks a {
  color: #333;
  font-size: 1em;
}
footer .v65-socialMediaLinks a:hover, footer .v65-socialMediaLinks a:focus, footer .v65-socialMediaLinks a:active {
  color: #666;
  text-decoration: none;
}
footer .v65-socialMediaLinks ul {
  margin-bottom: 0;
}
footer .v65-socialMediaLinks li {
  border: 0;
  display: inline-block;
  font-size: 2em;
  padding: 0.2em 0.0em;
  margin: 0 !important;
}
footer .footerBottom {
  background-color: #ffffff;
  color: #555;font-family: bilo, sans-serif;;   font-weight: 400; 
  padding: 1em 0 0.5em;
}
footer .footerBottom nav {
  padding-bottom: 1em;
}
footer .footerBottom a {
  color: #000;
}
footer .footerBottom a:hover, footer .footerBottom a:focus, footer .footerBottom a:active {
  color: #666;
  text-decoration: none;
}
footer .legal {
  color: #949494;
  font-size: 0.87em;
}
footer .legal li {
  border: 0;
  display: block;
}
footer .legal a {
  color: #949494;
}
footer .legal a:hover {
  color: #d4d4d4;
}
/*   ===================================================================================================
     CUSTOM
======================================================================================================== */

/* ===================================================================================================
    3 Images
======================================================================================================== */
.containernew { 
width:85%;
	margin:auto;
	
border:solid 0px #000;
padding:10px;}

.rightbox
{float:right;
width:58.5%;
border:solid 0px #000;
}

.leftbox{
width:39.0%;
border:solid 0px #000;
}

@media screen and (max-width: 580px) {
  .leftbox{
width:100%;
	  margin-right: auto;
	  margin-left:auto;
  }
}
@media screen and (max-width: 580px) {
  .rightbox{
width:100%;
	  margin-right: auto;
	  margin-left:auto;
  }
}

 
.homepageGallery .homepagePhoto {
    background-size: cover;
    background-attachment: scroll;
}
/* ===================================================================================================
   END 3 Images
======================================================================================================== */
/* ===================================================================================================
   Homepage products
======================================================================================================== */

#homeFeatured {
	width:95%;
	max-width:1920px;
	padding-top:0px;
	margin:auto;
	background-color: #FFFFFF;
}

#homeFeatured:after { 
    content: " "; 
    display: block;
    clear: both;
} 
#homeFeatured h1 {font-family: bilo, sans-serif;
	font-size: 30px;
	
}

.homeProduct {
	width:24%;
	float:left;
	margin-bottom:60px
}

@media screen and (max-width:900px) {
	.homeProduct {
		width:50%;
		float:left;
		margin-bottom:60px
	}
}

@media screen and (max-width:500px) {
	.homeProduct {
		width:100%;
		float:left;
		margin-bottom:60px
	}

}

@media screen and (max-width:580px) {

	.footerMenuLink {
		display: none !important;
	}
}

.imageData {
	width:75%;
	margin:auto;
}

.imageData h2 {
	font-size: 23px;
}
.featuredText {
	width:100%; text-align: center;margin-top:20px;
}
.featuredBtn {
	width:100%; text-align: center;
}

/* ===================================================================================================
  3 image in line
======================================================================================================== */

#inlineWrapper {
     margin:auto;
}

#divWrapper {
    width:33.2%; float:left
}

.divWrapper-1 {
    width:94%; float:left; height:auto; border: 0px solid #fff
}
.divWrapper-2 {
    width:94%; float:none; margin-left:2%; height:auto; border: 0px solid #fff
}
.divWrapper-3 {
    width:94%; float:right; height:auto; border: 0px solid #fff
}

@media only screen and (max-width: 580px) {
#divWrapper {
    width:100%; float:left
}
.divWrapper-1 {
    width:100%;  height:100px; border: 1px solid grey; margin-bottom:10px
}
.divWrapper-2 {
    width:100%;  margin-left:0px; height:100px; border: 1px solid grey; margin-bottom:10px
}
.divWrapper-3 {
    width:100%; height:100px; border: 1px solid grey; margin-bottom:10px
}
}

.wrapperhomepage {
  margin: 0 auto;
  padding: 0 0%;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .wrapperhomepage {
    padding: 0 2%;
    width: 94%;
  }
}




/*   ===================================================================================================
    FONT
======================================================================================================== */

/* ==========================================================================
   4 images
   ========================================================================== */
/**
 
*/
.homepageLinks h1 {
    font-size: 1.5em;
	font-family: bilo, sans-serif;
	font-weight:500
}
.overlay {
    background: url(../images/image-overlay.png);
    background: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.homepageLinks p
{ font-size: 1.0em; 
}

.homepageLinks .imageButton {
    border: 2px solid #fff;
    display: inline-block;
    
		font-family: bilo, sans-serif;
	font-weight:500
    padding: 7px 20px;
    position: relative;
    width: auto;
}


.homepageLinks .bottomImage {
    padding: 3em 1%;
    width: 25%;
    border: solid 5px #fff;
    min-height: 250px;
}
/*@media screen and (min-width:1300px)*/
.homepageLinks .bottomImage {
    padding: 2em 1%;
    width: 25%;
    border: solid 5px #fff;
}

/*@media screen and (min-width:1301px)*/
	
.flexslider {
    margin: 0 0 20px !important;
    background: #fff !important;
    border: 0px solid #fff !important;
    margin-bottom: 5px !important;
}

@media screen and (max-width: 580px) {
  .homepageLinks .bottomImage {
    padding: 3em 1%;
    width: 100%;
  }
}

.header { position:fixed;
	width:100%}

	.pageMainImage {

    height: 0px;
    padding-top: 35.5%;
    margin-top: 0px;
    margin-bottom: 0px;

}
/* ==========================================================================
   5 column
   ========================================================================== */

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1 0 18%; /* The important bit. This percentage decides your columns. 
 The percent can be px. It just represents your minimum starting width.
  */
  margin: 5px;
  
  height: auto;

 
  align-items: center;
  justify-content: center;
	
}

@media screen and (max-width: 580px) 
{
  flex: {1 0 100%; 

	
}
}

@media screen and (max-width: 580px) 
	{
		.row {
  display: block;
  flex-wrap: wrap;
}
}

.v65-blogPostWrapper {
    width: 30%;
    margin-left: 3%;
    float: left;
}
.v65-avatar {
    display: none;
}

.v65-blogPost h2 {
    text-align: center;
    font-size: 20px;
	padding: 0 1em;
	margin-bottom:1em;
}
.v65-blogFooter { 
display:none;
}

#v65-modalContent .v65-form {
    width: 100%;
}

#v65-modalContent .v65-form fieldset div #username{
    width: 100% !important;
    box-sizing: border-box;
}

#v65-modalContent .v65-form fieldset div #password{
    width: 100% !important;
    box-sizing: border-box;
}

#v65-modalContentHeader {
    height: 37px;
}

@media screen and (max-width: 980px) {
	.v65-blogPostWrapper {
		width: 100%;
	}
	.v65-blogPostWrapper p {
		text-align:center;
	}
}

#homeFeatured h1 {
    FONT-WEIGHT: 200;
    font-family: bilo, sans-serif;
    font-size: 20px;
}

.v65-form legend {
    font-size: 1.17em;
    margin: 0;
    padding: 0 5px;
    display: none;
}

.mainMenu li:first-child {
  margin-left: 0;
	display:none;
}

.v65-blogPost .v65-blogPostDate {
    color: #5d5d5d;
    font-family: bilo, sans-serif;
    text-align: center;
    display: none;
}
.v65-form {
    width: 90%;
    margin: 0 0 1em;
}

.v65-form input[type=text], .v65-form input[type=password], .v65-form input[type='username'] {
    margin: 0;
    width: 420px;
}
.v65-form textarea, .v65-form select {
    font-family: bilo, sans-serif;;
    line-height: 1.5;
    width: 420px;
    font-size: 1em;
}

button, input[type=button], input[type=submit], label, form {
    font-family: bilo, sans-serif;
    font-size: 14px;
}

.v65-blogPost h2 {
    text-align: left;
    font-size: 16px;
    padding: 0 1em;
    margin-bottom: 1em;
}




/* W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:bilo, sans-serif;;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:32px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}.w3-serif{font-family:bilo, sans-serif;}
h1,h2,h3,h4,h5,h6{font-family:bilo, sans-serif;;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}

.v65-title {
    color: #000;
    font-family: bilo, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
}

.v65-productWrapper h1 {
    float: none;
    letter-spacing: 2;
    text-align: left;
    width: 100%;
}

.v65-wine-specs .v65-product-attribute {
    font-size: 15px;
}

.v65-wine-specs .v65-product-attributeValue {
    float: left;
    line-height: 1em;
    width: 80%;
}