@charset "utf-8";
* {
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
html, body
{
    height: 100%;
}
body {
	height: 100%;
	width: 100%;
	background: #000;
	font-family: 'Crimson Text', Georgia, "Times New Roman", Times, serif;
	color: #e4e4e4;
	position: relative;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	padding: 0px;
	margin: 0px;
}
.shell {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	
}
.body_holder  {
	min-height: 650px;
	min-width: 900px;
}
.page_holder {
}
.header_holder {
	height: 45px;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-color:rgba(0,0,0,0.8);
	top: -45px;
	left: 0px;
	position: absolute;
	z-index: 998;
}
.theater_holder {
	top: 0px;
	left: 30px;
	position: absolute;
	height: 45px;
	line-height: 45px;
	color:#FFF;
}
.theater_holder span  {
	color:#91b794;
	
}
#mobile-menu {
	display: none;
}
.main_menu_holder {
	text-align:center;
	height: 45px;
	line-height: 45px;
	color:#FFF;
	
}
.main_menu_holder a {
	padding: 0px 15px;
	text-decoration:none;
	line-height: 45px;
	color:#FFF;
}
.main_menu_holder a:hover,
.main_menu_holder a.selected {
	color:#91b794;
}
#mobile-menu {
	display: none;
	visibility: hidden;
}
.social_holder {
	top: 0px;
	right: 30px;
	position: absolute;
	height: 45px;
	line-height: 41px;
	color:#FFF;
	text-align:right;
}
.social_icon {
	margin-right: 8px;
	width: 22px;
	height:21px;
	vertical-align: middle;	
}
.tabs_content_holder  {
	z-index:  5;
	visibility:hidden;
	
}
.footer_holder {
	height: 150px;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-color:rgba(0,0,0,0.8);
	bottom: -150px;
	left: 0px;
	position: absolute;
	z-index:  999;
}
.footer_content {
	text-align:center;
	padding: 20px;
	
}
.bg_image_holder {
}
.bg_image_holder img{
	position:absolute;
	background-color:#000;
	left: 0px;
	top: 0px;
	z-index:1;
	visibility:hidden;
}
.bg_image_holder img.active {
	z-index:3;
	
}

/* panels */

.panel_video_title {
	padding: 65px 0px 0px;
	text-align:center;
	
}
.panel_video_video{
	width: 560px;
	border: 3px solid #596c5d;
	margin:  0px auto !important;
	background: #000;
}
.panel_video_tickets {
	width: 100%;
	margin:  10px auto 0px;
	text-align:center;
	display:none;
}
.panel_video_tickets form{
	margin:  0px auto;
	padding: 2px 5px 2px 8px;
	background: #596c5d;
	display:inline-block;
}
.panel_video_tickets form span{
	padding-right: 8px;
}
.panel_video_tickets form .tickets_zip {
	border: 0px;
	color: #000;
	background-color: #FFF;
	padding: 3px 3px;
	font-size: 13px;
	width: 80px;
	margin-right: 5px;
	vertical-align:middle;
	text-align:center;
}
.panel_video_tickets form .tickets_focus {
	
}
.panel_video_tickets form .tickets_submit {
	background-color: #FFF;
	color:#596c5d;
	font-size: 15px;
	padding: 2px 6px;
	cursor: pointer;
	vertical-align:middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:  600;
	
} 

.inner_panel {
	position:absolute;
	top: 70px;
	right: 40px;
	width: 655px;
	height: 415px;
	background-color:rgba(49,68,53,0.5);
}
.inner_panel h2 {
	height:42px;
	width: 560px;
	margin: 0px auto;
	font-size: 0px;
}
.inner_panel .hr {
	height:15px;
	width: 560px;
	margin: 0px auto;
	font-size: 0px;
	background: url(../img/panel_footer.png) no-repeat center center;	
}
.inner_panel .story {
	
}
.inner_panel .story p{
	margin: 0px 0px 10px;
}

.panel_story_panel h2 {
	background: url(../img/story_panel_header.png) no-repeat center bottom;
	height:62px;
}
.panel_cast_panel h2 {
	background: url(../img/cast_panel_header.png) no-repeat center bottom;	
	height:52px;
}



ul.cast_list,
ul.cast_list li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.cast_list {
	position:absolute;
	top:85px;
	left: 0px;
	width: 207px;
	
}
ul.cast_list li {
	width: 207px;
	text-align:right;

}
ul.cast_list li.spaced {
	padding-top: 20px;
}
ul.cast_list li a {
	padding: 2px 15px 2px 0px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	
}
ul.cast_list li a:hover {
	color: #91b794;
	
}
ul.cast_list li a.active {
	color: #91b794;
	background: url(../img/icon_cast_selected.png) no-repeat right center;	
	
}

.panel_cast .hr{
	position:absolute;
	bottom: 20px;
	left: 47px;
	height:15px;
	width: 560px;
	margin: 0px auto;
}

.cast_content {
	position:absolute;
	padding:  0px 15px;
	top: 90px;
	left: 215px;
	height: 265px;
	width: 400px;
	border-left: 1px solid #7F7F73;	
}
.cast_content  h3 {
	color: #91b794;
	margin: 0px 0px 4px;
	padding:0px;
}
.cast_content  h4 {
	margin: 0px 0px 15px;
	padding:0px;
}
.cast_content  p {
	margin: 0px 0px 10px;
}
.cast_item {
	/*visibility:hidden;*/
	
}
.panel_photos {
	
}
.panel_photos_photos > div.shell{
	visibility:hidden;

}
.panel_photos_photos div.shell img {
	position:absolute;
	left: 0px;
	top:  0px;
	
}
.panel_photos_thumbs {
	z-index: 111;
	position:absolute;
	left: 0px;
	bottom:  157px;
	text-align:center;
	width: 100%;
	
}
.panel_photos_thumbs ul,
.panel_photos_thumbs ul li {
	margin: 0px;
	padding:0px;
	list-style: none;
	
}
.panel_photos_thumbs img {
	width: 77px;
	height:  77px;
	margin: 0px 8px;
	border: 1px solid #FFFFFF;
	display: none;
	visibility:hidden;
	cursor: pointer;
}
.panel_photos_thumbs img:hover,
.panel_photos_thumbs img.cycle-pager-active {
	width: 106px;
	height:  106px;
	border: 1px solid #596C5D;
}
.panel_photos_thumbs img {
	transition: width 0.5s, height 0.5s, transform 0.5s;
	-webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
}
.prev_photo,
.next_photo {
	position:absolute;
	top: 45px;
	bottom: 150px;
	z-index:112;
	display:block;
	width: 25%;
	
}
.prev_photo span,
.next_photo span{
	position:absolute;
	top: 0px;
	bottom: 0px;
	z-index:112;
	display:block;
	width: 110px;
}

.prev_photo {
	left: 0px;
}
.next_photo {
	right: 0px;
}
.prev_photo span {
	left: 0px;
	background: url(../img/icon_photos_arrow_prev.png) no-repeat center center;
}
.next_photo span {
	right: 0px;
	background: url(../img/icon_photos_arrow_next.png) no-repeat center center;

}
.prev_photo:hover span{
	background: url(../img/icon_photos_arrow_prev_over.png) no-repeat center center;
}
.next_photo:hover span{
	background: url(../img/icon_photos_arrow_next_over.png) no-repeat center center;
}

/* slim scroll */
.panel_story_panel .slimScrollDiv {
	width: 545px !important;
	margin:  15px auto;
	height:  290px;
	padding-right: 15px;
	 -ms-touch-action: none;
	
}
.cast_content .slimScrollDiv{
	visibility:hidden;
	position:absolute !important;
	top: 0px;
	left: 15px;
	width: 360px !important;
	padding-right: 15px;
	 -ms-touch-action: none;
	
}
.slimScrollBar {
	width: 5px !important;
}
.slimScrollRail {
	width:  1px !important;
	display: block !important;
	right: 3px !important;
	
}
.ui-loader {
	display: none;
}