/* ========================================
   HERO SECTION
   ======================================== */
#contact-hero-description {
	max-width: 700px;
}
.hero-fullwidth {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 220px 0 70px 0;
	border-bottom: 1px solid #ddd;
	background-color: #ffffff;
}

.hero-fullwidth.hero-contact {
	padding: 280px 0 80px 0;
	position: relative;
	background: #fafafa url('../i/contact.jpg') no-repeat right top;
	background-size: fill;
	border-bottom: 1px solid #fff;
}

/* ========================================
   CONTACT INFO SECTION
   ======================================== */

.contact-box {
}

#contact-box-map {
	overflow: hidden;
}
#contact-map-container {
	height: 599px;
	width: 100%;
}

#contact-map-container iframe {
	border: 0;
	display: block;
}

/* ========================================
   MOBILE RESPONSIVE (max-width: 767px)
   ======================================== */

@media (max-width: 767px) {
	.hero-fullwidth.hero-contact {
		padding: 180px 0 60px 0 !important;
	}
}
