#footer{
	width: 100%;
    margin: 0px auto;
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
    z-index: 100;
    background: white;
}
#footer .content{
	width:1020px;
	margin:60px auto;
}
#footer .content .footercontent{
	width: 100%;
	text-align: center;
}
#footer .content .footercontent .facebook, #footer .content .footercontent .play-video, #footer .content .footercontent .instagram{
	display: inline-block;
	width: 200px;
	text-align: center;
	vertical-align: top;
	line-height: 190px;
	color: #B3B3B3;
	text-decoration: none;
}

#footer .loghi-footer{
	text-align: center;
	margin-bottom:30px;
}
#footer .loghi-footer h2{
	font-family:'Futura-pt';
	font-size : 21px;
	line-height : 38.19px;
	color : #B3B3B3;
	margin:30px 0 0 0;
	text-transform: uppercase;
}
#footer .loghi-footer .items{
	font-size:0;
}
#footer .loghi-footer .items a{
	display:inline-block;
	width:16.66666%;
	min-width:160px;
	padding:0 15px;
	box-sizing:border-box;
}
#footer .loghi-footer .items a img{
	width:100%;
	display:inline-block;
	margin:0;
	opacity:0.5;
}
#footer .loghi-footer .items a:hover img{
	opacity:1;
}
#footer .indiegogo img{
	width: 204px;
	}
#footer .text{
  font-family: 'proxima-nova',sans-serif;
  font-size: 12px;
  color: #B8B8B8;
  text-align: center;
}
#footer .text a{
	color:#444;
	text-decoration: none;
}
#footer .text a.agenzia-rossa{
  color: #B8B8B8;
}

#footer .menu{
	display:block;
	width:100%;
	height:80px;
	margin:0;
	padding:0px;
	text-indent:0;
	list-style: none;
	text-align: center;
}
#footer .menu li{
	display: inline-block;
}
#footer .menu li a{
	font-family:'Futura-pt';
	font-size : 21px;
	line-height : 38.19px;
	color : #B3B3B3;
	text-decoration: none;
	font-weight: bold;
}
#footer .menu li:after{
	content:'|';
	color : #B3B3B3;
	margin:0 10px;
}
.lang-en #footer .menu li:after{
	margin:0 13px;
}
#footer .menu li:last-child:after{
	content:'';
}
#footer .menu li.current.active a{
	color:#B7DFD8;
}

@media only screen and (max-width:1024px){
	#footer,
	#footer .content{
		width:100%;
		margin:0;
	}
	#footer .menu{
		text-align: center;
	}
	#footer .menu li:after{
		content:'';
		margin:0 0;
		display: none;
	}
	#footer .menu li{
		margin:0 10px;
	}
}
@media only screen and (max-width:820px){
	#footer .menu{
		text-align: center;
	}
	#footer .menu li a{
		font-size:16px;
	}
	#footer .menu li:after{
		margin:0 4px;
	}
	#footer .social{
	  width:100px;
	  height:100px;
	  line-height:104px;
	  margin-left:20px;
	}
	#footer .social a{
		margin:0 5px;
	}
	#footer .tipventures{
		width: 130px;
		height: 102px;
		margin-left:-94px;
	}
	#footer .tipventures img{
		width:100%;
	}
	#footer .indiegogo{
		width:113px;
		height:102px;
		right:20px;
	}
	#footer .indiegogo img{
		width:100%;
	}
}
@media only screen and (max-width:425px){
	#footer .menu{
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:20px;
		text-align: center;
	}
	#footer .menu li{
		display:block;
		margin:0 auto;
	}
	#footer .menu li:after{
		content:'';
	}
	#footer .social,
	#footer .tipventures,
	#footer .indiegogo{
		position: static;
		top:auto;
		left: auto;
		right: auto;
		margin:30px auto;
		
	}
	.lang-en #footer .tipventures{
		right:auto;
		margin:30px auto;
	}
}