@media(min-width: 921px) {

    .header-main-layout-4 .ast-main-header-bar-alignment,
    .header-main-layout-4 .ast-main-header-bar-alignment .main-navigation,
    .header-main-layout-4 .ast-main-header-bar-alignment #primary-menu {
        width: 100%;
    }
    .header-main-layout-4 .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        position: relative;
    }


    .header-main-layout-4 .main-navigation ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }

    .main-header-menu .site-logo-img a:hover:after, .ast-header-custom-item .site-logo-img a:hover:after, .main-header-menu li:hover > .site-logo-img a:after, .main-header-menu li.focus > .site-logo-img a:after, .main-header-menu .site-logo-img a:focus:after {
        opacity: 0;
    }

}


#primary-menu li.active a {
    border-top: 3px solid #333;
    color: #333;
}