
/* CONTAINER_SCROLL_CSS___MENU_MAIN.PHP ============================================================================================================ */
/* CSS3 PERSONALIZZAZIONE NO VIEWPORT ============================================================================================================ */
		
/* CONTENITORE SCROLL */
        #container_scroll_ghost { 
            width: 960px; 
			height: 80px;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
            margin: 0 auto;
            overflow: hidden;
                position: relative; 
                z-index: 3;   }
				
        #container_scroll { 
            width: 960px; 
			height: auto;
			min-height: 100px;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
            margin: 0 auto;
            overflow: hidden;
                position: relative; 
                z-index: 3;   }









/* CSS3 PERSONALIZZAZIONE VIEWPORT 240PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 240px) {

/* CONTENITORE SCROLL */	
        #container_scroll_ghost { 
            width: 240px; 
			height: 41px;   }
				
        #container_scroll { 
            width: 240px;   }
			
	}	









/* CSS3 PERSONALIZZAZIONE VIEWPORT 320PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 320px) {

/* CONTENITORE SCROLL */
        #container_scroll_ghost { 
            width: 320px; 
			height: 53px;   }
				
        #container_scroll {
            width: 320px;   }	
			
	}	









/* CSS3 PERSONALIZZAZIONE VIEWPORT 360PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 360px) {

/* CONTENITORE SCROLL */
        #container_scroll_ghost { 
            width: 360px; 
			height: 64px;   }
				
        #container_scroll {
            width: 360px;   }
			
	}	









/* CSS3 PERSONALIZZAZIONE VIEWPORT 400PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 400px) {

/* CONTENITORE SCROLL */
        #container_scroll_ghost { 
            width: 400px;   }
				
        #container_scroll {
            width: 400px;   }	
			
	}









/* CSS3 PERSONALIZZAZIONE VIEWPORT 480PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 480px) {

/* CONTENITORE SCROLL */
        #container_scroll_ghost { 
            width: 480px;   }
				
        #container_scroll {
            width: 480px;   }
			
	}









/* CSS3 PERSONALIZZAZIONE VIEWPORT 640PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 640px) {

/* CONTENITORE SCROLL */
        #container_scroll_ghost { 
            width: 640px;   }
				
        #container_scroll {
            width: 640px;   }	
			
	}


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 640PX - 330PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 640px) and (min-height: 330px)  {

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 640PX - 480PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 640px) and (min-height: 480px)  {

/* CONTENITORE SCROLL */
        #container_scroll_ghost {
			height: 80px;   }

    }









/* CSS3 PERSONALIZZAZIONE VIEWPORT 768PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 768px) {

/* CONTENITORE SCROLL */
        #container_scroll_ghost { 
            width: 768px;
			height: 64px;   }
				
        #container_scroll {
            width: 768px;   }	
			
	}


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 768PX - 330PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 768px) and (min-height: 330px)  {

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 768PX - 480PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 768px) and (min-height: 480px)  {

/* CONTENITORE SCROLL */
        #container_scroll_ghost {
			height: 80px;   }

    }


	
	
	
	
	
	

/* CSS3 PERSONALIZZAZIONE VIEWPORT 960PX - 0PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 960px) and (min-height: 0px)  {

/* CONTENITORE SCROLL */
        #container_scroll_ghost { 
            width: 960px;
			height: 80px;   }
				
        #container_scroll {
            width: 960px;   }

    }









/* CSS3 PERSONALIZZAZIONE VIEWPORT 1360PX - ORIENTAMENTO PORTRAIT ============================================================================================================ */
    @media screen and (min-width: 1360px) {

/* CONTENITORE SCROLL */
        #container_scroll_ghost { 
            width: 1280px;   }
				
        #container_scroll {
            width: 1280px;   }
			
	}

									
