.cssload-loader {
  width: 195px;
  position: absolute;
  left: 50%;
  margin: 1em;
  transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
}
.cssload-loader .cssload-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 0px;
  /*background: rgb(102,183,255);*/
  animation: cssload-sway 0.7s ease infinite;
  -o-animation: cssload-sway 0.7s ease infinite;
  -ms-animation: cssload-sway 0.7s ease infinite;
  -webkit-animation: cssload-sway 0.7s ease infinite;
  -moz-animation: cssload-sway 0.7s ease infinite;
}
.cssload-loader .cssload-dot:nth-child(1) {
  left: 14.28571%;
  animation-delay: 0.44s;
  -o-animation-delay: 0.44s;
  -ms-animation-delay: 0.44s;
  -webkit-animation-delay: 0.44s;
  -moz-animation-delay: 0.44s;
}
.cssload-loader .cssload-dot:nth-child(2) {
  left: 28.57143%;
  animation-delay: 0.88s;
  -o-animation-delay: 0.88s;
  -ms-animation-delay: 0.88s;
  -webkit-animation-delay: 0.88s;
  -moz-animation-delay: 0.88s;
}
.cssload-loader .cssload-dot:nth-child(3) {
  left: 42.85714%;
  animation-delay: 1.31s;
  -o-animation-delay: 1.31s;
  -ms-animation-delay: 1.31s;
  -webkit-animation-delay: 1.31s;
  -moz-animation-delay: 1.31s;
}
.cssload-loader .cssload-dot:nth-child(4) {
  left: 57.14286%;
  animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  -ms-animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
}
.cssload-loader .cssload-dot:nth-child(5) {
  left: 71.42857%;
  animation-delay: 2.19s;
  -o-animation-delay: 2.19s;
  -ms-animation-delay: 2.19s;
  -webkit-animation-delay: 2.19s;
  -moz-animation-delay: 2.19s;
}
.cssload-loader .cssload-dot:nth-child(6) {
  left: 85.71429%;
  animation-delay: 2.63s;
  -o-animation-delay: 2.63s;
  -ms-animation-delay: 2.63s;
  -webkit-animation-delay: 2.63s;
  -moz-animation-delay: 2.63s;
}
.cssload-loader .cssload-dot:nth-child(7) {
  left: 100%;
  animation-delay: 3.06s;
  -o-animation-delay: 3.06s;
  -ms-animation-delay: 3.06s;
  -webkit-animation-delay: 3.06s;
  -moz-animation-delay: 3.06s;
}
.cssload-loader .cssload-dotb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0px;
  /*background: rgb(102,183,255);*/
  animation: cssload-swayb 0.7s ease infinite 5.25s, reset 1.75s ease forwards 8.75s;
  -o-animation: cssload-swayb 0.7s ease infinite 5.25s, reset 1.75s ease forwards 8.75s;
  -ms-animation: cssload-swayb 0.7s ease infinite 5.25s, reset 1.75s ease forwards 8.75s;
  -webkit-animation: cssload-swayb 0.7s ease infinite 5.25s, reset 1.75s ease forwards 8.75s;
  -moz-animation: cssload-swayb 0.7s ease infinite 5.25s, reset 1.75s ease forwards 8.75s;
}
.cssload-loader .cssload-dotb:nth-child(1) {
  left: 14.28571%;
  animation-delay: 0.44s;
  -o-animation-delay: 0.44s;
  -ms-animation-delay: 0.44s;
  -webkit-animation-delay: 0.44s;
  -moz-animation-delay: 0.44s;
}
.cssload-loader .cssload-dotb:nth-child(2) {
  left: 28.57143%;
  animation-delay: 0.88s;
  -o-animation-delay: 0.88s;
  -ms-animation-delay: 0.88s;
  -webkit-animation-delay: 0.88s;
  -moz-animation-delay: 0.88s;
}
.cssload-loader .cssload-dotb:nth-child(3) {
  left: 42.85714%;
  animation-delay: 1.31s;
  -o-animation-delay: 1.31s;
  -ms-animation-delay: 1.31s;
  -webkit-animation-delay: 1.31s;
  -moz-animation-delay: 1.31s;
}
.cssload-loader .cssload-dotb:nth-child(4) {
  left: 57.14286%;
  animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  -ms-animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
}
.cssload-loader .cssload-dotb:nth-child(5) {
  left: 71.42857%;
  animation-delay: 2.19s;
  -o-animation-delay: 2.19s;
  -ms-animation-delay: 2.19s;
  -webkit-animation-delay: 2.19s;
  -moz-animation-delay: 2.19s;
}
.cssload-loader .cssload-dotb:nth-child(6) {
  left: 85.71429%;
  animation-delay: 2.63s;
  -o-animation-delay: 2.63s;
  -ms-animation-delay: 2.63s;
  -webkit-animation-delay: 2.63s;
  -moz-animation-delay: 2.63s;
}
.cssload-loader .cssload-dotb:nth-child(7) {
  left: 100%;
  animation-delay: 3.06s;
  -o-animation-delay: 3.06s;
  -ms-animation-delay: 3.06s;
  -webkit-animation-delay: 3.06s;
  -moz-animation-delay: 3.06s;
}





@keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}

@-o-keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    -o-transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}

@-ms-keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    -ms-transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}

@-webkit-keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    -webkit-transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}

@-moz-keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    -moz-transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}

@keyframes cssload-swayb {
  from {
    top: 39px;
    transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}

@-o-keyframes cssload-swayb {
  from {
    top: 39px;
    -o-transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}

@-ms-keyframes cssload-swayb {
  from {
    top: 39px;
    -ms-transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}

@-webkit-keyframes cssload-swayb {
  from {
    top: 39px;
    -webkit-transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}

@-moz-keyframes cssload-swayb {
  from {
    top: 39px;
    -moz-transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}

@keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}

@-o-keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}

@-ms-keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}

@-webkit-keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}

@-moz-keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}