/* Default styles found in style.css */

#sitetitle .imglogo2 { background:#fff url("../images/no-corruzione-logo.png") no-repeat top left; display: block;float: left; width: 670px; height: 150px}

#sitetitle .imglogo2 span { display: none}

/* quando scende sotto i */


@media screen and (max-width: 1050px)  { 
	#sitetitle .imglogo2 { background:transparent url("../images/no-corruzione-logo-small.png") no-repeat top left; display: block;float: left; width: 450px; height: 150px}
/*
*/
}

@media screen and (max-width: 870px)  { 
	/*#sitetitle .imglogo2 {background:black}*/
	#sitetitle .imglogo2 { background:transparent url("../images/no-corruzione-logo-small.png") no-repeat center center; display: block;float: left; width: 421px; height: 150px}
}

@media screen and (max-width: 770px)  {
/*	#sitetitle .imglogo2 {background:green}
	#sitetitle .imglogo2 { background:red url("../images/no-corruzione-logo-small.png") no-repeat left center; display: block;float: none; width: 100%; height: 150px}*/
	#sitetitle .fp {float: none; width: 100%; 	}
	.anaclogo {float: left;}
	.fplogo {float: right; margin-top:20px}
}
