@charset "utf-8";
/* CSS Document */

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, sub, sup, 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;
}

/* ----------------------------- END CSS REEST ---------------------- */
body {
	font-family: Arial;
}

.header {
	width: 100%;
	height: 60px;
	background: #181818;
	position: fixed;
	z-index: 9999999;
}
.header .text {
	padding-top: 20px;
	padding-left: 25px;
	color: white;
	margin-top: -5px;
}

.header .name {
	font-weight: bold;
	font-size: 30px;
	padding-right: 100px;
}

.header .menu {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 100px;
	color: #666;
	float: right;
}
.header .menu a {
	text-decoration: none;
	color: white;
	margin-left: 20px;
}
.header .menu a:hover {
	color: #666;
}

.wrapper {
	width: 100%;
}

ul {
}

ul li {
}

ul li .container {
	width: 100%;
	height: 80%;
	position: relative;
}

ul li .container .image img{
	width: 100%;
	height: 859px;
	z-index: 100;
}

ul li .container .content {
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 9999;
	text-shadow: 0px 0px 7px #3d393d;
	filter: dropshadow(color=#3d393d, offx=, offy=0);
}

ul li .container .content h1 {
	font-size: 70px;
}

ul li .container .content p {
	font-size: 18px;
	text-align: right;
}

#first-slide {
	color: white;
	
}

#first-slide h1 {
	margin-top: -350px;
	margin-left: 300px;
}

#first-slide p {
	width: 580px;
	margin-top: 10px;
	margin-left: -85px;
}

#second-slide {
}

#second-slide h1 {
	margin-top: 200px;
	margin-left: -550px;
	color: #F29813;
}
#second-slide p {
	text-align: left;
	width: 500px;
	margin-left: -549px;
	color: white;
}

#third-slide h1 {
	color: black;
	margin-left: -500px;
	margin-top: -300px;
}

#third-slide .list {
	margin-left: -500px;
	margin-top: 20px;
}

#third-slide .box {
	float: left;
	border: 1px solid #ccc;
	margin-left: 10px;1
}

#third-slide .box .thumb img{
	width: 150px;
	height: 150px;
}

#third-slide .box .name {
	background: rgba(255, 255, 255, 0.6);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#third-slide a {
	text-decoration: none;
}
#third-slide .box:hover .name {
	background: rgba(0, 0, 0, 0.3);
}

#quad-slide h1 {
	color: #377C64;
	margin-left: -500px;
	margin-top: -300px;
}

#quad-slide p {
	margin-left: -490px;
	text-align: left;
	color: white;
	margin-top: 15px;
}

#quad-slide p span {
	color: #ccc;
}

.footer {
}