
/* Mobile */
@media all and (max-width: 740px) {
    
    .region-menu ul.nice-menu > li {
        background: #11335D;  
    }

    .region-menu ul.nice-menu > li.menuparent {         
        background: url("../images/down_arrows.png") no-repeat 16px -18px #11335D;
    }

    .region-menu ul.nice-menu > li.menuparent.active-trail {
        background: url("../images/down_arrows.png") no-repeat 16px 14px #11335D;
    }
}

#section-footer {
    background: #11335D;
}

/* Default */
@media all and (min-width: 740px) {
    
    .region-menu div.block-nice-menus {
        background: #11335D;      
    }    
    
    .region-menu ul.nice-menu > li {
        background: none;
    }    
    
    .region-menu ul.nice-menu > li.menuparent {
        background-image: url("../images/down_arrows.png");        
        background-repeat: no-repeat;        
    }
            
    .region-menu ul.nice-menu > li.menuparent.active-trail {
        background-image: url("../images/down_arrows.png");
        background-repeat: no-repeat;        
    }    
           
}


/* Narrow Layout */
@media all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape) {
  

}


/* 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) {
    
    
}


/* Wide Layout */
@media all and (min-width: 1220px) {
    
  
}
