
#map {
    position: relative;
    height: 410px;
	width: 100%;
	margin-top:25px;
	margin-bottom:45px;
}

.gmap {
	width:100%;
	height:100%;
}

.preload-overlay {
	background-image:url(maps_overlay.jpg);
	background-size:cover;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index:10;
}

.preload-overlay .text-wrap {
	font-family:'Open Sans', Helvetica';
	text-align:left;
	width:320px;
	max-width:100%;
	background-color:rgba(255,255,255,0.9);
	padding:15px;
	border:1px solid #000;
	margin:15px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.preload-overlay .text-wrap p {
	text-align:left!important;
	display:block!important;
	font-size: 14px!important;
}

.preload-overlay h6 {
    font-size: 18px;
}

.preload-overlay .gmap-label {

    font-weight: normal;
    font-size: 14px;
    display: block;
    padding-left: 5px;

}

.preload-overlay .gmap-label a {
	color:#000000;
	text-decoration:underline;
}

.preload-overlay .gmap-label a:hover {
	color:#000000;
	text-decoration:underline;
}
