/* WebPublish Red Colour Scheme Styles */

.sf-accordion-toggle a {  
    background-color: #9D1939;
}

.region-menu ul.nice-menu > li {    
    background-color: #9D1939;
}

/* Default */
@media all and (min-width: 740px) {
    
    .region-menu .block-nice-menus {
        background: #9D1939;
    }    
    
    .region-menu ul.nice-menu > li {
        background-color: transparent;
    }    
                
}

/* Normal Layout */
@media all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape) {
    
    .region-menu .block-superfish {     
        background: #9D1939;
    }    
    
}

#section-footer {
    background-color: #9D1939;
}