.container-btm-space {
	margin-bottom: 60px;
}

.img-circle {
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 6px #cdcdcd;
}

.map {
	background: #f8f8f8;
	height: 200px;
}

.nopad {
	padding-left: 0px;
	padding-right: 0px;
}

.nomarg {
	margin-left: 0px;
	margin-right: 0px;
}

@media (max-width: 767px) {
	.maprow {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.map-left-content {
	width: 375px;
	height: 80px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

@media (max-width: 767px) {
	.map-left-content {
		text-align: center;
		width: 375px;
		height: 80px;
		margin: auto;
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
	}
}

.map-left-content h1 {
	margin-top: -10px;
}

.footer {
	border-bottom: 10px solid #717174;
	margin-top: 35px;
}

.copy {
	position: absolute;
	bottom: 5px;
}

footer p {
	margin: 0px;
	bottom: 0px;
	font-size: 12px;
	color: #48484a;
}
