#hamburger {
    background: #3ea7e1;
    border-bottom: 1px solid rgba(255,255,255,.5);
    opacity: .95;
    display: block;
    width: 100%;
    height: 45px;
    margin: -80px 0 10px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 15
}

    #hamburger .mburger {
        margin-left: 15px;
        --mb-button-size: 46px;
        --mb-bar-height: 2px;
        --mb-bar-width: 0.8;
        --mb-bar-spacing: 10px
    }

@media (min-width:768px) {
    #hamburger {
        background: 0 0;
        border: none;
        opacity: 1;
        width: 90px;
        height: 50px;
        margin-top: 15px;
        margin-left: 30px;
        top: 50%;
        color: black;
    }

        #hamburger .mburger {
            margin-left: 0
        }
}

body .mm-slideout {
    --mm-sidebar-collapsed-size: 0px !important;
}
 .hmenu-item {
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}

 .hmenu-item {
    padding-right: 20px;
    padding-left: 36px;
    padding-top: 13px;
    padding-bottom: 13px;
}
    .hmenu-item.hmenu-title {
        /*font-weight: 300;
    color: #969397;
    text-transform: uppercase;*/
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        background: #0083c9;
    }