@media print 
{
   #bigContainer #navigation,
   #headerContent #social,
   #header #navigation,
   #header #slogan,
   #headerContent #top,
   #breadcrumb,
   #annuncioPage #ritorna,
   #annuncioPage #social,
   #annuncioPage #searchBox,
   #annuncioPage #content #annuncio #right,
   #annuncioPage #content #annuncio #gallery,
   #annuncioPage #widgetContact,
   #annuncioPage .title:nth-child(1),
   #annuncioPage #center .title:nth-child(6),
   #annuncioPage #annuncio #sx #sx_content .title:nth-child(5),
   #annuncioPage #center #video,
   #annuncioPage #center #widgetMappa,
   #footer
   {
   	display : none!important;
   }

   p,
   h1
   {
   	color : #000!important;
   }

	#annuncioPage #center #bigImage
	{
      -webkit-print-color-adjust: exact;
	}

   #annuncioPage #content #annuncio #center
   {
   	width : 100%!important;
   }

   #annuncioPage #content #annuncio #center #datiImmobile ul li
   {
      width: 49%;
   }
}