.blue-bar {
    background: #002248;
    color: white;
    height: 30px;
}

.top-menu {
    display: flex;
    align-items: center;
}

.menu {
    /* display: block; */
    /* float: right; */
    width: 100%;
}

.selected nobr::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #333;  
}
.akzo {
    float: right;
}

.akzo-logo {
    height: 12px;
    float: right;
    margin-top: 3px;
    /* width: 100%; */
}

.main-bar {
    height: 65px;
    padding-top: 0px!important;
    border-bottom: 1px solid #ccc;
    background-image: linear-gradient(to right, #e3e3e3 0%, #f4f4f4 29%, #d9d9d9 66%, #dbdbdb 82%, #dadada 100%);
}

 #logoImg {
    transition: all .3s ease-in-out;
}

.logo {
    /* position: absolute; */
    margin-top: 9px!important;
}

/*.smallLogo {
    width: 70px;
    position: absolute;
    z-index: 1;
} */

.top {
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 0px;
    position: relative; 
    justify-content: center;
    display: flex;
    float: right;
}

.top li {
    position: relative;
    display: block;
    float: left;
    margin-right: -1px;
}

.top > li > a {
    position: relative;
    display: block;
    float: left;
    padding: 21px 0px;
    /* padding-bottom: 42px; */
    height: 50px;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 100;
    line-height: 23.4px
}

@media only screen and ( max-width: 1090px) {
    header .mobile-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top {
        float: none;
    }

    #logoImg {
        position: initial;
        width: 110px!important;
    }

    .logo {
        margin-top: 0px!important;
    }
    
    header .blue-bar {
        display: none;
    }

    body.mobile-menu header .menu-container {
        display: block!important;
    }

    .hide-for-small-only {
        display: none !important;
    }

    .menu li a nobr {
        position: relative;
        left: -50%;
        color: rgb(0, 0, 0);
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        letter-spacing: 1.3px;
        text-transform: uppercase;
    }

    .menu-container {
        background-color: rgba(255, 255, 255, 0.99);
        background-image: none!important;
    }

    /* .menu {
        margin-top: 72px!important;
    } */

    .menu li {
        width: 100%;
    }

    .menu li a {
        left: 50%;
        border-bottom: 0!important;
        padding: 0!important;
    }

    .selected nobr::after {
        height: 1px;
        top: 20px;
    }

    .menu-lang {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 1.3px;
    }

    .menu-lang a {
        color: #000;
        padding: 6px;
    }   

    .menu-lang a:not(.selected):hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
    }

    .menu-lang .selected:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 1px;
        background: currentColor;
        opacity: 1;
        transition: all .3s ease-out;
    }
}