/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:300|PT+Serif:400);

#Header {
	background-color: #000;
	width: 1211px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	height: 150px;
}


/* The navbar container */
.menu {
	top: 155;
	width: 1211px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #1540fd;
	margin-left: auto;
	margin-right: auto;
}

/* Navbar links */
.menu a {
	float: left;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: underline;
	font-weight: bold;
}

/* Links - change color on hover */
.menu a:hover {
	background-color: #738cfe;
	color: #ffffff;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(wild_oliva.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 10px;
	color: #CCC;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

h1 {
	text-align: center;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#NavBarHome {
	height: 30px;
	width: 1211px;
	margin-right: auto;
	margin-left: auto;
}

#NavBar {
	height: 40px;
	width: 1211px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	background-color: #000;
	width: 1211px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999;
	border-left-color: #999;
	border-top-style: none;
	border-bottom-style: none;
}

#wrapper #footer {
	height: 50px;
	clear: both;
	background-color: #000;
	width: 1211px;
	background-image: url(footer1.jpg);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


.marquee { font-size:16px; height:325px; max-width:920px; margin: 10px auto 10px auto; border: 0px; }

.marquee .marquee_data { display: none; }


.marquee .marquee_stage_large { height: inherit; position: relative; overflow: hidden; }

.marquee .marquee_container_1,
.marquee .marquee_container_2 { height: inherit; position: absolute; top: 0px; left: 0px; width: 100%; }
.marquee .marquee_container_1 { z-index: 101; }
.marquee .marquee_container_2 { z-index: 102; }

.marquee .marquee_panel {
	height: inherit; width: 100%; 
	poition: absolute; top: 0px; left: 0px; 
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
}

.marquee .marquee_panel .panel_caption {
	width: 68%;
	position: absolute; bottom: 35px; left: 0px;
	margin-left: 16%;
	font-family: 'Lato', sans-serif;
	padding-bottom: 50px;
}

.marquee .marquee_panel .panel_caption h3 { font-family: 'Arial', serif; margin: 0px 0px 0px 0px; font-weight: 600; font-size: 2.2em; color:#fff; }
.marquee .marquee_panel .panel_caption p { margin: 0px 50px 15px 50px; color: #888; font-size: 1.3em; color: rgba(255,255,255,.75); }
.marquee .marquee_panel .panel_caption a.cta { display: inline-block; background-color: rgba(255,255,255,0); text-transform: uppercase; color:#fff; font-size: .9em; padding: 6px 20px; transition: background-color .7s, border .7s; border: 1px solid rgba(255,255,255,.5); border-radius: 5px; text-decoration: none; }

.marquee .marquee_panel .panel_caption a:hover { background-color: rgba(255,255,255,.6); color:#000; border-color: rgba(255,255,255,0); }

.marquee .overlay {
		position: absolute; left: 0px; top: 0px;
	width: 100%; height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0) 10%, rgba(0,0,0,.7)95%);
	background-size: 100%;
}

.marquee .marquee_nav {
	position: absolute; bottom: 10px; left: 0px;
	text-align: center; width: 100%;
	z-index: 103;
}

.marquee .marquee_nav div {
	display: inline-block;
	width: 10px; height: 10px;
	border: 2px solid rgba(255,255,255,.5);
	border-radius: 50%;
	margin: 0px 8px 0px 8px;
	cursor: pointer;
	transition: background-color .4s, border .4s;
}

.marquee .marquee_nav div:hover { border-color: #fff; background-color: rgba(255,255,255,.2); }

.marquee .marquee_nav div.selected { background-color: #fff; }

.marquee .btn {
	width: 39px; height: 39px;
	background: rgba(255,255,255,.2) no-repeat;
	background-size: 50px 30px ;
	position: absolute; top: 192px;
	cursor: pointer;
	border-radius: 50%; border: 2px solid rgba(255,255,255.5);
	transition: background-color .4s, border .4s;
}
.marquee .btn:hover { border-color: #fff; background-color: rgba(0,0,0,.6); }
.marquee .btn.prev {
	left:20px; z-index: 104;
	background-image: url(../images/arrow_left.svg); background-position: -8px 4px;
}
.marquee .btn.next {
	right: 20px; z-index: 105;
	background-image: url(../images/arrow_right.svg); background-position: -3px 4px;
}

#wrapper #bodyArea {
	width: 1211px;
	background-color: #000;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
}

#wrapper #bodyArea #Specs {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	width: 1211px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 10px;
}

#wrapper #bodyArea #title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 1190px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.0;
	list-style-type: none;
}

#wrapper #bodyArea #titletwo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 1190px;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.0;
	list-style-type: none;
}

#wrapper #bodyArea #title #subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 0px;
}

#wrapper #bodyArea #title #subtitletwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
}

#wrapper #bodyArea #Message {
	width: 1000px;
	text-align: center;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	padding-top: 50px;
	padding-bottom: 100px;
}
#wrapper #bodyArea #contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: small;
}
#wrapper #bodyArea #space {
	height: 325px;
	width: 1211px;
}

#wrapper #bodyArea table tr td embed {
	margin: 0px;
	padding: 0px;
}
