#led-guide-image {
	background: url(/media/led-guide/intro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	background-position: bottom;
	height: 800px;
	position: relative;
}

#led-guide-intro {
	background: linear-gradient(120deg, rgba(0, 153, 255, 0.8), rgba(0, 72, 142, 1));
	padding: 30px 0;
	color: #09F;
	position: absolute;
	bottom: 0;
}

#led-guide-intro h1 {
	margin-bottom: 30px;
	text-align: center;
}

#led-types h4 {
	margin-top: 40px;
}

#div-margin-right {
	margin-right: 50px;
}

#intro-text h1 {
	text-align: center;
	color: #fff;
}

#lux-guard-section .margin {
	margin: 0 auto;
}

@media screen and (min-width: 770px) {
	#led-guide-intro {
		padding: 50px 0;
	}
}

@media screen and (min-width: 1600px) {
	#led-guide-intro {
		padding: 50px 0;
	}
}

@media screen and (min-width: 770px) {
	#intro-text {
		float: left;
		text-align: left;
		width: 48%;
	}

	#intro-content {
		float: right;
		width: 48%;
		color: white;
	}

	#intro-text h1 {
		text-align: left;
	}
}

#led-characteristics {
	background-color: #ffffff;
	color: #FFF;
	padding: 30px 0;
}

#led-characteristics p {
	color: #333;
}

#example {
	text-align: center;
}

#example p {
	text-align: left;
}

#characteristics {
	margin: 30px auto;
	max-width: 400px;
	width: 100%;
}

#characteristics img {
	width: 100%;
}

#characteristics figcaption {
	text-align: left;
	color: #333;
}

#key {
	margin-top: 50px;
}

#key table {
	border-collapse: collapse;
}

#key table tr {
	margin-top: 10px;
}

#key table th {
	border-top: 3px solid #06C;
	border-spacing: 0;
	color: #06C;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	width: 30%;
}

#key table td {
	border-top: 3px solid #06C;
	padding: 0 0 10px 0;
	width: 70%;
	color: #333;
}


#led-types {
	background: radial-gradient(at 60% 250%, #111, #333);
	background-color: #333;
	padding: 30px 0;
}

#led-types div {
	max-width: 1000px;
}

#led-types p,
#led-types ol {
	color: #fff;
}

#led-types ol li {
	margin: 10px;
}

@media screen and (min-width: 1100px) {
	#example {
		float: left;
		width: 48%;
	}

	#key {
		float: right;
		width: 48%;
		margin-top: 0;
	}

	#led-types {
		padding: 50px 0;
	}

	#led-characteristics {
		padding: 50px 0;
	}
}

@media screen and (min-width: 1600px) {
	#led-types {
		padding: 75px 0;
	}

	#led-characteristics {
		padding: 100px 0;
	}
}

/***************LED system protection******************/

#led-system-protection {
	text-align: center;
	padding: 60px 0;
	background-color: #fff;
}

#led-system-protection-intro-wrapper {
	display: inline-block;
	vertical-align: top;
}

#led-system-protection h2 {
	color: #06c;
	margin-bottom: 40px;
}

#led-system-protection p {
	text-align: left;
	width: calc(100% - 60px);
	max-width: 600px;
	margin: 20px auto;

}

#led-system-protection #two-types-wrapper {
	display: inline-block;
	vertical-align: top;
}

#led-system-protection #two-types-wrapper p {
	text-align: left;
	color: #06c;
	font-size: 1.2em;
	max-width: none;
}

#led-system-protection #two-types-wrapper div {
	border: 3px solid;
	padding: 20px 40px 50px 40px;
	width: calc(100% - 60px);
	position: relative;
	margin: 50px auto 150px auto;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}

#led-system-protection #two-types-wrapper #led-protect {
	border-color: #333;
}

#led-system-protection #two-types-wrapper #led-protect h4,
#led-system-protection #two-types-wrapper #lux-guard h4 {
	font-weight: bold;
	color: #06c;
}

#led-system-protection #two-types-wrapper #led-protect h4 span,
#led-system-protection #two-types-wrapper #lux-guard h4 span {
	color: #333;
}


#led-system-protection #two-types-wrapper #lux-guard:after {
	background-image: url(/media/led-guide/lux-guard.svg);
}

#led-system-protection #two-types-wrapper #led-protect:after,
#led-system-protection #two-types-wrapper #lux-guard:after {
	background-repeat: no-repeat;
	background-size: 120px 120px;
	background-position: center;
}

#led-system-protection #two-types-wrapper #lux-guard:after,
#led-system-protection #two-types-wrapper #led-protect:after {
	content: '';
	height: 120px;
	width: 120px;
	display: block;
	position: absolute;
	right: calc(50% - 60px);
	bottom: -80px;
}

#led-system-protection #two-types-wrapper #lux-guard {
	border-color: #06c;
}

@media screen and (min-width: 400px) {

	#led-system-protection #two-types-wrapper div {
		border: 3px solid;
		padding: 20px 40px;
		width: 200px;
		position: relative;
		margin: 50px auto;
		text-align: left;
		border-radius: 5px;
		box-sizing: inherit;
	}

	#led-system-protection #two-types-wrapper #lux-guard:after,
	#led-system-protection #two-types-wrapper #led-protect:after {
		right: -50px;
		top: -20px;
	}
}

@media screen and (min-width: 1000px) {
	#led-system-protection #two-types-wrapper div {
		width: 250px;
	}

	#led-system-protection {
		padding: 100px 0;
	}
}

/*******************LED Protect Section*********************/

#led-protect-section {
	padding: 60px 0;
	background-color: #049;
	text-align: center;
}

#led-protect-section h2 {
	color: #fff;
}

#led-protect-section #led-protect-text-wrapper {
	width: calc(100% - 60px);
	max-width: 600px;
	text-align: left;
	margin: auto;
	display: inline-block;
	vertical-align: top;
}

#led-protect-section #led-protect-diagram {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#led-protect-section #led-protect-text-wrapper p {
	color: #fff;
}

#led-protect-section #led-protect-icon {
	width: 200px;
}

#led-protect-text-wrapper img {
	width: 100%;
	margin-top: 50px;
}

@media screen and (min-width: 1000px) {
	#led-protect-section {
		padding: 100px 0;
	}

	#led-protect-section #led-protect-text-wrapper {
		margin-top: 50px;
	}

	#led-protect-section #led-protect-diagram {
		width: auto;
		margin-left: 50px;
	}
}

/*******************Lux Guard Section*********************/

#lux-guard-section {
	padding: 60px 0;
	background: radial-gradient(at 60% 250%, #777777, #000);
	background-color: #333;
	text-align: center;
}

#lux-guard-section h2 {
	color: #fff;
}

#lux-guard-section #lux-guard-text-wrapper {
	width: calc(100% - 60px);
	max-width: 600px;
	text-align: left;
	margin: 20px auto;
}

#lux-guard-section img {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 60px);
}

#lux-guard-section #lux-guard-text-wrapper p {
	color: #fff;
}

#lux-guard-section #lux-guard-icon {
	width: 200px;
}

@media screen and (min-width: 1000px) {

	#lux-guard-section {
		padding: 100px 0;
	}

	#lux-guard-section #lux-guard-text-wrapper {
		margin: 50px auto;
	}
}

@media screen and (min-width: 1250px) {

	#lux-guard-section img {
		display: inline-block;
		vertical-align: top;
		width: 45%;
	}
}

#example table {
	color: #333;
	border-collapse: collapse;
	width: 100%;
	max-width: 450px;
	font-size: 1.2em;
}

#example table th {
	color: #06c;
	font-weight: bold;
	text-align: left;
}

#example table tr {
	border-bottom: 1px solid #dddddd;
}

#example table th,
#example table td {
	padding: 5px 0;
}

#example table td.example-table-right-col {
	text-align: right;
	font-weight: bold;
}

#example table td.example-table-left-col {
	text-align: left;
}

#example table tr:last-child {
	background-color: #06c;
	font-size: 1.4em;
	color: #fff;
}

#example table tr:last-child td {
	padding: 5px 10px;
}

#example figcaption {
	width: 100%;
	max-width: 450px;
	color: #333;
	text-align: left;
	margin-top: 10px;
}
