/********* Menu Animation bounceInUp **********/

nav ul li:hover > ul  {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}