/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.882352941176471em;
	top: 0px !important;
}

body.editor, body.short_editor {
	background-image: none;
	min-height: 500px;
	transition: none;
}

body.short_editor {
	min-height: 200px;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 1em;
	font-weight: 500;
	color: #1B67E4;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1.5em;
}

h2 {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1em;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: .25em;
}

@media only screen and (max-width: 699px) {

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

}

hr {
	border: 0px;
	height: 1px;
	margin: 20px auto;
	color: #000000;
	background-color: #000000;
}

img {
	border: none;
}

#content img, .editor img, .block img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #1B67E4;
}

a:hover {
	color: #000000;
}

a:hover, .button, input[type="button"], input[type="submit"], input[type="reset"] {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.back_link {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}

.back_link a {
	color: #AC2113;
}

.back_link a:hover {
	color: #DE3827;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.sr {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container, #page_blocks .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed,
#page_blocks .embed_container iframe, #page_blocks .embed_container object, #page_blocks .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}


.right_photo {
	float: right;
	margin: 5px 0px 40px 40px;
	display: inline;
	max-width: 50%;
}

.left_photo {
	float: left;
	margin: 5px 40px 40px 0px;
	display: inline;
	max-width: 50%;
}

@media only screen and (max-width: 599px) {

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

/* FORM CSS */

label, .label {
	white-space: nowrap;
}

input, select, textarea {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #1B67E4;
	color: #FFFFFF;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

.button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #4589F9;
}

a.button {
	padding: 10px 14px;
}

a.button:hover {
	color: #FEFEFE;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1260px;
	margin: 0px auto;
	padding: 0px 30px;
	position: relative;
}

.layout3 .container {
	max-width: 1710px;
}

header {
	position: relative;
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-width: none;
	height: 100%;
}

#logo {
	position: fixed;
	top: 25px;
	left: 50px;
	z-index: 900;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

#logo img {
	width: 100%;
	max-width: 250px;
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

@media only screen and (max-width: 449px) {

	#logo img {
		max-width: 140px;
	}

}

#header_photo img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 800px) {

	#header_photo {
		height: 200px;
		overflow: hidden;
	}

	#header_photo img {
		width: 800px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -400px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -200px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -600px;
	}

}

.collapsed #logo {
	top: 6px;
}

.collapsed #logo img {
	max-width: 140px;
}

/*
.layout2 #content_box {
	background-image: url('../images/home-content-bg.jpg');
	background-repeat: repeat-x;
}
*/

#ticket_prices {
	background-color: #E9E6E6;
	background-color: #D6D6D6;
}

#ticket_prices .title {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #1B67E4;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: 1em;
	margin-bottom: .25em;
}

#ticket_prices .subtitle {
	font-size: 17px;
	line-height: 1.5em;
	text-align: center;
	color: #605C5C;
	margin: 0px auto 1em auto;
}

#ticket_prices .days {
	font-size: 17px;
	line-height: 1.5em;
	text-align: center;
	color: #605C5C;
}

#ticket_prices_inner, .ticket_prices_inner {
	max-width: 600px;
	margin: 0px auto;
}

#ticket_prices .ticket_price {
	position: relative;
	overflow: hidden;
}

#ticket_prices .ticket_price::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	white-space: nowrap;
	content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}

#ticket_prices strong {
	position: relative;
	display: inline-block;
	background-color: #E9E6E6;
	background-color: #D6D6D6;
	font-style: italic;
	padding-right: 10px;
}

#ticket_prices strong span {
	display: inline-block;
	vertical-align: top;
	margin: 7px 0px 0px 3px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #E9E6E6;
	background-color: #D6D6D6;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #E7E7E7;
}

#ticket_prices span.price {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	background-color: #E9E6E6;
	background-color: #D6D6D6;
	padding-left: 10px;
	color: #AC2113;
	font-weight: bold;
}

#ctas {
	margin-left: -10px;
	margin-top: 10px;
}

#ctas .cta {
	width: calc(33.333333333333333% - 10px);
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	background-color: #000000;
	background-image: url('../images/cta-bg.png');
}

#ctas .cta_inner {
	height: 0px;
	padding-bottom: 100%;
}

#ctas .cta img {
	width: 100%;
	height: auto;
	display: block;
}

#ctas .cta a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

#ctas .cta a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#ctas .cta a span strong {
	font-size: 2.5em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .05em;
	display: inline-block;
	margin-bottom: .4em;
}

#ctas .cta a span.link {
	font-size: 1.333333333333333em;
	line-height: 1em;
	font-style: italic;
}

#ctas .cta a:hover {
	background-color: transparent;
}

#ctas .cta a:hover span.link {
	color: #FFFFFF;
}

@media only screen and (max-width: 499px) {

	#ctas {
		margin-left: 0px;
	}

	#ctas .cta {
		width: 100%;
		float: none;
		margin-left: 0px;
	}

}

#home_ctas .cta {
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
}

#home_ctas .cta2 {
	flex-direction: row-reverse;
}

#home_ctas .photo {
	width: 69.5%;
}

#home_ctas .photo img {
	width: 100%;
	height: auto;
	display: block;
}

#home_ctas a {
	display: block;
	width: 30.5%;
	padding-left: 10px;
}

#home_ctas .cta2 a {
	padding: 0px 10px 0px 0px;
}

#home_ctas .content {
	display: flex;
	flex: 1;
	height: 100%;
	background-image: url('../images/cta-bg.png');
	font-size: 18px;
}

#home_ctas a .content_inner {
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

#home_ctas a:hover .content_inner {
	background-color: transparent;
}

#home_ctas .container {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	line-height: 1.333333333333333em;
	text-align: center;
	color: #FFFFFF;
	padding: 15%;
}

#home_ctas strong {
	display: block;
	font-weight: normal;
	font-size: 3.333333333333333em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: .4em;
}

#home_ctas .title {
	font-style: italic;
	align-self: center;
	text-align: center;
	margin-bottom: 1.5em;
}
#home_ctas span.link {
	font-size: 1.333333333333333em;
	font-style: italic;
	color: #FFFFFF;
	align-self: center;
}

#home_ctas a:hover {
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1000px) {

	#home_ctas .photo {
		width: 60%;
	}

	#home_ctas a {
		width: 40%;
	}

	#home_ctas .container {
		padding: 10% 15%;
	}

}

@media only screen and (max-width: 800px) {

	#home_ctas .cta {
		display: block;
	}

	#home_ctas .container {
		max-width: 600px;
	}

	#home_ctas .photo, #home_ctas a {
		width: 100%;
		padding: 0px !important;
	}

}

footer {
	background-color: #000000;
}

#footer_top {
	background-image: url('../images/mailinglist-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 651px;
	text-align: center;
}

#mailinglist {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

#mailinglist label {
	font-size: 1.777777777777778em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: .5em;
}

#mailinglist div {
	display: inline-block;
	margin-top: 1.75em;
	border-bottom: 2px dotted #FFFFFF;
}

#mailinglist #email_box {
	background-color: transparent;
	width: 225px;
	height: 44px;
	padding-left: 20px;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: top;
}

#mailinglist #email_submit {
	background-color: transparent;
	width: 75px;
	height: 44px;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	vertical-align: top;
}

#mailinglist #email_submit:hover {
	color: #C3B31A;
}

@media only screen and (max-width: 499px) {

	#mailinglist form {
		max-width: 310px;
		margin: 0px auto;
	}

}

#footer_bottom {
	padding-bottom: 40px;
}

#footer_icon {
	display: block;
	width: 300px;
	height: 88px;
	margin: -88px auto 84px auto;
}

#footer_contact {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: 0px auto 76px auto;
}

.footer_col {
	font-size: 16px;
	line-height: 24px;
	color: #F3F3F3;
	white-space: nowrap;
}

.footer_col .title {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #E02E24;
	margin-bottom: .75em;
}

.footer_col a {
	color: #F3F3F3;
}

.footer_col a:hover {
	color: #AC2113;
}

#social {
	padding: 0px;
}

#social li {
	list-style: none;
	float: left;
	margin-right: 10px;
	display: inline;
	font-size: 26px;
	line-height: 26px;
}

#social li a {
	display: block;
	color: #F3F3F3;
}

#social li a:hover {
	color: #AC2113;
}

#footer_logos {
	text-align: center;
	margin-bottom: 44px;
}

#footer_logos img {
	vertical-align: middle;
	margin: 0px 15px;
	opacity: .6;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

#footer_logos a:hover img {
	opacity: 1;
}

#copyright {
	font-size: 15px;
	line-height: 22px;
	font-style: italic;
	text-align: center;
	color: #757570;
}

#copyright a {
	color: #757570;
}

#copyright a.link {
	text-transform: uppercase;
	color: #A2A19E;
	margin-left: 10px;
}

#copyright a.link:hover {
	color: #FFFFFF;
}

@media only screen and (max-width: 1199px) {

	#footer_contact {
		max-width: 700px;
		display: block;
		margin-bottom: 100px;
	}

	#footer_contact .footer_col {
		width: 50%;
		float: left;
		margin-bottom: 20px;
		text-align: center;
	}

	#footer_contact .footer_col.social {
		width: 100%;
	}

	#social {
		text-align: center;
	}

	#social li {
		float: none;
		display: inline-block;
		margin: 0px 4px;
	}

}

@media only screen and (max-width: 767px) {

	#footer_top {
		height: 391px;
	}

	#footer_contact {
		margin-bottom: 60px;
	}

}

@media only screen and (min-width: 700px) {

	#copyright br {
		display: none;
	}

}

@media only screen and (max-width: 699px) {

	#copyright img {
		margin: 0px 13px 20px 13px;
	}

}

@media only screen and (max-width: 599px) {

	#footer_contact .footer_col {
		width: 100%;
		float: none;
	}

}

@media only screen and (max-width: 399px) {

	#footer_logos {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	#footer_logos img:first-child {
		margin-bottom: 30px;
	}

}

/* NAVIGATION CSS */

#nav {
	z-index: 400;
}

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 19px;
	letter-spacing: .08em;
	font-weight: 500;
}

#nav li a, #nav li.active li a {
	color: #FFFFFF;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

#subnav li a {
	color: #000000;
}

#subnav li a.active, #subnav li a:hover {
	color: #1B67E4;
}

/* PAGE BLOCK CSS */

.block_video {
}

.block.padding_top {
	padding-top: 130px;
}

.block.padding_bottom {
	padding-bottom: 130px;
}

.layout2 .block.padding_top {
	padding-top: 130px;
}

.layout2 .block.padding_bottom {
	padding-bottom: 130px;
}

.block.border_top {
	border-top: 10px solid #FFFFFF;
}

.block.border_bottom {
	border-bottom: 10px solid #FFFFFF;
}

.layout2 .block .container {
	max-width: 860px;
}

.layout2 .block_video .container {
	max-width: 1260px;
}

.block p {
	text-align: justify;
}

.block_photo {
	max-width: none;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_photo img {
	width: 100%;
	display: block;
}

.block_content_photo .photo img {
	width: 100%;
	display: block;
}

.block_content_video .container {
	max-width: none;
	padding: 0px;
}

.block_content_video .content {
	background-color: #D6D6D6;
}

@media only screen and (max-width: 999px) {

	.block.padding_top {
		padding-top: 105px !important;
	}

	#subnav + #content_box #page_blocks .block.padding_top:first-child {
		padding-top: 55px;
	}

	.block.padding_bottom {
		padding-bottom: 105px !important;
	}

}

@media only screen and (min-width: 768px) {

	.block_content_photo .container {
		display: flex;
		align-items: center;
	}

	.block_content_photo.right .container {
		flex-direction: row-reverse; 
	}

	.block_content_photo .photo {
		width: 50%;
	}

	.block_content_photo .content {
		width: 50%;
	}

	.block_content_photo.left .content {
		padding-left: 5%;
	}

	.block_content_photo.right .content {
		padding-right: 5%;
	}

}

.block_box {
	margin-bottom: 40px;
}

.block_box img {
	width: 100%;
}

@media only screen and (max-width: 767px) {

	.block.padding_top {
		padding-top: 80px !important;
	}

	#subnav + #content_box #page_blocks .block.padding_top:first-child {
		padding-top: 30px;
	}

	.block.padding_bottom {
		padding-bottom: 80px !important;
	}

}

@media only screen and (min-width: 768px) {

	.block_boxes .container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.block_box {
		width: calc(50% - 20px);
	}
}

/* HOME CSS */

.block_slideshow {
	clear: both;
	width: 100%;
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_slideshow ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.block_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.block_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

.block_slideshow li img {
	width: 100%;
	float: left;
}

.block_slideshow .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.block_slideshow .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

.rslides_nav {
	display: none;
}

#home_slideshow_arrow {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
	z-index: 300;
	background-color: #1B67E4;
	cursor: pointer;
}

#home_slideshow_arrow:hover {
	background-color: #4384F0;
}

#home_slideshow_arrow img {
	width: 50px;
	display: block;
}

#now_playing {
	text-align: center;
}

.layout2 #now_playing {
	background-color: #E9E6E6;
}

#now_playing_inner {
	margin-bottom: 1em;
}

#now_playing .title {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	color: #1B67E4;
	letter-spacing: .05em;
	margin-bottom: 1.5em;
}

#now_playing .screen1 {
	margin-bottom: 50px;
}

#now_playing .screen_title div {
	width: 248px;
	height: 112px;
	position: relative;
}

#now_playing .screen_title strong {
	display: block;
	width: 248px;
	height: 112px;
	padding-top: 56px;
	margin: 0px auto -10px auto;
	position: relative;
	z-index: 500;
	background-image: url('../images/now-playing-screen-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#now_playing .screen_title strong span {
	background-color: #000000;
}

#now_playing .movie {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	max-width: 350px;
	margin: 0px 2%;
}

#now_playing .movie img {
	width: 100%;
	height: auto;
}

#now_playing .movie_number {
	background-image: url('../images/movie-number-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	font-style: italic;
	color: #AC2113;
}

#now_playing .movie_time {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

#now_playing .movie a {
	padding: 1px;
	position: relative;
	z-index: 100;
}

#now_playing a img {
	transition: all .2s ease-in-out;
}

#now_playing a:hover img {
	transform: scale(1.05); 
}

@media only screen and (min-width: 900px) {

	#now_playing_inner {
		display: flex;
		justify-content: space-between;
		max-width: 1800px;
	}

	#now_playing .now_playing {
		width: 50%;
	}

}

@media only screen and (max-width: 899px) {

	#now_playing_inner {
		padding: 0px;
	}

}

@media only screen and (max-width: 549px) {

	#now_playing .title {
		font-size: 37px;
	}

}

@media only screen and (min-width: 999px) {

	#home_bottom, .block_2_cols {
		display: table;
		width: 100%;
	}

	.block_2_col {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}

	#home_content .container, .block_2_col .container {
		max-width: 860px;
	}

	#home_prices {
		background-color: #D6D6D6;
	}

	#home_content {
		background-color: #FFFFFF;
	}

}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 599px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 449px) {

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 21px;
}

#faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question:before {
	content: '\f0d8';
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

/* NOW PLAYING SS */

#content #dates {
	display: table;
	padding: 0px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

#dates li {
	list-style: none;
	display: table-cell;
	width: 10%;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANVQTFRF6ebm////paSh6OXlpqWiqqmmqKek5OHhp6aj4d7e5uPj5eLiwL682dbWrq2q1dPSr62rq6qoxMLAz83MqKakzcrJube1uLe1yMbF09DPtrWz1NHQrqyqvry64t/fq6qnwb+9tbSyyMbE39zc4N3dxsTDz8zLpqWjsrCu3NrZzMrJ3NnZsK+s0tDPxcPBy8nI393cxcPCvLu51tPTuLa0vbu529jYzszLr66s5eLht7azrKqo2dfW1tPStbOxsK+t2tfWqqimtLOxt7Wz2tfXsa+tq6mnFx5npgAAAXpJREFUeNrs2FdSQlEURFFUgiQByaBklJyjOc9/SE6h+eune49gfXTVrXtCIc+SSUvWT8SS9fkQIrmLC0tWNmvJOhxYTOCr1SxZzSaPT+C7vbVkRaOWrHicxegtl5ascNiStduxGL1i0ZJ1fm7JymRYjF69zrb09nsWo/f1xpuo1++zGL1ez5JVKFiyUikWo3c8WrIinifdzYbF6JmedK88T7qTCYsJfO22JSuXs2QlEixGb7u1ZHHS/QPNZnxf9cZjFqM3GlmyXE+6zyxGr1plW3p3dyxGL/3Em6jX6bAYvcXCknV5acnipHtKsZgly/SkWy6zGD3Xk+6VJev1m8UEvpcPS1bu0ZLFSfeUVitLlulJt9FgMXrX15as+3tL1nDIYvTmc0uW6dltvWYxetMp29LL51mMXjrNtvQqFRaj1+1askxPuq0Wi9FzPem+W7JKJRajZ3rSvbmxZA0GLEbvzDJYsGDBggULFixYsGDBggULFqx/zPoVYABCtiLo5+VlgwAAAABJRU5ErkJggg==');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#dates li:hover {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAAQlBMVEXW1tb////w8fKop6SlpKHr7O3n6OjKysnCwsCwr63v8PG6urirqqji4uPf4ODb29vY2NjT1NPQ0NC3t7Wysa+srKlUC9cHAAABAWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iPz48cjpSREYgeG1sbnM6cj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+PHI6RGVzY3JpcHRpb24geG1sbnM6eD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+PHg6Q3JlYXRlRGF0ZT4yMDE5LTA5LTI0VDE1OjIyOjM2LTAwOjAwPC94OkNyZWF0ZURhdGU+PC9yOkRlc2NyaXB0aW9uPjwvcjpSREY+PD94cGFja2V0IGVuZD0iciI/PkU+T9QAAAFNSURBVHja7Zg5DgJRFMMCDPu+3f+qNHRUKZCsP/YJUlh6eclyGSLrdYicTiFyPIYI1K3DIUT2+xCBxoK6BY31fIbI+x0i0OMDdWu3C5HVKkQ2mxCBurXdhgjUrfM5RKBuPR4hMk0hcr2GCNSt2y1EoG7d7yECdetyCRHoTYQ2CKhb0HYKdQv6+UDdgn7VTroDuOWk2/B6hQjULWgsJ90Bjg/ULWixgdZAaGmGugV9yKBuOek66f7gpNvgpNvgpNsw9qQ7MW8itEFA3YK2U2jfgn4+ULegX7WT7gBuOek66X6ZSywn3QGOD9QtaLGB1kBoaYa6BX3IoG456Trp/uCk2+Ck2+Ck2zD4pMt0C9ogoG5B2ym0b0E/H6hb0K/aSXcAt5x0nXT/xQKJsYz1xVgNxmowVoOxGozVYKwGYzUYq8FYDcZqMFaDsRrmEusDJwEYzuQD/78AAAAASUVORK5CYII=');
}

#dates li:first-child, #dates li.active + li {
	background-image: url('data:image/gif;base64,R0lGODlhAQCWAIAAAOnm5v///yH5BAAAAAAALAAAAAABAJYAAAIOhI+py+0Po5yh2ouzrgUAOw==');
}

#dates li:first-child:hover, #dates li.active + li:hover {
	background-image: url('data:image/gif;base64,R0lGODlhAQCWAIAAANbW1v///yH5BAAAAAAALAAAAAABAJYAAAIOhI+py+0Po5yh2ouzrgUAOw==');
}

#dates li.active {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtQTFRFrCET////wFVL6sbC6cTA6cXBwFZLwFdMv1RKpHnVOwAAATNJREFUeNrs1FtygzAMQFFknIT9r7g0nbbEY4P1APxx7wKk8yNNExERERERERERERERERERERERERERERERERERERERERERDVUaEbVMkoeDLVkmkcFgK0rerJFgKb9BPyyRRxoI9c8aAfaH2rLuhm1Qn6w7YR+oknUXLD0KRslar3K5HVVjXQ2roOqsK2FLrgLqrKtgDVSbdcXnT7m5vM06G7aD2medCdtFHbHOgh2gjllnwA5RPazoz1/9UxZWJKwL1cuKgnWi+lkRsG6UhuWFKVA6lshshqVZtUjHssKUKD3LAlOjLCwtzICysTQwE8rKWmHPHtRzNo63snpgZpSHdQRzoHysPZgL5WW1YE6Un7XCXiXqNbuH+lklLAAVw9rCQlBRrF9YECqO9Q0LQ4l8CTAAncoM93607FkAAAAASUVORK5CYII=');
	background-position: bottom center;
	background-color: #AC2113;
}

#dates li a {
	display: block;
	padding: 9px 0px 39px 0px;
	color: #A2A19E;
	color: #787473;
}

#dates li.active a {
	color: #FFFFFF;
}

#dates li span.day_mobile {
	display: none;
}

#dates li strong {
	font-size: 2.125em;
	line-height: .7em;
	text-transform: uppercase;
}

#dates li strong em {
	font-size: 0.735294117647059em;
}

@media only screen and (max-width: 1099px) {

	#dates li {
		line-height: 1.5em;
	}

	#dates li span {
		display: none;
	}

	#dates li span.day_mobile {
		display: inline;
	}

}

@media only screen and (max-width: 899px) {

	#dates li strong {
		font-size: 1.5em;
	}

}

@media only screen and (max-width: 599px) {

	#dates li {
		font-size: 14px;
		line-height: 1.75em;
	}

}

@media only screen and (max-width: 499px) {

	#dates li {
		font-size: 12px;
	}

}

@media only screen and (max-width: 399px) {

	#dates li {
		font-size: 11px;
	}

}

#movies .movie {
	background-color: #E9E6E6;
	margin-top: 50px;
}

#movies.details .movie {
	margin-top: 20px;
}

#movies .movie .photo {
	float: left;
	width: 233px;
}

#movies.details .movie .photo {
	width: 405px;
}

#movies .movie .photo img {
	width: 100%;
	height: auto;
	display: block;
}

#movies .movie .photo .button {
	display: block;
	font-size: 24px;
	text-align: center;
	padding: 14px;
}

#movies .movie .content {
	margin-left: 233px;
	padding: 45px 50px 0px 50px;
	position: relative;
}

#movies.details .movie .content {
	margin-left: 405px;
}

#movies .movie h2 {
	font-weight: bold;
	margin-bottom: .75em;
}

#movies .movie h2 span.blue {
	color: #1B67E4;
}

#content #movies .movie_times {
	padding: 0px;
	margin-bottom: 15px;
}

#movies .movie_times li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 33px;
	color: #5B5A57;
	background-color: #D6D6D6;
	padding: 0px 18px;
	margin: 0px 5px 10px 0px;
}

#movies .movie_times li.link {
	padding: 0px;
}

#movies .movie_times a {
	display: block;
	padding: 0px 10px;
	background-color: #AC2113;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #FEFEFE;
}

#movies .movie_times a:hover {
	background-color: #DE3827;
}

#movies .content_inner {
	background-image: url('data:image/gif;base64,R0lGODlhOQACANUAAPDx8qalosvLyqemo6inpKWkoqWkoeLi46moptvb27CvraysqcPDwtDR0OHi4t/f39jZ2NfY19/g4Obm5+3u7rKxr+jp6evs7MDAvu/w8cLCwauqqMnJyNDQz+Xm5tPU09rb29LT0sfHxqalo7q6uLq5uMjIx9PT0re3tbe2tKinpQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAA5AAIAAAZVQAbBAxCMHoCPIQJIBDqAw8AEsCAwAMoCBQBUFBkAaXMBaFSTYkACOBUgAFCgAXAMOAAhURBAKpkJBVBSIlVXWQspXV9hJWRmBGl8bCEGcCAFdHZ4QQA7');
	background-repeat: repeat-x;
	padding-top: 4px;
}

#movies .content_left {
	float: left;
	width: 228px;
	padding: 20px 30px 45px 0px;
	background-image: url('data:image/gif;base64,R0lGODlhAgA9ANUAAPDx8qaloq2sqqinpMzMy6Wkoerr7K+urOTl5ejp6tTU1O/w8auqp6qpp+3u76emo9fX17++vdfY18fHxuXm5u7v8MPDwsTEw7u6ubW1s7OysNPU06mopdvc3M/PzuLj497f37OzsLa1s+rr67Ozsbu7ud/f37y8ura2tN/f4K6uqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAACAD0AAAZeQIEgkwEYAaSQ6lCpGE+lRmNkMF4ugwECYSQQAgEQyKhQFAoQiLHTAXs8xs/n8ZhMjIkEhxOJGB0OQigiRwAaGgcHCwtGGBgMDAZVABYWWRQUXV8BKSZGGxtnEhJGQQA7');
	background-position: right top;
	background-repeat: repeat-y;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #1960D2;
}

#movies .content_left p {
	margin-bottom: 1em;
	text-align: left;
}

#movies .content_left p.rating {
	line-height: 1.75em;
	margin-bottom: 1.5em;
}

#movies .content_left img {
	height: 21px;
	vertical-align: top;
}

#movies .content_left a.tooltip {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	padding: 0px 7px;
	vertical-align: top;
	margin-left: 3px;
}

#movies .content_left strong {
	color: #000000;
}

#movies .content_right {
	float: right;
	width: calc(100% - 228px);
	padding: 20px 0px 20px 30px;
	font-size: 15px;
	line-height: 1.6em;
	color: #000000;
}

#movies .movie .movie_icons {
	position: absolute;
	top: 0px;
	right: 0px;
}

#movies .movie .movie_icons img {
	width: auto;
	height: 33px;
}

@media only screen and (max-width: 1049px) {

	#movies.details .content_right {
		float: none;
		width: 100%;
		padding-left: 0px;
		padding-bottom: 0px;
	}

	#movies.details .content_left {
		float: none;
		width: 100%;
		padding-top: 0px;
		padding-right: 0px;
		background-image: none;
	}

	#movies.details .content_left p.rating br {
		display: none;
	}

}

@media only screen and (max-width: 899px) {

	#movies .content_right {
		float: none;
		width: 100%;
		padding-left: 0px;
		padding-bottom: 0px;
	}

	#movies .content_left {
		float: none;
		width: 100%;
		padding-top: 0px;
		padding-right: 0px;
		background-image: none;
	}

	#movies .content_left p.rating br {
		display: none;
	}

}

@media only screen and (max-width: 849px) {

	#movies.details .movie .photo {
		width: 300px;
	}

	#movies.details .movie .content {
		margin-left: 300px;
	}
}

@media only screen and (max-width: 699px) {

	#movies .movie {
		position: relative;
	}

	#movies .movie .photo, #movies.details .movie .photo {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	#movies .movie .photo img {
		width: 233px;
		margin: 0px auto;
	}

	#movies.details .movie .photo img, #movies.details .photo a {
		width: 340px;
		margin: 0px auto;
	}

	#movies .movie .content, #movies.details .movie .content {
		padding: 20px 20px 0px 20px;
		margin-left: 0px;
		position: unset;
	}

	#movies .content_left {
		padding-bottom: 30px;
	}

}

@media only screen and (max-width: 414px) {

	#movies.details .movie .photo {
		padding: 0px;
	}

	#movies.details .movie .photo img, #movies.details .photo a {
		width: 100%;
	}

}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1150px) {

	#nav_trigger, #nav_close {
		display: none;
	}

	#nav {
		position: fixed;
		top: 0px;
		right: 0px;
		height: 70px;
		background-color: #000000;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}

	#nav #main_nav {
		float: right;
		padding-left: 23px;
	}

	.collapsed #nav {
		width: 100% !important;
	}

	#main_nav > li {
		float: left;
		display: inline;
	}

	#main_nav li {
		margin: 0px 27px;
		padding-top: 25px;
		height: 70px;
	}

	#nav li a:hover, #nav li.active a {
		color: #2871E6;
	}

	#main_nav li:last-child {
		background-color: #1B67E4;
		margin-right: 0px;
		padding: 25px 46px 0px 46px;
		text-transform: none;
		font-style: italic;
	}

	#main_nav li:last-child a:hover {
		color: #FFFFFF;
	}

	#main_nav li > ul {
		position: absolute;
		top: 60px;
		left: -10px;
		padding: 10px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #000000;
	}

	#nav li:hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
	}

	#nav li li {
		white-space: nowrap;
		height: auto;
		padding: 0px;
		margin: 0px;
		font-size: 13px;
		text-align: center;
		font-style: italic;
		text-transform: none;
	}

	#nav li li a {
		display: block;
		padding: 5px 10px;
	}

	#subnav {
		text-align: center;
		padding: 15px 0px;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#section_title {
		display: none;
	}

}

@media only screen and (max-width: 1500px) {

	#nav #main_nav {
		padding-left: 15px;
	}

	#main_nav li {
		margin: 0px 15px;
	}

	#main_nav li:last-child {
		padding: 25px 30px 0px 30px;
	}

}

@media only screen and (max-width: 1370px) {

	#logo {
		left: 40px;
	}

	#logo img {
		max-width: 250px;
	}

}

@media only screen and (max-width: 1300px) {

	#logo {
		left: 30px;
	}

	#logo img {
		max-width: 200px;
	}

	#nav #main_nav {
		padding-left: 12px;
	}

	#main_nav li {
		margin: 0px 12px;
		font-size: 16px;
	}

	#main_nav li:last-child {
		padding: 25px 24px 0px 24px;
	}

}

@media only screen and (max-width: 959px) { 

	.container {
		padding: 0px 15px;
	}

	#logo {
		left: 15px;
	}

	#nav {
		right: 15px;
	}

}

@media only screen and (max-width: 1149px) {

	.mobile_nav body {
		overflow: hidden;
	}

	#nav_trigger, #nav_close {
		border: 0px;
		cursor: pointer;
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 70px;
		height: 70px;
		z-index: 300;
		font-size: 30px;
		line-height: 70px;
		text-align: right;
		padding-right: 20px;
		background-color: #000000;
		color: #1B67E4;
	}

	#nav_trigger {
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}

	.collapsed #nav_trigger {
		width: 100%;
	}

	#nav_close {
		position: absolute;
		top: 0px;
		font-size: 30px;
		line-height: 70px;
		z-index: 200;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
		z-index: 500;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: fixed;
		right: 0px;
		top: 0px;
		background-color: #000000;
		z-index: 1000;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100% !important;
	}

	#nav #main_nav {
		padding-top: 75px;
		padding-bottom: 0px;
		background-color: #000000;
	}

	#main_nav li {
		display: block;
		font-size: 18px !important;
		text-align: center;
		white-space: nowrap;
	}

	#main_nav li a {
		display: block;
		padding: 10px 15px;
	}

	#main_nav li a:hover {
		border: 0px;
	}

	#main_nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#main_nav li.expanded > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#main_nav li li {
		font-size: 16px;
		font-style: italic;
		text-transform: none;
	}

	#main_nav li li a, #main_nav li.active li a {
		padding: 6px 30px;
		color: #FFFFFF;
	}

	#subnav {
		padding: 0px;
		margin: 0px 0px 20px 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		font-weight: bold;
		font-style: italic;
		border: 2px solid #DDDDDD;
		text-align: center;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #DDDDDD;
		z-index: 300;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		border-top: 1px solid #FFFFFF;
	}

	#subnav li.first {
		border: 0px;
	}

	#subnav li a {
		display: block;
		padding: 12px 15px;
	}

}
