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

@font-face
{
	font-family: TrajanPro-Bold;
	src: url(../css/TrajanPro-Bold.otf);
}

@font-face
{
	font-family: TrajanPro-Regular;
	src: url(../css/TrajanPro-Regular.otf);
}

body {
	background: #000000;
	font-family: TrajanPro-Regular, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a {
	text-decoration: none; 
}

ul { list-style: none; }

.content-width {
	width: 1210px;
	margin: 0 auto;
}

.bold { font-weight: bold; }
.text-white { color: #FFFFFF; }
.center { text-align: center; }
.justify { text-align: justify; }
.title-text { color: #DEBC52; }
.bold-font { font-family: TrajanPro-Bold; }

.left { float: left; }
.right { float: right }
.clear { clear: both; }

.hide { display: none; }
.relative { position: relative; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.mg-lt { margin-left: 25px; }
.mg-bt { margin-bottom: 25px; }
.mg-bt16 { margin-bottom: 16px; }
.mg-top100 { margin-top: 100px; }

.txt22 { font-size: 22px; }

.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000000;
	background-repeat: no-repeat;
	background-size: 110%;
	overflow: hidden;
}

.bg img {
	position: absolute;
	display: block;
	max-width: 100%;
}

.bg img.front { z-index: 2; }
.bg img.rear { z-index: 1; }

.body-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	min-width: 1220px;
	min-height: 400px;
	overflow: auto;
}

.header {
	background: #000000;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	height: 145px;
	z-index: 999;
	position: relative;
	padding-top: 30px;
}

.logo {
	background: url('../images/title_film.png') no-repeat;
	width: 590px;
	height: 82px;
	margin: 0 auto;
}

.logo img {
	margin-left: -293px;
}

.content {
	position: absolute;
	top: 175px;
	left: 0px;
	right: 0px;
	bottom: 52px;
	overflow: auto;
}

.home-box {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.menu {
	float: left;
	margin: -16px 0px 0px 100px;
}

.menu li {
	display: inline-block;
	margin-right: 30px;
}

.menu li:last-child { margin-right: 0px;}


.menu a { 
	color: #FFFFFF;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7); 
	font-family: TrajanPro-Bold; 
	-webkit-transition: color .300s;
	-moz-transition: color .300s;
	-o-transition: color .300s;
	transition: color .300s;
	padding-bottom: 5px;
}
.menu a:hover { color: #DEBC52; border-bottom: 1px solid #DEBC52; }
.menu a:active { color: #DEBC52 !important;  border-bottom: 1px solid #DEBC52; }

.menu.home .home, .menu.story .story, .menu.cast .cast, .menu.gallery .gallery,
.menu.press .press, .menu.videos .videos  { 
	color: #DEBC52 !important;
	border-bottom: 1px solid #DEBC52; 
}

.cast-container {
/*	width: 500px;
	height: 400px;
	background: rgba(0, 0, 0, 0.7);
*/
	margin-left: 100px;
}

.story-container {
	background: url('../images/story_bg.png') no-repeat;
	width: 500px;
	height: 440px;
	padding-top: 30px;
	margin-left: 100px;
}

.story-title {
	width: 284px;
	margin: 0 auto;
	margin-bottom: 16px;
	margin-top: 16px;
}

.story-left, .story-right {
	width: 18px;
	height: 20px;
	background: url('../images/story_title_styles.png') no-repeat;
}

.story-left { background-position: 0px -20px; }

.story-text {
	width: 439px;
	height: 318px;
	color: #FFFFFF;
	overflow: auto;
	padding: 0px 30px 0px 30px;
	font-family: TrajanPro-Regular;
	font-size: 14px;
}

.char-details img {
	width: 145px;
	border: 4px solid #DEBC52;
	border-radius: 100px;
}

.h-rule {
	display: inline-block;
	border: 1px solid #DEBC52;
	position: relative;
	top: -4px;
	width: 60px;
	margin: 0px 10px; 
}

.cast-container .slider-list img {
	border: 4px solid #DEBC52;
	border-radius: 100px;
	width: 70px;
}

.cast-content {
	width: 450px;
/*	height: 350px; */
	padding: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
}

.char-description {
	width: 264px;
	height: 177px;
	overflow: auto;
	color: #FFFFFF;
	font-family: TrajanPro-Regular;
	font-size: 14px;
	padding-right: 5px;
}

.video-list-container .slider-list img {
	 border: 1px solid #DEBC52;
	 width: 168px;
	 height: 95px;
}

.char-title {
	font-size: 22px;
	text-transform: uppercase;
}

.char-list-container {
	float: left;
	margin: 0px 16px;
	overflow: hidden;
	width: 393px;
}

.videos-container { 
	float: left;
	margin: 0 auto; 
}

.video-list-container {
	float: left;
	margin: 0px 16px; 
	overflow: hidden;
	width: 962px;
}

.slider-list {
	width: 1000px;
	margin: 0 auto;
}

.slider-list li {
	float: left;
	cursor: pointer;
}

.char-list-container .slider-list li { margin-right: 27px; }
.video-list-container .slider-list li { margin-right: 28px; }

.slider-list li:last-child {
	margin-right: 0px;
}

.small-arrow {
	float: left;
	background: url('../images/arrows.png') no-repeat;
	width: 12px;
	height: 20px;
	margin-top: 26px;
	cursor: pointer;
	border: 0px;
}

.videos-container .small-arrow { 
	margin-top: 40px; 
}

.small-arrow:disabled { visibility: hidden; }

.ar-left { background-position: 0px -20px; }
.ar-right { background-position: 0px 0px;  }

.arrow-container {
	background: rgba(255, 255, 255, 0.8);
	padding: 3px;
}

.crew-list li {
	float: left;
	width: 25%;
}

.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 101;
	
	height: 48px;
	line-height: 48px;
}

.footer img {
	vertical-align: middle;
	margin: 3px 4px 0px 0px;
}

#btnVolume {
	float: right;
	margin-top: 20px; 
	border-radius: 20px;
	width: 24px;
	height: 24px;
	background: #DEBC52;
	cursor: pointer;
}

#btnVolume div {
	background: url('../images/volume_controls.png') no-repeat;
	width: 17px;
	height: 13px;
	background-position: 0 -14px;
	margin: 6px 0px 0px 4px;
}

#btnVolume.mute div {
	height: 13px;
	margin: 5px 0px 0px 3px;
	background-position: 0px 0px;
}

#bgPlayer {
	width: 0px;
	height: 0px;
	border: 0px;
}

#player {
	width: 785px;
	height: 442px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#btnDownloadImg {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 101;
	background: #FFFFFF url('../images/download.png') center no-repeat;
	opacity: 0.7;
	width: 26px;
	height: 26px;
	border: 1px solid #cccccc;
	border-radius: 20px;
}

#btnDownloadImg, .social-icons a img {
	-webkit-transition: opacity .300s;
	-moz-transition: opacity .300s;
	-o-transition: opacity .300s;
	transition: opacity .300s;	
}

#btnDownloadImg:hover { opacity: 1; }


.twitter-feed {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 3;
}

#movieGallery {
	width: 950px;
	margin: 0px auto;
	margin-top: 40px;
}

.gallery-thumb {
	height: 160px;
	margin-right: 20px;
	border: 4px solid #DEBC52;
	border-radius: 4px;
	margin-bottom: 20px;
}

.social-icons a img { opacity: 0.9; }
.social-icons a:hover img { opacity: 1; }


.news-container {
	margin-left: 100px;
	width: 1060px;
	padding: 25px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
}

.news-heading {
	font-size: 42px;
	color: #DEBC52;
	margin-bottom: 40px;
}

.news-container ul li {
	margin-bottom: 40px;
}

.news-container ul li:last-child { margin-bottom: 14px; }

.news-container ul li img {
	float: left;
	max-height: 100px;
}

.news-container ul li h2 {
	font-family: TrajanPro-Bold;
	font-size: 16px;
	color: #DEBC52;
	margin-bottom: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news-container ul li a {
	float: right;
	color: #DEBC52;
}

.news-text {
	margin-left: 120px;
	text-align: justify;
}
