/*-------------- NEW ENVIRONMENT PAGES ----------------*/
.enviro-header {
	max-width: 1280px;
	width: 100%;
	height: 435px;
	margin: 0;
	padding: 15px 0 0 0;
}
.enviro-header h1 {
	font-weight: 100;
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 1px 2px #000;
	text-align: center;
}
.enviro-header p {
	font-weight: 100;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
}
.enviro-box {
	max-width: 1280px; width: 100%; height: 375px; background-size: cover; padding: 0; margin: 0;
}
.enviro-stripe {
	max-width: 1275px; width: 100%; height: 25px; background: rgba(255,255,255,0.7); padding: 5px 0 0 0; margin: 0; float: right;
}
.enviro-stripe-title {
	width: 325px; font-size: 18px; font-weight: 600; float: right; text-align: left;
}
.enviro-detail {
	float: right; width: 305px; padding: 10px 20px; margin: 0; background: rgba(255,255,255,0.7); overflow: hidden; text-align: right; border-radius: 0 0 0 15px;
}
.enviro-detail p {
	text-align: left; color: #000; margin: 0; padding: 0 0 10px 0; font-size: 13px; line-height: 18px;
}
.enviro-detail ul {
	padding: 0 0 0 30px; margin: 0; text-align: left; width: 120px; float: left; font-size: 13px; line-height: 18px;
}
.enviro-footer {
	max-width: 1240px; width: 100%; padding: 20px; margin: 0;
}
.enviro-footer h3 {
	width: 80%;
}
.enviro-footer p {
	width: 80%;
}
.enviro-footer ul {
	width: 80%;
}
