/* Jan Schatz CSS */

/* Průhledné pozadí hlavního menu  Bílá s 50% průhledností */
#sp-header {
    background: rgba(255, 255, 255, 0) !important; 
    position: absolute;
    width: 100%;
    z-index: 99;
    box-shadow: none;
}

/* Pokud chcete úplně průhledné menu (beze barvy) 
#sp-header {
    background: transparent !important;
}*/

#sp-header.header-sticky {
    background: rgba(128, 128, 128, 0.8) !important; /* Bílá s 50% průhledností */
}