@charset "UTF-8";
/* CSS Document */




[hidden] {
  display: none;
}



body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
background-color: white;
color: white;
}




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







.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 {
 
  position: absolute;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}



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

.scene {
  
  position: absolute;
  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(../assets/images/background2.jpg) no-repeat 50% 100%;
  background-color:#fff;
  bottom: 0px;
  background-size: cover;
  position: absolute;
  width: 110%;
  height:110%;
  left: -5%;
  top: -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 -52px;
  margin-bottom:-100px;
  background-size: 220px 435px;
  height: 435px;
  width: 220px;
  background-image: url(../assets/images/kup.png);
  background-repeat: no-repeat;
  bottom: 64px;
  position: absolute;
  right: 20%;
}

.wave {
  background: transparent repeat-x;
  position: absolute;
  width: 300%;
  left: -100%;
}
.wave:after {
  background-color: white;
  position: absolute;
  display: block;
  content: "";
  height: 500px;
  width: 100%;
  top: 100%;
  left: 0;
}
.wave.plain {
  background-image: url(../assets/images/wave-plain.png);
}
.wave.paint {
  background-image: url(../assets/images/wave-paint.png);
}

.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(../assets/images/light-orange.png);
}
.light.purple {
  background-image: url(../assets/images/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: 350px 350px;
  height: 350px;
  width: 350px;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: 0;
}
.board.birds {
  background-image: url(../assets/images/board-birds.png);
}
.board.cloud-1 {
  background-image: url(../assets/images/board-cloud-2.png);
}
.board.cloud-2 {
  background-image: url(../assets/images/board-cloud-2.png);
}
.board.cloud-3 {
  background-image: url(../assets/images/board-cloud-2.png);
}
.board.cloud-4 {
  background-image: url(../assets/images/board-cloud-2.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);
}



.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);
}



.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);
}


.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);
}



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



.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: -10px;
  margin: 0px 0px;
  background-size: 100px 100px;
  height: 100px;
}
.wave.depth-60:after {
  height: 100px;
}

.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);
}



.rope.depth-70 {
  -webkit-transform: scale(1.16667);
  -moz-transform: scale(1.16667);
  transform: scale(1.16667);
  top: 0.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: -50px;
  margin: 0px 0px;
  background-size: 120px 120px;
  height: 120px;
}
.wave.depth-80:after {
  height: 120px;
}

.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);
}



.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: -110px;
  margin: 0px 0px;
  background-size: 160px 160px;
  height: 160px;
}
.wave.depth-100:after {
  height: 160px;
}

.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);
}

@media all and (min-width: 400px) {
 

  .wrapper {
    min-height: 360px;
  }

  
  .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) {
 

  .background {
    bottom: 96px;
  }

  .lighthouse {
    margin: 0px -52px;
	margin-bottom:-90px;
    background-size: 300px 593px;
    height: 593px;
    width: 300px;
  }

  .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;
  }

  

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

 

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

  

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

  

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

  

  .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: 30px;
    margin: 0px 0px;
    background-size: 150px 150px;
    height: 150px;
  }
  .wave.depth-60:after {
    height: 150px;
  }

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

  

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

  .wave.depth-80 {
    bottom: -60px;
    margin: 0px 0px;
    background-size: 230px 230px;
    height: 230px;
  }
  .wave.depth-80:after {
    height: 230px;
  }

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

  

  .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: -140px;
    margin: 0px 0px;
    background-size: 280px 280px;
    height:280px;
  }
  .wave.depth-100:after {
    height: 280px;
  }

  .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) {
  
  .background {
    bottom: 160px;
  }

  .lighthouse {
    margin: 0px -112px;
	margin-bottom:-90px;
    background-size: 300px 593px;
    height: 593px;
    width: 300px;
  }

  .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%;
  }

  

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

  

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

  

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

  

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

  

  .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: 30px;
    margin: 0px 0px;
    background-size: 180px 180px;
    height: 180px;
  }
  .wave.depth-60:after {
    height: 180px;
  }

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

  

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

  .wave.depth-80 {
    bottom: -50px;
    margin: 0px 0px;
    background-size: 260px 260px;
    height: 260px;
  }
  .wave.depth-80:after {
    height: 260px;
  }

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

  

  .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: -120px;
    margin: 0px 0px;
    background-size: 320px 320px;
    height: 320px;
  }
  .wave.depth-100:after {
    height: 320px;
  }

  .rope.depth-100 {
    top: -20%;
  }
  .rope.depth-100 .hanger {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media all and (min-width: 1200px) {
 
  .lighthouse {
    margin: 0px -112px;
	margin-bottom:-90px;
    background-size: 350px 692px;
    height: 692px;
    width: 350px;
  }

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

  

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

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

  

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

  

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

  

  .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: 0px;
    margin: 0px 0px;
    background-size: 200px 200px;
    height: 200px;
  }
  .wave.depth-60:after {
    height: 200px;
  }

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

  

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

  .wave.depth-80 {
    bottom: -100px;
    margin: 0px 0px;
    background-size: 290px 290px;
    height:290px;
  }
  .wave.depth-80:after {
    height: 290px;
  }

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

  
  

  .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: -150px;
    margin: 0px 0px;
    background-size: 350px 350px;
    height: 350px;
  }
  .wave.depth-100:after {
    height: 350px;
  }

  .rope.depth-100 {
    top: -25%;
  }
  .rope.depth-100 .hanger {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
  }
}
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);
  }
}

@-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);
  }
}

@-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);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,7%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,7%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,7%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,7%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,7%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,7%,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: white;
}
html.mouse .toggle:hover .x, html.mouse .toggle:hover .y {
  background-color: white;
}
html.mouse .links a:hover {
  background-color: #d92400;
  color: white;
}

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: white;
}
html.touch .toggle.tap .x, html.touch .toggle.tap .y {
  background-color: white;
}
html.touch .links a.tap {
  background-color: #d92400;
  color: white;
}

