/********* Menu Animation fadeInRight **********/

nav ul li:hover > ul {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}