@charset "UTF-8";
/* CSS Document */

/* ----------- 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) {
	  
	.articolo.anteprima .titolo {font-size:0.92em!important;}
	.articolo .titolo{font-size:1.035em;line-height:1.27em;}
	.condividi{font-size:0.42em!important}
	.MB_1 .strip-rec-link-title {font-size:1em!important;line-height:1.2em!important;}
	.articolo.anteprima .titolocatbig { font-size: 0.91em!important;}
	 .articolo.anteprima .titolocat { font-size: 0.54em!important;}
	

}

/* ----------- 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) { 
	.articolo.anteprima .titolo {font-size:0.92em!important;}
	.articolo .titolo{font-size:1.035em;line-height:1.27em;}
	.condividi{font-size:0.42em!important}
	.MB_1 .strip-rec-link-title {font-size:1em!important;line-height:1.2em!important;}
	.articolo.anteprima .titolocatbig { font-size: 0.91em!important;}
	 .articolo.anteprima .titolocat { font-size: 0.54em!important;}
	 

}

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

	.articolo.anteprima .titolo {font-size:0.92em!important;}
	.articolo .titolo{font-size:1.035em;line-height:1.27em;}
	.condividi{font-size:0.42em!important}
	.MB_1 .strip-rec-link-title {font-size:1em!important;line-height:1.2em!important;}
	.articolo.anteprima .titolocatbig { font-size: 0.91em!important;}
	 .articolo.anteprima .titolocat { font-size: 0.54em!important;}
	

}

/* ----------- 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) { 
	.articolo.anteprima .titolo {font-size:0.92em!important;}
	.articolo .titolo{font-size:1.035em;line-height:1.27em;}
	.condividi{font-size:0.42em!important}
	.MB_1 .strip-rec-link-title {font-size:1em!important;line-height:1.2em!important;}
	.articolo.anteprima .titolocatbig { font-size: 0.91em!important;}
	 .articolo.anteprima .titolocat { font-size: 0.54em!important;}
	

}


/* ----------- 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) {
	.articolo.anteprima .titolo {font-size:0.92em!important;}
	.articolo .titolo{font-size:1.035em;line-height:1.27em;}
	.condividi{font-size:0.42em!important}
	.MB_1 .strip-rec-link-title {font-size:1em!important;line-height:1.2em!important;}
	.articolo.anteprima .titolocatbig { font-size: 0.91em!important;}
	 .articolo.anteprima .titolocat { font-size: 0.54em!important;}
	

}

/* ----------- 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) {
	.articolo.anteprima .titolo {font-size:0.92em!important;}
	.articolo .titolo{font-size:1.035em;line-height:1.27em;}
	.condividi{font-size:0.42em!important}
	.MB_1 .strip-rec-link-title {font-size:1em!important;line-height:1.2em!important;}
	.articolo.anteprima .titolocatbig { font-size: 0.91em!important;}
	 .articolo.anteprima .titolocat { font-size: 0.54em!important;}
	

}

/* ----------- 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) {
	.articolo.anteprima .titolo {font-size:0.92em!important;}
	.articolo .titolo{font-size:1.035em;line-height:1.27em;}
	.condividi{font-size:0.42em!important}
	.MB_1 .strip-rec-link-title {font-size:1em!important;line-height:1.2em!important;}
	.articolo.anteprima .titolocatbig { font-size: 0.91em!important;}
	 .articolo.anteprima .titolocat { font-size: 0.54em!important;}
	 

}

/* ----------- HTC One ----------- */

/* 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) {
	.articolo.anteprima .titolo {font-size:0.92em!important;}
	.articolo .titolo{font-size:1.035em;line-height:1.27em;}
	.condividi{font-size:0.42em!important}
	.MB_1 .strip-rec-link-title {font-size:1em!important;line-height:1.2em!important;}
	.articolo.anteprima .titolocatbig { font-size: 0.91em!important;}
	 .articolo.anteprima .titolocat { font-size: 0.54em!important;}
	 

}