@import "player.css";
@import "reveal.css";
html, body {
	margin:0;
	padding:0
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, time, article, aside, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit
}
table {
	border-collapse:collapse;
	border-spacing:0
}
ol, ul {
	list-style:none
}
q:before, q:after, blockquote:before, blockquote:after {
	content:""
}
html {
	overflow-y:scroll;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
a:focus {
	outline:thin dotted
}
a:hover, a:active {
	outline:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, header, footer, article, aside {
	display:block
}
audio, canvas, video {
	display:inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
display:none
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-0.5em
}
sub {
	bottom:-0.25em
}
img {
	border:0;
	-ms-interpolation-mode:bicubic
}
button, input, select, textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
*vertical-align:middle
}
button, input {
	line-height:normal;
*overflow:visible
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button
}
input[type="search"] {
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
textarea {
	overflow:auto;
	vertical-align:top
}

* {
	margin:0;
	padding:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

html {
	background-color: #000;
}

body {
	font-family: helvetica, arial, verdana, trebuchet, "trebuchet ms";
	font-size: 15px;
	color: #c5c5c5;
	text-align: left;
	background-color: #000;
	line-height: 21px;
}
a, a:visited, a:active {
	cursor:pointer;
	text-decoration:none;
	color:#e37102;
}
a:hover {
	color:#fff
}
h1, h2, h3, h4 {
	color:#fff;
	font-family: 'Lato', sans-serif;
}

p { margin: 0 0 14px 0; line-height: 24px; }
strong { color: #fff; font-weight: bold; }
p span { font-weight: bold; font-style: italic; color: #fff; text-transform: uppercase; }

.wrapper { width: 900px; margin: 30px auto; background: url(images/background.jpg) no-repeat top #000b29; border: 10px solid #fff; 
	-moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }

header {
	display: block;
	width: 900px;
	height: 430px;
	clear: both;
}
header h1, header h2 {
	display: block;
	width: 100%;
	height: 50px;
	text-indent: -9999px;
	outline: none;
}

.container {
	width: 850px;
	height: auto;
	padding: 25px;
	clear: both;
}
	.tall {  }
	
.container h3, .container h4 {
	display: block;
	clear: both;
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 5px solid #fff;
}
.container h3 span, .container h4 span { color: #e37102; }
.container h4 { font-size: 20px; margin-top: 25px; text-transform: uppercase; }

.container ul { 
	width: 850px; 
	padding-top: 10px;
	float: left; 
}

.container ul a {
	display: block;
	float: left;
	width: 260px;
	margin: 0 20px 0 0;
	border: 2px solid #233e6b;
	-moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;
	color: #fff;
}

.container ul a:hover { border: 2px solid #242424; }

.container ul li {
	float:left;
	margin:0;
	padding: 10px 10px 10px 55px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 195px;
	letter-spacing: 0px;
	color: #fff;
}

.container ul li.e4m {
	background:url(images/email.png) no-repeat top left #193159;
}
.container ul li.fb {
	background:url(images/like.png) no-repeat top left #193159;
}
.container ul li.twt {
	background:url(images/tweet.png) no-repeat top left	#193159;
}

.container ul li.e4m:hover, .container ul li.fb:hover, .container ul li.twt:hover { background-color: #000;}

.reveal-colorbox {
	text-align:left;
	color:#222;
}
.reveal-colorbox h1 {
	text-align:left;
	font-family: 'Lato', sans-serif;
	font-size:30px;
	font-weight: 300;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 3px solid #000;
}
.reveal-colorbox a {
	color:#0155b3;
	font-size:30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	display: block;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px dashed #e5e5e5;
}
.reveal-colorbox a:hover {
	color:#000;
}
.reveal-colorbox .fb-like {
	margin:15px 0 0 0
}

.ET_Font {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.ET_RequiredField {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 10px;
	color: #FF0000;
}
.ET_FormTable {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-top: 20px;
}
.ET_FieldLabel {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.ET_FieldDescription {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	width: 120px;
}
.ET_FormTable tr td {
	padding: 0 5px 15px 0;
}
.ET_FormTable tr td input {
	width: 320px;
	padding: 7px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#ts-e4m form {
	margin-top:25px
}
#ts-e4m form input[type="submit"] {
	font-family: 'Lato', sans-serif;
	font-size:30px;
	background:#000;
	border:0;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	line-height:normal!important;
	margin:0;
	padding:15px;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-appearance:none
}
#ts-e4m form input[type="submit"]:hover, #ts-e4m form input[type="submit"]:active {
	background:#0450ba;
	color: #fff;
}
#ts-e4m form input[type="email"] {
	font-family: 'Lato', sans-serif;
	height:80px!important;
	font-size:48px;
	width:390px;
	color:#222;
	background:0;
	border:0;
	float:left;
	padding:5px;
	border:solid 1px #000;
	text-shadow:none!important;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}

#twitter {
	margin:15px 0 0 0
}
#twitter #tweetlabel {
	margin:0 0 5px 0;
	float:right
}
#twitter .tweet textarea {
	font-family: 'Lato', sans-serif;
	width:98%;
	font-size:24px;
	padding:5px
}
#twitter .button input[type="submit"] {
	font-family: 'Lato', sans-serif;
	font-size:30px;
	background:#000;
	border:0;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	line-height:normal!important;
	margin:3px 0 0 0;
	padding:16px 10px;
	width:100%;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-appearance:none
}
#twitter .button input[type="submit"]:hover, #twitter .button input[type="submit"]:active {
	background:#0450ba;
	color: #fff;
}

#mainspc label {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight: 300;
	color: #fff;
	padding: 10px 0;
	clear: both;
}
#mainspc textarea {
	border: 1px solid #034288;
	padding: 5px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 10px;
}
#mainspc .button {
	font-family: 'Lato', sans-serif;
	font-size:30px;
	background:#e37102;
	border:0;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	line-height:normal!important;
	margin:3px 0 0 0;
	padding:10px 0;
	width:300px;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-appearance:none
}
#mainspc .button:hover {
	background:#fff;
	color: #000;
}

footer {
	clear: both;
	text-align:center;
	padding: 10px 0 45px 0;
	text-transform: uppercase;
}
footer h2 {
	font-size:19px;
	width: auto;
	padding: 15px 0 10px 0;
	margin: 0 auto;
}
footer a { font-weight: bold; }