@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
.gshadow {
  box-shadow: 2px -1px 1px 0px rgba(0, 0, 0, 0.3);
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: #3482a8;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
a {
  color: #fff;
}
.social {
  position: fixed;
  top: 5vh;
  right: 2vw;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.social > * {
  margin: 0 1vw;
}
.social i {
  font-size: 1.2rem;
  color: #000;
}
.text {
  text-align: center;
}
.text h1 {
  font-size: 3vmax;
  color: #fff;
  text-transform: uppercase;
}
.text h2 {
  font-size: 2.7vmax;
}
.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin: 2vh 0;
  flex: 1;
}
.address-item .ico {
  text-align: center;
}
.address-item .ico .fa {
  font-size: 5vmax;
  color: #add1ff;
}
.address-item .t {
  margin-top: 2vh;
  text-align: center;
  font-size: 2vmax;
  line-height: 100%;
  color: #fff;
}
.address-item .t a {
  color: inherit;
  text-decoration: none;
}
.address-item .t a:hover {
  text-decoration: underline;
}
@keyframes animateWaveLine {
  0% {
    left: -1vw;
  }
  50% {
    left: 0;
  }
  100% {
    left: -1vw;
  }
}
@keyframes animateWaveLineShow1 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes animateWaveLineShow2 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 2.5vh;
  }
}
@keyframes animateWaveLineShow3 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 2.5vh;
  }
}
.waves {
  position: fixed;
  bottom: -3vh;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.waves-wrap {
  position: relative;
  width: 101vw;
  height: 30vh;
  overflow: hidden;
}
.waves-line {
  position: absolute;
  left: -1vw;
  width: 100%;
}
.waves-line i {
  height: 100px;
  border-top-left-radius: 50% 40%;
  border-top-right-radius: 50% 40%;
  box-shadow: 2px -1px 1px 0px rgba(0, 0, 0, 0.3);
}
.waves-line.w1 {
  z-index: 100;
  bottom: 0;
  animation: animateWaveLine 2000ms linear infinite, animateWaveLineShow1 550ms ease-in;
}
.waves-line.w1 i {
  width: 100px;
  background: #4798ff;
}
.waves-line.w1 .waves-line-wrap:after {
  background: #4798ff;
}
.waves-line.w2 {
  z-index: 50;
  bottom: 2.5vh;
  animation: animateWaveLine 2200ms 500ms linear infinite, animateWaveLineShow2 500ms ease-in;
}
.waves-line.w2 i {
  width: 80px;
  background: #7ab5ff;
}
.waves-line.w2 .waves-line-wrap:after {
  background: #7ab5ff;
}
.waves-line.w3 {
  z-index: 0;
  bottom: 4vh;
  animation: animateWaveLine 2500ms 1000ms linear infinite, animateWaveLineShow3 450ms ease-in;
}
.waves-line.w3 i {
  width: 60px;
  background: #add1ff;
  border-top-left-radius: 50% 30px;
  border-top-right-radius: 50% 30px;
}
.waves-line.w3 .waves-line-wrap:after {
  background: #add1ff;
}
.waves-line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  width: 1000rem;
  height: 105px;
  padding-right: 5px;
}
.clouds {
  position: fixed;
  top: 0;
  width: 100vw;
  background: #ccc;
}
@keyframes showCloud {
  0% {
    left: -200px;
  }
  100% {
    left: 110%;
  }
}
@keyframes moveCloud {
  0% {
    left: -200px;
  }
  100% {
    left: 110%;
  }
}
.cloud {
  position: fixed;
  left: -200px;
  width: 150px;
  height: 100px;
}
.cloud .cloud-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.cloud .cloud-wrap:after {
  content: "";
  width: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 99%;
}
.cloud i {
  position: absolute;
  top: 10%;
  display: block;
  background: #fff;
  width: 50%;
  height: 60%;
  border-radius: 50%;
}
.cloud i:nth-child(2) {
  left: 23%;
  top: 0%;
}
.cloud i:nth-child(3) {
  left: 50%;
  top: 15%;
}
.cloud i:nth-child(4) {
  left: 40%;
  top: 32%;
}
.cloud i:nth-child(5) {
  left: 13%;
  top: 30%;
}
.cloud.c1 {
  animation: moveCloud 10500ms 0ms linear infinite;
  top: 2vh;
}
.cloud.c1 .cloud-wrap:after {
  height: 2vh;
}
.cloud.c2 {
  animation: moveCloud 11800ms 500ms linear infinite;
  top: 3.5vh;
  width: 130px;
  height: 80px;
}
.cloud.c2 .cloud-wrap:after {
  height: 3.5vh;
}
.cloud.c3 {
  animation: moveCloud 15500ms 1350ms linear infinite;
  top: 5vh;
  width: 140px;
  height: 90px;
}
.cloud.c3 .cloud-wrap:after {
  height: 5vh;
}
#ghoul {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
