/**
 *
 * CSS Loading Type C
 * 
 */


@-moz-keyframes pong-loader {
  0% {
    left: 5px;
    top: 0;
  }
  25% {
    left: 65px;
    top: 20px;
  }
  50% {
    left: 5px;
  }
  62.5% {
    top: 50px;
  }
  75% {
    left: 65px;
    top: 70%;
  }
  100% {
    left: 5px;
    top: 0%;
  }
}
@-webkit-keyframes pong-loader {
  0% {
    left: 5px;
    top: 0;
  }
  25% {
    left: 65px;
    top: 20px;
  }
  50% {
    left: 5px;
  }
  62.5% {
    top: 50px;
  }
  75% {
    left: 65px;
    top: 70%;
  }
  100% {
    left: 5px;
    top: 0%;
  }
}
@keyframes pong-loader {
  0% {
    left: 5px;
    top: 0;
  }
  25% {
    left: 65px;
    top: 20px;
  }
  50% {
    left: 5px;
  }
  62.5% {
    top: 50px;
  }
  75% {
    left: 65px;
    top: 70%;
  }
  100% {
    left: 5px;
    top: 0%;
  }
}
@-moz-keyframes pong-loader-paddle-1 {
  0% {
    -moz-box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  25% {
    -moz-box-shadow: inset #fff 0 15px 0 0, inset #fff 0 -25px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 15px 0 0, inset #fff 0 -25px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  50% {
    -moz-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  62.5% {
    -moz-box-shadow: inset #fff 0 10px 0 0, inset #fff 0 -30px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 10px 0 0, inset #fff 0 -30px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  75% {
    -moz-box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  100% {
    -moz-box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
}
@-webkit-keyframes pong-loader-paddle-1 {
  0% {
    -webkit-box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  25% {
    -webkit-box-shadow: inset #fff 0 15px 0 0, inset #fff 0 -25px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 15px 0 0, inset #fff 0 -25px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  50% {
    -webkit-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  62.5% {
    -webkit-box-shadow: inset #fff 0 10px 0 0, inset #fff 0 -30px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 10px 0 0, inset #fff 0 -30px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  75% {
    -webkit-box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  100% {
    -webkit-box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
}
@keyframes pong-loader-paddle-1 {
  0% {
    -moz-box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  25% {
    -moz-box-shadow: inset #fff 0 15px 0 0, inset #fff 0 -25px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 15px 0 0, inset #fff 0 -25px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 15px 0 0, inset #fff 0 -25px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  50% {
    -moz-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  62.5% {
    -moz-box-shadow: inset #fff 0 10px 0 0, inset #fff 0 -30px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 10px 0 0, inset #fff 0 -30px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 10px 0 0, inset #fff 0 -30px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  75% {
    -moz-box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  100% {
    -moz-box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 5px 0 0, inset #fff 0 -35px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
}
@-moz-keyframes pong-loader-paddle-2 {
  0% {
    -moz-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  50% {
    -moz-box-shadow: inset #fff 0 30px 0 0, inset #fff 0 -10px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 30px 0 0, inset #fff 0 -10px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  62.5% {
    -moz-box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  75% {
    -moz-box-shadow: inset #fff 0 20px 0 0, inset #fff 0 -20px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 20px 0 0, inset #fff 0 -20px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  100% {
    -moz-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
}
@-webkit-keyframes pong-loader-paddle-2 {
  0% {
    -webkit-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  50% {
    -webkit-box-shadow: inset #fff 0 30px 0 0, inset #fff 0 -10px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 30px 0 0, inset #fff 0 -10px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  62.5% {
    -webkit-box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  75% {
    -webkit-box-shadow: inset #fff 0 20px 0 0, inset #fff 0 -20px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 20px 0 0, inset #fff 0 -20px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  100% {
    -webkit-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
}
@keyframes pong-loader-paddle-2 {
  0% {
    -moz-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  50% {
    -moz-box-shadow: inset #fff 0 30px 0 0, inset #fff 0 -10px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 30px 0 0, inset #fff 0 -10px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 30px 0 0, inset #fff 0 -10px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  62.5% {
    -moz-box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 40px 0 0, inset #fff 0 0 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  75% {
    -moz-box-shadow: inset #fff 0 20px 0 0, inset #fff 0 -20px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 20px 0 0, inset #fff 0 -20px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 20px 0 0, inset #fff 0 -20px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
  100% {
    -moz-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    -webkit-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
    box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff 3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  }
}
/* :not(:required) hides this rule from IE9 and below */
.pong-loader:not(:required) {
  width: 80px;
  height: 60px;
  background: #fff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  -moz-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  -webkit-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  -moz-animation: pong-loader-paddle-1 1500ms infinite linear;
  -webkit-animation: pong-loader-paddle-1 1500ms infinite linear;
  animation: pong-loader-paddle-1 1500ms infinite linear;
}
.pong-loader:not(:required):before {
  -moz-animation: pong-loader-paddle-2 1500ms infinite linear;
  -webkit-animation: pong-loader-paddle-2 1500ms infinite linear;
  animation: pong-loader-paddle-2 1500ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  -moz-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  -webkit-box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
  box-shadow: inset #fff 0 0 0 0, inset #fff 0 -40px 0 0, inset #fff -3px 0 0 0, inset #8cdb8b -10px 0 0 0;
}
.pong-loader:not(:required):after {
  content: "";
  display: block;
  -moz-animation: pong-loader 1500ms infinite linear;
  -webkit-animation: pong-loader 1500ms infinite linear;
  animation: pong-loader 1500ms infinite linear;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background: #8cdb8b;
}
