@charset "UTF-8";
/* CSS Document */

* {
  -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);
  /* 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: 4px;
  background-color: #FFFFFF;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 4px;
  background-color: #FFFFFF;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 4px;
  background-color: #FFFFFF;
}

.menui {
  background: #FFFFFF;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.menui-dark {
  background: #FFFFFF;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}



.mobilenav {
  /*    top: 47px !important;*/
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #2E2E2D;
}


.mobilenav ul{
	margin-left: 40px;
}

.mobilenav li {
  list-style-type: none;
  text-align: left;
	margin-bottom: 20px;
  padding: 0.7%;
}

.mobilenav li a {
  font-size: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
}

.mobilenav li a:hover{
  color: #989898;
}

.mobilenav li:first-child { margin-top: 60px; }


