@-webkit-keyframes fromTopBounce{0%{top:-100%}50%{top:15%}100%{top:0}}
@keyframes fromTopBounce{0%{top:-100%}50%{top:15%}100%{top:0}}
@-moz-keyframes fromTopBounce{0%{top:-100%}50%{top:15%}100%{top:0}}
@-webkit-keyframes toBottomBounce{0%{top: 0%;}100%{top: 100%;}}
@keyframes toBottomBounce{0%{top: 0%;}100%{top: 100%;}}
@-moz-keyframes toBottomBounce{0%{top: 0%;}100%{top: 100%;}}

@-webkit-keyframes shine {100% {left: 125%; } }
@keyframes shine {100% {left: 125%; } }
