.arrow-bounce{
  animation: frames-arrow-bounce linear 4.5s;
  animation-iteration-count: 3;
  transform-origin: 50% 50%;
  -webkit-animation: frames-arrow-bounce linear 4.5s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: frames-arrow-bounce linear 4.5s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -o-animation: frames-arrow-bounce linear 4.5s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -ms-animation: frames-arrow-bounce linear 4.5s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
}

@keyframes frames-arrow-bounce{
  0% {
    transform:  translate(0px,0px)  ;
  }
  70% {
    transform:  translate(0px,0px)  ;
  }
  75% {
    transform:  translate(0px,-25px)  ;
  }
  80% {
    transform:  translate(0px,0px)  ;
  }
  85% {
    transform:  translate(0px,-15px)  ;
  }
  90% {
    transform:  translate(0px,0px)  ;
  }
  95% {
    transform:  translate(0px,-5px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes frames-arrow-bounce{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  70% {
    -moz-transform:  translate(0px,0px)  ;
  }
  75% {
    -moz-transform:  translate(0px,-25px)  ;
  }
  80% {
    -moz-transform:  translate(0px,0px)  ;
  }
  85% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  90% {
    -moz-transform:  translate(0px,0px)  ;
  }
  95% {
    -moz-transform:  translate(0px,-5px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes frames-arrow-bounce {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  70% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  75% {
    -webkit-transform:  translate(0px,-25px)  ;
  }
  80% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  85% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  90% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  95% {
    -webkit-transform:  translate(0px,-5px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes frames-arrow-bounce {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  70% {
    -o-transform:  translate(0px,0px)  ;
  }
  75% {
    -o-transform:  translate(0px,-25px)  ;
  }
  80% {
    -o-transform:  translate(0px,0px)  ;
  }
  85% {
    -o-transform:  translate(0px,-15px)  ;
  }
  90% {
    -o-transform:  translate(0px,0px)  ;
  }
  95% {
    -o-transform:  translate(0px,-5px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes frames-arrow-bounce {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  70% {
    -ms-transform:  translate(0px,0px)  ;
  }
  75% {
    -ms-transform:  translate(0px,-25px)  ;
  }
  80% {
    -ms-transform:  translate(0px,0px)  ;
  }
  85% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  90% {
    -ms-transform:  translate(0px,0px)  ;
  }
  50% {
    -ms-transform:  translate(0px,-5px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}