@import url(http://fonts.googleapis.com/css?family=Dosis:600|Roboto+Slab:100,300,400,700);
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;
}

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

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

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

::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;
  background-color: #000000;
  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;
}

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

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

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

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

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

.mermaid, .kupidyn, .hand, .psst, .eyes, .palms, .angel, .neon, .title, .modal_close {
  z-index: 100;
  pointer-events: all;
  cursor: not-allowed;
}

.modal {
  font-size: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotateZ(0deg) translate(-50%, -50%);
  background: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.modal.hide {
  transform: rotateZ(110deg) translate(-50%, -50%);
  opacity: 0;
}
.modal .modal_wrap {
  font-family: monospace;
  white-space: pre;
  line-height: 1.15;
}
.modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

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

.layer {
  position: absolute;
}

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

.title {
  width: 300px;
  position: absolute;
  top: 33%;
  left: 42%;
  transform: translate(-50%, -50%);
}
a .title {
  pointer-events: all;
  cursor: pointer;
}

.error-message {
  width: 300px;
  position: absolute;
  top: 17%;
  left: 28%;
}
.error-message h1 {
  font-size: 9em;
}
.error-message h2 {
  font-size: 2em;
}

.background {
  background: url(/splash/layers/010.png) no-repeat 50% 100%;
  bottom: 96px;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}

.mermaid {
  transform-origin: 50% 90%;
  margin: 0px -64px;
  width: 322px;
  height: 467px;
  background-size: contain;
  background-image: url(/splash/layers/mermaid.png);
  background-repeat: no-repeat;
  bottom: 164px;
  position: absolute;
  right: 20%;
}

.angel {
  width: 322px;
  height: 267px;
  background-image: url(/splash/layers/angel.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 24px;
  position: absolute;
  left: 10%;
}

.palms {
  transform-origin: 50% 90%;
  width: 322px;
  height: 367px;
  background-image: url(/splash/layers/palms.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 50px;
  position: absolute;
  right: 34%;
}

.psst {
  width: 232px;
  height: 237px;
  background-image: url(/splash/layers/psst.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 270px;
  position: absolute;
  left: 10%;
}

.hand {
  width: 162px;
  height: 157px;
  background-image: url(/splash/layers/hand.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 120px;
  position: absolute;
  left: 3%;
}

.eyes {
  width: 142px;
  height: 237px;
  background-image: url(/splash/layers/eyes.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50px;
  position: absolute;
  right: 5%;
}

.neon {
  width: 373px;
  height: 97px;
  background-image: url(/splash/layers/neon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50px;
  position: absolute;
  left: 20%;
  opacity: 0.5;
}

.kupidyn {
  width: 296px;
  height: 207px;
  background-image: url(/splash/layers/kupidyn.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 70px;
  position: absolute;
  right: 20%;
}

.wave {
  background: transparent repeat-x;
  position: absolute;
  width: 300%;
  left: -100%;
  height: 500px;
  margin: 0px 0px;
  background-position: center top;
  background-size: auto 101%;
}

.wave:after {
  background-color: #000000;
  position: absolute;
  display: block;
  content: "";
  height: 500px;
  width: 100%;
  top: 100%;
  left: 0;
}

.board {
  transform-origin: 50% 0%;
  margin: 0px -140;
  background-size: contain;
  height: 400px;
  width: 500px;
  background-repeat: no-repeat;
  position: absolute;
  top: 86px;
  left: 0;
}

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

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

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

.swing-1 {
  -webkit-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);
  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);
  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);
  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);
  animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.wave.depth-20 {
  background-image: url(/splash/layers/009.png);
  -webkit-animation: wave 7.55556s 0.1s infinite linear;
          animation: wave 7.55556s 0.1s infinite linear;
  top: 50px;
}

.wave.depth-20:after {
  height: 128px;
}

.wave.depth-30 {
  background-image: url(/splash/layers/008.png);
  -webkit-animation: wave 7.11111s 0.1s infinite linear;
          animation: wave 7.11111s 0.1s infinite linear;
  top: 150px;
}

.wave.depth-30:after {
  height: 112px;
}

.wave.depth-40 {
  background-image: url(/splash/layers/007.png);
  -webkit-animation: wave 6.66667s 0.1s infinite linear;
          animation: wave 6.66667s 0.1s infinite linear;
  top: 250px;
}

.wave.depth-40:after {
  height: 96px;
}

.wave.depth-50 {
  background-image: url(/splash/layers/006.png);
  -webkit-animation: wave 6.22222s 0.1s infinite linear;
          animation: wave 6.22222s 0.1s infinite linear;
  top: 450px;
}

.wave.depth-50:after {
  height: 80px;
}

.wave.depth-60 {
  background-image: url(/splash/layers/005.png);
  -webkit-animation: wave 5.77778s 0.1s infinite linear;
          animation: wave 5.77778s 0.1s infinite linear;
  bottom: 40px;
}

.wave.depth-60:after {
  height: 64px;
}

.wave.depth-70 {
  background-image: url(/splash/layers/004.png);
  -webkit-animation: wave 5.33333s 0.1s infinite linear;
          animation: wave 5.33333s 0.1s infinite linear;
  bottom: 20px;
}

.wave.depth-70:after {
  height: 48px;
}

.wave.depth-80 {
  background-image: url(/splash/layers/003.png);
  -webkit-animation: wave 4.88889s 0.1s infinite linear;
          animation: wave 4.88889s 0.1s infinite linear;
  bottom: 0px;
}

.wave.depth-80:after {
  height: 32px;
}

.wave.depth-90 {
  background-image: url(/splash/layers/002.png);
  -webkit-animation: wave 4.44444s 0.1s infinite linear;
          animation: wave 4.44444s 0.1s infinite linear;
  bottom: -20px;
}

.wave.depth-90:after {
  height: 16px;
}

.wave.depth-100 {
  background-image: url(/splash/layers/001.png);
  -webkit-animation: wave 4s 0.1s infinite linear;
          animation: wave 4s 0.1s infinite linear;
  bottom: -330px;
}

.wave.depth-100:after {
  height: 0px;
}

@-webkit-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% {
    transform: rotateX(-30deg);
  }
  25% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateY(-30deg);
  }
  75% {
    transform: rotateY(30deg);
  }
  100% {
    transform: rotateZ(20deg);
  }
}
@keyframes tilt {
  0% {
    transform: rotateX(-30deg);
  }
  25% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateY(-30deg);
  }
  75% {
    transform: rotateY(30deg);
  }
  100% {
    transform: rotateZ(20deg);
  }
}
@-webkit-keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@-webkit-keyframes floating {
  0% {
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@keyframes floating {
  0% {
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@-webkit-keyframes swing {
  0% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(-10deg);
  }
}
@keyframes swing {
  0% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(-10deg);
  }
}
@media (max-height: 992px) {
  .mermaid {
    width: 142px;
    height: 227px;
    right: 25%;
  }

  .kupidyn {
    top: 0px;
  }

  .eyes {
    width: 42px;
    height: 40px;
    top: 170px;
    right: 5%;
  }
}
@media (max-width: 992px) {
  .error-message {
    top: 4%;
    left: 36%;
  }

  .title {
    left: 13%;
    top: 26%;
  }

  .mermaid {
    width: 142px;
    height: 227px;
    right: 25%;
  }

  .kupidyn {
    width: 142px;
    height: 227px;
    right: 0%;
    top: 0px;
  }

  .hand {
    width: 50px;
    height: 100px;
    top: 150px;
    left: 4%;
  }

  .psst {
    width: 132px;
    height: 137px;
    top: 350px;
    position: absolute;
    left: -2%;
  }

  .eyes {
    width: 42px;
    height: 40px;
    top: 170px;
    right: 5%;
  }

  .palms {
    width: 192px;
    height: 227px;
    right: 65%;
  }

  .angel {
    width: 162px;
    height: 147px;
    bottom: 60px;
    left: 70%;
  }

  .neon {
    width: 203px;
    height: 97px;
    top: 30px;
    left: 0%;
  }

  .neon, .psst, .angel {
    display: none;
  }

  .modal {
    font-size: 9px;
  }
}
.show-dan {
  -webkit-animation: showToastyGuy 1s;
  animation: showToastyGuy 1s;
}

@-webkit-keyframes showToastyGuy {
  0% {
    right: -200px;
  }
  40% {
    right: 0;
  }
  60% {
    right: 0;
  }
  100% {
    right: -200px;
  }
}
@keyframes showToastyGuy {
  0% {
    right: -200px;
  }
  40% {
    right: 0;
  }
  60% {
    right: 0;
  }
  100% {
    right: -200px;
  }
}
