

.contact-container {
	position: relative;
	min-height: 120px;
}

.form-container {
	background: #8c9192; 
	padding: 25px;
	margin-bottom: 30px;
}

.contact-container .photo {
	float: left;
	/*margin-right: 12px;*/
}

.contact-container .name {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}

.contact-container .title {
	display: block;
}

.contact-container .email {
	display: block;
}

.form-subhead {
	color: #fcce01;
	border-bottom: dotted 2px #fcce01;
	max-width: 65%;
	text-transform: uppercase;
}

.form-group label {
	color: #fcce01;
	font-weight: 100;
}

.half-width {
	display: inline-block; 
	width: 49%;
	vertical-align: top;
}

.field-with-error, .field-with-error:focus {
	border: 1px solid #f1592a;
	box-shadow: 0 0 6px 0 #f1592a;
}

.checkbox label {
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.5;
}

.btn-send-form {
	background: #fcce01;
	color: #8c9192;
	border-radius: 6px;
	text-transform: uppercase;
	transition: background 0.2s;
}

.btn-send-form:hover {
	color: #8c9192;
	background: #e3b901;
}

.send-container {
	text-align: right;
}

.warranty-container {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 0;
}

.business-hours {
	background: #76bd1d; 
	padding-top:7px; 
	padding-bottom: 7px; 
	padding-left: 70px; 
	color: #fff;
}

.contact-filters-image {
	z-index: 0; 
	position: absolute; 
	right: 55px; 
	top: -167px; 
	width: 553px;
}

.business-info {
	padding-top:7px; 
	padding-bottom: 7px; 
	padding-left: 70px; 
	position: relative;
}


@media (max-width: 768px) {
	.form-column {
		padding-left: 0;
		padding-right: 0;
	} 

	.form-wrapper {
		padding-left: 0;
		padding-right: 0;
	} 

	.btn-send-form {

	}

	.btn-warranty {
		text-align: center;
	}

	.contact-container {
		margin: 0 0 25px 0;
	}
	.send-container {
		text-align: center;
	}

	.warranty-container {
		text-align: center;
	}
}

@media (max-width: 1200px) {
	 .contact-filters-image {
 		right: 10px;
 	}
}

@media (max-width: 992px) {
 	.xs-filters-container {
 		padding: 0; 
 		background: #76bd1d; 
 		height: 80px; 
 		margin-top: 120px; 
 		position: relative;
 	}


 	.xs-filters {
		position: absolute; 
		bottom: -50px; 
		width: 100%;
		z-index: 1;
 	}
}

@media (max-width: 768px) {
 	.xs-filters-container {
 		padding: 0; 
 		background: #76bd1d; 
 		height: 60px; 

 		position: relative;
 	}


 	.xs-filters {
		position: absolute; 
		bottom: -50px; 
		width: 100%;
		z-index: 1;
 	}

 	.business-hours, .business-info {
		padding-left: 15px;
 	}
}

@media (max-width: 600px) {

}

@media (max-width: 450px) {
 	.xs-filters-container {
 		height: 40px;
 		margin-top: 60px;
 	}

 	.xs-filters-container>div {
 		height: 0px;
 		padding: 0;
 	}

 	 .xs-filters {
		bottom: -60px;
 	}
}
