#introduction {
	background: url(/media/cleanroom-lighting/cleanroom-banner.jpg) no-repeat 50% 50%;
	background-size: cover;
	margin: 0 0;
	padding: 0;
	height: 300px;
	position: relative;
}

#white-bar {
	background-color: #FFF;
	padding: 50px 0;
	position: relative;
}

#about-cleanroom {
	float: left;
	color: #09F;
	width: 100%;
}

@media screen and (min-width: 900px) {
	#about-cleanroom {
		width: 55%;
	}
}

#about-cleanroom h1 {
	margin-bottom: 30px;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
}

@media screen and (min-width: 900px) {
	#about-cleanroom h1 {
		font-size: 2em;
	}
}

#about-cleanroom p {
	color: #049;
}

#white-bar img {
	position: relative;
	margin: 20px auto 0 auto;
	width: 100%;
}

@media screen and (min-width: 525px) {
	#white-bar img {
		max-width: 450px;
		margin: 50px 0 50px -225px;
		left: 50%;
	}
}

@media screen and (min-width: 900px) {
	#white-bar img {
		margin: 70px 0 50px 0;
		width: 40%;
		float: right;
		left: 0;
	}
}

@media screen and (min-width: 1280px) {
	#white-bar img {
		margin: 70px 0 50px 4%;
		width: 450px;
	}
}

@media screen and (min-width: 1600px) {
	#white-bar img {
		margin: 70px 0;
	}
}

#blue-bar {
	background-color: #09F;
	position: relative;
}

#location-gallery {
	background: #09F url(/asset/media/loading.gif) no-repeat center center;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#location-gallery #locationNext,
#location-gallery #locationPrev {
	cursor: pointer;
	height: 50px;
	margin-top: -25px;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 10;
}

#location-gallery #locationNext {
	right: 0;
}

#location-gallery #locationPrev {
	left: 0;
}

@media screen and (min-width: 770px) {
	#location-gallery #locationNext,
	#location-gallery #locationPrev {
		margin-top: -50px;
	}

	#location-gallery #locationNext {
		height: 100px;
		width: 100px;
	}

	#location-gallery #locationPrev {
		height: 100px;
		width: 100px;
	}
}

@media screen and (min-width: 1150px) {
	#location-gallery #locationNext,
	#location-gallery #locationPrev {
		height: 150px;
		margin-top: -75px;
		width: 150px;
	}
}

@media screen and (min-width: 2000px) {
	#location-gallery #locationNext,
	#location-gallery #locationPrev {
		height: 200px;
		margin-top: -100px;
		width: 200px;
	}
}

#location-gallery div.aperture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 5;
}

#location-gallery div.aperture img {
	display: none;
}

#location-gallery div.aperture img.active {
	display: block;
}

#location-gallery div#locationCounter {
	bottom: 10px;
	color: rgba(255, 255, 255, 0.8);
	left: 50%;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	width: 60px;
	z-index: 9;
}

#luminaire-wrapper {
	margin: 50px auto;
}

#luminaire-wrapper h2 {
	margin: 0 0 20px 0;
}
