@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #000;
}
#wrapper {
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
}
#box1 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 90;
	height: 450px;
	width: 100%;
	float: left;
	background-image: url(img/a1.jpg);

	background-repeat: no-repeat;
}
#box2 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 89;
	height: 450px;
	width: 100%;
	background-image: url(img/a2.jpg);
	background-repeat: no-repeat;
	float: left;
}
#box3 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 87;
	height: 450px;
	width: 100%;
	background-image: url(img/a3.gif);
	background-repeat: no-repeat;
	float: left;
}
#box4 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 86;
	height: 450px;
	width: 100%;
	background-image: url(img/a4.gif);
	background-repeat: no-repeat;
	float: left;
}
#box5 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 85;
	height: 450px;
	width: 100%;
	background-image: url(img/a5.gif);
	background-repeat: no-repeat;
	float: left;
}
#box6 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 84;
	height: 450px;
	width: 100%;
	background-image: url(img/a6.jpg);
	background-repeat: no-repeat;
	float: left;
}
#box7 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 83;
	height: 450px;
	width: 100%;
	background-image: url(img/a7.jpg);
	background-repeat: no-repeat;
	float: left;
}
#box8 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 83;
	height: 450px;
	width: 100%;
	background-image: url(img/a8.jpg);
	background-repeat: no-repeat;
	float: left;
}
h2 {
	width: 100%;
	padding-top: 150px;
	font-size: 24px;
	line-height: 25px;
	color: #33CCFF;
	font-family: Roboto, "Roboto Black", "Roboto Condensed", "Arial Unicode MS", Calibri;
	float: left;
	
}
h3 {
	width: 100%;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 20px;
	font-family: Roboto, "Roboto Black", "Roboto Condensed", "Arial Unicode MS", Calibri;
	font-size: 14px;
	float: left;
	clear: both;
}
.right {
	float:right;
	text-align: left;
	width:40%;
}
.left {
	width: 35%;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
body {
	background-color: #000;
}
#wrapper {
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
}
#box1 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 90;
	height: 450px;
	width: 80%;
	float: left;
	background-image: url(img/a1.jpg);
	background-size:cover;
	background-size:1000px auto;
	background-position:bottom;
	background-repeat: no-repeat;
}
#box2 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 89;
	height: 450px;
	width: 80%;
	background-image: url(img/a2.jpg);
	background-size:cover;
	background-size:1000px auto;
	background-position:bottom;
	background-repeat: no-repeat;
	float: left;
}
#box3 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 87;
	height: 450px;
	width: 80%;
	background-image: url(img/a3.gif);
	background-size:cover;
	background-size:1000px auto;
	background-position:bottom;
	background-repeat: no-repeat;
	float: left;
}
#box4 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 86;
	height: 450px;
	width: 80%;
	background-image: url(img/a4.gif);
	background-size:cover;
	background-size:1000px auto;
	background-position:bottom;
	background-repeat: no-repeat;
	float: left;
}
#box5 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 85;
	height: 450px;
	width: 80%;
	background-image: url(img/a5.gif);
	background-size:cover;
	background-size:1000px auto;
	background-position:bottom;
	background-repeat: no-repeat;
	float: left;
}
#box6 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 84;
	height: 450px;
	width:80%;
	background-image: url(img/a6.jpg);
	background-size:cover;
	background-size:1000px auto;
	background-position:bottom;
	background-repeat: no-repeat;
	float: left;
}
#box7 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 83;
	height: 450px;
	width: 80%;
	background-image: url(img/a7.jpg);
	background-size:cover;
	background-size:1000px auto;
	background-position:bottom;
	background-repeat: no-repeat;
	float: left;
}
#box8 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 83;
	height: 450px;
	width: 80%;
	background-image: url(img/a8.jpg);
	background-size:cover;
	background-size:1000px auto;
	background-position:bottom;
	background-repeat: no-repeat;
	float: left;
}
h2 {
	width: 100%;
	padding-top: 150px;
	font-size: 20px;
	line-height: 25px;
		padding-right:50px;
	color: #33CCFF;
	font-family: Roboto, "Roboto Black", "Roboto Condensed", "Arial Unicode MS", Calibri;
	float: left;
	
}
h3 {
	width: 100%;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 20px;
	padding-right:50px;
	font-family: Roboto, "Roboto Black", "Roboto Condensed", "Arial Unicode MS", Calibri;
	font-size: 12px;
	float: left;
	clear: both;
}
.right {
	float:right;
	text-align: left;
	width:40%;
}
.left {
	width: 35%;
}
}

@media screen and (max-width: 767px){
body {
	background-color: #000;
}
#wrapper {
	width: 100%;
	}
#box1 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 90;
	height: 200px;
	width: 100%;
	float: left;
	background-image:url(img/light.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
 
	
		
}
#box2 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 89;
	height: 200px;
	width: 100%;
	background-image:url(img/light.jpg);
	float: left;
	background-position:bottom;
	background-repeat: no-repeat;
}
#box3 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 87;
	height: 200px;
	width: 100%;
	background-image:url(img/light.jpg);
	float: left;
	background-position:bottom;
	background-repeat: no-repeat;
}
#box4 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 86;
	height: 200px;
	width: 100%;
	background-image:url(img/light.jpg);
	float: left;
	background-position:bottom;
	background-repeat: no-repeat;
}
#box5 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 85;
	height: 200px;
	width: 100%;
	background-image:url(img/light.jpg);
	float: left;
	background-position:bottom;
	background-repeat: no-repeat;
}
#box6 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 84;
	height: 200px;
	width: 100%;
	background-image:url(img/light.jpg);
	float: left;
	background-position:bottom;
	background-repeat: no-repeat;
}
#box7 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 83;
	height: 200px;
	width: 100%;
	background-image:url(img/light.jpg);
	float: left;
	background-position:bottom;
	background-repeat: no-repeat;
}
#box8 {
	box-shadow: inset 0px 0px 10px 2px #000;
	z-index: 83;
	height: 200px;
	width: 100%;
	background-image:none;
	float: left;
	background-position:bottom;
	background-repeat: no-repeat;
}
h2 {
	width: 100%;
	padding-top: 0px;
	font-size: 24px;
	line-height: 25px;
	color: #33CCFF;
	font-family: Roboto, "Roboto Black", "Roboto Condensed", "Arial Unicode MS", Calibri;
	float: left;
	
}
h3 {
	width: 100%;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 20px;
	font-family: Roboto, "Roboto Black", "Roboto Condensed", "Arial Unicode MS", Calibri;
	font-size: 14px;
	float: left;
	clear: both;
}
.right {
	text-align: left;
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	margin:0 auto;
	padding-left:0px;
	
}
.left {
	width: 100%;
	text-overflow:ellipsis;
	overflow:hidden;
	margin:0 auto;
	
}
}