

body {
	font-size: 15px;
}



.home-banner {
	min-height: 680px;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 90px 0;
	background: transparent url('../images/home_banner.jpg') no-repeat 50% 50%;
	background-size: cover;
	border: none;
}

.home-banner .bg-image {
	position: absolute;
	display: none;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.home-banner .overlay {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 1;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5) url('../images/choose.svg') no-repeat 50% 25% / 45% auto;
}



.home-banner .banner-content {
	margin-top: 60px;
	margin-left: 60px;
	color: #fff;
	width: 40%;
	font-size: 18px;
}

.home-banner .banner-content .blurb {
	padding-right: 70px;
}


.home-banner .banner-content .bouncing-mouse {
	margin: 0 auto;
	display: inline-block;
}





/* Enquiry Form =============================================== */
#contact-form {
	margin-top: 40px;
	padding-top: 17px;
	font-size: 15px;
	position: relative;
}

#contact-form:before {
	content: " ";
	display: block;
	width: 300px;
	height: 6px;
	background: #fcc500;
	position: absolute;
	top: -6px;
}

#contact-form .form-control {
	margin: 0 0 8px;
}
#contact-form input, #contact-form select {
	background: #fff none repeat scroll 0 0;
}
#contact-form .bordered {
	border: none;
	margin: 0 0 15px 0;
	padding: 5px 0;
}

#contact-form .inspection-details {
	margin-top: 15px;
}

#contact-form .bordered label {
	margin: 0;
}

#contact-form textarea.form-control {
	padding-top: 12px;
}

#contact-form button {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #000;
	padding: 10px 15px;
	float: none;
	margin-top: 10px;
}
#contact-form button i.fa {
	margin-right: 3px;
}




/* ======================================================================== */
/* Xtra-Large Screens  ==================================================== */

@media (min-width: 1200px) {

	.header-container {
		width: 100%;
		padding-left: 15px !important;
		padding-right: 40px !important;
	}


	.home-banner .bg-image {
		width: 100%;
		bottom: -20%;
	}

	.home-banner .overlay {
	   background-size: 640px auto;
	}

	.home-banner .feature-box {
		width: auto;
		float: none !important;
	}
}

/* ======================================================================== */
/* Mobile ================================================================= */




@media (max-width: 991px) {

	.main {
		padding-left: 30px;
		padding-right: 30px;
	}


	.home-banner {
		height: auto;
		min-height: 0;
		position: relative;
		overflow: visible;
		width: 100%;
		margin-bottom: 0;
		background: none;
		border: none;
	}

	.home-banner .bg-image {
		position: static;
		display: none;
		z-index: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		max-width: 100%;
	}

	.home-banner .overlay {
		content: " ";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #000;
		opacity: 1;
		z-index: 2;
		background: rgba(0, 0, 0, 0.5) url('../images/choose.svg') no-repeat 50% 60px / 90% auto;
	}

	.home-banner .banner-content {
		margin: 0 0 40px 0;
		padding: 50px 30px 0 30px;
		width: auto;
	}

	.home-banner .banner-content .banner-title {
		height: 235px;
	}


	.home-banner .banner-content .blurb {
		padding: 0;
		position: relative;
		color: #000;
		font-size: 15px;
		margin-top: 65px;
	}


	.home-banner .boxes-holder {
		position: relative;
		bottom: 0;
		width: 100%;
		color: #fff;
		background: rgba(0,0,0,0.5);
		z-index: 3;
	}

	.home-banner .feature-box {
		width: auto;
		text-align: center;
		margin: 0 -15px;
		padding: 30px 20px 40px 20px;
	}
	.home-banner .feature-box.yellow {
		margin: 0 -15px;
	}
	.home-banner .feature-box.green {
		float: none;
	}


	.home-banner .feature-box:hover:before {
		top: 0;
	}


	#contact-form:before {
		width: 100%;
	}
/*

	.footer {
		text-align: left;
		padding-left: 35px;
		padding-right: 35px;
	}

	.footer .small-links {
		text-align: left;
	}

	.footer .small-links li {
		padding-left: 0;
	}
	
	.footer .social-links {
		text-align: left;
	}
	.footer .social-links a {
		display: inline-block;
		width: 36px;
	}*/

}

@media (min-width: 480px) and (max-width: 991px) {
	.home-banner {
		background-size: cover;
	}

	.home-banner .banner-content .blurb {
		color: #fff;
		margin-top: 25px;
		padding-bottom: 30px;
	}

}




@media (min-width: 992px) and (max-width: 1199px) {

	.home-banner .banner-content {
	    width: 65%;
	    font-size: 18px;
	}

	.footer .address {
		padding: 35px;
		margin-top: -10px;
	}

}



