@-webkit-keyframes bounceIn{0%{transform:scale(.1);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes bounceIn{0%{transform:scale(.1);opacity:0}100%{transform:scale(1);opacity:1}}.bounceIn{animation:bounceIn 1s;-webkit-animation:bounceIn 1s}@keyframes slideup{from{margin-top:2%;opacity:0}to{margin-top:0;opacity:1}}.slideUp{animation:slideup 1s}@keyframes slidedown{from{margin-top:-2%;opacity:0}to{margin-top:0;opacity:1}}.slideDown{animation:slidedown 1s}@keyframes rotateLeft{from{-webkit-transform:rotateY(90deg)}to{-webkit-transform:rotateY(0deg)}}.rotateLeft{animation:rotateLeft 1s}