html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slide-down {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slide-down {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

body {
  background: url('../images/backgrounds/agsquare.jpg');
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  margin-bottom: 0;
  min-width: 310px; }
  body.overflow-hidden {
    /* when primary navigation is visible, the content in the background won't scroll */
    overflow: hidden; }

.wrapper {
  z-index: 5;
  top: 0;
  position: relative;
  left: 0;
  margin: 0 auto;
  padding-top: 0;
  width: 100%;
  height: auto; }

.outer-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%; }

.inner-wrapper {
  background-color: #fff;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

.container {
  max-width: 1134px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.outline {
  background: #efefef; }

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 10;
  display: none; }
  .overlay.active {
    display: block; }

img {
  max-width: 100%;
  display: block;
  height: auto; }

form .form-group label {
  font-size: 0.9em;
  margin-bottom: 0; }

.form-control {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  font-size: 0.9em;
  border: 0;
  height: auto;
  border-radius: 0;
  padding: 8px 12px;
  font-style: italic;
  margin-bottom: 1em; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(65, 65, 65, 0.6);
    -moz-box-shadow: 0 0 8px rgba(65, 65, 65, 0.6);
    box-shadow: 0 0 8px rgba(65, 65, 65, 0.6); }

.btn {
  background-color: #fff;
  color: #1a1a1a;
  border: 2px solid #bda570;
  display: inline-block;
  font-weight: 300;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  font-variant: small-caps;
  text-shadow: 0;
  box-shadow: 0;
  margin-bottom: 0;
  box-shadow: none; }
  .btn span {
    position: relative;
    top: 3px; }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    border-color: transparent;
    background: #2e2e2e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .btn:hover span, .btn:focus span, .btn:active span, .btn.active span {
      color: #fff; }
  .btn:focus {
    outline: none; }

.btn-primary {
  background: #fff;
  border: 2px solid #bda570;
  border-radius: 0; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary:disabled {
    background: #bda570;
    border: 2px solid #bda570;
    color: #fff; }

.btn-secondary {
  background: #bda570;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background: #fff;
    border: 2px solid #bda570;
    color: #bda570; }

.btn-tertiary {
  background: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 0; }
  .btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary.active {
    background: #1a1a1a;
    border-width: 2px;
    color: #fff; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  body {
    background: url('../images/backgrounds/agsquare@2x.jpg');
    background-size: 50px; } }

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 55px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em; }

h1 {
  font-family: 'ITCFranklinGothicW02-Dm 812945';
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1em;
  font-size: 2.5em; }

h2 {
  font-family: 'ITCFranklinGothicW02-Dm 812945';
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1em;
  font-size: 2.1em; }

h3 {
  font-family: 'ITCFranklinGothicW02-Dm 812945';
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1em;
  font-size: 1.6em; }

h4 {
  font-family: 'ITCFranklinGothicW02-Dm 812945';
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1em;
  font-size: 1.3em; }

h5 {
  font-family: 'ITCFranklinGothicW02-Dm 812945';
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1em;
  font-size: 1em; }

p {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em; }

a {
  text-decoration: none;
  color: #bda570;
  border-bottom: 1px solid transparent; }
  a:hover, a:focus, a.active {
    cursor: pointer;
    color: #bda570;
    border-bottom: 1px solid #bda570;
    text-decoration: none; }

strong {
  font-weight: bold; }

.signpost-link p.explore-link {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  font-variant: small-caps;
  text-align: center;
  color: #bda570;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.signpost-link:hover p.explore-link, .signpost-link.active p.explore-link, .signpost-link:focus p.explore-link {
  color: white; }

.small-caps {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  font-variant: small-caps; }

.icon i, .logo a span, a, a span, i, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 27px;
    line-height: 40px; } }

/*===============
Main Navigation
===============*/
.main-menu {
  width: 75%;
  float: right;
  margin-top: 60px;
  margin-bottom: 0; }
  .main-menu nav {
    float: right; }
  .main-menu .primary-nav {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 1.5em;
    font-variant: small-caps; }
    .main-menu .primary-nav li {
      display: block;
      float: left;
      padding: 0; }
      .main-menu .primary-nav li a {
        display: block;
        padding: 7px 14px;
        color: #1a1a1a;
        border: 0;
        font-size: 1.1em; }
        .main-menu .primary-nav li a:hover {
          color: #bda570;
          border: 0; }
      .main-menu .primary-nav li:last-child a {
        padding-right: 0; }
      .main-menu .primary-nav li.active-trail a, .main-menu .primary-nav li.active a {
        color: #bda570;
        border: 0; }
      .main-menu .primary-nav li.mobile-nav-logo {
        display: none; }

/*===============
Sub-Navigation
===============*/
.sub-navigation {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  font-variant: small-caps;
  width: 100%;
  background: #1a1a1a;
  position: relative;
  top: 0;
  left: 0;
  border-bottom: 1px solid #bda570;
  z-index: 10; }
  .sub-navigation ul {
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto; }
    .sub-navigation ul li {
      display: block;
      float: left;
      margin-right: 0;
      text-align: center;
      padding: 0; }
      .sub-navigation ul li a {
        padding: 8px 10px 7px;
        display: block;
        color: #ffffff;
        font-size: 1.1em;
        outline: 0; }
        .sub-navigation ul li a.active, .sub-navigation ul li a:hover {
          background: #ab8e4f;
          color: #ffffff;
          text-decoration: none;
          border-bottom: 1px solid transparent; }
      .sub-navigation ul li.parent-menu-link {
        color: #ffffff;
        border-right: double #ffffff;
        margin-top: -1px;
        padding-top: 1px; }
  .sub-navigation.is-fixed {
    top: 50px; }

#ascrail2000-hr.nicescroll-rails {
  position: fixed !important;
  top: 142px !important;
  z-index: 200 !important; }
  #ascrail2000-hr.nicescroll-rails.headroom--pinned, #ascrail2000-hr.nicescroll-rails.headroom--top {
    top: 142px !important; }
  #ascrail2000-hr.nicescroll-rails.headroom--not-top {
    top: 94px !important; }
  #ascrail2000-hr.nicescroll-rails div {
    background-color: #bda570 !important; }

/*===============
Mobile Navigation
===============*/
#mobile-nav {
  position: fixed;
  z-index: 100000; }
  #mobile-nav ul {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: -100%;
    background: white;
    visibility: visible;
    overflow: hidden;
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #mobile-nav ul li {
      /* Force Hardware Acceleration in WebKit */ }
      #mobile-nav ul li.mobile-nav-logo {
        display: block; }
      #mobile-nav ul li img {
        display: block;
        max-width: 206px;
        width: 100%;
        margin: 0 auto; }
    #mobile-nav ul.is-visible {
      visibility: visible;
      top: 0; }
      #mobile-nav ul.is-visible li:nth-child(1) {
        -webkit-animation: slide-down 0.6s;
        -moz-animation: slide-down 0.6s;
        -o-animation: slide-down 0.6s;
        animation: slide-down 0.6s; }
      #mobile-nav ul.is-visible li:nth-child(2) {
        -webkit-animation: slide-down 0.7s;
        -moz-animation: slide-down 0.7s;
        -o-animation: slide-down 0.7s;
        animation: slide-down 0.7s; }
      #mobile-nav ul.is-visible li:nth-child(3) {
        -webkit-animation: slide-down 0.8s;
        -moz-animation: slide-down 0.8s;
        -o-animation: slide-down 0.8s;
        animation: slide-down 0.8s; }
      #mobile-nav ul.is-visible li:nth-child(4) {
        -webkit-animation: slide-down 0.9s;
        -moz-animation: slide-down 0.9s;
        -o-animation: slide-down 0.9s;
        animation: slide-down 0.9s; }
      #mobile-nav ul.is-visible li:nth-child(5) {
        -webkit-animation: slide-down 1s;
        -moz-animation: slide-down 1s;
        -o-animation: slide-down 1s;
        animation: slide-down 1s; }
      #mobile-nav ul.is-visible li:nth-child(6) {
        -webkit-animation: slide-down 1.1s;
        -moz-animation: slide-down 1.1s;
        -o-animation: slide-down 1.1s;
        animation: slide-down 1.1s; }
      #mobile-nav ul.is-visible li:nth-child(7) {
        -webkit-animation: slide-down 1.2s;
        -moz-animation: slide-down 1.2s;
        -o-animation: slide-down 1.2s;
        animation: slide-down 1.2s; }
      #mobile-nav ul.is-visible li:nth-child(8) {
        -webkit-animation: slide-down 1.3s;
        -moz-animation: slide-down 1.3s;
        -o-animation: slide-down 1.3s;
        animation: slide-down 1.3s; }
      #mobile-nav ul.is-visible li:nth-child(9) {
        -webkit-animation: slide-down 1.4s;
        -moz-animation: slide-down 1.4s;
        -o-animation: slide-down 1.4s;
        animation: slide-down 1.4s; }
      #mobile-nav ul.is-visible li:nth-child(10) {
        -webkit-animation: slide-down 1.5s;
        -moz-animation: slide-down 1.5s;
        -o-animation: slide-down 1.5s;
        animation: slide-down 1.5s; }
      #mobile-nav ul.is-visible li:nth-child(11) {
        -webkit-animation: slide-down 1.6s;
        -moz-animation: slide-down 1.6s;
        -o-animation: slide-down 1.6s;
        animation: slide-down 1.6s; }
    #mobile-nav ul li a {
      display: block;
      padding: 10px;
      border-bottom: 1px solid #C9C9C9;
      font-family: 'Lora', serif;
      font-size: 18px;
      line-height: 1.5em;
      color: #1a1a1a;
      font-weight: 300;
      margin-bottom: 1.5em;
      font-variant: small-caps;
      font-size: 1.3em;
      margin-bottom: 0;
      text-align: center; }
    #mobile-nav ul li:last-child a {
      border-bottom: none; }

/*===============
Mobile Nav Trigger
===============*/
.mobile-nav-trigger-cont {
  width: 95px;
  position: fixed;
  top: 6px;
  right: 5px;
  text-align: right;
  z-index: 2;
  margin-bottom: 10px;
  display: none; }
  .mobile-nav-trigger-cont .mobile-nav-trigger {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 44px;
    background: #bda570;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    top: 0;
    text-align: left; }
    .mobile-nav-trigger-cont .mobile-nav-trigger span.wording {
      font-family: 'Lora', serif;
      font-size: 18px;
      line-height: 1.5em;
      color: #1a1a1a;
      font-weight: 300;
      margin-bottom: 1.5em;
      font-variant: small-caps;
      color: #fff;
      font-size: 1.1em;
      position: relative;
      top: 8px;
      left: 38px; }
    .mobile-nav-trigger-cont .mobile-nav-trigger span.icon {
      position: absolute;
      display: block;
      width: 19px;
      height: 2px;
      background: #fff;
      top: 22px;
      margin-top: -1px;
      left: 10px;
      -webkit-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -ms-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .mobile-nav-trigger-cont .mobile-nav-trigger span.icon::before, .mobile-nav-trigger-cont .mobile-nav-trigger span.icon::after {
        content: '';
        position: absolute;
        left: 0;
        background: inherit;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: -webkit-transform 0.3s, background 0s;
        -moz-transition: -moz-transform 0.3s, background 0s;
        transition: transform 0.3s, background 0s; }
      .mobile-nav-trigger-cont .mobile-nav-trigger span.icon::before {
        top: -6px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); }
      .mobile-nav-trigger-cont .mobile-nav-trigger span.icon::after {
        bottom: -6px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); }
    .mobile-nav-trigger-cont .mobile-nav-trigger.menu-is-open {
      width: 44px; }
      .mobile-nav-trigger-cont .mobile-nav-trigger.menu-is-open span.wording {
        font-size: 0;
        color: #bda570; }
      .mobile-nav-trigger-cont .mobile-nav-trigger.menu-is-open span.icon {
        background: rgba(232, 74, 100, 0);
        left: 13px; }
        .mobile-nav-trigger-cont .mobile-nav-trigger.menu-is-open span.icon::before, .mobile-nav-trigger-cont .mobile-nav-trigger.menu-is-open span.icon::after {
          background: #fff; }
        .mobile-nav-trigger-cont .mobile-nav-trigger.menu-is-open span.icon::before {
          top: 0;
          -webkit-transform: rotate(225deg);
          -moz-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
          -o-transform: rotate(225deg);
          transform: rotate(225deg); }
        .mobile-nav-trigger-cont .mobile-nav-trigger.menu-is-open span.icon::after {
          bottom: 0;
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
          -o-transform: rotate(315deg);
          transform: rotate(315deg); }

@media screen and (max-width: 1040px) {
  /*===============
  Main Navigation
  ===============*/
  .main-menu .primary-nav li a {
    display: block;
    font-size: 1em; } }

@media screen and (max-width: 930px) {
  .mobile-nav-toggle {
    display: block;
    position: fixed;
    float: right; }
  .main-menu {
    display: none; }
  .sub-navigation {
    top: 7px;
    z-index: 9;
    border-bottom: 0; }
  .mobile-nav-trigger-cont {
    display: block; }
  #ascrail2000-hr.nicescroll-rails {
    display: block !important; }
    #ascrail2000-hr.nicescroll-rails.headroom--pinned, #ascrail2000-hr.nicescroll-rails.headroom--top {
      top: 95px !important; }
    #ascrail2000-hr.nicescroll-rails.headroom--not-top {
      top: 95px !important; } }

@media screen and (max-height: 520px) {
  #mobile-nav ul li {
    padding: 0; }
    #mobile-nav ul li img {
      max-width: 134px;
      height: auto; }
    #mobile-nav ul li a {
      padding: 4px 10px;
      font-size: 1.2em; } }

@media screen and (max-width: 330px) {
  .mobile-nav-trigger-cont {
    text-align: right; }
    .mobile-nav-trigger-cont .mobile-nav-trigger {
      width: 80px; }
      .mobile-nav-trigger-cont .mobile-nav-trigger span.wording {
        font-size: 1em;
        left: 30px; }
      .mobile-nav-trigger-cont .mobile-nav-trigger span.icon {
        left: 10px;
        height: 1px;
        width: 15px; }
        .mobile-nav-trigger-cont .mobile-nav-trigger span.icon::before {
          top: -5px; }
        .mobile-nav-trigger-cont .mobile-nav-trigger span.icon::after {
          bottom: -5px; }
      .mobile-nav-trigger-cont .mobile-nav-trigger.menu-is-open {
        left: 0; }
        .mobile-nav-trigger-cont .mobile-nav-trigger.menu-is-open span.icon {
          left: 15px; } }

#header-main {
  border-bottom: 2px solid #bda570;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 109px;
  width: 100%;
  z-index: 10;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #header-main .inner-wrapper {
    padding: 0; }
  #header-main .container {
    max-width: 100%; }
  #header-main .logo {
    display: block;
    position: relative;
    float: left;
    top: 15px;
    left: 0;
    background: url("../images/logos/GGN-logo.png");
    width: 207px;
    bottom: auto;
    background-size: 422px !important;
    height: 75px;
    background-position: -215px 38px;
    background-repeat: no-repeat; }
    #header-main .logo a {
      display: block;
      height: 100%;
      border: 0; }
  #header-main .sub-nav-overlay {
    width: 12px;
    height: 43px;
    background: url("../images/sub-menu-gradient-overlay-right.png");
    position: absolute;
    right: 0;
    top: 109px;
    z-index: 11; }
  #header-main.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  #header-main.slideUp, #header-main.headroom--pinned {
    -webkit-transform: translateY(-53px);
    -moz-transform: translateY(-53px);
    -ms-transform: translateY(-53px);
    -o-transform: translateY(-53px);
    transform: translateY(-53px); }
  #header-main.headroom--top {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
    #header-main.headroom--top .logo {
      display: block;
      top: 15px;
      width: 211px !important;
      background-size: 422px;
      height: 75px !important;
      background-position: 0 0;
      background-repeat: no-repeat; }
    #header-main.headroom--top .sub-nav-overlay {
      top: 101px; }
  #header-main.headroom--not-top .logo {
    background-position: -216px 45px;
    top: 21px; }
  #header-main.headroom--not-top .main-menu {
    margin-top: 66px;
    margin-bottom: 0; }
  #header-main.headroom--not-top .sub-nav-overlay {
    top: 107px; }

.page-news-events .sub-nav-overlay, .page-node-5 .sub-nav-overlay, .page-node-344 .sub-nav-overlay, .page-node-337 .sub-nav-overlay {
  display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  #header-main .logo {
    background: url("../images/logos/GGN-logo@2x.png"); }
  #header-main.headroom--not-top .logo {
    background-position: -216px 45px !important;
    background-size: 422px;
    background-repeat: no-repeat; } }

@media screen and (max-width: 930px) {
  #header-main .container {
    padding: 0 10px; }
  #header-main.headroom--top, #header-main.headroom--not-top {
    -webkit-transform: translateY(-53px);
    -moz-transform: translateY(-53px);
    -ms-transform: translateY(-53px);
    -o-transform: translateY(-53px);
    transform: translateY(-53px);
    height: 110px !important; }
    #header-main.headroom--top .logo, #header-main.headroom--not-top .logo {
      background-position: -216px 45px;
      top: 4px; }
    #header-main.headroom--top .sub-nav-overlay, #header-main.headroom--not-top .sub-nav-overlay {
      top: 108px; }
  #header-main .inner-wrapper {
    padding: 15px 0 11px; }
  #header-main.headroom--top .logo {
    background-position: -214px 45px;
    left: -2px; } }

.page-introduction {
  -webkit-box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
  background: #ffffff;
  padding: 35px 15px 20px;
  z-index: 20;
  position: relative; }
  .page-introduction p, .page-introduction ul, .page-introduction li {
    max-width: 650px;
    margin: 0 auto 1.5em;
    text-align: center; }
  .page-introduction ul, .page-introduction ol {
    margin-bottom: 30px; }
  .page-introduction li {
    text-align: left;
    font-size: 1em;
    margin-bottom: 0; }
  .page-introduction ul li {
    list-style-type: disc; }
  .page-introduction ol {
    padding-left: 15px; }
    .page-introduction ol li {
      list-style-type: decimal; }

::selection {
  background: rgba(189, 164, 111, 0.5) !important; }

::-moz-selection {
  background: rgba(189, 164, 111, 0.5) !important; }

.page-node-1 .page-introduction h2, .page-node-2 .page-introduction h2, .page-node-3 .page-introduction h2, .page-node-4 .page-introduction h2, .page-node-5 .page-introduction h2, .page-node-97 .page-introduction h2, .page-node-98 .page-introduction h2, .page-node-99 .page-introduction h2, .page-node-100 .page-introduction h2, .page-node-101 .page-introduction h2, .page-node-102 .page-introduction h2, .page-node-103 .page-introduction h2, .page-node-104 .page-introduction h2, .page-node-105 .page-introduction h2, .page-node-109 .page-introduction h2, .page-node-110 .page-introduction h2, .page-node-130 .page-introduction h2, .page-node-120 .page-introduction h2, .page-node-136 .page-introduction h2, .page-node-137 .page-introduction h2, .page-node-135 .page-introduction h2, .page-node-116 .page-introduction h2, .page-node-337 .page-introduction h2, .page-node-346 .page-introduction h2 {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  text-transform: none;
  margin-bottom: 10px;
  font-style: italic;
  color: #bda570;
  font-size: 2em; }

.content-page {
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  background: #fff;
  padding: 35px 15px 20px;
  z-index: 20;
  position: relative; }

.item-list .pager {
  margin-top: 20px; }
  .item-list .pager li {
    margin: 0;
    padding: 0; }
    .item-list .pager li > a {
      border-radius: 0;
      border-color: #bda570;
      font-size: 14px;
      color: #1a1a1a; }
    .item-list .pager li.first, .item-list .pager li.last, .item-list .pager li.pager-next, .item-list .pager li.pager-previous {
      display: none; }
    .item-list .pager li.pager-current {
      font-weight: normal;
      font-size: 14px;
      padding: 10px; }
      .item-list .pager li.pager-current.first, .item-list .pager li.pager-current.last {
        display: inline-block; }

@media screen and (max-width: 965px) {
  .page-introduction p, .content-page p {
    font-size: 18px; }
  .page-node-1 .page-introduction h2, .page-node-2 .page-introduction h2, .page-node-3 .page-introduction h2, .page-node-4 .page-introduction h2, .page-node-5 .page-introduction h2, .page-node-97 .page-introduction h2, .page-node-98 .page-introduction h2, .page-node-99 .page-introduction h2, .page-node-100 .page-introduction h2, .page-node-101 .page-introduction h2, .page-node-102 .page-introduction h2, .page-node-103 .page-introduction h2, .page-node-104 .page-introduction h2, .page-node-105 .page-introduction h2, .page-node-109 .page-introduction h2, .page-node-110 .page-introduction h2, .page-node-130 .page-introduction h2, .page-node-120 .page-introduction h2, .page-node-136 .page-introduction h2, .page-node-137 .page-introduction h2, .page-node-135 .page-introduction h2, .page-node-116 .page-introduction h2, .page-node-337 .page-introduction h2 {
    font-size: 1.7em; } }

@media screen and (max-width: 767px) {
  .page-introduction p, .content-page p {
    font-size: 16px; }
  .page-node-1 .page-introduction h2, .page-node-2 .page-introduction h2, .page-node-3 .page-introduction h2, .page-node-4 .page-introduction h2, .page-node-5 .page-introduction h2, .page-node-97 .page-introduction h2, .page-node-98 .page-introduction h2, .page-node-99 .page-introduction h2, .page-node-100 .page-introduction h2, .page-node-101 .page-introduction h2, .page-node-102 .page-introduction h2, .page-node-103 .page-introduction h2, .page-node-104 .page-introduction h2, .page-node-105 .page-introduction h2, .page-node-109 .page-introduction h2, .page-node-110 .page-introduction h2, .page-node-130 .page-introduction h2, .page-node-120 .page-introduction h2, .page-node-136 .page-introduction h2, .page-node-137 .page-introduction h2, .page-node-135 .page-introduction h2, .page-node-116 .page-introduction h2, .page-node-337 .page-introduction h2 {
    font-size: 1.5em; } }

.front .sub-navigation, .front .overflow-overlay {
  display: none; }
.front .video-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  width: 100%;
  max-height: 93vh;
  background: url('/sites/all/themes/glengoyne/video/homepage/BW-Backup-GoldDetail.jpg'); }
  .front .video-wrapper img.old-safari-replacement {
    display: none; }
  .front .video-wrapper .video-inner-wrapper {
    position: absolute; }
  .front .video-wrapper video {
    width: 100%;
    height: auto;
    min-width: 820px;
    overflow: hidden;
    display: block; }
  .front .video-wrapper .video-overlay {
    background: url('../images/grid-overlay.png');
    background-size: 6px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .front .video-wrapper .text-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    top: 60%; }
    .front .video-wrapper .text-container h1 {
      color: #fff;
      font-size: 95px;
      border: 0;
      width: 100%;
      margin: 0;
      line-height: 1.2em;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .front .video-wrapper .text-container h1::before {
        content: '';
        background-image: url('../images/geese/geese-sprite.png');
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        background-repeat: no-repeat;
        height: 96px;
        width: 160px;
        margin-top: -95px;
        background-size: 330px;
        background-position: -170px 0;
        margin-top: -160px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
          .front .video-wrapper .text-container h1::before {
            content: '';
            background-image: url('../images/geese/geese-sprite@2x.png'); } }
    .front .video-wrapper .text-container p {
      text-align: center;
      color: #fff;
      font-variant: normal;
      font-size: 1.5em;
      font-style: italic;
      margin-bottom: 15px;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .front .video-wrapper .text-container p .btn {
        font-style: normal; }
.front .content .container {
  max-width: 100%; }
  .front .content .container .col-xs-24 {
    padding: 0; }
.front .content .home-signposts-cont {
  padding: 0; }
  .front .content .home-signposts-cont .col-xs-24 {
    padding-left: 5px;
    padding-right: 5px; }
.front .content .homepage-signpost {
  position: relative;
  border-bottom: 1px solid #fff;
  overflow: hidden; }
  .front .content .homepage-signpost img {
    width: 100%; }
  .front .content .homepage-signpost .text-overlay {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%; }
  .front .content .homepage-signpost .text-container {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: 80%;
    top: 58%; }
    .front .content .homepage-signpost .text-container h3 {
      color: #fff;
      padding: 7px 10px;
      border-top: 1px solid #bda570;
      border-bottom: 1px solid #bda570; }
      .front .content .homepage-signpost .text-container h3::before {
        content: '';
        background-image: url('../images/geese/geese-sprite.png');
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        background-repeat: no-repeat;
        height: 34px;
        width: 62px;
        margin-top: -60px;
        background-size: 330px;
        background-position: 0 -180px;
        margin-top: -86px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
          .front .content .homepage-signpost .text-container h3::before {
            content: '';
            background-image: url('../images/geese/geese-sprite@2x.png'); } }
    .front .content .homepage-signpost .text-container p {
      text-align: center;
      line-height: 1.2em; }
      .front .content .homepage-signpost .text-container p span {
        font-family: 'Lora', serif;
        font-size: 18px;
        line-height: 1.5em;
        color: #1a1a1a;
        font-weight: 300;
        margin-bottom: 1.5em;
        font-variant: small-caps;
        color: #bda570; }
  .front .content .homepage-signpost.left {
    width: 50%;
    float: left; }
    .front .content .homepage-signpost.left img {
      border-right: 1px solid #fff; }
    .front .content .homepage-signpost.left .text-overlay {
      margin-right: 1px; }
    .front .content .homepage-signpost.left .text-container {
      width: 200px; }
  .front .content .homepage-signpost.right {
    width: 50%;
    float: left; }
    .front .content .homepage-signpost.right .text-container {
      width: 165px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .front .video-wrapper .video-overlay {
    background: url('../images/grid-overlay@2x.png');
    background-size: 6px; } }

@media screen and (max-height: 750px) {
  .front .video-wrapper .text-container h1 {
    font-size: 75px; }
    .front .video-wrapper .text-container h1::before {
      height: 65px;
      width: 108px;
      margin-top: -70px;
      background-size: 330px;
      background-position: -116px -103px;
      margin-top: -130px; }
  .front .video-wrapper .text-container p {
    font-size: 1.3em; } }

@media screen and (max-height: 550px) {
  .front .video-wrapper .text-container h1 {
    font-size: 53px; }
    .front .video-wrapper .text-container h1::before {
      height: 65px;
      width: 108px;
      margin-top: -70px;
      background-size: 330px;
      background-position: -116px -103px;
      margin-top: -108px; }
  .front .video-wrapper .text-container p {
    font-size: 1em; } }

@media screen and (max-width: 1200px) {
  .front .video-wrapper .text-container {
    top: 66%; }
    .front .video-wrapper .text-container h1 {
      font-size: 75px; }
      .front .video-wrapper .text-container h1::before {
        height: 65px;
        width: 108px;
        margin-top: -70px;
        background-size: 330px;
        background-position: -116px -103px;
        margin-top: -130px; }
    .front .video-wrapper .text-container p {
      font-size: 1.3em; } }

@media screen and (max-width: 970px) {
  .front .content .homepage-signpost .text-overlay .text-container {
    width: 160px; }
    .front .content .homepage-signpost .text-overlay .text-container h3 {
      font-size: 1.2em; }
      .front .content .homepage-signpost .text-overlay .text-container h3::before {
        height: 28px;
        width: 42px;
        margin-top: -42px;
        background-size: 330px;
        background-position: 0 -219px;
        margin-top: -75px; }
    .front .content .homepage-signpost .text-overlay .text-container p span {
      font-size: 0.9em; } }

@media screen and (max-width: 920px) {
  .front .wrapper {
    padding-top: 0; }
  .front .video-wrapper .text-container {
    top: 63%; }
    .front .video-wrapper .text-container h1 {
      font-size: 50px; }
      .front .video-wrapper .text-container h1::before {
        height: 65px;
        width: 108px;
        margin-top: -70px;
        background-size: 330px;
        background-position: -116px -103px;
        margin-top: -120px; }
    .front .video-wrapper .text-container p {
      font-size: 1.1em; } }

@media screen and (max-width: 767px) {
  .front .content .homepage-signpost.left, .front .content .homepage-signpost.right {
    width: 100%;
    float: none; }
    .front .content .homepage-signpost.left img, .front .content .homepage-signpost.right img {
      border-right: 0; } }

@media screen and (max-width: 550px) {
  .front .video-wrapper .text-container h1 {
    font-size: 42px; }
    .front .video-wrapper .text-container h1::before {
      margin-top: -115px; }
  .front .video-wrapper .text-container p {
    font-size: 1.2em; } }

@media screen and (max-width: 445px) {
  .front .video-wrapper .text-container h1 {
    font-size: 34px; }
    .front .video-wrapper .text-container h1::before {
      margin-top: -114px; }
  .front .video-wrapper .text-container p {
    font-size: 1em; } }

@media screen and (max-width: 370px) {
  .front .video-wrapper .text-container h1 {
    font-size: 25px; }
    .front .video-wrapper .text-container h1::before {
      height: 34px;
      width: 62px;
      margin-top: -60px;
      background-size: 330px;
      background-position: -70px -180px;
      margin-top: -88px; }
  .front .video-wrapper .text-container p {
    font-size: 0.9em; }
  .front .content .text-overlay {
    width: 60% !important; } }

.safari7 img.old-safari-replacement, .safari6 img.old-safari-replacement, .ie8 img.old-safari-replacement, .ie9 img.old-safari-replacement {
  display: block !important;
  width: 100%; }
.safari7 video, .safari6 video, .ie8 video, .ie9 video {
  display: none !important; }

.page-node-120 .page-introduction, .page-node-130 .page-introduction, .page-node-109 .page-introduction {
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px; }
.page-node-120 #block-views-archives-block, .page-node-120 #block-views-travel-retail-block, .page-node-120 #block-views-kindred-spirits-block, .page-node-130 #block-views-archives-block, .page-node-130 #block-views-travel-retail-block, .page-node-130 #block-views-kindred-spirits-block, .page-node-109 #block-views-archives-block, .page-node-109 #block-views-travel-retail-block, .page-node-109 #block-views-kindred-spirits-block {
  background: #fff; }
  .page-node-120 #block-views-archives-block .archive-item, .page-node-120 #block-views-travel-retail-block .archive-item, .page-node-120 #block-views-kindred-spirits-block .archive-item, .page-node-130 #block-views-archives-block .archive-item, .page-node-130 #block-views-travel-retail-block .archive-item, .page-node-130 #block-views-kindred-spirits-block .archive-item, .page-node-109 #block-views-archives-block .archive-item, .page-node-109 #block-views-travel-retail-block .archive-item, .page-node-109 #block-views-kindred-spirits-block .archive-item {
    margin: 50px 0;
    padding-bottom: 20px; }
    .page-node-120 #block-views-archives-block .archive-item .bottle-title, .page-node-120 #block-views-travel-retail-block .archive-item .bottle-title, .page-node-120 #block-views-kindred-spirits-block .archive-item .bottle-title, .page-node-130 #block-views-archives-block .archive-item .bottle-title, .page-node-130 #block-views-travel-retail-block .archive-item .bottle-title, .page-node-130 #block-views-kindred-spirits-block .archive-item .bottle-title, .page-node-109 #block-views-archives-block .archive-item .bottle-title, .page-node-109 #block-views-travel-retail-block .archive-item .bottle-title, .page-node-109 #block-views-kindred-spirits-block .archive-item .bottle-title {
      border: 0;
      font-size: 1.5em;
      margin-bottom: 20px; }
      .page-node-120 #block-views-archives-block .archive-item .bottle-title.kindred-title, .page-node-120 #block-views-travel-retail-block .archive-item .bottle-title.kindred-title, .page-node-120 #block-views-kindred-spirits-block .archive-item .bottle-title.kindred-title, .page-node-130 #block-views-archives-block .archive-item .bottle-title.kindred-title, .page-node-130 #block-views-travel-retail-block .archive-item .bottle-title.kindred-title, .page-node-130 #block-views-kindred-spirits-block .archive-item .bottle-title.kindred-title, .page-node-109 #block-views-archives-block .archive-item .bottle-title.kindred-title, .page-node-109 #block-views-travel-retail-block .archive-item .bottle-title.kindred-title, .page-node-109 #block-views-kindred-spirits-block .archive-item .bottle-title.kindred-title {
        font-size: 2.5em;
        margin-bottom: 0; }
    .page-node-120 #block-views-archives-block .archive-item .kindred-sub, .page-node-120 #block-views-travel-retail-block .archive-item .kindred-sub, .page-node-120 #block-views-kindred-spirits-block .archive-item .kindred-sub, .page-node-130 #block-views-archives-block .archive-item .kindred-sub, .page-node-130 #block-views-travel-retail-block .archive-item .kindred-sub, .page-node-130 #block-views-kindred-spirits-block .archive-item .kindred-sub, .page-node-109 #block-views-archives-block .archive-item .kindred-sub, .page-node-109 #block-views-travel-retail-block .archive-item .kindred-sub, .page-node-109 #block-views-kindred-spirits-block .archive-item .kindred-sub {
      font-family: 'Lora', serif;
      font-size: 18px;
      line-height: 1.5em;
      color: #1a1a1a;
      font-weight: 300;
      margin-bottom: 1.5em;
      font-style: italic;
      color: #bda570;
      border: 0;
      font-size: 1.2em;
      margin-bottom: 20px;
      text-transform: none; }
    .page-node-120 #block-views-archives-block .archive-item .image-text-wrap, .page-node-120 #block-views-travel-retail-block .archive-item .image-text-wrap, .page-node-120 #block-views-kindred-spirits-block .archive-item .image-text-wrap, .page-node-130 #block-views-archives-block .archive-item .image-text-wrap, .page-node-130 #block-views-travel-retail-block .archive-item .image-text-wrap, .page-node-130 #block-views-kindred-spirits-block .archive-item .image-text-wrap, .page-node-109 #block-views-archives-block .archive-item .image-text-wrap, .page-node-109 #block-views-travel-retail-block .archive-item .image-text-wrap, .page-node-109 #block-views-kindred-spirits-block .archive-item .image-text-wrap {
      max-width: 767px;
      margin: 0 auto;
      position: relative; }
      .page-node-120 #block-views-archives-block .archive-item .image-text-wrap .img-container, .page-node-120 #block-views-travel-retail-block .archive-item .image-text-wrap .img-container, .page-node-120 #block-views-kindred-spirits-block .archive-item .image-text-wrap .img-container, .page-node-130 #block-views-archives-block .archive-item .image-text-wrap .img-container, .page-node-130 #block-views-travel-retail-block .archive-item .image-text-wrap .img-container, .page-node-130 #block-views-kindred-spirits-block .archive-item .image-text-wrap .img-container, .page-node-109 #block-views-archives-block .archive-item .image-text-wrap .img-container, .page-node-109 #block-views-travel-retail-block .archive-item .image-text-wrap .img-container, .page-node-109 #block-views-kindred-spirits-block .archive-item .image-text-wrap .img-container {
        float: left;
        width: 50%;
        padding-right: 2%; }
      .page-node-120 #block-views-archives-block .archive-item .image-text-wrap .text, .page-node-120 #block-views-travel-retail-block .archive-item .image-text-wrap .text, .page-node-120 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text, .page-node-130 #block-views-archives-block .archive-item .image-text-wrap .text, .page-node-130 #block-views-travel-retail-block .archive-item .image-text-wrap .text, .page-node-130 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text, .page-node-109 #block-views-archives-block .archive-item .image-text-wrap .text, .page-node-109 #block-views-travel-retail-block .archive-item .image-text-wrap .text, .page-node-109 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text {
        float: right;
        width: 50%;
        padding: 0 30px; }
        .page-node-120 #block-views-archives-block .archive-item .image-text-wrap .text .mobile-image, .page-node-120 #block-views-travel-retail-block .archive-item .image-text-wrap .text .mobile-image, .page-node-120 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text .mobile-image, .page-node-130 #block-views-archives-block .archive-item .image-text-wrap .text .mobile-image, .page-node-130 #block-views-travel-retail-block .archive-item .image-text-wrap .text .mobile-image, .page-node-130 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text .mobile-image, .page-node-109 #block-views-archives-block .archive-item .image-text-wrap .text .mobile-image, .page-node-109 #block-views-travel-retail-block .archive-item .image-text-wrap .text .mobile-image, .page-node-109 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text .mobile-image {
          display: none; }
        .page-node-120 #block-views-archives-block .archive-item .image-text-wrap .text #alcohol-content, .page-node-120 #block-views-travel-retail-block .archive-item .image-text-wrap .text #alcohol-content, .page-node-120 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text #alcohol-content, .page-node-130 #block-views-archives-block .archive-item .image-text-wrap .text #alcohol-content, .page-node-130 #block-views-travel-retail-block .archive-item .image-text-wrap .text #alcohol-content, .page-node-130 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text #alcohol-content, .page-node-109 #block-views-archives-block .archive-item .image-text-wrap .text #alcohol-content, .page-node-109 #block-views-travel-retail-block .archive-item .image-text-wrap .text #alcohol-content, .page-node-109 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text #alcohol-content {
          font-style: italic;
          font-size: 0.8em; }
    .page-node-120 #block-views-archives-block .archive-item.image-right .image-text-wrap .img-container, .page-node-120 #block-views-travel-retail-block .archive-item.image-right .image-text-wrap .img-container, .page-node-120 #block-views-kindred-spirits-block .archive-item.image-right .image-text-wrap .img-container, .page-node-130 #block-views-archives-block .archive-item.image-right .image-text-wrap .img-container, .page-node-130 #block-views-travel-retail-block .archive-item.image-right .image-text-wrap .img-container, .page-node-130 #block-views-kindred-spirits-block .archive-item.image-right .image-text-wrap .img-container, .page-node-109 #block-views-archives-block .archive-item.image-right .image-text-wrap .img-container, .page-node-109 #block-views-travel-retail-block .archive-item.image-right .image-text-wrap .img-container, .page-node-109 #block-views-kindred-spirits-block .archive-item.image-right .image-text-wrap .img-container {
      float: right;
      border: 0; }
    .page-node-120 #block-views-archives-block .archive-item.image-right .image-text-wrap .text, .page-node-120 #block-views-travel-retail-block .archive-item.image-right .image-text-wrap .text, .page-node-120 #block-views-kindred-spirits-block .archive-item.image-right .image-text-wrap .text, .page-node-130 #block-views-archives-block .archive-item.image-right .image-text-wrap .text, .page-node-130 #block-views-travel-retail-block .archive-item.image-right .image-text-wrap .text, .page-node-130 #block-views-kindred-spirits-block .archive-item.image-right .image-text-wrap .text, .page-node-109 #block-views-archives-block .archive-item.image-right .image-text-wrap .text, .page-node-109 #block-views-travel-retail-block .archive-item.image-right .image-text-wrap .text, .page-node-109 #block-views-kindred-spirits-block .archive-item.image-right .image-text-wrap .text {
      float: left;
      text-align: right; }
.page-node-120 #block-views-kindred-spirits-block .archive-item, .page-node-130 #block-views-kindred-spirits-block .archive-item, .page-node-109 #block-views-kindred-spirits-block .archive-item {
  margin: 10px 0; }
.page-node-120 #block-views-kindred-spirits-block .kindred-inner, .page-node-130 #block-views-kindred-spirits-block .kindred-inner, .page-node-109 #block-views-kindred-spirits-block .kindred-inner {
  margin-bottom: 10px; }
.page-node-120 #block-views-kindred-spirits-block .image-text-wrap .text, .page-node-130 #block-views-kindred-spirits-block .image-text-wrap .text, .page-node-109 #block-views-kindred-spirits-block .image-text-wrap .text {
  width: 100% !important;
  padding: 0 !important; }
  .page-node-120 #block-views-kindred-spirits-block .image-text-wrap .text p img, .page-node-130 #block-views-kindred-spirits-block .image-text-wrap .text p img, .page-node-109 #block-views-kindred-spirits-block .image-text-wrap .text p img {
    float: right;
    width: 40%;
    margin-left: 20px; }
.page-node-120 #block-views-kindred-spirits-block .kindred-video-links, .page-node-130 #block-views-kindred-spirits-block .kindred-video-links, .page-node-109 #block-views-kindred-spirits-block .kindred-video-links {
  max-width: 767px;
  margin: 0 auto; }
  .page-node-120 #block-views-kindred-spirits-block .kindred-video-links .btn, .page-node-130 #block-views-kindred-spirits-block .kindred-video-links .btn, .page-node-109 #block-views-kindred-spirits-block .kindred-video-links .btn {
    margin-bottom: 10px; }

@media screen and (max-width: 600px) {
  .page-node-120 #block-views-archives-block .archive-item, .page-node-120 #block-views-travel-retail-block .archive-item, .page-node-120 #block-views-kindred-spirits-block .archive-item, .page-node-130 #block-views-archives-block .archive-item, .page-node-130 #block-views-travel-retail-block .archive-item, .page-node-130 #block-views-kindred-spirits-block .archive-item, .page-node-109 #block-views-archives-block .archive-item, .page-node-109 #block-views-travel-retail-block .archive-item, .page-node-109 #block-views-kindred-spirits-block .archive-item {
    border-bottom: double #1a1a1a;
    margin: 20px 0; }
    .page-node-120 #block-views-archives-block .archive-item .image-text-wrap .img-container, .page-node-120 #block-views-travel-retail-block .archive-item .image-text-wrap .img-container, .page-node-120 #block-views-kindred-spirits-block .archive-item .image-text-wrap .img-container, .page-node-130 #block-views-archives-block .archive-item .image-text-wrap .img-container, .page-node-130 #block-views-travel-retail-block .archive-item .image-text-wrap .img-container, .page-node-130 #block-views-kindred-spirits-block .archive-item .image-text-wrap .img-container, .page-node-109 #block-views-archives-block .archive-item .image-text-wrap .img-container, .page-node-109 #block-views-travel-retail-block .archive-item .image-text-wrap .img-container, .page-node-109 #block-views-kindred-spirits-block .archive-item .image-text-wrap .img-container {
      display: none;
      border: 0; }
    .page-node-120 #block-views-archives-block .archive-item .image-text-wrap .text, .page-node-120 #block-views-travel-retail-block .archive-item .image-text-wrap .text, .page-node-120 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text, .page-node-130 #block-views-archives-block .archive-item .image-text-wrap .text, .page-node-130 #block-views-travel-retail-block .archive-item .image-text-wrap .text, .page-node-130 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text, .page-node-109 #block-views-archives-block .archive-item .image-text-wrap .text, .page-node-109 #block-views-travel-retail-block .archive-item .image-text-wrap .text, .page-node-109 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text {
      float: none !important;
      width: 100% !important;
      border: 0 !important;
      text-align: left !important;
      padding: 0; }
      .page-node-120 #block-views-archives-block .archive-item .image-text-wrap .text .mobile-image, .page-node-120 #block-views-travel-retail-block .archive-item .image-text-wrap .text .mobile-image, .page-node-120 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text .mobile-image, .page-node-130 #block-views-archives-block .archive-item .image-text-wrap .text .mobile-image, .page-node-130 #block-views-travel-retail-block .archive-item .image-text-wrap .text .mobile-image, .page-node-130 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text .mobile-image, .page-node-109 #block-views-archives-block .archive-item .image-text-wrap .text .mobile-image, .page-node-109 #block-views-travel-retail-block .archive-item .image-text-wrap .text .mobile-image, .page-node-109 #block-views-kindred-spirits-block .archive-item .image-text-wrap .text .mobile-image {
        display: block;
        float: right;
        width: 45%; } }

.jcarousel-outer-wrapper {
  position: relative;
  background: transparent; }

.jcarousel-wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto; }
  .jcarousel-wrapper .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .jcarousel-wrapper .jcarousel ul {
      width: 20000em;
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      overflow: hidden; }
    .jcarousel-wrapper .jcarousel li {
      width: 200px;
      float: left;
      padding: 5px; }
      .jcarousel-wrapper .jcarousel li .image-wrapper {
        border: 1px solid #C9C9C9;
        position: relative; }
      .jcarousel-wrapper .jcarousel li img {
        display: block;
        max-width: 100%;
        height: auto !important;
        border: 10px solid #fff; }
      .jcarousel-wrapper .jcarousel li a.signpost-link .text-container {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 50%; }
        .jcarousel-wrapper .jcarousel li a.signpost-link .text-container h4 {
          color: #fff;
          line-height: 1.5em;
          border-top: 1px solid #bda570;
          border-bottom: 1px solid #bda570; }

/** Carousel Controls **/
.jcarousel-control-prev, .jcarousel-control-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #fff;
  border: 2px solid #bda570;
  color: #bda570;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }
  .jcarousel-control-prev span, .jcarousel-control-next span {
    font-size: 24px;
    position: relative;
    top: 7px;
    color: #bda570;
    -webkit-transform: perspective(ease-in-out) translate(all, 0.3s);
    -moz-transform: perspective(ease-in-out) translate(all, 0.3s);
    -ms-transform: perspective(ease-in-out) translate(all, 0.3s);
    -o-transform: perspective(ease-in-out) translate(all, 0.3s);
    transform: perspective(ease-in-out) translate(all, 0.3s); }
  .jcarousel-control-prev:hover, .jcarousel-control-prev:focus, .jcarousel-control-prev.active, .jcarousel-control-next:hover, .jcarousel-control-next:focus, .jcarousel-control-next.active {
    border: 2px solid #bda570;
    background: #bda570;
    color: #fff; }
    .jcarousel-control-prev:hover span, .jcarousel-control-prev:focus span, .jcarousel-control-prev.active span, .jcarousel-control-next:hover span, .jcarousel-control-next:focus span, .jcarousel-control-next.active span {
      color: #fff; }

.jcarousel-control-prev {
  left: 15px; }

.jcarousel-control-next {
  right: 15px; }

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0; }
  .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px; }
    .jcarousel-pagination a.active {
      background: #4E443C;
      color: #fff;
      opacity: 1; }

.tours-introduction .tours-intro-text {
  border-right: double #1a1a1a;
  padding-right: 5%; }
  .tours-introduction .tours-intro-text p {
    text-align: right; }
.tours-introduction .tours-intro-media {
  padding-left: 5%; }
  .tours-introduction .tours-intro-media .media-container {
    position: relative;
    border: 1px solid #C9C9C9;
    padding: 6px; }
    .tours-introduction .tours-intro-media .media-container img {
      width: 100%;
      height: auto; }
    .tours-introduction .tours-intro-media .media-container .btn {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      .tours-introduction .tours-intro-media .media-container .btn span {
        float: left;
        position: relative;
        border: 0;
        padding: 0;
        width: auto;
        top: 3px;
        left: -4px; }

.node-type-tour .page-introduction h1, .node-type-tour .page-introduction h2, .node-type-tour .page-introduction h3, .node-type-tour .page-introduction h4 {
  border: 0; }

.collage-container.our-tours .square.small img, .collage-container.our-tours .square.large img {
  opacity: 0.35; }
.collage-container.our-tours .square.small p, .collage-container.our-tours .square.large p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 3px 0;
  font-size: 1.1em; }
.collage-container.our-tours .square.small .text-container, .collage-container.our-tours .square.large .text-container {
  width: 80%;
  right: 10%;
  left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*background:rgba(0, 0, 0, 0. 7);*/
  padding: 2%;
  border: 2px solid transparent; }
  .collage-container.our-tours .square.small .text-container .tour-headline, .collage-container.our-tours .square.large .text-container .tour-headline {
    color: #bda570; }
  .collage-container.our-tours .square.small .text-container h2, .collage-container.our-tours .square.large .text-container h2 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .collage-container.our-tours .square.small .text-container h2::before, .collage-container.our-tours .square.large .text-container h2::before {
      background: none; }
  .collage-container.our-tours .square.small .text-container .tour-duration-price, .collage-container.our-tours .square.large .text-container .tour-duration-price {
    color: #fff; }
.collage-container.our-tours .square a:hover img, .collage-container.our-tours .square a:focus img, .collage-container.our-tours .square a.active img {
  opacity: 0.5 !important; }

.collage-container.tour-gallery .square .field-type-image:hover {
  cursor: pointer; }
.collage-container.tour-gallery .square .field-name-field-image-2 img {
  opacity: 0.3; }

.other-tours-wrap {
  padding-top: 50px; }
  .other-tours-wrap h3 {
    border: 0; }
    .other-tours-wrap h3 span {
      border-top: 1px solid #1a1a1a;
      border-bottom: 1px solid #1a1a1a;
      display: inline-block;
      padding: 5px; }
  .other-tours-wrap .jcarousel li .image-wrapper {
    background: #000; }
  .other-tours-wrap .jcarousel li img {
    opacity: 0.3;
    border: 0; }
  .other-tours-wrap .jcarousel li a {
    display: block;
    border: 10px solid #fff; }
    .other-tours-wrap .jcarousel li a:hover img, .other-tours-wrap .jcarousel li a.active img, .other-tours-wrap .jcarousel li a:focus img {
      transform: none; }
    .other-tours-wrap .jcarousel li a h4 {
      font-size: 1.2em; }

@media screen and (max-width: 1280px) {
  .collage-container.our-tours .square.small p, .collage-container.our-tours .square.large p {
    font-size: 1em; }
  .collage-container.our-tours .square.small .text-container, .collage-container.our-tours .square.large .text-container {
    width: 90%;
    right: 5%; }
  .collage-container.our-tours .square a:hover img, .collage-container.our-tours .square a:focus img, .collage-container.our-tours .square a.active img {
    opacity: 0.3 !important; } }

@media screen and (max-width: 850px) {
  .collage-container.our-tours .square.small p, .collage-container.our-tours .square.large p {
    font-size: 1em; }
  .collage-container.our-tours .square.small .tour-duration-price, .collage-container.our-tours .square.large .tour-duration-price {
    font-size: 0.8em; } }

@media screen and (max-width: 767px) {
  .tours-introduction .tours-intro-text {
    width: 100%;
    border: 0;
    margin-bottom: 20px; }
    .tours-introduction .tours-intro-text p {
      text-align: center; }
  .collage-container.our-tours .square.small p, .collage-container.our-tours .square.large p {
    font-size: 1.5em; }
  .collage-container.our-tours .square.small .tour-duration-price, .collage-container.our-tours .square.large .tour-duration-price {
    font-size: 1.5em; }
  .collage-container.tour-gallery {
    background: transparent;
    padding-top: 25px;
    margin-bottom: 25px; }
    .collage-container.tour-gallery h3 {
      padding: 0 15px; }
    .collage-container.tour-gallery .large-screens .square {
      width: 50% !important; }
      .collage-container.tour-gallery .large-screens .square.large {
        display: none; }
      .collage-container.tour-gallery .large-screens .square .field-name-field-image-2 img {
        opacity: 1; } }

@media screen and (max-width: 600px) {
  .collage-container .small-screens .square img {
    margin-left: 0 !important; } }

@media screen and (max-width: 540px) {
  .collage-container.our-tours .square.small p, .collage-container.our-tours .square.large p {
    font-size: 1.1em; }
  .collage-container.our-tours .square.small .tour-duration-price, .collage-container.our-tours .square.large .tour-duration-price {
    font-size: 0.9em; } }

.collage-container {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  padding: 0 0 0 1px; }
  .collage-container .large-screens {
    display: block; }
  .collage-container .square {
    position: relative;
    overflow: hidden;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background: #000000; }
    .collage-container .square img {
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      width: 100%;
      opacity: 1; }
    .collage-container .square p.explore-link span {
      display: inline-block;
      border-bottom: 1px solid transparent; }
    .collage-container .square .signpost-link:hover img {
      -webkit-transform: scale(1.01, 1.01);
      -moz-transform: scale(1.01, 1.01);
      -ms-transform: scale(1.01, 1.01);
      -o-transform: scale(1.01, 1.01);
      transform: scale(1.01, 1.01);
      opacity: 1; }
    .collage-container .square.small h2, .collage-container .square.large h2 {
      border-top: 1px solid #bda570;
      border-bottom: 1px solid #bda570; }
    .collage-container .square.small {
      float: left;
      width: 100%; }
      .collage-container .square.small .text-container {
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5%; }
        .collage-container .square.small .text-container h2 {
          color: #ffffff;
          padding: 5px 10px;
          font-size: 1.7em;
          line-height: 1.3em; }
          .collage-container .square.small .text-container h2::before {
            content: '';
            background-image: url('../images/geese/geese-sprite.png');
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            position: absolute;
            background-repeat: no-repeat;
            height: 28px;
            width: 42px;
            margin-top: -42px;
            background-size: 330px;
            background-position: 0 -219px;
            margin-top: -68px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
              .collage-container .square.small .text-container h2::before {
                content: '';
                background-image: url('../images/geese/geese-sprite@2x.png'); } }
    .collage-container .square.large {
      float: left;
      width: 100%; }
      .collage-container .square.large .text-container {
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%; }
        .collage-container .square.large .text-container h2 {
          color: #ffffff;
          padding: 5px 10px;
          font-size: 35px;
          line-height: 1.3em; }
          .collage-container .square.large .text-container h2::before {
            content: '';
            background-image: url('../images/geese/geese-sprite.png');
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            position: absolute;
            background-repeat: no-repeat;
            height: 34px;
            width: 62px;
            margin-top: -60px;
            background-size: 330px;
            background-position: 0 -180px;
            margin-top: -86px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
              .collage-container .square.large .text-container h2::before {
                content: '';
                background-image: url('../images/geese/geese-sprite@2x.png'); } }
      .collage-container .square.large .signpost-link:hover img {
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1; }
      .collage-container .square.large.our-collection-signpost .text-container {
        top: 15%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    .collage-container .square.cask-strength .text-container {
      width: 30%; }
      .collage-container .square.cask-strength .text-container h2::before {
        margin-top: -107px; }
    .collage-container .square.signpost-overlay .text-container {
      width: 80%;
      right: 10%; }
      .collage-container .square.signpost-overlay .text-container h2::before {
        background: none; }
    .collage-container .square.signpost-overlay:hover img {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .collage-container .square.signpost-overlay .travel-retail-range .text-container {
      width: 66%;
      right: 18%; }
    .collage-container .square.filler img {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .collage-container .square.filler video {
      background: black;
      width: 100%;
      display: block; }
  .collage-container .large-right {
    overflow: hidden; }
    .collage-container .large-right .left {
      width: 50%;
      float: left; }
      .collage-container .large-right .left .square {
        width: 50%; }
    .collage-container .large-right .right {
      width: 50%;
      float: left; }
      .collage-container .large-right .right .square {
        width: 100%; }
  .collage-container .large-both .square {
    width: 50%; }
  .collage-container .large-left .left {
    width: 50%;
    float: left; }
    .collage-container .large-left .left .square {
      width: 100%; }
    .collage-container .large-left .left .square.large {
      width: 100%; }
  .collage-container .large-left .right {
    width: 50%;
    float: left; }
    .collage-container .large-left .right .square {
      width: 50%; }

@media screen and (max-width: 1280px) {
  .collage-container .square.small .text-container h2 {
    font-size: 20px; }
    .collage-container .square.small .text-container h2::before {
      margin-top: -62px; }
  .collage-container .square.large .text-container h2 {
    font-size: 27px; }
    .collage-container .square.large .text-container h2::before {
      margin-top: -70px; }
  .collage-container .square.cask-strength .text-container h2::before {
    margin-top: -96px; } }

@media screen and (max-width: 965px) {
  .collage-container .square.small .text-container h2 {
    font-size: 14px; }
    .collage-container .square.small .text-container h2::before {
      margin-top: -56px; }
  .collage-container .square.small .text-container p span {
    font-size: 14px; }
  .collage-container .square.large .text-container h2 {
    font-size: 20px; }
    .collage-container .square.large .text-container h2::before {
      margin-top: -65px; }
  .collage-container .square.cask-strength .text-container h2::before {
    margin-top: -78px; } }

@media screen and (max-width: 767px) {
  .collage-container .large-screens {
    display: block; }
    .collage-container .large-screens .square {
      width: 100% !important;
      float: left; }
      .collage-container .large-screens .square.large .text-container, .collage-container .large-screens .square.small .text-container {
        left: 5%;
        right: auto; }
      .collage-container .large-screens .square.large h2, .collage-container .large-screens .square.small h2 {
        font-size: 30px; }
        .collage-container .large-screens .square.large h2::before, .collage-container .large-screens .square.small h2::before {
          content: '';
          background-image: url('../images/geese/geese-sprite.png');
          left: 50%;
          top: 50%;
          bottom: auto;
          right: auto;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          position: absolute;
          background-repeat: no-repeat;
          height: 34px;
          width: 62px;
          margin-top: -60px;
          background-size: 330px;
          background-position: 0 -180px;
          margin-top: -77px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
            .collage-container .large-screens .square.large h2::before, .collage-container .large-screens .square.small h2::before {
              content: '';
              background-image: url('../images/geese/geese-sprite@2x.png'); } }
      .collage-container .large-screens .square.large p span, .collage-container .large-screens .square.small p span {
        font-size: 18px; }
      .collage-container .large-screens .square.cask-strength .text-container h2::before {
        margin-top: -96px; }
      .collage-container .large-screens .square.signpost-overlay {
        width: 50%; }
        .collage-container .large-screens .square.signpost-overlay .text-container {
          width: 80%;
          right: 10%;
          left: auto; }
          .collage-container .large-screens .square.signpost-overlay .text-container h2::before {
            background: none; }
        .collage-container .large-screens .square.signpost-overlay .travel-retail-range img, .collage-container .large-screens .square.signpost-overlay .special-bottling img {
          margin-left: 0; }
      .collage-container .large-screens .square.our-collection-signpost .text-container {
        top: 15%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    .collage-container .large-screens .filler {
      display: none; }
  .collage-container .large-right .left, .collage-container .large-right .right, .collage-container .large-left .left, .collage-container .large-left .right {
    width: 100%; }
  .page-node-98 .collage-container .square img {
    margin-left: 50px; } }

@media screen and (max-width: 600px) {
  .collage-container .large-screens .square h2 {
    font-size: 30px; }
  .collage-container .large-screens .square.signpost-overlay img {
    margin-left: 0; }
  .collage-container .large-screens .square.our-collection-signpost img {
    margin-left: 0; }
  .collage-container .large-screens .square.our-collection-signpost .text-container {
    top: 10%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%; }
    .collage-container .large-screens .square.our-collection-signpost .text-container h2:before {
      display: none; }
  .collage-container .large-screens.filler {
    display: none; } }

@media screen and (max-width: 540px) {
  .page-node-98 .collage-container .square .text-container h2 {
    font-size: 25px; }
    .page-node-98 .collage-container .square .text-container h2::before {
      margin-top: -69px; }
  .page-node-98 .collage-container .square.cask-strength .text-container {
    width: 44%; }
    .page-node-98 .collage-container .square.cask-strength .text-container h2::before {
      margin-top: -83px; } }

.text-container {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 65%; }
  .text-container h1 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    border: 0;
    margin-bottom: 0; }
    .text-container h1::before {
      content: '';
      background-image: url('../images/geese/geese-sprite.png');
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      background-repeat: no-repeat;
      height: 65px;
      width: 108px;
      margin-top: -70px;
      background-size: 330px;
      background-position: -116px -103px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
        .text-container h1::before {
          content: '';
          background-image: url('../images/geese/geese-sprite@2x.png'); } }
  .text-container p {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 1.5em;
    font-variant: small-caps;
    margin-bottom: 0;
    text-align: center;
    color: #fff; }

.page-main-banner {
  position: relative;
  overflow: hidden; }
  .page-main-banner img {
    width: 100%;
    min-width: 1400px;
    height: auto; }
  .page-main-banner .text-container {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 65%;
    width: 100%; }
    .page-main-banner .text-container h1 {
      color: #fff;
      font-size: 50px;
      text-align: center;
      border: 0;
      margin-bottom: 0;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .page-main-banner .text-container h1::before {
        content: '';
        background-image: url('../images/geese/geese-sprite.png');
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        background-repeat: no-repeat;
        height: 65px;
        width: 108px;
        margin-top: -70px;
        background-size: 330px;
        background-position: -116px -103px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
          .page-main-banner .text-container h1::before {
            content: '';
            background-image: url('../images/geese/geese-sprite@2x.png'); } }
    .page-main-banner .text-container p {
      font-style: italic;
      font-variant: normal;
      margin-bottom: 0;
      text-align: center;
      color: #fff;
      text-shadow: 0 0 3px black; }
      .page-main-banner .text-container p a {
        font-style: normal;
        text-shadow: none; }

.page-panel-banner .text-container {
  top: 50%; }
  .page-panel-banner .text-container .inner-wrap {
    max-width: 600px;
    margin: 0 auto; }
  .page-panel-banner .text-container h2 {
    text-align: center;
    border: 0;
    margin-bottom: 10px;
    text-shadow: 0 0 2px black; }
    .page-panel-banner .text-container h2 span {
      border-top: 1px solid #bda570;
      border-bottom: 1px solid #bda570;
      color: #fff;
      padding: 5px; }
  .page-panel-banner .text-container p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: none;
    font-variant: normal;
    text-shadow: 0 0 2px black; }

.home-banner img {
  width: 100%;
  min-width: 1400px; }
.home-banner .text-container {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute; }
  .home-banner .text-container h1 {
    font-size: 80px;
    color: #fff;
    border: 0;
    margin-top: 170px;
    margin-bottom: 10px;
    line-height: 1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .home-banner .text-container h1::before {
      content: '';
      background-image: url('../images/geese/geese-sprite.png');
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      background-repeat: no-repeat;
      height: 96px;
      width: 160px;
      margin-top: -95px;
      background-size: 330px;
      background-position: -170px 0; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
        .home-banner .text-container h1::before {
          content: '';
          background-image: url('../images/geese/geese-sprite@2x.png'); } }
  .home-banner .text-container p {
    text-align: center;
    color: #bda570;
    font-style: italic;
    font-size: 1.5em;
    margin-bottom: 1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .home-banner .text-container p .btn {
      font-style: normal; }

.product-page .product-banner {
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000; }
  .product-page .product-banner img {
    min-width: 1920px; }
  .product-page .product-banner .text-container {
    width: 100%;
    top: 70%; }
    .product-page .product-banner .text-container h1 {
      line-height: 1em;
      font-size: 63px; }
      .product-page .product-banner .text-container h1::before {
        margin-top: -103px; }
      .product-page .product-banner .text-container h1 br {
        border: 1px solid red;
        display: none; }
      .product-page .product-banner .text-container h1 .header-sub {
        font-family: 'Lora', serif;
        font-size: 18px;
        line-height: 1.5em;
        color: #1a1a1a;
        font-weight: 300;
        margin-bottom: 1.5em;
        font-style: italic;
        color: #bda570;
        text-transform: none;
        font-size: 23px;
        display: block; }
  .product-page .product-banner .product-image {
    position: absolute;
    right: 0;
    bottom: -27px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1280px;
    width: 100%; }
    .product-page .product-banner .product-image img {
      max-width: 138px;
      min-width: 0;
      float: right; }

.page-node-135 .product-page .product-banner .product-image {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1280px;
  width: 100%; }
  .page-node-135 .product-page .product-banner .product-image img {
    max-width: 232px;
    float: right; }

.page-node-137 .product-page .product-banner .product-image {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1280px;
  width: 100%;
  bottom: -31px; }
  .page-node-137 .product-page .product-banner .product-image img {
    max-width: 138px;
    float: right; }

.page-node-346 .product-page .product-banner .product-image {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1280px;
  width: 100%;
  bottom: -31px; }
  .page-node-346 .product-page .product-banner .product-image img {
    max-width: 138px;
    float: right; }

@media screen and (max-width: 1080px) {
  .page-node-346 .product-page .product-banner .text-container h1 {
    font-size: 50px; } }

@media screen and (max-width: 930px) {
  .product-banner img {
    min-width: 1775px; }
  .page-node-135 .product-page .product-banner img {
    min-width: 1500px; }
  .page-node-135 .product-page .product-banner .product-image img {
    max-width: 170px;
    min-width: 0; }
  .page-node-346 .product-page .product-banner .text-container h1 {
    font-size: 40px; }
  .page-node-346 .product-page .product-banner .product-image img {
    max-width: 120px; }
  .page-node-137 .product-page .product-banner .text-container h1 {
    font-size: 50px; } }

@media screen and (max-width: 767px) {
  .page-main-banner img {
    min-width: 1000px; }
  .page-main-banner .text-container {
    top: 56%; }
    .page-main-banner .text-container h1 {
      font-size: 38px; }
      .page-main-banner .text-container h1::before {
        content: '';
        background-image: url('../images/geese/geese-sprite.png');
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        background-repeat: no-repeat;
        height: 34px;
        width: 62px;
        margin-top: -60px;
        background-size: 330px;
        background-position: -70px -180px;
        margin-top: -43px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
          .page-main-banner .text-container h1::before {
            content: '';
            background-image: url('../images/geese/geese-sprite@2x.png'); } }
  .product-page .product-banner {
    max-height: 360px; }
    .product-page .product-banner img {
      min-width: 850px; }
    .product-page .product-banner .text-container {
      top: 63%; }
      .product-page .product-banner .text-container h1 {
        font-size: 45px; }
        .product-page .product-banner .text-container h1::before {
          height: 34px;
          width: 62px;
          margin-top: -60px;
          background-size: 330px;
          background-position: -70px -180px;
          margin-top: -64px; }
        .product-page .product-banner .text-container h1 .header-sub {
          font-size: 17px; }
    .product-page .product-banner .product-image {
      width: 90px;
      left: 100%; }
  .page-node-135 .product-page .product-banner img {
    min-width: 850px; }
  .page-node-135 .product-page .product-banner .product-image img {
    max-width: 130px;
    margin-right: -30px; }
  .page-node-137 .product-page .product-banner .text-container h1 {
    font-size: 36px; }
  .page-node-137 .product-page .product-banner .product-image img {
    max-width: 80px;
    float: right; }
  .page-node-346 .product-page .product-banner .product-image {
    display: none; } }

@media screen and (max-width: 640px) {
  .page-node-135 .product-page .product-banner img {
    min-width: 1500px; } }

@media screen and (max-width: 530px) {
  .page-node-346 .product-page .product-banner .text-container h1 {
    font-size: 35px; } }

@media screen and (max-width: 500px) {
  .product-banner .text-container {
    width: 100%; }
    .product-banner .text-container .inner-wrap {
      position: relative; }
    .product-banner .text-container h1 {
      font-size: 45px; }
      .product-banner .text-container h1::before {
        height: 65px;
        width: 108px;
        margin-top: -70px;
        background-size: 330px;
        background-position: -116px -103px;
        margin-top: -83px; }
      .product-banner .text-container h1 .header-sub {
        font-size: 17px; }
  .product-banner .product-image {
    display: none; }
  .page-main-banner img {
    min-width: 850px;
    margin-left: -120px; }
  .page-main-banner .text-container h1 {
    font-size: 31px; } }

@media screen and (max-width: 440px) {
  .page-node-104 .product-page .product-banner .text-container h1 {
    font-size: 40px; }
  .page-node-137 .product-page .product-banner .text-container h1 {
    font-size: 34px; }
  .page-node-111 .page-main-banner .text-container h1, .page-node-114 .page-main-banner .text-container h1 {
    font-size: 24px; } }

/*10 Year Old*/
.page-node-97 .parallax-window {
  background-image: url('../images/background-bottles/10-bottle-pack.jpg'); }

/*12 Year Old*/
.page-node-99 .parallax-window {
  background-image: url('../images/background-bottles/12-bottle-pack.jpg'); }

/*15 Year Old*/
.page-node-100 .parallax-window {
  background-image: url('../images/background-bottles/15-bottle-pack.jpg'); }

/*18 Year Old*/
.page-node-101 .parallax-window {
  background-image: url('../images/background-bottles/18-bottle-pack.jpg'); }

/*21 Year Old*/
.page-node-102 .parallax-window {
  background-image: url('../images/background-bottles/21-bottle-pack.jpg'); }

/*25 Year Old*/
.page-node-103 .parallax-window {
  background-image: url('../images/background-bottles/25-bottle-pack.jpg'); }

/*Cask Year Old*/
.page-node-104 .parallax-window {
  background-image: url('../images/background-bottles/cask-bottle-pack.jpg'); }

/*35 Year Old*/
.page-node-135 .parallax-window {
  background-image: url('../images/background-bottles/35-bottle-pack-white.jpg');
  background-color: #fff !important; }

/*Teapot Dram*/
.page-node-136 .parallax-window {
  background-image: url('../images/background-bottles/teapot-bottle-pack.jpg'); }

/*26 Year Old Cask Strength*/
.page-node-137 .parallax-window {
  background-image: url('../images/background-bottles/26-cask-bottle-pack.jpg'); }

/*15 YO special cask*/
.page-node-346 .parallax-window {
  background-image: url('../images/background-bottles/15-special-cask-bottle-pack.jpg'); }

.product-page .touch-replacement-image {
  display: none; }
.product-page .product-wrapper {
  background: #ffffff; }
.product-page .parallax-window {
  overflow: hidden;
  background-color: #ffffff;
  display: block !important;
  background-repeat: no-repeat;
  background-position: center top; }
.product-page .blank-content-panel {
  background: transparent;
  height: 600px;
  z-index: 1; }
.product-page .content-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  padding: 50px 0 30px;
  z-index: 2;
  position: relative; }
  .product-page .content-panel h3.section-title {
    border: 0; }
    .product-page .content-panel h3.section-title span {
      border-top: 1px solid #1a1a1a;
      border-bottom: 1px solid #1a1a1a;
      padding: 4px 15px; }
  .product-page .content-panel.tasting-notes {
    background: #F0F0F0;
    padding: 0; }
    .product-page .content-panel.tasting-notes .inner-wrapper {
      background-color: transparent; }
      .product-page .content-panel.tasting-notes .inner-wrapper .word-cloud-container {
        position: relative;
        padding-left: 30px; }
        .product-page .content-panel.tasting-notes .inner-wrapper .word-cloud-container .text-container {
          position: absolute;
          top: 50%;
          bottom: auto;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          .product-page .content-panel.tasting-notes .inner-wrapper .word-cloud-container .text-container img {
            margin: 30px auto;
            height: auto; }
      .product-page .content-panel.tasting-notes .inner-wrapper .image-container img {
        height: auto;
        width: 100%; }
  .product-page .content-panel.full-tasting-notes {
    box-shadow: none;
    padding: 0;
    background: transparent;
    z-index: 1; }
    .product-page .content-panel.full-tasting-notes .full-notes-content {
      display: none; }
      .product-page .content-panel.full-tasting-notes .full-notes-content h3 {
        border: 0; }
        .product-page .content-panel.full-tasting-notes .full-notes-content h3 span {
          border-top: 1px solid #1a1a1a;
          border-bottom: 1px solid #1a1a1a;
          padding: 4px 10px; }
      .product-page .content-panel.full-tasting-notes .full-notes-content ul.notes-list {
        max-width: 767px;
        margin: 0 auto; }
        .product-page .content-panel.full-tasting-notes .full-notes-content ul.notes-list li {
          padding: 10px;
          overflow: hidden; }
          .product-page .content-panel.full-tasting-notes .full-notes-content ul.notes-list li .notes-label {
            float: left;
            display: block;
            width: 160px;
            font-weight: 700; }
          .product-page .content-panel.full-tasting-notes .full-notes-content ul.notes-list li .description {
            float: left;
            display: block;
            width: 500px; }
            .product-page .content-panel.full-tasting-notes .full-notes-content ul.notes-list li .description p {
              margin-bottom: 0; }
          .product-page .content-panel.full-tasting-notes .full-notes-content ul.notes-list li:nth-child(odd) {
            background: #f7f7f7; }
      .product-page .content-panel.full-tasting-notes .full-notes-content .how-to-enjoy {
        max-width: 677px;
        margin: 0 auto; }
        .product-page .content-panel.full-tasting-notes .full-notes-content .how-to-enjoy p {
          color: #bda570;
          font-size: 1.7em;
          margin: 15px 0;
          text-align: center;
          font-style: italic; }
    .product-page .content-panel.full-tasting-notes .see-full-notes-toggle p {
      text-align: center; }
      .product-page .content-panel.full-tasting-notes .see-full-notes-toggle p span#word-toggle {
        top: 0; }
  .product-page .content-panel.moments {
    padding: 0; }
    .product-page .content-panel.moments img {
      min-width: 0; }
    .product-page .content-panel.moments .panel-title {
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      top: 10%;
      width: 100%; }
      .product-page .content-panel.moments .panel-title h3 {
        border-color: #fff;
        font-size: 2em;
        padding: 4px 10px;
        text-shadow: 0 0 10px black; }
        .product-page .content-panel.moments .panel-title h3 span {
          color: #fff;
          border-color: #fff; }
    .product-page .content-panel.moments .text-container .inner-wrap {
      max-width: 100%;
      background: transparent;
      border: none;
      padding: 30px; }
      .product-page .content-panel.moments .text-container .inner-wrap p {
        color: #fff;
        font-style: italic;
        font-size: 4em;
        text-shadow: 0 0 10px black; }
  .product-page .content-panel.food-pairing {
    padding: 0; }
  .product-page .content-panel .food-pairing-slideshow {
    position: relative; }
    .product-page .content-panel .food-pairing-slideshow .unslider-arrow {
      position: absolute;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      display: block;
      height: 50px;
      width: 50px;
      background: #fff;
      border: 2px solid #bda570;
      border-radius: 50px;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .product-page .content-panel .food-pairing-slideshow .unslider-arrow span {
        font-size: 24px;
        position: relative;
        top: 7px;
        color: #bda570; }
      .product-page .content-panel .food-pairing-slideshow .unslider-arrow.next {
        right: -30px; }
      .product-page .content-panel .food-pairing-slideshow .unslider-arrow.prev {
        left: -30px; }
      .product-page .content-panel .food-pairing-slideshow .unslider-arrow:hover, .product-page .content-panel .food-pairing-slideshow .unslider-arrow:focus, .product-page .content-panel .food-pairing-slideshow .unslider-arrow:active {
        background: #bda570;
        color: #fff; }
        .product-page .content-panel .food-pairing-slideshow .unslider-arrow:hover span, .product-page .content-panel .food-pairing-slideshow .unslider-arrow:focus span, .product-page .content-panel .food-pairing-slideshow .unslider-arrow:active span {
          color: #fff; }
    .product-page .content-panel .food-pairing-slideshow #recipes-slideshow {
      position: relative;
      height: auto !important; }
      .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li {
        float: left;
        display: block;
        position: relative; }
        .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li img {
          min-width: 1400px;
          min-height: 0; }
        .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li .slide-text-wrap {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          right: auto;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
        .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li .slide-caption {
          background: rgba(255, 255, 255, 0.9);
          border: 3px solid #bda570;
          padding: 30px;
          max-width: 500px;
          margin-bottom: 20px; }
          .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li .slide-caption .recipe-title h3 {
            border: 0; }
            .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li .slide-caption .recipe-title h3 span {
              padding: 4px 10px; }
          .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li .slide-caption .recipe-description p {
            margin-bottom: 0;
            text-align: center;
            font-size: 16px; }
          .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li .slide-caption .recipe-link p {
            margin-bottom: 0;
            margin-top: 5px; }
      .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ol.dots {
        position: absolute;
        top: 0; }
  .product-page .content-panel.awards {
    background: url('../images/backgrounds/black_lozenge.png');
    background-size: 38px; }
    .product-page .content-panel.awards h3 {
      color: #ffffff;
      border: 0; }
      .product-page .content-panel.awards h3 span {
        padding: 4px 10px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        color: #ffffff; }
    .product-page .content-panel.awards .inner-wrapper {
      background: transparent; }
      .product-page .content-panel.awards .inner-wrapper .awards-wrapper {
        position: relative;
        padding: 0 75px;
        margin-top: 35px; }
        .product-page .content-panel.awards .inner-wrapper .awards-wrapper .jcarousel-control-prev, .product-page .content-panel.awards .inner-wrapper .awards-wrapper .jcarousel-control-next {
          top: 35%; }
      .product-page .content-panel.awards .inner-wrapper .jcarousel-wrapper.recent-awards {
        width: 100%; }
      .product-page .content-panel.awards .inner-wrapper ul li.individual-award .symbol img {
        margin: 0 auto;
        width: 100%;
        max-width: 171px;
        border: 0; }
      .product-page .content-panel.awards .inner-wrapper ul li.individual-award .award-title h4 {
        border: 0;
        color: #ffffff;
        position: relative;
        margin-bottom: 10px; }
        .product-page .content-panel.awards .inner-wrapper ul li.individual-award .award-title h4 span {
          color: #fff;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          padding: 6px 10px;
          display: inline-block; }
      .product-page .content-panel.awards .inner-wrapper ul li.individual-award .award-description p {
        font-family: 'Lora', serif;
        font-size: 18px;
        line-height: 1.5em;
        color: #1a1a1a;
        font-weight: 300;
        margin-bottom: 1.5em;
        font-variant: small-caps;
        color: #bda570;
        text-align: center;
        line-height: 1.3em; }
  .product-page .content-panel.other-bottlings-wrap {
    background: url('../images/backgrounds/agsquare.jpg'); }
    .product-page .content-panel.other-bottlings-wrap h3 {
      border: 0; }
      .product-page .content-panel.other-bottlings-wrap h3 span {
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #1a1a1a;
        display: inline-block;
        padding: 5px; }
    .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper {
      width: 100%;
      padding: 0 80px; }
      .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel li .image-wrapper {
        height: auto !important; }
      .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel li img {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
        .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel li img:hover {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
      .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel li a.signpost-link .text-container {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
        left: auto; }
      .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-prev, .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-next {
        top: 40%;
        display: none; }
.product-page .buy-online {
  position: relative; }
  .product-page .buy-online .inner-wrapper {
    position: absolute;
    width: 100%;
    bottom: 25px;
    max-width: 100%;
    background: transparent; }
  .product-page .buy-online p {
    text-align: center;
    margin-bottom: 10px; }
@media screen and (max-width: 1600px) {
  .product-page .content-panel.tasting-notes {
    background-position: -230px; } }
@media screen and (max-width: 979px) {
  .product-page .parallax-window {
    background-position: 0 100px !important;
    background-size: contain;
    background-attachment: fixed;
    top: 0 !important; }
  .product-page .blank-content-panel {
    height: 400px;
    min-width: 0; }
  .product-page .content-panel.moments .page-panel-banner img {
    max-width: 1000px;
    min-width: 750px; }
  .product-page .content-panel.moments .text-container .inner-wrap p {
    font-size: 3em; } }
@media screen and (max-width: 943px) {
  .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-prev, .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-next {
    display: block; } }
@media screen and (max-width: 767px) {
  .product-page .blank-content-panel {
    height: 300px; }
  .product-page .content-panel.tasting-notes {
    padding: 30px 0; }
    .product-page .content-panel.tasting-notes .inner-wrapper .image-container {
      text-align: center; }
      .product-page .content-panel.tasting-notes .inner-wrapper .image-container .image-inner-wrap {
        float: none;
        display: inline-block; }
    .product-page .content-panel.tasting-notes .inner-wrapper .word-cloud-container {
      width: 100%;
      margin-left: 0;
      padding-left: 5px; }
      .product-page .content-panel.tasting-notes .inner-wrapper .word-cloud-container .text-container {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
        .product-page .content-panel.tasting-notes .inner-wrapper .word-cloud-container .text-container img.word-cloud-image {
          max-width: 516px;
          width: 100%;
          margin: 30px auto; }
  .product-page .content-panel.full-tasting-notes .full-notes-content ul.notes-list li .notes-label, .product-page .content-panel.full-tasting-notes .full-notes-content ul.notes-list li .description {
    width: 100%;
    float: none; }
  .product-page .content-panel.moments .text-container .inner-wrap p {
    font-size: 2.5em; }
  .product-page .content-panel .food-pairing-slideshow .unslider-arrow.prev, .product-page .content-panel .food-pairing-slideshow .unslider-arrow.next {
    bottom: auto;
    top: 42%; }
  .product-page .content-panel .food-pairing-slideshow .unslider-arrow.prev {
    left: 5px; }
  .product-page .content-panel .food-pairing-slideshow .unslider-arrow.next {
    right: 5px; }
  .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li .slide-text-wrap {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
    width: 100%; }
  .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li .slide-caption {
    max-width: 100%;
    margin-bottom: 0;
    border: 0;
    padding: 30px 70px; }
  .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li img {
    min-width: 0; } }

@media screen and (max-width: 650px) {
  .content-panel.moments .page-panel-banner img {
    margin-left: 0;
    min-width: 0; }
  .content-panel.moments .text-container .inner-wrap p {
    font-size: 2em; }
  .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper {
    padding: 0 30px; }
    .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-prev, .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-next {
      width: 45px;
      height: 45px; }
      .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-prev span, .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-next span {
        top: 5px; }
    .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-prev {
      left: 0; }
    .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper .jcarousel-control-next {
      right: 0; }
    .product-page .content-panel.other-bottlings-wrap .jcarousel-wrapper h4 {
      font-size: 1em !important; }
  .page-node-97 .product-page .content-panel.moments .page-panel-banner img, .page-node-100 .product-page .content-panel.moments .page-panel-banner img, .page-node-102 .product-page .content-panel.moments .page-panel-banner img {
    margin-left: -140px; } }

@media screen and (max-width: 575px) {
  .product-page .content-panel.moments .text-container .inner-wrap p {
    font-size: 2em; } }

@media screen and (max-width: 500px) {
  .food-pairing .page-main-banner img {
    margin-left: 0; }
  .page-node-97 .product-page .content-panel.moments .page-panel-banner img, .page-node-100 .product-page .content-panel.moments .page-panel-banner img, .page-node-102 .product-page .content-panel.moments .page-panel-banner img {
    margin-left: -260px; } }

@media screen and (max-width: 360px) {
  .page-node-97 .product-page .content-panel.moments .page-panel-banner img {
    margin-left: -325px; } }

.no-smil .product-page .parallax-window {
  background-position-x: center !important; }

.safari .touch-replacement-image, .ie .touch-replacement-image, .edge .touch-replacement-image {
  z-index: -1;
  height: 100%;
  width: 100%;
  position: fixed;
  display: block; }
  .safari .touch-replacement-image img, .ie .touch-replacement-image img, .edge .touch-replacement-image img {
    height: 90%;
    top: 10%;
    position: relative;
    margin: 0 auto; }
.safari .parallax-window, .ie .parallax-window, .edge .parallax-window {
  background: none;
  background-color: transparent !important; }

.news-wrapper {
  position: relative; }
  .news-wrapper h1 {
    border-color: #1a1a1a;
    border-top: 0;
    font-size: 2em; }
  .news-wrapper .inner-wrapper {
    background: transparent; }
  .news-wrapper .news-item {
    margin-bottom: 10px; }
  .news-wrapper .news-inner {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #C9C9C9; }
    .news-wrapper .news-inner h3 {
      text-align: left;
      border: 0;
      margin-bottom: 5px;
      font-size: 1.4em;
      margin-top: 10px; }
      .news-wrapper .news-inner h3 a {
        color: #1a1a1a !important;
        border: 0; }
        .news-wrapper .news-inner h3 a:hover, .news-wrapper .news-inner h3 a:focus, .news-wrapper .news-inner h3 a:active, .news-wrapper .news-inner h3 a.active {
          color: #bda570 !important;
          border: 0; }
    .news-wrapper .news-inner p {
      font-size: 0.9em; }
    .news-wrapper .news-inner .meta-info {
      font-style: italic;
      color: #C9C9C9;
      font-size: 0.7em;
      margin-bottom: 5px; }
    .news-wrapper .news-inner .read-more {
      margin-bottom: 0; }
  .news-wrapper .event-inner {
    background: #bda570;
    border-color: #bda570; }
    .news-wrapper .event-inner .meta-info {
      color: #ffffff; }
    .news-wrapper .event-inner .read-more .btn:hover {
      border-color: #ffffff; }
  .news-wrapper img {
    width: 100%; }

.isotope-element {
  width: 49%;
  margin: 0.5%;
  height: auto; }

.view-news-and-events .view-filters {
  background: transparent;
  max-width: 1134px;
  padding: 0 20px;
  margin: 0 auto; }
  .view-news-and-events .view-filters #edit-tid-wrapper {
    float: right;
    padding: 20px 0 5px; }
    .view-news-and-events .view-filters #edit-tid-wrapper .views-widget {
      float: right; }
      .view-news-and-events .view-filters #edit-tid-wrapper .views-widget select {
        padding: 6px 10px; }
    .view-news-and-events .view-filters #edit-tid-wrapper label {
      float: left;
      margin-right: 10px;
      font-weight: normal;
      position: relative;
      top: 6px; }

.news-story {
  margin-top: 143px;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s; }
  .news-story h1 {
    border-color: #bda570;
    border-top: 1px solid #bda570;
    border-bottom: 1px solid #bda570;
    font-size: 2em;
    padding: 15px 0;
    line-height: 1em;
    margin-bottom: 10px; }
  .news-story .container {
    max-width: 670px; }
  .news-story .back-to-all-news {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 1.5em;
    font-variant: small-caps;
    margin-bottom: 10px; }
    .news-story .back-to-all-news a {
      color: #1a1a1a;
      border: 0; }
      .news-story .back-to-all-news a:hover {
        color: #bda570; }
  .news-story .news-inner {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #C9C9C9;
    margin-bottom: 20px; }
    .news-story .news-inner .meta-info {
      text-align: center; }
    .news-story .news-inner .news-story-main-image {
      margin-bottom: 15px; }

.event-types-controls {
  overflow: hidden; }
  .event-types-controls p {
    float: left;
    margin-right: 10px; }

.non-member-event {
  display: none; }
  .non-member-event h2 {
    color: #fff;
    font-size: 3em;
    margin-bottom: 0; }
  .non-member-event p {
    font-style: italic;
    color: #fff;
    text-align: center;
    font-size: 1.4em !important; }
    .non-member-event p span {
      font-size: 2em;
      color: #fff; }

.family-exclusive-event {
  color: #fff;
  font-style: italic;
  font-size: 0.7em !important; }
  .family-exclusive-event span {
    color: #fff;
    font-style: italic;
    margin-right: 3px; }

.more-information-form {
  border-top: 1px solid #1a1a1a;
  padding-top: 20px; }
  .more-information-form p {
    text-align: center; }
  .more-information-form form {
    max-width: 400px;
    margin: 0 auto; }

.event-story .news-inner {
  background: #bda570;
  border-color: #bda570; }
  .event-story .news-inner h1 {
    border-color: #1a1a1a; }
  .event-story .news-inner .meta-info {
    color: #fff; }
  .event-story .news-inner .event-info {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .event-story .news-inner .event-info h4 {
      margin-bottom: 0; }
    .event-story .news-inner .event-info p {
      font-style: italic;
      text-align: center;
      margin-bottom: 10px; }
    .event-story .news-inner .event-info .btn {
      font-style: normal;
      margin-bottom: 10px; }

.next-story {
  background: #000000;
  position: relative;
  overflow: hidden; }
  .next-story img {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .next-story .signpost-link:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .next-story .signpost-link:hover span.btn-primary {
    background: #bda570;
    color: #ffffff; }
  .next-story .text-container {
    position: absolute;
    top: 0;
    width: 80%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    right: 10%; }
    .next-story .text-container p {
      font-family: 'Lora', serif;
      font-size: 18px;
      line-height: 1.5em;
      color: #1a1a1a;
      font-weight: 300;
      margin-bottom: 1.5em;
      font-variant: small-caps;
      text-align: center;
      color: #bda570;
      margin-bottom: 5px; }
    .next-story .text-container h3 {
      color: #ffffff; }

.touch .next-story img {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }
.touch .next-story .signpost-link:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

@media screen and (max-width: 930px) {
  .news-story {
    margin-top: 95px; } }

@media screen and (max-width: 767px) {
  .news-wrapper {
    padding-top: 0; } }

@media screen and (max-width: 600px) {
  .news-wrapper h1 {
    font-size: 1.7em; }
  .isotope-element {
    width: 100%;
    margin: 10px 0;
    height: auto; }
  .next-story {
    background: #fff;
    border: 1px solid #C9C9C9; }
    .next-story a.signpost-link {
      display: block;
      border: 0; }
      .next-story a.signpost-link img {
        position: relative;
        transform: none;
        opacity: 1; }
      .next-story a.signpost-link .text-container {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px; }
        .next-story a.signpost-link .text-container h3 {
          color: #000; }
        .next-story a.signpost-link .text-container span.btn {
          text-shadow: none;
          color: #1a1a1a; }
      .next-story a.signpost-link:hover img, .next-story a.signpost-link:focus img, .next-story a.signpost-link.active img {
        transform: none; } }

@media screen and (max-width: 400px) {
  .news-wrapper h1 {
    font-size: 1.3em; }
  .news-wrapper .news-inner h3 {
    font-size: 1.1em;
    margin-top: 5px; } }

.signpost-link p {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  font-variant: small-caps;
  margin-bottom: 0 !important;
  text-align: center;
  line-height: 1.2em; }
  .signpost-link p span {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 1.5em;
    font-variant: small-caps;
    text-align: center;
    color: #bda570;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0; }
.signpost-link img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.signpost-link:hover p.explore-link span, .signpost-link:hover p span, .signpost-link.active p.explore-link span, .signpost-link.active p span, .signpost-link:focus p.explore-link span, .signpost-link:focus p span {
  color: white !important; }
.signpost-link:hover img, .signpost-link.active img, .signpost-link:focus img {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02); }
.signpost-link.full-overlay .text-container {
  width: 66%;
  right: 18%; }

.front .signpost-link:hover img, .front .signpost-link.active img, .front .signpost-link:focus img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.touch .signpost-link img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }
.touch .signpost-link:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(100px); }

  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(100px); }

  100% {
    -moz-transform: translateY(0); } }

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

form .form-group label {
  margin-bottom: 5px; }

textarea:focus, input:focus {
  outline: 0; }

.marker, .form-required {
  color: #bda570; }

input[type=text], input[type=email], input[type=tel], input[type=password], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #fff;
  border: 1px solid #C9C9C9;
  border-radius: 0;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  padding: 6px 10px;
  margin-bottom: 0; }

select {
  background-image: url('../images/select-down-arrow.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 25px !important; }

html.js input.form-autocomplete, .ajax-progress .throbber {
  background-image: url('../images/throbber-active.gif'); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  select {
    background-image: url('../images/select-down-arrow@2x.png');
    background-size: 9px; } }

.page-node-2 .collage-container.our-way .large-left .square.large .text-container, .page-node-2 .collage-container.our-way .large-left .square.small .text-container, .page-node-2 .collage-container.our-way .large-right .square.large .text-container, .page-node-2 .collage-container.our-way .large-right .square.small .text-container {
  width: 60%; }
  .page-node-2 .collage-container.our-way .large-left .square.large .text-container p.headline, .page-node-2 .collage-container.our-way .large-left .square.small .text-container p.headline, .page-node-2 .collage-container.our-way .large-right .square.large .text-container p.headline, .page-node-2 .collage-container.our-way .large-right .square.small .text-container p.headline {
    color: #bda570; }
.page-node-2 .collage-container.our-way .large-left .square.small .text-container, .page-node-2 .collage-container.our-way .large-right .square.small .text-container {
  left: auto;
  width: 60%;
  right: 20%; }
  .page-node-2 .collage-container.our-way .large-left .square.small .text-container h2::before, .page-node-2 .collage-container.our-way .large-right .square.small .text-container h2::before {
    display: none; }

@media screen and (max-width: 1000px) {
  .page-node-2 .collage-container.our-way .large-left .square.large .text-container, .page-node-2 .collage-container.our-way .large-left .square.small .text-container, .page-node-2 .collage-container.our-way .large-right .square.large .text-container, .page-node-2 .collage-container.our-way .large-right .square.small .text-container {
    width: 70%; } }

@media screen and (max-width: 965px) {
  .page-node-2 .collage-container.our-way .square.large .text-container h2 {
    font-size: 24px; } }

@media screen and (max-width: 767px) {
  .page-node-2 .collage-container.our-way .square.large .text-container {
    left: 50%;
    width: 60%;
    right: 20%; }
    .page-node-2 .collage-container.our-way .square.large .text-container h2::before {
      display: none; }
    .page-node-2 .collage-container.our-way .square.large .text-container p.headline {
      color: #bda570; } }

.page-node-116 .large-screens .left, .page-node-116 .large-screens .middle, .page-node-116 .large-screens .right {
  width: 33.3333%;
  float: left; }
  .page-node-116 .large-screens .left .cask-26-strength .text-container, .page-node-116 .large-screens .middle .cask-26-strength .text-container, .page-node-116 .large-screens .right .cask-26-strength .text-container {
    width: 48%; }
    .page-node-116 .large-screens .left .cask-26-strength .text-container h2, .page-node-116 .large-screens .middle .cask-26-strength .text-container h2, .page-node-116 .large-screens .right .cask-26-strength .text-container h2 {
      color: #1a1a1a;
      border-color: #1a1a1a; }
      .page-node-116 .large-screens .left .cask-26-strength .text-container h2::before, .page-node-116 .large-screens .middle .cask-26-strength .text-container h2::before, .page-node-116 .large-screens .right .cask-26-strength .text-container h2::before {
        margin-top: -85px; }
    .page-node-116 .large-screens .left .cask-26-strength .text-container p.explore-link, .page-node-116 .large-screens .middle .cask-26-strength .text-container p.explore-link, .page-node-116 .large-screens .right .cask-26-strength .text-container p.explore-link {
      color: #1a1a1a; }
      .page-node-116 .large-screens .left .cask-26-strength .text-container p.explore-link span, .page-node-116 .large-screens .middle .cask-26-strength .text-container p.explore-link span, .page-node-116 .large-screens .right .cask-26-strength .text-container p.explore-link span {
        color: #1a1a1a; }
  .page-node-116 .large-screens .left .cask-26-strength a:hover p.explore-link, .page-node-116 .large-screens .left .cask-26-strength a:focus p.explore-link, .page-node-116 .large-screens .left .cask-26-strength a:active p.explore-link, .page-node-116 .large-screens .left .cask-26-strength a.active p.explore-link, .page-node-116 .large-screens .middle .cask-26-strength a:hover p.explore-link, .page-node-116 .large-screens .middle .cask-26-strength a:focus p.explore-link, .page-node-116 .large-screens .middle .cask-26-strength a:active p.explore-link, .page-node-116 .large-screens .middle .cask-26-strength a.active p.explore-link, .page-node-116 .large-screens .right .cask-26-strength a:hover p.explore-link, .page-node-116 .large-screens .right .cask-26-strength a:focus p.explore-link, .page-node-116 .large-screens .right .cask-26-strength a:active p.explore-link, .page-node-116 .large-screens .right .cask-26-strength a.active p.explore-link {
    color: #1a1a1a; }
    .page-node-116 .large-screens .left .cask-26-strength a:hover p.explore-link span, .page-node-116 .large-screens .left .cask-26-strength a:focus p.explore-link span, .page-node-116 .large-screens .left .cask-26-strength a:active p.explore-link span, .page-node-116 .large-screens .left .cask-26-strength a.active p.explore-link span, .page-node-116 .large-screens .middle .cask-26-strength a:hover p.explore-link span, .page-node-116 .large-screens .middle .cask-26-strength a:focus p.explore-link span, .page-node-116 .large-screens .middle .cask-26-strength a:active p.explore-link span, .page-node-116 .large-screens .middle .cask-26-strength a.active p.explore-link span, .page-node-116 .large-screens .right .cask-26-strength a:hover p.explore-link span, .page-node-116 .large-screens .right .cask-26-strength a:focus p.explore-link span, .page-node-116 .large-screens .right .cask-26-strength a:active p.explore-link span, .page-node-116 .large-screens .right .cask-26-strength a.active p.explore-link span {
      color: #bda570 !important; }
  .page-node-116 .large-screens .left .cask-15-special .text-container, .page-node-116 .large-screens .middle .cask-15-special .text-container, .page-node-116 .large-screens .right .cask-15-special .text-container {
    width: 48%; }
    .page-node-116 .large-screens .left .cask-15-special .text-container h2, .page-node-116 .large-screens .middle .cask-15-special .text-container h2, .page-node-116 .large-screens .right .cask-15-special .text-container h2 {
      color: #1a1a1a;
      border-color: #1a1a1a; }
      .page-node-116 .large-screens .left .cask-15-special .text-container h2::before, .page-node-116 .large-screens .middle .cask-15-special .text-container h2::before, .page-node-116 .large-screens .right .cask-15-special .text-container h2::before {
        margin-top: -85px; }
    .page-node-116 .large-screens .left .cask-15-special .text-container p.explore-link, .page-node-116 .large-screens .middle .cask-15-special .text-container p.explore-link, .page-node-116 .large-screens .right .cask-15-special .text-container p.explore-link {
      color: #1a1a1a; }
      .page-node-116 .large-screens .left .cask-15-special .text-container p.explore-link span, .page-node-116 .large-screens .middle .cask-15-special .text-container p.explore-link span, .page-node-116 .large-screens .right .cask-15-special .text-container p.explore-link span {
        color: #1a1a1a; }
  .page-node-116 .large-screens .left .cask-15-special a:hover p.explore-link, .page-node-116 .large-screens .left .cask-15-special a:focus p.explore-link, .page-node-116 .large-screens .left .cask-15-special a:active p.explore-link, .page-node-116 .large-screens .left .cask-15-special a.active p.explore-link, .page-node-116 .large-screens .middle .cask-15-special a:hover p.explore-link, .page-node-116 .large-screens .middle .cask-15-special a:focus p.explore-link, .page-node-116 .large-screens .middle .cask-15-special a:active p.explore-link, .page-node-116 .large-screens .middle .cask-15-special a.active p.explore-link, .page-node-116 .large-screens .right .cask-15-special a:hover p.explore-link, .page-node-116 .large-screens .right .cask-15-special a:focus p.explore-link, .page-node-116 .large-screens .right .cask-15-special a:active p.explore-link, .page-node-116 .large-screens .right .cask-15-special a.active p.explore-link {
    color: #1a1a1a; }
    .page-node-116 .large-screens .left .cask-15-special a:hover p.explore-link span, .page-node-116 .large-screens .left .cask-15-special a:focus p.explore-link span, .page-node-116 .large-screens .left .cask-15-special a:active p.explore-link span, .page-node-116 .large-screens .left .cask-15-special a.active p.explore-link span, .page-node-116 .large-screens .middle .cask-15-special a:hover p.explore-link span, .page-node-116 .large-screens .middle .cask-15-special a:focus p.explore-link span, .page-node-116 .large-screens .middle .cask-15-special a:active p.explore-link span, .page-node-116 .large-screens .middle .cask-15-special a.active p.explore-link span, .page-node-116 .large-screens .right .cask-15-special a:hover p.explore-link span, .page-node-116 .large-screens .right .cask-15-special a:focus p.explore-link span, .page-node-116 .large-screens .right .cask-15-special a:active p.explore-link span, .page-node-116 .large-screens .right .cask-15-special a.active p.explore-link span {
      color: #bda570 !important; }

@media screen and (max-width: 767px) {
  .page-node-116 .large-screens .left, .page-node-116 .large-screens .middle, .page-node-116 .large-screens .right {
    width: 100%;
    float: none; }
    .page-node-116 .large-screens .left .square .text-container, .page-node-116 .large-screens .middle .square .text-container, .page-node-116 .large-screens .right .square .text-container {
      right: 5%;
      left: auto; } }

@media screen and (max-width: 450px) {
  .page-node-116 .large-screens .left .square .text-container h2, .page-node-116 .large-screens .middle .square .text-container h2, .page-node-116 .large-screens .right .square .text-container h2 {
    font-size: 22px; } }

.page-node-105 .content-page .container {
  max-width: 767px; }
  .page-node-105 .content-page .container p {
    max-width: 100%;
    font-style: normal;
    font-size: 18px; }
.page-node-105 .page-main-banner .text-container h1 {
  font-size: 85px;
  line-height: 1em; }
  .page-node-105 .page-main-banner .text-container h1::before {
    height: 96px;
    width: 160px;
    margin-top: -95px;
    background-size: 330px;
    background-position: -170px 0;
    margin-top: -140px; }
.page-node-105 .page-main-banner .text-container .sub-heading {
  font-style: italic;
  font-size: 1.5em;
  text-transform: none;
  font-variant: normal;
  margin-bottom: 20px; }
.page-node-105 .way-section-banner {
  position: relative;
  overflow: hidden; }
  .page-node-105 .way-section-banner img {
    width: 100%;
    min-width: 690px; }
  .page-node-105 .way-section-banner .text-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%; }
    .page-node-105 .way-section-banner .text-container h2.way-section-title {
      color: #fff;
      font-size: 4em;
      border: 0;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.page-node-105 .range-section-banner {
  background: #1F1F21;
  padding-top: 30px; }
  .page-node-105 .range-section-banner img {
    min-width: 0; }
  .page-node-105 .range-section-banner .description-title {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 0; }
  .page-node-105 .range-section-banner p {
    text-align: center;
    color: #fff;
    max-width: 767px;
    margin: 10px auto 15px; }
    .page-node-105 .range-section-banner p .btn {
      border-color: #fff;
      background: transparent;
      color: #fff;
      margin-bottom: 30px; }
      .page-node-105 .range-section-banner p .btn:hover, .page-node-105 .range-section-banner p .btn:focus, .page-node-105 .range-section-banner p .btn:active {
        background: #fff;
        border-color: #bda570;
        color: #1a1a1a; }
.page-node-105 h3.description-title {
  border: 0; }
.page-node-105 .signature-block {
  padding: 40px 0; }
  .page-node-105 .signature-block .quote p {
    font-style: italic;
    font-size: 1.3em;
    text-align: center; }
  .page-node-105 .signature-block .bottom-signature .signature-text {
    padding-top: 20px; }
    .page-node-105 .signature-block .bottom-signature .signature-text h5.name {
      border: 0;
      margin: 0;
      text-align: left; }
    .page-node-105 .signature-block .bottom-signature .signature-text .position {
      width: 100%;
      text-align: left;
      display: block;
      color: #bda570; }

@media screen and (max-width: 979px) {
  .page-node-105 .page-main-banner .text-container h1 {
    font-size: 65px; }
    .page-node-105 .page-main-banner .text-container h1::before {
      height: 65px;
      width: 108px;
      margin-top: -70px;
      background-size: 330px;
      background-position: -116px -103px;
      margin-top: -120px; }
  .page-node-105 .page-main-banner .text-container .sub-heading {
    font-size: 1.3em;
    margin-bottom: 15px; }
  .page-node-105 .way-section-banner .text-container h2.way-section-title {
    font-size: 3em; } }

@media screen and (max-width: 767px) {
  .page-node-105 .page-main-banner img {
    min-width: 1110px; }
  .page-node-105 .page-main-banner .text-container {
    top: 57%; }
    .page-node-105 .page-main-banner .text-container h1 {
      font-size: 46px; }
      .page-node-105 .page-main-banner .text-container h1::before {
        height: 65px;
        width: 108px;
        margin-top: -70px;
        background-size: 330px;
        background-position: -116px -103px;
        margin-top: -110px; }
    .page-node-105 .page-main-banner .text-container .sub-heading {
      font-size: 1.2em;
      margin-bottom: 10px; }
  .page-node-105 .way-section-banner .text-container h2.way-section-title {
    font-size: 2.5em; }
  .page-node-105 .signature-block .bottom-signature .signature img {
    margin: 0 auto; }
  .page-node-105 .signature-block .bottom-signature .signature-text h5.name, .page-node-105 .signature-block .bottom-signature .signature-text .position {
    text-align: center;
    display: block; } }

@media screen and (max-width: 500px) {
  .page-node-105 .page-main-banner img {
    min-width: 790px; }
  .page-node-105 .page-main-banner .text-container h1 {
    font-size: 27px; }
    .page-node-105 .page-main-banner .text-container h1::before {
      height: 34px;
      width: 62px;
      margin-top: -60px;
      background-size: 330px;
      background-position: -70px -180px;
      margin-top: -80px; }
  .page-node-105 .page-main-banner .text-container .sub-heading {
    font-size: 1em;
    margin-bottom: 10px; } }

@media screen and (max-width: 540px) {
  .page-node-105 .way-section-banner.tradition img {
    margin-left: -165px; }
  .page-node-105 .way-section-banner.natural-colour img, .page-node-105 .way-section-banner.maturation img {
    margin-left: -90px; } }

@media screen and (max-width: 380px) {
  .page-node-105 .way-section-banner.tradition img {
    margin-left: -260px; } }

.page-node-138 .page-introduction {
  display: none; }
.page-node-138 #block-views-timeline-block-1 {
  background: #fff; }
  .page-node-138 #block-views-timeline-block-1 > h2 {
    display: none; }
.page-node-138 .view-timeline {
  padding-top: 50px; }
.page-node-138 .vco-slider h1, .page-node-138 .vco-slider h2, .page-node-138 .vco-slider h3 {
  font-family: 'ITCFranklinGothicW02-Dm 812945';
  color: #1a1a1a;
  text-transform: uppercase;
  text-align: left; }
.page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text, .page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text-media {
  margin: 0 auto;
  padding-bottom: 50px; }
  .page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text p, .page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text-media p {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 1.5em;
    font-size: 16px; }
.page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text {
  max-width: 800px; }
.page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text-media .media {
  width: 40% !important; }
.page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text-media .text {
  width: 60% !important;
  float: left; }
.page-node-138 .vco-slider .nav-container .date {
  display: none; }
.page-node-138 .vco-slider .nav-container .title {
  display: none; }
.page-node-138 .vco-slider .nav-next .icon {
  background: url("../images/timeline/right-arrow.png");
  height: 37px;
  width: 22px;
  background-position: 0 0; }
.page-node-138 .vco-slider .nav-previous .icon {
  background: url("../images/timeline/left-arrow.png");
  height: 37px;
  width: 22px;
  background-position: 0 0; }
.page-node-138 .vco-navigation .timenav-background .timenav-line {
  background-color: #bda570 !important; }
.page-node-138 .vco-navigation .timenav .content .marker .flag .flag-content h3 {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  font-size: 14px;
  font-weight: normal; }
.page-node-138 .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
  color: #1a1a1a !important; }
.page-node-138 .vco-navigation .timenav .content .marker.active .dot, .page-node-138 .vco-navigation .timenav .content .marker.active .line {
  background: #bda570 !important; }

@media screen and (max-width: 1040px) {
  .vco-slider .nav-previous .nav-container, .vco-slider .nav-next .nav-container {
    width: 60px; }
  .page-node-138 .vco-slider .slider-item .content .content-container.layout-text-media .media {
    width: 40% !important; }
    .page-node-138 .vco-slider .slider-item .content .content-container.layout-text-media .media .media-container .media-image img {
      max-width: 100% !important; }
  .page-node-138 .vco-slider .slider-item .content .content-container.layout-text-media .text {
    width: 60% !important;
    float: left; }
  .page-node-138 .vco-slider .slider-item-container .slider-item {
    /*
 *  STYLE 4
 */ }
    .page-node-138 .vco-slider .slider-item-container .slider-item::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
      background-color: #f2f2f2;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; }
    .page-node-138 .vco-slider .slider-item-container .slider-item::-webkit-scrollbar {
      width: 10px;
      background-color: #F5F5F5; }
    .page-node-138 .vco-slider .slider-item-container .slider-item::-webkit-scrollbar-thumb {
      background-color: #a7a7a7;
      border: 1px solid #c6c6c6;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; } }

@media screen and (max-width: 800px) {
  .page-node-138 .vco-slider .nav-next {
    background-color: transparent !important;
    width: 50px !important;
    left: 92% !important; }
    .page-node-138 .vco-slider .nav-next .nav-container {
      width: 50px !important; }
    .page-node-138 .vco-slider .nav-next .icon {
      background-image: url("../images/timeline/right-arrow.png") !important;
      height: 37px !important;
      width: 22px !important;
      background-position: 0 0 !important;
      float: right;
      margin-left: 0;
      position: relative; }
  .page-node-138 .vco-slider .nav-previous {
    background-color: transparent !important;
    width: 50px !important; }
    .page-node-138 .vco-slider .nav-previous .nav-container {
      width: 50px !important; }
    .page-node-138 .vco-slider .nav-previous .icon {
      background-image: url("../images/timeline/left-arrow.png") !important;
      height: 37px !important;
      width: 22px !important;
      background-position: 0 0 !important;
      float: left;
      margin-right: 0;
      position: relative; }
  .page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text-media .media {
    width: 100% !important;
    max-width: 100%; }
    .page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text-media .media .media-wrapper .media-container {
      padding: 0 15px 15px 0; }
  .page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text-media .text {
    width: 100% !important;
    float: left;
    max-width: 100%; }
    .page-node-138 .vco-slider .slider-item-container .slider-item .content .content-container.layout-text-media .text .container {
      padding-left: 0px;
      padding-top: 10px; } }

@media screen and (max-width: 660px) {
  .page-node-138 .vco-slider .slider-item-container .slider-item {
    overflow-x: hidden; } }

.private-dining h2, .private-dining h3 {
  border: 0; }
.private-dining img {
  width: 100%; }
.private-dining p.image-left img {
  float: left;
  max-width: 40%; }
.private-dining p.image-right img {
  float: right;
  max-width: 40%; }

.page-node-112 #block-views-accommodation-block {
  background: #ffffff;
  position: relative;
  z-index: 21; }
.page-node-112 .view-filters {
  max-width: 1134px;
  margin: 0 auto;
  padding: 0 20px; }
  .page-node-112 .view-filters .views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0; }
  .page-node-112 .view-filters .views-exposed-widgets {
    width: 210px;
    margin: 0 auto;
    height: 43px;
    overflow: hidden;
    margin-bottom: 20px; }
    .page-node-112 .view-filters .views-exposed-widgets .form-type-bef-link {
      float: left; }
      .page-node-112 .view-filters .views-exposed-widgets .form-type-bef-link a {
        display: block;
        border: 2px solid #bda570;
        font-family: 'Lora', serif;
        font-size: 18px;
        line-height: 1.5em;
        color: #1a1a1a;
        font-weight: 300;
        margin-bottom: 1.5em;
        font-variant: small-caps;
        background-color: #ffffff;
        color: #1a1a1a;
        padding: 6px 12px;
        margin-bottom: 0; }
        .page-node-112 .view-filters .views-exposed-widgets .form-type-bef-link a:hover, .page-node-112 .view-filters .views-exposed-widgets .form-type-bef-link a:focus, .page-node-112 .view-filters .views-exposed-widgets .form-type-bef-link a:active, .page-node-112 .view-filters .views-exposed-widgets .form-type-bef-link a.active {
          border-color: transparent;
          background: #baa169;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          color: #fff; }
.page-node-112 .accommodation-card {
  background: #f5f5f5;
  border: 1px solid #C9C9C9;
  padding: 20px;
  margin-bottom: 20px; }
  .page-node-112 .accommodation-card h3, .page-node-112 .accommodation-card p {
    text-align: center; }
  .page-node-112 .accommodation-card p {
    margin-bottom: 0.5em; }

.page-node-114 .page-introduction {
  padding: 50px 15px 0;
  display: none; }
.page-node-114 #block-webform-client-block-282 {
  position: relative;
  z-index: 20;
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  box-shadow: 0 0 10px #000;
  margin-bottom: 30px; }
  .page-node-114 #block-webform-client-block-282 h2 {
    display: none; }
  .page-node-114 #block-webform-client-block-282 .container {
    background: #f5f5f5;
    max-width: 768px;
    border: 1px solid #C9C9C9;
    padding: 20px; }
    .page-node-114 #block-webform-client-block-282 .container .form-item label {
      display: block;
      font-family: 'ITCFranklinGothicW02-Dm 812945';
      color: #1a1a1a;
      text-transform: uppercase;
      width: 100%; }
    .page-node-114 #block-webform-client-block-282 .container .form-item input[type=name], .page-node-114 #block-webform-client-block-282 .container .form-item input[type=text], .page-node-114 #block-webform-client-block-282 .container .form-item input[type=email], .page-node-114 #block-webform-client-block-282 .container .form-item select, .page-node-114 #block-webform-client-block-282 .container .form-item textarea {
      width: 100%;
      padding: 6px 10px;
      border: 1px solid #C9C9C9;
      margin-bottom: 0; }
    .page-node-114 #block-webform-client-block-282 .container .form-item .grippie {
      display: none; }

.page-node-5 #block-webform-client-block-285 {
  position: relative;
  z-index: 20;
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px;
  margin-bottom: 30px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.27); }
  .page-node-5 #block-webform-client-block-285 .content {
    background: #f5f5f5;
    max-width: 768px;
    border: 1px solid #C9C9C9;
    padding: 0 20px 0;
    margin: 0 auto; }
    .page-node-5 #block-webform-client-block-285 .content .form-item label {
      display: block;
      font-family: 'ITCFranklinGothicW02-Dm 812945';
      color: #1a1a1a;
      text-transform: uppercase;
      width: 100%; }
    .page-node-5 #block-webform-client-block-285 .content .form-item input[type=name], .page-node-5 #block-webform-client-block-285 .content .form-item input[type=text], .page-node-5 #block-webform-client-block-285 .content .form-item input[type=email], .page-node-5 #block-webform-client-block-285 .content .form-item select, .page-node-5 #block-webform-client-block-285 .content .form-item textarea {
      width: 100%;
      padding: 6px 10px;
      border: 1px solid #C9C9C9;
      margin-bottom: 5px; }
    .page-node-5 #block-webform-client-block-285 .content .form-item .grippie {
      display: none; }
    .page-node-5 #block-webform-client-block-285 .content .form-item input[type=checkbox] {
      float: left;
      margin-right: 10px; }
    .page-node-5 #block-webform-client-block-285 .content .form-item label.option {
      font-family: 'Lora', serif;
      font-size: 18px;
      line-height: 1.5em;
      color: #1a1a1a;
      font-weight: 300;
      margin-bottom: 1.5em;
      text-transform: none;
      font-size: 0.8em; }
  .page-node-5 #block-webform-client-block-285 .webform-confirmation {
    padding-top: 25px; }
.page-node-5 .signup-blurb p {
  text-align: left; }
.page-node-5 .family-signup-login .nav-tabs {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 1.5em;
  font-variant: small-caps;
  margin-bottom: 0; }
  .page-node-5 .family-signup-login .nav-tabs li a {
    border-radius: 0;
    color: #333333;
    border: 2px solid transparent;
    border-bottom: 0; }
    .page-node-5 .family-signup-login .nav-tabs li a:hover, .page-node-5 .family-signup-login .nav-tabs li a:active, .page-node-5 .family-signup-login .nav-tabs li a.active, .page-node-5 .family-signup-login .nav-tabs li a:focus {
      background: transparent;
      color: #bda570;
      border-width: 2px; }
  .page-node-5 .family-signup-login .nav-tabs li.active a {
    border-radius: 0;
    border-color: #bda570;
    border-bottom: 0; }
    .page-node-5 .family-signup-login .nav-tabs li.active a:hover, .page-node-5 .family-signup-login .nav-tabs li.active a:active, .page-node-5 .family-signup-login .nav-tabs li.active a.active, .page-node-5 .family-signup-login .nav-tabs li.active a:focus {
      background: #fff;
      cursor: pointer; }
.page-node-5 .family-signup-login .tab-content {
  padding: 15px;
  border-radius: 0;
  border: 2px solid #bda570;
  margin-top: -2px; }
  .page-node-5 .family-signup-login .tab-content .form-item {
    margin: 0;
    margin-bottom: 10px; }
    .page-node-5 .family-signup-login .tab-content .form-item label {
      width: 100%;
      display: block;
      float: left;
      position: relative;
      top: 4px; }
      .page-node-5 .family-signup-login .tab-content .form-item label .form-required {
        display: none; }
    .page-node-5 .family-signup-login .tab-content .form-item input {
      width: 100%;
      display: block; }
  .page-node-5 .family-signup-login .tab-content a {
    font-size: 0.8em; }
  .page-node-5 .family-signup-login .tab-content .form-actions {
    clear: both;
    overflow: hidden;
    margin: 0; }
  .page-node-5 .family-signup-login .tab-content .btn {
    float: right; }
  .page-node-5 .family-signup-login .tab-content #register .password-strength {
    display: none; }
  .page-node-5 .family-signup-login .tab-content #register .confirm-parent, .page-node-5 .family-signup-login .tab-content #register .password-parent, .page-node-5 .family-signup-login .tab-content #register select {
    width: 100%; }
  .page-node-5 .family-signup-login .tab-content #register div.password-confirm, .page-node-5 .family-signup-login .tab-content #register div.form-item div.password-suggestions {
    display: none !important; }

.special-bottle-text-img-panel {
  max-width: 730px;
  margin: 0 auto; }
  .special-bottle-text-img-panel h2 {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 1.5em;
    color: #bda570;
    text-transform: none;
    font-style: italic;
    font-size: 1.6em; }
  .special-bottle-text-img-panel p img#teapot-bronze {
    max-width: 30%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }
  .special-bottle-text-img-panel p img#teapot-styled-bottle {
    max-width: 45%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }
  .special-bottle-text-img-panel p img#teapot-people {
    max-width: 50%;
    float: right; }
  .special-bottle-text-img-panel p img#cask-26-camera {
    max-width: 45%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }
  .special-bottle-text-img-panel p img#cask-26-warehouse {
    max-width: 50%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }
  .special-bottle-text-img-panel p img#top-35-year-old {
    max-width: 45%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #dadada; }
  .special-bottle-text-img-panel p img#side-35-year-old {
    max-width: 45%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #dadada; }
  .special-bottle-text-img-panel p img#close-15-label {
    max-width: 45%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  .special-bottle-text-img-panel p img#close-15-top-label {
    max-width: 45%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }

.page-node-135 .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li img {
  min-width: 1100px; }
.page-node-135 .product-page .content-panel.text-image-paragraph, .page-node-135 .product-page .content-panel.tasting-notes {
  background: url('../images/backgrounds/agsquare.jpg'); }
  .page-node-135 .product-page .content-panel.text-image-paragraph .inner-wrapper, .page-node-135 .product-page .content-panel.tasting-notes .inner-wrapper {
    background: transparent; }

@media screen and (max-width: 767px) {
  .product-page .content-panel .food-pairing-slideshow #recipes-slideshow ul li img {
    min-width: 0; } }

.modal.fade.in {
  background: rgba(0, 0, 0, 0.8); }
  .modal.fade.in .modal-dialog {
    display: block; }
.modal .modal-header {
  padding: 15px 15px 7px 15px; }
  .modal .modal-header h4 {
    text-align: left;
    border: 0;
    font-size: 1.5em; }
.modal .modal-content {
  border-radius: 0;
  padding: 20px;
  border: 0; }
  .modal .modal-content h2 {
    border: 0;
    text-align: left;
    font-size: 1.6em;
    margin-bottom: 20px; }
  .modal .modal-content form label {
    margin-bottom: 0;
    font-weight: normal; }
  .modal .modal-content form .radio label, .modal .modal-content form .checkbox label {
    font-weight: normal; }
  .modal .modal-content form input[type=text], .modal .modal-content form input[type=email], .modal .modal-content form textarea {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 1.5em;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    padding: 6px; }
  .modal .modal-content form .grippie {
    display: none; }
.modal.video.fade.in {
  background: rgba(0, 0, 0, 0.93) !important; }
.modal.video.fade .modal-content {
  padding: 0;
  background: transparent; }
  .modal.video.fade .modal-content .modal-header {
    background: transparent;
    border: 0;
    height: 52px;
    padding: 0; }
    .modal.video.fade .modal-content .modal-header .close {
      font-size: 40px;
      padding: 0; }

.modal.video.fade.in {
  background: rgba(255, 255, 255, 0.93); }
.modal.video .modal-dialog {
  max-width: 1000px;
  width: 96%; }
.modal.video.video .modal-body {
  padding: 0; }
.modal.video.video button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 17px;
  color: #fff;
  text-shadow: 0;
  opacity: 1; }
  .modal.video.video button.close span {
    color: #fff; }
  .modal.video.video button.close:hover, .modal.video.video button.close:focus, .modal.video.video button.close.active {
    color: #bda570; }
.modal.video.video iframe {
  display: block; }

.pre-footer {
  padding: 25px 0;
  position: relative;
  z-index: 5;
  background: url('../images/backgrounds/agsquare.jpg'); }
  .pre-footer .inner-wrapper {
    background: transparent; }
  .pre-footer .quote {
    margin-top: 5%; }
    .pre-footer .quote p {
      font-style: italic;
      font-size: 1.4em;
      color: #333333;
      margin-bottom: 10pxfac;
      text-align: center;
      position: relative; }
      .pre-footer .quote p.person {
        font-family: 'Lora', serif;
        font-size: 18px;
        line-height: 1.5em;
        color: #1a1a1a;
        font-weight: 300;
        margin-bottom: 1.5em;
        font-variant: small-caps;
        color: #bda570;
        font-style: normal;
        font-size: 1em; }

footer {
  background: url('../images/backgrounds/black_lozenge.png');
  background-size: 38px;
  padding: 50px 0 10px;
  border-top: 3px solid #bda570;
  position: relative;
  z-index: 6; }
  footer .footer-geese {
    background: url('../images/footer-geese@2x.png');
    background-size: 91px;
    width: 91px;
    height: 91px;
    position: absolute;
    top: -33px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  footer .container {
    width: 100%; }
    footer .container .col-sm-8 {
      padding: 0 10px; }
  footer h5 {
    color: #fff;
    border-top: 0; }
  footer p, footer address, footer ul, footer ol {
    text-align: center;
    color: #C9C9C9;
    font-size: 0.8em;
    margin-bottom: 1.5em; }
  footer li {
    color: #C9C9C9; }
  footer p.footer-tel {
    margin-bottom: 0; }
  footer ul.social-links {
    text-align: center; }
    footer ul.social-links li {
      display: inline-block; }
      footer ul.social-links li a {
        background: #bda570;
        font-size: 1.2em;
        display: block;
        border: 2px solid #bda570;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        position: relative;
        margin: 0 2px; }
        footer ul.social-links li a span {
          color: #fff;
          position: absolute;
          left: 5px;
          top: 3px; }
        footer ul.social-links li a:hover {
          background: transparent;
          border: 2px solid transparent;
          border-radius: 2px; }
          footer ul.social-links li a:hover span {
            color: white;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
  footer .partners-with a {
    display: inline;
    margin-top: 10px; }
    footer .partners-with a:hover, footer .partners-with a:focus, footer .partners-with a.active, footer .partners-with a:active {
      border: 0;
      text-decoration: none; }
    footer .partners-with a img {
      display: inline-block;
      margin: 0 10px; }
  footer .copyright {
    margin-top: 30px; }
    footer .copyright p {
      font-size: 0.6em;
      line-height: 1em;
      margin-bottom: 1em; }
      footer .copyright p.drink-aware a {
        color: #C9C9C9;
        border: 0; }
        footer .copyright p.drink-aware a:hover {
          color: #fff;
          text-decoration: none; }
      footer .copyright p.drink-aware img {
        padding-left: 5px;
        position: relative;
        top: -5px;
        max-width: 132px; }

.front .pre-footer {
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  footer {
    background: url('../images/backgrounds/black_lozenge@2x.png');
    background-size: 38px; } }

@media screen and (max-width: 767px) {
  .pre-footer p {
    margin-bottom: .5em; }
  .pre-footer .quote p {
    font-size: 1.2em; }
  .pre-footer .seal {
    text-align: center; }
    .pre-footer .seal img {
      display: inline-block;
      max-width: 140px;
      margin-bottom: 40px; }
  footer {
    padding-bottom: 100px; }
    footer .col-xs-24 {
      max-width: 300px !important;
      margin: 0 auto;
      float: none; }
      footer .col-xs-24 p {
        text-align: center !important; }
    footer .copyright p {
      line-height: 1.7em; } }

.touch .collage-container .large-screens .square img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }
.touch .collage-container .large-screens .square .signpost-link:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }
.touch .collage-container.our-tours .square a:hover img, .touch .collage-container.our-tours .square a:focus img, .touch .collage-container.our-tours .square a.active img {
  opacity: 1 !important; }
.touch .touch-replacement-image {
  z-index: -1;
  height: 100%;
  width: 100%;
  position: fixed;
  display: block; }
  .touch .touch-replacement-image img {
    height: 90%;
    top: 10%;
    position: relative;
    margin: 0 auto; }
.touch .parallax-window {
  background: none; }
.touch .page-node-135 .parallax-window {
  background-color: transparent !important; }

@media screen and (max-width: 767px) {
  .touch .touch-replacement-image img {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    height: auto; } }

.page-node-337 .parallax-window, .page-node-344 .parallax-window {
  display: none !important; }
.page-node-337 .page-main-banner .text-container, .page-node-344 .page-main-banner .text-container {
  top: 67%; }
  .page-node-337 .page-main-banner .text-container h1, .page-node-344 .page-main-banner .text-container h1 {
    text-shadow: 0 0 10px black; }
    .page-node-337 .page-main-banner .text-container h1 .header-sub, .page-node-344 .page-main-banner .text-container h1 .header-sub {
      text-shadow: 0 0 6px black;
      color: #fff; }
.page-node-337 .product-page, .page-node-344 .product-page {
  position: relative;
  z-index: 8; }
.page-node-337 .product-image, .page-node-344 .product-image {
  display: none; }

@media screen and (max-width: 1080px) {
  .page-node-337 .page-main-banner .text-container h1 {
    font-size: 50px; } }

@media screen and (max-width: 860px) {
  .page-node-337 .page-main-banner .text-container h1 {
    font-size: 35px; } }

@media screen and (max-width: 600px) {
  .page-node-337 .page-main-banner .text-container h1 {
    font-size: 29px; }
  .page-node-344 .page-main-banner .text-container h1 {
    font-size: 30px; } }

div.error {
  background-image: none;
  border: 3px solid #bda570;
  background-color: #fff; }

div.messages {
  padding: 10px;
  font-style: italic;
  text-align: center;
  color: #333333;
  max-width: 768px;
  margin: 0 auto 20px; }
  div.messages ul {
    margin: 0; }
    div.messages ul li {
      font-style: italic;
      text-align: center;
      color: #333333; }

.buorg {
  display: block !important; }

.logged-in #header-main {
  top: 20px; }

.not-logged-in.page-user .wrapper {
  background: none;
  margin-top: 180px;
  width: 100%; }
  .not-logged-in.page-user .wrapper .region-content {
    max-width: 767px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #C9C9C9;
    padding: 30px; }

.cookies-table {
  max-width: 767px;
  margin: 0 auto;
  width: 767px;
  font-size: 0.8em; }
  .cookies-table th {
    background: #f5f5f5;
    border: 1px solid #C9C9C9 !important;
    font-weight: bold; }
  .cookies-table td {
    border: 1px solid #C9C9C9; }
  .cookies-table tr:nth-child(even) {
    background: #f7f7f7; }
