
.top-animate {
  background: #252525 !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #252525 !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 1px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 1px;
  border-radius: 10px;
  background-color: #F9A530;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 1px;
  border-radius: 10px;
  background-color: #F9A530;
}

.menui {
  background: #fff;
  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: 20px;
    right: 170px;
}

.mobilenav {
  /*    top: 47px !important;*/
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../../images/pull-nav-bg.png) no-repeat;
  background-size:cover;
/*  opacity: 0.9;*/
}
.mobilenav .bannernavtop{padding:40px 0}
.bannernavtop .bannavbg1{background:url(../../images/bannavbg1.png) no-repeat center center; background-size:contain;}
.bannernavtop .bannavbg2{background:url(../../images/bannavbg2.png) no-repeat center center; background-size:contain;}
.bannernavtop .bannavbg3{background:url(../../images/bannavbg3.png) no-repeat center center; background-size:contain;}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding:5% 0;
}

.mobilenav li a {
  font-size: 19px;
  color: #7d7d7d;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
  text-transform:uppercase;
  font-family: 'sangbleu_bp_sanslight';
}

.mobilenav li:last-child { 
        padding-top: 5% !important;
	padding-bottom:0px;
}

@media only screen and (min-width: 320px) and (max-width: 768px){
	.mobilenav li {
	  padding:15% 0;
	}
	.mobilenav li a {font-size: 15px;}
}
