

.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  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: orange;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {

}
.cancelbutton{
z-index: 999;
  display: block;
  padding: 50px;
  margin: 0px;
  position: absolute;
  top: 0%;
  right: 0%;
}
.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333333;
  font-weight:bold;
  font-family: 'Century Gothic', CenturyGothic, 'futura-pt',  Futura PT, 'Apple Gothic', AppleGothic, 'URW Gothic L', 'Avant Garde', Futura, 'ff-basic-gothic-web-pro', FF Basic Gothic Web Pro, sans-serif;
}

.mobilenav li {
  list-style-type: none;
  text-align: left;
  padding: 30px;
  width:100%;
  background: #333333;
  display: inline-block;
}

.mobilenav li a {
  display: block;
  font-size:50px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}

.mobilenav li:first-child {
  margin-top: 60px;
}