@font-face{
	font-family:Nexa;
	src:url(font/Nexa_Light.otf)
}
@font-face{
	font-family:Nexa;
	src:url(font/Nexa_Bold.otf);
	font-weight:bold;
}
body, button, input, textarea{
	font-family: 'Nexa', sans-serif;
	font-size:15px;
	color:#008ccc;
}
#footer-container{
	min-height:150px;
	text-align:center;
	bottom:0;
	width:100%;
	background-color:#ddd;
}
#footer{
	max-width:1150px;
	margin:auto;
}
.footer-info{
	display:inline-block;
	vertical-align:top;
	margin:0 20px;
	width:230px;
	min-height:150px;
}
.footer-info span{
	display:block;
	margin-top:40px;
}
.footer-icone{
	display:block;
	margin:10px auto;
	max-height:35px;
	max-width:35px;
}
.footer-info span a{
	color:#3a3a3a;
	text-decoration:none;
}
.footer-info a img{
	display:inline-block;
	max-height:35px;
	max-width:35px;
	margin:0 5px;
}