/*MONITORS.CSS*/


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .a_norm_elem {
	
    }

}


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

/*@media only screen and (max-width: 767px) {
    
    
    .a_norm_elem,
    #top_menu_bar .block-menu ul li { width: 300px; }

    #top_menu_shadow,
    .region-slider-bar,
    #slider_bar{ display: none;}
}*/


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */
    

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
/*    .a_norm_elem,
    #top_menu_bar .block-menu ul li { width: 420px; }
	
    #top_menu_shadow,
    .region-slider-bar,
    #slider_bar{ display: none;}*/

}