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

/* Formattazione generale ----------- */
footer {
	margin:0 auto 0 auto;
	padding:0.625rem 0;
	width:100%;
	text-align:left;
	position: relative;
	background:#CB333B!important;
}
footer p, footer address {
	padding:0 0;
	margin:0 0;
	color:#FFFFFF !important;
	font-style: normal!important;
}
footer p span.nome {
	color:#FFF !important;
}
footer p a {
	text-decoration:none;
	color:#FFFFFF !important;
}

footer p a:hover {
	text-decoration:none;
	color:#231F20 !important;
}

footer div.centro {
	width:100%;
	margin:0 auto;
	padding:0 0;
}
footer h1 {
	padding:0 0;
	margin:0 0;
	color:#FFF !important;
	font-size: 1.5rem;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
footer {
	width:94%;
	padding:1rem 3% 1rem 3%;
	position:relative;
	text-align:center;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
footer div.centro {
	margin:0 auto;
	padding:1rem 0 1rem 0rem;
	max-width:75rem;
	position: relative;
	min-height: 5.4rem;
}
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
aside#subMenu {
	display: none;
	border:none;
	margin:0px 0 0 0;
	padding:1.25rem 3% 1.25rem 3%;
	width:94%;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
aside#subMenu {
	display: none;
	border:none;
	margin:0rem 0 0 0;
	padding:1.25rem 0;
	width:100%!important;
}
}