.navbar-fixed-animate {
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: top 0.5s ease-in-out !important;
}
.navbar-fixed-animate.nav-up {
  top: -100px;
}
