/* footer */
footer {
	background-color: #002c3f;
	color: #fff !important;
	border-top: 10px solid #4a96d2;
}
footer .section {
	padding: 80px 0;
}
footer .dati {
	font-size: 1rem;
}
footer .dati img {
	height: 28px;
	width: auto;
	margin-bottom: 1rem;
}

/* social */
footer .social {
	margin-top: 40px;
	text-align: center;
}
footer .social i {
	font-size: 2rem;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #fff;
}
footer .social i:hover {
	color: #4a96d2;
}
/* social */

.menu-footer {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.menu-footer {
		margin-bottom: 20px;
	}
}
.menu-footer a {
	color: #fff !important;
	text-decoration: none;
	transition: .3s ease;
	margin-bottom: 3px;
}
.menu-footer a:hover {
	color: #4a96d2 !important;
	text-decoration: none;
}
.top-menu-footer {
	font-size: 1.33rem;
	font-weight: 600;
}
.rui-text {
	margin-top: 40px;
	padding-top: 40px;
	text-align: center;
	font-size: .9rem;
	border-top: 1px solid #fff;
}
.rui-text a {
	color: orange;
}
/* footer */











