footer{
	background-color: #191919;
    color: #939393;
    margin-top: 2rem;
}
footer a {
	color: #939393;
}
footer a:hover {
	color: #fff !important;
}
footer ul {
	margin-left: 0;
}
footer li {
	list-style: none;
	margin-left: 0;
}
footer p {
	line-height: 18px;
	font-size: 14px;
}
.contatti h3 {
	color:#fff;
	margin-bottom:10px;
	margin-bottom: 20px;
}
.iconefooter{
	margin-top:3rem !important;
}
.footercopyright{
	background-color:#d9d9d9;
}
.recapiti {
    font-size: 0.8rem;
    line-height: 16px;
}
.row.contatti .columns {
    border-right: 1px dotted #939393;
}
.row.contatti .columns:last-child {
	border-right:none;
}
.row.contatti {
    padding-top: 30px;
}

@media only screen and (max-width:40em){
	footer {
		margin-top:0px;
	}
	footer ul li {
		line-height: 35px;
	}
	.recapiti {
		font-size: 1rem;
		line-height: 30px;
	}
}