@import url(http://fonts.googleapis.com/css?family=Signika:700,400,600);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);

html, body {
	height: 100%;

}
body {
	background-color: #000;
	background-image: url('../assets/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 1.2em;
	font-family: 'Signika', sans-serif;
}
p {}
a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover {}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
}

.logo {
	background:url('../assets/logo.png') no-repeat;
	width: 331px;
	height: 65px;
	position: absolute;
	left:25px;
	top:25px;
}
#main {
	position: absolute;
	width: 1100px;
	height: 815px;
	left: 50%;
	margin-left: -550px;
	top:115px;
}
.left, .right {
	display: inline-block;
	vertical-align: top;
}
.left {
	position:relative;
	margin:auto;
	float:left;
	width: 594px;
	height: 805px;
	background: url('../assets/duo.png') no-repeat;
}
.right {
	position:relative;
	float:left;
	width: 335px;
	padding-left:65px;
	padding-top:60px;
}
.sprite {
	display: inline-block;
	height: 22px;
	width: 25px;
	background: url('../assets/sprite.png') no-repeat;
	opacity: 0.6;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.sprite:hover {
	opacity: 1;
}
.sprite.twit {}
.sprite.fb {
	background-position:-30px;
}
.sprite.ph {
	background-position:-60px;
}
.social {
	margin-bottom: 20px;
	padding-bottom: 10px;
    border-bottom: 1px solid #5d5c59;
    width: 90px;
}
.right h1 {
	font-size: 4.2em;
    line-height: 0.9em;
    text-transform: uppercase;
    padding-bottom: 30px;
    border-bottom: 1px solid #5d5c59;
    margin-bottom: 20px;
    width: 330px;
}
.right h1 span {
	color: #ff4545;
}
.right p {
	color: #c2c2c2;
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 16px 0;
}

.button {
	background: transparent;
	border: 3px solid #ff4545;
	border-radius: 35px;
	font-size:26px;
	color: white;
	font-family: 'Raleway';
	padding: 8px 15px;
	cursor: pointer;
	margin: 0 8px;
	text-align: center;
	display: inline-block;
	-webkit-transition: 0.2s color;
	-o-transition: 0.2s color;
	transition: 0.2s color;

}
.button:hover {
	color:#ff4545;
}
.video {
	width: 96px;	
}
.play{
	width: 130px;
}

.legal {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #bbb;
	padding: 5px 15%;
}

.legal A {
	color: #888;
	text-decoration: none;
}
.legal A:hover {
	color: #ff4545;
}

.centered {
	text-align: center;
}