/* WebPublish Grey Colour Scheme Styles */

.sf-accordion-toggle a {        
    background-color: #4F4F4F;    
} 

.region-menu ul.nice-menu > li {    
    background-color: #4F4F4F;
}

/* Default */
@media all and (min-width: 740px) {
    
    .region-menu .block-nice-menus {
        background: #4F4F4F;
    }    
    
    .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) {

    body.queensweb-legacy-menu .region-menu .block-superfish {     
        background: #4F4F4F;
    }       
    
}

#section-footer {
    background-color: #4F4F4F;
}