#main-wrapper {
	background-color: #FFF;
}

#product-applications-container {
	max-width: 1280px;
}

section.introduction {
	box-sizing: border-box;
	background-color: #FFF;
	background-size: cover;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 25%;
	min-height: 300px;
}

#tunnel-introduction {
	background-image: url(/media/product/tunnel-lighting/top-banner.jpg);
}

#amenity-introduction {
	background-image: url(/media/product/amenity-lighting/top-banner.jpg);
}

#road-introduction {
	background-image: url(/media/product/aspect/top-banner.jpg);
}

#handrail-introduction {
	background-image: url(/media/product/handrail-lighting/top-banner.jpg);
}

#crossings-introduction {
	background-image: url(/media/product/pedestrian-crossings/top-banner.jpg);
}

#ev-charging-introduction {
	background-image: url(/media/product/ev-charging/top-banner.jpg);
}

#intro-text {
	position: relative;
	background-color: #E22;
	background-color: rgba(238, 34, 34, 0.8);
	bottom: 100px;
	padding: 10px 20px;
}

#intro-text h1 {
	color: #FFF;
}

#intro {
	border-bottom: 2px solid #E22;
	margin-top: -58px;
}

#links .flexibox {
	text-align: center;
}

#links a {
	display: block;
	width: 100%;
}

#links img {
	width: 100%;
}

#product-applications-container img:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 770px) {
	#links a {
		width: 48%;
	}

	#links a.left {
		float: left;
	}

	#links a.right {
		float: right;
	}
}

#product-bar-2 h3,
#location-photos h3 {
	color: #E22;
	margin-bottom: 10px;
}

@media screen and (max-width: 770px) {
	#breadcrumb-wrapper {
		display: none;
	}
}

#product-bar-1 {
	background-color: #FFF;
	width: 100%;
}

#product {
	position: relative;
	width: 100%;
}

@media screen and (min-width: 770px) {
	#product {
		margin: 0 6%;
		width: 88%;
	}
}

@media screen and (min-width: 1600px) {
	#product {
		margin: 0 10%;
		width: 80%;
	}
}

@media screen and (min-width: 2000px) {
	#product {
		margin: 0 20%;
		width: 80%;
	}
}

#made-in-britain {
	height: 142px;
	width: 85px;
}

#product-gallery {
	margin-bottom: 30px;
	position: relative;
}

#product-gallery #productNext,
#product-gallery #productPrev {
	cursor: pointer;
	height: 50px;
	margin-top: -37.5px;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 10;
}

#product-gallery #productNext {
	right: 0;
}

#product-gallery #productPrev {
	left: 0;
}

#product-gallery .aperture img {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

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

@media screen and (min-width: 770px) {
	#product-gallery #productNext,
	#product-gallery #productPrev {
		display: none;
	}
}

@media screen and (min-width: 636px) {
	#product-gallery .aperture img {
		left: 50%;
		margin-left: -300px;
		width: 600px;
	}
}

@media screen and (min-width: 1120px) {
	#product-gallery {
        float: right;
        margin-bottom: 0;
        width: 55%;
    }

	#product-gallery .aperture img {
		left: 0;
		margin-left: auto;
		width: 100%;
	}
}

#product-gallery #product-thumbs {
	display: none;
}

@media screen and (min-width: 770px) {
	#product-gallery #product-thumbs {
		bottom: 25px;
		display: block;
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 20;
	}

	#product-gallery #product-thumbs li {
		cursor: pointer;
		display: inline-block;
		height: 20px;
		margin: 0 3px;
		width: 50px;
	}

	#product-gallery #product-thumbs li div {
		background-color: #CCC;
		height: 4px;
		margin: 8px 0;
		width: 50px;
	}

	#product-gallery #product-thumbs li.active div {
		background-color: #E22;
	}
}

#p1 {
	display: table;
	width: 100%;
}

#p2 {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 1120px) {
	#p1 {
		width: 50%;
	}
}

@media screen and (min-width: 1600px) {
	#p1 {
        width: 45%;
    }
}

#product-name {
	display: table;
	margin-left: 6%;
}

@media screen and (min-width: 770px) {
	#product-name {
		margin: 0;
	}
}

#bullet-wrapper {
	display: table-cell;
	padding-top: 0;
	vertical-align: top;
	width: 50px;
}

@media screen and (min-width: 1200px) {
	#bullet-wrapper {
		padding-top: 3px;
	}
}

#product-bullet {
	float: left;
	height: 40px;
	width: 40px;
}

#title-wrapper {
	display: table-cell;
	vertical-align: top;
	width: auto;
}

#title-wrapper h2 {
	color: #E22;
	font-size: 40px;
	margin: 0;
	padding-top: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
	#title-wrapper h2 {
		font-size: 55px;
	}

	#bullet-wrapper {
		width: 70px;
	}

	#product-bullet {
		height: 55px;
		width: 55px;
	}
}

@media screen and (min-width: 2000px) {
	#title-wrapper h2 {
		font-size: 65px;
	}

	#bullet-wrapper {
		width: 85px;
	}

	#product-bullet {
		height: 60px;
		width: 60px;
	}
}

#overview {
    margin: 15px 6%;
    /*padding-bottom: 30px;*/
    color: #E22;
}

#overview p {
    font-size: 1em;
}

#dark-sky-container {
    padding: 0 6% 15px 6%;
}

@media screen and (min-width: 770px) {
    #overview {
        margin: 20px 0;
        /*padding-bottom: 50px;*/
    }

    #dark-sky-container {
        padding: 0 0 15px 0;
    }
}

@media screen and (min-width: 1120px) {
	#overview {
		padding-bottom: 0;
	}
}

#product-bar-2 {
	margin: 0;
	padding: 50px 0;
	background-color: #F1F4F9;
}

#product-bar-2-content {
	margin: 0 6%;
	width: 88%;
}

ul#icons {
	list-style: none;
	padding: 0;
}

ul#icons li {
	display: inline;
	margin-right: 2px;
}

ul#icons li img {
	height: 30px;
}

#video-wrapper {
	background-color: #f1f4f9;
	width: 80%;
}

.evo-nano-vids {
	border: none;
	padding-top: 2em;
	width: fit-content;
	height: 190px;
}

@media screen and (min-width: 580px) {
	.evo-nano-vids {
		width: 500px;
		height: 277px;
	}

	div#video-wrapper h4 {
		margin-top: 0.5em;
	}
}

@media screen and (min-width: 1600px) {
	#product-bar-2 {
		padding: 100px 0;
	}

	#product-bar-2-content {
		width: 80%;
		margin: 0 10%;
	}
}

@media screen and (min-width: 2000px) {
	#product-bar-2-content {
		width: 60%;
		margin: 0 20%;
	}
}

#specification {
	width: 100%;
}

#specification .spec-icons-left {
	width: 48%;
	float: left;
	height: 240px;
}

#specification .spec-icons-right {
	width: 48%;
	float: right;
	height: 240px;
}

#specification div {
	position: relative;
	height: 60px;
}

#specification span {
	color: #E22;
}

#specification img {
	margin: 5px 0;
	height: 50px;
	width: 50px;
	position: absolute;
	left: 0;
}

#specification p {
	margin: 0;
	padding: 0;
	color: #333;
	position: absolute;
	left: 55px;
	top: 18px;
}

#documents {
	margin-bottom: 20px;
}

#documents img {
	width: 60px;
	margin: 10px 20px 10px 0;
}

#specification h3,
#documents h3,
#photometry h3 {
	border-bottom: solid #CCC 2px;
	padding-bottom: 5px;
}

#photometry img {
	max-width: 100%;
}

@media screen and (min-width: 600px) {
	#specification {
		width: 100%;
	}

	#documents,
	#photometry {
		float: left;
		width: 48%;
	}

	#photometry {
		margin-left: 4%;
	}
}

@media screen and (min-width: 1280px) {
	#specification {
		width: 46%;
		float: left;
	}

	#documents,
	#photometry {
		margin-left: 4%;
		width: 23%;
	}
}

.separator {
	border-bottom: 2px dotted #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.video-box {
	background: #F1F4F9 url(/media/icon/video-guide.png) no-repeat 10px 50%;
	border: 1px solid #DDD;
	display: none;
	margin: 0 0 10px 0;
	padding: 20px 15px 20px 70px;
	width: 310px;
}

.video-box:hover {
	background-color: #F1F4F9;
}

#documents h2 {
	padding: 0;
}

#documents ul.catalogue {
	margin-bottom: 30px;
}

#location-photos {
	background-color: #555;
}

#location-photos h3 {
	margin-left: 6%;
}

@media screen and (min-width: 1600px) {
	#location-photos h3 {
		margin-left: 10%;
	}
}

@media screen and (min-width: 2000px) {
	#location-photos h3 {
		margin-left: 20%;
	}
}

#location-gallery {
	background: #555 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;
}

.enquire-image {
	height: 80px;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}

table {
	font-size: 0.8em;
	border-collapse: collapse;
	width: 100%;
}

tr {
	vertical-align: top;
}

td {
	border: 1px solid #333;
	padding: 3px 0 2px 5px;
}

.white-background {
	background-color: #FFF;
}

#controls-logos {
    background-color: #FFF;
    text-align: center;
}

#controls-logos img {
    width: 100%;
    max-width: 300px;
}

img#dark-sky-logo {
    width: 100px;
}
