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

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

.mid-animate { opacity: 0; }

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

.top-menu {
  top: 0px;
  width: 55px;
  height: 1px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mid-menu {
  top: 11px;
  width: 55px;
  height: 1px;
  border-radius: 10px;
  background-color: #F9A530;
}

.bottom-menu {
  top: 22px;
  width: 55px;
  height: 1px;
  border-radius: 10px;
  background-color: #F9A530;
}

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

.icon {
  z-index: 999;
  position: fixed;
  display: none;
  padding: 0 0px 0px;
  height: 23px;
  width: 55px;
  margin: 0px;
  top: 20px;
  left: 20px;
}


@media only screen and (max-width: 800px) {
.icon {
	display: block;
}

}

