@charset "utf-8";
* {
   margin: 0px;
   padding: 0px;
}
/* CSS Document */

body {
	background-color:#2a2a2a;
	margin:0;
	padding: 0;}
#container {
	width:1366px;
	margin:0 auto;
	background-color:#fff;
}
#header {
	width:1366px;
	height:70px;
	background-image:url(../img/header-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
    .sticky {  
        position: fixed;  
        width: 100%;  
        left: 0;  
        top: 0;  
        z-index: 100;  
        border-top: 0;  
    }  
#logo {
	padding-left:185px;
	padding-top:10px;}
.menu {
    text-align: right;
    right: 185px;
	position:absolute;
	top:21px;
}
#nav-menu ul {
    float: right;
    max-width: 600px;
}
#nav-menu li {
    display: inline;
    padding: 0px 15px;
    transition: color 0.3s ease-in-out 0s;
	font-family:'proximanovalight';
	font-weight:bold;
	font-size:16px;
}
#nav-menu li a {
	text-decoration:none;
	color:#fff;}
#nav-menu li a:hover {
	border-bottom:#CD1E25 solid 2px;
	padding-bottom:23px;}
#trailer {
	background-image:url(../img/trailer-bg.png);
	background-repeat: no-repeat;
    height:615px;
	width:1366px;
	background-color:#dfe3e4;
}
#movie-ad {
	float:left;
	margin-left:185px;
	margin-top:30px;
}
#watch-trailer {
	float:left;
	margin-left:56px;
	margin-top:30px;
	width:686px;}
#watch-trailer h1 {
	font-family: 'proximanovalight';
	font-size:26px;
	color:#fff;
	text-align:center;}
#watch-trailer-youtube {
	background-image:url(../img/watch-trailer-bg.png);
	background-repeat:no-repeat;
	width:686px;
	height:423px;
	padding-left:87px;
	padding-top:27px;
}
#story {
	background-image:url(../img/story-bg.png);
	background-repeat:no-repeat;
	height:810px;
	width:1366px;
	background-color:#dfe3e4;
}
#story-content {
	background-color:#fff;
	width:800px;
	height:682px;
	margin:0 auto;
	-webkit-box-shadow: 0 0 5px 2px #999;
    -moz-box-shadow: 0 0 5px 2px #999;
    box-shadow: 0 0 5px 2px #999;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#story-content h1 {
	text-align:center;
	padding-top:50px;
	padding-bottom:70px;
}
#story-content p {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	margin-left:65px;
	margin-right:60px;
	line-height:25px;
	padding-bottom:25px;
}
#press-kit {}
#press-kit-content {
	width:995px;
	margin:0 auto;
}
#press-kit-content h1 {
	padding-bottom:20px;
	text-align:center;
}
#press-kit-content h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:15px;
	margin-top:20px;
	padding-bottom:5px;
}

#press-kit-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	border-top:#E1E1E1 1px solid;
	padding-bottom:5px;
	margin-right:20px;
}
#press-kit-content p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	background-color:#A03c3c;
	color:#fff;
	display: inline;
	padding:2px;
	margin:5px 0;
}
#press-kit-content a:link, a:visited {
	text-decoration:none;
    color:#2a2a2a;
}
#press-kit-content a:hover {
	text-decoration:none;
    color:#a03c3c;
}
#left-side {
	float:left;
	width: 490px;
	padding-right:20px;
}
#right-side {
	float:left;
	width:480px;
	padding-right:5px;	
}
#news {
	background-image: url(../img/news-bg.png);
	background-repeat:no-repeat;
	height:950px;
	margin-top:20px;
}
#news-content {
	width:995px;
	margin: 0 auto;
}
#news-content h1 {
	font-family: 'proximanovalight';
	font-size:40px;
	color:#fff;
	text-align:center;
	padding-top:70px;
	font-weight:400;
}
#news-content h2 {
	font-family: 'proximanovalight';
	font-size:27px;
	color:#fff;
	text-align:center;
	font-weight:400;
	line-height:35px;
	padding-bottom:10px;
}
#news-content img {
	
}
#news-content a:hover {
    opacity:.9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#footer {
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	height:374px;
	padding-bottom:50px;
	background-color:#2a2a2a;
}
#footer-content {
	width:1000px;
	margin:0 auto;
}
#footer-content h1 {
	font-family: 'proximanovalight';
	font-size:21px;
	color:#fff;
	text-align:center;
	font-weight:400;
	line-height:normal;
	padding-top:130px;
	padding-left:125px;
}
#footer-content p {
	float:left;
	width:250px;
	padding-left:180px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px;
	color:#fff;
	padding-top:25px;
}
#copyright {
	width:1000px;
	margin:0 auto;
}
#copyright p {
	float:left;
	width:350px;
	padding-left:5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#fff;
	padding-top:75px;
}
