.navbar {
    top:50px;
}

#navbar ul.nav > li > a {
    font-size: 12px;
    padding: 15px 24px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

header#top {
    margin-top: 100px;
}
main {
    margin-top: -50px;
}

#zf-menu-banner-custom {
    background-color: #FFF;
    border-bottom: 10px solid #FFF;
    width: 100vw;
    max-width: 100vw;
    position: fixed;
    top: 0;
    padding: 0;
    transition: top 0.3s;
    z-index: 99999;
    height: 50px;
}

#zf-menu-img {
    float: right;
    padding: 10px 20px;
    height: 40px;
}

.brand {
    position: absolute;
    top: 0px;
}

@media (min-width: 768px){
    .brand {
        top: 50px;
    }
}

@media (min-width: 1001px) {
    #zf-menu-banner-custom {
        border-top: 10px solid #FFF;
        background-color: #EE1A2C;
        border-bottom: none;
        width: 100%;
    }

    #zf-menu-img {
        margin-left: auto;
        margin-right: 35%;
        display: block;
        border-bottom-left-radius: 23px;
        border-bottom-right-radius: 23px;
        padding: 0 13.5px 10px 13.5px;
        background-color: #FFF;
        height: 36px;
    }
}