body {
}
.company-name {
	margin-top: 10px;
}
.nav-justified {
	margin-bottom: 15px;
}
.jumbotron h1, .jumbotron .lead {
	text-shadow: 1px 1px 1px #000;
}
#about-us .img-thumbnail {
	padding: 10px;
	border-radius: 0px;
}
#address {
}
#map-container {
	min-height: 350px;
}
form[name^="contact-form"] {
}
.marginB10 {
	margin-bottom: 10px;
}
a.fb-bg,
a.fb-bg:hover {
	color: #ffffff;
	background: #3C5A99;
}
@media (min-width: 1024px) {
	.slick-prev, .slick-next {
		width: 50px;
		height: 50px;
	}
	.slick-prev {
		left: -50px;
	}
	.slick-next {
		right: -50px;
	}
	.slick-prev:before, .slick-next:before {
		color: #88B513!important;
		font-size: 50px!important;
	}
	.slick-initialized .slick-slide {
		padding: 0px 5px;
	}
}
@media (max-width: 1024px) {
	iframe {
		width: 100% !important;
	}
}
@media screen and (max-width: 998px) {
	iframe {
		width: 100%;
	}
	.company-name {
		display: none;
	}
	form[name^="contact-form"] div {
		margin-bottom: 10px;
	}
	.footer div, .footer span {
		text-align: center;
	}
}