/* Colori ----------- */

/* Formattazione generale ----------- */
footer {
	margin:0 auto 0 auto;
	padding:0rem 0;
	width:100%;
	text-align:left;
	position:relative;
	background:#009132;
}
footer p, footer address {
	width: 100%;
	padding:0.25rem 0;
	margin:0 0;
	font-style:normal;
	line-height:160% !important;
	font-size:0.875rem !important;
}
footer p span.nome {
	font-size:1.4rem !important;
}
footer p a {
	text-decoration:none;
	color:#FFF !important;
}
footer a {
	color:#FFF !important;
	text-decoration:none;
	font-weight:700;
}
footer a:hover {
	text-decoration: underline;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
footer {
	width:94%;
	padding:1.25rem 3%;
	background-size:contain;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
footer div.centro {
	margin:0 auto;
	padding:0.625rem 0 0 7rem;
	min-height:7rem;
	max-width: calc(90% - 7rem);
	background:url(../../../images/pubblico/logo.svg) no-repeat;
	background-size:6rem 6rem;
	background-position:0 0;
	position: relative;
	display: block;
}
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
aside#subMenu {
	border:none;
	margin:10px 0 0 0;
	padding:0 3% 1.25rem 3%;
	width:94%;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
aside#subMenu {
	border:none;
	margin:2.5rem 0 0 0;
	padding:0px 0px;
	width:20rem;
	float:right;
}
}