/** Generated: Sunday, 20th of July 2025, 10:40:44 AM // Powered by AIOM+ (All In One Minify) created by David Karich **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
}

[class*='col-'] {
	float: left;
	padding-right: 0px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	max-width: 1180px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 20px 0 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 0px;
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

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

	.grid {
		width: 98%;
		min-width: 0;
		margin-left: 00px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0 auto;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* 
	Template Name: Clean
	Template URI: www.slidetabs.com
	Description: Clean style tabs
	Author: SlideTabs
	Author URI:
*/

/* NOTE: Prefix the template styles with <TEMPLATE FOLDER NAME>-horizontal/vertical */


/* 
 * Vertical Tabs
 *
------------------------------------------------------------------------------------- */
div.clean-vertical { /* The main container */
	position:relative;
	clear:both;
	/*background: white;*/
	width:100%; /* Set the full width */
}

/* Control Buttons (vertical)
------------------------------------------------------------------------------------- */
div.clean-vertical > div.st_tabs a.st_prev, 
div.clean-vertical > div.st_tabs a.st_next { /* Directional buttons (previous/next) */	
	display:none;
	float:left;
	position:relative;
	z-index:100;	
	height:34px;
	width: 50%;
	/*width:93px;*/
	text-indent:-999em;
	border:1px solid #ccc;
	border-top:0 none;
	outline:none;	
	background:#fff url("/site/templates/css/clean/images/arrows_v.gif") no-repeat;	
}
div.clean-vertical > div.st_tabs a.st_prev { /* Previous button */
	border-right:0 none;
	background-position:center 13px;
}
div.clean-vertical > div.st_tabs a.st_prev:hover { /* Previous button hover */
	background-position:center -51px;
	background-color:#f5f5f5;
}
div.clean-vertical > div.st_tabs a.st_next { /* Next button */
	background-position:center -19px;
}
div.clean-vertical > div.st_tabs a.st_next:hover { /* Next button hover */
	background-position:center -83px;
	background-color:#f5f5f5;
}
div.clean-vertical > div.st_tabs a.st_prev.st_btn_disabled,
div.clean-vertical > div.st_tabs a.st_next.st_btn_disabled { /* Previous and next buttons disabled state */
	cursor:default;
	background-color:#f7f7f7;
}
div.clean-vertical > div.st_tabs a.st_prev.st_btn_disabled { /* Previous button disabled state */
	background-position:center -115px;
}
div.clean-vertical > div.st_tabs a.st_next.st_btn_disabled { /* Next button disabled state */
	background-position:center -147px;
}

/* Tabs (vertical)
------------------------------------------------------------------------------------- */
div.clean-vertical > div.st_tabs { /* Tabs main container */  	
	position:relative;
	z-index:100;
	float:left;
	width:189px;
	/* +1px for the negative right margin */
	height:401px;
	height:320px;
	margin-right:-1px;
	border-top:1px solid #ccc;
	overflow:hidden;
}
div.clean-vertical > div.st_tabs div.st_tabs_wrap { /* Tabs slide-container */
	position:relative !important; /* Don't remove: The tabs sliding position will be calculated from the tabs <ul> first parent element with position:relative */
	float:left;
	clear:both;
}
div.clean-vertical > div.st_tabs ul { /* Tabs unordered list */
	float:left;
	width:18px;	
	margin:0px;
	padding:0px;
	list-style:none;
}
div.clean-vertical > div.st_tabs ul li { /* Tab list elements */
	position:relative;
	float:left;
	clear:both;
	margin:0px;
}
div.clean-vertical > div.st_tabs ul li a { /* Tab links */
	display:block;
	width:189px;
	/*height:32px;*/
	margin:0px;
	padding:14px 10px 14px 10px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	/*color:#5c5c5c;*/
	color: white;
	text-decoration:none;
	outline:none;
	/*border-right:1px solid #ccc;*/
	border-bottom:1px solid #ccc;
	/*border-left:1px solid #ccc;*/
	/*background-color:#f8f8f8;*/
background-color: rgba(110,110,110,0.5);
}	

div.clean-vertical > div.st_tabs ul li a:hover { /* Tabs hover state */
	color:#333;
	background:#fbfbfb;
}
div.clean-vertical > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
	position:relative;
	z-index:10;
	color:red;
	padding-right:1px;
	background:#fff;
}
div.clean-vertical > div.st_tabs ul li a span {
	display:block;
	clear:both;
	font-size:11px;
	font-weight:normal;
	color:#838383;
	padding-top:3px;	
}

/* Content (vertical)
------------------------------------------------------------------------------------- */
div.clean-vertical > div.st_views { /* Main content container */
	position:relative;
	z-index:5;
	height:320px;
	/*line-height:18px;*/
	/*border:1px solid #ccc;*/
	/*background-color: rgba(150,150,150,0.5);*/
	overflow:hidden;
	/*padding: 1rem;*/
}
div.clean-vertical > div.st_views div.st_view { /* Content containers - NOTE: background images will be set on these containers */
	width:100%;	
	height:100%;
	overflow:hidden;
	background-image:none;
	/* Background-image attributes */
	background-repeat:no-repeat !important;
	background-position:0px 0px !important;
	background-color:transparent !important;
}
div.clean-vertical > div.st_views div.st_view_inner { /* Inner content containers - NOTE: the 'Auto Height' option uses the full height of this container to set the height */
	overflow:hidden !important; /* Makes the element wrap around the content */
	padding:30px; /* Padding for the content */
}
div.clean-vertical > div.st_views div.st_view_first { /* First content container */
	display:block; /* Show the first content container */
}

/* Right-aligned Tabs (vertical)
------------------------------------------------------------------------------------- */
div.clean-vertical.align_right > div.st_tabs a.st_prev { /* Previous button */
	margin-left:0px;
}
div.clean-vertical.align_right > div.st_tabs a.st_next { /* Previous button */
	margin-right:-1px;
}
div.clean-vertical.align_right > div.st_tabs { /* Tabs main container */  	
	float:right;
	margin-left:-1px;
	margin-right:0px;
}
div.clean-vertical.align_right > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
	padding-right:0px;
	border-left-color:#ffffff;
}


/* 
 * Media Queries
 *
------------------------------------------------------------------------------------- */
@media screen and (max-width: 760px) {
	/* Horizontal Tabs
	------------------------------------------------------------------------------------- */
		
	/* Tabs (horizontal) */
	div.clean-horizontal > div.st_tabs ul li a {
		padding-right:21px;
		padding-left:21px;
	}
	
	/* Vertical Tabs
	------------------------------------------------------------------------------------- */
	
	/* Arrow Buttons (vertical) */
	div.clean-vertical > div.st_tabs a.st_prev,
	div.clean-vertical > div.st_tabs a.st_next {
		width:50px;
	}
	div.clean-vertical > div.st_tabs a.st_prev { /* Previous button */
		border-right:1px solid #ccc;
	}	
	
	/* Tabs (vertical) */
	div.clean-vertical > div.st_tabs {
		width:52px;
		height:357px;
	}
	div.clean-vertical > div.st_tabs ul li a {
		width:50px;
		height:40px;
		padding:0;
		text-indent:-1000em;		
		background:url("/site/templates/css/clean/images/tab_dots.gif") no-repeat center 18px #f8f8f8;
	}
	div.clean-vertical > div.st_tabs ul li a:hover { /* Tabs hover state */	
		background-color:#fbfbfb;
	}
	div.clean-vertical > div.st_tabs ul li a.st_tab_active {    
    	padding-right:1px;
		background:url("/site/templates/css/clean/images/tab_dots.gif") no-repeat center -64px #ffffff;
	}
	div.clean-vertical.align_right > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
		padding-right:0px;
	}
	
	/* Content (vertical) */
	div.clean-vertical > div.st_views {
		height:356px;
	}
	
	/* Right-aligned Tabs (vertical) */
	div.clean-vertical.align_right > div.st_tabs a.st_prev, 
	div.clean-vertical.align_right > div.st_tabs a.st_next {
    	border-left:1px solid #ccc;
	}
}

@media screen and (max-width: 480px) {
	/* Tabs (horizontal) */
	div.clean-horizontal > div.st_tabs ul li a {	
		padding-right:14px;
		padding-left:14px;
	}
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2em;
  max-width: 1180px;
  margin: 0 auto;
  overflow-y: scroll;
  color: #969696;
  background: black url('/site/templates/images/mt_vic_deco_wallpaper1182.jpg') top center no-repeat;
  background-attachment: fixed;
}
body#page-home {
  background: black url('/site/templates/images/mt_vic_home-02.jpg') top right no-repeat;
}
@media handheld, only screen and (max-width: 767px) {
  body#page-home {
    background: black;
  }
}
body#page-about {
  background-position-x: center;
  background-position-y: 14rem;
  background-repeat: none;
}
@media handheld, only screen and (max-width: 767px) {
  body {
    width: 90%;
  }
}
h1 {
  font-size: 1.8rem;
}
span.session_type {
  font-size: 0.8rem;
  text-transform: uppercase;
}
span.session_type a:link,
span.session_type a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0.35rem;
}
span.session_type a:hover {
  text-decoration: underline;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1rem;
  font-style: italic;
}
p {
  color: white;
}
p a:link,
p a:visited {
  color: inherit;
}
p a:hover {
  color: #e1e1e1;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.padding1 {
  padding: 1rem;
}
.padding2 {
  padding: 2rem;
}
.site-alert {
  text-align: center;
  padding: 0.5rem;
  background: red;
}
.logo {
  width: 580px;
  float: left;
}
.logo img {
  max-width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .logo img {
    max-width: auto;
    margin: 0 auto;
  }
}
img.logo-mobile {
  margin: 1rem 0 0;
}
@media handheld, only screen and (max-width: 767px) {
  img.logo-mobile {
    max-width: 100%;
    margin-bottom: 0;
  }
}
#lb-wrapper {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  display: none;
  background-color: #000;
}
#lightbox {
  z-index: 2000;
  position: absolute;
  width: 456px;
  height: 480px;
  left: 50%;
  margin-left: -210px;
  top: 35%;
  margin-top: -157.5px;
  background-color: #fff;
  display: none;
}
#close-lb {
  background-color: #D2DDCC;
  color: black;
  padding: 1rem;
  position: absolute;
  top: -18px;
  right: 0px;
  font-size: 10px;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
}
#Stage {
  width: 600px;
  height: 183px;
}
@media handheld, only screen and (max-width: 767px) {
  #Stage {
    width: 100%;
    margin-left: 0;
    height: 110px;
    margin: 0 auto;
  }
}
.stage-container {
  float: left;
  margin-top: 2rem;
  overflow-y: hidden;
}
@media handheld, only screen and (max-width: 767px) {
  .stage-container {
    clear: left;
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.nav-container {
  overflow-y: hidden;
}
body#page-home .nav-container {
  margin-bottom: 3.5rem;
}
@media handheld, only screen and (max-width: 767px) {
  body#page-home .nav-container {
    margin-bottom: 0;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .nav-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
  }
  .nav-container img {
    max-width: 100%;
  }
}
.nav-container-02 {
  font-family: Helvetica, Arial, sans-serif;
  width: 30%;
  margin: 1rem 0 4rem;
  float: right;
  position:relative;
  z-index:100;
}
@media handheld, only screen and (max-width: 767px) {
  .nav-container-02 {
    width: 100%;
    margin: 1rem 0 1rem;
  }
}
#page-home .nav-container-02 {
  float: left;
}
.nav-container-02 ul {
  display: block;
  padding: 1rem;
}
.nav-container-02 ul[class*="level-01"] a:hover,
.nav-container-02 ul[class*="level-02"] a:hover {
  border-bottom: 1px solid #8E8E8E;
}
.nav-container-02 ul.level-01,
.nav-container-02 ul.level-02,
.nav-container-02 ul.level-03,
.nav-container-02 ul.level-03a {
  border-bottom: 1px solid #8E8E8E;
}
.nav-container-02 ul.level-01 li,
.nav-container-02 ul.level-02 li,
.nav-container-02 ul.level-03 li,
.nav-container-02 ul.level-03a li {
  float: left;
}
.nav-container-02 ul.level-01 li a:link,
.nav-container-02 ul.level-02 li a:link,
.nav-container-02 ul.level-03 li a:link,
.nav-container-02 ul.level-03a li a:link,
.nav-container-02 ul.level-01 li a:visited,
.nav-container-02 ul.level-02 li a:visited,
.nav-container-02 ul.level-03 li a:visited,
.nav-container-02 ul.level-03a li a:visited {
  text-decoration: none;
  color: white;
}
.nav-container-02 ul.level-01 {
  padding-bottom: 0.5rem;
  padding-right: 0rem;
}
.nav-container-02 ul.level-01 li a:link,
.nav-container-02 ul.level-01 li a:visited {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-right: 1rem;
  color: #8E8E8E;
  color: white;
  font-weight: bold;
}
.nav-container-02 ul.level-01 li a:hover {
  text-decoration: none;
  color: red;
}
.nav-container-02 ul.level-01 li.nav-facebook {
  text-decoration: none;
  float: right;
}
.nav-container-02 ul.level-01 li.nav-facebook a {
  text-decoration: none;
}
.nav-container-02 ul.level-02 li {
  color: white;
  width: 50%;
  font-size: 1.2rem;
  font-weight: bold;
}
.nav-container-02 ul.level-02 li:first-of-type {
  padding-right: 2rem;
}
.nav-container-02 ul.level-02 li span {
  float: right;
  font-weight: normal;
}
.nav-container-02 ul.level-02 li.nav-coming-soon a {
  font-weight: normal;
  color: #8E8E8E;
}
.nav-container-02 ul.level-03a li {
  width: 33.33333333%;
}
.nav-container-02 ul.level-03a li.nav-cinelovers {
  padding-bottom: 0px;
}
.nav-container-02 ul.level-03a li.nav-coming-soon a {
  font-weight: normal;
  color: #8E8E8E;
}
.nav-container-02 ul.level-03 {
  padding-bottom: 0.5rem;
}
.nav-container-02 ul.level-03 li {
  width: 33.33333333%;
}
.nav-container-02 ul.level-03 li.nav-events {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}
.nav-container-02 ul.level-03 li.nav-coming-soon a {
  font-weight: normal;
  color: #8E8E8E;
}
ul.navigation {
  float: right;
  overflow-y: hidden;
  margin-right: 1rem;
  margin-top: 6rem;
}
@media handheld, only screen and (max-width: 767px) {
  ul.navigation {
    clear: right;
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 0rem;
    margin-top: 0;
    border-bottom: 2px solid #969696;
  }
}
ul.navigation li {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  display: inline;
  margin-right: 3.5rem;
}
@media handheld, only screen and (max-width: 767px) {
  ul.navigation li {
    margin-right: 0;
    width: 50%;
    float: left;
    line-height: 2.3;
  }
}
ul.navigation li a:link,
ul.navigation li a:visited {
  text-decoration: none;
  color: #f0f0f0;
  text-transform: uppercase;
  font-style: italic;
}
ul.navigation li a:hover {
  color: red;
  border-bottom: 1px solid red;
}
@media handheld, only screen and (max-width: 767px) {
  ul.navigation li {
    display: block;
  }
}
ul.navigation li:last-of-type {
  margin-right: 0rem;
}
ul.navigation li.current a,
ul.navigation li.parent a {
  font-weight: 700;
  color: red;
}
.fb_strip {
  display: block;
  margin-top: 5rem;
  margin-bottom: 0.5rem;
}
.fb_strip a {
  margin-left: 7.5rem;
}
@media handheld, only screen and (max-width: 767px) {
  .fb_strip a {
    display: block;
    margin: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .fb_strip {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.theatre_logos {
  padding: 0rem 4rem 0 6rem;
}
.theatre_logos a {
  float: left;
}
.theatre_logos a:nth-of-type(2) {
  float: right;
}
@media handheld, only screen and (max-width: 767px) {
  .theatre_logos {
    padding: 0;
  }
  .theatre_logos a {
    float: none;
  }
}
.theatre-session-logos img {
  max-width: 70%;
  margin-bottom: 2rem;
}
.tabset {
  display: block;
  width: 82%;
  margin: 0 auto;
  margin-top: 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  .tabset {
    width: 100%;
  }
}
.postergrid {
  display: grid;
  text-align: center;
  gap: 1em;
  margin: 2rem 0;
  grid-template-columns: repeat(auto-fit, 25%);
}
@media handheld, only screen and (max-width: 767px) {
  .postergrid {
    display: block;
    grid-template-columns: 1fr;
  }
}
.poster {
  margin-bottom: 2rem;
}
@media handheld, only screen and (max-width: 767px) {
  .poster {
    padding: 0 10%;
  }
}
.poster h2 {
  font-size: 1.25rem;
  font-style: italic;
  position: relative;
  z-index: 28;
  text-align: left;
  padding-left: 0.25rem;
  display: grid;
  grid-template-columns: 1fr 2rem;
  color: white;
}
.poster h2 a:link,
.poster h2 a:visited {
  color: white;
  text-decoration: none;
}
.poster h2 a:hover {
  text-decoration: underline;
}
.overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -6;
  transition: opacity 0.25s ease-in-out;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: black url('/site/templates/images/mt_vic_deco_wallpaper1182.jpg') top center no-repeat;
}
.overlay .overlay-text {
  padding: 1rem;
}
.overlay p {
  text-align: left;
  line-height: 125%;
  font-size: clamp(0.9rem, 1rem, 1.4rem);
}
.poster {
  position: relative;
}
.poster img {
  max-width: 100%;
  z-index: 1;
  position: relative;
}
input[type="checkbox"] {
  appearance: none;
  display: none;
}
input {
  width: 1.2rem;
  justify-self: end;
}
label img {
  width: 1.2rem;
}
.poster:has(.overlay-toggle:hover) .overlay {
  background-color: #666;
  color: white;
  z-index: 12;
  opacity: 1;
}
.content {
  background: rgba(30, 30, 30, 0.7);
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.home-intro {
  background: none;
}
.centred {
  display: inline-block;
  margin: 0 auto;
}
.page-movie .iframe-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie .iframe-container {
    text-align: center;
  }
}
.page-movie .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 95%;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie .embed-container {
    max-width: 100%;
  }
}
.page-movie .embed-container iframe,
.page-movie .embed-container object,
.page-movie .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-movie #youtube {
  width: 90%;
  height: 380px;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie #youtube {
    width: 100%;
    height: auto;
  }
}
.page-movie .movie-intro {
  padding: 0 3rem 0 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie .movie-intro {
    padding: 0;
  }
}
.page-movie .movie-intro img {
  margin-right: 1rem;
  max-width: 100%;
  margin-bottom: 1rem;
}
.page-movie h1 {
  font-size: 1.2rem;
  font-weight: 900;
  font-style: italic;
  color: white;
  margin-bottom: 1rem;
}
.page-movie h1 span {
  color: #9B9B9B;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie h1 span {
    display: block;
    clear: both;
  }
}
.page-movie h1 span img.movie_dimension {
  position: relative;
  margin-bottom: 0;
  bottom: -3px;
  margin-left: 0.7rem;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie h1 {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 0.5rem;
  }
}
.page-movie h2 {
  font-style: italic;
  color: #A3A2A2;
}
.page-movie p {
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
  line-height: 1.1rem;
}
.page-movie .session-times p {
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.25rem;
  width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie .session-times p {
    margin-bottom: 1rem;
    overflow-y: hidden;
  }
}
.page-movie .session-times p span {
  text-align: left;
  display: inline-block;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie .session-times p span {
    float: left;
    text-align: left;
  }
}
.page-movie .session-times p span.session_date {
  width: 32%;
  text-align: right;
  margin-right: 0.5rem;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie .session-times p span.session_date {
    float: none;
    width: 50%;
    text-align: left;
    display: block;
  }
}
.page-movie .session-times p span.session_time {
  width: 28%;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie .session-times p span.session_time {
    float: none;
    width: 50%;
    text-align: left;
    display: block;
  }
}
.page-movie .session-times p span.session_note {
  width: 25%;
  font-size: 0.7rem;
  font-style: italic;
  margin-left: 0.5rem;
}
@media handheld, only screen and (max-width: 767px) {
  .page-movie .session-times p span.session_note {
    float: none;
    width: 50%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.page-movie .session-times p strong {
  display: inline-block;
  font-weight: 900;
  width: 9rem;
}
.page-movie .session-times p:last-of-type {
  margin-bottom: 1rem;
}
a.book-button:link,
a.book-button:visited {
  font-size: 0.7rem;
  padding: 0.25rem 0.7rem;
  color: white;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-style: italic;
  font-weight: 700;
  border-radius: 0.25rem;
  background: rgba(150, 150, 150, 0.5);
  text-decoration: none;
  display: inline-block;
}
.home_tabs_content a.book-button:link,
.home_tabs_content a.book-button:visited {
  margin-left: 0;
}
a.book-button:hover {
  text-decoration: none;
  background: #969696;
  border-bottom: none;
}
.also_showing {
  border-left: 1px solid #969696 / 2;
  text-align: center;
  padding: 0 2rem;
}
@media handheld, only screen and (max-width: 767px) {
  .also_showing {
    border-left: none;
    padding: 0;
  }
}
.also_showing h3 {
  margin-bottom: 0.5rem;
}
.also_showing ul {
  list-style-type: none;
}
.also_showing ul li {
  margin-bottom: 1rem;
  line-height: 1.1;
}
.also_showing ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.also_showing ul li a:link,
.also_showing ul li a:visited {
  font-size: 0.9rem;
  text-decoration: none;
  color: white;
  font-style: italic;
}
.also_showing ul li a:hover {
  color: red;
}
.session-times-list-container {
  padding: 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  .session-times-list-container {
    padding: 0;
  }
}
.session-times-list-container h1 {
  color: white;
}
.session-times-list-container h1 span {
  float: right;
}
.session-times-list-container h1 span a:link,
.session-times-list-container h1 span a:visited {
  color: red;
  text-decoration: none;
  font-size: 1rem;
  font-style: italic;
}
.session-times-list-container h1 span a:hover {
  text-decoration: none;
}
ul.session-times-list {
  overflow-y: hidden;
  background: rgba(150, 150, 150, 0.5);
}
@media handheld, only screen and (max-width: 767px) {
  ul.session-times-list {
    width: 100%;
  }
}
ul.session-times-list h2 {
  background: rgba(20, 20, 20, 0.5);
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}
ul.session-times-list p {
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
ul.session-times-list h3 {
  clear: both;
  display: block;
  margin-left: 1rem;
  margin-top: 1rem;
}
ul.session-times-list h3 a:link,
ul.session-times-list h3 a:visited {
  font-size: 1.3rem;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 1rem;
  color: white;
  text-decoration: none;
}
@media handheld, only screen and (max-width: 767px) {
  ul.session-times-list h3 a:link,
  ul.session-times-list h3 a:visited {
    margin-bottom: 0;
  }
}
ul.session-times-list h3 a:hover {
  border-bottom: 1px dotted white;
}
ul.session-times-list h3 span {
  margin-left: 1rem;
}
ul.session-times-list h3 span a:link,
ul.session-times-list h3 span a:visited {
  font-size: 0.7rem;
  padding: 0.1rem 0.7rem;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 400;
  border-radius: 0.25rem;
  background: rgba(150, 150, 150, 0.5);
  text-decoration: none;
}
ul.session-times-list h3 span a:hover {
  text-decoration: none;
  background: #969696;
  border-bottom: none;
}
ul.session-times-list h4 {
  margin-left: 1rem;
  font-style: italic;
  color: white;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: inline-block;
}
@media handheld, only screen and (max-width: 767px) {
  ul.session-times-list h4 {
    display: block;
    margin-bottom: 0;
  }
}
ul.session-times-list img {
  float: left;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  ul.session-times-list a img {
    width: 90%;
    margin-right: 1rem;
  }
}
ul.session-times-list li {
  display: block;
  overflow-y: hidden;
}
ul.session-times-list li .times {
  margin-bottom: 1rem;
}
ul.session-times-list li a.time {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  padding: 0.25rem 0.7rem 0.35rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
  color: white;
  line-height: 1.75;
}
ul.session-times-list li a.time:link,
ul.session-times-list li a.time:visited {
  text-decoration: none;
}
ul.session-times-list li a.time:hover {
  background-color: rgba(150, 150, 150, 0.5);
}
@media handheld, only screen and (max-width: 767px) {
  ul.session-times-list li a.time {
    display: inline-block;
  }
}
ul.session-times-list ul.times {
  display: inline-block;
  margin-left: 1rem;
}
ul.session-times-list ul.times li {
  display: inline-block;
  color: white;
  margin-right: 1rem;
}
ul.session-times-list ul.times li span {
  color: white;
}
ul.session-times-list ul.times li span a:link,
ul.session-times-list ul.times li span a:visited {
  color: white;
}
@media handheld, only screen and (max-width: 767px) {
  ul.session-times-list ul.times {
    display: block;
  }
}
.session-times-list-upcoming {
  padding: 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  .session-times-list-upcoming {
    padding: 0;
  }
}
.session-times-list-upcoming ul {
  background: rgba(150, 150, 150, 0.5);
  padding: 1rem 1rem 0 1rem;
}
.session-times-list-upcoming ul li {
  overflow-y: hidden;
  border-bottom: 1px solid rgba(150, 150, 150, 0.5);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.session-times-list-upcoming ul li:last-of-type {
  border-bottom: none;
}
.session-times-list-upcoming h2 {
  font-size: 1.8rem;
  color: white;
}
.session-times-list-upcoming h3 {
  margin-bottom: 0.5rem;
}
.session-times-list-upcoming h3 a:link,
.session-times-list-upcoming h3 a:visited {
  font-weight: 700;
  font-size: 1rem;
  color: white;
  text-decoration: none;
}
.session-times-list-upcoming h3 a:hover {
  border-bottom: 1px dotted white;
}
.session-times-list-upcoming img {
  float: left;
  margin-right: 1rem;
}
.session-times-list-upcoming p {
  float: left;
  font-size: 0.9rem;
  font-style: italic;
  color: #c3c3c3;
}
.threed {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  padding: 2px;
  background: red;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0.5rem;
}
.home-promote img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  .home-promote img {
    max-width: 100%;
  }
}
div.tint {
  background: rgba(30, 30, 30, 0.7);
  min-height: 59rem;
}
@media handheld, only screen and (max-width: 767px) {
  div.tint {
    min-height: auto;
  }
}
.basic-page p {
  color: white;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.movie-gallery {
  margin-bottom: 1rem;
}
.movie-gallery a {
  display: none;
}
.movie-gallery a img {
  max-width: 90%;
}
.movie-gallery a i {
  position: static;
  background-color: red;
}
.movie-gallery a:nth-child(1) {
  display: block;
}
div.about-about {
  padding-top: 13rem;
  background-size: cover;
  background-position: top center;
}
div.about-history {
  padding-top: 13rem;
  background-size: cover;
  background-position: top center;
}
div.about-articles {
  padding-top: 13rem;
  background-size: cover;
  background-position: top center;
}
div[class*="about-"] {
  margin-bottom: 2rem;
}
@media handheld, only screen and (max-width: 767px) {
  div[class*="about-"] {
    padding-top: 0;
  }
}
#page-about h2,
#page-contact h2 {
  color: white;
  font-style: italic;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
#page-about .tint p,
#page-contact .tint p,
#page-about p,
#page-contact p {
  color: white;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.ticket_prices_02 {
  margin-bottom: 2rem;
  text-align: center;
}
.ticket_prices_02 h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.ticket_prices_02 ul {
  display: block;
  display: table;
}
.ticket_prices_02 ul li {
  float: left;
  font-style: normal;
  width: 25%;
  display: table-cell;
  padding: 1rem;
  font-size: 0.8rem;
  border-right: 1px solid #454545;
}
.ticket_prices_02 ul li em {
  font-weight: bold;
}
@media handheld, only screen and (max-width: 767px) {
  .ticket_prices_02 ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #454545;
    padding: 0.5rem;
    margin-right: 0;
    padding-right: 0;
  }
}
.ticket_prices_02 ul li:last-of-type {
  border-right: none;
  margin-bottom: 1rem;
}
.footer p {
  text-align: center;
  font-style: italic;
  letter-spacing: 2px;
  padding: 0.5rem 0;
}
@media handheld, only screen and (max-width: 767px) {
  .footer p {
    letter-spacing: 0;
  }
}
.footer .ticket_prices,
.footer .copyright {
  font-size: 0.6875rem;
  letter-spacing: 0;
  font-style: normal;
  padding: 0;
}
.footer .copyright {
  padding: 0 1rem;
}
.home-tiles {
  width: 80%;
  margin: 0 auto;
}
#contact_form {
  margin-bottom: 1rem;
}
/* Edit button when oged in */
a.editpage {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: red;
  padding: 0.9rem;
  margin: 0.2rem;
}
a.editpage:link,
a.editpage:visited {
  font-family: 'Lato', sans-serif;
  color: white;
  text-decoration: none;
}
a.editpage:hover {
  text-decoration: underline;
}

