#head {
	margin:0 0 0 0;
	padding:0;
	width:100%;
	position:relative;
	z-index:3000;
	transition:all ease-in 600ms;
	display:inline-block;
}
header {
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
}
header img {
	display:none;
}
header a#logo {
	border:0;
	display:inline-block;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {	
header a#logo {
	border:0;
	display:inline-block;
	background:url(../../../images/pubblico/logo.png) no-repeat center center;
	width:227px;
	height:110px;
	margin:0.3125rem 0 0.3125rem 3%;
	background-size: contain;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
#head {
}
#head.scroll {
	position:fixed;
	top:0rem;
	left:0;
}
header a#logo {
	border:0;
	display:inline-block;
	background:url(../../../images/pubblico/logo1200.png) no-repeat center center;
	width:650px;
	height:110px;
}
header {
	max-width:75rem;
	text-align:left;
}
#head.scroll header a#logo {
	display:none;
}
}