@font-face {
    font-family: 'Questrial';
    src: url('../fonts/Questrial-Regular.eot');
    src: url('../fonts/Questrial-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Questrial-Regular.woff2') format('woff2'),
        url('../fonts/Questrial-Regular.woff') format('woff'),
        url('../fonts/Questrial-Regular.ttf') format('truetype'),
        url('../fonts/Questrial-Regular.svg#Questrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
  -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(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.mid-animate { opacity: 0; }
.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
.top-menu {
  top: 5px;
  width: 30px;
  height: 6px;
  background-color: #F9A530;
}
.mid-menu {
  top: 13px;
  width: 30px;
  height: 6px;
  background-color: #F9A530;
  opacity: 0;
}
.bottom-menu {
  top: 17px;
  width: 30px;
  height: 6px;
  background-color: #F9A530;
}
.menui {
  background: #00adee;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 5px;
  position: absolute;
}
.icon {
/*  z-index: 999;
  position: fixed;
  padding: 10px;
  height: 40px;
  width: 50px;
  margin: 0px;
  top: 5px;
  right: 15px;
  float: right;*/
}
.mobilenav {
  /*    top: 47px !important;*/
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00adee;
}
.mobilenav ul {
    margin: 0;
    padding: 0 0 0 20px;
    float: left;
    width: 100%;
}
.mobilenav li {
  list-style-type: none;
  padding: 0 0 15px 0;
  margin: 0;
}
.mobilenav li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  font-family: 'Questrial';
}
/*.mobilenav li:first-child { margin-top: 60px; }*/
