@charset "utf-8";


body{
	background-color: #7c0000;
	color: #fff;
	font: 14px "Arial";
}

.container.fix{
	width: 320px;
	margin: 0 auto;
	padding-bottom: 130px;
}

	header#main{
		height: 75px;
		background: url('../images/header.png');
		position: relative;
	}
		header#main:before{
			content: '';
			display: block;
			position: absolute;
			width: 153px;
			height: 44px;

			left: 50%;margin-left: -76px;
			bottom: 0;
			background: url('../images/header-lights.png')
		}
		header#main #logo{
			position: relative;
			z-index: 10;
			width: 83px;
			margin: 0 auto;
		}
		header#main #menu{

		}
			header#main #menu #menu-trigger{
				display: block;
				position: absolute;
				z-index: 100000;
				width: 40px;
				height: 33px;
				background: url('../images/menu.png');
				right: 10px;
				top: 25px;
				cursor: pointer;
			}
			header#main #menu ul{
				width: 100%;
				font-size: 0;
				position: absolute;
				top: 75px;
				z-index: 100;
			}
				header#main #menu ul li a{
					font: 24px Arial;
					padding: 10px;
					text-align: center;
					display: block;
					background-color: rgba(49, 67, 134, 0.9);
					border: 1px solid rgba(255, 255, 255, 0.2);
				}
				header#main #menu ul li.active a,
				header#main #menu ul li a:hover{
					color: #ffdb00;
				}

	/*#location-menu{
		display: block;
		font-size: 0px;
		text-align: center;
		margin: 10px 0;
	}
		#location-menu li{
			display: inline-block;
			vertical-align: top;
			width: 25%;
		}
			#location-menu li a{
				display: inline-block;
				text-align: center;
				color: #FBDE21;
				font-weight: bold;
				width: 100%;
				font-size: 12px;
				padding: 10px 0;
			}
			#location-menu li.active a{
				background-color: rgba(0, 0, 0, 0.5);
				font-size: 13px;
			}*/
    #location-menu{
		display: inline-block;
		font-size: 0px;
		text-align: center;
		margin: 10px 0;
		width:100%;
	}
		#location-menu li{
			display: inline-block;
			vertical-align: top;
			width: 24%;
		}
			#location-menu li a{
				display: inline-block;
				text-align: center;
				color: #FBDE21;
				font-weight: bold;
				width: 100%;
				font-size: 11px;
				padding: 10px 0;
			}
			#location-menu li.active a{
				background-color: rgba(0, 0, 0, 0.5);
				font-size: 12px;
			}
			
	.movies-list{
		font-size: 0;
		padding: 0 5px;
	}
	.movies-list .movie{
		display: inline-block;
		vertical-align: top;

		width: 95px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.movies-list .movie:nth-child(3n+3){
		margin-right: 0;
	}
	.movies-list .movie a{
		max-width: 100%;
	}
	.movies-list .movie img{
		max-width: 100%;
		max-height: 140px;
		height: 140px !important;
	}
	.movies-list .movie a{
		display: inline-block;
		vertical-align: top;
	}
		.movies-list .movie a span{
			display: block;
			font: 16px HelveticaNeue;
			text-align: center;
			margin-top: 5px;
		}

	footer#main{
		position: fixed;
		background-color: rgba(124, 0, 0, 0.8);
		bottom: 49px;
		left: 0;
		width: 100%;
		z-index: 100;
	}
		footer#main ul{
			font-size: 0;
			text-align: center;
		}
			footer#main ul li{
				display: inline-block;
				vertical-align: middle;
				font-size: 14px;
				padding: 5px 10px;
				width: 33%;
				box-sizing: border-box;
				cursor: pointer;
			}

			/*footer#main > ul > li:nth-child(2) {
				visibility: hidden;
			}*/

			footer#main ul li .title{
				display: block;
				font: 15px HelveticaNeue;
			}
			footer#main ul li:hover .title,
			footer#main ul li.active .title{
				color: #ffdb00;
			}
			footer#main ul li:hover .img,
			footer#main ul li.active .img{
				background-position: 0 40px;
			}

	.now-showing{
		display: inline-block;
		vertical-align: top;
		width: 55px;
		height: 40px;
		background: url('../images/now-showing.png');
	}
	.full-site{
		display: inline-block;
		vertical-align: top;
		width: 55px;
		height: 40px;
		background: url('../images/full-site.png');
	}
	.coming-soon{
		display: inline-block;
		vertical-align: top;
		width: 55px;
		height: 40px;
		background: url('../images/coming-soon.png');
	}
	.tickets{
		display: inline-block;
		vertical-align: top;
		width: 55px;
		height: 40px;
		background: url('../images/tickets.png');
	}

	.content_logo{
		font-size: 0px;
	}
	.content_logo img{
		width: 100%;
	}
	.content_body_grey_wrapper, #blue-content{
		background-color: #26397f;
		padding: 40px 20px;
	}
	.content_body_grey_wrapper .content_title,
	.content_body_grey_wrapper h1{
		font-size: 20px;
		font-weight: 700;
		color: #ffdb00;
		text-transform: none;
		margin-bottom: 5px;
	}
	.content_body_grey_wrapper h1{
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.content_body_grey_wrapper p{
		margin-bottom: 20px;
	}


	#directory .movies-list .movie a{
		display: block;
	}
		#directory .movies-list .movie .img{
			min-height: 100px;
			max-height: 100px;
			line-height: 100px;
			background-color: #fff;
		}
		#directory .movies-list .movie .img img{
			vertical-align: middle;
		}
		#directory .movies-list .movie a span{
			text-transform: uppercase;
		}


	.movie_poster{
		position: relative;
		font-size: 0;
	}
		.movie_poster:hover .play_trailer{
			display: block;
		}
		.movie_poster .play_trailer{
			position: absolute;
			/*display: none;*/
			left: 50%;margin-left: -60px;
			top: 50%;margin-top: -62px;
			width: 100px;
			height: 105px;
			background-color: rgba(0, 0, 0, 0.6);
			padding: 20px;
			border-radius: 20px;
		}
		.movie_presale{
			position: absolute;
			left: 0;
			top: 0;
		}
		.movie_presale.movie_presale_lower{
			top: auto;left: auto;
			right: 0;
			bottom: 0;
		}
		.selected_movie_title, .as_title{
			font-size: 18px;
			color: #ffdb00;
		}
		.movie_content_spacing{
			margin-bottom: 20px;
			font-size: 13px;
			color: #fff;
		}
		.movie_yellow{
			color: #ffdb00;
		}
		.movie-type-icons{
			float: left;
		}
			.movie-type-icons img{
				max-height: 20px;
			}

		.movie-type-icons-break {
			display: block;
		}


#item-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	z-index: 1000;
	padding: 15px 0px;
	background: rgba(124, 0, 0, 0.8);
}
	#item-nav ul li{
		display: inline;
		font-size: 20px;
		padding: 26px 15px;
		/*background-color: #7c0000;*/
	}
	#item-nav ul li a{
		color: #ffdb00;
	}

.back-icon{
	display: inline-block;
	padding-top: 1px;
	vertical-align: top;
	background: url('../images/back.png') no-repeat left bottom;
	width: 11px;
	height: 19px;
}

.is_3d {
	margin-right: 5px;
}
.movie_share_box {
	display: inline-block;
}
	.movie_audience_rating_wrapper {
		border: 2px solid #FFFFFF;
		display: inline-block;
		height: 15px;
		overflow: hidden;
		padding: 4px 4px;
	}

	.movie_audience_rating {
		color: #FFFFFF;
		display: inline-block;
		font: bold 15px/10px serif;
		height: 20px;
		vertical-align: middle;
	}

#events-list{
	background-color: #26397f;
	margin: 0 -10px;
}
	#events-list .event-content{
		padding: 20px 50px;
		font-size: 13px;
	}
	#events-list h1{
		text-transform: uppercase;
		font-size: 14px;
	}



.rs_details p strong{
	color: #ffdb00;
	font-size: 15px;
}


/* times */
.movie_times {
	padding-bottom: 10px;
	width: 300px;
}

.time_block {
	font-size: 8px;
	font-weight: bold;
	margin-bottom: 5px;
}

.time_legend {
	float: left;
	margin-left: 50px;
}

.time_dot {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	height: 10px;
	margin-left: 8px;
	width: 10px;
	vertical-align: middle;
}

.time_date {
	width: 17%;
	text-transform: uppercase;
	line-height: 20px;
	float: left;
}

.time_sheet {
	width: 80%;
	float: left;
}

.time_slot {
	width: 37px;
	font-size: 7.8px;
	word-spacing: -1px;
	letter-spacing: -0.2px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #26397f;
	background: url(../images/time_slot_normal_bg.png) repeat-x left bottom #CFEFFC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 1.5px;
	float: left;
}
.time_collapse_bounds{
	display: none;
	overflow: hidden;
}

.time_early {
	background: url(../images/time_slot_early_bg.png) repeat-x left bottom #FFF7A3;
}

.time_late {
	background: url(../images/time_slot_late_bg.png) repeat-x left bottom #F67F7F;
	color: #fff;
}

.time_spacer, .time_no_show {
	background: none;
	display: none;
}

.time_no_show {
	color: #fff;
	width: 100%;
}


.time_expand {
	color: #95dcf8;
	padding: 0 20px 0 0;
	background: url(../images/time_expand.png) no-repeat right 3px;
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
}

.time_expand:hover {
	text-decoration: none;
	color: #FBDE21;
}

.time_collapse {
	background: url(../images/time_collapse.png) no-repeat right 3px;
}
/* /times */


#contact-us .content_detail{
	background-color: #26397f;
	padding: 10px 40px;
}
	#contact-us .content_detail h1,
	#custom-page .content_detail h1{
		font-size: 18px;
		color: #ffdb00;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	#contact-us .content_detail h2{
		font-size: 16px;
		font-weight: bold;
		color: #ffdb00;
		margin: 10px 0;
		text-transform: none;
	}
	#contact-us a{
		color: #ffdb00;
	}
	#contact-us .map{
		margin: 0 -40px;
		height: 250px;
	}

#custom-page{
	background-color: #26397f;
	padding: 25px 30px;
}
#custom-page h2{
		font-size: 16px;
		font-weight: bold;
		color: #ffdb00;
		margin: 10px 0;
		text-transform: none;
}
#custom-page .marg_b_10{
	margin-bottom: 15px;
}
#custom-page input[type=text]{
	display: block;
}

.list_slider_bounds{
	background-color: #26397f;
}
.list_slider_bounds h2:not(.empty){
	font-size: 16px;
	color: #ffdb00;
	padding: 0 40px;
}
.list_slider_bounds h2.empty{
	margin: 10px 40px;
}
.list_slider_bounds .filter{
	padding: 0 40px;
}
.thumb{
	width: 100%;
}
.hover_details{
	margin: 5px 40px;
}
.category_caption{
	margin: 5px 40px;
}

.display_none{
	display: none;
}
img{
	max-width: 100%;
}

a{
	color: #fff;
	text-decoration: none;
}
.clear{
	clear: both;
}

#loading{
	display: none;
	position: fixed;
	left: 0;right: 0;
	top: 0;bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(124, 0, 0, 0.8);
	z-index: 100000;
}
/*#loading:after{
	display: none;
	position: fixed;
	content: '~loading~';
	display: block;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 50px;
	font-size: 30px;
	margin-left: -75px;
	margin-top: -25px;
	color: rgba(255, 255, 255, 0.78);
}*/



.print-form { margin-top: 20px;}
.print-form #PrintArea .marg_b_10 { padding: 5px 0;}
.print-form #PrintArea input[type="text"], .print-form #PrintArea select { background: #fff !important; border: 1px solid #ccc;border-radius: 3px; float: right; font-size: 13px;    max-width: 144px;  padding: 3px;}
.quarter { float:left; display: inline-block; padding: 3px 0; width: 49%;}

.print-form .button_top input[type="submit"] {cursor: pointer; float: right; font-weight: bold; padding:0 15px; height:26px; -webkit-border-radius:5px; border-radius:5px; line-height:26px; margin:3px 0 4px 3px; color:rgb(4, 59, 99); border:none;
background: #ffffff; 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmNlZTIxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjliYjIxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ODMyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffffff 2%, #fcee21 3%, #f9bb21 50%, #f58320 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(3%,#fcee21), color-stop(50%,#f9bb21), color-stop(100%,#f58320)); Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 2%,#fcee21 3%,#f9bb21 50%,#f58320 100%);
background: -o-linear-gradient(top,  #ffffff 2%,#fcee21 3%,#f9bb21 50%,#f58320 100%); 
background: -ms-linear-gradient(top,  #ffffff 2%,#fcee21 3%,#f9bb21 50%,#f58320 100%);
background: linear-gradient(to bottom,  #ffffff 2%,#fcee21 3%,#f9bb21 50%,#f58320 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f58320',GradientType=0 );

}
.print-form .form_header, .print-form h1.content_title, .print-form .print-form-content{ display:none;}













