/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("normalize.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?-fevmmm");
  src: url("../font/icomoon.eot?#iefix-fevmmm") format("embedded-opentype"), url("../font/icomoon.woff?-fevmmm") format("woff"), url("../font/icomoon.ttf?-fevmmm") format("truetype"), url("../font/icomoon.svg?-fevmmm#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: "\eada"; }

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

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

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

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

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

.icon-user:before {
  content: "\e60f"; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-instagram, .icon-facebook, .icon-twitter, .icon-pinterest, .icon-gplus, .icon-youtube, .icon-vimeo, .icon-yelp {
  font-size: 2em; }

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Georgia', 'Times', 'Times New Roman', 'serif'; }

a {
  color: #faa635;
  text-decoration: none; }
  a:visited {
    color: #faa635; }
  a:focus {
    color: #faa635; }
  a:hover {
    color: #989898; }

h1 {
  font-weight: normal;
  font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';
  color: #000;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 0.6em;
  margin-top: 4px; }

h2 {
  font-weight: normal;
  font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  margin: 0.05em 0 0.5em; }

h3 {
  font-weight: normal;
  font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0.6em; }

h4 {
  font-weight: normal;
  font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';
  color: #000;
  font-size: 18px;
  line-height: 1.2; }

h5 {
  font-weight: normal;
  font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';
  color: #000;
  font-size: 14px;
  line-height: 1.5; }

h6 {
  font-weight: normal;
  font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';
  color: #000;
  font-size: 14px;
  line-height: 1.5; }

img {
  border: none; }

hr {
  height: 2px;
  border: none;
  background: #000; }

.main {
  width: 980px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .main {
      width: 100%; } }

.header {
  margin: 10px 0 0;
  position: relative;
  z-index: 99;
  height: 240px; }
  @media screen and (max-width: 1000px) {
    .header {
      height: auto;
      margin: 0; } }
  .header #logo {
    width: 242px;
    height: 163px;
    margin: auto; }
    @media screen and (max-width: 1000px) {
      .header #logo {
        margin: 10px auto; } }
    @media screen and (max-width: 580px) {
      .header #logo {
        width: 30%;
        height: auto;
        margin: 70px auto 20px; } }
    @media screen and (max-width: 440px) {
      .header #logo {
        width: 40%; } }
  .header #user-tools {
    position: absolute;
    top: 0;
    right: 0;
    width: 979px; }
    @media screen and (max-width: 1000px) {
      .header #user-tools {
        width: 87%;
        margin-right: 1%; } }
    @media screen and (max-width: 580px) {
      .header #user-tools {
        width: 100%;
        border-bottom: 1px solid #CFCFCF;
        background-color: #fff;
        font-size: 0.8em;
        position: fixed; } }
    .header #user-tools a {
      color: #000; }
    @media screen and (min-width: 581px) {
      .header #user-tools .v65-yourAccount {
        width: auto; } }
    .header #user-tools .v65-editProfile {
      width: auto; }
    @media screen and (max-width: 580px) {
      .header #user-tools .v65-yourAccount, .header #user-tools .v65-editProfile {
        width: 30%;
        margin-left: 10%;
        border-right: 1px solid #CFCFCF; } }
    @media screen and (max-width: 400px) {
      .header #user-tools .v65-yourAccount, .header #user-tools .v65-editProfile {
        width: 28%;
        margin-left: 22%; } }
    @media screen and (max-width: 580px) {
      .header #user-tools .v65-login, .header #user-tools .v65-logout {
        width: 25%;
        border-right: 1px solid #CFCFCF; } }
    @media screen and (max-width: 400px) {
      .header #user-tools .v65-login, .header #user-tools .v65-logout {
        width: 16%; } }

.social {
  margin: 1% auto;
  text-align: center;
  display: none; }
  @media screen and (min-width: 769px) {
    .social {
      float: right;
      position: absolute;
      top: 139px;
      right: 0;
      display: block; } }
  .social a {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: no-repeat center center;
    margin: 0 5px; }
    @media screen and (min-width: 769px) {
      .social a {
        float: left;
        display: block; } }
  .social .facebook {
    background-image: url("../images/social/facebook.png"); }
  .social .twitter {
    background-image: url("../images/social/twitter.png"); }
  .social .youtube {
    background-image: url("../images/social/youtube.png"); }
  .social .flickr {
    background-image: url("../images/social/flickr.png"); }
  .social .instagram {
    background-image: url("../images/social/instagram.png"); }
  .social .pintrest {
    background-image: url("../images/social/pintrest.png"); }
  .social .travel {
    background-image: url("../images/social/tripAdvisor.png"); }
  .social.socialFooter {
    display: block; }
    @media screen and (min-width: 769px) {
      .social.socialFooter {
        display: none; } }

@media screen and (min-width: 769px) {
  #mobile-header {
    display: none; } }
@media screen and (max-width: 580px) {
  #mobile-header {
    position: fixed;
    top: 0;
    z-index: 1000; } }

#responsive-menu-button {
  display: inline-block;
  padding: 10px;
  background-color: #CFCFCF; }

.navigation {
  border-top: 2px solid #000;
  position: relative;
  z-index: 99;
  display: none; }
  @media screen and (min-width: 769px) {
    .navigation {
      margin-top: 25px;
      display: block; } }
  .navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    z-index: 99; }
    @media screen and (max-width: 1000px) {
      .navigation ul {
        float: none;
        text-align: center; } }
    .navigation ul li {
      display: inline;
      float: left;
      position: relative;
      z-index: 99; }
      @media screen and (max-width: 1000px) {
        .navigation ul li {
          float: none;
          display: inline-block; } }
      @media screen and (max-width: 768px) {
        .navigation ul li {
          float: none;
          display: block; } }
      .navigation ul li a {
        float: left;
        display: inline-block;
        padding: 13px 22px;
        color: #000; }
        @media screen and (max-width: 1000px) {
          .navigation ul li a {
            padding: 13px 15px; } }
        @media screen and (max-width: 768px) {
          .navigation ul li a {
            float: none;
            display: block;
            border-bottom: 1px solid #EFEFEF; } }
        .navigation ul li a:hover {
          text-decoration: underline; }
          @media screen and (max-width: 768px) {
            .navigation ul li a:hover {
              text-decoration: none;
              background-color: #EFEFEF; } }
      .navigation ul li ul {
        display: none;
        width: 185px;
        position: absolute;
        left: -10px;
        top: 38px;
        z-index: 999;
        float: none;
        background: #fff;
        border: 1px solid #939999; }
        .navigation ul li ul li {
          display: block;
          position: relative;
          z-index: 999;
          float: none; }
          .navigation ul li ul li a {
            display: block;
            float: none;
            position: relative;
            z-index: 999;
            width: 165px;
            padding: 10px;
            border-top: 1px solid #939999; }
          .navigation ul li ul li:hover {
            background: #dfddda;
            text-decoration: none; }
          .navigation ul li ul li:first-child a {
            border: none; }
      .navigation ul li:hover ul {
        display: block; }
        @media screen and (max-width: 768px) {
          .navigation ul li:hover ul {
            display: none; } }

.v65-selected {
  text-decoration: underline; }

.v65-pageAParent {
  text-decoration: underline; }

.v65-leftSelected {
  text-decoration: underline; }

@media screen and (max-width: 1000px) {
  .v65-home {
    display: none !important; } }

.sidr-class-navigation {
  font-family: 'Georgia', 'Times', 'Times New Roman', 'serif'; }

.sidr ul li a, .sidr ul li span {
  margin: 5px; }

.mobileShopBtn {
  display: none; }
  @media screen and (max-width: 768px) {
    .mobileShopBtn {
      display: block; } }

.contentWrapper {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1000px) {
    .contentWrapper {
      width: 97%;
      margin: 0 auto; } }
  .contentWrapper .content {
    position: relative;
    z-index: 1;
    min-height: 300px; }
    @media screen and (max-width: 768px) {
      .contentWrapper .content {
        min-height: 0; } }
    .contentWrapper .content .feature {
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding-bottom: 15px;
      border-bottom: 2px solid #000; }
      .contentWrapper .content .feature .blogWidget {
        width: 230px;
        z-index: 9999;
        position: absolute;
        top: 75px;
        right: 10px; }

        .contentWrapper .content .feature .blogWidget .v65-blogPostDate{ display: none; }
        
        @media screen and (max-width: 1000px) {
          .contentWrapper .content .feature .blogWidget {
            position: inherit;
            float: right;
            width: 25%;
            top: 0;
            right: 0; } }
        @media screen and (max-width: 800px) {
          .contentWrapper .content .feature .blogWidget {
            width: 31%;
            margin-top: 3%;
            margin-right: 1%;
            float: right;
            clear: right;
            display: none; } }
        @media screen and (max-width: 580px) {
          .contentWrapper .content .feature .blogWidget {
            width: 100%;
            margin: 0 auto; } }
      .contentWrapper .content .feature .v65-blogPostWrapper {
        border: none;
        margin: 0; }
      .contentWrapper .content .feature .v65-avatar {
        display: none; }
      .contentWrapper .content .feature .v65-blogPost {
        margin: 0 0 10px 0;
        padding-bottom: 2px;
        border-bottom: 1px solid #ccc; }
      .contentWrapper .content .feature h2 {
        font-size: 16px; }
      .contentWrapper .content .feature .v65-blogPostDate {
        margin: 0 1em 1em 0;
        font-size: 12px; }
      .contentWrapper .content .feature .v65-blogFooter {
        display: none; }
      .contentWrapper .content .feature .video {
        border: 1px solid #dfe0e0;
        background: #fff;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 9999;
        width: 229px;
        height: 167px;
        padding: 5px; }
        .contentWrapper .content .feature .video .title {
          text-align: center;
          font-size: 12px;
          line-height: 23px; }
        @media screen and (max-width: 1000px) {
          .contentWrapper .content .feature .video {
            position: inherit;
            float: right;
            width: 25%;
            bottom: 0;
            right: 0; } }
        @media screen and (max-width: 800px) {
          .contentWrapper .content .feature .video {
            float: none;
            width: 100%;
            margin-top: 3%;
            height: 420px; } }
        @media screen and (max-width: 580px) {
          .contentWrapper .content .feature .video {
            margin: 0;
            height: 300px; } }
        @media screen and (max-width: 420px) {
          .contentWrapper .content .feature .video {
            height: 230px; } }
      .contentWrapper .content .feature #slider .v65-pod .v65-podImage {
        text-align: center; }
    @media screen and (min-width: 750px) {
      .contentWrapper .content .mobileFeature {
        display: none; } }
    @media screen and (max-width: 749px) {
      .contentWrapper .content .featureDesktop {
        display: none; } }
    .contentWrapper .content iframe {
      z-index: 99;
      position: relative; }
    .contentWrapper .content .homePods {
      float: left; border-bottom: 2px solid #000; padding-bottom: 20px; }
      @media screen and (max-width: 420px) {
        .contentWrapper .content .homePods {
          float: none; } }
      @media screen and (max-width: 580px) {
        .contentWrapper .content .homePods {
          display: none; } }
      .contentWrapper .content .homePods .v65-pod {
        width: 209px;
        height: 209px;
        display: block;
        float: left;
        margin: 22px;
        border: 1px solid #e1e2e2; }
        @media screen and (max-width: 1000px) {
          .contentWrapper .content .homePods .v65-pod {
            width: 20%;
            height: auto;
            margin: 3%;
            border: none; } }
        @media screen and (max-width: 760px) {
          .contentWrapper .content .homePods .v65-pod {
            width: 32%;
            margin: 3% 3% 0 0; } }
        @media screen and (max-width: 580px) {
          .contentWrapper .content .homePods .v65-pod {
            width: 40%;
            margin: 5% 5% 0 0; } }
        @media screen and (max-width: 420px) {
          .contentWrapper .content .homePods .v65-pod {
            float: none; } }
      .contentWrapper .content .homePods .v65-podTitle {
        background: url("../images/label.png") no-repeat center center;
        width: 172px;
        height: 41px;
        line-height: 36px;
        text-align: center;
        margin: auto;
        position: relative;
        top: -20px; }
        @media screen and (max-width: 800px) {
          .contentWrapper .content .homePods .v65-podTitle {
            background-size: contain;
            width: 110%;
            left: -5%; } }
        .contentWrapper .content .homePods .v65-podTitle a {
          color: #000; }
        .contentWrapper .content .homePods .v65-podTitle:hover a {
          color: #faa635; }
      .contentWrapper .content .homePods .v65-podImage img {
        width: 210px;
        height: 210px; }
        @media screen and (max-width: 1000px) {
          .contentWrapper .content .homePods .v65-podImage img {
            width: 100%;
            height: auto;
            border: 1px solid #e1e2e2; } }
  @media screen and (max-width: 768px) {
    .contentWrapper .storeContent .v65-clear {
      display: none; } }

.backToTop {
  background: #333333;
  margin-bottom: 2em;
  bottom: 0;
  color: white;
  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; }
  @media screen and (min-width: 768px) {
    .backToTop {
      display: none !important; } }

.backToTop .icon-up-bold {
  font-size: 3em; }

.page .header {
  margin-bottom: 30px; }
.page .subNavigation {
  width: 200px;
  border-right: 1px solid #ccc;
  float: left;
  margin-right: 20px; }
  @media screen and (max-width: 1000px) {
    .page .subNavigation {
      width: 25%;
      margin-right: 2%; } }
  @media screen and (max-width: 768px) {
    .page .subNavigation {
      width: 100%;
      margin: 0;
      min-height: inherit !important;
      border: none;
      float: none; } }
  .page .subNavigation ul {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .page .subNavigation ul {
        text-align: center; } }
    .page .subNavigation ul li {
      display: block; }
      @media screen and (max-width: 768px) {
        .page .subNavigation ul li {
          display: inline-block;
          margin: 0 0 2%; } }
      .page .subNavigation ul li a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-size: 12px; }
        @media screen and (max-width: 768px) {
          .page .subNavigation ul li a {
            color: #fff;
            background-color: #333;
            display: inline-block; } }
        .page .subNavigation ul li a:hover {
          text-decoration: underline; }
          @media screen and (max-width: 768px) {
            .page .subNavigation ul li a:hover {
              text-decoration: none;
              background-color: #999; } }
      .page .subNavigation ul li ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 768px) {
          .page .subNavigation ul li ul {
            display: inline-block;
            width: 100%; } }
        .page .subNavigation ul li ul li {
          padding-left: 20px; }
          @media screen and (max-width: 768px) {
            .page .subNavigation ul li ul li {
              padding-left: 0;
              width: 100%; } }
  .page .subNavigation .v65-leftSelected {
    margin-bottom: 2%;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .page .subNavigation .v65-leftSelected {
        text-decoration: none;
        background-color: #999;
        margin-bottom: 0; } }
  .page .subNavigation .v65-pageAParent {
    text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .page .subNavigation .v65-pageAParent {
        text-decoration: none;
        background-color: #999;
        margin-bottom: 2%; } }
.page .content {
  width: 759px;
  float: right; }
  @media screen and (max-width: 1000px) {
    .page .content {
      width: 72%; } }
  @media screen and (max-width: 768px) {
    .page .content {
      width: 96%;
      margin: 0 2%;
      float: none; } }

button {
  height: 3em; }
  @media screen and (max-width: 580px) {
    button {
      height: 4em; } }
  button span {
    padding: 0 1em; }
  button.defaultBtn, button.modalBtn, button.largeBtn {
    background-color: #fff;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #faa635;
    font-size: 0.8em; }
    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: #f18d08; }
  button.modalBtn, button.altModalBtn {
    height: 2.5em;
    line-height: inherit; }
  button.altBtn, button.altModalBtn, button.altLargeBtn {
    background-color: #333;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.8em; }
    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: #999; }

a span {
  padding: 0 1em;
  height: auto;
  line-height: inherit; }
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background-color: #fff;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8em;
  background: #faa635; }
  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: #f18d08; }
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background-color: #333;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8em; }
  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: #999; }
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto; }

@media screen and (max-width: 580px) {
  .orderBtn {
    background: #fff;
    opacity: 0.9;
    margin: 0;
    position: fixed !important;
    bottom: 1%;
    left: 1%;
    width: 98%;
    z-index: 899; } }

#printBody {
  background-color: #fff;
  background-image: none;
  margin: 0;
  padding: 0; }

#printWrapper {
  margin: 0 auto;
  width: 700px; }

#printHeader {
  height: 150px;
  width: 700px; }

#printContent {
  text-align: left;
  width: 700px; }

.footer {
  margin-top: 30px;
  border-top: 2px solid #000;
  padding-top: 20px;
  margin-bottom: 30px; }
  .footer .footerNavigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .footer .footerNavigation ul li {
      display: inline; }
      .footer .footerNavigation ul li a {
        display: inline-block;
        color: #000;
        font-size: 13px;
        line-height: 42px;
        padding: 0 10px; }
        .footer .footerNavigation ul li a:hover {
          color: #faa635; }
  .footer .footerBlurb {
    padding-left: 115px;
    background: url("../images/enjoyR.png") no-repeat left center;
    font-size: 12px;
    color: #626262; }
    @media screen and (max-width: 768px) {
      .footer .footerBlurb {
        padding-left: 5px;
      padding-top: 45px;
      background-position: center top; } }
  .footer .subscribe {
    text-align: center; }
    .footer .subscribe a {
      background: url("../images/subscribe.png");
      width: 359px;
      height: 0;
      padding-top: 53px;
      overflow: hidden;
      float: right; }
      @media screen and (max-width: 768px) {
        .footer .subscribe a {
          float: none;
          display: inline-block; } }
      @media screen and (max-width: 400px) {
        .footer .subscribe a {
          background-size: contain;
          background-repeat: no-repeat;
          width: 100%; } }

.clear {
  clear: both; }

#v65-TableOfContents {
  list-style: disc;
  margin: auto;
  padding-left: 40px;
  text-align: left; }

@media screen and (max-width: 768px) {
  .ShopOnline .v65-clear {
    display: none; } }

.v65-product2Up {
  width: 293px;
  margin: 0;
  padding-right: 50px;
  border-bottom: 2px solid #000;
  margin-bottom: 25px; }
  @media screen and (max-width: 1000px) {
    .v65-product2Up {
      width: 30%;
      padding: 0;
      margin: 0 1.5% 3%; } }
  @media screen and (max-width: 768px) {
    .v65-product2Up {
      width: 47%;
      padding: 0; } }
  @media screen and (min-width: 601px) and (max-width: 768px) {
    .v65-product2Up {
      min-height: 500px; } }
  @media screen and (max-width: 600px) {
    .v65-product2Up {
      width: 96%;
      margin: 0 2%; } }
  .v65-product2Up .v65-product-teaser {
    font-size: 12px;
    margin-bottom: 60px; }
  .v65-product2Up .v65-productreviewStats {
    color: #000;
    text-decoration: underline;
    font-size: 14px; }
  .v65-product2Up .v65-product-inventoryMessage {
    display: none; }
  .v65-product2Up .v65-product-addToCart {
    clear: both; }
    .v65-product2Up .v65-product-addToCart .v65-addToCart {
      border: 1px solid #c6c5c3;
      padding: 15px; }
      .v65-product2Up .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-priceWrapper .v65-product-addToCart-price {
        font-size: 12px; }
      .v65-product2Up .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-priceWrapper .v65-product-addToCart-unitDescription {
        display: none; }
      .v65-product2Up .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-button {
        float: right; }
        @media screen and (max-width: 580px) {
          .v65-product2Up .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-button button {
            width: inherit; } }
    .v65-product2Up .v65-product-addToCart .v65-addToCartCase {
      display: none; }
  .v65-product2Up .v65-product-socialBar {
    margin-bottom: 25px; }
  .v65-product2Up .v65-product-title a {
    color: #000;
    font-size: 18px; }
  .v65-product2Up .v65-product-photo a img {
    width: auto;
    max-width: 100%; }
  .v65-product2Up .v65-product-drilldownLink a {
    color: #000;
    text-decoration: underline;
    font-size: 14px; }

.v65-last {
  padding-right: 0; }

.v65-pagingBottom {
  border-top: 0;
  margin: 0; }
  .v65-pagingBottom .v65-product-pagination ul {
    line-height: 0; }

.v65-product3Up .v65-product-teaser {
  font-size: 12px;
  margin-bottom: 60px; }
.v65-product3Up .v65-productreviewStats {
  color: #000;
  text-decoration: underline;
  font-size: 14px; }
.v65-product3Up .v65-product-inventoryMessage {
  display: none; }
.v65-product3Up .v65-product-addToCart .v65-addToCart {
  border: 1px solid #c6c5c3;
  padding: 15px; }
.v65-product3Up .v65-product-addToCart .v65-addToCartCase {
  display: none; }
.v65-product3Up .v65-product-socialBar {
  margin-bottom: 25px; }
.v65-product3Up .v65-product-title a {
  color: #000;
  font-size: 18px; }
.v65-product3Up .v65-product-drilldownLink a {
  color: #000;
  text-decoration: underline;
  font-size: 14px; }

.v65-productWrapper {
  margin-top: 20px; }
  .v65-productWrapper h1 {
    float: none;
    width: 100%; }
  .v65-productWrapper .v65-product-leftCol .v65-product-media .v65-product-media-thumbnail {
    width: 24%; }
  .v65-productWrapper .v65-product-leftCol .v65-product-media .v65-product-media-title {
    text-decoration: underline; }
    .v65-productWrapper .v65-product-leftCol .v65-product-media .v65-product-media-title a {
      color: #000; }
  .v65-productWrapper .v65-product-leftCol .v65-productDrilldown-specs .v65-wine-specs .v65-wine-specs-title {
    width: 100%;
    max-width: none; }
  .v65-productWrapper .v65-product-leftCol .v65-wine-specs-title {
    text-align: left; }
  .v65-productWrapper .v65-product-rightCol h1 {
    font-size: 32px; }
  .v65-productWrapper .v65-product-rightCol .v65-product-addToCart {
    clear: both;
    width: 305px; }
    @media screen and (max-width: 580px) {
      .v65-productWrapper .v65-product-rightCol .v65-product-addToCart {
        width: 100%; } }
    .v65-productWrapper .v65-product-rightCol .v65-product-addToCart .v65-addToCart {
      border: 1px solid #c6c5c3;
      padding: 15px; }
      @media screen and (max-width: 580px) {
        .v65-productWrapper .v65-product-rightCol .v65-product-addToCart .v65-addToCart {
          padding: 1%; } }
      @media screen and (max-width: 580px) {
        .v65-productWrapper .v65-product-rightCol .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-priceWrapper {
          float: none;
          width: inherit;
          margin-right: 0; } }
      .v65-productWrapper .v65-product-rightCol .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-priceWrapper .v65-product-addToCart-price {
        font-size: 12px; }
      .v65-productWrapper .v65-product-rightCol .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-priceWrapper .v65-product-addToCart-unitDescription {
        display: none; }
      @media screen and (max-width: 580px) {
        .v65-productWrapper .v65-product-rightCol .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-button button {
          width: inherit; } }
    @media screen and (max-width: 580px) {
      .v65-productWrapper .v65-product-rightCol .v65-product-addToCart .v65-addToCartCase {
        display: none; } }
  .v65-productWrapper .v65-product-rightCol .v65-product-reviewStats {
    display: none; }
  .v65-productWrapper .v65-product-rightCol .v65-ProductRating form {
    width: 610px;
    font-size: 12px; }
    @media screen and (max-width: 1000px) {
      .v65-productWrapper .v65-product-rightCol .v65-ProductRating form {
        width: 100%; } }
    .v65-productWrapper .v65-product-rightCol .v65-ProductRating form .v65-ProductRating-left {
      float: left;
      margin-right: 21px; }
      @media screen and (max-width: 900px) {
        .v65-productWrapper .v65-product-rightCol .v65-ProductRating form .v65-ProductRating-left {
          float: none; } }

.alert {
  width: 400px; }

.pageTitle {
  display: none; }

#slider {
  height: 325px;
  width: 715px;
  background: none;
  border: 1px solid #e4e4e4; }

.nivo-caption {
  color: #000;
  background: none;
  right: 0;
  bottom: 30px;
  left: inherit;
  width: 35%; }
  .nivo-caption h1 {
    margin-bottom: .2em;
    color: #faa635; }
  .nivo-caption a.linkBtn {
    background: #faa635; }
    .nivo-caption a.linkBtn:hover {
      background: #f18d08; }
      .nivo-caption a.linkBtn:hover span {
        background: #f18d08; }
    .nivo-caption a.linkBtn span {
      background: #faa635; }

.homepageTeaserWrapper .homepageTeaser:hover {
  background-color: #333; }
  .homepageTeaserWrapper .homepageTeaser:hover h3 {
    color: #fff; }
.homepageTeaserWrapper .homepageTeaser h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0; }
.homepageTeaserWrapper div.homepageTeaser:hover {
  background-color: #333; }
  .homepageTeaserWrapper div.homepageTeaser:hover h3 {
    color: #fff; }
.homepageTeaserWrapper div.homepageTeaser h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0; }

.nivo-controlNav .homepageTeaser:hover {
  background-color: #333; }
  .nivo-controlNav .homepageTeaser:hover h3 {
    color: #fff; }
.nivo-controlNav .homepageTeaser h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0; }
.nivo-controlNav div.homepageTeaser:hover {
  background-color: #333; }
  .nivo-controlNav div.homepageTeaser:hover h3 {
    color: #fff; }
.nivo-controlNav div.homepageTeaser h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0; }

.homepageTeaser {
  text-align: center; }

.v65-paging .v65-product-pagination {
  font-size: 12px; }
  .v65-paging .v65-product-pagination a {
    color: #000; }

#Form6c678e7c-c46e-455a-440d-e0ad6304a857 form fieldset {
  border: none; }

.v65-product-sortBy form select {
  font-size: 11px;
  width: 140px; }

.active div.homepageTeaser {
  background-color: #333;
  color: #fff; }
  .active div.homepageTeaser h3 {
    color: #fff; }

@media screen and (max-width: 1000px) {
  .subscribeHome {
    float: right;
    width: 27%; } }
@media screen and (max-width: 800px) {
  .subscribeHome {
    display: none; } }
.subscribeHome a {
  display: block;
  background: url("../images/subscribe-button-bg.jpg") no-repeat top;
  width: 246px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding-top: 7px;
  color: #000; }
  @media screen and (max-width: 1000px) {
    .subscribeHome a {
      position: inherit; } }
  @media screen and (max-width: 580px) {
    .subscribeHome a {
      margin: 0 auto; } }

.subscribeHomeMobile {
  display: none; }
  @media screen and (max-width: 800px) {
    .subscribeHomeMobile {
      display: block; } }

@media screen and (max-width: 768px) {
  .teamImg {
    width: 50% !important;
    text-align: center;
    float: none !important;
    height: auto !important;
    margin: 2% 25%; } }

/*---------------------------------------*/
/*----------new homepage styles----------*/
/*---------------------------------------*/
@media screen and (max-width: 1000px) {
  #homepageSlider {
    width: 70%;
    float: left; } }
@media screen and (max-width: 800px) {
  #homepageSlider {
    width: 100%;
    float: none; } }

#slider {
  height: 325px;
  width: 715px;
  background: none;
  border: 1px solid #e4e4e4; }
  @media screen and (max-width: 1000px) {
    #slider {
      width: 100%; } }
  @media screen and (max-width: 580px) {
    #slider {
      width: 99%;
      height: inherit; } }

.nivo-caption, #homepageCaptionWrapper {
  color: #000;
  background: none;
  right: 0;
  bottom: 30px;
  left: inherit;
  width: 35%;
  display: block !important; }
  @media screen and (max-width: 580px) {
    .nivo-caption, #homepageCaptionWrapper {
      position: relative;
      width: 92%;
      margin-top: 10%; } }
  .nivo-caption h1, #homepageCaptionWrapper h1 {
    margin-bottom: .2em;
    color: #faa635; }
  .nivo-caption a.linkBtn, #homepageCaptionWrapper a.linkBtn {
    background: #faa635; }
  .nivo-caption a.linkBtn:hover, #homepageCaptionWrapper a.linkBtn:hover {
    background: #f18d08; }
  .nivo-caption a.linkBtn span, #homepageCaptionWrapper a.linkBtn span {
    background: #faa635; }
  .nivo-caption a.linkBtn:hover span, #homepageCaptionWrapper a.linkBtn:hover span {
    background: #f18d08; }

.homepageTeaserWrapper .homepageTeaser, .homepageTeaserWrapper div.homepageTeaser, .nivo-controlNav .homepageTeaser, .nivo-controlNav div.homepageTeaser {
  background-color: #e3e3e3; }

.active div.homepageTeaser {
  background-color: #333333;
  color: #ffffff; }

.active div.homepageTeaser h3 {
  color: #ffffff; }

.homepageTeaser {
  text-align: center; }
  @media screen and (max-width: 580px) {
    .homepageTeaser {
      display: none; } }

.homepageTeaserWrapper .homepageTeaser, .homepageTeaserWrapper div.homepageTeaser, .nivo-controlNav .homepageTeaser, .nivo-controlNav div.homepageTeaser {
  width: 115px;
  margin: 0 10px 0 0;
  padding: 10px 10px 25px;
  float: left; }
  @media screen and (max-width: 1000px) {
    .homepageTeaserWrapper .homepageTeaser, .homepageTeaserWrapper div.homepageTeaser, .nivo-controlNav .homepageTeaser, .nivo-controlNav div.homepageTeaser {
      width: 16%;
      margin: 0 1%;
      padding: 1% 1% 2.5%; } }

.homepageTeaserWrapper .homepageTeaser:hover, .homepageTeaserWrapper div.homepageTeaser:hover, .nivo-controlNav .homepageTeaser:hover, .nivo-controlNav div.homepageTeaser:hover {
  background-color: #333333; }

.homepageTeaserWrapper .homepageTeaser:hover h3, .homepageTeaserWrapper div.homepageTeaser:hover h3, .nivo-controlNav .homepageTeaser:hover h3, .nivo-controlNav div.homepageTeaser:hover h3 {
  color: #ffffff; }

.homepageTeaserWrapper .homepageTeaser h3, .homepageTeaserWrapper div.homepageTeaser h3, .nivo-controlNav .homepageTeaser h3, .nivo-controlNav div.homepageTeaser h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0; }

.clubContent h1, .clubContent h2, .clubContent h3, .clubContent h4 {
  color: #faa635; }

.clubContent hr {
  height: 1px;
  background: #e3e3e3; }

.clubContent {
  line-height: 1.2em; }

.wineClubFeature {
  border: 1px solid #e3e3e3;
  height: 340px;
  overflow: hidden;
  line-height: 21px;
  margin-top: 20px; }
  @media screen and (max-width: 1000px) {
    .wineClubFeature {
      height: auto; } }
  .wineClubFeature .v65-pod .v65-podImage {
    width: 570px;
    float: left;
    margin-top: 20px; }
    @media screen and (max-width: 1000px) {
      .wineClubFeature .v65-pod .v65-podImage {
        width: 58%;
        margin-top: 2%; } }
    @media screen and (max-width: 768px) {
      .wineClubFeature .v65-pod .v65-podImage {
        width: 100%;
        float: none; } }
    @media screen and (max-width: 1000px) {
      .wineClubFeature .v65-pod .v65-podImage img {
        width: 100%; } }
  .wineClubFeature .v65-pod .v65-podDescription {
    float: right;
    width: 360px;
    margin-top: 40px;
    margin-right: 20px; }
    @media screen and (max-width: 1000px) {
      .wineClubFeature .v65-pod .v65-podDescription {
        width: 40%;
        margin-top: 4%;
        margin-right: 2%; } }
    @media screen and (max-width: 768px) {
      .wineClubFeature .v65-pod .v65-podDescription {
        width: 94%; } }

.wineClubTeasers {
  margin-top: 40px; }
  @media screen and (max-width: 1000px) {
    .wineClubTeasers {
      margin-top: 4%; } }
  .wineClubTeasers .v65-pod {
    width: 50%;
    float: left; }
    @media screen and (max-width: 765px) {
      .wineClubTeasers .v65-pod {
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 4%; } }
    .wineClubTeasers .v65-pod:nth-child(3) {
      clear: left; }
    @media screen and (max-width: 765px) {
      .wineClubTeasers .v65-pod:last-child {
        border-bottom: none; } }
  .wineClubTeasers .v65-podImage {
    width: 240px;
    float: left;
    min-height: 300px; }
    @media screen and (max-width: 1000px) {
      .wineClubTeasers .v65-podImage {
        width: 50%;
        min-height: inherit; } }
    @media screen and (max-width: 580px) {
      .wineClubTeasers .v65-podImage {
        float: none; } }
    @media screen and (max-width: 1000px) {
      .wineClubTeasers .v65-podImage img {
        width: 100%; } }
  @media screen and (max-width: 1000px) {
    .wineClubTeasers .v65-podDescription {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 580px) {
    .wineClubTeasers .v65-podDescription {
      width: 100%;
      float: none; } }

.wineClubLearnMore {
  border: 1px solid #e3e3e3;
  height: 380px;
  overflow: hidden;
  line-height: 1.5em;
  margin: 20px 0; }
  @media screen and (max-width: 1000px) {
    .wineClubLearnMore {
      height: auto;
      margin: 2% 0; } }
  .wineClubLearnMore .v65-pod .v65-podImage {
    width: 380px;
    float: left;
    margin-top: 20px; }
    @media screen and (max-width: 1000px) {
      .wineClubLearnMore .v65-pod .v65-podImage {
        width: 40%;
        margin-top: 2%; } }
    @media screen and (max-width: 768px) {
      .wineClubLearnMore .v65-pod .v65-podImage {
        width: 100%;
        text-align: center;
        float: none; } }
    @media screen and (max-width: 768px) {
      .wineClubLearnMore .v65-pod .v65-podImage img {
        width: 50%; } }
  .wineClubLearnMore .v65-pod .v65-podDescription {
    float: right;
    width: 500px;
    margin-top: 40px;
    margin-right: 20px; }
    @media screen and (max-width: 1000px) {
      .wineClubLearnMore .v65-pod .v65-podDescription {
        width: 58%;
        margin-top: 4%;
        margin-right: 2%; } }
    @media screen and (max-width: 768px) {
      .wineClubLearnMore .v65-pod .v65-podDescription {
        float: none;
        width: 94%;
        margin-left: 2%; } }

.wineClubTestimonials .v65-pod {
  width: 46%;
  margin: 0 2%;
  float: left;
  border-top: 1px solid #e4e4e4;
  min-height: 300px; }
  @media screen and (max-width: 768px) {
    .wineClubTestimonials .v65-pod {
      width: 94%;
      float: none;
      min-height: inherit; } }

@media screen and (min-width: 901px) {
  .wineClubCTA h2 {
    display: inline;
    margin-right: 10px; } }
.wineClubCTA h4 {
  color: #000; }
  @media screen and (min-width: 901px) {
    .wineClubCTA h4 {
      display: inline;
      margin-right: 10px; } }
@media screen and (min-width: 901px) {
  .wineClubCTA p {
    display: inline;
    margin-top: 0;
    float: right; } }

#visitSlider {
  width: 980px;
  height: 400px; }
  @media screen and (max-width: 980px) {
    #visitSlider {
      width: 100%;
      height: auto; } }

.visitHours {
  float: right;
  width: 25%;
  background-color: #faa635;
  padding: 2%;
  margin-left: 2%; }
  @media screen and (max-width: 900px) {
    .visitHours {
      width: 40%; } }
  @media screen and (max-width: 600px) {
    .visitHours {
      width: 96%;
      float: none;
      margin-left: 0;
      margin-bottom: 20px; } }
  .visitHours h1, .visitHours h2, .visitHours h3, .visitHours h4 {
    color: #000000;
    margin: 0.3em 0; }
  .visitHours a {
    color: #000; }

.storiesContent {
  line-height: 1.2em; }
  .storiesContent h1, .storiesContent h2, .storiesContent h3, .storiesContent h4 {
    color: #faa635; }
  .storiesContent a.linkBtn, .storiesContent a.linkBtn span, .storiesContent a.largeLinkBtn, .storiesContent a.largeLinkBtn span {
    background: #faa635; }
  .storiesContent a.linkBtn:hover, .storiesContent a.linkBtn:hover span, .storiesContent a.largeLinkBtn:hover, .storiesContent a.largeLinkBtn:hover span {
    background: #f18d08; }
  .storiesContent hr {
    height: 1px;
    background: #e3e3e3; }

.instagramFeed {
  float: left;
  width: 74%; }
  @media screen and (max-width: 768px) {
    .instagramFeed {
      float: none;
      width: 100%; } }
  .instagramFeed img {
    margin: 5px 10px; }

.tripAdviserWidget {
  float: right;
  width: 25%; }
  @media screen and (max-width: 768px) {
    .tripAdviserWidget {
      float: none;
      width: 100%; } }

.shareStories {
  width: 100%;
  float: left; }

.col2 {
  width: 48%;
  float: left;
  margin-right: 2%; }
  @media screen and (max-width: 768px) {
    .col2 {
      width: 100%;
      float: none; } }
  @media screen and (max-width: 580px) {
    .col2 img.v65-left {
      float: left;
      width: inherit !important; } }

@media screen and (max-width: 1000px) {
  iframe {
    max-width: 100%; } }

@media screen and (max-width: 1000px) {
  #CDSWIDSSP {
    max-width: 100%; } }

#v65-cartTable {
  font-size: 0.8em; }

@media screen and (max-width: 768px) {
  .v65-blogPostWrapper {
    text-align: left; } }

@media screen and (max-width: 580px) {
  img.v65-left {
    float: left;
    width: inherit !important; } }

@media screen and (max-width: 580px) {
  img.v65-right {
    float: right;
    width: inherit !important; } }

@media screen and (max-width: 580px) {
  .hideMobile {
    display: none; } }

a.sidr-class-linkBtn {
  display: block;
  height: 2em;
  line-height: 2em;
  background-color: #faa635;
  color: #000;
  border-top: 1px solid #f18d08; }
  a.sidr-class-linkBtn:hover {
    background-color: #f18d08; }

.bannerHome {
  width: 100%;
  position: relative; }
  .bannerHome .v65-pod {
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 3px double #999;
    border-top: 3px double #999; }
    .bannerHome .v65-pod img {
      width: 100%; }
  .bannerHome .v65-podDescription {
    text-align: left;
    margin: 4% auto;
    max-width: 980px;
    width: 94%; }
    .bannerHome .v65-podDescription img {
      width: 50% !important; }
    @media screen and (min-width: 951px) {
      .bannerHome .v65-podDescription {
        position: absolute;
        width: 47%;
        right: 3%;
        top: 24%; } }
  .bannerHome .v65-podImage {
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 0; }
    .bannerHome .v65-podImage img {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      .bannerHome .v65-podImage {
        float: none; } }
    @media screen and (max-width: 950px) {
      .bannerHome .v65-podImage {
        border-bottom: 3px double #999; } }

.v65-productGroup {
  max-width: 980px;
  margin: 5% auto 0;
  border-bottom: 2px solid #000; }
  .v65-productGroup .v65-productGroup-product .v65-product-reviewStats {
    display: none; }
  .v65-productGroup .v65-productGroup-product .v65-addToCartCase {
    display: none; }
  @media screen and (max-width: 950px) {
    .v65-productGroup {
      width: 97%;
      border: none; } }

#v65-modalCartTable {
  font-size: 0.9em; }

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