footer{
	/*background:white;
	background-image: url('/circuito/img/footer-min.jpg');
	min-height: 350px;	*/
	background-size: contain;
	background-repeat: no-repeat;
	position:relative;
	background:#232323;
	color:white;
}
footer a:not(.btn){
	color: white;
	font-weight:500;	
}
footer hr{
	border-top: 1px solid rgba(255, 255, 255, .1);
}
/*footer::after{
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:'';
}*/

#sostieni{
	
}
.footer-heading{
	font-size: 21px;
	font-weight:500;
	margin-bottom:35px;	
	position: relative;
	color: white;
    text-transform: uppercase;
    font-weight: 300;
}
.footer-heading::before{
	content: '';
	display:inline-block;
	width: 80px;
	height: 1px;
	position: absolute;
    bottom: -10px;
	left: 0;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important;
}


#footer{
	display:flex;
	max-width: 1480px;
	margin: auto;
	flex-wrap: wrap;
	font-size: 14px;
    color: #c5c5c5;
    font-weight: 300;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 767px) { 
	#footer{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
}
#footer  .footer-icon{
	height: 70px;	
}
#footer  .footer-icon .material-icons{
	font-size: 60px;
}
#footer .footer-icon img{
	height: 50px;
}
#footer #footer-logo img{
	max-width: 160px;	
}
#footer > div{
	flex: 1.5;
	padding-left: 15px;
	padding-right: 15px;
}
#footer > div#footer-logo{
	flex: 0.5;
}
#footer > div#contatti,
#footer > div#social{
	flex: 1;
}
#footer > div#factotum,
#footer > div#newsletter{
	flex: 1.25;
}

/*
#footer > div:first-child{
	justify-content: start;
	text-align:left;
}
#footer > div:nth-child(2){
	justify-content: center;
	text-align:center;
}
#footer > div:last-child{
	justify-content: end;
	text-align:right;
}*/
@media (max-width: 767px) { 
	#footer > div:first-child,
	#footer > div:nth-child(2),
	#footer > div:last-child{
		text-align:left;
	}
	#footer > div{
		flex:none;
		flex: 0 0 100%!important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#footer #footer-logo{
		padding-top: 15px;
		padding-bottom: 0px;
	}
}
#copyright{
	font-size:13px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}
#copyright > div{
	max-width: 1450px;
	margin: auto;
}


#social{
	text-align: center;	
	padding: 30px;
}
#social .btn-icon{
	width: 60px;
	height: 60px;	
	border: 1px solid white;
}
#social .btn-icon::before{
	width: 60px;
	height: 60px;	
	background-color: white;
}

#social > a{
	color:white;
	
	margin: auto;
	font-size: 30px;
	display:flex;
	align-items: center;
	justify-content: center;
	font-weight:300;
}
#prefooter > a:hover,
#prefooter > a:focus,
#prefooter > a:active,
#prefooter > a:visited
{
	text-decoration: none;
	opacity:0.7;
}
#prefooter .material-icons{
	font-size: 30px;
	margin-right: 6px;	
}
@media (max-width: 767px) { 
	#prefooter > a{
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1.2;
	}
	#prefooter .material-icons{
		font-size: 38px;
    	margin-right: 13px;
	}
}