 

header#hd.sticky-desktop {
    position: fixed;
    width: 100%;
    z-index: 1000;
    
}



  .sticky-desktop .rmSlide {
    top: 66px !important;
    left: 0 !important;
    }
   .sticky-desktop ul.rmVertical.rmGroup.rmLevel1 {
    position: relative !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) !important;
    opacity: 0;
    transition: opacity 0.5s ease-in-out !important;
    transition-delay: 0.0s !important;
    }
    .sticky-desktop .rmExpanded + .rmSlide ul.rmVertical.rmGroup.rmLevel1 {
    position: relative !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) !important;
    opacity: 1;
    transition: opacity 0.5s ease-in-out !important;
    transition-delay: 0.0s !important;
    }









    @media (max-width: 767px){
    
header#hd.sticky-mobile button.navbar-toggle.collapsed {
    background-color: #363636;
     transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
   
}

header#hd.sticky-mobile .navbar-toggle:hover, header#hd.sticky-mobile .navbar-toggle:focus {
    background-color: #363636;
     transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
   
}

header#hd.sticky-mobile.not-transparent {
    background: #363636;
     transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
   
}


/*
header#hd.sticky-mobile {
    background: transparent;
     transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) !important;
        transition-delay: 0.2s !important;
   
}


header#hd.sticky-mobile a#masterHeaderImage {
    opacity: 0;
     transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
   
}

header#hd.sticky-mobile.not-transparent a#masterHeaderImage {
    opacity: 1;
     transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
   
}*/

    }