﻿@media (min-width: 992px) {
.contact-half-map {
	height: 450px;
	position: relative;
	margin-top: 25px;
}

.map-left {
	background: url('../../graphics/dark-dots.png') left center, rgba(0,0,0,0.75);
	position: relative;
	z-index: 1;
	height: 450px;
	width: 50%;
	padding-left: 20px;
}

.map-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: rgba(0,0,0,0.75);
	border-width: 30px;
	margin-top: -30px;
}

p.address {
	margin-bottom: 10px;
	margin-top: 10px;
}

.map-left div.content-heading {
	padding-bottom: 50px;
}

}
