*{   -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.top-animate {
    background: #52a9d5 !important;
    top: 13px !important;
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #52a9d5 !important;
    top: 13px !important;
    transform: rotate(-225deg);
}
.top-menu {
    top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.mid-menu {
    top: 13px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.bottom-menu {
    top: 21px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.menui {
    background: #52a9d5;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute;
}


.nav-trigger {
    z-index: 99999;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width:32px;
    margin: 0px;
    top: 0;
    left: 0;
}

.main-nav{
    font-family: inherit;
	padding: 0px;
    top: 0;
    left:0;
    z-index: 9999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(246, 246, 246, 0.95);
    margin: 0;
}

.main-nav li, .sub-nav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
}
.main-nav li, .main-nav li a,.sub-nav li, .sub-nav li a {
    font-size: 26px;
    color: #52a9d5;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.main-nav li:first-child {
    margin-top: 10px;
}