@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-moz-keyframes ball-grid-pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1); }
  50% {
    -moz-transform: scale(0.5);
         transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

@-o-keyframes ball-grid-pulse {
  0% {
    -o-transform: scale(1);
       transform: scale(1); }
  50% {
    -o-transform: scale(0.5);
       transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.13s;
       -moz-animation-delay: 0.13s;
         -o-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 1.32s;
       -moz-animation-duration: 1.32s;
         -o-animation-duration: 1.32s;
            animation-duration: 1.32s; }
  .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.07s;
       -moz-animation-delay: 0.07s;
         -o-animation-delay: 0.07s;
            animation-delay: 0.07s;
    -webkit-animation-duration: 0.69s;
       -moz-animation-duration: 0.69s;
         -o-animation-duration: 0.69s;
            animation-duration: 0.69s; }
  .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.01s;
       -moz-animation-delay: 0.01s;
         -o-animation-delay: 0.01s;
            animation-delay: 0.01s;
    -webkit-animation-duration: 1.43s;
       -moz-animation-duration: 1.43s;
         -o-animation-duration: 1.43s;
            animation-duration: 1.43s; }
  .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.21s;
       -moz-animation-delay: 0.21s;
         -o-animation-delay: 0.21s;
            animation-delay: 0.21s;
    -webkit-animation-duration: 1.25s;
       -moz-animation-duration: 1.25s;
         -o-animation-duration: 1.25s;
            animation-duration: 1.25s; }
  .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: -0.13s;
       -moz-animation-delay: -0.13s;
         -o-animation-delay: -0.13s;
            animation-delay: -0.13s;
    -webkit-animation-duration: 1.43s;
       -moz-animation-duration: 1.43s;
         -o-animation-duration: 1.43s;
            animation-duration: 1.43s; }
  .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: 0.23s;
       -moz-animation-delay: 0.23s;
         -o-animation-delay: 0.23s;
            animation-delay: 0.23s;
    -webkit-animation-duration: 1.19s;
       -moz-animation-duration: 1.19s;
         -o-animation-duration: 1.19s;
            animation-duration: 1.19s; }
  .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: 0.36s;
       -moz-animation-delay: 0.36s;
         -o-animation-delay: 0.36s;
            animation-delay: 0.36s;
    -webkit-animation-duration: 1.3s;
       -moz-animation-duration: 1.3s;
         -o-animation-duration: 1.3s;
            animation-duration: 1.3s; }
  .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.47s;
       -moz-animation-delay: 0.47s;
         -o-animation-delay: 0.47s;
            animation-delay: 0.47s;
    -webkit-animation-duration: 0.87s;
       -moz-animation-duration: 0.87s;
         -o-animation-duration: 0.87s;
            animation-duration: 0.87s; }
  .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: -0.01s;
       -moz-animation-delay: -0.01s;
         -o-animation-delay: -0.01s;
            animation-delay: -0.01s;
    -webkit-animation-duration: 0.86s;
       -moz-animation-duration: 0.86s;
         -o-animation-duration: 0.86s;
            animation-duration: 0.86s; }
  .ball-grid-pulse > div {
    background-color: #404E67;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: right;
    -webkit-animation-name: ball-grid-pulse;
       -moz-animation-name: ball-grid-pulse;
         -o-animation-name: ball-grid-pulse;
            animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
       -moz-animation-delay: 0;
         -o-animation-delay: 0;
            animation-delay: 0; }
