

*{   -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.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: #FFF!important;
}
.mid-menu {
    top: 13px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #FFF !important;
}
.bottom-menu {
    top: 21px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #FFF !important;
}
.menui {
    background: #FFF;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top:3px !important;
    position: absolute;
}


.icon {
    z-index:999;
    position: absolute !important;
    display: block;
    padding: 5px !important;
    height: 25px !important;
    width:26px !important;
    margin: 0px;
	float:right !important;
    top:13px !important;
  right:10px;
	background:#4ca2c8
}

.mobilenav {
    font-family: inherit;
    top:0 !important;
  right:10px;
    z-index: 99999999999999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background:#d11016;
}
.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
}
.mobilenav li a {
    font-size: 150%;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.mobilenav li:first-child {
    margin-top: 60px;
}* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.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:#d11016;
}

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

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

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

.icon {
  z-index: 99999999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 0;
  right:10px;
}

.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  position: fixed;
  width: 100%;
  font-weight:700;
  height: 100%;
  background: url(../images/m-bg2.png) repeat;

}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 7px;
}

.mobilenav li a {
  font-size: 90%;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
}

.mobilenav li:first-child {
  margin-top: 20px;
}
.icon{display:none;}

@media only screen and (max-width: 930px) { 
.icon{display:inline !important;}
}