@font-face {
    font-family: EffraHeavy-Regular;
    src: url(EffraHeavy-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Effra-Regular;
    src: url(Effra-Regular.ttf) format('truetype');
}

@font-face {
    font-family: EffraMedium-Regular;
    src: url(EffraMedium-Regular.ttf) format('truetype');
}

@font-face {
	font-family: Myriad Pro;
	src: url(MyriadPro-Regular.woff) format('woff');
}

*{
	margin: 0; padding: 0; border: 0;
}

body{
	background: #003056 url(../images/bg.png) bottom center no-repeat;
	color: #fff;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 48px;
}

.slogan{
	font-family: EffraHeavy-Regular;
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 28px;
}
.logo-icon {
    display: inline;
    width: 55px;
    margin-right: 15px;
}
header h1 {
    display: inline;
    font-family: EffraHeavy-Regular;
    font-size: 75px;
}
header h1 sup{
	font-family: sans-serif;
  font-size: 35px;
}
form {
	display: inline-block;
	width: 315px;
}

form .desc{
	font-family: Myriad Pro;
	font-size: 18px;
	margin-top: 28px;
	margin-bottom: 48px;
	text-transform: uppercase;
	width: 340px;
	margin-left: -10px;
}

form input[type=email]{
	width: 288px; padding: 0 14px;
	height: 49px; line-height: 50px;
	background: #fff;
	font-size: 18px;
	color: #282828;
	display: inline-block;
	font-family: Effra-Regular;
	float: left;
}

form input[type=submit]{
	width: 138px;
	height: 49px; line-height: 50px;
	background: #DD0000;
	font-size: 18px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-family: EffraHeavy-Regular;
	float: left;
	cursor: pointer;
	margin-top: 100px;

}

footer{
	margin-top: 83px;
}

footer p{
	display: block;
	margin-bottom: 26px;
	font-size: 19px;
	font-family: EffraMedium-Regular;
}

footer a{
	margin: 0 8px;
}

#message{
	background: #fff;
	color: #282828;
	box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	position: fixed;
	width: 280px;
	height: 48px;
	line-height: 48px;
	font-family: EffraMedium-Regular;
	font-size: 18px;
	text-align: center;
	left: 50%;
	margin-left: -140px;
	top: 50%;
	margin-top: 0px;
	z-index: 2;
}

#layout{
	position: fixed; z-index: 1;
	top: 0; left: 0; width: 100%; height: 100%;
	background: #000; opacity: 0.6;
}

textarea{
width: 288px;
padding: 0 14px;
height: 130px;
line-height: 50px;
background: #fff;
font-size: 18px;
color: #282828;
display: inline-block;
font-family: Effra-Regular;
float: left;
margin-top: 15px;
margin-bottom: 15px;
}