body:not(.logged-in) #et-boc header.et-l--header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
body:not(.logged-in) header.et-l--header{
    background-color: white;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
body.home:not(.logged-in) header.et-l--header{
    background-color: transparent;
    border-bottom: 1px solid rgba(157, 157, 157, 0.5);
}
body:not(.logged-in).viventa-v2-scrolled header.et-l--header{
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid transparent;
}
body.logged-in #et-boc header.et-l--header{
    top: 32px;
}