 
/*
|--------------------------------------------------------------------------
| Piccoli Desktop (1024px) e NetBook
|--------------------------------------------------------------------------
*/
@media (min-width: 1200px) {
	

}

/*
|--------------------------------------------------------------------------
| Regole comuni per risoluzioni sotto i piccoli Desktop
|--------------------------------------------------------------------------
*/
@media (max-width: 1200px) {
	
}

/*
|--------------------------------------------------------------------------
| NetBook
|--------------------------------------------------------------------------
*/
@media (min-width: 980px) and (max-width: 1199px) {
	.data_home { margin-top: 10px;}
	.com_flexicontent.view-category #flexicontent h2 { margin-top:10px;}
	.com_flexicontent.view-category #flexicontent .image_descr p { line-height:1.4; margin:5px 30px 0px 0;}
	.libro_home .col-md-7 { padding-left:0;}
	.libro_home h3 { margin:0 0 5px;}
	.com_flexicontent.view-item.home .libro_home p.acquista_libro { margin-top:10px;}
	
	
}

/*
|--------------------------------------------------------------------------
| Tablet orizzontale e NetBook
|--------------------------------------------------------------------------
*/
@media (max-width: 979px) {
	.data_home { margin-top: 20px; display:inline-block; padding:0 20px;}
	.com_flexicontent.view-category #flexicontent h2 { margin-top:20px;}
	.com_flexicontent.view-category #flexicontent .image_descr p { line-height:1.7; margin:5px 30px 10px 0;}
	.nav > li > a { padding-left:15px; padding-right:0;}
	.sottotitolo_home { padding:0 20px;}
	.com_flexicontent.view-category #flexicontent .image_descr p { padding:0 20px; margin:5px 0 10px;}
	.com_flexicontent.view-category #flexicontent .readmore { margin-bottom:15px;}
	.com_flexicontent.view-category #flexicontent figure.image.left img { width:600px; max-width:100%;}
	.com_flexicontent.view-category #flexicontent figure.image.left, .com_flexicontent.view-category #flexicontent div.image.left { margin:0 !important; height:auto; }
	.infoblock.news .fcfile_downloadFile {display:inline-block;text-align: center;
    width: 100%;}
	.infoblock.news .fcfile_viewFile { clear:left; margin:10px 0 0; display:inline-block;text-align: center;
    width: 100%;}
	.com_flexicontent.view-item.home .contenuto_principale { padding:10px 20px;}   
	
}

/*
|--------------------------------------------------------------------------
| Tablet verticali e Phablet
|--------------------------------------------------------------------------
*/
@media (max-width: 767px) {
	
	



}
/*
|--------------------------------------------------------------------------
| Smartphone
|--------------------------------------------------------------------------
*/
@media (max-width: 667px) {
	.contenitore_menu { float:none;}
	#t3-content { padding-left:15px;}
	.com_flexicontent.view-item.home .contenuto_principale { padding:10px; }
	.com_flexicontent.view-category .pagination ul {   clear: both;
    display: inline-block;
    margin-top: 10px;
    padding-left: 0;}
	.com_flexicontent.view-category .pagination ul li { margin:0 3px 5px 0;}
	.t3-sidebar-right { padding-right:15px; padding-top:0;}
	.com_flexicontent.view-item.home .contenuto_principale img { margin:0 100% 15px 0;}
	
}
@media (max-width: 568px) {
	
	
}
@media (max-width: 480px) {
	

}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	 

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  
}



/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}






