/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */
 
/*  #Mobile (Portrait) ======  Note: Design for a width of 320px */
   
@media only screen and (max-width: 767px) {
    
	#my-affix{display:none !important;}	
    .moduletable_slider{display:none !important;}
	.menu_up {display: block;cursor: pointer;z-index:10000 !important} 
    #ricerca_blocco{display:none !important;}
    .item-184{margin-top:5px; margin-bottom:5px;}
    .separatore{display:block;clear:both; height:15px; background-color:#143345;}
}


/* #Tablet (Portrait) ====== Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 979px) {
   #my-affix{display:none !important;}	
   /*.moduletable_slider{display:none !important;}*/
   .menu_up {display: block;cursor: pointer;z-index:10000 !important;} 
   #ricerca_blocco{display:none !important;}
   .item-184{margin-top:5px; margin-bottom:5px;}
   .separatore{display:block;clear:both; height:15px; background-color:#143345;}
}
 

/* #Mobile (Landscape) ====  Note: Design for a width of 480px */
  
@media only screen and (min-width: 480px) and (max-width: 767px) {
   #my-affix{display:none !important;}	
   .moduletable_slider{display:none !important;}
   .menu_up {display: block;cursor: pointer;z-index:10000 !important;} 
   #ricerca_blocco{display:none !important;}
   .item-184{margin-top:5px; margin-bottom:5px;}
   .separatore{display:block;clear:both; height:15px; background-color:#143345;}
}



   