

div{
    overflow: hidden;
}

body {
    opacity: 1;
    transition: 2s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}


body,html{    
  background-color: #f7f3e8;
  height: 100%;
  overflow:auto !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0;   
  position: relative;
}

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

q {
  quotes: none; }

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

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

::selection {
  text-shadow: none;
  background: #000000;
  color: #FFFFFF; }

::-moz-selection {
  text-shadow: none;
  background: #000000;
  color: #FFFFFF; }

html {
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px; }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.4em;  
  text-align: center;
  color: #FFFFFF; }

h1, h2, h3 {
  line-height: 1.4em;
  font-weight: 300;
  margin: 0; }

h1 {
  font-size: 2.83333em; }

h2 {
  font-size: 2.33333em; }

p {
  margin: 0 0 1.4em; }

em {
  font-style: normal;
  color: #D92400; }

img {
  display: block;
  width: 100%; }


ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }



a {
  text-decoration: none;
  color: #D92400; }

button {
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.33333em;
  line-height: 45.6px;
  font-family: "Dosis", sans-serif;
  background-color: #F2F2F2;
  font-weight: 600;
  height: 48px;
  width: 48px;
  position: relative;
  display: block;
  margin: 0 auto;
  outline: none;
  border: none; }
  button.hide {
    opacity: 0; }

footer {
  position: absolute;
  text-align: right;
  line-height: 0;
  font-size: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  footer .fb-like {
    display: inline-block;
    position: absolute;
    margin-left: 12px;
    bottom: 48px;
    right: 22px; }
  footer .twitter-share-button {
    display: inline-block;
    position: absolute;
    margin-left: 12px;
    bottom: 20px;
    right: 10px; }

.accelerate {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.center {
  max-width: 400px;
  margin: 0 auto;
  width: 88%; }

.wrapper {
  min-height: 460px;
  position: absolute;
  overflow: hidden;
  display: table;  
  width: 100%;
  height: 100%;
  left: 0;
  top: 12vh; }

.cell {
  vertical-align: middle;
  display: table-cell; }

.panel {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  position: relative; }

.about {
  -webkit-font-smoothing: auto;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  color: #666666; }
  .about:after {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    position: absolute;
    display: block;
    width: 100%;
    content: "";
    height: 5%;
    left: 0;
    top: 0; }
  .about.hide .cables {
    -webkit-transform: translate3d(0,-10%,0) rotateX(-90deg);
    -moz-transform: translate3d(0,-10%,0) rotateX(-90deg);
    transform: translate3d(0,-10%,0) rotateX(-90deg);
    opacity: 0; }
  .about.hide .panel {
    -webkit-transform: rotateX(-20deg);
    -moz-transform: rotateX(-20deg);
    transform: rotateX(-20deg); }
  .about .panel,
  .about .cables {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative; }
  .about .cables {
    -webkit-transform-origin: 50% -100%;
    -moz-transform-origin: 50% -100%;
    transform-origin: 50% -100%; }
    .about .cables:before {
      left: 10%;
      background: transparent url(../../img/parallax/cable.png) 0 0 no-repeat;
      position: absolute;
      display: block;
      height: 860px;
      width: 30px;
      content: "";
      top: -837px;
      z-index: 1; }
    .about .cables:after {
      right: 10%;
      background: transparent url(../../img/parallax/cable.png) 0 0 no-repeat;
      position: absolute;
      display: block;
      height: 860px;
      width: 30px;
      content: "";
      top: -837px;
      z-index: 1; }
  .about .panel {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    background: #F2F2F2 url(../../img/parallax/panel.jpg) -7px 0;
    background-size: 399px 357px; }
    .about .panel:before {
      border-left: 1px dashed rgba(29, 31, 39, 0.2);
      position: absolute;
      display: block;
      height: 100%;
      content: "";
      left: 5%;
      top: 0; }
    .about .panel:after {
      -webkit-border-radius: 0 0 6px 0;
      -moz-border-radius: 0 0 6px 0;
      border-radius: 0 0 6px 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;      
      background-size: 224px 224px;
      position: absolute;
      display: block;
      height: 160px;
      width: 120px;
      opacity: 0.2;
      content: "";
      bottom: 0;
      right: 0; }
    .about .panel header {
      padding: 1em 0 1em; }
      .about .panel header:before {
        -webkit-border-radius: 6px 0 0 0;
        -moz-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;        
        background-size: 60.5px 82.5px;
        position: absolute;
        display: block;
        height: 150px;
        width: 110px;
        opacity: 0.8;
        content: "";
        left: 0;
        top: 0; }
    .about .panel h1 {
      font-weight: 100;
      color: #D92400; }
      .about .panel h1 em {
        color: #1D1F27; }
    .about .panel p {
      margin: 0 8% 1.2em;
      position: relative;
      z-index: 1; }
      .about .panel p strong {
        font-weight: 700;
        color: #1D1F27; }
    .about .panel .social {
      margin: 1.4em 0 1em;
      position: relative;
      z-index: 1; }
    .about .panel .twitter-follow-button {
      display: inline-block;
      margin-bottom: 0.8em; }
      .about .panel .twitter-follow-button + .twitter-follow-button {
        margin-left: 0.4em; }
    .about .panel .links {
      zoom: 1;
      -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      position: relative;
      z-index: 1; }
      .about .panel .links:after, .about .panel .links:before {
        display: table;
        content: ""; }
      .about .panel .links:after {
        clear: both; }
      .about .panel .links li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        width: 50%; }
        .about .panel .links li a {
          -webkit-border-radius: 0 0 0 5px;
          -moz-border-radius: 0 0 0 5px;
          border-radius: 0 0 0 5px;
          -webkit-background-clip: padding-box;
          -moz-background-clip: padding-box;
          background-clip: padding-box; }
        .about .panel .links li + li {
          border-left: 1px solid rgba(0, 0, 0, 0.2); }
          .about .panel .links li + li a {
            -webkit-border-radius: 0 0 5px 0;
            -moz-border-radius: 0 0 5px 0;
            border-radius: 0 0 5px 0;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding-box;
            background-clip: padding-box; }
      .about .panel .links a {
        -webkit-font-smoothing: antialiased;
        font-size: 1.33333em;
        font-family: "Dosis", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        padding: 1em 0 1.1em;
        display: block; }
        .about .panel .links a.github:before, .about .panel .links a.download:before {
          content: "";
          font-family: "icons";
          text-transform: none;
          font-weight: normal;
          font-style: normal;
          line-height: 1em;
          font-size: 0.8em;
          margin-right: 0.5em;
          margin-left: -0.8em;
          position: relative;
          top: -1px; }
        .about .panel .links a.download:before {
          content: "d"; }
        .about .panel .links a.github:before {
          margin-right: 0.4em;
          content: "g"; }

.toggle {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  margin: -24px;
  position: absolute;
  bottom: 11.6%;
  left: 50%; }
  .toggle.i .cross {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
    .toggle.i .cross .x {
      margin-left: -2px;
      width: 4px;
      margin-top: -12px; }
    .toggle.i .cross .y {
      margin-top: -4px;
      height: 16px; }

.cross {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  position: absolute;
  left: 50%;
  top: 50%; }
  .cross .x, .cross .y {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #1D1F27;
    height: 4px;
    width: 4px;
    margin: -2px;
    position: absolute;
    left: 0;
    top: 0; }
  .cross .x {
    margin-left: -12px;
    margin-top: -2px;
    width: 24px; }
  .cross .y {
    margin-top: -12px;
    height: 24px; }

.prompt.hide {
  visibility: hidden; }
  .prompt.hide .panel {
    -webkit-transform: translate3d(0,250%,0) rotateY(360deg);
    -moz-transform: translate3d(0,250%,0) rotateY(360deg);
    transform: translate3d(0,250%,0) rotateY(360deg);
    opacity: 0; }
.prompt .cell {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px; }
.prompt .dismiss {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  background-color: transparent;
  position: absolute;
  right: 4px;
  top: 4px; }
.prompt .x, .prompt .y {
  background: #FFFFFF; }
.prompt .center {
  max-width: 300px;
  width: 82%; }
.prompt .panel {
  -webkit-perspective: none;
  -moz-perspective: none;
  perspective: none;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  transform-style: flat;
  -webkit-transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.65);
  padding: 1.2em 0 1.8em; }
  .prompt .panel img {
    margin: 0.6em auto;
    width: 100px; }
  .prompt .panel h2 {
    margin: 0 0 0.4em; }
  .prompt .panel p {
    font-size: 1.25em;
    margin: 0 10% 1.25em;
    line-height: 1.25em;
    color: #999999; }
.prompt .tilt-scene {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translate3d(0,0,100px);
  -moz-transform: translate3d(0,0,100px);
  transform: translate3d(0,0,100px);
  margin: 0 auto;
  width: 60%; }
.prompt .tilt {
  -webkit-animation: tilt 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: tilt 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: tilt 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.scene,
.layer {
  display: block;  
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; 
  top:0!important;
}

.scene {
  min-height: 460px;
  position: relative;
  overflow: hidden; }

.layer {
  position: absolute; }
  .layer div {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }

.title {
  font-size: 3em;
  text-shadow: 0 8px 6px rgba(0, 0, 0, 0.6);
  margin-top: -0.7em;
  position: absolute;
  width: 100%;
  top: 42%; }

.background {
  background: url(../../img/parallax/background.jpg) no-repeat;  
  bottom: 8vh;
  background-size: 110% auto;
  background-position: bottom;
  position: absolute;
  width: 110%;
  height: 100%;
  left: -5%;
  
  }

.lighthouse {
  -webkit-transform-origin: 50% 90%;
  -moz-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
  -webkit-animation: lighthouse 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: lighthouse 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: lighthouse 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0px -64px;
  background-size: 100% 100%;  
  width: 212px;
  height: 632px;
  background-image: url(../../img/parallax/lighthouse.png);
  background-repeat: no-repeat;
  bottom: 20px;
  position: absolute;
  right: 47%; }

.wave {
  background: transparent no-repeat;
  position: absolute;
  width: 300%;  
  left:-100%;  
}
  .wave:after {
    background-color: #f6f3ec;
    position: absolute;
    display: block;
    content: "";
    /*height: 500px;*/
    width: 300%;
    top: 100%;
    left: 0; 
  }
  .wave.plain {
    background-image: url(../../img/parallax/wave-plain.png);     
  }
  
  .wave.paint {
     }

.light {
  margin: -120px -120px;
  background-size: 240px 240px;
  height: 240px;
  width: 240px;
  background-repeat: no-repeat;
  bottom: 112px;
  position: absolute;
  left: 50%; }
  .light.orange {
    /*background-image: url(../../img/parallax/light-orange.png); */}
  .light.purple {
    /*background-image: url(img/light-purple.png);*/ }
  .light.a {
    bottom: 80px;
    left: 20%; }
  .light.b {
    bottom: 80px;
    left: 30%; }
  .light.c {
    bottom: 112px;
    left: 45%; }
  .light.d {
    bottom: 96px;
    left: 60%; }
  .light.e {
    bottom: 112px;
    left: 75%; }
  .light.f {
    bottom: 64px;
    left: 80%; }
  .light.phase-1 {
    -webkit-animation: phase 20s 0.1s infinite linear;
    -moz-animation: phase 20s 0.1s infinite linear;
    animation: phase 20s 0.1s infinite linear; }
  .light.phase-2 {
    -webkit-animation: phase 18s 0.1s infinite linear;
    -moz-animation: phase 18s 0.1s infinite linear;
    animation: phase 18s 0.1s infinite linear; }
  .light.phase-3 {
    -webkit-animation: phase 16s 0.1s infinite linear;
    -moz-animation: phase 16s 0.1s infinite linear;
    animation: phase 16s 0.1s infinite linear; }
  .light.phase-4 {
    -webkit-animation: phase 14s 0.1s infinite linear;
    -moz-animation: phase 14s 0.1s infinite linear;
    animation: phase 14s 0.1s infinite linear; }
  .light.phase-5 {
    -webkit-animation: phase 12s 0.1s infinite linear;
    -moz-animation: phase 12s 0.1s infinite linear;
    animation: phase 12s 0.1s infinite linear; }
  .light.phase-6 {
    -webkit-animation: phase 10s 0.1s infinite linear;
    -moz-animation: phase 10s 0.1s infinite linear;
    animation: phase 10s 0.1s infinite linear; }

.rope {
  width: 120%;
  position: relative;
  left: -10%;
  position: relative; }

.hanger {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: absolute; }
  .hanger.position-1 {
    top: 28%; }
  .hanger.position-2 {
    top: 46%; }
  .hanger.position-3 {
    top: 59%; }
  .hanger.position-4 {
    top: 66.5%; }
  .hanger.position-5 {
    top: 69.5%; }
  .hanger.position-6 {
    top: 66.5%; }
  .hanger.position-7 {
    top: 59%; }
  .hanger.position-8 {
    top: 46%; }
  .hanger.position-9 {
    top: 28%; }
  .hanger.position-1 {
    left: 10%; }
  .hanger.position-2 {
    left: 20%; }
  .hanger.position-3 {
    left: 30%; }
  .hanger.position-4 {
    left: 40%; }
  .hanger.position-5 {
    left: 50%; }
  .hanger.position-6 {
    left: 60%; }
  .hanger.position-7 {
    left: 70%; }
  .hanger.position-8 {
    left: 80%; }
  .hanger.position-9 {
    left: 90%; }

.board {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  margin: 0px -140px;
  background-size: 100% 100%;
  height: 115px;
  width: 129px;
  background-repeat: no-repeat;
  position: absolute;
  top: 25vh;
  left: 0; }
  .board.birds {
    background-image: url(../../img/parallax/bird.gif);     
    top:35vh;
  }
  .board.cloud-1 {
    background-image: url(../../img/parallax/board-cloud-1.png); 
    width: 220px;
    height: 61px;
  }
  .board.cloud-2 {
    background-image: url(../../img/parallax/board-cloud-2.png); 
    width: 174px;
    height: 60px;
  }
  .board.cloud-3 {
    background-image: url(../../img/parallax/board-cloud-3.png); }
  .board.cloud-4 {
    background-image: url(../../img/parallax/board-cloud-4.png); }

.swing-1 {
  -webkit-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-2 {
  -webkit-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-3 {
  -webkit-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-4 {
  -webkit-animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-5 {
  -webkit-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.wave.depth-10 {
  /* -webkit-animation: wave 8s 0.1s infinite linear; */
  -moz-animation: wave 8s 0.1s infinite linear;
  animation: wave 8s 0.1s infinite linear;
  bottom: 140px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 16px; }
  .wave.depth-10:after {
    height: 144px; }

.rope.depth-10 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  top: 20%; }
  .rope.depth-10 .hanger {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    transform: scale(0.25); }

.wave.depth-20 {
  /* -webkit-animation: wave 7.55556s 0.1s infinite linear; */
  -moz-animation: wave 7.55556s 0.1s infinite linear;
  animation: wave 7.55556s 0.1s infinite linear;
  bottom: 120px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 32px; }
  .wave.depth-20:after {
    height: 128px; }

.rope.depth-20 {
  -webkit-transform: scale(1.02778);
  -moz-transform: scale(1.02778);
  transform: scale(1.02778);
  top: 16.66667%; }
  .rope.depth-20 .hanger {
    -webkit-transform: scale(0.27778);
    -moz-transform: scale(0.27778);
    transform: scale(0.27778); }

.wave.depth-30 {
  /* -webkit-animation: wave 7.11111s 0.1s infinite linear; */
  -moz-animation: wave 7.11111s 0.1s infinite linear;
  animation: wave 7.11111s 0.1s infinite linear;
  bottom: 100px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 48px; }
  .wave.depth-30:after {
    height: 112px; }

.rope.depth-30 {
  -webkit-transform: scale(1.05556);
  -moz-transform: scale(1.05556);
  transform: scale(1.05556);
  top: 13.33333%; }
  .rope.depth-30 .hanger {
    -webkit-transform: scale(0.30556);
    -moz-transform: scale(0.30556);
    transform: scale(0.30556); }

.wave.depth-40 {
  /* -webkit-animation: wave 6.66667s 0.1s infinite linear; */
  -moz-animation: wave 6.66667s 0.1s infinite linear;
  animation: wave 6.66667s 0.1s infinite linear;
  bottom: 80px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 64px; }
  .wave.depth-40:after {
    height: 96px; }

.rope.depth-40 {
  -webkit-transform: scale(1.08333);
  -moz-transform: scale(1.08333);
  transform: scale(1.08333);
  top: 10%; }
  .rope.depth-40 .hanger {
    -webkit-transform: scale(0.33333);
    -moz-transform: scale(0.33333);
    transform: scale(0.33333); }

.wave.depth-50 {
  /* -webkit-animation: wave 6.22222s 0.1s infinite linear; */
  -moz-animation: wave 6.22222s 0.1s infinite linear;
  animation: wave 6.22222s 0.1s infinite linear;
  bottom: 60px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 80px; }
  .wave.depth-50:after {
    height: 80px; }

.rope.depth-50 {
  -webkit-transform: scale(1.11111);
  -moz-transform: scale(1.11111);
  transform: scale(1.11111);
  top: 6.66667%; }
  .rope.depth-50 .hanger {
    -webkit-transform: scale(0.36111);
    -moz-transform: scale(0.36111);
    transform: scale(0.36111); }

.wave.depth-60 {
  /* -webkit-animation: wave 5.77778s 0.1s infinite linear; */
  -moz-animation: wave 5.77778s 0.1s infinite linear;
  animation: wave 5.77778s 0.1s infinite linear;
  bottom: 40px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 96px; }
  .wave.depth-60:after {
    height: 64px; }

.rope.depth-60 {
  -webkit-transform: scale(1.13889);
  -moz-transform: scale(1.13889);
  transform: scale(1.13889);
  top: 3.33333%; }
  .rope.depth-60 .hanger {
    -webkit-transform: scale(0.38889);
    -moz-transform: scale(0.38889);
    transform: scale(0.38889); }

.wave.depth-70 {
  /* -webkit-animation: wave 5.33333s 0.1s infinite linear; */
  -moz-animation: wave 5.33333s 0.1s infinite linear;
  animation: wave 5.33333s 0.1s infinite linear;
  bottom: 20px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 112px; }
  .wave.depth-70:after {
    height: 48px; }

.rope.depth-70 {
  -webkit-transform: scale(1.16667);
  -moz-transform: scale(1.16667);
  transform: scale(1.16667);
  top: 0%; }
  .rope.depth-70 .hanger {
    -webkit-transform: scale(0.41667);
    -moz-transform: scale(0.41667);
    transform: scale(0.41667); }

.wave.depth-80 {
  /* -webkit-animation: wave 4.88889s 0.1s infinite linear; */
  -moz-animation: wave 4.88889s 0.1s infinite linear;
  animation: wave 4.88889s 0.1s infinite linear;
  bottom: 0px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: 47% 101%;
  height: 22vh; 
}
  .wave.depth-80:after {
    height: 32px; 
  }

.rope.depth-80 {
  -webkit-transform: scale(1.19444);
  -moz-transform: scale(1.19444);
  transform: scale(1.19444);
  top: -3.33333%; }
  .rope.depth-80 .hanger {
    -webkit-transform: scale(0.44444);
    -moz-transform: scale(0.44444);
    transform: scale(0.44444); }

.wave.depth-90 {
  /* -webkit-animation: wave 4.44444s 0.1s infinite linear; */
  -moz-animation: wave 4.44444s 0.1s infinite linear;
  animation: wave 4.44444s 0.1s infinite linear;
  bottom: -20px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 144px; }
  .wave.depth-90:after {
    height: 16px; }

.rope.depth-90 {
  -webkit-transform: scale(1.22222);
  -moz-transform: scale(1.22222);
  transform: scale(1.22222);
  top: -6.66667%; }
  .rope.depth-90 .hanger {
    -webkit-transform: scale(0.47222);
    -moz-transform: scale(0.47222);
    transform: scale(0.47222); }

.wave.depth-100 {
  /* -webkit-animation: wave 4s 0.1s infinite linear; */
  -moz-animation: wave 4s 0.1s infinite linear;
  animation: wave 4s 0.1s infinite linear;
  bottom: -40px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 160px; }
  .wave.depth-100:after {
    height: 0px; }

.rope.depth-100 {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  top: -10%; }
  .rope.depth-100 .hanger {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5); }
  
  
  /**aberlour*/
  


.mainTitle{
    width: 100%;
    font-size: 81px;
    font-family: perpetuaI;
    color:#cb0d1e; 
    line-height: 1.1;
    position: absolute;
    top: 125px;
    z-index: 1;           
}


.mainTitle em{
    color: #a50931;
    font-family: perpetuaI;
}

.subTitle{
    width: 100%;
    position: absolute;    
    z-index: 1;
    top: 215px;
    font-family: segoeUIReg;
    font-size: 22px;
    line-height: 1.3;
    color: #552815;
}
  
.subTitle span{
    display: block;
}
  
  .info-icon-container{
      width: 100%;
      position: relative;
      z-index: 1;      
      text-align: center;
      margin-top: 10vh;
  }

.info-wrapper, .btn-wrapper{
  max-width: 272px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.1fr 1fr;
  background: #cb0d1e;
  text-align: right;
  border-radius: 28px;
  transition: 0.2s all;   
  margin-bottom: 10px;
  cursor: pointer;
}

.info-wrapper:hover, .btn-wrapper:hover{
  background: #c30838;  
}

.info-wrapper a, .btn-wrapper a{
  color: white;
  align-self: center;
  justify-self: center;
  font-family: perpetuaI;
  font-size: 25px;
  line-height: 1;
}

.info-wrapper a:hover, .btn-wrapper a:hover{
  color: white !important;
}

.info-wrapper a i, .btn-wrapper a i{
  vertical-align: middle;
  font-size: 30px;
}

.btn-wrapper img, .info-wrapper img {    
  transform: scale(0.9);
}
  
  .info-icon-container img{
      width: 53px;
      height: auto;   
      margin:auto;
      cursor: pointer;
       transition: transform .2s; /* Animation */
       /*transform: scale(0.9);       */
  }
  
  .info-icon-container .bottle{
      width: 552px;
      height: auto;
      margin: auto;
      transform: scale(0.9);
      
  }
  
  .btn-containers{
      width: 100%;
      position: relative;
      z-index: 1;      
      margin-top: 28vh;
  }
  
  .getstarted-container{
      height: 57px;
      width: 90%;
      max-width: 400px;
      text-align: center;
      position: relative;
      margin: 0 auto;
  }
.gallery-container, 
.bottle-container {
    height: 57px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.getstarted-btn-wrapper img, .info-btn-home, .gallery-icon01{
  max-width: 53px;
  width: 53px;
}
.getstarted-btn-wrapper, 
.gallery-btn-wrapper,
.bottle-btn-wrapper {
    height: 52px;
    box-sizing: border-box;
    max-width: 367px !important;
    position: absolute;
    cursor: pointer;
    left: 1em;
    /* right: 1em;      */
}
    
.inner-getstarted01{
    position: absolute;
    left:0;
    width:150px; 
    height: 100%;
}

.getstarted-btn-wrapper .getstarted-icon01:hover + .inner-getstarted01 .getstarted-icon02{
    transition: 1s;
    right: -58px;        
}


.getstarted-btn-wrapper .getstarted-icon02{
    position: absolute;
    right: -210px;
    z-index: 99;
    width: 210px;  
    transition: 1s;
    
}
    
  
.getstarted-container img.getstarted-icon{
    width: 222px;
    height: 101px;
    position: absolute;
    cursor: pointer;
    right: 102px;          
    display: none;
}
  
.gallery-container img.gallery-icon,
.bottle-container img.bottle-icon {
    width: 215px;
    height: 101px;
    position: absolute;
    cursor: pointer;
    left: 90px;
    transition: transform .2s; /* Animation */
    display: none;
}
  
.gallery-btn-wrapper,
.bottle-btn-wrapper {
    width: 100%;
    position: absolute;
    cursor: pointer;
    max-width: 230px;
    left: 1em;      
}
.gallery-btn-wrapper.btn-wrapper,
.bottle-btn-wrapper.btn-wrapper {
    background-color: transparent;	
    border: 2px solid #000;
    grid-template-columns: 0.2fr 1fr 0.2fr;
    height: 52px;
    box-sizing: border-box;
}

.gallery-btn-wrapper.btn-wrapper a,
.bottle-btn-wrapper.btn-wrapper a {
    color: #cb0d1e;
}

.gallery-btn-wrapper.btn-wrapper a:hover , .gallery-btn-wrapper.btn-wrapper:hover, 
.bottle-btn-wrapper.btn-wrapper a:hover , .bottle-btn-wrapper.btn-wrapper:hover {
    background: #fff;	
	  color: #cb0d1e !important;
}

.wtb-btn{
  position: absolute;
  bottom: 4.8vw;
  left: 50%;
  margin-left: 65px;
  max-width: 260px !important;
}
    
.inner-gallery{
    position: absolute;
    right: 0;
    width:150px; 
    height: 100%;
}
    
  .gallery-btn-wrapper .gallery-icon02{
        position: absolute;
        left:  -205px;
        z-index: 99;
        width: 205px;  
        transition: 1s;
    }
    
    .gallery-btn-wrapper .gallery-icon01:hover + .inner-gallery .gallery-icon02{
        transition: 1s;
        left:  -51px;        
    }
    
    
  
  .info-icon-container img:hover, .getstarted-container img:hover,.gallery-container img:hover {
       /* transform: scale(1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
    
    
    .twitter-icon{
        display: inline-flex;
        float: left;
		color: transparent !important;
        /*width: */
    }
    
    .instagram-icon{
        display: inline-flex;        
        margin-left: 30px;
        float: left;
		color: transparent !important;
    }
    
    .twitter-icon img{
        width: 22px;
        height: 22px;
        margin-top: 20px;
        transition: transform .2s; /* Animation */
        opacity: 0.4;
    }
    
    .instagram-icon img{
        width: 22px;
        height: 22px;
        margin-top: 20px;
        transition: transform .2s; /* Animation */
        opacity: 0.4;
    }
    
    .instagram-icon img:hover, .twitter-icon img:hover{
        opacity: 1;
    }
    
    .popup{
        width: 833px;
        height: 584px;
        position: absolute;
        z-index: 2;
        border: solid 8px #663300;        
        background-image: url(../../img/parallax/popupbg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;  
        overflow: visible;
        top: calc( 50% - 292px );
        left: calc( 50% - 416px );
        box-shadow: 0 0 100px black;
        display: none;
    }
    
    .popup-close-btn{
        width: 48px;
        height: 48px;
        background-image: url(../../img/parallax/btn-close.png) ;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-repeat: no-repeat;   
        top: -25px;
        right: -25px;
        position: absolute;
        z-index: 3;
        cursor: pointer;            
    }
    
    .popup-close-btn:hover{
        background-position-x: 0;
        background-position-y: -48px;
    }
    .content1{
        width: 40%;
        float: left;
        overflow: visible;
    }
    
    .content2{
        width: 60%;
        float: left;
        overflow: visible;
        text-align: left;
    }
    
    .content1 img{
        margin-top: 18px;
        margin-left: -27px;
    }
    
    .content2 .text .divider{
        width: 16%;
        text-align: left;
        height: 3px;
        background-color:  #bf3d3c;
        padding-top: 0;
        margin-top: 0;
        margin-left: 0;
        color: #bf3d3c;
        border: 0;
    }
    .content2 .text{
        font-family: perpetuaStd;
        font-size: 64px;
        color: #37150e;
        overflow: visible;
        padding-right: 132px;
        padding-top: 40px;
        line-height: 1.1;
        text-align: left;
    }
    .content2 .text em{        
        font-family: perpetuaI;
        font-style: normal;
        color: #a50931;
    }
    
    .content2 .text2{
        font-family: avenirRoman;
        font-size: 17px;
        line-height: 1.5;
        color: #37150e;
        text-align: left;
        padding-right: 50px;
    }
    
    .btn-getstarted{
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 45px;
        padding-right:  45px;
        background-color: #a50931;
        color: white;
        font-family: avenirHeavy;
        margin-top: 28px;
        float: left;
    }
    .btn-getstarted:hover, a.btn-getstarted:hover{
        background-color: #780521;
        color: #FFFFFF !important;
    }
    
    .content3-full{
        width: 100%;
        padding: 78px;
        padding: 57px;
      box-sizing: border-box;
      padding-top: 4%;
        
    }
    
    .content3-full .divider{                
        height: 3px;
        background-color:  #bf3d3c;
        padding-top: 0;
        margin: 0;
        color: #bf3d3c;
        border: 0;        
    }
    
    .steps-aberlour{
      display: grid;
      grid-template-columns: repeat(4, 1fr);         
        width: 100%;
        list-style: decimal;
        margin-top: 10px;
        counter-reset: counter-list;
        padding-left: 0;
    }
    
    .steps-aberlour li{
        display: inline;
        list-style: decimal ;        
        float: left;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
    }
    
    .steps-aberlour li:before{
        content: counter(counter-list)".";
	counter-increment: counter-list;
        font-family: perpetuaItalica;
        font-size: 43px;
        color: #a50932;
        position: absolute;
        margin-top: 12px;
    }
    .steps-aberlour li span{
       font-family: gothamBold;
        font-size: 12px;
        color: #4e2d1d;
        margin-left: 2.5em;
        display: inline-block;
        letter-spacing: 0.18em;
    }

    .steps-aberlour li span img{
      width: auto;
    }
    

    .steps-aberlour li span br.withmargin{
        display: block;
        content: "";
        margin-top: 0px;
    }

    .steps-aberlour li span br{
        display: block;
        content: "";
        margin-top: -7px;
    }
    
    .steps-aberlour li span em{
        font-family: gothamBook;
        font-size: 12px;
        color: #4e2d1d;
        line-height: 1.1;
        letter-spacing: normal;
    }

    /**media for aberloru*/

    .footer, .footer-responsibly {
      position: relative !important;
      bottom: 0px !important;
  }

@media screen and (min-width: 1800px){
    .info-icon-container .bottle{
       /* width: 12.33vw;
        height: 35.11vw;*/
    }
    
    .btn-containers {  
        
    }
    
    
    .wave.depth-80{
        margin-left: 0;
    }
    
}

@media screen and (max-width: 1800px){
    .info-icon-container .bottle{
        transform: scale(0.85);
    }
    
    .btn-containers {  
        /*bottom: 28vw;*/
    }
    
	.background{
		bottom: 9vh;
	}
    
}

@media screen and (max-width: 1024px){	
	.background{
		bottom: 6.8vh;
	}
}

    
@media screen and (max-width: 1200px){
    body, .wrapper,.scene{
        height: 100vh;
    }   
    
    .mainTitle{
        font-size: 6.5vw;
        top: 10.41vw;
    }
    
    .subTitle{
        top: 19.16vw;
        font-size: 1.7vw;
    }
    
    
   
    
    .twitter-icon{
        float: left;
    }
    .instagram-icon{
        float: left;
        margin-right: 0;
        margin-left: 1vw;
    }
    
    
    .subTitle{
      /*font-size:19px; */
    }
    
    
}

@media screen and (max-width: 900px){
    
    
    .background{
        /*background-size: 120% 70%;
        bottom: 2vw;*/
    }
    
    .info-icon-container{
/*            bottom: 5vw; */
    }
    
    .mainTitle{
        top: 19vw;
    }
    
    .subTitle {
        top: 28.16vw;        
    }
    
    .info-icon-container .bottle{
        transform: scale(0.7);
    }
    
    .info-icon-container img {
        width: 10.2vw;
        height: 10.3vw;
    }
    
    .getstarted-btn-wrapper {
       
    }
    
    .getstarted-btn-wrapper .getstarted-icon01 {
      
    }
    
    .inner-getstarted01 {
        width: 16.66vw;
    }    
    
    .btn-containers{
/*        bottom: 54vw; */
    }
    
    
    
    .gallery-container{
/*        height: 11.2vw; */
    }
          
    
    
    /*pop up aberlour**/
    .popup{
        width: 92.55vw;
        height: 64.88vw;
        border-width: 0.9vw;
        left: 50vw;
        margin-left: -46.27vw;
        top: 50%;
        margin-top: -32.44vw;        
    }
    
    .content1 img{
        width: 37vw;
        height: 28.77vw;
        margin-top: 2vw;
        margin-left: -7.77vw;
    }
    
    .content2 .text {       
        font-size: 7.11vw;
        padding-right: 14.66vw;
        padding-top: 8.88vw;
    }
    
    .content2 .text .divider{
        width: 5.56vw;
        height: 0.34vw;
    }
    
    .content2 .text2 {
        font-size: 1.88vw;       
        padding-right: 5.55vw;
    }
    
    .btn-getstarted {
        padding-bottom: 1.66vw;
        padding-top: 1.66vw;
        padding-left: 5vw;
        padding-right: 5vw;
        margin-top: 3.11vw;        
    }
    
    .content3-full {        
        padding: 8.6vw;
        padding-top: 4.44vw;        
    }
    
    .content3-full .divider {
        height: 0.34vw;        
    }
    
    .steps-aberlour {
        margin-top: 2.77vw;        
    }
    
    .steps-aberlour li:before {
        font-size: 4.77vw;
        margin-top: 1.33vw;
    }
    
    .steps-aberlour li span {
        font-size: 1.66vw;    
        line-height: 1.1;
    }
    
    .steps-aberlour li span em {
        font-size: 1.33vw;
        line-height: 1.1;
    }
    
    
    
    .popup-close-btn {
        width: 6vw;
        height: 5.77vw;        
        top: -2.77vw;
        right: -2.77vw;    
        background: url(../../img/parallax/btnclose.png);
        background-size: 100%;
    }
    
    .popup-close-btn:hover{
        background-position-y: 0;
    }
    
    .steps-aberlour li span br{
        margin-top: -0.1vw;
    }
    
    .wave.depth-80{
     
    }
}

@media screen and (max-width: 768px){
	.background {
		bottom: 20vh;
	}
}

    
@media all and (min-width: 400px) {
  html {
    font-size: 12px; }

  .wrapper {
    min-height: 360px;
    top: 16vh; }

  .about .panel header:before {
    background-size: 66px 90px; }

  .toggle {
    bottom: 12%; }

  .prompt .panel img {
    width: 80px; }

  .scene {
    min-height: 360px; }

  .rope.depth-10 {
    top: 10%; }
    .rope.depth-10 .hanger {
      -webkit-transform: scale(0.3);
      -moz-transform: scale(0.3);
      transform: scale(0.3); }

  .rope.depth-20 {
    top: 6.11111%; }
    .rope.depth-20 .hanger {
      -webkit-transform: scale(0.33333);
      -moz-transform: scale(0.33333);
      transform: scale(0.33333); }

  .rope.depth-30 {
    top: 2.22222%; }
    .rope.depth-30 .hanger {
      -webkit-transform: scale(0.36667);
      -moz-transform: scale(0.36667);
      transform: scale(0.36667); }

  .rope.depth-40 {
    top: -1.66667%; }
    .rope.depth-40 .hanger {
      -webkit-transform: scale(0.4);
      -moz-transform: scale(0.4);
      transform: scale(0.4); }

  .rope.depth-50 {
    top: -5.55556%; }
    .rope.depth-50 .hanger {
      -webkit-transform: scale(0.43333);
      -moz-transform: scale(0.43333);
      transform: scale(0.43333); }

  .rope.depth-60 {
    top: -9.44444%; }
    .rope.depth-60 .hanger {
      -webkit-transform: scale(0.46667);
      -moz-transform: scale(0.46667);
      transform: scale(0.46667); }

  .rope.depth-70 {
    top: -13.33333%; }
    .rope.depth-70 .hanger {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      transform: scale(0.5); }

  .rope.depth-80 {
    top: -17.22222%; }
    .rope.depth-80 .hanger {
      -webkit-transform: scale(0.53333);
      -moz-transform: scale(0.53333);
      transform: scale(0.53333); }

  .rope.depth-90 {
    top: -21.11111%; }
    .rope.depth-90 .hanger {
      -webkit-transform: scale(0.56667);
      -moz-transform: scale(0.56667);
      transform: scale(0.56667); }

  .rope.depth-100 {
    top: -25%; }
    .rope.depth-100 .hanger {
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      transform: scale(0.6); } }
@media all and (min-width: 600px) {
  html {
    font-size: 15px; }

  button {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    height: 56px;
    width: 56px; }

  footer {
    padding: 0 10px 20px; }
    footer .fb-like,
    footer .twitter-share-button {
      position: static;
      bottom: auto;
      right: auto; }

  .center {
    max-width: 440px; }

  .about .panel:after {
    background-size: 252px 252px;
    height: 180px;
    width: 140px; }
  .about .panel header:before {
    background-size: 82.5px 112.5px; }

  .prompt {
    overflow: visible;
    display: block;
    width: 0; }
    .prompt.hide .panel {
      -webkit-transform: translate3d(0,50%,400px) rotateX(90deg);
      -moz-transform: translate3d(0,50%,400px) rotateX(90deg);
      transform: translate3d(0,50%,400px) rotateX(90deg); }
    .prompt .cell {
      position: absolute;
      display: block;
      bottom: 25px;
      left: 25px; }
    .prompt .dismiss {
      right: 0px;
      top: 0px; }
    .prompt .panel {
      -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      padding: 1em 0 0.8em;
      width: 220px; }
      .prompt .panel img {
        margin: 0.4em auto 0.6em;
        width: 80px; }
      .prompt .panel h2 {
        font-size: 1.6em; }
      .prompt .panel p {
        font-size: 0.93333em;
        margin: 0 10% 1.3em;
        line-height: 1.3em; }

  .toggle {
    margin: -28px;
    bottom: 15%; }

  .title {
    font-size: 3.46667em; }

  .background {
    /*bottom: 110px;*/ }

  .lighthouse {
    margin: -80px -96px;
    background-size: contain;
    height: 336px;
    width: 192px;
    bottom: 90px; }

  .light {
    margin: -140px -140px;
    background-size: 280px 280px;
    height: 280px;
    width: 280px; }
    .light.a {
      bottom: 144px; }
    .light.b {
      bottom: 144px; }
    .light.c {
      bottom: 192px; }
    .light.d {
      bottom: 160px; }
    .light.e {
      bottom: 192px; }
    .light.f {
      bottom: 128px; }

  .wave.depth-10 {
    bottom: 210px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 24px; }
    .wave.depth-10:after {
      height: 216px; }

  .rope.depth-10 {
    top: 20%; }
    .rope.depth-10 .hanger {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      transform: scale(0.5); }

  .wave.depth-20 {
    bottom: 180px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 48px; }
    .wave.depth-20:after {
      height: 192px; }

  .rope.depth-20 {
    top: 16.66667%; }
    .rope.depth-20 .hanger {
      -webkit-transform: scale(0.55556);
      -moz-transform: scale(0.55556);
      transform: scale(0.55556); }

  .wave.depth-30 {
    bottom: 150px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 72px; }
    .wave.depth-30:after {
      height: 168px; }

  .rope.depth-30 {
    top: 13.33333%; }
    .rope.depth-30 .hanger {
      -webkit-transform: scale(0.61111);
      -moz-transform: scale(0.61111);
      transform: scale(0.61111); }

  .wave.depth-40 {
    bottom: 120px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 96px; }
    .wave.depth-40:after {
      height: 144px; }

  .rope.depth-40 {
    top: 10%; }
    .rope.depth-40 .hanger {
      -webkit-transform: scale(0.66667);
      -moz-transform: scale(0.66667);
      transform: scale(0.66667); }

  .wave.depth-50 {
    bottom: 90px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 120px; }
    .wave.depth-50:after {
      height: 120px; }

  .rope.depth-50 {
    top: 6.66667%; }
    .rope.depth-50 .hanger {
      -webkit-transform: scale(0.72222);
      -moz-transform: scale(0.72222);
      transform: scale(0.72222); }

  .wave.depth-60 {
    bottom: 60px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 144px; }
    .wave.depth-60:after {
      height: 96px; }

  .rope.depth-60 {
    top: 3.33333%; }
    .rope.depth-60 .hanger {
      -webkit-transform: scale(0.77778);
      -moz-transform: scale(0.77778);
      transform: scale(0.77778); }

  .wave.depth-70 {
    bottom: 30px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 168px; }
    .wave.depth-70:after {
      height: 72px; }

  .rope.depth-70 {
    top: 0%; }
    .rope.depth-70 .hanger {
      -webkit-transform: scale(0.83333);
      -moz-transform: scale(0.83333);
      transform: scale(0.83333); }

  .wave.depth-80 {
    bottom: 0px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: 50% 101%;
    /*height: 152px; */
  }
    .wave.depth-80:after {
      height: 48px; 
    }

  .rope.depth-80 {
    top: -3.33333%; }
    .rope.depth-80 .hanger {
      -webkit-transform: scale(0.88889);
      -moz-transform: scale(0.88889);
      transform: scale(0.88889); }

  .wave.depth-90 {
    bottom: -30px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 216px; }
    .wave.depth-90:after {
      height: 24px; }

  .rope.depth-90 {
    top: -6.66667%; }
    .rope.depth-90 .hanger {
      -webkit-transform: scale(0.94444);
      -moz-transform: scale(0.94444);
      transform: scale(0.94444); }

  .wave.depth-100 {
    bottom: -60px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 240px; }
    .wave.depth-100:after {
      height: 0px; }

  .rope.depth-100 {
    top: -10%; }
    .rope.depth-100 .hanger {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1); } }
@media all and (min-width: 900px) {
  html {
    font-size: 15px; }

  .center {
    max-width: 560px; }

  .about .panel:after {
    background-size: 280px 280px;
    height: 200px;
    width: 160px; }
  .about .panel header:before {
    background-size: 82.5px 112.5px; }
  .about .panel .links a {
    padding: 1.2em 0 1.3em; }

  .toggle {
    margin: -24px;
    bottom: 12%; }

  .title {
    font-size: 3.46667em; }

  .background {
    /*bottom: 110px;*/ }

  .lighthouse {
    margin: -80px -104px;
    background-size: contain;
    height: 364px;
    width: 208px;
    bottom: 90px; }

  .light {
    margin: -160px -160px;
    background-size: 320px 320px;
    height: 320px;
    width: 320px; }
    .light.a {
      bottom: 112px;
      left: 15%; }
    .light.b {
      bottom: 160px; }
    .light.c {
      bottom: 208px; }
    .light.d {
      bottom: 176px; }
    .light.e {
      bottom: 208px; }
    .light.f {
      bottom: 128px;
      left: 85%; }

  .wave.depth-10 {
    bottom: 238px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 27px; }
    .wave.depth-10:after {
      height: 244.8px; }

  .rope.depth-10 {
    top: 10%; }
    .rope.depth-10 .hanger {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      transform: scale(0.5); }

  .wave.depth-20 {
    bottom: 204px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 54px; }
    .wave.depth-20:after {
      height: 217.6px; }

  .rope.depth-20 {
    top: 6.66667%; }
    .rope.depth-20 .hanger {
      -webkit-transform: scale(0.56111);
      -moz-transform: scale(0.56111);
      transform: scale(0.56111); }

  .wave.depth-30 {
    bottom: 170px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 82px; }
    .wave.depth-30:after {
      height: 190.4px; }

  .rope.depth-30 {
    top: 3.33333%; }
    .rope.depth-30 .hanger {
      -webkit-transform: scale(0.62222);
      -moz-transform: scale(0.62222);
      transform: scale(0.62222); }

  .wave.depth-40 {
    bottom: 136px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 109px; }
    .wave.depth-40:after {
      height: 163.2px; }

  .rope.depth-40 {
    top: 0%; }
    .rope.depth-40 .hanger {
      -webkit-transform: scale(0.68333);
      -moz-transform: scale(0.68333);
      transform: scale(0.68333); }

  .wave.depth-50 {
    bottom: 102px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 136px; }
    .wave.depth-50:after {
      height: 136px; }

  .rope.depth-50 {
    top: -3.33333%; }
    .rope.depth-50 .hanger {
      -webkit-transform: scale(0.74444);
      -moz-transform: scale(0.74444);
      transform: scale(0.74444); }

  .wave.depth-60 {
    bottom: 68px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 163px; }
    .wave.depth-60:after {
      height: 108.8px; }

  .rope.depth-60 {
    top: -6.66667%; }
    .rope.depth-60 .hanger {
      -webkit-transform: scale(0.80556);
      -moz-transform: scale(0.80556);
      transform: scale(0.80556); }

  .wave.depth-70 {
    bottom: 34px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 190px; }
    .wave.depth-70:after {
      height: 81.6px; }

  .rope.depth-70 {
    top: -10%; }
    .rope.depth-70 .hanger {
      -webkit-transform: scale(0.86667);
      -moz-transform: scale(0.86667);
      transform: scale(0.86667); }

  .wave.depth-80 {
    bottom: -1px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: 47% 101%;
    /*height: 218px; */
  }
    .wave.depth-80:after {
      height: 54.4px; 
    }

  .rope.depth-80 {
    top: -13.33333%; }
    .rope.depth-80 .hanger {
      -webkit-transform: scale(0.92778);
      -moz-transform: scale(0.92778);
      transform: scale(0.92778); }

  .wave.depth-90 {
    bottom: -35px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 245px; }
    .wave.depth-90:after {
      height: 27.2px; }

  .rope.depth-90 {
    top: -16.66667%; }
    .rope.depth-90 .hanger {
      -webkit-transform: scale(0.98889);
      -moz-transform: scale(0.98889);
      transform: scale(0.98889); }

  .wave.depth-100 {
    bottom: -68px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 272px; }
    .wave.depth-100:after {
      height: 0px; }

  .rope.depth-100 {
    top: -20%; }
    .rope.depth-100 .hanger {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      transform: scale(1.05); } 
    /*aberlour*/
    .top-menu.menu-left{
        margin-left: 4vw;
    }
    
    .top-menu.menu-right{
        margin-right: 4vw;
    }
}
@media all and (min-width: 1200px) {
  html {
    font-size: 16px; }

  .center {
    max-width: 620px; }

  .about .panel:after {
    background-size: 280px 280px;
    height: 200px;
    width: 170px; }
  .about .panel header:before {
    background-size: 93.5px 127.5px; }

  .prompt .panel {
    width: 240px; }

  .lighthouse {
    margin: 0;
    background-size: 100% 100%;
    height: 632px;
    width: 212px;
    margin-left: calc( 50% - 106px );
    bottom: 50px;
  }

  .light {
    margin: -200px -200px;
    background-size: 400px 400px;
    height: 400px;
    width: 400px; }

  .wave.depth-10 {
    bottom: 252px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 29px; }
    .wave.depth-10:after {
      height: 259.2px; }

  .rope.depth-10 {
    top: 5%; }
    .rope.depth-10 .hanger {
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      transform: scale(0.6); }

  .wave.depth-20 {
    bottom: 216px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 58px; }
    .wave.depth-20:after {
      height: 230.4px; }

  .rope.depth-20 {
    top: 1.66667%; }
    .rope.depth-20 .hanger {
      -webkit-transform: scale(0.67778);
      -moz-transform: scale(0.67778);
      transform: scale(0.67778); }

  .wave.depth-30 {
    bottom: 180px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 86px; }
    .wave.depth-30:after {
      height: 201.6px; }

  .rope.depth-30 {
    top: -1.66667%; }
    .rope.depth-30 .hanger {
      -webkit-transform: scale(0.75556);
      -moz-transform: scale(0.75556);
      transform: scale(0.75556); }

  .wave.depth-40 {
    bottom: 144px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 115px; }
    .wave.depth-40:after {
      height: 172.8px; }

  .rope.depth-40 {
    top: -5%; }
    .rope.depth-40 .hanger {
      -webkit-transform: scale(0.83333);
      -moz-transform: scale(0.83333);
      transform: scale(0.83333); }

  .wave.depth-50 {
    bottom: 108px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 144px; }
    .wave.depth-50:after {
      height: 144px; }

  .rope.depth-50 {
    top: -8.33333%; }
    .rope.depth-50 .hanger {
      -webkit-transform: scale(0.91111);
      -moz-transform: scale(0.91111);
      transform: scale(0.91111); }

  .wave.depth-60 {
    bottom: 72px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 173px; }
    .wave.depth-60:after {
      height: 115.2px; }

  .rope.depth-60 {
    top: -11.66667%; }
    .rope.depth-60 .hanger {
      -webkit-transform: scale(0.98889);
      -moz-transform: scale(0.98889);
      transform: scale(0.98889); }

  .wave.depth-70 {
    bottom: 36px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 202px; }
    .wave.depth-70:after {
      height: 86.4px; }

  .rope.depth-70 {
    top: -15%; }
    .rope.depth-70 .hanger {
      -webkit-transform: scale(1.06667);
      -moz-transform: scale(1.06667);
      transform: scale(1.06667); }

  .wave.depth-80 {
    bottom: -60px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: 40% 100%;
    /*height: 230px; */
  }
    .wave.depth-80:after {
      height: 57.6px; 
    }

  .rope.depth-80 {
    top: -18.33333%; }
    .rope.depth-80 .hanger {
      -webkit-transform: scale(1.14444);
      -moz-transform: scale(1.14444);
      transform: scale(1.14444); }

  .wave.depth-90 {
    bottom: -36px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 259px; }
    .wave.depth-90:after {
      height: 28.8px; }

  .rope.depth-90 {
    top: -21.66667%; }
    .rope.depth-90 .hanger {
      -webkit-transform: scale(1.22222);
      -moz-transform: scale(1.22222);
      transform: scale(1.22222); }

  .wave.depth-100 {
    bottom: -72px;
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 288px; }
    .wave.depth-100:after {
      height: 0px; }

  .rope.depth-100 {
    top: -25%; }
    .rope.depth-100 .hanger {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      transform: scale(1.3); } 
    /*costum*/
    .top-menu.menu-left{
        margin-left:5vw;
        
    }    
    .top-menu.menu-right{
        margin-right: 5vw;
    }
}
@media all and (min-width: 1500px){
    .top-menu.menu-left{
        margin-left:5vw;
    }
    
    .top-menu.menu-right{
        margin-right: 5vw;
    }
}
a, button {
  -webkit-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.cross, .x, .y {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.about .panel,
.about .cables {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1); }

@-webkit-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-moz-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-ms-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg); }
  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg); } }
@-moz-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg); }
  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg); } }
@-ms-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg); }
  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg); } }
@keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg); }
  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg); } }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
  100% {
    /*-webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); */
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  } }
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
  100% {
    /*-webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); */
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  } }
@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
  100% {
    /*-webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);*/ 
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); 
  } }
@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
  100% {
    /*-webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);*/ 
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); 
} }
@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
  100% {
    /*-webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); */
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); 
  } }
@-webkit-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%,0,0) rotateZ(10deg);
    -moz-transform: translate3d(15%,0,0) rotateZ(10deg);
    transform: translate3d(15%,0,0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    transform: translate3d(-15%,0,0) rotateZ(-10deg); } }
@-moz-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%,0,0) rotateZ(10deg);
    -moz-transform: translate3d(15%,0,0) rotateZ(10deg);
    transform: translate3d(15%,0,0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    transform: translate3d(-15%,0,0) rotateZ(-10deg); } }
@-ms-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%,0,0) rotateZ(10deg);
    -moz-transform: translate3d(15%,0,0) rotateZ(10deg);
    transform: translate3d(15%,0,0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    transform: translate3d(-15%,0,0) rotateZ(-10deg); } }
@keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%,0,0) rotateZ(10deg);
    -moz-transform: translate3d(15%,0,0) rotateZ(10deg);
    transform: translate3d(15%,0,0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    transform: translate3d(-15%,0,0) rotateZ(-10deg); } }
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }
@-moz-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }
@-ms-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }
@keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }
html.mouse a:hover, html.mouse button:hover {
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
html.mouse a:hover {
  color: #ff755a; }
html.mouse button:hover {
  background-color: #D92400;
  color: #FFFFFF; }
html.mouse .toggle:hover .x, html.mouse .toggle:hover .y {
  background-color: #FFFFFF; }
html.mouse .links a:hover {
  background-color: #D92400;
  color: #FFFFFF; }

html.touch a.tap, html.touch button.tap {
  -webkit-transition: color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
html.touch a.tap {
  color: #ff755a; }
html.touch button.tap {
  background-color: #D92400;
  color: #FFFFFF; }
html.touch .toggle.tap .x, html.touch .toggle.tap .y {
  background-color: #FFFFFF; }
html.touch .links a.tap {
  background-color: #D92400;
  color: #FFFFFF; }

#awwwards {
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: 0; }
  #awwwards a {
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -999em;
    overflow: hidden;
    display: block;
    height: 105px;
    width: 70px; }
  #awwwards.left.black a {
    background-image: url(../../graphics/awwwards_sotd_black_left.png); }
  #awwwards.right.black a {
    background-image: url(../../graphics/awwwards_sotd_black_right.png); }
  #awwwards.left.white a {
    background-image: url(../../graphics/awwwards_sotd_white_left.png); }
  #awwwards.right.white a {
    background-image: url(../../graphics/awwwards_sotd_white_right.png); }
  #awwwards.left.green a {
    background-image: url(../../graphics/awwwards_sotd_green_left.png); }
  #awwwards.right.green a {
    background-image: url(../../graphics/awwwards_sotd_green_right.png); }

@media (max-width: 767px) {
  #awwwards {
    display: none; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
  #awwwards a {
    -webkit-background-size: 70px 105px;
    -moz-background-size: 70px 105px;
    -ie-background-size: 70px 105px;
    -o-background-size: 70px 105px;
    background-size: 70px 105px; }
    #awwwards a.left.black a {
      background-image: url(../../graphics/awwwards_sotd_black_left2x.png); }
    #awwwards a.right.black a {
      background-image: url(../../graphics/awwwards_sotd_black_right2x.png); }
    #awwwards a.left.white a {
      background-image: url(../../graphics/awwwards_sotd_white_left2x.png); }
    #awwwards a.right.white a {
      background-image: url(../../graphics/awwwards_sotd_white_right2x.png); }
    #awwwards a.left.green a {
      background-image: url(../../graphics/awwwards_sotd_green_left2x.png); }
    #awwwards a.right.green a {
      background-image: url(../../graphics/awwwards_sotd_green_right2x.png); } }

/*media querys for max widht*/      
@media only screen and ( max-width: 1280px ){
  .info-wrapper, .btn-wrapper{
    max-width: 220px;
    width: 100%;
  }

  .getstarted-btn-wrapper{
/*    max-width: 334px !important; */
  }
  
  .gallery-btn-wrapper.btn-wrapper {
/*		height: 38px; */
	}

  .wtb-btn{
    max-width: 180px !important;
  }

  .info-wrapper a,  .btn-wrapper a, .info-wrapper a i,  .btn-wrapper a i {
    font-size: 24px;
  }

  .btn-wrapper img, .info-wrapper img {
    max-width: unset;
/*    width: 38px; */
  }

}

@media only screen and ( max-width: 901px ){
  .btn-wrapper img, .info-wrapper img {
    max-width: unset;
    width: 38px !important;
    height: auto !important;
  }
  .wtb-btn{
    bottom: 8vw;
  }
}

@media screen and (max-width: 768px){
    
  .info-icon-container{
       margin-top: 0vh;         
  }
  
  .info-icon-container img{
      WIDTH: AUTO;
      HEIGHT: 9.1VH;
  }
  
  
  .info-icon-container .bottle {
      width: auto;
      height: 42vh;
  }
  
  .getstarted-container {
      
  }
  
  
  .getstarted-container img.getstarted-icon{
      display: inline;
      transform: scale(1);
      height: 10vh;
      width: auto;
  }
  
  
  .gallery-container {
  }
  .gallery-container img.gallery-icon{
      display: inline;
      transform: scale(1);
      height: 10vh;
      width: auto;
  }
  
  .btn-containers{
    margin-top: 42vh;
  }
  
  .mainTitle em:before{
      content: '';
      display: block;
  }
  
  .mainTitle{
     top: 15vh;
     font-size: 5vh;
     line-height: 0.9; 
  }
  
  .subTitle {
    top: 25vh;
    font-size: 2vh;
    padding: 0 10vh;
    box-sizing: border-box;
  }
  
  .subTitle span{
      display: inline;
  }
  
  .background{
     /* bottom: -30vw;
      background-size: cover;*/
  }
  
  .top-menu{
      margin-top: 16vw;
  }
  
  .lighthouse{
      height: 52.66vw;
      width: 17.66vw;
      left: 50%;
      margin-left: -8.83vw;
  }
  .footer{
      height: 11vw;
  }
  
  .footer-menu{
      margin-top: 4.5vw;
  }
  
  .twitter-icon img, .instagram-icon img{        
      margin-left: 4vw;
       margin-top: calc(5.5vw - 11px);
  }
  
  
  
  /*pop up**/
  
  .popup{
      width: 100%;
      height: calc(100% - 13.50vw);
      border-width: 0;
      left: 0;
      top: 13.50vw;
      margin-top: 0;
      box-shadow: none;
      box-sizing: border-box;
      background: url(../../img/parallax/popup-bg-mobile.png);
      margin-left: 0;
      background-size: 100%;
      background-repeat: no-repeat;
      background-color: #f7f3e8;
  }
  
  .popup-close-btn{
      width: 6vw;
      height: 6vw;
      top: 2.6vw;
      right: 1vw;
      background-size: 100%;
  }
  
  .popup-close-btn{
      top: 2.3vw;
  }
  
  .content1{
      width: 40%;
  }
  
  .content1 img {
      width: 90%;
      height: auto;
      margin-top: 70px;
      margin-left: 0;
      /*content: url(../../img/parallax/hero-popup-mobile.png);*/
  }
  
  .content2{
      width: 60%;
  }
  
  .content2 .text{
      padding-top: 17.5vw;        
      padding-right: 5.55vw;
      font-size: 10vw;
  }
  
  .content2 .text .divider {
      width: 33.8vw; 
      margin-bottom: 1.5vw;
  }
  
  .content2 .text2 {
      font-size: 2.2vw; 
  }
  
  .btn-getstarted {
      padding-bottom: 3.5vw;
      padding-top: 3.5vw;
      padding-left: 20vw;
      padding-right: 20vw;
      margin-top: 4.11vw;
      margin-left: -20.5vw;
      font-size: 3.5vw;
      font-family: avenirHeavy;
  }
  
  .steps-aberlour{
      display: grid;
      grid-template-columns: 1fr 1fr;   
      margin-top: 0;
  }
  
  .steps-aberlour li{
      display: block;
      text-align: left;
      margin-bottom: 2vw;
      width: 80%;
      margin-left: 21%;
  }
  
  
  
  .steps-aberlour li span{
      text-align: left;
      font-size: 3vw;
  }
  
  .steps-aberlour li span br.hidethis {
      display: none;
  }
  
  
  .content3-full .divider{
      display: none;
  }
  
  .steps-aberlour li:before {
      font-size: 7vw;        
  }
  
  
  
  .steps-aberlour li span em {
      font-size: 2vw;
  }

  .wtb-btn {
    bottom: 9vw;
  }
  
}/*768px ending**/

@media screen and (max-width: 600px){

  .info-wrapper, .btn-wrapper {
    max-width: 45vw !important;
  }

  .info-wrapper a, .btn-wrapper a, .info-wrapper a i, .btn-wrapper a i {
    font-size: 3vw;
  }
  
  .gallery-btn-wrapper.btn-wrapper,
  .bottle-btn-wrapper.btn-wrapper {
      height: 8vw;
      right: 1vw;
   }

  .btn-wrapper img, .info-wrapper img {    
    width: 7.2vw !important;
  }
  
  .gallery-btn-wrapper,
  .bottle-btn-wrapper {  
      left: 1vw;
  }

  .getstarted-btn-wrapper{
    right: 1vw;
  }

  .wtb-btn {
    bottom: 8vw;
    margin-left: 6vw;
  }

}

/*ihpon plus*/
@media screen and (max-width: 414px){
  .board.cloud-1,.board.cloud-2{
      top: 55vw;
  }
  .board.birds{
      top: 65vw;
  }

  .subTitle{
    padding: 0 1vh;
  }
}/*ending 414px*/

@media screen and (max-width: 375px){
  
  .background{
    height: 92%;
    width: 119vh;
    background-size: 130vh;
    left: 0%;
  }
  
  .wave.depth-80{
      height: 12vh;
      bottom: 0;
  }
  
  .board {     
      top: 115vw;               
  }
  
  .board.cloud-1, .board.cloud-2 {
       top: 115vw; 
  }
  
  .board.birds {     
      top: 135vw;               
  }
  
  .top-menu.menu-left{
      margin-left: -8vw;
      float: left;
  }
  
  .top-menu.menu-right {
      float: left;
      margin-left: 3vw;
  }
  
  .top-menu li a {
      font-size: 1.7vw;
  }
  
  .mainTitle em{
      display: block;
  }
  .mainTitle{
      top: 22vw;
      font-size: 10vw;
  }
  
  .subTitle{
     top: 40vw;
      font-size: 3.5vw;
      padding: 0 8vw 0 8vw !important;
      box-sizing: border-box;
  }
  
  /*buttons info gallery etc**/
  
  .info-icon-container{
      background: transparent;
	  margin-top: -4vw;
  }
  
  .info-icon-container img{
      width: 20.4vw;
      height: auto;
      transform: scale(0.8)
  }
  
  .btn-containers{
      margin-top: 30vh;
  }
  
  
  
  .getstarted-container, 
  .gallery-container, 
  .bottle-container {
        height: 17.4vw;
  }
  
  .getstarted-container img.getstarted-icon{
      width: 49.2vw;
      height: 22.44vw;
      right: 1.2vw;
      transform: scale(0.8);
  }
  
  .gallery-container img.gallery-icon{
      width: 47.76vw;
      height: 22.44vw;
      left: 3vw;
      transform: scale(0.8);
  }
  
  .twitter-icon img, .instagram-icon img{     
      width: 5vw;
      height: 5vw;
      margin-left: 0;
      margin-top: 3vw;
  }
  
  .instagram-icon img{
      margin-left: 4vw;
  }
  
  .middle-section{
      width: 90%;
  }
  
  .right-section{
      width: 10%;
  }
  
  .footer-menu li a{
      font-size: 1.5vw;
  }
  
  ul.footer-menu > :first-child{
      margin-left: 0
  }
  
   /*pop up aberlour**/
  .popup{       
      height: 100%;        
      top: 19.5vw;
      
  }
  .btn-getstarted{
      margin-top: 5vw;
  }
  
  .popup-close-btn{
      width: 8vw;
      height:  8vw;
  }
  
  .btn-getstarted {
      padding-bottom: 3vw;
      padding-top: 3vw;
      padding-left: 18vw;
      padding-right: 18vw;
      margin-top: 4.11vw;
      margin-left: -16.5vw;
      font-size: 3.2vw;
  }
  
  steps-aberlour li span{
      font-size: 3.2vw;
  }
  
  .steps-aberlour li span em {
      font-size: 2.4vw;
  }
    
  .info-icon-container .bottle{
    margin: 10vw auto;
    width: 105vw;
    height: auto;
  }
  
  .wave.depth-80{
      /*display: none;*/
  }
  
  body, .wrapper, .scene {
      height: auto;
	  overflow: auto;
  }
  html{overflow: auto;}
  
  .wrapper {
    height: 100%;
    top: 18vh;
  }

  .popup-close-btn {
      width: 10vw;
      height: 10vw;
  }
  
  .content2 .text{
      padding-top: 14vw;
      font-size: 9vw;
  }
  
  .content2 .text2{        
      font-size: 3.33vw;
  }


  /*new buttons*/
  .btn-wrapper {
    max-width: 48.3vw !important;
  }

  .info-wrapper, .wtb-btn{
    max-width: 36vw !important;  
  }

  .info-wrapper a, .btn-wrapper a, .info-wrapper a i, .btn-wrapper a i {
    font-size: 3.45vw;
  }
  .gallery-btn-wrapper.btn-wrapper,
  .bottle-btn-wrapper.btn-wrapper {
      height: 12.5vw;
	}

  .btn-wrapper img, .info-wrapper img {    
    width: 8.5vw !important;
    transform: scale(1.1);
	margin-top: 2vw;
  }
  
  .gallery-btn-wrapper,
  .bottle-btn-wrapper {  
      right: 0.5vw;
  }

  .getstarted-btn-wrapper{
    right: 0.5vw;
    height: 12.5vw;
  }

  .wtb-btn {
    bottom: 5vw;
    left: 52%;
  }

}/*375px*/


@media screen and (max-width: 320px){
  
  .board {     
      top: 130vw;               
  }
  .board.birds {     
      top: 145vw;               
  }
  
  .board.cloud-1, .board.cloud-2 {
      top: 80vw;
  }
  
  .mainTitle {
      top: 23vw;
      line-height: 0.9 !important;
      font-size: 9.5vw;
  }
  
  .info-icon-container .bottle {
      /*width: 21vw;*/
  }
  
  .btn-containers {
  }

.subTitle {
    font-size: 3.4vw;
    padding: 0 1vw !important;
    line-height: 1.2;
 
}

.info-icon-container {
  bottom: 7.2vw;  
  transform: scale(0.9);
}


  
}/*320px*/


/**iphone x portrait**/
@media (width: 375px) and (height: 812px) {    
  
  .board.cloud-1, .board.cloud-2 {
      top: 160vw;
  }
  
  .background {
      background-position-y: 34vh;    
	  height: 93.1%;
  }
  
  .info-icon-container .bottle{
/*      transform: scale(0.7) translate(-10vw,-18vw); */
  }
  
  .btn-containers{
    margin-top: 31vh;
  }
  
  .mainTitle {
      top: 32vw;        
  }
  .subTitle {
      top: 50vw;
  }
  
  .info-icon-container{
      botom:7vw;
  }
  
  .getstarted-container img.getstarted-icon{
      transform: scale(0.75);
  }
  
  .gallery-container img.gallery-icon{
      transform: scale(0.75);
  }
  
  .info-icon-container img{
      transform: scale(0.75);
  }

  .gallery-btn-wrapper {  
    left: 1vw;
  }

  .getstarted-btn-wrapper{
    right: 1vw;
  }

  .wtb-btn {
    bottom: 10vw;
    left: 55%;
  }

}/*iphone x*/

@media (max-height: 400px) and (max-width: 700px) {    
  /*.info-icon-container img {
      width: 10.2vw;
      height: 10.3vw;
  }*/
}

@media screen and (max-height: 900px) and (min-width:769px){
  
  .info-icon-container .bottle {        
      width: auto;
      height: 50vh;
  }
  
  .btn-containers {
      /* bottom: 62vh; */
  }
  
  .mainTitle{
      font-size: 7vh;
      top:14.5vh;
  }
  
  .subTitle{
      top: 22.5vh;
      font-size: 2.5vh;
  }
  
  .top-nav{
      height: 11.5vh !important;
  }
  
  .info-icon-container{
      /* bottom: 10.7vh; */
  }
  
  .background {
    bottom: 11vh;
    left: 0;
    height: 88%;
   }
}

.css-w3gon6-SDKHeaderMenuStyle button.icon {
  line-height: normal;
}