footer {
	height: 40px;
	padding-bottom:10px;
	padding-top:5px;
	font-size: 0.9em;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 100%;
	text-shadow: 0px 1px 1px #000;
	color: #e36d1f;
	background: rgba(10,10,10,0.95);
	position: fixed;
	z-index: 5;
	bottom: 0;
	margin-bottom: !important;
}

.yellow {
	color:#fc0;
}

.orange {
	color:#e36d1f;
}

.opax {
	opacity:0.8;
}

.valign {
	vertical-align: middle !important;
}

.halign {
	text-align: center;
}

.jumbotron {
	padding: 20px;
	margin-bottom: 20px;
	color: inherit;
	background-color: rgba(10,10,10,0.3);
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 200;
}

.spazio {
	padding: 20px;
	margin-bottom: 30px;
}

#map {
	margin-top: 0px;
	border:#e36d1f 2px solid;
	border-radius: 4px;
	width: 100%;
	height: 400px;
}