/* Generated by less 2.5.1 */
.background-waves {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.background-waves > img {
  display: block;
  width: 150%;
  max-width: 150%;
  height: 200px;
  margin-top: -50px;
  -webkit-animation: wave 20s infinite;
  animation: wave 20s infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  pointer-events: none;
}
.background-waves > img:nth-child(1) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.background-waves > img:nth-child(2) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.background-waves > img:nth-child(3) {
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}
.background-waves > img:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}
.background-waves > img:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.background-waves > img:nth-child(6) {
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}
.background-waves > img:nth-child(7) {
  -webkit-animation-delay: -11s;
  animation-delay: -11s;
}
.background-waves > img:nth-child(8) {
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}
.background-waves > img:nth-child(9) {
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}
.background-waves > img:nth-child(10) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.background-waves:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 0 400px 20px #000000 inset, 0 0 200px 20px #000000 inset;
  box-shadow: 0 0 400px 20px #000000 inset, 0 0 200px 20px #000000 inset;
  pointer-events: none;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(-25%, 0%);
    transform: translate(-25%, 0%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-25%, 0%);
    transform: translate(-25%, 0%);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translate(-25%, 0%);
    transform: translate(-25%, 0%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-25%, 0%);
    transform: translate(-25%, 0%);
  }
}
