.page-banner.float_l {
	background-image: url(../images/page-banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -44px;
}
.page-title.float_l {
	font-size: 50px;
	line-height: 56px;
	color: #fff;
	padding: 155px 0 12px 0;
}
.location-form.float_l {
	margin: -40px 0 0 0;
}

.l-form-main {
	background-color: #5fd621;
}
.location-map{z-index:1; position:relative; width:100%; float:left;}
.location-map-container{height:400px; width:100%; float:left; }
.l-form-main .text {
	float: left;
	background-color: #35911b;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	padding: 22px 30px;
}
.l-form-main .l-form {
	float: right;
	padding: 28px 30px 0 30px;
}
.l-form input[type="submit"] {
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	border: 1px solid #739f51;
	height: 28px;
	width: 60px;
	float: left;
	cursor: pointer;
	font-size: 0;
}
.l-form input[type="submit"]:hover {
	background-color: #4bcb08;
}
.l-form input[type="submit"], .l-form input[type="submit"]:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.l-form input[type="text"] {
	float: left;
	border: 1px solid #739f51;
	margin: 0 -2px 0 0;
	width: 445px;
	font-size: 16px;
	font-family: 'Avenir';
	font-style: italic;
	padding: 3px 8px;
	height: 28px;
}
.loc-boxes.float_l {
	padding: 30px 0 60px 0;
}
.loc-box {
	float: left;
	width: 25%;
	margin: 30px 0;
}
.loc-box .add-title {
	font-size: 24px;
	color: #4bcb08;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.loc-box a {
	float: left;
	margin: 20px 0 0 0;
	color: #fff;
	padding: 6px 45px;
	background-color: #000;
}
.loc-box a:hover {
	color: #FFFFFF;
	background-color: #4bcb08;
}





dl dt {
	float: left;
	clear: both;
	display: inline-block;
	width: 50px;
	margin-bottom: 20px;
}
dl dd {
	float: left;
	display: inline-block;
	margin-bottom: 20px;
}


.location-image img {
	border: 15px solid #e5eed4;
}








@media screen and (max-width: 1362px) {
	.page-banner.float_l {
	  background-size: cover;
	}
	.l-form-main .text {
	  font-size: 22px;
	  line-height: 28px;
	  padding: 15px;
	}
	.l-form input[type="text"] {
	  width: 410px;
	}
	.l-form-main .l-form {
	  padding: 15px;
	}
	.location-form.float_l {
	  margin: -28px 0 0;
	}
}
@media screen and (max-width: 992px) {
	.page-title.float_l {
	  font-size: 36px;
	  line-height: 42px;
	  padding: 130px 0 10px;
	}
	.l-form-main .text {
	  font-size: 20px;
	  line-height: 26px;
	}
	.l-form input[type="text"] {
	  width: 238px;
	}
	.loc-boxes.float_l {
	  padding: 30px 0;
	}
	.loc-box {
	  margin: 20px 0;
	  width: 33.33%;
	}
	.z-2of3 {
		width: 98%;
	}
	.location-image {
		width: 98%;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.page-title.float_l {
	  font-size: 28px;
	  line-height: 34px;
	  padding: 100px 0 10px;
	}
	.l-form-main .text, .l-form-main .l-form {
	  width: 100%;
	}
	.l-form-main .l-form {
	  float: left;
	}
	.l-form input[type="text"] {
	  width: 190px;
	}
	.location-form.float_l {
	  margin: 20px 0 0;
	}
	.loc-boxes.float_l {
	  padding: 15px 0;
	}
	.loc-box {
	  margin: 15px 0;
	  width: 100%;
	}
	.loc-box a {
	  margin: 10px 0 0;
	}
}