*:focus{
    outline: none;
}

header {
    display: grid;
    align-items: center;
    position: fixed;
    grid-template-columns: 155px 55px auto 210px;
    /*width: 100%;*/
    top:0;
    left: 0;
    right: 0;
    padding: 40px 5%;
    z-index: 999;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mh-head {
    height: calc(100% - 1%);
}
header.scrolled{
    background: #fff;
    padding: 30px 5%;
    grid-template-columns: 155px 55px auto 210px;
    border-bottom: 1px solid #eee;
}
.logo__link--logo--normal {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.scrolled .logo__link--logo--normal {
    max-width: 70%;
}

.hamburger {
    padding: 0;
}

#my-menu {
    display: flex;
    list-style: none;
    justify-content: center;
}

#menu {
    display: block;
    text-align: center;
}

#menu .mmenu__item {
    padding: 12px;
}

/*-----MENU-----DESKTOP-------START--*/

.mm-listitem>a, .mm-listitem>span {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    padding: 20px 40px;
    position: relative;
    overflow: visible;
    text-transform: uppercase;
}

.scrolled .mm-listitem>a, .scrolled .mm-listitem>span {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
    padding: 20px 40px;
}

/*-----MENU-----DESKTOP----END-----*/

/*-----MENU-----MOBILE----START----*/

#menu .mmenu__link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.mm-menu {
    background: #fff;
}

@media only screen and (min-width : 1007px){
    .mm-listitem:after{border: none;}

}

/*----MENU----MOBILE-----END----*/


/*------HAMBURGER--------*/


.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff;
}

.scrolled .hamburger-inner,.scrolled .hamburger-inner:after,.scrolled .hamburger-inner:before {
    background-color: #000;
}
@media (max-width: 1006px) {
    #my-menu {display: none !important;}
    .hamburger{display: block;}
}
@media (min-width: 1007px) {
    #mm-my-menu, .hamburger{display: none !important;}
}
.mh-btns {
    justify-self: flex-end;
}

/*--------HAMBURGER END------*/

.mm-navbar_size-2 {
    text-align: center;
    position: relative;
    border-bottom: none;
    display: block !important;
}
.mm-navbar_size-2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
}
.mm-navbar_size-2 > * {
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
}
.mm-navbar_size-2 img {
    opacity: 0.6;
    border: 1px solid #fff;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 0 10px;
}
.mm-navbar_size-2 a {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
    line-height: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}
.mm-navbar_size-2 a:hover {
    border-color: #fff;
    color: #fff !important;
}

.mm-panels > .mm-panel:after {
    content: none;
    display: none;
}
.mm-panels > .mm-panel > .mm-listview {
    margin: 0;
}

.mm-listview {
    text-transform: uppercase;
    width:100%;
}
.mm-listitem:last-child:after {
    content: none;
    display: none;
}

/**menu mobile end**/

@media only screen and (min-width : 1007px) {

    /* HEADER > MENU > DROPDOWN */
    #menu li {
        position: relative;
    }

    ul.sub-menu { /* level 2 */
        display: none;
        left: 0px;
        top: 38px;
        padding: 10px;
        position: absolute;
        z-index: 9999;
    }

    ul.sub-menu ul.sub-menu { /* level 3+ */
        margin-top: -1px;
        padding-top: 0;
        left: 149px;
        top: 0px;
    }

    ul.sub-menu > li > a {
        background: rgba(1, 127, 212, 1);
        color: #bbb;
        display: block;
        font-size: 15px;
        line-height: 15px;
        padding: 24px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        width: 100%;
        text-align: left;
    }

    ul.sub-menu > li > a:hover {
        background: rgba(1, 127, 212, 0.98);
        color: #fff;
    }


    ul.sub-menu > li:last-child > a {
        border-radius: 0 0 2px 2px;
    }

    #menu li:hover > ul.sub-menu {
        display: block; /* show the submenu */
    }

}
.mm-navbar.mm-hasbtns {
    padding: 0;
    height: 0;
}

.mm-navbar {
    height: 0 !important;
}

.mm-menu_fx-listitems-drop .mm-listitem {
    opacity: 1;
    top: 0;
}




