.preload-area {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  left: 50%;
  line-height: normal;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  vertical-align: middle;
  margin-left: -50px;
  margin-top: -10px;
}
.preloader-gif {
  display: block;
  margin: 0 auto;
  width: 100px;
  text-align: center;
}
.preload-anim-gif {
  width: 10px;
  height: 20px;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
}
.preload-anim-gif1 {
  animation-fill-mode: backwards;
  animation-name: anim-gif-l1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-name: anim-gif-l1;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
}
@keyframes anim-gif-l1 {
  0% {
    background: rgba(255, 255, 255, 0.2);
  }
  15% {
    background: rgba(255, 255, 255, 0.2);
  }
  45% {
    background: rgba(255, 255, 255, 0.9);
  }
  95% {
    background: rgba(255, 255, 255, 0.2);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
  }
}
@-webkit-keyframes anim-gif-l1 {
  0% {
    background: rgba(255, 255, 255, 0.2);
  }
  15% {
    background: rgba(255, 255, 255, 0.2);
  }
  45% {
    background: rgba(255, 255, 255, 0.9);
  }
  95% {
    background: rgba(255, 255, 255, 0.2);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
  }
}
.preload-anim-gif2 {
  animation-fill-mode: backwards;
  animation-name: anim-gif-l2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-name: anim-gif-l2;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
}
@keyframes anim-gif-l2 {
  0% {
    background: rgba(255, 255, 255, 0.2);
  }
  30% {
    background: rgba(255, 255, 255, 0.2);
  }
  60% {
    background: rgba(255, 255, 255, 0.9);
  }
  110% {
    background: rgba(255, 255, 255, 0.2);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
  }
}
@-webkit-keyframes anim-gif-l2 {
  0% {
    background: rgba(255, 255, 255, 0.2);
  }
  30% {
    background: rgba(255, 255, 255, 0.2);
  }
  60% {
    background: rgba(255, 255, 255, 0.9);
  }
  110% {
    background: rgba(255, 255, 255, 0.2);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
  }
}
.preload-anim-gif3 {
  animation-fill-mode: backwards;
  animation-name: anim-gif-l3;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-name: anim-gif-l3;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
}
@keyframes anim-gif-l3 {
  0% {
    background: rgba(255, 255, 255, 0.2);
  }
  45% {
    background: rgba(255, 255, 255, 0.2);
  }
  75% {
    background: rgba(255, 255, 255, 0.9);
  }
  125% {
    background: rgba(255, 255, 255, 0.2);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
  }
}
@-webkit-keyframes anim-gif-l3 {
  0% {
    background: rgba(255, 255, 255, 0.2);
  }
  45% {
    background: rgba(255, 255, 255, 0.2);
  }
  75% {
    background: rgba(255, 255, 255, 0.9);
  }
  125% {
    background: rgba(255, 255, 255, 0.2);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
  }
}
