/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.bolang{
  position: absolute;
  z-index: 3;
  width: 100%;
  height:50px;
  left: 0;
  bottom: 0;
}
.bolang .waves{
  width: 100%;
  height: 100%;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  -webkit-animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  -moz-animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  -ms-animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2.8s;
  -webkit-animation-delay: -2.8s;
  -moz-animation-delay: -2.8s;
  -ms-animation-delay:-2.8s;
  animation-duration: 13s;
  -moz-animation-duration:  13s;
  -ms-animation-duration: 13s;
  -webkit-animation-duration: 13s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  -webkit-animation-delay: -3s;
  -ms-animation-delay: -3s;
  -moz-animation-delay: -3s;
  animation-duration: 14s;
  -moz-animation-duration: 14s;
  -ms-animation-duration: 14s;
  -webkit-animation-duration: 14s;
}
.parallax > use:nth-child(3) {
  animation: none;
  -webkit-animation: none;
  -ms-animation: none;
  -moz-animation: none;
  /* animation-delay: -4s;
  -webkit-animation-delay: -4s;
  -ms-animation-delay: -4s;
  animation-duration:10s;
  -moz-animation-duration:10s;
  -ms-animation-duration:10s;
  -webkit-animation-duration:10s; */
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  -ms-animation-delay: -5s;
  animation-duration:22s;
  -webkit-animation-duration:22s;
  -ms-animation-duration:22s;
  -moz-animation-duration:22s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
   -webkit-transform: translate3d(-90px,0,0);
   -ms-transform: translate3d(-90px,0,0);
   -moz-transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
    -webkit-transform: translate3d(85px,0,0);
    -ms-transform: translate3d(85px,0,0);
    -moz-transform: translate3d(85px,0,0);
  }
}
@-webkit-keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
   -webkit-transform: translate3d(-90px,0,0);
   -ms-transform: translate3d(-90px,0,0);
   -moz-transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
    -webkit-transform: translate3d(85px,0,0);
    -ms-transform: translate3d(85px,0,0);
    -moz-transform: translate3d(85px,0,0);
  }
}
@-moz-keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
   -webkit-transform: translate3d(-90px,0,0);
   -ms-transform: translate3d(-90px,0,0);
   -moz-transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
    -webkit-transform: translate3d(85px,0,0);
    -ms-transform: translate3d(85px,0,0);
    -moz-transform: translate3d(85px,0,0);
  }
}
