@charset "UTF-8";
/* CSS Document */
.safeflushnews {
	background-color: #F15A24;
	color: white;
	padding: 20px;
	font-size: 17px;
	font-weight: 200;
}
.safepurgebanner {
	background-image: url(../images/showerhead5.jpg);
	background-size: cover;
	background-position: 50%;
	height: 250px;
	padding: 100px 0 0 0;
	position: relative;
}
.spinstallleft {
		width: 100%;
		text-align: center;
	}
.spinstallright {
	width: 100%;
}
.spvideo {
	display: block;
	position: relative;
	border: thin #000000 solid;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
}
.sppic {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
}
.mib {
	position: absolute;
    bottom: 0px;
    right: 0px;
	z-index: 100;
}

.spheadtext {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 15px;
	font-weight: 400;
	z-index: 100;
}

@media (min-width: 500px) {
	.spheadtext {
		top: 15px;
		left: 15px;
		font-size: 20px;
	}
}
@media (min-width: 982px) {
	.spinstallleft {
		width: 35%;
		float: left;
	}
	.spinstallright {
		margin-top: 60px;
		width: 65%;
		float: right;
	}
}

@media (min-width: 1055px){
	body {
		max-width: 1200px;
	}
	.safeflushnews {
		padding: 30px;
	}
}