#map_canvas {
	display: block;
	height: 100%;
	min-height: 990px !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#mapCanvasOverlay {
	display: block;
	height: 100%;
	min-height: 1000px !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

form label {
	color: #fff;
}
form textarea {
	height: 200px;
}

.social ul {
	list-style: none;
}
.social ul a {
	
}
.social ul a i {
	display: inline-block;
	text-align: center;
	width: 20px;
}