#map, .field-map {
	max-height: 180px;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}

.field--name-field-map .field-map {
	max-height: 280px;
}

.mapPopUp {
	height: 80%;
	width: 85%;
	display: none;
}

.pop-up {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 9999999;
}

.bg_overlay {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: -2000px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999999;
}

.close_up {
	position: absolute;
	top: 0px;
	right: -32px;
	background: #fff;
	color: #000;
	padding: 10px;
	z-index: 1;
	cursor: pointer;
}

.loading_gif {
	background-image: url("../img/loadingAnimation.gif");
	height: 90px;
	width: 90px;
	background-repeat: no-repeat;
	z-index: 9;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	background-size: 100%;
	margin: -45px auto 0;
	display: none;
}
