#head {
	margin:0 0 0 0;
	padding:0;
	width:100%;
	position:relative;
	z-index:3000;
	display:inline-block;
}
header {
	margin:0 auto;
	padding:0;
	position:relative;
	width: 100%;
}
a#logo {
	border:0;
	padding:0;
	display:block;
}
#head a#logo {
	background:url(../../../images/pubblico/logo.svg) no-repeat center left;
	background-size:contain;
	height:6.875rem;
	width:12rem;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {	
header {
	width:100%;
}
a#logo {
	margin:0rem auto 0.3125rem auto;
	z-index:3000;
	max-width:50%;
}
header h1 {
	position: relative;
	text-align: center;
	font-size: 1rem;
	line-height: 1rem;
	margin: 0;
	padding: 0;
	color: #444;
}
header h1 small {
	text-transform: uppercase;
	font-size: 0.75rem;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
header {
	background: #FF651C!important;
	padding-top: 1rem;
}
a#logo {
	margin:0rem 0 -4rem calc(50% - 37.5rem);
	z-index:3100!important;
	position: relative;
}
header h1 {
	position: absolute;
	top:0.875rem;
	left: calc(50% - 24.5rem);
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin: 0;
	padding: 0;
	color: #FFF;
}
header h1 small {
	text-transform: uppercase;
	font-size: 0.875rem;
}
#head {
	border: none !important;
}
}