@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=2b54ae4a-8c89-464c-8891-f04f75af1fc4");
.ardbeg-traigh-bhan {
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*
   *  Owl Carousel - Core
   */
  /* No Js */
  /*
   *  Owl Carousel - Animate Plugin
   */
  /*
   *  Owl Carousel - Auto Height Plugin
   */
  /*
   *  Owl Carousel - Lazy Load Plugin
   */
  /*
   *  Owl Carousel - Video Plugin
   */ }
  .ardbeg-traigh-bhan .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
  .ardbeg-traigh-bhan .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .ardbeg-traigh-bhan .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .ardbeg-traigh-bhan .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .ardbeg-traigh-bhan .owl-carousel .owl-wrapper,
  .ardbeg-traigh-bhan .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .ardbeg-traigh-bhan .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .ardbeg-traigh-bhan .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .ardbeg-traigh-bhan .owl-carousel .owl-nav.disabled,
  .ardbeg-traigh-bhan .owl-carousel .owl-dots.disabled {
    display: none; }
  .ardbeg-traigh-bhan .owl-carousel .owl-nav .owl-prev,
  .ardbeg-traigh-bhan .owl-carousel .owl-nav .owl-next,
  .ardbeg-traigh-bhan .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .ardbeg-traigh-bhan .owl-carousel .owl-nav button.owl-prev,
  .ardbeg-traigh-bhan .owl-carousel .owl-nav button.owl-next,
  .ardbeg-traigh-bhan .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .ardbeg-traigh-bhan .owl-carousel.owl-loaded {
    display: block; }
  .ardbeg-traigh-bhan .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .ardbeg-traigh-bhan .owl-carousel.owl-hidden {
    opacity: 0; }
  .ardbeg-traigh-bhan .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .ardbeg-traigh-bhan .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .ardbeg-traigh-bhan .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .ardbeg-traigh-bhan .owl-carousel.owl-rtl {
    direction: rtl; }
  .ardbeg-traigh-bhan .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .ardbeg-traigh-bhan .no-js .owl-carousel {
    display: block; }
  .ardbeg-traigh-bhan .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .ardbeg-traigh-bhan .owl-carousel .owl-animated-in {
    z-index: 0; }
  .ardbeg-traigh-bhan .owl-carousel .owl-animated-out {
    z-index: 1; }
  .ardbeg-traigh-bhan .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .ardbeg-traigh-bhan .owl-height {
    transition: height 500ms ease-in-out; }
  .ardbeg-traigh-bhan .owl-carousel .owl-item {
    /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
       */ }
  .ardbeg-traigh-bhan .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .ardbeg-traigh-bhan .owl-carousel .owl-item .owl-lazy[src^=""], .ardbeg-traigh-bhan .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .ardbeg-traigh-bhan .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .ardbeg-traigh-bhan .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .ardbeg-traigh-bhan .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease; }
  .ardbeg-traigh-bhan .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); }
  .ardbeg-traigh-bhan .owl-carousel .owl-video-playing .owl-video-tn,
  .ardbeg-traigh-bhan .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .ardbeg-traigh-bhan .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  .ardbeg-traigh-bhan .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

@font-face {
  font-family: "Cambria W01 Regular";
  src: url("../fonts/fontscom/Fonts/005aedf1-6656-4918-8e15-8876997ce7cc.eot?#iefix");
  src: url("../fonts/fontscom/Fonts/005aedf1-6656-4918-8e15-8876997ce7cc.eot?#iefix") format("eot"), url("../fonts/fontscom/Fonts/f04ba187-6a11-4219-bc52-5dcfa7eed8de.woff2") format("woff2"), url("../fonts/fontscom/Fonts/30aa036d-520b-4503-9c64-c82832e61fa8.woff") format("woff"), url("../fonts/fontscom/Fonts/325041a5-5c3d-47c4-b48d-2f1807b188a9.ttf") format("truetype"); }

@font-face {
  font-family: "Cambria W01 Bold";
  src: url("../fonts/fontscom/Fonts/547ca731-c232-4974-85a6-52bd0058e87a.eot?#iefix");
  src: url("../fonts/fontscom/Fonts/547ca731-c232-4974-85a6-52bd0058e87a.eot?#iefix") format("eot"), url("../fonts/fontscom/Fonts/e94028f8-5362-4c66-8df4-b940fed9140a.woff2") format("woff2"), url("../fonts/fontscom/Fonts/1655c296-0df2-4134-99ef-04e4f9455537.woff") format("woff"), url("../fonts/fontscom/Fonts/72df7a67-248c-4b0f-a2bd-3ee5874a06bd.ttf") format("truetype"); }

@font-face {
  font-family: "Gill Sans MT W01 Medium";
  src: url("../fonts/fontscom/Fonts/7dfa42fb-a44b-40e2-9d13-1572b057bc3b.eot?#iefix");
  src: url("../fonts/fontscom/Fonts/7dfa42fb-a44b-40e2-9d13-1572b057bc3b.eot?#iefix") format("eot"), url("../fonts/fontscom/Fonts/5dcd1b38-d595-4966-9d40-696b7b29c0cd.woff2") format("woff2"), url("../fonts/fontscom/Fonts/b9947f64-d079-4c63-bcb3-d50ea832f4d9.woff") format("woff"), url("../fonts/fontscom/Fonts/a31574bd-1c0f-4a52-9972-b406d623dbc9.ttf") format("truetype"); }

@font-face {
  font-family: "Gill Sans MT W01 Bold";
  src: url("../fonts/fontscom/Fonts/1a389c67-1221-496f-9e75-86343b47d59b.eot?#iefix");
  src: url("../fonts/fontscom/Fonts/1a389c67-1221-496f-9e75-86343b47d59b.eot?#iefix") format("eot"), url("../fonts/fontscom/Fonts/86470f48-8e3a-4e92-814b-253f9befd235.woff2") format("woff2"), url("../fonts/fontscom/Fonts/6f221e27-e272-4694-960b-a1fad35ed77d.woff") format("woff"), url("../fonts/fontscom/Fonts/2226e437-881d-493c-92d4-551a25b6672c.ttf") format("truetype"); }

@font-face {
  font-family: "Gill Sans MT W01 ExtraBold";
  src: url("../fonts/fontscom/Fonts/14f40b9a-efb8-4e09-9510-5379deaa2f93.eot?#iefix");
  src: url("../fonts/fontscom/Fonts/14f40b9a-efb8-4e09-9510-5379deaa2f93.eot?#iefix") format("eot"), url("../fonts/fontscom/Fonts/09bbb639-1009-4869-9621-8c6f2abd36e0.woff2") format("woff2"), url("../fonts/fontscom/Fonts/dce701f7-49f3-46ae-9342-fd5e6a64d58f.woff") format("woff"), url("../fonts/fontscom/Fonts/e4efdd25-488b-493c-9885-700153ad55e5.ttf") format("truetype"); }

@font-face {
  font-family: "Gill Sans MT W01 UltraBold";
  src: url("../fonts/fontscom/Fonts/56d43aeb-b30b-46e2-aadc-7f4f81021bdb.eot?#iefix");
  src: url("../fonts/fontscom/Fonts/56d43aeb-b30b-46e2-aadc-7f4f81021bdb.eot?#iefix") format("eot"), url("../fonts/fontscom/Fonts/1a034f82-0482-42d8-a61a-e2ca64a60755.woff2") format("woff2"), url("../fonts/fontscom/Fonts/af59787f-8429-4064-a4b1-076b4b5feb9b.woff") format("woff"), url("../fonts/fontscom/Fonts/170891ac-b89d-436f-9fc9-4aadc8e1a41c.ttf") format("truetype"); }

.ardbeg-traigh-bhan {
  position: relative;
  overflow-x: hidden;
  background-image: url("../img/bg-tile-sand.jpg") !important;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  border: 0; }
  .ardbeg-traigh-bhan .page.page-product ul {
    margin-left: -30px;
    margin-right: 0; }

    @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .page.page-product ul {
          margin-left: 0px; }
    }

  .ardbeg-traigh-bhan main h1, .ardbeg-traigh-bhan main h2, .ardbeg-traigh-bhan main h3, .ardbeg-traigh-bhan main h4, .ardbeg-traigh-bhan main h5,
  .ardbeg-traigh-bhan main h6, .ardbeg-traigh-bhan main p, .ardbeg-traigh-bhan main a {
    color: #3e3e3e; }
  .ardbeg-traigh-bhan .wrapper-tb {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box; }
    .ardbeg-traigh-bhan .wrapper-tb * {
      margin: 0;
      padding: 0;
      outline: none;
      text-decoration: none;
      border: 0;
      box-sizing: content-box; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .wrapper-tb {
        max-width: none;
        width: 80%; } }
    .ardbeg-traigh-bhan .wrapper-tb::after {
      content: '';
      display: block;
      clear: both; }
  .ardbeg-traigh-bhan .title-section {
    font-family: "Cambria W01 Bold", serif;
    font-size: 120px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 120px; }

  .ardbeg-traigh-bhan h3.subtitle1 {
      position: absolute;
      top: 55vh;
      left: 0;
      width: 48%;
      z-index: 2;
      font-size: 50px;
      text-align: right;
      white-space: nowrap;
      color: #fff;
      line-height: 50px;
      text-transform: inherit;
      font-family: "Cambria W01 Bold",serif;
      padding-right: 10vh;
          text-shadow: 0px 0px 20px #aaa;
    }
    .ardbeg-traigh-bhan h3.subtitle2 {
      position: absolute;
      top: 55vh;
      right: 0;
      width: 48%;
      z-index: 2;
      font-size: 50px;
      text-align: left;
      white-space: nowrap;
      color: #fff;
      line-height: 50px;
      text-transform: inherit;
      font-family: "Cambria W01 Bold",serif;
      padding-left: 10vh;
          text-shadow: 0px 0px 20px #aaa;
    }




.ardbeg-traigh-bhan .clouds_one {
  background: url("../img/hero-mist-left.png");
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  -webkit-animation: cloud_one 15s linear forwards;
  -moz-animation: cloud_one 15s linear forwards;
  -o-animation: cloud_one 15s linear forwards;
  animation: cloud_one 15s linear forwards;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  background-repeat:  no-repeat;  
  background-size:cover;
  z-index:99;
  animation-fill-mode: forwards;
}

.ardbeg-traigh-bhan .clouds_two {
  background: url("../img/hero-mist-right.png");
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  -webkit-animation: cloud_two 15s linear forwards;
  -moz-animation: cloud_two 15s linear forwards;
  -o-animation: cloud_two 15s linear forwards;
  animation: cloud_two 15s linear forwards;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  background-repeat:  no-repeat;  
  background-size:cover;
  background-position:bottom;
  z-index:99;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 750px) {
  .ardbeg-traigh-bhan .clouds_one, .ardbeg-traigh-bhan .clouds_two {
    display:none;
  }
}

@-webkit-keyframes cloud_one {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}

@-webkit-keyframes cloud_two {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: -200%;
    opacity: 0;
  }
}

@-moz-keyframes cloud_one {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}

@-moz-keyframes cloud_two {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: -200%;
    opacity: 0;
  }
}


    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .title-section {
        font-size: 44px;
        line-height: 44px; } 
      .ardbeg-traigh-bhan h3.subtitle1, .ardbeg-traigh-bhan h3.subtitle2 {
        width: 100%;
        font-size: 30px;
        line-height: 30px;
        padding:0;
        text-align:center;
        top: 60vh;
      }
      .ardbeg-traigh-bhan h3.subtitle2 {
        top: 72vh;
      }

      }
  .ardbeg-traigh-bhan .title-block {
    font-size: 20px;
    font-family: "Gill Sans MT W01 Medium", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .ardbeg-traigh-bhan .col-50 {
    width: 50%;
    float: left; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .col-50 {
        width: auto;
        float: none; } }
  .ardbeg-traigh-bhan p.text-regular {
    font-family: "Gill Sans MT W01 Medium", sans-serif;
    font-size: 20px;
    line-height: 23px;
    padding: 10px 0; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan p.text-regular {
        font-size: 15px;
        line-height: 16px; } }

.ardbeg-traigh-bhan .popin {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  transition: 550ms;
  z-index: 110; 

  text-align:center;
  padding:30px;
  top: 50%;
  left: 50%;
  max-width: 870px;
  max-height: 540px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
}
  .ardbeg-traigh-bhan .popin.show {
    opacity: 1; 
  }
  .ardbeg-traigh-bhan .popin.show img {
      margin-bottom:20px;
  }
  .ardbeg-traigh-bhan .popin.show p, .ardbeg-traigh-bhan .popin.show h3, .ardbeg-traigh-bhan .popin.show strong {
    color:#fff;
    text-align:left;
  }

  .ardbeg-traigh-bhan .popin iframe {
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 5vh auto;*/ }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .popin iframe {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100vw;
        height: 65vw;
        margin: 0; } }
  .ardbeg-traigh-bhan .popin .popin-close {
    position: absolute;
    top: 1.5vw;
    right: 1.5vw;
    width: 2vw;
    height: 2vw; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .popin .popin-close {
        top: 20vw;
        right: 5vw;
        width: 10vw;
        height: 10vw; } }
    .ardbeg-traigh-bhan .popin .popin-close::before, .ardbeg-traigh-bhan .popin .popin-close::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      left: 50%;
      top: 50%;
      background: white;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .ardbeg-traigh-bhan .popin .popin-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }

.ardbeg-traigh-bhan .batch_list ul.video-popin a {
  transition: none;
  margin:auto;
  transform: none !important;
  text-decoration: none;
  margin-top: -100%;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.ardbeg-traigh-bhan #block-ardbeg-content .button {
  font-family: "Gill Sans MT W01 Medium", sans-serif;
  font-size: 20px;
  padding: 15px 30px;
  background: #3b370b;
  color: white;
  text-transform: uppercase;
  transition: 350ms ease; 
  letter-spacing: 0.15em;
}
  .ardbeg-traigh-bhan #block-ardbeg-content .button:hover {
    background: #2b2907; }

.ardbeg-traigh-bhan .video-popin img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.ardbeg-traigh-bhan .video-popin a {
  display: block;
  position: relative; }
  .ardbeg-traigh-bhan .video-popin a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 15%;
    height: 0;
    padding-top: 15%;
    background-image: url("../img/icon-video.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (max-width: 700px) {
  .ardbeg-traigh-bhan .container {
    margin: 0; } }

.ardbeg-traigh-bhan .header {
  position: relative;
  z-index: 1000; }

/*
.ardbeg-traigh-bhan .header #block-ardbeg-main-menu.sticky {
  position: absolute; }
  @media screen and (max-width: 700px) {
    .ardbeg-traigh-bhan .header #block-ardbeg-main-menu.sticky {
      top: 0; } }
*/

.ardbeg-traigh-bhan .header #block-ardbeg-main-menu .mobile-menu-wrapper {
  position: absolute; }
  .ardbeg-traigh-bhan .header #block-ardbeg-main-menu .mobile-menu-wrapper .mobile-menu-trigger {
    position: absolute; }
    .ardbeg-traigh-bhan .header #block-ardbeg-main-menu .mobile-menu-wrapper .mobile-menu-trigger .text {
      color: white; }

.ardbeg-traigh-bhan .intro {
  position: relative;
  background-image: url("../img/intro-bg.png");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 130px;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .intro {
      padding-bottom: 0; } }
  .ardbeg-traigh-bhan .intro .intro-button {
    text-align: center;
    margin-top: 20px;
    display: none; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .intro .intro-button {
        display: block; } }
    .ardbeg-traigh-bhan .intro .intro-button a {
      display: inline-block; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .intro .wrapper-tb {
      background-image: url("../img/bg-tile-sand.jpg");
      background-size: auto;
      background-position: center;
      background-repeat: repeat;
      z-index: 100;
      position: relative;
      padding-bottom: 80px; }
      .ardbeg-traigh-bhan .intro .wrapper-tb::before {
        content: '';
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        height: 50px;
        background-image: url("../img/bg-tile-sand-transparent.png");
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        background-size: contain;
        background-repeat: repeat-x; } }
  .ardbeg-traigh-bhan .intro_title {
    position: relative;
    padding-top: 75%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .intro_title {
        padding-top: 90vh; } }
  .ardbeg-traigh-bhan .intro .title-section {
    position: absolute;
    top: 28vh;
    left: 0;
    width: 100%;
    z-index: 2;
    font-size: 150px;
    text-align: center;
    white-space: nowrap; text-shadow: 0px 0px 20px #aaa; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .intro .title-section {
        font-size: 48px;
        top: 24vh; } }
  .ardbeg-traigh-bhan .intro_big-stones {
    position: absolute;
    top: 30%;
    right: -10%;
    z-index: 1;
    width: 70%;
    height: 0;
    padding-top: 70%;
    /*
    background-image: url("../img/intro-big-stones.png");
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;*/
    }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .intro_big-stones {
        width: 45%;
        top: 15%;
        right: -15%;
        padding-top: 110%; } }
  .ardbeg-traigh-bhan .intro_landart {
    position: absolute;
    top: 48vh;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(60%);
    transform: translateX(-50%) translateY(60%);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    width: 18%;
    height: 0;
    padding-top: 25%;
    transition: 850ms; }
    .ardbeg-traigh-bhan .intro_landart.hide {
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(80%);
      transform: translateX(-50%) translateY(80%); }
    .ardbeg-traigh-bhan .intro_landart span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("../img/intro-stones.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .intro_landart {
        top: 58vh;
        width: 35%;
        padding-top: 45%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .ardbeg-traigh-bhan .intro .intro_illustration {
    position: absolute;
    left: 50%;
    bottom: 65px;
    -webkit-transform: translate(50%);
            transform: translate(50%);
    width: 20vw; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .intro .intro_illustration {
        display: none; } }
    .ardbeg-traigh-bhan .intro .intro_illustration img {
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
  .ardbeg-traigh-bhan .intro_text p {
    width: 66%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .intro_text p {
        width: 90%;
        margin: 0 auto; } }

.ardbeg-traigh-bhan .balance {
  position: relative;
  padding-bottom: 150px; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .balance {
      background-image: url("../img/bg-tile-sand.jpg");
      background-size: auto;
      background-position: center;
      background-repeat: repeat;
      z-index: 100; } }
  .ardbeg-traigh-bhan .balance h3 {
    padding-bottom: 50px; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .balance h3 {
        padding-bottom: 30px; } }
  .ardbeg-traigh-bhan .balance_animal-step {
    position: absolute;
    top: 20%;
    left: 0;
    width: 25%;
    height: 0;
    padding-top: 85%;
    background-image: url("../img/balance-animal-foot-step.png");
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .balance_animal-step {
        top: 73%;
        left: 30%;
        background-image: url("../img/balance-animal-small-foot-step.png");
        width: 70%; } }
  .ardbeg-traigh-bhan .balance_text {
    padding-top: 10%; }
    .ardbeg-traigh-bhan .balance_text h4 {
      padding-left: 33%; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .balance_text h4 {
          width: 90%;
          margin: 0 auto;
          padding-left: 0; } }
    .ardbeg-traigh-bhan .balance_text p {
      padding-left: 33%; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .balance_text p {
          width: 90%;
          margin: 0 auto;
          padding-left: 0; } }

.ardbeg-traigh-bhan .traigh {
  position: relative;
  padding-bottom: 150px; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .traigh {
      background-image: url("../img/bg-tile-sand.jpg");
      background-size: auto;
      background-position: center;
      background-repeat: repeat;
      z-index: 100;
      padding-bottom: 0;
      padding-bottom: 80vw; 
      margin-bottom: 100vw;
  }
      .ardbeg-traigh-bhan .traigh::after {
        content: '';
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        height: 50px;
        background-image: url("../img/bg-tile-sand-transparent.png");
        background-size: contain;
        background-repeat: repeat-x; } }
  .ardbeg-traigh-bhan .traigh h3 {
    padding-bottom: 100px; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .traigh h3 {
        padding-bottom: 0px; } }
    .ardbeg-traigh-bhan .traigh h3 span {
      color: #c8c8c8; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .traigh_content {
      display: flex;
      flex-direction: column-reverse; } }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .traigh_text {
      padding-top: 30px; } }
  .ardbeg-traigh-bhan .traigh_text h4 {
    width: 66%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .traigh_text h4 {
        width: 90%;
        margin: 0 auto; } }
  .ardbeg-traigh-bhan .traigh_text p {
    width: 66%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .traigh_text p {
        width: 90%;
        margin: 0 auto; } }
  .ardbeg-traigh-bhan .traigh_visual {
    width: 50%;
    height: 0;
    padding-top: 50%;
    background-image: url("../img/content/traigh-bhan-seal3-22.gif");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .traigh_visual {
        width: 90%;
        margin: 20px auto;
        padding-top: 70%; } }
    .ardbeg-traigh-bhan .traigh_visual p {
      font-size: 13px;
      font-family: "Gill Sans MT W01 Medium", sans-serif;
      font-weight: 700;
      text-align: right;
      line-height: 15px; margin-top:0px; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .traigh_visual p {
          text-align: left; } }

.ardbeg-traigh-bhan .traigh_visual .sentence {
    width: 80%;
    padding-left: 33%;
    padding-top: 10%;
}
.ardbeg-traigh-bhan .traigh_visual .sentence .title-block {
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .traigh_visual .sentence {
        width: 100%;
        padding-left:0;
        padding-top: 210%; } 

      .ardbeg-traigh-bhan .traigh_visual .sentence .title-block {
        font-size: 20px;
        line-height: 25px;
      }
}

.ardbeg-traigh-bhan .traigh_visual_funnel {
    width: 80%;
    height: 0;
    padding-top: 100%;
    background-image: url("../img/content/traigh-bhan-funnel-sand-bottle.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .traigh_visual_funnel {
        width: 90%;
        margin: 20px auto;
        padding-top: 50%; } }


.ardbeg-traigh-bhan .batch {
  position: relative;
  padding-bottom: 150px; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .batch {
      padding-bottom: 10vh;
      background-image: url("../img/bg-tile-sand.jpg");
      background-size: auto;
      background-position: center;
      background-repeat: repeat;
      z-index: 110;
      position: relative; }
      .ardbeg-traigh-bhan .batch::after {
        content: '';
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        height: 50px;
        background-image: url("../img/bg-tile-sand-transparent.png");
        background-size: contain;
        background-repeat: repeat-x;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
  .ardbeg-traigh-bhan .batch .batch_pattounes {
    display: block;
    position: absolute;
    width: 40%;
    height: 0;
    background-image: url(../img/batch-pattounes.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 60%;
    left: 5%;
    padding-top: 30%; z-index:-1; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .batch .batch_pattounes {
        display: none; } }
  .ardbeg-traigh-bhan .batch .notes_pattounes {
    display: block;
    position: absolute;
    width: 40%;
    height: 0;
    padding-top: 30%;
    background-image: url(../img/batch-pattounes.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 5%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 85%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .batch .notes_pattounes {
        display: none; } }
  .ardbeg-traigh-bhan .batch_animal-foot-step {
    display: none;
    position: absolute;
    top: -140px;
    width: 40%;
    height: 0;
    padding-top: 60%;
    background-image: url(../img/batch-animal-small-foot-step.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .batch_animal-foot-step {
        display: block;
        top: -30%;
        width: 60%;
        left: 0; } }
  .ardbeg-traigh-bhan .batch_list ul {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    background-image: url("../img/batch-cadre.png");
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .batch_list ul {
        display: flex;
        background-image: none; } }
    .ardbeg-traigh-bhan .batch_list ul li {
      width: 20%;
      height: 0;
      padding-top: 20%;
      margin-left: 22.5%;
      list-style-type: none;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .batch_list ul li {
          margin-left: 0; } }
      .ardbeg-traigh-bhan .batch_list ul li.batch-element-1 {
        background-image: url("../img/batch-element-1.png");
        -webkit-transform: translateY(25%);
                transform: translateY(25%); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .batch_list ul li.batch-element-1 {
            -webkit-transform: none;
                    transform: none; } }
      .ardbeg-traigh-bhan .batch_list ul li.batch-element-2 {
        background-image: url("../img/batch-element-2.png"); }

      .ardbeg-traigh-bhan .batch_list ul li.batch-element-3 {
        background-image: url("../img/batch-element-3.png"); 
        -webkit-transform: translateY(-25%);
                transform: translateY(-25%); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .batch_list ul li.batch-element-3 {
            -webkit-transform: none;
                    transform: none; } }

      .ardbeg-traigh-bhan .batch_list ul li.batch-element-4 {
        background-image: url("../img/batch.png"); 
        -webkit-transform: translateY(-30%);
                transform: translateY(-30%); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .batch_list ul li.batch-element-4 {
            -webkit-transform: none;
                    transform: none; } }

      .ardbeg-traigh-bhan .batch_list ul li.batch-element-5 {
        background-image: url("../img/batch-element-4.png");
        -webkit-transform: translateY(-25%);
                transform: translateY(-25%); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .batch_list ul li.batch-element-5 {
            -webkit-transform: none;
                    transform: none; } }
  .ardbeg-traigh-bhan .batch_list a {
    display: block;
    margin-right: 33%;
    font-family: "Gill Sans MT W01 Medium", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #6c712f;
    text-transform: uppercase;
    text-decoration: underline;
    transition: 350ms ease; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .batch_list a {
        display: none; } }
    .ardbeg-traigh-bhan .batch_list a:hover {
      text-decoration: none; }
  .ardbeg-traigh-bhan .batch_infos_flag {
    width: 66%;
    height: 0;
    padding-top: 30%;
    margin-left: 33%;
    background-image: url("../img/content/batch-flag-4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .batch_infos_flag {
        width: 100%;
        margin-left: auto;
        padding-top: 60%; } }
  .ardbeg-traigh-bhan .batch_infos_text {
    padding-top: 40px; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .batch_infos_text {
        padding-top: 10px; } }
    .ardbeg-traigh-bhan .batch_infos_text h4 {
      padding-left: 33%;
      padding-bottom: 0; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .batch_infos_text h4 {
          padding-left: 0;
          width: 90%;
          margin: 0 auto; } }
    .ardbeg-traigh-bhan .batch_infos_text h5 {
      padding-left: 33%;
      padding-bottom: 20px;
      font-size: 20px;
      font-family: "Gill Sans MT W01 Medium", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .batch_infos_text h5 {
          width: 90%;
          margin: 0 auto;
          padding-left: 0; } }
    .ardbeg-traigh-bhan .batch_infos_text p {
      padding-left: 33%; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .batch_infos_text p {
          width: 90%;
          margin: 0 auto;
          padding-left: 0; } }
  .ardbeg-traigh-bhan .batch .link-mobile {
    display: none;
    margin-right: 33%;
    font-family: "Gill Sans MT W01 Medium", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #6c712f;
    text-transform: uppercase;
    text-decoration: underline;
    transition: 350ms ease; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .batch .link-mobile {
        margin-right: auto;
        width: 90%;
        margin: 20px auto;
        display: block; } }
    .ardbeg-traigh-bhan .batch .link-mobile:hover {
      text-decoration: none; }
  .ardbeg-traigh-bhan .batch_animal-foot-step-2 {
    display: none;
    position: absolute;
    bottom: -15px;
    width: 70%;
    height: 0;
    padding-top: 30%;
    background-image: url("../img/balance-animal-small-foot-step.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .batch_animal-foot-step-2 {
        display: block;
        width: 80%;
        padding-top: 40%;
        right: 10%; } }

.ardbeg-traigh-bhan .notes {
  position: relative;
  padding-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .notes {
      padding-bottom: 0;
      z-index: 110;
      overflow: hidden; } }
  .ardbeg-traigh-bhan .notes_text-top {
    width: 50%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .notes_text-top {
        position: relative;
        width: 90%;
        margin: 0 auto;
        background-image: url(../img/bg-tile-sand.jpg);
        background-size: auto;
        background-position: center;
        background-repeat: repeat; }
        .ardbeg-traigh-bhan .notes_text-top::after {
          content: '';
          position: absolute;
          bottom: -50px;
          left: 0;
          right: 0;
          height: 50px;
          background-image: url(../img/bg-tile-sand-transparent.png);
          background-size: contain;
          background-repeat: repeat-x; } }
    .ardbeg-traigh-bhan .notes_text-top h4 {
      width: 66%; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .notes_text-top h4 {
          width: 100%; } }
    .ardbeg-traigh-bhan .notes_text-top p {
      width: 66%; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .notes_text-top p {
          width: 100%; } }
  .ardbeg-traigh-bhan .notes_list {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%; 
    z-index:99;
  }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .notes_list {
        padding-top: 100vh; } }
    .ardbeg-traigh-bhan .notes_list li {
      position: absolute;
      list-style-type: none;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      .ardbeg-traigh-bhan .notes_list li .note-accordeon-content {
        -webkit-transform: scale(0.8) translateY(10px);
                transform: scale(0.8) translateY(10px);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        overflow: hidden;
        transition: 0.3s ease;
        opacity: 0; }
        .ardbeg-traigh-bhan .notes_list li .note-accordeon-content.is-opened {
          -webkit-transform: scale(1) translateY(0px);
                  transform: scale(1) translateY(0px);
          opacity: 1; 
          /*background: #3c3900;*/
          background:#a40a2e;
          color: #fff;
          padding: 5px 10px;
          font-weight: normal;
          text-transform: uppercase;
        }
      .ardbeg-traigh-bhan .notes_list li.note-1 {
        width: 20%;
        height: 0;
        padding-top: 20%;
        top: -12%;
        left: 40%;
        z-index: 10;
        /* background-image: url("../img/content/notes-flint.png"); */
        background-image: url("../img/content/notes-1.png");
        }

        .ardbeg-traigh-bhan .notes_list li.note-1:hover, .ardbeg-traigh-bhan .notes_list li.note-1.is-opened  { background-image: url("../img/content/notes-1-color.png"); }

        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-1 {
            top: 0%;
            left: 68%;
            width: 40%;
            padding-top: 30%; } }
        .ardbeg-traigh-bhan .notes_list li.note-1 .note-accordeon-content {
          white-space: nowrap; }
        .ardbeg-traigh-bhan .notes_list li.note-1 .note-accordeon {
              bottom: 65px;
              left: 5%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-1 .note-accordeon {
              bottom: 65px;
              left: 5%; } }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-1 .note-accordeon .note-accordeon-icon {
              bottom: 110%; } }


      .ardbeg-traigh-bhan .notes_list li.note-2 {
        width: 20%;
        height: 0;
        padding-top: 15%;
        top: 8%;
        left: 42%;
        /*background-image: url("../img/content/notes-lime.png"); */
        background-image: url("../img/content/notes-2.png"); 
        }
        .ardbeg-traigh-bhan .notes_list li.note-2:hover, .ardbeg-traigh-bhan .notes_list li.note-2.is-opened  { background-image: url("../img/content/notes-2-color.png"); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-2 {
            top: 8%;
            left: 0;
            width: 26%;
            padding-top: 30%; } }
        .ardbeg-traigh-bhan .notes_list li.note-2 .note-accordeon-content {
          -webkit-transform-origin: center;
                  transform-origin: center;
          white-space: nowrap; }
        .ardbeg-traigh-bhan .notes_list li.note-2 .note-accordeon-link {
          flex-direction: row-reverse; }
        .ardbeg-traigh-bhan .notes_list li.note-2 .note-accordeon {
          bottom: 60%;
          right: 5%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-2 .note-accordeon {
              bottom: 0%;
              left: 0; } }
          .ardbeg-traigh-bhan .notes_list li.note-2 .note-accordeon .note-accordeon-icon {
            margin-left: 0.5em;
            margin-right: 0; }
            @media screen and (max-width: 750px) {
              .ardbeg-traigh-bhan .notes_list li.note-2 .note-accordeon .note-accordeon-icon {
                right: 20%;
                bottom: 120%; } }


      .ardbeg-traigh-bhan .notes_list li.note-3 {
        width: 21%;
        height: 0;
        padding-top: 12%;
        top: 20%;
        left: 39%;
        /* background-image: url("../img/content/notes-pine-cone.png"); */
        background-image: url("../img/content/notes-3.png");
        }
        .ardbeg-traigh-bhan .notes_list li.note-3:hover, .ardbeg-traigh-bhan .notes_list li.note-3.is-opened  { background-image: url("../img/content/notes-3-color.png"); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-3 {
            width: 36%;
            height: 0;
            padding-top: 20%;
            top: 20%;
            left: 70%; } }
        .ardbeg-traigh-bhan .notes_list li.note-3 .note-accordeon-content {
          -webkit-transform-origin: center;
                  transform-origin: center; }
        .ardbeg-traigh-bhan .notes_list li.note-3 .note-accordeon {
          bottom: 70%;
          left: 20%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-3 .note-accordeon {
              bottom: 72%;
              left: 8%; } }
          .ardbeg-traigh-bhan .notes_list li.note-3 .note-accordeon .note-accordeon-link {
            flex-direction: row-reverse; }
          .ardbeg-traigh-bhan .notes_list li.note-3 .note-accordeon .note-accordeon-icon {
            margin-right: 0;
            margin-left: 0.5em; }
            @media screen and (max-width: 750px) {
              .ardbeg-traigh-bhan .notes_list li.note-3 .note-accordeon .note-accordeon-icon {
                bottom: 120%; } }


      .ardbeg-traigh-bhan .notes_list li.note-4 {
        width: 28%;
        height: 0;
        padding-top: 10%;
        top: 32%;
        right: 35%;
        /* background-image: url("../img/content/notes-oak.png"); */
        background-image: url("../img/content/notes-4.png");
      }
        .ardbeg-traigh-bhan .notes_list li.note-4:hover, .ardbeg-traigh-bhan .notes_list li.note-4.is-opened  { background-image: url("../img/content/notes-4-color.png"); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-4 {
            width: 30%;
            padding-top: 36%;
            top: 25%;
            left: 0%; } }
        .ardbeg-traigh-bhan .notes_list li.note-4 .note-accordeon {
          bottom: 70%;
          right: -5%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-4 .note-accordeon {
              left: -15%;
              bottom: 10%; right:auto; } }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-4 .note-accordeon .note-accordeon-icon {
              bottom: 120%; } }


      .ardbeg-traigh-bhan .notes_list li.note-5 {
        width: 18%;
        height: 0;
        padding-top: 9%;
        top: 42%;
        left: 41%;
        /* background-image: url("../img/content/notes-pineapple.png"); */
        background-image: url("../img/content/notes-5.png"); 
      }
        .ardbeg-traigh-bhan .notes_list li.note-5:hover, .ardbeg-traigh-bhan .notes_list li.note-5.is-opened  { background-image: url("../img/content/notes-5-color.png"); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-5 {
            width: 25%;
            padding-top: 21%;
            top: 36%;
            left: 75%;} }
        .ardbeg-traigh-bhan .notes_list li.note-5 .note-accordeon-content {
          -webkit-transform-origin: center;
                  transform-origin: center;
          white-space: nowrap; }
        .ardbeg-traigh-bhan .notes_list li.note-5 .note-accordeon-link {
          flex-direction: row-reverse; }
        .ardbeg-traigh-bhan .notes_list li.note-5 .note-accordeon {
          bottom: 50%;
          right: 80%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-5 .note-accordeon {
              bottom: 10%;
              left: -18%; } }
          .ardbeg-traigh-bhan .notes_list li.note-5 .note-accordeon .note-accordeon-icon {
            margin-left: 0.5em;
            margin-right: 0; }
            @media screen and (max-width: 750px) {
              .ardbeg-traigh-bhan .notes_list li.note-5 .note-accordeon .note-accordeon-icon {
                bottom: 150%; } }



      .ardbeg-traigh-bhan .notes_list li.note-6 {
        width: 18%;
        height: 0;
        padding-top: 15%;
        top: 49%;
        left: 44%;
        /* background-image: url("../img/content/notes-pineapple.png"); */
        background-image: url("../img/content/notes-6.png"); 
      }
        .ardbeg-traigh-bhan .notes_list li.note-6:hover, .ardbeg-traigh-bhan .notes_list li.note-6.is-opened  { background-image: url("../img/content/notes-6-color.png"); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-6 {
            width: 25%;
            padding-top: 24%;
            top: 46%;
            left: 7%; } }
        .ardbeg-traigh-bhan .notes_list li.note-6 .note-accordeon-content {
          -webkit-transform-origin: center;
                  transform-origin: center;
          white-space: nowrap; }
        .ardbeg-traigh-bhan .notes_list li.note-6 .note-accordeon-link {
          flex-direction: row-reverse; }
        .ardbeg-traigh-bhan .notes_list li.note-6 .note-accordeon {
          bottom: 35%;
          left: 82%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-6 .note-accordeon {
              bottom: 26%;
              left: -25%; } }
          .ardbeg-traigh-bhan .notes_list li.note-6 .note-accordeon .note-accordeon-icon {
            margin-left: 0.5em;
            margin-right: 0; }
            @media screen and (max-width: 750px) {
              .ardbeg-traigh-bhan .notes_list li.note-6 .note-accordeon .note-accordeon-icon {
                bottom: 150%; } }



      .ardbeg-traigh-bhan .notes_list li.note-7 {
        width: 22%;
        height: 0;
        padding-top: 15%;
        top: 59%;
        left: 41%;
        /* background-image: url("../img/content/notes-pineapple.png"); */
        background-image: url("../img/content/notes-7.png"); 
      }
        .ardbeg-traigh-bhan .notes_list li.note-7:hover, .ardbeg-traigh-bhan .notes_list li.note-7.is-opened  { background-image: url("../img/content/notes-7-color.png"); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-7 {
            width: 28%;
            padding-top: 26%;
            top: 52%;
            left: 72%; } }
        .ardbeg-traigh-bhan .notes_list li.note-7 .note-accordeon-content {
          -webkit-transform-origin: center;
                  transform-origin: center;
          white-space: nowrap; }
        .ardbeg-traigh-bhan .notes_list li.note-7 .note-accordeon-link {
          flex-direction: row-reverse; }
        .ardbeg-traigh-bhan .notes_list li.note-7 .note-accordeon {
          bottom: 27%;
          right: 74%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-7 .note-accordeon {
              bottom: 2%;
              left: 0%; } }
          .ardbeg-traigh-bhan .notes_list li.note-7 .note-accordeon .note-accordeon-icon {
            margin-left: 0.5em;
            margin-right: 0; }
            @media screen and (max-width: 750px) {
              .ardbeg-traigh-bhan .notes_list li.note-7 .note-accordeon .note-accordeon-icon {
                bottom: 150%; } }


      .ardbeg-traigh-bhan .notes_list li.note-8 {
        width: 16%;
        height: 0;
        padding-top: 15%;
        top: 68%;
        left: 49%;
        /* background-image: url("../img/content/notes-pineapple.png"); */
        background-image: url("../img/content/notes-8.png"); 
      }
        .ardbeg-traigh-bhan .notes_list li.note-8:hover, .ardbeg-traigh-bhan .notes_list li.note-8.is-opened  { background-image: url("../img/content/notes-8-color.png"); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-8 {
            width: 25%;
            padding-top: 28%;
            top: 62%;
            left: 0%; } }
        .ardbeg-traigh-bhan .notes_list li.note-8 .note-accordeon-content {
          -webkit-transform-origin: center;
                  transform-origin: center;
          white-space: nowrap; }
        .ardbeg-traigh-bhan .notes_list li.note-8 .note-accordeon-link {
          flex-direction: row-reverse; }
        .ardbeg-traigh-bhan .notes_list li.note-8 .note-accordeon {
          bottom: 40%;
          left: 80%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-8 .note-accordeon {
              bottom: 40%;
              left: 88%; } }
          .ardbeg-traigh-bhan .notes_list li.note-8 .note-accordeon .note-accordeon-icon {
            margin-left: 0.5em;
            margin-right: 0; }
            @media screen and (max-width: 750px) {
              .ardbeg-traigh-bhan .notes_list li.note-8 .note-accordeon .note-accordeon-icon {
                bottom: 150%; } }



      .ardbeg-traigh-bhan .notes_list li.note-9 {
        width: 17%;
        height: 0;
        padding-top: 13%;
        top: 78%;
        right: 40%;
        /* background-image: url("../img/content/notes-chocolate.png"); */
        background-image: url("../img/content/notes-9.png");
      }
        .ardbeg-traigh-bhan .notes_list li.note-9:hover, .ardbeg-traigh-bhan .notes_list li.note-9.is-opened { background-image: url("../img/content/notes-9-color.png"); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-9 {
            width: 30%;
            padding-top: 25%;
            top: 70%;
            right: -2%; } }
        .ardbeg-traigh-bhan .notes_list li.note-9 .note-accordeon {
          bottom: 45%;
          left: -10%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-9 .note-accordeon {
              bottom: 5%;
              left: -26%;
              text-align: center; } }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-9 .note-accordeon .note-accordeon-icon {
              bottom: 110%; } }



      .ardbeg-traigh-bhan .notes_list li.note-9b {
        width: 22%;
        height: 0;
        padding-top: 16%;
        top: 87%;
        right: 33%;
        /* background-image: url("../img/content/notes-chocolate.png"); */
        background-image: url("../img/content/notes-10.png");
      }
        .ardbeg-traigh-bhan .notes_list li.note-9b:hover, .ardbeg-traigh-bhan .notes_list li.note-9b.is-opened { background-image: url("../img/content/notes-10-color.png"); }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-9b {
            width: 30%;
            padding-top: 25%;
            top: 70%;
            right: -2%; } }
        .ardbeg-traigh-bhan .notes_list li.note-9b .note-accordeon-content {
          -webkit-transform-origin: center;
                  transform-origin: center;
          white-space: nowrap; }
        .ardbeg-traigh-bhan .notes_list li.note-9b .note-accordeon-link {
          flex-direction: row-reverse; }
        .ardbeg-traigh-bhan .notes_list li.note-9b .note-accordeon {
          bottom: 40%;
          left: 80%; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-9b .note-accordeon {
              bottom: 40%;
              left: 88%; } }
          .ardbeg-traigh-bhan .notes_list li.note-9b .note-accordeon .note-accordeon-icon {
            margin-left: 0.5em;
            margin-right: 0; }
            @media screen and (max-width: 750px) {
              .ardbeg-traigh-bhan .notes_list li.note-9b .note-accordeon .note-accordeon-icon {
                bottom: 150%; } }



      .ardbeg-traigh-bhan .notes_list li.note-10 {
        width: 22%;
        height: 0;
        padding-top: 20%;
        top: 98.5%;
        right: 32%;
        /*background-image: url("../img/content/notes-paprika.png"); */
        background-image: url("../img/content/shortie-top.png"); 
      }
        @media screen and (max-width: 750px) {
          .ardbeg-traigh-bhan .notes_list li.note-10 {
                width: 46%;
                padding-top: 30%;
                top: 83.5%;
                right: -22%; } }
        .ardbeg-traigh-bhan .notes_list li.note-10 .note-accordeon {
          bottom: 45%;
          right: -30%; display:none;}
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-10 .note-accordeon {
              bottom: -15%;
              right: 30%;  } 
            }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li.note-10 .note-accordeon .note-accordeon-icon {
              bottom: 170%; } }
      .ardbeg-traigh-bhan .notes_list li .note-accordeon {
        position: absolute;
        z-index: 10; }
        .ardbeg-traigh-bhan .notes_list li .note-accordeon .note-accordeon-link {
          position: relative;
          font-family: "Gill Sans MT W01 Medium", sans-serif;
          font-size: 20px;
          font-weight: 700;
          cursor: pointer;
          padding: 0;
          background: transparent;
          display: inline-flex;
          align-items: center;
          white-space: nowrap;
          -webkit-tap-highlight-color: transparent; }
          .ardbeg-traigh-bhan .notes_list li .note-accordeon .note-accordeon-link::-moz-focus-inner {
            outline: none;
            border: none; }
          @media screen and (max-width: 750px) {
            .ardbeg-traigh-bhan .notes_list li .note-accordeon .note-accordeon-link {
              font-size: 15px;
              flex-direction: column !important;
              white-space: normal; }
              .ardbeg-traigh-bhan .notes_list li .note-accordeon .note-accordeon-link .note-accordeon-content {
                -webkit-transform-origin: left;
                        transform-origin: left; } }
        .ardbeg-traigh-bhan .notes_list li .note-accordeon .note-accordeon-link {
          display: block;
          margin-right: 0.5em;
          width: 25px;
          height: 25px;
          background-image: url("../img/icon-plus.png");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
    .ardbeg-traigh-bhan .notes_list .pattoune {
      position: absolute;
      top: 90%;
      width: 20%;
      height: 0;
      padding-top: 60%;
      background-image: url(../img/notes-animal-foot-step.png);
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .notes_list .pattoune {
          display: none; } }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .notes_text-bottom, .ardbeg-traigh-bhan .col-50.traigh_text {
      position: relative;
      padding-top: 30px;
      background-image: url(../img/bg-tile-sand.jpg);
      background-size: auto;
      background-position: center;
      background-repeat: repeat; }
      .ardbeg-traigh-bhan .notes_text-bottom::before, .ardbeg-traigh-bhan .col-50.traigh_text::before {
        content: '';
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        height: 50px;
        background-image: url(../img/bg-tile-sand-transparent.png);
        background-size: contain;
        background-repeat: repeat-x;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); } }
  .ardbeg-traigh-bhan .notes_text-bottom.col-50 {
    float: right; margin-top:20%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .notes_text-bottom.col-50 {
        float: none; } }
  .ardbeg-traigh-bhan .notes_text-bottom h4 {
    padding-left: 33%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .notes_text-bottom h4 {
        padding-left: 0;
        width: 90%;
        margin: 0 auto; } }
  .ardbeg-traigh-bhan .notes_text-bottom p {
    padding-left: 33%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .notes_text-bottom p {
        padding-left: 0;
        width: 90%;
        margin: 0 auto; } }
  .ardbeg-traigh-bhan .notes_small-foot-step {
    display: none;
    position: absolute;
    bottom: -35px;
    right: -10px;
    width: 60%;
    height: 0;
    padding-top: 35%;
    background-image: url("../img/balance-animal-small-foot-step.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg); }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .notes_small-foot-step {
        display: block;
        width: 70%;
        padding-top: 50%;
        right: -15%;
        bottom: -125px; } }

.ardbeg-traigh-bhan .diet {
  position: relative;
  padding-bottom: 50px; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .diet {
      padding-top: 100px;
      padding-bottom: 100px;
      z-index: 100;
      background-image: url(../img/bg-tile-sand.jpg);
      background-size: auto;
      background-position: center;
      background-repeat: repeat; } }
  .ardbeg-traigh-bhan .diet .title-highlight {
    width: 40%;
    padding-bottom: 50px;
    font-family: "Gill Sans MT W01 Medium", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .diet .title-highlight {
        width: 90%;
        margin: 0 auto;
        padding-bottom: none;
        font-size: 18px;
        line-height: 22px; } }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .diet_wrapper {
      display: flex;
      flex-direction: column-reverse; } }
  .ardbeg-traigh-bhan .diet_text .title-block {
    width: 66%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .diet_text .title-block {
        width: 90%;
        margin: 0 auto; } }
  .ardbeg-traigh-bhan .diet_text p {
    width: 66%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .diet_text p {
        width: 90%;
        margin: 0 auto; } }
  .ardbeg-traigh-bhan .diet_video {
    padding-top: 150px; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .diet_video {
        padding-top: 0;
        padding-bottom: 30px; } }
  .ardbeg-traigh-bhan .diet_animal-foot-step {
    display: none;
    position: absolute;
    bottom: -30px;
    width: 40%;
    height: 0;
    padding-top: 60%;
    background-image: url(../img/batch-animal-small-foot-step.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .diet_animal-foot-step {
        display: block;
        width: 55%;
        padding-top: 70%;
        -webkit-transform: rotate(-18deg);
                transform: rotate(-18deg); } }
  .ardbeg-traigh-bhan .diet .diet_link {
    display: block;
    margin-right: 33%;
    font-family: "Gill Sans MT W01 Medium", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #6c712f;
    text-transform: uppercase;
    text-decoration: underline;
    transition: 350ms ease;
    margin-top: 50px; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .diet .diet_link {
        margin-right: 0;
        margin-bottom: 50px;
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    .ardbeg-traigh-bhan .diet .diet_link:hover {
      text-decoration: none; }

.ardbeg-traigh-bhan .packaging {
  position: relative;
  padding-bottom: 60vw; }
  @media screen and (max-width: 1300px) {
    .ardbeg-traigh-bhan .packaging {
      padding-bottom: 45vw; } }
  @media screen and (max-width: 1060px) {
    .ardbeg-traigh-bhan .packaging {
      padding-bottom: 20vw; } }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .packaging {
      padding-bottom: 235%;
      overflow: hidden; }
      .ardbeg-traigh-bhan .packaging .wrapper-tb {
        width: calc(80% + 40px);
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        background-image: url(../img/bg-tile-sand.jpg);
        background-size: auto;
        background-position: center;
        background-repeat: repeat;
        z-index: 100; }
        .ardbeg-traigh-bhan .packaging .wrapper-tb::after {
          content: '';
          position: absolute;
          bottom: -50px;
          left: 0;
          right: 0;
          height: 50px;
          background-image: url(../img/bg-tile-sand-transparent.png);
          background-size: contain;
          background-repeat: repeat-x; } }
  .ardbeg-traigh-bhan .packaging_visual {
    position: absolute;
    top: 2%;
    right: 41.3vw;
    width: 63%;
    height: 0;
    padding-top: 120%;
    background-image: url(../img/packaging-roche-1.png);
    background-position: top right;
    background-size: 101% auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .packaging_visual {
        right: 35vw;
        top: 450px;
        width: 120%;
        padding-top: 220%; } }
  .ardbeg-traigh-bhan .packaging_text {
    position: relative;
    z-index: 2;
    padding-top: 250px; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .packaging_text {
        padding-top: 0; } }
    .ardbeg-traigh-bhan .packaging_text.col-50 {
      float: right; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .packaging_text.col-50 {
          float: none; } }
    .ardbeg-traigh-bhan .packaging_text h4 {
      padding-left: 33%; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .packaging_text h4 {
          padding-left: 0;
          width: 90%;
          margin: 0 auto; } }
    .ardbeg-traigh-bhan .packaging_text p {
      padding-left: 33%; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .packaging_text p {
          padding-left: 0;
          width: 90%;
          margin: 0 auto; } }
    .ardbeg-traigh-bhan .packaging_text .button {
      display: block;
      margin-left: 33%;
      margin-top: 50px;
      text-align: center;
      white-space: nowrap; }
      @media screen and (max-width: 750px) {
        .ardbeg-traigh-bhan .packaging_text .button {
          font-size: 17px;
          white-space: normal;
          width: 90%;
          margin: 30px auto 0;
          box-sizing: border-box; } }
  .ardbeg-traigh-bhan .packaging_pattoune {
    position: absolute;
    top: 45%;
    right: 7%;
    width: 80%;
    height: 0;
    padding-top: 75%;
    background-image: url("../img/packaging-animal-foot-step.png");
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .packaging_pattoune {
        top: 860px;
        left: -30%;
        width: 145%;
        padding-top: 170%; } }
  .ardbeg-traigh-bhan .packaging_visual-2 {
    position: absolute;
    top: 28%;
    right: 0;
    width: 55%;
    height: 0;
    padding-top: 100%;
    background-image: url("../img/packaging-roche-2.png");
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .packaging_visual-2 {
        top: 720px;
        left: 21vw;
        width: 100%;
        padding-top: 160%; } }
  .ardbeg-traigh-bhan .packaging_box {
    position: absolute;
    top: 0;
    left: 49.7%;
    -webkit-transform: translateX(-49%) translateY(38%);
    transform: translateX(-49%) translateY(38%);
    z-index: 70;
    width: 34%; }
    .ardbeg-traigh-bhan .packaging_box img {
      width: 100%;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .packaging_box {
        top: 45%;
        width: 81%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); } }

.ardbeg-traigh-bhan .slider-image {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .slider-image {
      width: 100%; } }

.ardbeg-traigh-bhan .slider-image-title {
  font-size: 20px;
  font-family: "Gill Sans MT W01 Medium", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto 20px; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .slider-image-title {
      width: 70%;
      margin: 0 auto 10px; } }

.ardbeg-traigh-bhan .slider-image-description {
  font-size: 20px;
  line-height: 23px;
  font-family: "Gill Sans MT W01 Medium", sans-serif; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .slider-image-description {
      width: 70%;
      margin: 0 auto;
      font-size: 15px;
      line-height: 16px; } }

.ardbeg-traigh-bhan .slider-image-carousel {
  margin-top: 40px; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .slider-image-carousel {
      margin-top: 20px; } }
  .ardbeg-traigh-bhan .slider-image-carousel .owl-stage-outer {
    padding-bottom: 10px; }
  .ardbeg-traigh-bhan .slider-image-carousel .owl-nav .owl-prev, .ardbeg-traigh-bhan .slider-image-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.2vw;
    line-height: 1.8vw;
    width: 2.2vw;
    height: 2.2vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #818181;
    color: white; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .slider-image-carousel .owl-nav .owl-prev, .ardbeg-traigh-bhan .slider-image-carousel .owl-nav .owl-next {
        display: none; } }
  .ardbeg-traigh-bhan .slider-image-carousel .owl-nav button.owl-prev {
    left: -4vw; }
  .ardbeg-traigh-bhan .slider-image-carousel .owl-nav button.owl-next {
    right: -4vw; }

.ardbeg-traigh-bhan .slider-image-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px; }

.ardbeg-traigh-bhan .slider-image-item figure {
  margin: 0; }

.ardbeg-traigh-bhan .slider-image-item figcaption {
  font-family: "Gill Sans MT W01 Medium", sans-serif;
  font-size: 20px;
  line-height: 23px;
  padding-right: 40px; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan .slider-image-item figcaption {
      font-size: 15px;
      line-height: 16px; } }

.ardbeg-traigh-bhan .pre-footer {
  position: relative; }
  .ardbeg-traigh-bhan .pre-footer .dog-illustration {
    /*background: url("../img/dog-illu.png") no-repeat left center;
    background-size: 110% auto;*/
    height: 0;
    width: 40vw;
    margin-left: auto;
    padding-top: 23%; }
    @media screen and (max-width: 750px) {
      .ardbeg-traigh-bhan .pre-footer .dog-illustration {
        width: 80vw;
        padding-top: 50%; } }

.ardbeg-traigh-bhan #buy-now {
  position: fixed;
  top: 50%;
  right: 0;
  box-sizing: content-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 49;
  text-decoration: none; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan #buy-now {
      display: block;
      position: relative;
      width: 100px;
      margin: 0 auto;
      text-align: center;
      top: auto;
      right: auto;
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      margin-bottom: 80px; } }

.ardbeg-traigh-bhan #bottle {
  position: fixed;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 9%;
  pointer-events: none; }
  .ardbeg-traigh-bhan #bottle img {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle; }
  .ardbeg-traigh-bhan #bottle.is-hidden {
    visibility: hidden;
    opacity: 0; }
  @media screen and (max-width: 750px) {
    .ardbeg-traigh-bhan #bottle {
      width: 20vw;
      top: 42%; } }

/*# sourceMappingURL=main.css.map */
