   .uc-fixed-menu {
     position: fixed;
     top: -100px;
     transition: top 0.3s;
     z-index: 999;
   }
   
   .uc-menu-visible {
     top: 0;
   }