.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.menui {
  background: #000;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 999;
  position: absolute;
  /*    background: rgba(0, 0, 0, 0.21);*/
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 15px;
  right: 0px;
}

.mobilenav {
  /*    top: 47px !important;*/
  font-family: inherit;
  top: 5px;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  padding-top:25px;
}

/*.mobilenav {
  list-style-type: none;
  text-align: left;
  padding: 0px 10px;
  float:none !important;
}*/

.mobilenav a {
  font-size: 180%;
  color: #fff !important;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
  padding:10px 25px;
  display:block;
}
.mobilenav a:hover {
  color: #EC2029 !important;
}

.mobilenav li:first-child { margin-top: 60px; }
