.fadeview {
	width: 100%;
	min-height: 800px;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.fadecover {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.5;
	transition: opacity 100ms;
}


.fadeview .foreground {
	max-width: 1366px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: transparent;
	transition: opacity 1s;
	opacity: 1;
	text-align: center;
}

.fadeview .foreground h2 {
	font-family: 'BrandonText-Light';
	font-size: 50pt;
	color: rgb(255, 255, 255);
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	margin-bottom: 0px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.fadeview .foreground img.headericon {
	max-width: 200px;
	height: 120px;
	margin-bottom: 35px;
}

.fadeview .foreground img.icon {
	width: 125px;
	height: 125px;
	margin-bottom: 25px;
}

.fadeview .foreground .item.consumption {
	margin-top: 10px;
}

.fadeview .foreground img.consumption {
	width: 290px;
	height: 290px;
	margin-bottom: 0px;
}

.fadeview .foreground ol {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	max-width: 1200px;
}

.fadeview .foreground .item {
	display: inline-table;
	text-align: center;
	width: 280px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 50px;
}

.fadeview .foreground p {
	font-family: 'BrandonText-Regular';
	font-size: 20pt;
	color: rgb(255, 255, 255);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}

.fadeview .foreground p.consumption {
	font-family: 'BrandonText-Medium';
	font-size: 40pt;
	color: rgb(255, 255, 255);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}

.fadeview .foreground p.consumption .bold {
	font-family: 'BrandonText-Bold';
	font-size: 75pt;
}

.fadeview .foreground p.light {
	font-family: 'BrandonText-Thin';
}