@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
/* =========================== GENERAL CSS =========================== */

html { height: 100%; }

body, html, p, h1, h2, h3, h4, h5, h6, ul, li, ol, div, span, input, textarea { 
	margin: 0;
	padding: 0; 
}

a { 
	text-decoration: none; 
	color: #4fb0e4;
	cursor: pointer; 
}

a:hover { 
	text-decoration: underline; 
}

p { 
	margin-bottom: 8px; 
}

hr { 
	border: none; 
	border-top: 7px solid #006ea8; 
	margin: 10px 0; 
}

i{
	font-style: normal;
}

.uppercase {
	text-transform: uppercase;
}

body {
	color: #fff;
	font-family: 'avenir', sans-serif;
	font-weight: 200;
	background-color: #34383c;
	overflow-y: scroll;
	height: 100%;
}

body.noscroll {
	overflow: hidden;
}
@media screen and (max-width: 700px){
	body.noscroll {
		position:fixed;
	}
}

.pagewrap {
	max-width: 1300px;
	padding: 0px 20px 0px;
	margin: auto;
	position: relative;
}

.clear {
	display: block; 
	clear: both;
}

.reset_input{
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
	border-radius: 0px;
	font-family: 'avenir', sans-serif;
	font-weight: 200;
	color: #fff; 
}

section{
	clear: both;
}

.no_highlight{
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none; 
}

.black_background{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	display:none;
	opacity: 0;
	transition: opacity 250ms ease-out;
}

h2{
	margin: 20px 0px;
	font-size: 30px;
	font-family: 'Futura', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	color: #fff;
}

.default_input{
    background-color: #41494d;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 0px;
    color: #9a9c9e;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #9a9c9e;
    box-sizing: border-box;
}

.default_input.dark{
	background-color: #34383c;	
}

.default_input_select{
	position: relative;	
}

.default_input_select .fa-angle-down {
    position: absolute;
    bottom: 30px;
    right: 10px;
    pointer-events: none;
}


/* =========================== Varied Assets =========================== */

.background_blue{ background-color: #006ea8; }
.background_red{ background-color: #d9534f; }
.background_green{ background-color: #5cb85c; }
.background_orange{ background-color: #e79725; }
.background_midgrey{ background-color: #41494d; }
.background_grey{ background-color: #34383c; }

.color_blue{ color: #006093; }
.color_red{ color: #d43f3a; }
.color_green{ color: #4cae4c; }
.color_orange{ color: #eea236; }
.color_midgrey{ color: #41494d; }
.color_grey{ color: #34383c; }
.color_lightgrey{ color: #7d8284; }
.color_white{ color: #fff; }
.color_gold{ color: #928c54; }

.button{
	font-size: 14px;
	font-family: 'avenir', sans-serif;
	font-weight: 200;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
}

.button:hover{
	opacity: 0.8;
	text-decoration: none;	
}

.tag{
	font-size: 9px;
	font-family: 'avenir', sans-serif;
	font-weight: 200;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 5px; /* added 19/02/18 */
}

.time{
	font-size: 11px;
	font-family: 'avenir', sans-serif;
	font-weight: 300;
	padding: 0px 5px;
	border-radius: 2px;
	height: 23px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}

/* -- Film Card -- */
.film_card{
	width: 31%;
	height: auto;
	margin: 1%;
	float: left;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
.film_schedule {
	min-height: 410px;
}

.film_card.althover{
	height: 220px;
}

.film_card.over3 {
	width: 97%;
	height: 120px;
}
.film_card.over2 {
	width: 64%;
}

.film_card .no_match {
	color: #34383c;
	font-weight: 100;
	padding-top: 3px;
}
.film_card.extended .no_match {
	padding-top: 0px !important;
	margin-bottom: 0px !important;
}

.film_card .image_content{
	height: 177px;
	background-position: center center;
	background-size: cover;
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
	
	background-image:  url('/media/images/film_placeholder.gif');
}
	
.film_card .title_info{
	position: absolute;
	bottom: 0px;
	padding: 10px;
	padding-right: 30px;
	box-sizing: border-box;
}

.film_card .feature_fade{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-position: center center;
	background-size: 100% 100%;
	height: 100%;
	background-image: url('/resources/images/feature_fade.png');
}

.film_card .title_info h3{
	margin-top: 10px;
	letter-spacing: 1px;
	font-family: 'futura', sans-serif;	
	font-weight: 200;
}

.film_card .title_info .description{
	margin-top: 5px;
	transition: all 0.5s ease;
	max-height: 0px;
	overflow: hidden;
	font-size: 14px;
}

.film_card .times{
	background-color: #fff;
	width: 100%;
	height: 43px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0px 0px 4px 4px;
}

.film_card .times.lots_of_times {
	height: 77px;
}

.film_card .times .times_icon{
	float: right;
	height: 20px;
	margin-left: 5px;
	
	position: absolute;
    right: 10px;
    bottom: 12px;
}

.film_card.extended .times .times_icon{
	float: none;
	position: relative;
	right: auto;
	bottom: auto;
}

.film_card .age_cert{
	position: absolute;
	bottom: 15px;
	right: 5px;
	height: 25px;
	z-index: 10;
}

.times a{
	list-style: none;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}
.times.lots_of_times a {
	margin-bottom: 10px;
}

.times a.expired{
	background-color: rgba(52, 56, 60, 0.2); 
}

.times a span{
	float: left;
}

.times a .icon{
	height: 15px;
	padding: 4px 0px 4px 5px;
}

.times a:hover{
	background-color: #00578b;
	text-decoration: none;	
}

.film_card:hover .title_info .description{
	max-height: 200px;
}

.film_card.extended .times{
	height: auto;
	padding: 15px;
}

.film_card.extended .times a{
	margin-bottom: 7px;
}

.film_card.extended .times h4{
	color: #34383c;
	margin: 15px 0px 5px;
	font-size: 16px;
	font-weight: 200;
}

.film_card.extended .times h4:first-child{
	margin-top: 5px;	
}
.film_card.extended .times h4.note {
	margin: 4px 0px 0px;
}

@media screen and (max-width: 1050px){
	
	.film_card{
		width: 48%;
	}
	
	.film_card.over2, .film_card.over3 {
		width: 98%;
	}
	
}

@media screen and (max-width: 700px){
	
	.film_card{
		width: 98%;
		margin-bottom: 15px;
	}
	
}

.tooltip {
	position: absolute;
	background: #006daa;
	color: white;
	border-radius: 2px;
	display: none;
	white-space: nowrap;
	z-index: 2;
	padding: 0px 5px 5px;
}

.times .tooltip{
	right: auto;
	left: 100%;
	top: 0px;
	margin-left: 0px;
	line-height: 0px !important;
	
	left: 0px;
	top: -5px;
	cursor: pointer;
}
.times a.right .tooltip{
	left: auto;
	right: 0px;
	margin-left: 0px;
}

.times .tooltip img{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 2px;
	cursor: pointer;
	display: none;
	margin-bottom: 5px;
}

.times .tooltip .timestamp{
	position: absolute;
	left: 6px;
	top: 17px;
	font-size: 11px;
	font-weight: bold;
}
.times a.right .tooltip .timestamp {
	left: auto;
	right: 6px;
}
.times .tooltip .perf_icons {
	padding-left: 35px;
	height: 35px;
}
.times a.right .tooltip .perf_icons {
	padding-left: 0px;
	padding-right: 35px;
}
.times .tooltip .toolinfo{
	display: block;
	width: 100%;
	padding: 5px 2px;
	color: #fff;
	font-size: 11px;
	height: 8px;
	text-transform: none;
	font-weight: 300;
	padding-right: 40px;
}

.times .tooltip .toolinfo:first-child{
	padding-top: 15px;	
}

.times .tooltip .tag{
	xdisplay: inline-block;
	padding: 0px 7px;
	line-height: 17px;
	height: 17px;
	text-align: center;
	margin-right: 0px;
}

.times .tooltip .toolinfo b{
	font-weight: bold;
	padding-right: 5px;
	float: right;
}

.times a:hover .tooltip{
	display: block;
}

.times a:hover .tooltip img{
	display: inline-block;	
}

/* =========================== .main_nav =========================== */

.main_nav{
	width: 100%;
}

.main_nav .main_logo{
	height: 50px;
	padding: 20px 0px;
	float: left;	
}

.main_nav ul{
	float: right;
}

.main_nav ul li{
	list-style: none;
	float: left;	
	cursor: pointer;
	position: relative;
}

.main_nav ul li.search {
	display: none;
}

.main_nav ul li a{
	margin-top: 20px;
	padding: 10px 15px 30px;
	font-family: 'futura', sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: border-color 0.3s ease;
	border-top: 7px solid rgba(0,0,0,0);
	border-bottom: 7px solid rgba(0,0,0,0);
}

.main_nav ul li a:hover{
	border-bottom-color: #fff;
	transition: border-color 0.3s ease;
	text-decoration: none;
}
.main_nav ul li .sub_menu{
	width: auto;
	background-color: #34383c;
	position: absolute;
	top: 86px;
	z-index: 6;
	display: none;
	border-top: 7px solid rgba(0,0,0,0);
	transition: border-color 0.3s ease;
	z-index: 15;
}

.main_nav ul li .sub_menu li{
	display: block;	
	width: 100%;
}

.main_nav ul li .sub_menu li a{
	margin: 0;
	padding: 20px;
	white-space: nowrap;
}

.main_nav ul li:hover .sub_menu{
	display: block;	
	border-color: #fff;
	transition: border-color 0.3s ease;
}

.main_nav ul li .sub_menu:hover{
	border-color: #34383c;
	transition: border-color 0.3s ease;
}


.mobile_nav_button {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 32px 0px;
  padding: 0px;
  width: 30px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: #34383c;
  float: right;
}

.mobile_nav_button:focus {
  outline: none;
}

.mobile_nav_button span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 4px;
  border-radius: 1px;
  background: #fff;
}

.mobile_nav_button span::before,
.mobile_nav_button span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  background-color: #fff;
  content: "";
}

.mobile_nav_button span::before {
  top: -10px;
}

.mobile_nav_button span::after {
  bottom: -10px;
}

.mobile_nav_button span::before,
.mobile_nav_button span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.mobile_nav_button span::before {
  transition-property: top, transform;
}

.mobile_nav_button span::after {
  transition-property: bottom, transform;
}

.mobile_nav_button.is-active span {
  background: none;
}

.mobile_nav_button.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.mobile_nav_button.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.mobile_nav_button.is-active span::before,
.mobile_nav_button.is-active span::after {
  transition-delay: 0s, 0.3s;
}

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

	.main_nav .main_logo{
		height: 40px;
		padding: 25px 0px;	
	}

	.main_nav ul li a{
		padding: 10px 10px 30px;
	}
}

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

	.mobile_slider_container{
		overflow: hidden;
		transition: margin 0.5s ease;
	}
	
	.main_nav ul{
		width: 250px;
		position: fixed;
		right: -250px;
		top: 0px;
		bottom: 0px;
		background-color: #006daa;
		z-index: 10;
		padding-top: 10px;
		box-sizing: border-box;
		transition: all 0.5s ease;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	.main_nav ul li{
		display: block;
		width: 100%;	
	}
	
	.main_nav ul li a{
		margin-top: 0px;
		padding: 10px 25px 10px;
		transition: border-color 0.3s ease;
	}
	
	.main_nav ul li a:hover{
		border-bottom: 7px solid rgba(0,0,0,0);
		background-color: #fff;
		color: #006daa;
	}
	
	.main_nav ul li .sub_menu{
		display: block;
		position: relative;
		top: auto;
		border: none;
		background-color: #005489;
		padding: 0;
		box-sizing: border-box;
		width: 100%;
		overflow: hidden;
	}
	
	.main_nav ul li .sub_menu li a{
		margin: 0;
		padding: 10px 25px;
		white-space: normal;
		font-size: 14px;
		padding-left: 45px;
		box-sizing: border-box;
		
	}
	
	.main_nav .mobile_nav_button{
		display: block;	
	}
	
	.main_nav ul li.search {
		display: block;
	}
}

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

	.main_nav .main_logo{
		height: 30px;
		padding: 30px 0px;	
	}
		
}


/* =========================== .alert =========================== */

.alert{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #d43f3a;
}

.alert h2{
	font-weight: 200;	
	font-family: 'avenir', sans-serif;
	font-size: 22px;
}

.alert h2 b{
	font-weight: bold;
}

@media screen and (max-width: 950px){
	
	.alert h2{
		font-size: 18px;
	}
	
}

@media screen and (max-width: 600px){
	
	.alert h2{
		font-size: 16px;
	}
	
}


/* =========================== .search_results_container =========================== */

.search_results_container{
	width: 100%;
	background-color: #41494d;
	height: 357px;
	position: absolute;
	top: 76px;
	z-index: 15;
	padding: 10px;
	box-sizing: border-box;
	white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    display: none;
}

.search_results_container.active {
	overflow-x: scroll;	
}
.search_results_container::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.search_results_container::-webkit-scrollbar-track {
    background-color: #005489;
}
.search_results_container::-webkit-scrollbar-thumb {
  background-color: #006daa;
  cursor: pointer;
}

.search_results_container .start_search{
	color: #34383c;
	font-size: 40px;
	line-height: 250px;
	width: 100%;
	text-align: center;
}

.search_results_container .start_search .spinner {
	vertical-align:middle;
	padding-bottom:3px;
}

.search_results_container .film_card{
	display: inline-block;
	float: none;
	vertical-align: top;
	white-space: normal;
}

.search_results_container .film_card .image_content{
	height: 265px;
}

.search_results_container .film_card .image_content h3{
	font-size: 24px;
}

@media screen and (max-width: 650px){
	
	.search_results_container{
		height: 257px;	
	}
	
	.search_results_container .film_card .image_content{
		height: 205px;
	}
	
	.search_results_container .start_search{
		font-size: 28px;
		line-height: 180px;	
	}
		
}

/* =========================== .feature_container =========================== */

.feature_left, .feature_right{
	position: absolute;
	top: 76px;
	bottom: 0;
	z-index: 10;
	width: 5%;
	background-color: transparent;
	color: #41494d;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.4s ease;
	color: rgba(255, 255, 255, 0.8);
}

.feature_left:hover, .feature_right:hover{
	background-color: rgba(255, 255, 255, 0.5);
	color: #41494d;
	transition: background-color 0.4s ease;
}

.feature_left .fa, .feature_right .fa{
	font-size: 50px;
	height: 50px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
}

.feature_left{
	left: 0;
}

.feature_right{
	right: 0;
}

.feature_container{
	position: relative;
	width: 100%;
	height: 426px;
	background-color: #41494d;
	border-bottom: 7px solid #006ea8;
}

.feature_container .location_search_container{
	padding: 20px 20px;
	height: 76px;
    box-sizing: border-box;
}

.feature_container .location_search_container .location_selection{
	position: relative;
	float: left;
}

.feature_container .location_search_container .location_selection .fa-map-marker{
	font-size: 30px;
	float: left;
}

.feature_container .location_search_container .location_selection select{
	width: 240px;
	background-color: #41494d;
	font-size: 18px;
	padding: 4px 25px 4px 20px;
	float: left;
	height: 37px;
}

.feature_container .location_search_container .location_selection .fa-angle-down{
	font-size: 14px;
	position: absolute;
	right: 8px;
	top: 10px;
	pointer-events: none;	
}

.feature_container .location_search_container .search{
	float: right;
}

.feature_container .location_search_container .search input{
	width: 400px;
	text-align: right;
	background-color: #41494d;
	font-size: 18px;
	padding: 5px 10px;	
}

.feature_container .location_search_container .search .fa{
	font-size: 25px;
	padding: 3px;
	margin-top: 1px;
}

.feature_container .location_search_container .search .mobile_close{
	left: 10px;
	display: none;
	width: 20px;
}

.feature_container .feature_films{
	width: 100%;
	overflow: hidden;
	height: 350px;
	white-space: nowrap;
    top: 76px;
    position: absolute;
}

.feature_container .feature_films .feature{
	width: 45%;
	height: 350px;
	background-position: center center;
	background-size: cover;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
}

.feature_container .feature_films .feature .feature_fade{
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: 100% 100%;
	height: 351px;
	background-image: url('../resources/images/feature_fade.png');
	white-space: normal;
}

.feature_container .feature_films .feature .feature_info{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.feature_container .feature_films .feature.visible .feature_info{
	opacity: 1;
}

.feature_container .feature_films .feature .feature_info h3{
	font-family: 'futura', sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	width: 60%;
	font-weight: 200;
}

.feature_container .feature_films .feature .feature_info .description{
	margin-top: 15px;
	xdisplay: none;
	transition: all 0.5s ease;
	max-height: 0px;
	overflow: hidden;
}

.feature_container .feature_films .feature:hover .feature_info .description{
	xdisplay: block;
	max-height: 200px;
}

.feature_container .feature_films .feature .feature_info .tag{
	margin-right: 10px;
}

.feature_container .feature_films .feature .feature_info .runtime{
	font-size: 11px;
	color: #fff;
	font-family: 'avenir', sans-serif;
	font-weight: 200;
}

.feature_container .feature_films .feature .feature_info .runtime .fa{
	margin-right: 5px;
}

@media screen and (max-width: 900px){
	
	.feature_container .feature_films .feature {
		width: 90%;
	}
	
	.feature_container .location_search_container .search, .feature_container .location_search_container .location_selection{
		width: 50%;	
	}
	
	.feature_container .location_search_container .search input, .feature_container .location_search_container .location_selection select{
		width: 100%;	
	}
	
	.feature_container .location_search_container .search input{
		padding-right: 40px;
		box-sizing: border-box;
	}
	
	.feature_container .location_search_container .search .fa{
		position: absolute;
		right: 20px;
		top: 17px;
	}
	
	.feature_container .location_search_container .location_selection .fa-map-marker{
		position: absolute;	
	}
	
	.feature_container .location_search_container .location_selection select{
		padding: 6px 25px 4px 25px;
	}
}

@media screen and (max-width: 750px){
	
	.feature_container .location_search_container .search{
		display: none;
		width: 100%;
		margin-top: 3px;
	}
	
	.feature_container .location_search_container .search .mobile_close{
		display: block;
		cursor: pointer;
		margin-top: 3px;	
	}
		
}

@media screen and (max-width: 650px){
	
	.feature_container .location_search_container .location_selection{
		width: 100%;
	}
	
	.feature_container{
		height: 326px;	
	}
	
	.feature_container .feature_films{
		height: 250px;
	}
	
	.feature_container .feature_films .feature{
		height: 250px;	
	}
	
	.feature_container .feature_films .feature .feature_fade{
		height: 251px;
	}
	
	.feature_container .feature_films .feature .feature_info h3{
		width: 100%;
	}
		
}

/* =========================== .info_bar =========================== */

.info_bar{
	width: 100%;
	padding: 20px 0px 10px;
	height: 90px;
}


.info_bar .ad_space{
	width: 728px;
	float: left;
	height: 90px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.info_bar .ad_space:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px dashed #41494d;
	text-align: center;
	content: 'ADVERT';
	z-index: -1;
	color: #41494d;
	font-size: 30px;
	line-height: 90px;
}

.info_bar .ad_space.disabled:before {
	content: '';
}


.info_bar .icon_guide{
	background-color: #41494d;
	height: 90px;
	position: absolute;
	left: 768px;
	right: 20px;
	overflow: hidden;
}

.info_bar .icon_guide h4{
	transform: rotate(-90deg);
	transform-origin: left top 0;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'futura', sans-serif;
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	color: #34383c;
	width: 90px;
	position: absolute;
	left: 0px;
	top: 90px;
	cursor: pointer;
}

.info_bar .icon_guide ul{
	width: 100%;
	padding-left: 29px;
	box-sizing: border-box;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}

.info_bar .icon_guide ul li{
	width: 16.6666%;
	float: left;
	box-sizing: border-box;
	list-style: none;
	cursor: pointer;
	transition: width 0.2s ease;
	position: relative;
	overflow: hidden;
}
.info_bar .icon_guide.five ul li{
	width: 20%;	
}

.info_bar .icon_guide ul li .icon {
	margin: auto;
	width: 40px;
	display: block;
	padding: 25px 0px;
}
.info_bar .icon_guide ul li .icon.alt{
	padding: 15px 0px 35px;
	display: none;	
}

.info_bar .icon_guide ul li .key {
	display: none;
	position: absolute;
	bottom: 13px;
	left: 0px;
	right: 0px;
	color: #35393d;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}

.info_bar .icon_guide ul li .key b {
	font-weight: lighter;
	padding: 4px 6px 2px;
}

.info_bar .icon_guide ul:hover li { width: 12%; }
.info_bar .icon_guide.five ul:hover li { width: 15%; }
.info_bar .icon_guide ul li:hover { background-color: #fff; width: 40%; }
.info_bar .icon_guide.five ul li:hover { background-color: #fff; width: 40%; }
.info_bar .icon_guide ul li:hover .key { display: block; }
.info_bar .icon_guide ul li:hover .icon { display: none; }
.info_bar .icon_guide ul li:hover .icon.alt { display: block; }

.info_bar .icon_guide ul li span.key b.state {
	border-radius: 3px;
	font-size: 11px;
	text-transform: capitalize;
	color: white;
}
.info_bar .icon_guide ul li.green span.key b.state {
	background-color: #58b958;	
}
.info_bar .icon_guide ul li.red span.key b.state {
	background-color: #d43f3a;
}

.info_bar .icon_guide ul li.green { border-bottom: 3px solid #58b958; }
.info_bar .icon_guide ul li.red { border-bottom: 3px solid #d43f3a; }
.info_bar .icon_guide ul li.green .icon, .info_bar .icon_guide ul li.red .icon { padding-bottom: 22px; }

.info_bar .icon_guide ul li:hover { border-bottom: 0px; }
.info_bar .icon_guide ul li:hover .icon { padding-bottom: 35px; }


@media screen and (max-width: 700px){
	/* body .film_page_container .film_page_times { padding-top: 100px; } */
	body .film_page_container .film_page_times .filter {
		position: absolute;
	    left: 0px;
	    right: 0px;
	    top: -21px;
	}
}

@media screen and (max-width: 500px){
	
	.info_bar .icon_guide ul li .icon {
		width: 30px;
		padding: 30px 0px;
	}
	.info_bar .icon_guide ul li .icon.alt{
		padding: 20px 0px 40px;
	}
	
	.info_bar .icon_guide ul li .key {
		font-size: 11px;	
	}
	
	.info_bar .icon_guide ul li span.key b.state {
		display: block;
		margin-bottom: 4px;
		border-radius: 0px;
	}
	.info_bar .icon_guide ul li .key {
		bottom: 12px;
	}
	.info_bar .icon_guide ul li.green .icon, .info_bar .icon_guide ul li.red .icon {
		padding-bottom: 27px;
	}
	.info_bar .icon_guide ul li.green:hover .icon, .info_bar .icon_guide ul li.red:hover .icon {
		padding-bottom: 49px;
	}
	
}



/* Film Popup Filter */

.film_page_container .film_page_times .filter{
	width: 90px;
	height: auto;
	position: absolute;
	top: 30px;
	right: 30px;
	background-color: #34383c;
}

.film_page_container .film_page_times .filter h4{
	text-align: center;
	letter-spacing: 1px;
	font-family: 'futura', sans-serif;
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	color: #34383c;
	width: 100%;
	padding: 5px;
	cursor: pointer;
}


.film_page_container .film_page_times .filter li{
	display: block;
	list-style: none;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}

.film_page_container .film_page_times .filter li .icon {
	width: 40px;		
}

.film_page_container .film_page_times .filter li .icon.alt{
	display: none;	
}

.film_page_container .film_page_times .filter li .key {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 100px;
	color: #35393d;
	color: white;
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
	background-color: #34383c;
	border-radius: 3px;
	padding: 3px 2px 3px 0px;
}
.film_page_container .film_page_times .filter li .key b {
	font-weight: lighter;
	padding: 4px 6px 2px;
}

.film_page_container .film_page_times .filter li:hover { background-color: #fff; }
.film_page_container .film_page_times .filter li:hover .icon { display: none; }
.film_page_container .film_page_times .filter li:hover .key { display: block; }
.film_page_container .film_page_times .filter li:hover .icon.alt { display: inline-block; }

.film_page_container .film_page_times .filter li span.key b.state {
	border-radius: 3px;
	font-size: 11px;
	text-transform: capitalize;
	color: white;
	display:none;
}
.film_page_container .film_page_times .filter li.green span.key b.state {
	background-color: #58b958;
	display: inline-block;
}
.film_page_container .film_page_times .filter li.red span.key b.state {
	background-color: #d43f3a;
	display: inline-block;
}

.film_page_container .film_page_times .filter li.green { border-left: 2px solid #58b958; }
.film_page_container .film_page_times .filter li.red { border-left: 2px solid #d43f3a; }
.film_page_container .film_page_times .filter li:hover { border-left: 2px solid transparent; }


@media screen and (max-width: 1300px){
	
	.info_bar{
		height: 190px;	
	}
	
	.info_bar.no_ad{
		height: 90px;	
	}
	
	.info_bar .ad_space{
		float: none;
		margin: auto;
		display: block;
		margin-bottom: 10px;
	}
	
	.info_bar .icon_guide{
		position: relative;
		left: auto;
		right: auto;
		width: 100%;
		display: block;
	}
	
	.info_bar .icon_guide h4{
		transform: none;
		transform-origin: 0;
		text-align: center;
		letter-spacing: 1px;
		font-family: 'futura', sans-serif;
		font-size: 16px;
		padding: 5px;
		box-sizing: border-box;
		background-color: #fff;
		color: #34383c;
		width: 90px;
		position: absolute;
		left: 0px;
		top: 0px;
		padding: 35px 0px 36px;
		cursor: pointer;
	}
	
	.info_bar .icon_guide ul{
		padding-left: 90px;
	}
	
}

@media screen and (max-width: 750px){
	
	.info_bar{
		xheight: 90px;	
	}
	
}

@media screen and (max-width: 700px){
	
	.info_bar .icon_guide h4{
		transform: rotate(-90deg);
		transform-origin: left top 0;
		text-align: center;
		letter-spacing: 1px;
		font-family: 'futura', sans-serif;
		font-size: 16px;
		padding: 5px;
		box-sizing: border-box;
		background-color: #fff;
		color: #34383c;
		width: 90px;
		position: absolute;
		left: 0px;
		top: 90px;
		cursor: pointer;
	}
	
	.info_bar .icon_guide ul{
		padding-left: 29px;
	}
	
	.film_page_container .film_page_times .filter ul{
		width: 100%;
		padding-left: 28px;
		box-sizing: border-box;
		
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none;   /* Chrome/Safari/Opera */
		-khtml-user-select: none;    /* Konqueror */
		-moz-user-select: none;      /* Firefox */
		-ms-user-select: none;       /* Internet Explorer/Edge */
		user-select: none;
	}
	
	.film_page_container .film_page_times .filter ul li{
		width: 16.6666%;
		float: left;
		box-sizing: border-box;
		list-style: none;
		cursor: pointer;
		transition: width 0.2s ease;
		position: relative;
		overflow: hidden;
	    height: 90px;
	}
	
	.film_page_container .film_page_times .filter li .icon {
		margin: auto;
		width: 40px;
		display: block;
		padding: 25px 0px;
	}
	.film_page_container .film_page_times .filter li .icon.alt{
		padding: 15px 0px 35px;
		display: none;	
	}
	
	.film_page_container .film_page_times .filter li .key {
		display: none;
		position: absolute;
		bottom: 13px;
		left: 0px;
		right: 0px;
		color: #35393d;
		font-size: 12px;
		text-align: center;
		white-space: nowrap;
	}
	
	.film_page_container .film_page_times .filter li .key b {
		font-weight: lighter;
		padding: 4px 6px 2px;
	}
	
	.film_page_container .film_page_times .filter ul:hover li { width: 10%; }
	.film_page_container .film_page_times .filter ul li:hover { background-color: #fff; width: 40%; }
	.film_page_container .film_page_times .filter ul li:hover .key { display: block; }
	.film_page_container .film_page_times .filter ul li:hover .icon { display: none; }
	.film_page_container .film_page_times .filter ul li:hover .icon.alt { display: block; }
	
	.film_page_container .film_page_times .filter ul li span.key b.state {
		border-radius: 3px;
		font-size: 11px;
		text-transform: capitalize;
		color: white;
	}
	.film_page_container .film_page_times .filter ul li.green span.key b.state {
		background-color: #58b958;	
	}
	.film_page_container .film_page_times .filter ul li.red span.key b.state {
		background-color: #d43f3a;
	}
	
	.film_page_container .film_page_times .filter ul li.green { border-bottom: 3px solid #58b958; }
	.film_page_container .film_page_times .filter ul li.red { border-bottom: 3px solid #d43f3a; }
	.film_page_container .film_page_times .filter ul li.green .icon, .film_page_container .film_page_times .filter ul li.red .icon { padding-bottom: 22px; }
	
	.film_page_container .film_page_times .filter ul li:hover { border-bottom: 0px; }
	.film_page_container .film_page_times .filter ul li:hover .icon { padding-bottom: 35px; }
	
}

/* =========================== .showings_container (SCHEDULE) =========================== */

	.schedule_nav_bar {
		width: 100%;
		height: 60px;
		background-color: #006daa;
		margin-bottom: 10px;
		overflow: hidden;
		white-space: nowrap;
		
		overflow: auto;
		-webkit-overflow-scrolling:touch;
	}
	
	.schedule_nav_bar::-webkit-scrollbar { 
	    display: none; 
	}
	
	.schedule_nav_bar ul {
		transition-timing-function: ease-in-out;
		transition-property: all;
		transition-duration: 500ms;
	}

	.schedule_nav_bar li{
		list-style: none;
		width: 12.5%;
		box-sizing: border-box;
		margin: 0;
		text-align: center;
		font-weight: 600;
		font-size: 16px;
		padding: 12px 0px 11px;
		line-height: 17px;
		cursor: pointer;
		display: inline-block;
	}
	
	@media all and (max-width: 1200px) {
		.schedule_nav_bar li {
			width: 12.5%;
		}
	}
	@media all and (max-width: 1000px) {
		.schedule_nav_bar li {
			width: 20%;
		}
	}
	@media all and (max-width: 750px) {
		.schedule_nav_bar li {
			width: 25%;
		}
	}
	@media all and (max-width: 650px) {
		.schedule_nav_bar li {
			width: 33.3%;
		}
	}
	
	.schedule_nav_bar li.on, .schedule_nav_bar li:hover{
		background-color: #00578b;
	}
	
	.schedule_nav_bar li.on{
		background-image: url('../resources/images/tab_on.png');
		background-position: center 50px;
		background-repeat: no-repeat;
		background-size: 20px;
	}
	
	.schedule_nav_bar li span{
		display: block;	
		font-size: 12px;
		font-weight: 300;
		margin-top: 3px;
	}
	
	.schedule_days_container {
		white-space: nowrap;
		overflow: hidden;
	}
	.schedule_days_scroll {
		transition-timing-function: ease-in-out;
		transition-property: all;
		transition-duration: 500ms;
		margin-bottom: 40px;
	}
	.schedule_day {
		display: inline-block;
		width: 100%;
		white-space: normal;
		vertical-align: top;
		margin-bottom: 25px;
	}


/* =========================== .showings_container =========================== */

.showings_container{
	width: 100%;
	margin-bottom: 20px;
}

.showings_container h2{
	margin: 20px 0px;
	font-size: 30px;
	font-family: 'Futura', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	color: #fff;
}
h2 b {
	font-weight: 200;
}

@media screen and (max-width: 700px){
	.showings_container h2{
		font-size: 20px;	
	}
}

.film_card .view_schedule{
	width: 100%;
	text-align: center;
	height: 72px;
	position: absolute;
	top: 50%;
	margin-top: -36px;
}

.film_card .view_schedule .fa-calendar{
	display: block;
	font-size: 40px;
	margin-bottom: 15px;
}

.film_card .view_schedule{
	font-size: 18px;
}

.film_card.althover:hover{
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.05);
}


/* =========================== .widgets_container =========================== */

.widgets_container, .grey_container{
	width: 100%;
	background-color: #41494d;
	padding: 30px 0px;
}
.widgets_container.transparent {
	background-color: transparent;
}

.widgets_container .members_login_container{
	width: 31.3%;
	margin-right: 2%;
	position: relative;
	float: left;
}

.widgets_container .members_login_container .content{
	height: 500px;
	background-color: #34383c;
	padding:20px;
	box-sizing: border-box;
	width: 90%;
	margin: auto;
}

.widgets_container .members_login_container .signup_pt2{
	display: none;
}

.widgets_container .members_login_container .error{
	color: #d43f3a !important;
}

.widgets_container .have_account {
	position:absolute;
	bottom: 15px;
	left: 40px;
	right: 40px;
	top: 300px;
}

.widgets_container .dont_have_account {
	position:absolute;
	bottom: 15px;
	left: 40px;
	right: 40px;
	top: 70px;
}

.widgets_container .have_account h3, .widgets_container .dont_have_account h3{
	font-weight: 400;
}
.widgets_container .have_account p, .widgets_container .dont_have_account p {
	margin: 20px 0px;
}
.widgets_container .have_account .button, .widgets_container .dont_have_account .button {
	background-color: #34383c;
	border: 1px solid #596468;
}

.widgets_container .members_login_container .user_panel h3{
	font-family: 'Futura', sans-serif;
	font-size: 22px;
}

.widgets_container .members_login_container .user_panel .member_nav{
	display: inline-block;
	margin: 10px 10px 20px 0px;
	color: #7d8284;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Futura', sans-serif;
}

.widgets_container .members_login_container .user_panel .member_nav.on{
	color: #fff;
}

.widgets_container .members_login_container .user_panel .member_nav:hover{
	cursor: pointer;
	color: #006daa;
}

.widgets_container .members_login_container .user_panel .input_row input{
	color: #fff;
}

.widgets_container .members_login_container .user_panel .member_panel{
	display: none;
}

.widgets_container .members_login_container .user_panel .member_overview{
	margin-top: 20px;
	display: block;
}

.widgets_container .members_login_container .user_panel  .overview_stat{
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	text-decoration: none;
}

.widgets_container .members_login_container .user_panel  .overview_stat .fa{
	font-size: 30px;
	width: 50px;
}

.widgets_container .members_login_container .user_panel  .overview_stat span{
	vertical-align: top;	
	display: inline-block;
	margin-top: 8px;
}

.widgets_container .members_login_container .user_panel .members_logout, .widgets_container .members_login_container .user_panel .save_changes{
	position: absolute;
	bottom: 20px;
}

.widgets_container .members_login_container .button.delete_account {
	position: absolute;
	bottom: 20px;
	width: auto !important;
}

.widgets_container .members_login_container .user_panel .member_profile .slider_error{
	position: absolute;
	bottom: 20px;
	margin-bottom: 0;
}

.widgets_container .members_login_container .user_panel  .overview_stat span a{
	color: #fff;	
}

.widgets_container .members_login_container .user_panel  .overview_stat span a:hover{
	color: #006daa;
	text-decoration: none;
	cursor: pointer;
}

.widgets_container .members_login_container .user_panel h4{
	font-size: 14px;
	font-family: 'Futura', sans-serif;
	font-weight: normal;
	margin: 25px 0px 15px;
}

.widgets_container .members_login_container .advert_toggle .button {
	background-color: #41494d;
}

.widgets_container .members_login_container .advert_toggle .button.on{
	background-color: #006daa;
}

.widgets_container .members_login_container .button {
	width: 90px;
}

.delete_account_box {
	position: absolute;
	top: 80px;
	bottom: 0px;
	left: 40px;
	right: 40px;
	background-color: #34383c;
	display: none;
}

.widgets_container .members_login_container .forgot_pass{
	font-size: 12px;
	margin-right: 5px;
	margin-top: 8px;
	float: right;
}

.widgets_container .members_login_container .slider{
	width: 100%;
	padding: 25px 40px;
	box-sizing: border-box;
	background-color: #fff;
	position: absolute;
	top: 35px;
	transition: top 0.5s ease;
}

.widgets_container .members_login_container.login .slider{
	top: 280px;	
}

.widgets_container .members_login_container .slider .slider_loader{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 5;
	display: none;
}

.widgets_container .members_login_container .slider .slider_loader img{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
}

.widgets_container .members_login_container .slider .slider_login{
	display: none;
}

.widgets_container .members_login_container .slider .slider_signup{
	display: block;
}

.widgets_container .members_login_container.login .slider .slider_login{
	display: block;
}

.widgets_container .members_login_container.login .slider .slider_signup{
	display: none;
}

.widgets_container .members_login_container .slider .slider_forgot_pass{
	display: none;
}

.widgets_container .members_login_container .slider .slider_forgot_pass p{
	color: #34383c;
	font-size: 14px;	
	margin-top: 15px;
}

.widgets_container .members_login_container .slider h3 {
	color: #34383c;
	margin-bottom: 5px;
    font-weight: 300;
}

.widgets_container .members_login_container .slider_error{
	color: #d9534f;
	font-size: 14px;
	margin-bottom: 10px;
	display: none;
}

.widgets_container .members_login_container .slider form{
	margin-top: 15px;
}

.widgets_container .members_login_container .input_row{
	position: relative;
	margin-bottom: 15px;
}

.widgets_container .members_login_container .input_row input{
	width: 100%;
	border: none;
	outline: none;
	padding: 5px 30px 5px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #868a8d;
	font-family: 'avenir', sans-serif;
	font-weight: 200;
	font-size: 13px;
	background-color: transparent;
}

.widgets_container .members_login_container .input_row .fa{
	position: absolute;
	right: 5px;
	color: #868a8d;
	font-size: 16px;
}

.widgets_container .widgets{
	width: 66.6%;
	float: right;
}

.widgets_container .widgets .widget {
	width: 48%;
	margin: 0px 1% 2%;
	background-color: #006ea8;
	height: 155px;
	float: left;
	background-position: center center;
	background-size: auto 100%;
	display: block;
	border-bottom: 0px;
	transition: border 100ms ease-out;
	background-repeat: no-repeat;
}
.widgets_container .widgets .widget:hover {
	box-sizing: border-box;
	border-bottom: #006ea8 solid 4px;
}

.member_subscriptions p {
	margin: 20px 0px 10px;
}
.member_subscriptions table {
	margin-top: 20px;
}
.member_subscriptions table tr {
	margin: 2px 0px;
}
.member_subscriptions table td {
	vertical-align: middle;
}

.widgets_container .mini_toggle {
	float: right;
	white-space: nowrap;
}
.widgets_container .mini_toggle .button {
	width: 50%;
	margin: 0px 2px;
	box-sizing: border-box;
	width: 60px;
}
.widgets_container .mini_toggle .button.on {
	background-color: #006daa;	
}

@media screen and (max-width: 950px){
	
	.widgets_container .members_login_container{
		width: 50%;
		margin: 0 auto 0;
		float: none;
		margin-bottom: 20px;
	}
	
	.widgets_container .widgets{
		width: 100%;
		float: none;
	}
	
}

@media screen and (max-width: 700px){
	
	.widgets_container .members_login_container{
		width: 80%;
	}
	
	.widgets_container .widgets .widget{
		width: 98%;
		float: none;
	}
	
	.widgets_container .widgets{
		padding: 0 !important;
	}
	
}

@media screen and (max-width: 450px){
	
	.widgets_container .members_login_container{
		width: 100%;
	}
	
}

@media screen and (max-width: 370px){
	
	.widgets_container .members_login_container .slider{
		padding: 40px 30px	
	}
	
	.widgets_container .members_login_container.login .slider {
	    top: 250px;
	}
	
	.widgets_container .dont_have_account{
		top: 50px;
	}
		
}

@media screen and (max-width: 330px){
	
	.widgets_container .members_login_container .slider{
		padding: 50px 30px;	
	}
	
}


.password_reset{
	width: 400px;
	padding: 22px 40px;
	box-sizing: border-box;
	background-color: #fff;
	color: #34383c;
}

.password_reset h3{
	font-family: 'Futura', sans-serif;
	font-size: 1.17em;
	margin-bottom: 5px;
    font-weight: 300;
}

.password_reset .error{
	color: #d43f3a !important;
}

.password_reset .slider_error{
	color: #d9534f;
	font-size: 14px;
	margin-bottom: 10px;
	display: none;
}

.password_reset .input_row {
    position: relative;
    margin-bottom: 15px;
}

.password_reset .input_row input {
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 30px 5px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #868a8d;
    font-family: 'avenir', sans-serif;
    font-weight: 200;
    font-size: 13px;
    background-color: transparent;
}

.password_reset .input_row .fa {
    position: absolute;
    right: 5px;
    color: #868a8d;
    font-size: 16px;
}

.members_reset_page .slider_loader{
	width: 400px;
	height: 186px;
	background-color: #fff;
	z-index: 5;
	display: none;
	position: absolute;
}

.members_reset_page .slider_loader img{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
}

/* =========================== .player_container =========================== */

.player_container{
	height: auto; 
	background-color: #444; 
	margin: auto;
	position: relative;
	cursor: pointer;
	border-bottom: 7px solid transparent;
	
	display: none;
	z-index: 50;
	position: absolute;
	transition: top 500ms ease-out;
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.player_container.minify{
	width: 336px !important;
	height: 189px !important;
	position: fixed;
	top: auto !important;
	left: auto !important;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}

.player_container .aspect_ratio_maintain{
	width: 100%;
}

.player_container .placeholder_img{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0px;
	z-index: 20;
}

.player_container .placeholder_img .start_player {
	font-size: 100px;
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -50px;
	display: none;
}

.player_container .player{
	position: absolute;
    top: 0px;
    left: 0px;
}

.player_container .player_progress_container{
	height: 7px;
	position: absolute;
	bottom:-7px;
	left: 0px;
	right: 0px;
	padding-top: 30px;
	cursor: pointer;
	z-index: 3;
}

.player_container .player_progress_container .player_background{
	background-color: #41494d;
	height: 7px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.player_container .player_progress_container .player_progress{
	background-color: #006daa;
	height: 7px;
	width: 100%;
	position: relative;
}

.player_container .player_progress_container .player_progress .current_time{
	position: absolute;
	left: 0px;
	top: -15px;
	color: #fff;
	font-size: 12px;
	text-shadow: 0px 0px 2px #3c3c3c;
	padding: 0px 4px;
}

.player_container .player_controls{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: black;
	padding: 20px;
}

.player_container .player_controls .fa{
	padding: 0px 3px;
	text-shadow: 0px 0px 2px #3c3c3c;
	cursor: pointer;
	font-size: 20px;
	width: 25px;
	text-align: center;
}
.film_page_container .player_container.minify .minify_player {
	display: none;
}

.player_container .booknow{
	background-color: #006daa;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px 15px;
	font-family: 'futura', sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.player_container .booknow:hover{
	background-color: #00578b;
	text-decoration: none;
}

.player_container.active.minify .booknow.player_ui{
	display: none !important;
}

.player_container .player_ui{
	display: none;
	z-index: 10;
}

/*.player_container.active:hover .player_ui {
	display: block !important;
}*/

.player_overlay{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2;
}

.player_container .pause_play_icon{
	font-size: 50px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -25px;
	display: none;
}


/* =========================== .film_page =========================== */

.film_page {
	position: relative;
}

.film_page_thumb {
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
	border-bottom: 7px #006daa solid;
}

.film_page_thumb .aspect_ratio_maintain {
	width: 100%;
}

.film_page_thumb .start_player {
	font-size: 100px;
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -50px;
	cursor: pointer;
	
	display: none;
}

.film_page .close_film {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 25;
	padding: 0px 3px;
	text-shadow: 0px 0px 2px #3c3c3c;
	cursor: pointer;
	font-size: 20px;
	width: 25px;
	text-align: center;
	display: none;
}
.film_page:hover .close_film {
	display: block;
}

.film_page_container{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow-y: scroll;
	z-index: 15;
	display: none;
	
	-webkit-overflow-scrolling: touch;
}
.film_page_container.minify {
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	position: inherit;
	overflow: auto;
}

.film_page_container .film_page{
	width: 900px;
	background-color: #34383c;
	height: auto;
	border-radius: 4px;
	margin: 0px auto 30px;	
	margin-top: 100vh;
	display:none;
	
	xoverflow: hidden;
	transition: margin 500ms ease-out;
}

.film_page_container .film_page_info{
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}

.film_page_container .film_page_info h2{
	margin: 0;
	margin-bottom: 30px;
	font-family: 'futura', sans-serif;
	font-size: 32px;
	letter-spacing: 1px;
	padding-right: 45px;
}

.film_page_container .film_page_info h2 .love_this_film{
	font-size: 24px;
	vertical-align: top;
	line-height: 37px;
	padding-left: 15px;
	font-family: FontAwesome;
}

.film_page_container .film_page_info h2 .love_this_film:before {
	content: '\f08a';
}

.film_page_container .film_page_info h2 .love_this_film:hover:before {
	content: '\f004';
	cursor: pointer;
}

.film_page_container .film_page_info h2 .love_this_film.loved:before{
	color: #d9534f;
	content: '\f004';
}

.film_page_container .film_page_info .age_cert{
	position: absolute;
	top: 30px;
	right: 30px;
	height: 34px;
}

.film_page_container .film_page_info .tag{
	display: inline-block;	
}

.film_page_container .film_page_info .runtime{
	display: inline-block;
	font-size: 11px;
	color: #fff;
	font-family: 'avenir', sans-serif;
	font-weight: 200;
	padding: 5px;
	white-space: nowrap;
}

.film_page_container .film_page_info .runtime .fa{
	margin-right: 5px;
}

.film_page_container .film_page_info .description{
	margin: 30px 0px;
	line-height: 27px;
	font-size: 16px; 
}

.film_page_container .film_page_info .film_creators li{
	font-family: 'avenir', sans-serif;
	list-style: none;
	line-height: 27px;
}

.film_page_container .film_page_info .film_creators li b{
	font-weight: bold;
}

.film_page_container .film_page_times{
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	background-color: #41494d;
	min-height: 485px;
}

.film_page_container .film_page_times .display_listings{
	font-size: 18px;
	color: #fff;
	font-family: 'avenir', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}

.film_page_container .film_page_times .display_listings .location_selection{
	display: inline-block;
	position: relative;
}

.film_page_container .film_page_times .display_listings .location_selection select{
	width: auto;
	font-family: 'avenir', sans-serif;
	font-weight: bold;
	background-color: #41494d;
	font-size: 18px;
	padding: 6px 30px 4px 10px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.film_page_container .film_page_times .display_listings .location_selection .fa-angle-down{
	font-size: 14px;
	position: absolute;
	right: 12px;
	top: 13px;
	pointer-events: none;	
}

.film_page_container .film_page_times .film_page_schedule{
	width: 70%;
}

.film_page_container .film_page_times .film_page_schedule .date{
	width: 100px;
	padding-bottom: 15px;
	padding-right: 20px;
}

.film_page_container .film_page_times .film_page_schedule tr:last-child .date{
	padding-bottom: 0;	
}

.film_page_container .film_page_times .film_page_schedule .date p{
	margin: 0;
	font-size: 12px;
}

.film_page_container .film_page_times .film_page_schedule .date b{
	margin: 0;
	font-size: 14px;
}

.film_page_container .film_page_times .film_page_schedule .times{
	vertical-align: middle;
	padding-bottom: 15px;
}

.film_page_container .film_page_times .film_page_schedule .times a{
    margin: 5px 0px;
    margin-right: 10px;
}

.film_page_container .film_page_times .film_page_schedule tr:last-child .times{
	padding-bottom: 0;	
}



.film_page_container .film_page_note {
	width: 100%;
	background-color: #006daa;
	padding: 10px 50px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	font-family: 'avenir', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.film_page_container .shortfilm {
	width: 100%;
	background-color: #006daa;
	padding: 10px 50px;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	font-family: 'avenir', sans-serif;
	font-weight: 100;
	text-align: center;
}

.film_page_container .warning_container{
	width: 100%;
	background-color: #34383c;
	padding: 20px 30px;
	box-sizing: border-box;
	position: relative;
}

.film_page_container .warning_container .icon{
	float: left;
	height: 40px;
	position: absolute;
	left: 30px;
	top: 22px;
}

.film_page_container .warning_container .message{
	float: left;
	font-size: 16px;
	font-family: 'avenir', sans-serif;
	font-weight: 400;
	padding: 5px 0px;
}

@media screen and (max-width: 1000px){
	
	.film_page_container .film_page{
		width: 90%;
	}
	
}

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

	.film_page_container .film_page_times .film_page_schedule{
		width: 100%;	
	}

	.film_page_container .film_page_times .filter{
		width: 100%;
		height: 90px;
		position: relative;
		top: auto;
		right: auto;
		background-color: #34383c;
		margin-top: 20px;
	}
	
	.film_page_container .film_page_times .filter h4{
		transform: rotate(-90deg);
		transform-origin: left top 0;
		text-align: center;
		letter-spacing: 1px;
		font-family: 'futura', sans-serif;
		font-size: 16px;
		padding: 5px;
		box-sizing: border-box;
		background-color: #fff;
		color: #34383c;
		width: 90px;
		position: absolute;
		left: 0px;
		top: 90px;
		cursor: pointer;
	}
	
	.film_page_container .film_page_times .filter ul{
		width: 100%;
		padding-left: 29px;
		box-sizing: border-box;
	}
	
	.film_page_container .film_page_times .filter ul li{
		width: 14.2%;
		float: left;
		padding: 5px 10px;
		box-sizing: border-box;
		list-style: none;
		cursor: pointer;
		transition: width 0.2s ease;
		position: relative;
	}
	
	.film_page_container .film_page_times .filter ul li img.icon{
		margin: auto;
		width: 40px;
		display: block;
		padding: 20px 0px;
	}
	
	.film_page_container .warning_container .message{
		padding-left: 0;	
	}
	
	.film_page .close_film{
		display: block;
	}
		
	.film_page_container .film_page_times{
		position: relative;
		padding-top: 100px;
	}
	
		
	.film_page_container .film_page_times .filter ul li{
		padding-top: 0;
	}

	.film_page_container .film_page_times .filter ul li img.icon {
		width: 30px;
		padding: 30px 0px;
	}
	
	.film_page_container .film_page_times .filter ul li .icon.alt{
		padding: 20px 0px 40px;
	}
	
	.film_page_container .film_page_times .filter ul li .key {
		font-size: 11px;
		padding: 3px 0px;
	}
	
	.film_page_container .film_page_times .filter ul li span.key b.state, .film_page_container .film_page_times .filter ul li.green span.key b.state, .film_page_container .film_page_times .filter ul li.red span.key b.state {
		display: block;
		margin-bottom: 4px;
		border-radius: 0px;
	}
	
	.film_page_container .film_page_times .filter ul li .key {
		bottom: 12px;
		bottom: 0px;
	}
	
	.film_page_container .film_page_times .filter ul li.green .icon, .film_page_container .film_page_times .filter ul li.red .icon {
		padding-bottom: 27px;
	}
	
	.film_page_container .film_page_times .filter ul li.green:hover .icon, .film_page_container .film_page_times .filter ul li.red:hover .icon {
		padding-bottom: 39px;
	}

	.film_page_container .film_page_times .filter ul li{
		border-left: none !important;
		border-right: none !important;
	}
	
	.film_page_container .film_page_times .filter ul li:hover{
		padding: 0;	
	}

	.film_page_container .film_page_times .filter li .key{
		background-color: #fff;
	}
	
	
}

@media screen and (max-width: 500px){
	
	.film_page_container .film_page{
		width: 100%;
		margin: 0px;
		margin-top: 100vh;
		transition: margin 250ms ease-out;
	}
	
	.film_page_container .film_page_info h2{
		font-size: 27px;
	}
	
	.film_page_container .film_page_info .tag{
		margin-bottom: 5px;	
	}
	
	.film_page_container .film_page_info .runtime{
		display: block;
		padding: 5px 0px;
	}
	
	.film_page_container .film_page_info .description, .film_page_container .film_page_info .film_creators{
		font-size: 14px;
	}
	
	.player_container.minify{
		right: 50%;
		margin-right: -168px;
	}
	
}


/* =========================== .offers =========================== */

.offers ul, .offers ol {
	margin: 20px 0px 20px 60px;
}

/* =========================== .event_theatre =========================== */

.event_theatre{
	margin-bottom: 30px;
}

.event_theatre h2{
	font-weight: 200;
	margin: 20px 0px 20px;
	font-size: 30px;
	font-family: 'Futura', sans-serif;
}

.event_theatre .description h4{
	margin-bottom: 7px;
	font-weight: 400;
	font-size: 18px;
}

.event_theatre .description p{
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 16px;
}

.event_card{
	width: 48%;
	height: 200px;
	margin: 1%;
	background-color: #41494d;
	box-sizing: border-box;
	position: relative;
	float: left;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	transition: background-color 0.3s ease;
}

.event_card:hover, .event_card:hover .info{
	text-decoration: none;
	background-color: #4d565b;
	transition: background-color 0.3s ease;
}

.event_card .info{
	width: 65%;
	background-color: #41494d;
	z-index: 5;
	height: 200px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	transition: background-color 0.3s ease;
}

.event_card .info h3{
	font-weight: 200;
	font-size: 27px;	
	color: #928c54;
}

.event_card .info h4{
	font-weight: 200;
	font-size: 18px;
	margin-bottom: 8px;
}

.event_card .info p{
	font-size: 15px;
	line-height: 22px;
}

.event_card .event_image{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 65%;
	bottom: 0px;
	background-position: center center;
	background-size: cover;
	z-index: 3;	
}

.event_card .event_image .tag{
	position: absolute;
	top: 10px;
	right: 10px;
}

@media screen and (max-width: 1200px){
	
	.event_card .info h3{
		font-size: 22px;	
	}
	
}



@media screen and (max-width: 1000px){
	
	.event_card{
		width: 98%;
	}
	
	.event_card .info h3{
		font-size: 30px;
	}
	
	.event_card .info p{
		width: 70%;	
	}
	
	.event_image video {
		display:none;	
	}
	
}

@media screen and (max-width: 750px){
	
	.event_card .info h3{
		font-size: 27px;
	}
	
	.event_card .info p{
		width: 100%;	
	}	
	
	
}

@media screen and (max-width: 550px){
	
	.event_card{
		height: auto;
		min-height: 200px;
	}
	
	.event_card .info{
		width: 100%;
		background-color: rgba(64, 72, 76, 0.7);
		height: auto;
		min-height: 200px;
	}
	
	.event_card .event_image{
		left: 0px;	
	}
	
	.event_card .event_image .tag{
		display: none;
	}
	
}


.comp_card{
	width: 100%;
	height: auto;
	background-color: #41494d;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	overflow: hidden;
	margin-bottom: 30px;
}

.comp_card .info{
	width: 65%;
	background-color: #41494d;
	z-index: 5;
	height: auto;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	transition: background-color 0.3s ease;
}

.comp_card .info h3{
	font-weight: 200;
	font-size: 32px;
	margin-bottom: 5px;
	color: #fff;
	font-family: 'Futura', sans-serif;
}

.comp_card .info h4{
	font-weight: 200;
	font-size: 18px;
	margin-bottom: 20px;
}

.comp_card .info p{
	font-size: 15px;
	line-height: 22px;
}

.comp_card .event_image{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 65%;
	bottom: 0px;
	background-position: center center;
	background-size: cover;
	z-index: 3;
	background-repeat: no-repeat;
	
	background-size: contain;
	xbackground-repeat: no-repeat;
	xbackground-position: top center;
}
.comp_card .event_image .blur {
	filter:blur(5px);
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-position: center center;
	background-size: cover;
	z-index: -1;
}
.comp_card .event_image .poster {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(64, 72, 76, 0.66);
}
.comp_card .event_image.movie { background-color: black; }
.comp_card .event_image.movie .poster { display: none; }
.comp_card .event_image.movie .blur { display: none; }
.comp_card .event_image .button {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	z-index: 3;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}
.comp_card .event_image.movie .button { bottom: auto; top: 0px; }
@media screen and (max-width: 1000px){
	.comp_card .event_image .button {
		bottom: -30px;
	}
}

.comp_card .prize_image{
	position: absolute;
	right: 20px;
	bottom: 70px;
	width: 200px;
	height: 200px;
	border: 6px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	z-index: 4;	
}

.comp_card .event_image .tag{
	position: absolute;
	top: 10px;
	right: 10px;
}

@media screen and (max-width: 1000px){
	.comp_card .info{
		width: 100%;
		padding-top: 330px;	
	}
	.comp_card .event_image{
		width: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: auto;
		height: 300px;
		z-index: 5;
	}
	
	.comp_card .event_image.movie .poster { display: block; }
	.comp_card .event_image.movie .blur { display: block; }
}

@media screen and (max-width: 600px){
	.comp_card .info{
		padding-top: 240px;	
	}
	.comp_card .event_image{
		height: 200px;
		xbackground-position: center center;
		xbackground-size: cover;
	}
	
	.comp_card .prize_image{
		height: 120px;
		width: 120px;
		bottom: 50px;
	}
}


/* =========================== .cinema_profile =========================== */

	.cinema_profile{
		margin-bottom: 30px;
	}
	
	.cinema_profile table td {
		vertical-align: top;
		padding-bottom: 10px;
	}

	.cinema_profile h2{
		font-weight: 200;
		margin: 40px 0px 40px;
		font-size: 30px;
		font-family: 'Futura', sans-serif;
		color: #7d8284;
		float: left
	}

	.cinema_profile  .profile_social{
		float: right;
		margin: 40px 0px 40px;
	}

	.cinema_profile  .profile_social li{
		list-style: none;
		display: inline-block;
	}

	.cinema_profile  .profile_social li a{
		font-size: 30px;
		padding: 10px;
		color: #7d8284;
	}

	.cinema_profile  .profile_social li a:hover{
		color: #fff;	
	}

	.cinema_profile .profile_details .map{
		width: 70%;
		height: 300px;
		float: left;
		background-color: #41494d;
	}

	.cinema_profile .profile_details .contact_info{
		float: right;
		width: 30%;
		padding: 30px 40px 31px;
		box-sizing: border-box;
		background-color: #41494d;
		height: 300px;
	}

	.cinema_profile .profile_details .contact_info h3{
		margin-bottom: 20px;
		font-weight: 300;
		font-size: 24px;
	}

	.cinema_profile .profile_details .contact_info td{
		padding-bottom: 10px;	
	}

	.cinema_profile .profile_details .contact_info td a{
		color: #fff;
		cursor: pointer;
	}

	.cinema_profile .profile_details .contact_info td a:hover{
		text-decoration: none;
		color: #006daa;
	}

	.cinema_profile .profile_details .contact_info td .fa{
		padding-right: 5px;
	}

	.facilities .main_facility{
		width: 33.3%;
		float: left;
		text-align: center;
	}

	.facilities .main_facility .fa{
		font-size: 30px;
		display: block;
		padding: 10px;	
	}

	.facilities .main_facility img{
		height: 30px;
		display: block;
		padding: 10px;
		margin: auto;
	}

	.cinema_info{
		background-color: #41494d;
		padding: 50px;
	}

	.cinema_profile h2.cinema_main_title {
		float: left;
		margin-top: 40px;
	}
	.cinema_profile h2 {
		float: none;
		margin-top: 20px;
	}
	.grey_container {
		margin-bottom: 30px;
		padding: 30px;
		box-sizing: border-box;
	}
	.grey_container h2:first-child {
		margin-top: 20px;
	}
	.grey_container ul {
		margin: 0 0 0 25px;
	}
	.grey_container li {
		margin: 8px 0 0 0px;
	}
	.pricelist {
		width: 100%;
	}
	.pricelist th:nth-child(2),
	.pricelist th:nth-child(3) {
		width: 180px;
		text-align: left;
	}
	.pricelist th:nth-child(2), .pricelist th:nth-child(3),
	.pricelist td:nth-child(2), .pricelist td:nth-child(3) {
	    background-color: #34383c;
	}	
	.pricelist td {
	    border-top: 1px rgba(247, 247, 247, 0.2) solid;
	    line-height: 22px;
	}	
	.pricelist tr:last-child td {
	    border-bottom: 1px #737373 solid;
	}	
	.pricelist td.left {
		background-color: #006daa;
	}
	.pricelist td.left strong {
		color: #ffffff;
	}

	.schedule_nav_bar.nav_only {
		xheight: 40px;
		margin-bottom: 40px;
	}
	.schedule_nav_bar.nav_only li {
		float: left;
	}

	.tab_container {
		display: none;
	}	

	.cinema_profile p img {
		max-width: 100% !important;
		height: auto !important;
	}

	@media screen and (max-width: 1000px){
		
		.cinema_profile .profile_details .map{
			width: 60%;
		}
		
		.cinema_profile .profile_details .contact_info{
			width: 40%;
		}
		
	}

	@media screen and (max-width: 800px){
		
		.cinema_profile .profile_details .map{
			width: 100%;
		}
		
		.cinema_profile .profile_details .contact_info{
			width: 100%;
			height: auto;
		}
		
	}

	@media screen and (max-width: 675px){
		
		.cinema_info{
			padding: 30px;
		}
		
		.cinema_profile {
			font-size: 80%;
		}
		
		.cinema_profile table td {
			float: left;
			clear: left;
			display: block;
		}
		.cinema_profile table.cinema_contact td, .cinema_profile table.pricelist td {
			float: none;
			clear: none;
			display: table-cell;
		}
		
	}
	
	@media screen and (max-width: 550px) {
		.profile_social {
			display: none;
		}
	}

/* =========================== //.cinema_profile =========================== */


/* =========================== .standard_content =========================== */

.standard_content{
	margin-bottom: 70px;
}

.standard_content h2{
	font-weight: 200;
	margin: 40px 0px 40px;
	font-size: 30px;
	font-family: 'Futura', sans-serif;
}

.standard_content .content p{
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 16px;
}


/* =========================== .contact_content =========================== */

.contact_content{
	margin-bottom: 30px;
}

.contact_content h2{
	font-weight: 200;
	margin: 40px 0px 40px;
	font-size: 30px;
	font-family: 'Futura', sans-serif;
	float: left
}

.contact_content  .profile_social{
	float: right;
	margin: 40px 0px 40px;
}

.contact_content  .profile_social li{
	list-style: none;
	display: inline-block;
}

.contact_content  .profile_social li a{
	font-size: 30px;
	padding: 10px;
	color: #7d8284;
}

.contact_content  .profile_social li a:hover{
	color: #fff;	
}

.contact_content .office_addr{
	width: 100%;
}

.contact_content .office_addr td{
	vertical-align: top;
	width: 33.3%;
	line-height: 24px;
	background-color: #41494d;
	padding: 30px;
	box-sizing: border-box;
	border: 10px solid #34383c;
}

.contact_content h3{
	margin-bottom: 10px;	
	font-weight: 600;
}

.contact_content .contact_dir{
	width: 100%;
	background-color: #41494d;
	box-sizing: border-box;
	border: 10px solid #34383c;
}

.contact_content .contact_dir td{
	width: 50%;
	padding: 10px 30px 30px;
	vertical-align: top;
}

.contact_content .contact_dir tr:first-child td{
	padding: 30px 30px 0px;	
}

.contact_content .contact_dir td .contact_numbers{
	width: 100%;
}

.contact_content .contact_dir td .contact_numbers td{
	width: 25%;
	padding: 0;
	border: none;
	padding: 5px;
	font-size: 14px;
}

.contact_content .contact_dir td .contact_numbers tr:nth-child(2n+1) td{
	background-color: #34383c;	
}

.contact_content .contact_dir td .contact_numbers td:last-child{
	width: 50%;	
}

.contact_content .press_touch{
	width: 100%;
}

.contact_content .press_touch td{
	vertical-align: top;
	width: 50%;
	line-height: 24px;
	background-color: #41494d;
	padding: 30px;
	box-sizing: border-box;
	border: 10px solid #34383c;
}

.contact_content .press_touch td .press{
	width: 100%;
}

.contact_content .press_touch td .press td{
	padding: 5px;
	border: none;
}

.contact_content .press_touch td .press td:first-child{
	width: auto;	
}

.contact_content .press_touch td .press td:last-child{
	width: 150px;
	text-align: right;
}

.contact_content .feedback{
	background-color: #41494d;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	border: 10px solid #34383c;
}

.contact_content .feedback .left{
	float: left;
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}

.contact_content .feedback .right{
	float: right;
	width: 50%;
	padding-left: 15px;
	box-sizing: border-box;
}

/*
.contact_content .feedback input, .contact_content .feedback select, .contact_content .feedback textarea{
	width: 98%;
	margin: 0px 1px 10px 1px;
	padding: 10px;
	box-sizing: border-box;
	font-family: 'avenir', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #34383c;
}

.contact_content .feedback textarea{
	width: 100%;
	height: 149px;
	margin-bottom: 4px;
}
*/

.contact_content .feedback input, .contact_content .feedback select, .contact_content .feedback textarea, .cinema_info select {
    background-color: #41494d;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 0px;
    color: #9a9c9e;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #9a9c9e;
    box-sizing: border-box;
}

.contact_content .feedback .select_container, .cinema_info .select_container{
	position: relative;
}

.contact_content .feedback .select_container .fa-angle-down, .cinema_info .fa-angle-down {
    position: absolute;
    bottom: 30px;
    right: 10px;
    pointer-events: none;
}

.contact_content .feedback textarea{
	width: 100%;
	height: 173px;
	margin-bottom: 12px;
}

.contact_content .feedback .g-recaptcha{
	display: inline-block;
}

.contact_content .feedback .button{
	float: right;
	margin-top: 7px;
}

.contact_content .feedback .form_error{
	font-weight: 200;
	color: #d43f3a;
	padding-left: 10px;
}

.contact_feedback{
	background-color: #006daa;
    border: 10px solid #34383c;
}

.contact_feedback a{
	color: #fff; 
	text-decoration: none;
	padding: 30px;
	display: block;
}

.contact_feedback h3{
	margin: 10px 0;
	display: inline-block;
}

.contact_feedback .button{
	display: inline-block; 
	float: right; 
	background-color: #fff; 
	color: #006daa; 
	margin-top: 7px;
}

@media screen and (max-width: 1100px){
	.contact_feedback .button{
		display: block;
		margin-top: 10px;
		float: left;	
	}
}



@media screen and (max-width: 900px){
	
	.contact_content .press_touch td{
		width: 100%;
		display: block;
	}
	
	.contact_content .press_touch .press tr td:first-child{
		width: auto;
		display: inline-block;
		float: left;
	}
	
	.contact_content .press_touch .press tr td:last-child{
		display: inline-block;
		float: right;
	}
	
	.contact_content .press_touch .press tr:first-child td{
		text-align: left;
		width: 100%;
	}
	
	.contact_content .contact_dir td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	
	.contact_content .contact_dir td .contact_numbers td{
		display: inline-block;
	}
	
	.contact_content .feedback .left, .contact_content .feedback .right{
		width: 100%;
		float: none;
		padding: 0 !important;
	}
	
	.contact_content .feedback .left input, .contact_content .feedback .left select{
		width: 100%;
	}
	
}


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

	.contact_content .office_addr td{
		width: 100%;
		display: block;
	}
	
}


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

	.contact_content .contact_dir td .contact_numbers td, .contact_content .contact_dir td .contact_numbers td:last-child{
		display: block;
		width: 100%;
	}
	
	.contact_content .press_touch .press tr td:first-child{
		width: 100%;
		display: block;
		float: none;
	}
	
	.contact_content .press_touch .press tr td:last-child{
		display: block;
		float: none;
		margin-bottom: 20px;
		text-align: left;
	}
	
	.contact_content .press_touch .press tr:first-child td{
		text-align: left;
		width: 100%;
	}
	
}

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

	.g-recaptcha{
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}

}

/* =========================== .footer_container =========================== */

.footer_container{
	width: 100%;
	border-top: 7px solid #006ea8;
	min-height: 200px;
	padding: 40px 0px;
}

.footer_container .footer_social_feed, .footer_container .footer_contact_form, .footer_container .footer_links{
	width: 25%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
	color: #fff;
}

.footer_container h3{
	font-weight: bolder;
	margin-bottom: 20px;
	font-size: 20px;
}

.footer_container .footer_social_feed{
	text-decoration: none;
	cursor: pointer;
}

.footer_container .footer_social_feed h3 .fa{
	margin-left: 10px;
}

.footer_container .footer_social_feed .social_message{
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;
}

.footer_container .footer_social_feed .social_message li{
	list-style: none;	
}

.footer_container .footer_social_feed .social_message .timestamp{
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.footer_container .footer_social_feed p.link{
	margin-top: 20px;
	display: block;
	color: #006daa;
}

.footer_container .footer_contact_form .signup_loading {
	display: none;	
}
.footer_container .footer_contact_form .confirm {
	display: none;
}
.footer_container .footer_contact_form form{
	position: relative;
}

/*
.footer_container .footer_contact_form form input{
	background-color: #34383c;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 0px;
	border-bottom: 1px solid #9a9c9e;
	color: #9a9c9e;
	font-size: 15px;
}
*/

.footer_container .footer_contact_form form select{
	background-color: #34383c;
	font-size: 15px;
	padding: 5px 25px 5px 0px;
	width: 100%;
	border-bottom: 1px solid #9a9c9e;
	margin-bottom: 15px;
}

.footer_container .footer_contact_form form .fa-angle-down{
	position: absolute;
	bottom: 55px;
	right: 10px;
	pointer-events: none;
}

.footer_container .footer_contact_form .return_message{
	color: #fff;
	display: none;
}

.footer_container .footer_links ul li{
	list-style: none;
}

.footer_container .footer_links ul li a{
	color: #fff;
	font-size: 15px;
	line-height: 24px;	
}

.footer_container .footer_copy_addr{
	float: right;
	width: 25%;
	text-align: right;
	font-size: 15px;
	line-height: 20px;
}

.footer_container .footer_copy_addr .cinema_info{
	color: #fff;
}

.footer_container .footer_copy_addr .cinema_info a{
	color: #fff;
}

.footer_container .footer_copy_addr .footer_social_icons li{
	list-style: none;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 30px;
	background-color: #6f777b;
	margin: 20px 0px;
	cursor: pointer;
	transition: background-color 0.3s ease;	
}

.footer_container .footer_copy_addr .footer_social_icons li a{
	color: #fff;
}	

.footer_container .footer_copy_addr .footer_social_icons li:hover{
	background-color: #006ea8;
	transition: background-color 0.3s ease;	
}

.footer_container .footer_copy_addr .footer_social_icons li .fa{
	margin-top: 8px;	
}

.footer_container .footer_copy_addr .main_logo{
	height: 30px;	
	margin-bottom: 20px;
}

.footer_container .footer_copy_addr .appstore{
	height: 30px;
	float: right;
	padding: 7px 4px;
	cursor: pointer;
}

.footer_container .footer_copy_addr .playstore{
	height: 44px;
	float: right;
	cursor: pointer;
}

.footer_container .small {
	font-size: 11px;
	float: right;
	clear: right;
	margin-top: 5px;
	color: #878787;
}

.footer_container .footer_adverts {
	margin-top: 20px;
	width: 728px;
	min-height: 90px;
	display: block;
	position: relative;
	z-index: 0;
	
    margin-top: 65px;
    float: left;
}
.footer_container .footer_adverts:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px dashed #41494d;
	text-align: center;
	content: 'ADVERT';
	z-index: -1;
	color: #41494d;
	font-size: 30px;
	line-height: 90px;
}


@media screen and (max-width: 950px){
	
	.footer_container .footer_social_feed, .footer_container .footer_contact_form, .footer_container .footer_links, .footer_container .footer_copy_addr{
		width: 50%;
		padding: 0 10px 0;
		box-sizing: border-box;
	}
	
	.footer_container .footer_copy_addr, .footer_container .footer_links{
		margin-top: 30px;
	}
	
	.footer_container .footer_adverts{
		margin: 20px auto 0px;	
	}
	
}

@media screen and (max-width: 700px){
	
	.footer_container .footer_social_feed, .footer_container .footer_contact_form{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	
	.footer_container .small {
		text-align: left;
		float: none;
		padding-top: 20px;
		clear: both;
	}
	
}

@media screen and (max-width: 450px){
	
	.footer_container .footer_links, .footer_container .footer_copy_addr{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
		text-align: left;
	}
	
	.footer_container .footer_copy_addr .appstore, .footer_container .footer_copy_addr .playstore{
		float: left;
		padding-left: 0px;
	}
	
}

/* HIDE ADS */
@media screen and (max-width: 770px){

	.footer_container .footer_adverts, .info_bar .ad_space{
		xdisplay: none;
	}
	.info_bar .ad_space, .footer_adverts {
		height: auto !important;
		width: 100% !important;
	}
	.info_bar .ad_space .mob_ad {
		width: 320px;
		height: 50px;
		margin: 0px auto 40px;
	}
	.info_bar .ad_space:before {
		border: none;
		content: '';
		line-height: normal;
	}
	
	.footer_container .footer_adverts:before {
		border: none;
		content: '';
		z-index: -1;
		line-height: normal;
	}
	.footer_container .footer_adverts .mob_ad {
		height: 250px;
		width: 300px;
		margin: 0px auto;
	}

}

.advert_placeholder{
	color: #41494d;
	text-align: center;
	font-size: 30px;
	margin-top: 29px;
}



/* OFFERS */

.comp_card .comp_container{
	width: 100%;
	margin: 40px 0px 0px;
	position: relative;
    box-sizing: border-box;
}

.comp_card .competition_form{
	width: 100%;
}

.comp_card .competition_form h3{
	font-size: 22px;
	font-family: 'Futura', sans-serif;
	margin-bottom: 15px;
}

.comp_card .competition_form input[type="radio"]{
	margin-right: 10px;	
}

.comp_card .competition_form .topbots{
	padding-top: 30px;
}

/*
.comp_card .competition_form input[type="text"]{
	-webkit-appearance: none;
    outline: none;
    border: none;
    border-radius: 0px;
    font-family: 'avenir', sans-serif;
    font-weight: 200;
	background-color: #41494d;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 0px;
    border-bottom: 1px solid #9a9c9e;
    color: #9a9c9e;
    font-size: 15px;
}
*/

.comp_card .comp_container .spinner_container {
	position: absolute;
	top: 0px; left: 0px;
	background: #41494d;
	text-align: center;
	padding: 200px 0 0;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	display: none;
}

.comp_card .comp_container h4{
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}

.comp_card .response_good h4{
	font-size: 18px;
	font-family: 'Futura', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
}

/* Booking Page */
.booking_information {
	padding: 50px;
	margin-bottom: 25px;
}
.booking_information .terms {
	display: none;
	margin-top: 50px;
}
.booking_information_note {
	margin-bottom: 25px;
	text-align: center;
	padding: 10px;
	font-size: 14px;
}
.booking_information_note img {
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.booking_information_note a {
	color: white;
	text-decoration: underline;
}

.booking_information h3 {
	font-family: 'Futura', sans-serif;
	margin-bottom: 25px;
}
.booking_information ol {
	margin: 35px 50px 40px;
}
.booking_information ol li {
	margin-bottom: 15px;
	padding-left: 10px;
}

.booking_frame, .gcard {
	width: 100%;
	height: 1100px;
	background-color: transparent;
	display: none;
}

.booking_loading {
	text-align: center;
	z-index: 100;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	display: none;
	background-color: rgba(53, 57, 61, 0.66);
}
.booking_loading img {
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -40px;
}

.gcard {
	height: 350px;
	display: block;
}

@media screen and (max-width: 600px){
	.booking_information {
		padding: 25px;	
	}
}


/* STANDRAD PAGE */

.standard_page {
	margin: 30px 0px 40px;
	padding: 0px 30px;
	box-sizing: border-box;
}

.standard_page h2{
	margin: 0px 0px 30px;
	font-family: 'futura', sans-serif;
	font-size: 32px;
	letter-spacing: 1px;
	padding-right: 45px;
}

.standard_page .content_container{
	padding: 50px;
}

.standard_page ul{
	margin-left: 40px;
}

@media screen and (max-width: 600px){
	
	.standard_page {
		padding: 0px 0px;
	}
	
	.standard_page .content_container{
		padding: 20px;
	}
	
	.standard_page h2{
		font-size: 18px;
	}
	
}


/* Feedback Page */

.feedback_page .feedback_line{
	display: inline-block;
}

.feedback_page h3{
	font-family: 'Futura', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	margin-right: 10px;
	color: #7d8284;
}

.feedback_page .inline-class{
	display: inline-block;
}

.feedback_page .reset_input{
	background-color: #41494d;
    width: 180px;
    margin-bottom: 15px;
    padding: 5px 0px;
    border-bottom: 1px solid #9a9c9e;
    color: #fff;
    font-size: 20px;
    font-family: 'Futura', sans-serif;
	margin-right: 10px;
	text-align: center;
	text-align-last: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.feedback_page select.reset_input{
	cursor: pointer;	
}

.feedback_page .reset_input.boxes{
	font-family: 'avenir', sans-serif;
	font-weight: 200;
	font-size: 15px;
	text-transform: none;
	text-align: left;
	text-align-last: left;
	margin-bottom: 20px;
	width: 70%;
}

.feedback_page .questionaire{
	margin-top: 120px;
}

.feedback_page .questionaire th {
	transform: rotate(-90deg);
	transform-origin: left top 0;
	padding-top: 10px;
}

.feedback_page .questionaire td {
	text-align: right;
}

.feedback_page .questionaire tr td{
	padding: 10px;
}

.feedback_page th.smallwid{
	max-width: 20px;
}

.feedback_page table.qtable{
	width: 50%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}

.feedback_page .further_comments{
	float: left;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: center;
}

.feedback_page .further_comments textarea.reset_input{
	width: 70%;
	font-family: 'avenir', sans-serif;
	font-weight: 200;
	font-size: 15px;
	text-transform: none !important;
	text-align: left;
	text-align-last: left;
}

.feedback_page .further_comments h3{
	margin-bottom: 15px;
	color: #fff;
}

.picker--opened .picker__frame{
	top: 20% !important;
}


@media screen and (max-width: 1250px){
	.feedback_page .feedback_line{
		margin: 10px 0px;
	}
}

@media screen and (max-width: 1000px){
	.feedback_page table.qtable, .feedback_page .further_comments{
		width: 100%;
		display: block;
		float: none;	
	}
	
	.feedback_page .further_comments{
		margin-top: 75px;	
	}
}

@media screen and (max-width: 650px){
	.feedback_page .further_comments .reset_input{
		width: 100% !important;	
	}
}

@media screen and (max-width: 500px){
	.feedback_page .feedback_line{
		width: 100%;
		float: none;
		display: block;
	}
	.feedback_page .feedback_line h3{
		width: 100%;
		font-size: 18px;
		display: block;
	}
	
	.feedback_page .feedback_line .reset_input{
		width: 100% !important;;
		text-align: left;
		text-align-last: left;
		display: block;
		margin-bottom: 20px;
	}
}



/* Gallery - Your Cinema*/

.gallery_image_selection{
	width: 100%;
	background-color: #41494d;
	overflow-x: scroll;
	box-sizing: border-box;
	white-space: nowrap;
	border: 30px solid #41494d;
	border-bottom-width: 0px;
	padding-bottom: 20px;
}
.gallery_image_selection::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.gallery_image_selection::-webkit-scrollbar-track {
    background-color: #005489;
}
.gallery_image_selection::-webkit-scrollbar-thumb {
  background-color: #006daa;
  cursor: pointer;
}


.cinema_profile .gallery_image_selection img{
	height: 100px !important;
	width: auto !important;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.gallery_image_selection img:hover {
	opacity: 0.6;
}

.main_gallery_image{
	width: 100%;
	height: auto;
	background-color: #41494d;
	padding: 0px 30px 30px;	
	box-sizing: border-box;
}

.main_gallery_image img{
	width: 100%;
}


/* Takeover */

.takeover{
	width: 100%;
	height: 300px;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.takeover .takeover_logo{
	position: absolute;	
}

.takeover_link{
	cursor: pointer;
}

.delay_load {
	display: none;
}


/* Mobile App Ad */

.mobile_app_takeover{
	width: 100%;
	color: #fff;
	background-color: #006ea8;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	display: none;
}

.mobile_app_takeover h2{
	margin-top: 0;
	font-size: 20px;
}

.mobile_app_takeover .app_download_link img{
	height: 50px;
}

.mobile_app_takeover .app_download_link .android_dl, .mobile_app_takeover .app_download_link .ios_dl{
	display: none;
} 


.giftcard_buy, .giftcard_balance{
	background-color: #41494d;
}

.giftcard_buy.background_blue, .giftcard_balance.background_blue{
	background-color: #006ea8;
}


/* Onscreen */

.onscreen_iframe{
	width: 100%;
	border: none;
	outline: none;
	height: 1000px;
	background-color: none;
}

@media screen and (max-width: 1500px){
	.onscreen_iframe{
		height: 700px;	
	}
}

@media screen and (max-width: 1000px){
	.onscreen_iframe{
		height: 600px;	
	}
}

@media screen and (max-width: 800px){
	.onscreen_iframe{
		height: 500px;	
	}
}

@media screen and (max-width: 500px){
	.onscreen_iframe{
		height: 400px;	
	}
}

/* job listings */
.vacancy {
	background-color: #006daa;
	color: white;
	width: 50%;
	padding: 30px;
	float: left;
	box-sizing: border-box;
	border: 10px solid #34383c;
	min-height: 860px !important;
	min-height: 560px !important;
	border: 10px solid #41494d;
}
.vacancy.fullwidth {
	width: 100%;
}
.vacancy h2 {
	margin: 0px;
	padding-right: 0px; 
}
.vacancy h1 {
	padding: 10px 0px;
	font-size: 18px;
}
.vacancy a {
	padding-top: 10px;
	xdisplay: block;
	color: white;
	text-decoration: underline;
}
@media screen and (max-width: 900px){
	.vacancy {
		width: 100%;
		height: auto !important;
		min-height: auto !important;
	}
}

.p_break p {
	margin-bottom: 30px;
}

.venuehireright h2 {
	padding-right: 0px;
}


.covidreopening {
	border-bottom:5px solid #006EA8;
	padding: 50px 50px 200px 50px;
	background-image:url('https://www.scottcinemas.co.uk/resources/images/seating.png'); 
	background-repeat:no-repeat; 
	background-color:black; 
	background-position: bottom center; 
	background-size: 100% auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.covidtitle {
	background-color: #006EA8;
	padding: 10px;
	float: left;
	text-transform: uppercase;
}
.covid-icon {
	position: absolute;
	left: 0px;
	width: 100px;
	text-align: center;
	font-size: 30px !important;
}
.covidwelcomeblock ul {
	margin: 0px;
	list-style: none;
}
.covidwelcomeblock li {
	padding-left: 100px;
	position: relative;
}

.covid_banner {
	background-color: #40494D;
	padding: 30px 0px 0px;
	text-align: center;
}
.covid_banner h1 {
	font-weight: 100;
	font-family: 'Futura', sans-serif;
	letter-spacing: 10px;
	text-align: center;
}
.covid_banner h2 {
	font-size: 22px;
	float: left;
	width: 65%;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
.covid_banner .info {
	margin: 35px 0px 15px;
}
.covid_banner .quart {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 0px 20px;
}
.covid_banner .description {
	font-size: 14px;
	text-align: justify;
}
.covid_banner .fa {
	font-size: 38px;
	float: left;
	width: 35%;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 26px 0px;
}
.covid_banner .call_to_action {
	background-color: #006FA9;
	color: white;
	text-decoration: none;
	display: block;
	padding: 15px 0px;
	margin-top: 30px;
	font-family: 'Futura', sans-serif;
}

@media screen and (max-width: 1000px){
	.covidreopening {
		padding-bottom: 10vh;
	}
	.covid_banner .quart {
		width: 50%;	
	}
	.covid_banner .quart.last {
		clear: both;	
	}
}
@media screen and (max-width: 600px){
	.covidwelcomeblock li {
		padding-left: 0px;
		position: relative;
	}
	.covid-icon {
		display: none !important;
	}
	.covid_banner .quart {
		width: 100%;	
	}
}
.covidreopening p {
	line-height: 22px;
}