/* Start Animation Keyframe bounceInDown */
@-webkit-keyframes wse-ani-bounce-in-down { 60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1); animation-timing-function:cubic-bezier(.215,.61,.355,1); }
75% { -webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0); }
90% { -webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0); }
}@keyframes wse-ani-bounce-in-down { 60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1); animation-timing-function:cubic-bezier(.215,.61,.355,1); }
}.wse-ani-bounce-in-down { -webkit-animation-name:wse-ani-bounce-in-down; animation-name:wse-ani-bounce-in-down; }