@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ecfdfe;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'open_sans';
}

h1 {
	margin-top:0;
	color: #ff099e;
	font-family: "futura-pt";
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
}

h2 {
	margin-top:0;
	color: #000;
	font-family: "futura-pt";
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}

#wrapper {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
    min-height: 100%;
    width: 100%;
    background: #ecfdfe url('images/background-home.jpg') no-repeat;
    background-size:  100% auto;
}

#incinemas {
	position: absolute;
	bottom: 20%;
	left: 10px;
	z-index: 6000;
}

#incinemas img {
	width: 175px;
	height: 55px;
	border: 0;
}

#menubar {
	position: absolute;
	top: 15%;
	left: 0;
	width: 200px;
	padding: 0;
	margin: 0 0 0 -20px;
	display: inline-block;
}

#splash {
	width: 500px;
	height: 281px;
	margin: 0 auto;
	margin-top: 90px;
	box-shadow: 0 0 5px 5px #ff33cc;
	-webkit-box-shadow: 0 0 5px 5px #ff33cc;
	-moz-box-shadow: 0 0 5px 5px #ff33cc;
display: none;
}

#content {
	position: absolute;
	top: 300px;
	width: 100%;
	height: 400px;
	margin: 0;
	box-shadow: 0 0 5px 5px #808080;
	-webkit-box-shadow: 0 0 5px 5px #808080;
	-moz-box-shadow: 0 0 5px 5px #808080;
}

.tback {
	background: url('images/content_trailer.png');
}

.aback {
	background: url('images/content_about.png');
}

.dback {
	background: url('images/content_downloads.png');
}

#footer {
	height: 75px;
}

a {
	color: black;
}

a:hover {
	color: white;
}

#nav {
	width: 840px;
	height: 30px;
	text-align: left;
	margin: 0 auto;
}

#nav {
	margin: 0 auto;
	padding: 0;
}

#nav li {
	list-style-type: none;
	float: left;
	clear: left;
	margin: 22px 0 0;
	padding:0 0 0 12px;
	background: #ff099e top center;
	box-shadow: 0 0 5px 5px #ff33cc;
	-webkit-box-shadow: 0 0 5px 5px #ff33cc;
	-moz-box-shadow: 0 0 5px 5px #ff33cc;
	display: inline;
	border: 0;
	border-radius: none;
}

#nav li.book-tickets {
	list-style-type: none;
	float: left;
	clear: left;
	margin: 22px 0 0;
	padding:0 0 0 12px;
	background: none;
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	display: inline;
	border: 0;
	border-radius: none;
}

#nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 1px 10px 1px 20px;
	text-decoration: none;
	font-family: 'open_sans';
}

#nav li.book-tickets a {
	font-size: 22px;
	padding: 1px 10px 1px 20px;
	color: #cc9900;
}

#nav li:hover {
	background: #000 top center;
	box-shadow: 0 0 5px 5px #000;
	-webkit-box-shadow: 0 0 5px 5px #000;
	-moz-box-shadow: 0 0 5px 5px #000;
}

#nav li.book-tickets:hover {
	background: transparent;
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
}

.overlay {
	background: #fff;
 /* IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 7 */
  filter: alpha(opacity=90);	
}

.fancybox-wrap {
	width: 920px;
	height: 480px;
}

#story {
	background: url('images/story.jpg') no-repeat;
}

#videos {
	background: url('images/videos.jpg') no-repeat;
}

#cast {
	background: url('images/cast.jpg') no-repeat;
}

#soundtrack {
	background: url('images/soundtrack.jpg') no-repeat;
}

#downloads {
	background: url('images/downloads.jpg') no-repeat;
}

#summer-fun {
	background: url('images/summer-fun.jpg') no-repeat;
}

.content-wrapper {
	width: 880px;
	padding: 20px;
    height: 440px!important;
    background: none;
    overflow-x: hidden;
}

.content-wrapper-story {
	margin: 0 0 0 300px;
	width: 580px;
	padding: 20px;
    height: 440px!important;
    background: none;
    overflow-x: hidden;
}

.content-wrapper-videos {
	margin: 0 0 0 200px;
	width: 680px;
	padding: 20px;
    height: 440px!important;
    background: none;
    overflow-x: hidden;
}

.content-wrapper-cast, .content-wrapper-soundtrack, .content-wrapper-downloads, .content-wrapper-summer-fun {
	margin: 0 0 0 300px;
	width: 580px;
	padding: 20px;
    height: 440px!important;
    background: none;
    overflow-x: hidden;
}

.overlay {
	width: 920px;
}

.overlay div {
	background-attachment: scroll!important;
}
.overlay div p {
	font-family: "futura-pt";
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}

.content-wrapper-videos iframe {
	width: 680px!important;
	height: 383px!important;
}



#social {
	position: absolute;
	top: 10%;
	left: 5px;
	z-index: 5000;
}

#social div {
	float: left;

}

#social img {
	border: 0;
	margin-right: 5px;
	box-shadow: 0 0 2px 2px #fff;
	-webkit-box-shadow: 0 0 2px 2px #fff;
	-moz-box-shadow: 0 0 2px 2px #fff;
}

ol#sounds {
	color: #fff;
	font-size: 14px;
	padding-left: 2em;
	font-weight: bold;
}

ol#sounds .artists {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 7px;
	font-weight: normal;
}

#buy {
	float:right;
	text-align: right;
}

#buy img {
	margin-right:10px;
}

p.gif {
	width: 150px;
	text-align: center;
	float:left;
	margin-right: 30px;
}

p.gif a, a.download {
	font-size:13px;
	display: block;
	width: 80px;
	text-transform: uppercase;
	background: #fff;
	margin-left: 35px;
	padding: 3px;
	text-decoration: none;
	margin-top: 5px;
	font-family: 'open_sans';
}

p.gif a:hover, a.download:hover {
	background: #000;
	color: #fff;
}

p.gif img {
	 width: 150px;
	 height: 63px;
	 border: 1px solid white;
}