.banner-txt p {
	margin: 100px 0 0;
	font-weight: bold;
	font-family: arial;
}
.contact-map {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.contact-masked {
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	padding: 80px 0;
	overflow: hidden;
	position: absolute;
	background: rgba(0,0,0,0.61);
}
.contact-masked h2 {
	font-size: 64px;
	line-height: 65px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 20px -5px;
	font-family: "arial black";
}
.contact-masked h4 {
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
}
.contact-masked p {
	font-size: 24px;
	line-height: 32px;
}
.contact-masked p strong {
	float: left;
	display: block;
}
.contact-masked p strong em {
	width: 48px;
	display: inline-block;
}
.contact-masked p a {
	color: #FFFFFF;
}
.contact-masked p a:hover {
	color: #e60012;
	text-decoration: underline !important;
}
@media only screen and (max-width: 750px) {
	.banner-txt {
		height: 170px;
	}
	.banner-txt p {
		margin: 75px 0 0;
	}
	.contact-map {
		height: 400px;
	}
	.contact-masked {
		padding: 40px 0;
	}
	.contact-masked h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 10px -3px;
	}
	.contact-masked h4 {
		font-size: 16px;
		line-height: 25px;
	}
	.contact-masked p {
		font-size: 16px;
		line-height: 22px;
	}
	.contact-masked p strong em {
		width: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.banner-txt p {
		margin: 90px 0 0;
	}
	.contact-map {
		height: 500px;
	}
	.contact-masked {
		padding: 60px 0;
	}
	.contact-masked h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 10px -3px;
	}
	.contact-masked h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.contact-masked p {
		font-size: 20px;
		line-height: 28px;
	}
	.contact-masked p strong em {
		width: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner-txt p {
		margin: 95px 0 0;
	}
	.contact-map {
		height: 550px;
	}
	.contact-masked {
		padding: 70px 0;
	}
	.contact-masked h2 {
		font-size: 56px;
		line-height: 60px;
		margin: 0 0 15px -4px;
	}
	.contact-masked h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.contact-masked p {
		font-size: 22px;
		line-height: 30px;
	}
	.contact-masked p strong em {
		width: 44px;
	}
}
@media only screen and (min-width: 1400px) {
	.banner-txt p {
		margin: 100px 0 0;
	}
	.contact-map {
		height: 600px;
	}
	.contact-masked .container {
		width: 1120px;
	}
	.contact-masked {
		padding: 80px 0;
	}
	.contact-masked h2 {
		font-size: 64px;
		line-height: 65px;
		margin: 0 0 20px -5px;
	}
	.contact-masked h4 {
		font-size: 24px;
		line-height: 35px;
	}
	.contact-masked p {
		font-size: 24px;
		line-height: 32px;
	}
	.contact-masked p strong em {
		width: 48px;
	}
}