@font-face {
	font-family: 'OCR A Extended';
	src: url('/Responsive/Custom/fonts/OCRAExtended.woff2') format('woff2'),
		url('/Responsive/Custom/fonts/OCRAExtended.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Consolas';
	src: url('/Responsive/Custom/fonts/Consolas.woff2') format('woff2'),
		url('/Responsive/Custom/fonts/Consolas.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans';
}
html {
	overflow-x: hidden;
}

body {
	background: #18364D;
	overflow-x: hidden;
}

textarea,
input:not([type="radio"]):not([type="checkbox"]) {
	-webkit-appearance: none;
	-moz-appearance: textfield;
    box-sizing: border-box;
}

input:[type="checkbox"] {
	-moz-appearance: none;
}

.floating-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #18364d inset;
	-webkit-text-fill-color: #ffffff !important;
}

:focus {
	outline: none !important;
	outline: 0 !important;
}

button {
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
       text-overflow: '';
}

a {
	text-decoration: none;
}

h1 {
	color: white;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
}

h2 {}

h3 {
	color: white;
	font-size: 14px;
	font-weight: 300;
}

h4 {
	color: #FDA61D;
	font-size: 12px;
	font-family: 'Open Sans';
	font-weight: 400;
}

h5 {
	font-size: 28px;
	font-weight: 800;
	color: white;
}

.float-right {
	float: right !important;
}

.float-left {
	float: left !important;
}

input {
	-webkit-appearance: none;
}

.checkBoxList input {
	/* -webkit-appearance: checkbox; */
}

.checkBoxList label {
	color: white;
	margin-left: 10px;
}

.checkBoxList a {
	color: #FDA61D;
}

.btn {
	border-radius: 6px;
	color: #002039;
	font-size: 14px;
	background: #FDA61D;
	text-decoration: none;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	text-align: center;
	padding: 9px 35px;
	display: inline-table;
	cursor: pointer;
}

.btn:hover {
	background: #FFBC53;
	text-decoration: none;
}

.button-container {
	float: left;
}

.session-movie-details[max-width~="691px"] .button-container {
    margin: 0 auto;
    float: none;
    padding-bottom: 30px;
}

.normalList, .dataList {
	padding-left: 23px;
}

.PageBtnDiv ul {
    list-style: none;
}
.PageBtnDiv ul li {
	display: inline-block;
}

.left {
	text-align:left;
}
/*+++++++ Header ++++++++*/

header {
	width: 100%;
	text-align: center;
	padding-top: 47px;
	border-bottom: 1px solid #314E64;
	background: #18364D;
	-webkit-transition: height .5s ease-in-out, padding 0.5s ease-in-out;
	-o-transition: height .5s ease-in-out, padding 0.5s ease-in-out;
	transition: height .5s ease-in-out, padding 0.5s ease-in-out;
	height: 75px;
}

.sticky-header {
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 11000000;
}

.hamburger-menu {
	display: inline-block;
	width: 30px;
	height: 26px;
	cursor: pointer;
	float: left;
	margin: 8px 47px;
}

.bar,
.bar:after,
.bar:before {
	width: 30px;
	height: 2px;
}

.bar {
	position: relative;
	-webkit-transform: translateY(12px);
	    -ms-transform: translateY(12px);
	        transform: translateY(12px);
	background: #FDA61D;
	-webkit-transition: all 0ms 300ms;
	-o-transition: all 0ms 300ms;
	transition: all 0ms 300ms;
}

.bar.animate {
	background: none;
}

.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 12px;
	background: #FDA61D;
	-webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	background: #FDA61D;
	-webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.cinema-location {
	background: none;
	border: none;
	margin-top: 6px;
	margin-left: 17px;
	width: 200px;
}

.cinema-location img {
	float: left;
	height: 31px;
}

.cinema-location h4 {
	float: left;
	margin: 8px 0 0 10px;
}

.logo {
	width: 160px;
	right: 0;
	top: 14px;
	-webkit-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
	transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
	height: 88px;
	position: absolute;
	margin: 0 auto;
	left: 0;
}

.logged-in img {
    width: 27px;
    margin-top: 1px;
}

.searchbar {
	position: relative;
}

.search {
	background: #002039;
	border-radius: 45px !important;
	border: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: white;
	font-family: "Open Sans";
	font-size: 14px;
	outline: none;
	padding: 11px 15px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 270px;
	margin-right: 8px;
}

.search:focus {
	border: none;
	-webkit-box-shadow: 0 0 3px 0 #fda61d;
	        box-shadow: 0 0 3px 0 #fda61d;
}

.search~label {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	top: 8px;
	position: absolute;
	right: 20px;
}

.search~label>img {
	width: 24px;
	height: 24px;
}

.shopping-cart,
.user {
	border: none;
	background: none;
	width: 29px;
	height: 29px;
	margin: 6px 12px;
}

.user {
	margin-right: 40px;
}

[data-cart]:not([data-cart=""]):after {
    content: attr(data-cart);
    background: #FF4444;
    border-radius: 50%;
    display: block;
    margin-top: -35px;
    margin-left: 21px;
    z-index: 3;
    position: relative;
    color: white;
    font-size: 11px;
    padding: 1px 8.5px;
    text-indent: -3px;
}

@media screen and (max-width: 1130px) {
	.searchbar {
		display: none;
	}
}

@media screen and (max-width: 830px) {
	.sticky-header {
		height: 67px;
		padding-top: 31px;
	}
	.logo {
		height: 81px;
		top: 8px;
	}
}

@media screen and (min-width: 830px) {
	.scrolled-nav {
		height: 67px;
		padding-top: 31px;
	}
	.scrolled-nav .logo {
		height: 81px;
		top: 8px;
	}
}

@media screen and (max-width: 630px) {
	.cinema-location>h4 {
		display: none;
	}
	.bar {
		-webkit-transform: translateY(12px);
		    -ms-transform: translateY(12px);
		        transform: translateY(12px);
	}
	.bar:before {
		bottom: 10px;
	}
	.bar:after {
		top: 10px;
	}
	.bar,
	.bar:after,
	.bar:before {
		width: 24px !important;
		height: 2px !important;
	}
}

@media screen and (max-width: 550px) {
	.cinema-location {
		display: none;
	}
	.shopping-cart {
		display: none;
	}
}


/*+++++++ Sidebar ++++++++*/

aside {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.27);
    border-right: 1px solid #314E64;
    top: 123px;
    height: 100%;
    width: 120px;
    position: fixed;
    background: #002039;
    text-align: center;
    z-index: 2;
    -webkit-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    padding-right: 3px;
}

.ham-item {
	cursor: pointer;
}

.ham-item:nth-child(1) {
	margin-top: -90px;
}

.ham-item:nth-child() {
	margin-top: -90px;
}

.ham-item:nth-child(2) {
	margin: 40px 0px;
}

.ham-item img {
	width: 31px;
}

.ham-item:nth-child(3) img {
	width: 39px;
}

.ham-item:nth-child(4) {
	display: none;
}


/*+++++++ Content + Navbar Responsiveness ++++++++*/

.wrapper {
	left: 0;
	right: 0;
	position: absolute !important;
	text-align: center;
}

.wrapper nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	background: #002039;
	height: 70px;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.27);
	border-bottom: 1px solid #314E64;
}

.wrapper nav ul li {
	list-style: none;
	padding: 0;
	color: white;
	font-size: 16px;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
}

nav ul li a {
	color: white;
    text-decoration: none;
    padding: 25px 50px;
    display: inline-block;

}

aside nav ul li a {
    color: rgba(253, 166, 29, 1);
    text-transform: uppercase;
    font-size: 14px;
}


.active {
	background: #18364D;
	-webkit-box-shadow: inset 0px 6px 0px 0px rgba(253, 166, 29, 1);
	box-shadow: inset 0px 6px 0px 0px rgba(253, 166, 29, 1);
	height: 70px;
}

nav ul li:hover {
	background: #0F2E46;
}

aside nav ul li {
	display: none;
}

@media screen and (max-width: 1180px) {
	.wrapper nav ul li a {
		font-size: 13px;
		padding: 26px 30px;
	}
}

@media screen and (max-width: 830px) {
	.wrapper nav {
		display: none;
	}
	aside {
		display: -webkit-flex;
		padding-top: 35px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-align-content: baseline;
		-ms-flex-line-pack: baseline;
		align-content: baseline;
		padding-right: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 100%;
		top: 99px;
		border: none;
		text-align: center;
	}
	.ham-item {
		height: 77px;
		display: inline-block;
	}
	.ham-item:nth-child(1) {
		margin-top: 2px;
	}
	.ham-item:nth-child(1) img {
		width: 27px;
	}
	.ham-item:nth-child(2) {
		margin: 15px 22px 0 25px;
	}
	.ham-item:nth-child(2) img {
	    width: 37px;
	    margin-top: -4px;
	}
	.ham-item:nth-child(3) {
		margin: 10px 0 0;
		white-space: nowrap;
	}
	.ham-item:nth-child(3) img {
		width: 34px;
    	margin-bottom: 1px;
	}
	.ham-item:nth-child(4) {
		margin-top: 2px;
    	margin-left: 20px;
		display: block;
	}
	.ham-item:nth-child(4) img {
		width: 22px;
    	margin-bottom: 1px;
	}
	.ham-item br {
		content: '';
	}
	.ham-item br:after {
		content: ' ';
	}
	aside nav {
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	aside nav ul li {
		display: inline-block;
  		color: white;
  		width: 100%;
 	    line-height: 15px;
  	    cursor: pointer;
	}
	aside .active {
		webkit-box-shadow: inset 6px 0px 0px 0px rgba(253, 166, 29, 1);
		-webkit-box-shadow: inset 6px 0px 0px 0px rgba(253, 166, 29, 1);
		        box-shadow: inset 6px 0px 0px 0px rgba(253, 166, 29, 1);
		height: 63px;
	}
}


/*++++++++ Footer ++++++++*/

footer {
	background: #002039;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 3px 0 0;
	padding: 22px 0;
	border-top: 1px solid #314E64;
}

footer h2 {
	color: white;
	font-size: 20px;
	margin-left: 4px;
}

footer section {
	text-align: left;
	padding-left: 15px;
	border-left: 1px solid #314E64;
	padding-right: 25px;
	padding-bottom: 30px;
	margin-top: 50px;
	display: inline-table;
}

footer section ul {
	-webkit-column-count: 3;
	column-count: 3;
	list-style: none;
	margin-left: 5px;
	padding-left: 0;
}

footer section ul li {
	padding: 5px 0;
}

footer section ul li a {
	font-size: 13px;
	color: #FDA61D;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	padding: 5px 0;
	position: relative;
}

footer section ul li a:hover {
	color: white;
}

footer section ul li a:hover:after {
	color: white;
}

footer section ul li a:after {
	content: '\3009';
	font-size: 12px;
	color: #FDA61D;
	margin-left: 6px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	position: absolute;
    top: 6px;
}

footer section h3 {
	color: #818181;
	font-weight: 200;
	font-size: 15px;
	margin-left: 4px;
}

footer img {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 1px;
}

footer div {
	margin-left: 4px;
}

footer section ul li a {
	color: #FDA61D;
}

small {
	color: #81807D;
}

small:before {
	content: '\a\a';
	white-space: pre;
}

small a {
	color: #FDA61D;
	text-decoration: none;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

small a:hover {
	color: white;
}

#FooterLinks {
	width: 36%;
}

.wrapper[max-width~="950px"] #FooterLinks {
	width: 70%;
}

@media screen and (max-width: 850px) {
	footer .btn {
		margin: 0 auto;
	}
	footer {
		width: 100%;
	}
	footer section {
		border: none;
		border-bottom: 1px solid #314E64;
		height: auto;
		width: 100%;
		padding-bottom: 25px;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
		margin-top: 25px;
		display: block;
	}
	#FooterLinks {
		width: 100% !important;
	}
	footer section ul {
		-webkit-column-count: 2;
		column-count: 2;
		margin: 0 auto;
		text-align: left;
		width: 60%;
		padding-top: 20px;
	}
	.links-minified {
		display: none;
	}
	small:before {
		content: '\a';
		height: 18px;
		display: block;
	}
}

@media screen and (max-width: 610px) {
	footer section ul {
		-webkit-column-count: 1;
		column-count: 1;
		list-style: none;
		text-align: center;
	}
	footer section ul li {
		margin-left: 0px;
	}

}


/*++++++++ Carousel ++++++++*/

.slick-carousel {
	margin-bottom: 67px;
}

.slick-carousel>div>img {
	width: 100%;
	max-width: 1094px;
}

.slick-slide.slick-active.slick-center {
	opacity: 1;
}

.slick-slide {
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 0.3;
}

.slick-carousel {
	width: 100%;
}

.slick-slide {
	color: white;
	font-size: 30px;
	font-family: "Arial", "Helvetica";
	text-align: center;
	max-width: 1094px;
	min-height: 0px;
    position: relative;
}

.slick-slide > .movie-video-container {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -50px;
}

.slick-slide > .movie-video-container img {
    width: 10% !important;
    margin: 0 auto;
    max-height: 500px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}

.slick-dots {
	bottom: -50px;
}

.slick-slide {
	height: auto;
	width: auto;
}

.slick-dots li button:before {
	content: '';
	border-radius: 30px;
	background: #FFFFFF;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	-webkit-transform: scale(2);
	    -ms-transform: scale(2);
	        transform: scale(2);
	opacity: 1;
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 2px #FDA61D;
	box-shadow: inset 0px 0px 0px 2px #FDA61D;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slick-prev,
.slick-next {
	width: 88px;
	height: 88px;
	position: absolute;
	top: 50%;
	margin-top: -44px;
	border-radius: 80px;
	-webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
	        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
	cursor: pointer;
	z-index: 1;
	-webkit-transform: unset;
	    -ms-transform: unset;
	        transform: unset;
}

.slick-prev {
	left: 20px;
}

.slick-next {
	right: 20px;
}

@media screen and (max-width: 830px) {
	.slick-prev,
	.slick-next {
		display: none !important;
	}
}


/*++++++++ Section Styles ++++++++*/

section {
	padding: 3px 15px 8px;
	margin: 0 auto;
}

.col-wrapper {
	max-width: 1094px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
}

.quick-booking,
.check-gift-card {
	background: #002039;
	border-radius: 6px;
	padding: 25px 34px;
	margin-right: 8px;
	min-height: 78px;
}

.quick-booking {
	margin-bottom: 16px;
}

.quick-booking select {
	width: 100%;
	-webkit-appearance: none;
	border-radius: 6px;
	padding: 6px 10px;
	background: #002039;
	color: white;
	font-size: 14px;
	border: 2px solid #FDA61D;
    cursor: pointer;
}

.quick-booking > div:after {
    content: '\02C5';
    color: #FDA61D;
    font-family: Consolas;
    font-weight: 400;
    font-size: 26px;
    background: #002039;
    z-index: 1;
    height: 0px;
    padding: 0 10px;
    position: absolute;
    right: 3px;
    bottom: 25px;
    pointer-events: none;

}

.col-small {
    background: #002039;
	display: inline-block;
	width: 100%;
	max-width: 475px;
	min-height: 200px;
	border-radius: 6px;
	overflow: hidden;
	margin: 0;
	border-radius: 6px;
    padding: 40px 0 30px 0;
	margin: 40px 0 30px 0;
}

.col-medium {
	-webkit-flex: 1 1 72%;
	    -ms-flex: 1 1 72%;
	        flex: 1 1 72%;
	margin-left: 8px;
	background: #002039;
	border-radius: 6px;
	padding: 25px 34px;
	overflow: hidden;
	margin-bottom: 5px;
}

.col-large {
	background: #002039;
	display: inline-block;
	width: 100%;
	max-width: 1094px;
	min-height: 200px;
	border-radius: 6px;
	overflow: hidden;
	margin: 0;
	border-radius: 6px;
}

.generic-page
{
	background: #002039;
	display: inline-block;
	width: 100%;
	max-width: 1094px;
	min-height: 200px;
	border-radius: 6px;
	overflow: hidden;
	border-radius: 6px;
	margin: 40px 0;
}

.generic-page p, .generic-page ol li
{
	color:white;
}

.generic-page ol
{
	list-style-type: circle;	
}

.col-large .form-wrapper h1 {
	float: none;
}

.col-medium h1 {
	margin-bottom: 12px;
}

#DateRow,
#MovieRow,
#TimeRow {
    position: relative;
	padding-top: 10px;
}

.pageHTMLArea {
	padding: 30px 5% 30px;
	text-align: left;
}

.pagetype_55 .col-large,
.pagetype_30 .col-large,
.pagetype_16 .col-large {
	/* margin: 40px 0;  */
}

.pageHTMLArea h1,
.pageHTMLArea h2 {
	color: #FDB11D;
	text-align: unset;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 0px;
}

.pageHTMLArea h3,
.pageHTMLArea h4 {
	color: #FDB11D;
	text-align: unset;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 0px;
}

.pageHTMLArea p {
	color: white;
}

.pageHTMLArea p a,
.pageHTMLArea h4 a {
	color: #FDB11D;
}

.pageHTMLArea .btn {
	color: #002039;
}

.pageHTMLArea table tr td {
	padding: 10px 0;
}

.pageHTMLArea ul li {
	color: white;
}

.tableCenter {
	width: 100%;
	text-align: center;
}

.poster-container {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}

.poster-container a,
.poster-container st a {
	color: white;
	text-decoration: none;
    padding-bottom: 66px;
}

.movie-poster>a:nth-child(2) {
	margin-top: 8px;
	display: block;
}

.movie-poster {
	text-align: center;
	width: 100%;
	position: relative;
	-webkit-flex: 0 1 24%;
	    -ms-flex: 0 1 24%;
	        flex: 0 1 24%;
	max-width: 164px;
	min-height: 399px;
}

#section-1 .movie-poster {
    min-height: 278px;
}

.movie-poster img {
	max-width: 164px;
	width: 100%;
    margin-bottom: 13px;
}

.movie-poster h3 {
	width: 164px;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.gap {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 10px;
	        flex: 1 0 10px;
	display: none;
}

.rating-G:after {
	background: #21b24b;
	color: white;
	content: 'G';
}

.rating-PG:after {
	background: #fef200;
	color: black;
	content: 'PG';
}

.rating-M:after {
	background: #00adef;
	color: white;
	content: 'M';
}

.rating-MA15:after {
	background: #ed1b24;
	color: white;
	content: 'MA';
}

.rating-R:after {
	background: #231f20;
	color: white;
	content: 'R';
}

.rating-CTC:after {
	background: #fba92c;
	color: black;
	content: 'N/A';
}

.rating-G:after,
.rating-PG:after,
.rating-M:after,
.rating-MA15:after,
.rating-R:after,
.rating-CTC:after {
	border-radius: 6px 0 0 6px;
	padding: 4px 10px;
	font-size: 10px;
	position: absolute;
	top: 17px;
	right: 0;
}

#LoadingRow {
	display: none;
	font-size: 0;
	opacity: 0;
	visibility: none;
	color: #002039;
}

@media screen and (max-width: 1100px) {
	.col-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}

	#section-1 .col-wrapper > div:first-child {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.col-small {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 15px;
	}
	.quick-booking,
	.check-gift-card {
		-webkit-flex: 1 1 50%;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
    	max-height: 180px;
	}
	.check-gift-card {
		margin-left: 8px;
		margin-right: 0;
		max-height: 177px;
	    margin-bottom: 16px;
	}
	.col-medium {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		margin-left: 0;
		max-height: unset;
	}

	#section-1 .movie-poster {
		height: unset;
	}
}

@media screen and (max-width: 600px) {

	#section-1 .col-wrapper > div:first-child {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
    	padding-bottom: 15px;
	}

	.check-gift-card {
    	margin-left: 0px;
	}

	.quick-booking {
    	margin-right: 0px;
	}

	.col-medium .poster-container .movie-poster:nth-child(4) {
		display: none;
	}

	.col-medium .poster-container .movie-poster {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 32%;
		        flex: 0 1 32%;
	}

	.check-gift-card {
		margin-bottom: 0;
	}

	.quick-booking, .check-gift-card {
    	-webkit-box-flex: 0;
    	    -ms-flex: none;
    	        flex: none;
	}
}

.wrapper[max-width~="775px"] .session-movie-details {
	padding: 20px 0;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 570px) {
	.movie-poster h3 {
		font-size: 13px;
		width: 100%;
	}
	.col-small {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.quick-booking,
	.check-gift-card {
		margin-left: 0;
		margin-right: 0;
	}
}


/*++++++++++ Dropdown +++++++++++*/

ul.dropdown {
	text-align: left;
	height: 30px;
	width: 100%;
	border: 2px #FDA61D solid;
	border-radius: 6px;
	color: white;
	font-family: 'Open Sans';
	font-size: 14px;
	list-style: none;
	padding: 0 0 1px 0;
	margin: 13px 0px;
}

ul.dropdown li {
	padding: 6px 10px;
	display: block;
	position: relative;
}

ul.dropdown li:nth-child(2) {
	margin-top: -15px;
}

ul.dropdown li:last-child {
	border-radius: 0 0 6px 6px;
}

ul.dropdown li:not(.init) {
	color: #002039;
	display: none;
	background: #FDA61D;
	border-bottom: 1px solid #002039;
	z-index: 2;
	cursor: pointer;
}

ul.dropdown li:not(.init):hover {
	background: #09f;
}

ul.dropdown li.init {
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
}

ul.dropdown li.init:after {
	content: '\02C5';
	float: right;
	color: #FDA61D;
	font-family: Consolas;
	font-weight: 400;
	font-size: 26px;
	margin-top: 1px;
	margin-right: 2px;
}

.gift-card-txtbox {
	border: 2px solid #fda61d;
	border-radius: 6px;
	background: none;
	color: white;
	font-size: 14px;
	padding: 6px 11px;
	margin-top: 10px;
	margin-bottom: 6px;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}

.gift-card-submit {
	float: right;
	color: #fda61d;
	font-family: Consolas;
	font-weight: 400;
	font-size: 28px;
	margin-top: -42px;
	margin-right: 12px;
	cursor: pointer;
}

.gift-card-txtbox:focus {
	outline: none;
}

.gift-card-txtbox::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff69 !important;
}

.gift-card-txtbox::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff69 !important;
}

.gift-card-txtbox:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff69 !important;
}

.gift-card-txtbox:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff69 !important;
}


/*++++++++ Tab Control ++++++++*/

.tab-control {
	background: #002039;
	border-radius: 6px;
	width: 100%;
	max-width: 1094px;
	min-height: 200px;
	margin: 0;
	overflow: hidden;
}

.tab-control ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	word-spacing: 0;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tab-control li {
	display: inline-block;
	padding: 20px 60px 16px;
	cursor: pointer;
	margin: 0;
	white-space: nowrap;
}

.tab-control li span {
	white-space: nowrap;
	color: white;
	vertical-align: middle;
}

.tab-control ul li.active {
	background: #112F47;
	text-align: center;
	height: unset;
}

.tab-control ul li:hover {
	background: #0F2E46;
}

.content-container {
	width: 100%;
	border-top: 1px solid #314E64;
    display: -ms-flexbox;
    display: flex;
	display: -webkit-flex;
	padding: 10px 0 !important;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.squish>ul {
	text-align: justify;
	width: 100%;
}

.squish>ul>li {
	display: inline-block;
	text-align: center;
	padding: 20px 0 16px;
}

.tab-control ul li>img {
	vertical-align: middle;
}

.ico-27 {
	width: 27px;
	height: 27px;
}


/*+++++++ Gift Card Section +++++++*/

.card-wrapper {
	margin: 0 auto;
	padding: 70px 0;
}

.card-wrapper img {
	float: left;
}

.content-container[max-width~="640px"] .card-text {
	float: unset;
	text-align: center;
	padding: 0;
}

.content-container[max-width~="640px"] .card-wrapper {
	padding: 30px;
	text-align: center;
}

.content-container[max-width~="640px"] .card-wrapper img {
	float: unset;
	display: block;
	margin: 0 auto 20px;
}

.content-container[max-width~="640px"] .card-wrapper .card-text {
	width: 100%;
	display: inline-block;
}

.content-container[max-width~="640px"] .card-wrapper .btn {
	width: 100%;
	padding: 10px 0;
}

.content-container[max-width~="328px"] .card-wrapper img {
	width: 100%;
}

.card-text {
	line-height: 30px;
	max-width: 275px;
	text-align: left;
	float: left;
	padding-left: 20px;
}

.btn {
	margin-top: 20px;
	line-height: 20px;
	border: 0;
}


/*+++++++ Sessions Section +++++++*/

.session-wrapper {
	    padding: 10px 20px;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}

.pagetype_6 .session-wrapper {
	padding: 10px 56px;
}

.session-container {
	background: #18364D;
	width: 100%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.session-container img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 200px;
	        flex: 0 0 200px;
	height: 300px;
}

.content-container[max-width~="928px"] .session-container img {
	display: none;
}

.content-container[max-width~="730px"] .session-container .session-movie-details table {
	display: none;
}

.content-container[max-width~="730px"] .session-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #112f47;
    border-radius: 6px;
    }

.content-container[max-width~="730px"] .session-time-container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	padding-top: 0;
	width: unset;
	background: unset;
	min-height: unset;
	padding-bottom: 35px;
}


.content-container[max-width~="730px"] .session-movie-details {
    max-width: 85%;
}

.content-container[max-width~="775px"] .session-time-container {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
    padding-bottom: 27px;

}

.content-container[max-width~="730px"] .session-time-container th {
    background: #112f47;
}

.content-container[max-width~="730px"] .session-movie-details h5 {
	text-align: center;
	padding-top: 5px;
}

.content-container[max-width~="730px"] .session-movie-details hr {
	margin: 20px auto 10px;
    float: unset;
}


/*.content-container[max-width~="730px"] .view-all-btn {
	width: 100%;
	padding: 0 40px;
	}*/

.content-container[max-width~="730px"] .view-all-btn-wrapper {
    width: 90% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

.content-container[max-width~="730px"] .view-all-btn hr {
	display: none;
}

.content-container[max-width~="730px"] .view-all-btn .btn {
	width: 100%;
	padding: 10px 0;
	margin-right: 0;
}

.session-movie-details {
	padding: 20px 22px 17px 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 38%;
	    -ms-flex: 1 1 38%;
	        flex: 1 1 38%;
}

.pagetype_4 .session-movie-details {
	max-width: 48%;
}

.session-movie-details h5 {
	text-align: left;
	line-height: 26px;
	margin-bottom: 11px;
	color: white;
}

.session-movie-details h5 a {
	color: white;
	text-decoration: none;
	line-height: 30px;
}

.session-mov-details-table a {
	color: white;
	text-decoration: none;
}

.session-mov-details-table genre a {
	color: #FDA61D;
}

.filter-container [type="radio"]:checked+label:before,
.filter-container [type="radio"]:not(:checked)+label:before,
.filter-container [type="radio"]:checked+label:after,
.filter-container [type="radio"]:not(:checked)+label:after {
	display: none;
}

hr {
	width: 127px;
	height: 3px;
	border: 0;
	margin-bottom: 16px;
	background: #FDA61D;
	margin-left: 1px;
	float: left;
}

.session-time-container {
	background: #061623;
	padding: 20px 20px 30px;
	min-height: 260px;
	width: 37%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 35%;
	        flex: 1 1 35%;
}

.session-mov-details-table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

.session-mov-details-table td {
	font-size: 12px;
	padding: 5px 0px;
	overflow: hidden;
	word-break: normal;
	vertical-align: top;
	text-align: left;
	color: white;
}

.session-mov-details-table td>h4 {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
}

rating {
	color: #FDA61D;
	border: 2px solid #FDA61D;
	border-radius: 6px;
	padding: 3px 6px;
	font-size: 10px;
}

genre,
runtime {
	color: #FDA61D;
}

runtime {
	float: right;
}

genre {
	float: left;
}


/*+++++++ Session Times, booking history table +++++++*/

.session-times-table,
.tic-info-desktop {
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	border-spacing: 14px 0;
}

.session-times-table td,
.tic-info-desktop td {
	font-size: 12px;
	padding: 7px 12px;
	overflow: hidden;
	word-break: normal;
	vertical-align: top;
	text-align: left;
	color: white;
}

.session-times-table th,
.tic-info-desktop th {
	font-size: 12px;
	padding: 5px 0px;
	overflow: hidden;
	word-break: normal;
	vertical-align: top;
	text-align: left;
	color: white;
	border-bottom: 3px solid #FDA61D;
	background: #061623;
}

.pagetype_13 .tic-info-desktop th {
    vertical-align: middle;
    background: transparent;
}    

.session-times-table h4,
.tic-info-desktop h4 {
	color: white;
	font-size: 12px;
}

.session-times-table tr:nth-child(even),
.tic-info-desktop tr:nth-child(even) {
	background: #112F47;
}

.session-times-table tr:nth-child(odd),
.tic-info-desktop tr:nth-child(odd) {
	background: #002039;
}

.session-times-table tr:first-child,
.tic-info-desktop tr:first-child {
	background: unset;
}

.session-times-table tr:nth-child(2)>td,
.tic-info-desktop tr:nth-child(2)>td {
	border-top: 3px solid #061623;
}

.session-times-table tr>td:first-child,
.tic-info-desktop tr>td:first-child {
	padding: 7px 10px;
	text-align: left;
}

st,
.Promotion-movie-container .session-times-table tr td a {
	font-size: 11px;
	color: #ffffff;
	background: #315169;
	border-radius: 4px;
	padding: 3px 8px;
	display: inline-block;
	margin: 3px 0;
}

.session-times-table st a {
	color: #ffffff;
	text-decoration: none;
}

.sessionflags {
	margin-left: -6px;
	background: none;
	padding:0;
}

.sessionflags > a {
    color: #002039 !important;
}

.sessionflags a {
	padding:3px 8px;
	background-color: #878787;
  
}

.sessionflags a:last-child {
  border-radius: 0px 6px 6px 0;
}

/*+++++++ View All Button +++++++*/

.view-all-btn {
	width: 100%;
	padding: 10px 0;
}

.view-all-btn .btn {
	display: inline;
	vertical-align: middle;
	float: right;
	margin-top: 0;
	margin-right: 20px;
}

.view-all-btn hr {
	height: 1px;
	background: #314E64;
	left: 0;
	right: 0;
	margin-top: 20px;
	float: right;
	width: calc(100% - 336px);
	margin-right: 40px;
}


/*+++++++ Cinema Section +++++++*/

.cinema-description {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 275px;
	        flex: 0 0 275px;
	margin: 10px 25px 25px;
	margin-right: 0;
	padding-right: 20px;
	border-right: 1px solid #314E64;
	min-height: 20em;
	max-width: 275px;
}

.cinemas .cinema-description img {
	max-width: 100%;
}

.cinemas .cinema-description p a {
	color:#FEB139;
}

.cinema-description p {
	font-size: 12px;
	color: white;
	text-align: left;
	padding: 14px 4px 4px;
}

.tab-control.cinemas .content-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-flex;
}

.tab-control.cinemas .poster-container {
	padding: 10px 25px 25px 20px;
	-webkit-flex: 0 1 calc(100% - 366px);
	    -ms-flex: 0 1 calc(100% - 366px);
	        flex: 0 1 calc(100% - 366px);
    min-height: 386px;
}

.tab-control.cinemas .poster-container[max-width~="550px"] .movie-poster[data-order="4"] {
	display: none;
}

.tab-control.cinemas .poster-container[max-width~="550px"] .movie-poster {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 32%;
	        flex: 0 1 32%;
}

.tab-control.cinemas .poster-container[max-width~="550px"] .movie-poster > st {
    width: 81.5%;
    margin-left: 0px;
}

.tab-control.cinemas[max-width~="820px"] .cinema-description,
.tab-control.cinemas[max-width~="820px"] .view-all-btn hr {
	display: none;
}

.tab-control.cinemas[max-width~="820px"] .poster-container {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 calc(100%);
	        flex: 0 1 calc(100%);
	padding: 10px 35px;
}

.tab-control.cinemas[max-width~="820px"] .view-all-btn-wrapper {
	padding: 0 34px;
	margin-left: 4px;
}

.tab-control.cinemas[max-width~="820px"] .view-all-btn .btn {
	width: 100%;
	padding: 10px 0;
	margin-right: 0;
}

.tab-control.cinemas .view-all-btn {
	width: 100%;
	float: right;
}

.tab-control.cinemas .view-all-btn hr {
	width: calc(100% - 645px);
}

.movie-poster > st {
	background: #002039;
	border: 2px solid #FDA61D;
	border-radius: 6px;
	color: white;
	margin-top: 15px;
	width: 85%;
	bottom: 0;
	position: absolute;
	left: 0;
	margin-left: 3px;
}

.tab-control.cinemas .movie-poster>h3 {
	margin-bottom: 35px;
}


/*+++++++ Ticket Booking Process +++++++*/

.ticket-selection-summary {
	width: 100%;
	padding: 40px 0px;
}

.ticket-wrapper {
	padding: 0 10px;
}

.ticket-container {
	overflow: hidden;
	width: 100%;
	max-width: 697px;
	background: white;
	border-radius: 6px;
	min-height: 296px;
	position: relative;
	margin: 0 auto;
}

.ticket-container[max-width~='575px'] h5 {
	font-size: 20px;
	line-height: 28px;
}

.ticket-container[max-width~='575px'] {
	min-height: unset;
}

.ticket-container[max-width~='575px'] .ticket-top-bar>span {
	font-size: 14px;
}

.ticket-container[max-width~='575px'] .ticket-bottom-section hr {
	height: 167px;
}

.ticket-container[max-width~='575px'] .ticket-data {
	margin-top: 10px;
}

.ticket-container[max-width~='575px'] .ticket-data span {
	font-size: 13px;
}

.ticket-container[max-width~='575px'] .ticket-data span:nth-of-type(2) {
    line-height: 17px;
    margin-top: 7px;
    margin-bottom: 4px;
}



.ticket-container[max-width~='575px'] .ticket-data span img {
	height: 18px;
	width: 18px;
}

.ticket-container[max-width~='575px'] .clock {
	top: 15px;
	right: 33px;
}

.ticket-container[max-width~='575px'] .clock p {
	font-size: 16px;
	padding: 0px 2px;
}

.ticket-container[max-width~='575px'] .clock span {
	right: -9px;
}

.ticket-container[max-width~='575px'] h5 {
    display: inline-block;
    position: inherit;
}



.ticket-top-bar {
	height: 65px;
	width: 100%;
	background: #05243D;
	position: relative;
}

.ticket-top-bar hr {
	background: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(0%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, #ffffff 70%, rgba(255, 255, 255, 0) 0%);
	background-image: -o-linear-gradient(top, #ffffff 70%, rgba(255, 255, 255, 0) 0%);
	background-image: linear-gradient(to bottom, #ffffff 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 3px 13px;
	background-repeat: repeat-y;
	width: 3px;
	height: 39px;
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 30.5%;
}

.ticket-top-bar span {
	position: absolute;
	color: white;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 68px;
	left: 34.2%;
}

.ticket-mov-poster {
	max-width: 162px;
	width: 24%;
	/* ie8 */
	left: 3.6%;
	-webkit-box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.4);
	        box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.4);
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
}

.ticket-bottom-section hr {
	background: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #05243D), color-stop(0%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, #05243D 70%, rgba(255, 255, 255, 0) 0%);
	background-image: -o-linear-gradient(top, #05243D 70%, rgba(255, 255, 255, 0) 0%);
	background-image: linear-gradient(to bottom, #05243D 70%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 3px 13px;
	background-repeat: repeat-y;
	width: 3px;
	height: 205px;
	position: absolute;
	top: 67px;
	margin: 0;
	left: 30.5%;
}

.ticket-bottom-section h5 {
	color: #05243D;
	position: absolute;
	padding: 0 35px 0 0;
	margin: 18px 0 0;
	left: 34%;
	text-align: left;
	max-width: 400px;
	line-height: 33px;
	font-size: 28px;
}

.ticket-bottom-section h5 > br {
	display: block;
    content: ' ';
    margin: -10;
}


.ticket-data {
	display: block;
	margin-top: 19px;
}

.ticket-data > span:nth-child(3) > img {
	display: inline;
}

.ticket-data > span:nth-child(3) > strong {
	display: inline;
	line-height: 8px
}

.ticket-data img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -4px;
}

.ticket-data span {
	color: #05243D;
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin: 0px;
	text-align: left;
}



.clock {
	position: absolute;
    bottom: 25px;
	right: 49px;
	color: white;
	z-index: 1;
}

.clock p {
    display: inline-block;
}

.clock p span {
	display: inline;
	padding: 0;
	color: #FDA61D;
	padding: 0 3px;
	font-size: 19px;
}

.clock span {
	color: white;
	font-weight: 600;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 5px;
	left: unset;
	position: inherit;
	width: 90px;
	top: 25px;
}

.clock > span {
    float: left;
    display: block;
    left: -12px;
}

.gold-lounge-orb {
	width: 27px;
	height: 27px;
	margin-top: -3px;
	vertical-align: middle;
}

.ticket-flag {
	display: inline-block;
	height: 27px;
	padding: 0 10px;
	border-radius: 29px;
	color: white;
	font-size: 11px;
	font-weight: 400;
	line-height: 27px;
	vertical-align: middle;
	letter-spacing: 1px;
	margin: 5px 0 -5px;
}


/*+++++++ Accordion +++++++*/

.accordion-wrapper {
	padding: 0 10px;
}

.accordion {
	width: 100%;
	max-width: 697px;
	background: #002039;
	border-radius: 6px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto 35px;
	list-style: none;
	padding-left: 0;
}

.accordion li {
	background: #002039;
}

.accordion .link {
	background: #878787;
	cursor: pointer;
	display: block;
	padding: 12px 15px 12px 35px;
	color: white;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 5px solid #002039;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: not-allowed;
}

.accordion .link:after {
	/*content: url("http://svgur.com/i/5Sw.svg");*/
	width: 26px;
	height: 26px;
	right: 15px;
	float: right;
	margin-top: -1px;
}

.accordion .link.complete {
	background: #17bb43;
	cursor: pointer;
}

.accordion .link.current {
	background: #fda61d;
	cursor: pointer;
}

.accordion .link:after {
 	content: url("../images/icons/triple-dot.svg");
}

.accordion .link.complete:after {
	content: url("../images/icons/check.svg");
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li.open {
	border-bottom: none;
}

.accordion li.open .link:not(.complete) {
	background: #fda61d;
}

.accordion li:last-of-type .link {
	border-bottom: none;
}

.accordion-content {
	display: none;
	background: #002039;
	font-size: 14px;
}


/*+++++++ Ticket Selection +++++++*/

#ctl00_MainContentPlaceHolder_LoginSignupDiv, #ctl00_MainContentPlaceHolder_memberDetailDiv  {
    text-align: center;
    background: #304a5e;
    padding-bottom: 21px;
    font-size: 31px;
}

#ctl00_MainContentPlaceHolder_LoginSignupDiv + p,  #ctl00_MainContentPlaceHolder_memberDetailDiv + p  {
	color: white;
    text-align: center;
    padding: 20px 41px;
}

#mytickets {
	display: none;
}

.next-step-btn + input + p {
	display: none;
}

.pagetype_29 .ticket-select-sec-2 {
	max-width: 1094px;
    margin: 40px auto 31px;
    background: #002039;
    border-radius: 6px;
    padding: 40px;
    color: white;
}

.pagetype_29 .ticket-select-sec-2 input {
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    background: #FDA61D;
    margin-top: 34px;
	cursor: pointer;
}

.pagetype_29 .Ttitle {
    text-align: center;
    font-size: 35px !important;
    font-weight: 800 !important;
    margin-bottom: 27px;
}

.pagetype_29 .Ttitle + p {
    margin-top: 22px;
}

.pagetype_29 .ticket-bnr.bnr {
	display: none;
}

table.ticket-selection {
	background-color: #002039;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 12px;
}

table.ticket-selection td,
table.ticket-selection th {
	padding: 3px 2px;
}

table.ticket-selection tbody tr:first-child td {
	padding-top: 11px;
}

table.ticket-selection tbody td {
	font-size: 13px;
	color: #FFFFFF;
	padding: 10px 0;
}

table.ticket-selection tbody {
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(49, 78, 100, 1);
	box-shadow: inset 0px 7px 0px 0px rgba(49, 78, 100, 1);
}

table.ticket-selection tbody tr {
	border-top: 1px solid #314E64;
	background: #002039;
}

table.ticket-selection tbody tr td:first-child {
	padding-left: 25px;
	border-top: 1px solid #314E64;
}

table.ticket-selection thead th:last-child {
	text-align: right;
	padding-right: 25px;
}

table.ticket-selection tbody tr td:last-child {
	text-align: right;
	padding-right: 25px;
}

table.ticket-selection tbody tr:last-child {
	border-bottom: 1px solid #314E64;
}

table.ticket-selection thead {
	background: #304A5E;
	border-bottom: 11px solid #002039;
}

table.ticket-selection thead th {
	font-size: 13px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	padding: 8px 0px;
	background-color: #304A5E;
}

table.ticket-selection thead th:first-child {
	padding: 8px 25px;
}

table.ticket-selection tbody td span {
	color: #FDA61D;
}

table.ticket-selection tbody tr td:last-child span {
	color: white;
}

table.ticket-selection tbody tr td:last-child span:before {
	content: '';
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	width: 72%;
}

.number-input,
.number-input * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.number-input button,
.number-input input[type="submit"] {
	outline: none;
	-webkit-appearance: none;
	background-color: #54738B;
	border: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: right;
	position: relative;
	display: block;
	color: white;
}

.number-input button:active {
	background-color: #FDA61D;
}

.number-input input[type="number"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white;
}

.number-input input[type="number"]::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
}

.number-input input[type="number"]:-ms-input-placeholder {
	/* IE 10+ */
	color: white;
}

.number-input input[type="number"]:-moz-placeholder {
	/* Firefox 18- */
	color: white;
}

.num-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}

.num-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex: 0 0 22px;
	    -ms-flex: 0 0 22px;
	        flex: 0 0 22px;
}

.plus {
	border-radius: 0 6px 0 0;
	font-size: 13px;
	padding-top: 2px;
}

.minus {
	border-radius: 0 0 6px 0;
    border-top: 1px solid #304A5E !important;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 6px;
}

.number-input input[type="number"] {
	font-family: 'Open Sans', sans-serif;
	color: white;
	padding: 0 20px;
	border: none;
	border-radius: 6px 0 0 6px;
	font-size: 17px;
	height: 44px;
	text-align: left;
	margin: 0;
	background: #304A5E;
	width: 100%;
	-moz-appearance: textfield;
}

.price-summary {
	width: 100%;
}

.price-summary td {
	text-align: right;
	background: #304A5E;
	border-bottom: 6px solid #002039;
	padding: 4px 0;
}

.price-summary h4 {
	text-align: right;
	color: white;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.price-summary h5 {
	text-align: right;
	color: #FDA61D;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 12px;
}

.price-summary td:last-child {
	text-align: right;
	padding-right: 25px;
	color: white;
	font-size: 13px;
	padding-bottom: 5px;
}

.price-summary tr:last-child td:last-child {
	color: #FDA61D;
	font-weight: 600;
}

.next-step-btn {
    padding: 15px 35px 32px;
}

.next-step-btn .btn {
	width: 100%;
	padding: 10px 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	cursor: pointer;
}

.belowTableText + p + p, .belowTableText + p + p + p, .introText {
	color: #002039;
    background: #fda61d;
    margin: 5px 0;
    text-align: center;
    padding: 10px 60px;
}

.btn[disabled] {
	background: #FF4444;
}

table.ticket-selection span:before {
	content: '+';
	color: white;
	padding: 0 4px;
}

.accordion[max-width~="535px"] table.ticket-selection tbody tr td:last-child,
.accordion[max-width~="535px"] table.ticket-selection thead th:last-child,
.accordion[max-width~="535px"] table.ticket-selection colgroup col:last-child,
.accordion[max-width~="535px"] table.ticket-selection tbody span,
.accordion[max-width~="535px"] table.ticket-selection span:before {
	display: none;
}

.accordion[max-width~="535px"] table.ticket-selection thead tr th:nth-child(3),
.accordion[max-width~="535px"] table.ticket-selection tbody tr td:nth-child(3) {
	text-align: right;
	padding-right: 25px;
}

.accordion[max-width~="535px"] table.ticket-selection colgroup col:nth-child(2) {
	width: 37% !important;
}

.accordion[max-width~="535px"] table.ticket-selection colgroup col:nth-child(1) {
	width: 38% !important;
}


#ctl00_MainContentPlaceHolder_memberDetailDiv {
    padding-bottom: 17px;
}


#ctl00_MainContentPlaceHolder_memberDetailDiv h4 {
    font-size: 18px;
    padding-top: 15px;
    color: #ffffff;
    font-weight: 700;
}

#ctl00_MainContentPlaceHolder_memberDetailDiv p > a {
    color: #fda61d;
    font-size: 14px;
}


/*+++++++ Payment Content +++++++*/

.payment-container {
	padding: 25px;
}

div#StoredValueCardInformationDiv.positive {
    color: white;
    padding: 0 0 20px 0;
}

div#StoredValueCardInformationDiv.positive h3 {
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px;
}

#ctl00_MainContentPlaceHolder_ApplyStoredValueCardDiv > #SVCMessage {
	color: white;
    background: #ff4444;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 24px;
}



.payment-container h1,
.form-6 h1,
.form-12 h1 {
	color: white;
	font-weight: 600;
	font-size: 16px;
	float: left;
}

.pagetype_14 .form-12 > h1 {
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.pagetype_14 .clsSign-LR {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pagetype_14 .clsSign-LR > input:first-child {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 70%;
	        flex: 0 1 70%;
}

.pagetype_14 .clsSign-LR > input:last-child {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 25%;
	        flex: 0 1 25%;
}

.resetForm h1 {
    text-align: center;
    float: unset;
}

.btn-negative {
    background: #ff4444;
    color: white;
}

.payment-container input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.payment-container input:-moz-placeholder {
	color: #FFFFFF;
}

.payment-container input::-moz-placeholder {
	color: #FFFFFF;
}

.payment-container input:-ms-input-placeholder {
	color: #FFFFFF;
}

.payment-container>span>input[type="text"],
.payment-container>div>span>input[type="text"],
.accordion-content.confirmation input[type="text"] {
	border: none;
	background: #15354D;
	border-radius: 6px;
	color: white;
	padding: 10px 50px 10px 50px;
}

tt {
	position: relative;
	display: inline-block;
	background-color: #59B0F3;
	border-radius: 10px;
	cursor: help;
	color: white;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	padding-right: 1px;
	margin-left: 8px;
	margin-top: 2px;
	height: 18px;
	width: 17px;
}

tt::after {
    display: none;
    position: absolute;
    top: -100%;
    left: 26px;
    background-color: transparent;
    border-radius: 5px;
    color: transparent;
    content: attr(data-label);
    padding: 15px;
    text-transform: none;
	min-width: 193px;
    max-width: 195px;
    white-space: normal;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
    font-weight: 400;
    z-index: 200;
    width: max-content;
}

.wrapper[max-width~="550px"] tt::after {
	left: 50%;
	margin-left: -115px;
	top: 133%;
}

tt:hover::after {
	display: block;
	background-color: #59B0F3;
	color: #fff;
}

.req {
	position: relative;
	float: left;
    width: 100%;
}

.req-6,
.req-12 {
	position: relative;
	float: left;
	letter-spacing: 0;
}

.req-6::after,
.req-12::after {
    background: #FF4444;
    border-radius: 3px;
    display: block;
    position: absolute;
    left: 100%;
    top: 11px;
    margin-left: -40px;
    padding: 2px 3px 2px 5px;
    content: 'REQ';
    color: white;
    font-size: 9px;
    letter-spacing: 1px;
}

.req-12,
.req-6 input,
.req-12 input {
	width: 100%;
}

.req-6 {
	width: 50%;
}

.wrapper[max-width~='500px'] .req-6,
.wrapper[max-width~='500px'] .req-6 input {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}

.wrapper[max-width~='500px'] .req-6 input {
	padding-left: 50px;
}

#ctl00_MainContentPlaceHolder_MemberTypeDiv > h1 {
    width: 100%;
    margin-bottom: 11px;
}	

.gift-card {
	width: calc(100% - 112px);
}

.payment-container .btn.right {
	float: right;
	margin-top: 0;
}

.payment-container .inp-12,
.VoucherForm .inp-12 {
	width: calc(100%);
	margin-bottom: 6px;
}


.payment-container .inp-6:first-child {
    width: calc(100% - 2.5px);
	margin-bottom: 6px;
}

.accordion-content[max-width~='450px'] span>.inp-6 {
	width: 100%;
	float: none !important;
	margin-bottom: 6px !important;
}

.accordion-content[max-width~='450px'] .req-6 {
	width: 100%;
}

    

/*+++++++ Checkbox +++++++*/

.formBuilder table.checkBoxList {
	float: left;
	width: 100%;
	padding: 1% 0 2% 0;
}

.checkbox,
.checkBoxList input[type=checkbox],
.dropdown-list input[type=checkbox],
.terms input[type=checkbox] {
	opacity: 1;
	display: block;
	padding-bottom: 8px;
	width: 100%;
	-moz-appearance: none;
}

.checkBoxList .checkbox > input[type=checkbox],
.terms > input[type=checkbox],
.checkBoxList td > input[type=checkbox] {
	display: none;
}

.checkbox+label,
.checkbox+span+label,
.checkBoxList input[type=checkbox]+label,
.dropdown-list input[type=checkbox]+label,
.terms input[type=checkbox]+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	color: white;
	font-size: 12px;
	display: inline-block;
	text-indent: -34px;
	margin-left: 34px;
	margin-top: 5px;
    margin-bottom: 5px;
}


#ctl00_MainContentPlaceHolder_CheckBoxList1 input,
#ctl00_MainContentPlaceHolder_IsJoinMailingListCheckBox {
	display: none;
}


.dropdown-list input[type=checkbox]+label {
	color: #15354D;
}

.checkbox+label:before,
.checkBoxList input[type=checkbox]+label:before,
.dropdown-list input[type=checkbox]+label:before,
.terms input[type=checkbox]+label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 24px;
	height: 24px;
	background: #15354D;
	border-radius: 6px;
	margin-top: -4px;
}

.checkbox:hover+label:before,
.checkBoxList input[type=checkbox]:hover+label:before,
.dropdown-list input[type=checkbox]:hover+label:before,
.terms input[type=checkbox]:hover+label:before {
	background: #84662A;
}

.checkbox:focus+label:before,
.checkBoxList input[type=checkbox]:focus+label:before,
.dropdown-list input[type=checkbox]:focus+label:before,
.terms input[type=checkbox]:focus+label:before {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.checkbox:checked+label:before,
.checkBoxList input[type=checkbox]:checked+label:before,
.dropdown-list input[type=checkbox]:checked+label:before,
.terms input[type=checkbox]:checked+label:before {
	background: #FDA61D;
}

.checkbox:disabled+label,
.checkBoxList input[type=checkbox]:disabled+label,
.dropdown-list input[type=checkbox]:disabled+label,
.terms input[type=checkbox]:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

.checkbox:disabled+label:before,
.checkBoxList input[type=checkbox]:disabled+label:before,
.dropdown-list input[type=checkbox]:disabled+label:before,
.terms input[type=checkbox]:disabled+label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ffffff;
}

.checkbox:checked+label:after,
.checkBoxList input[type=checkbox]:checked+label:after,
.dropdown-list input[type=checkbox]:checked+label:after,
.terms input[type=checkbox]:checked+label:after {
	content: '';
	position: absolute;
    left: -24.5px;
    top: 1px;
	content: '';
	display: block;
	width: 4px;
	height: 9px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

[placeholder="Mobile #"] {
    margin-bottom: 6px !important;
}

.dropdown-option + table td> input[type="checkbox"] {
	display: none;
}


/*+++++++ Credit Card Handler +++++++*/

.cc-wrapper {
	position: relative;
	width: 100%;
	height: 305px;
}

.card-outer {
	width: 100%;
	max-width: 370px;
	height: 220px;
	background: #7446f6;
	border-radius: 17px;
	overflow: hidden;
}

.card-inner {
	padding: 0 20px;
	height: 100%;
	position: relative;
	opacity: 1;
}

.card-inner #bg {
	position: absolute;
	top: -100px;
	left: 50%;
	width: 390px;
	margin-left: -190px;
	z-index: 0;
	opacity: 0.2;
}

.card-inner #mc,
.card-inner #visa {
	float: right;
	display: block;
}

.card-outer label {
	color: white;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.card-outer input {
	position: relative;
	border: none;
	border-radius: 0;
	background: none;
	background-color: #282d7a;
	color: white;
	padding: 12px 10px;
	margin-top: 4px;
	font-family: 'OCR A Extended';
	font-size: 19px;
}

.card-outer .card-number {
	width: calc(100%);
	left: 0;
	right: 0;
}

.card-outer .card-month,
.card-outer .card-year {
	color: white;
	text-align: center;
	display: inline;
	margin-top: 4px;
	width: 46%;
}

.card-outer span {
	float: left;
	margin-top: 12px;
	width: 54%;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.card-outer .card-holder {
	width: 100%;
	margin-right: -0.5px;
}

.card-outer span:last-child {
	text-align: left;
	float: right;
	width: 45.5%;
	white-space: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.card-outer span label,
.card-outer div span label {
	padding-top: 5px;
}

.card-outer span:last-child label,
.card-outer div span:last-child label {
	width: 100%;
}

.card-outer label {
	padding-left: 4px;
}

#card-front {
	position: absolute;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.53);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.53);
	left: 0;
	right: 90px;
	margin: 0 auto;
}

#card-back {
	position: absolute;
	z-index: 0;
	left: 90px;
	top: 50px;
	right: 0;
	margin: 0 auto;
	background: #466ff6;
}

#card-back .card-inner {
	padding: 0;
}

#card-back span label {
	padding-top: 0;
}

.card-cvv {
	color: white;
	text-align: center;
}

.card-stripe {
	position: absolute;
	width: 100%;
	height: 50px;
	background: #002039;
	opacity: 0.38;
	top: 40px;
}

#card-back span {
	position: absolute;
	bottom: 50px;
	right: 13px;
	width: 63px;
	margin-top: 0;
}

#card-back input {
	margin-top: 6px;
	width: 100%;
}

.top-padding {
	padding: 30px 0;
}

#card-front .gap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 7px;
	        flex: 0 1 7px;
}

#card-front span:last-child>input {
	padding: 12px 0;
}

.card-types {
	text-align: right;
	padding-top: 27px;
	height: 30px;
}

.card-types img {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
}

.card-types img:first-child {
	height: 30px;
	width: 50px;
}

.card-types img:last-child {
	height: 20px;
	width: 60px;
	margin-left: 5px;
}

.card-types img.desaturate {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

#ctl00_MainContentPlaceHolder_PaymentDiv .form-row.form-required {
	margin-bottom: 0px;
}
 

.btn-wide,
.paypal-btn {
	width: 100%;
	padding: 9px 0;
	display: table;
	cursor: pointer;
}

.paymentdiv h1 {
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}
.payment-container .btn-wide {
	margin-top: 32px;
}

.paypal-btn {
	background: #59B0F3;
    margin-top: 0;
    /* margin-bottom: 20px; */
    -webkit-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
    border: none;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
}

.paypal-btn:hover {
	background: #87c3f3;
}

.paypal-btn img {
	width: 80px;
	height: 19.5px;
	margin-top: -2px;
	vertical-align: middle;
	margin-left: 5px;
}

.payment-container strong {
	color: white;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.clspaypal-block {
    margin-bottom: 30px;
    padding: 0 25px;
}

.clspaypal-block strong {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: -17px;
    margin-bottom: 9px;
    font-size: 16px;
}

.wrapper[max-width~="670px"] .card-outer span label {
	font-size: 10px;
}

.ticket-container[max-width~="575px"] .ticket-mov-poster,
.ticket-container[max-width~="575px"] .ticket-top-bar hr,
.ticket-container[max-width~="575px"] .ticket-bottom-section hr {
	display:none;
}

.ticket-container[max-width~="575px"] .ticket-top-bar hr + span {
    left: 30px;
}


.ticket-container[max-width~="575px"] .ticket-bottom-section h5 {
    left: 40px;
    padding: 20px 30px 35px;
}

/*+++++++ Booking Receipt/Confirmation +++++++*/

.accordion-content.confirmation {
	text-align: center;
	padding: 30px;
}

.accordion-content.confirmation span {
	text-align: left;
	width: 100%;
	display: inline-block;
}

.accordion-content.confirmation #CompleteEmail {
    text-align: center;
}

.accordion-content.confirmation #CompleteDate {
	display: inline;
}

.accordion-content.confirmation .receipt-12 {
	max-width: 345px;
}

.accordion-content.confirmation .receipt-8 {
	max-width: 195px;
	float: left;
	padding-bottom: 20px;
}

.accordion-content.confirmation .receipt-4 {
	max-width: 130px;
	float: right;
	padding-bottom: 20px;
}

.accordion-content.confirmation .receipt-4 .btn {
	width: 100%;
}

.accordion-content.confirmation .receipt-7 {
	max-width: 160px;
	float: left;
	padding-bottom: 20px;
}

.accordion-content.confirmation span h4 {
	float: left;
	font-size: 14px;
}

.accordion-content.confirmation span strong {
	color: white;
	float: left;
}

.accordion-content.confirmation span img {
	margin-top: 3px;
}

.accordion-content.confirmation span .btn {
	margin-top: 6px;
}

.accordion-content.confirmation span img {
	width: 130px;
}

.accordion-content.confirmation .receipt-email {
	margin-left: -2px;
	max-width: 344px;
	white-space: nowrap;
}

.accordion-content.confirmation .receipt-email .btn {
	margin-top: 7px;
}

.accordion-content.confirmation .receipt-email strong {
	padding-bottom: 2px;
	white-space: normal;
}

.accordion-content.confirmation .receipt-email input[type="text"] {
	width: 233px;
	margin-right: 9px;
	margin-left: 0px;
	padding: 11px 10px 10px 50px;
	float: left;
	margin-top: 4px;
}

.green {
	background: #17BB43;
	color: white;
	max-width: 345px;
	padding-left: 0px !important;
    margin-top: 14px;
	display: inline-block !important;
	margin-right: 4px;
	margin-bottom: 10px;
	width: 100%;
}

.accordion-content[max-width~='450px'] .receipt-12,
.accordion-content[max-width~='450px'] .receipt-12 *,
.accordion-content[max-width~='450px'] .receipt-8,
.accordion-content[max-width~='450px'] .receipt-8 *,
.accordion-content[max-width~='450px'] .receipt-7,
.accordion-content[max-width~='450px'] .receipt-7 *,
.accordion-content[max-width~='450px'] .receipt-4,
.accordion-content[max-width~='450px'] .receipt-4 *,
.accordion-content[max-width~='450px'] .receipt-email {
	text-align: center;
	float: unset;
	max-width: 100%;
}

.accordion-content[max-width~='450px'] #DownloadPDFLinkButton {
    width: calc(100% - 70px);
}

.accordion-content[max-width~='450px'] .receipt-email strong {
	width: 100%;
}


.accordion-content[max-width~='450px'] .receipt-email input[type="text"] {
	width: 61%;
	margin-top: 6px;
	text-align: left;
	margin-right: 0px;
}

.accordion-content[max-width~='450px'] .receipt-email .btn {
	width: 37%;
	padding: 9px 0;
	margin-top: 6px;
	float: right;
}

.accordion-content[max-width~='450px'] .green {
	max-width: 100%;
}

.accordion-content[max-width~='450px'] span img {
	width: 70%;
}


/*+++++++ Seating Map +++++++*/

.seatingmap-sec {
    padding: 30px;
    padding-right: 0;
    border-right: 30px solid #002039;
	overflow: hidden;
}

.seatingmap-sec  .seatsRemaining
{
color:white;
}

.seatingmap-sec  #seatMessage
{
background: #FF4444;
    display: block;
    padding-bottom: 10px;
    text-align: center;
    border: 1px solid black;
    padding: 10px;
    color: white;
    border-radius: 6px;
}

.filter-wrapper {
	padding: 40px 15px 8px;
	margin: 0 auto;
}

.pagetype_5 .filter-wrapper {
    padding: 0 15px 8px;
}

.filter-container {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	width: 100%;
	max-width: 1089px;
	overflow: hidden;
	margin: 0 auto;
}

.filter-container input[type="radio"]+label {
	background: #FDA61D;
	padding: 13px 0;
	border-radius: 6px;
	min-width: 14%;
	display: inline-block;
	-webkit-transition: background 1s, color 1s;
	-o-transition: background 1s, color 1s;
	transition: background 1s, color 1s;
	color: #002039;
	margin-left: 1%;
	max-height: 22px;
}

.filter-container input[type="radio"]+label:hover {
	background: #FFBC53;
	color: #002039;
}

.filter-container input[type="radio"]:checked+label {
	background: #3894F1;
	color: white;
}

.filter-container select {
	width: 100%;
	border: none;
	background: transparent;
	color: white;
	border-bottom: 3px solid #FDA61D;
	padding: 13px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 10px;
	border-radius: 0;
	background: #061623;
}

.filter-container .selectCinema select {
   width: 100%;
    border: none;
    background: transparent;
    color: white;
    border: 3px solid #FDA61D;
    padding: 13px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 10px;
    border-radius: 0;
    background: #62819acc;
    font-weight: 600;
    font-size: 15px;
}

.filter-container .dropdown-wrapper:after {
    background-image: url(../../Custom/images/caret-down.svg);
    background-repeat: no-repeat;
    content: '';
    right: 19px;
    top: 17px;
    position: absolute;
    height: 36px;
    width: 19px;
    pointer-events: none;
}

.filter-container select>option {
	outline: 0;
	border: 0;
    background: #002039;
	margin-bottom: 1px;
}

.filter-container select::-ms-expand {
	display: none;
}

.filter-container select:after {
	background-image: url('assets/images/caret-down.svg');
}

.dropdown-wrapper {
	width: 40.5%;
	margin-right: 0px;
	float: left;
	position: relative;
}

.dropdown-wrapper:after {
	background-image: url('../../Custom/images/caret-down.svg');
	background-repeat: no-repeat;
	content: '';
	right: 15px;
	top: 16px;
	position: absolute;
	height: 30px;
	width: 14px;
	pointer-events: none;
}

.wrapper[max-width~="760px"] .filter-container {
	-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrapper[max-width~="760px"] .filter-wrapper {
    padding: 20px 15px 8px;
}

.wrapper[max-width~="760px"] .dropdown-wrapper {
	width: 100%;
	margin-bottom: 15px;
}

.wrapper[max-width~="760px"] input[type="radio"]+label:first-of-type {
	margin-left: 0;
}

.wrapper[max-width~="760px"] input[type="radio"]+label {
	width: 24.25%;
}

.filter-container[max-width~="480px"] input[type="radio"]+label {
	width: calc(50% - 3px);
	margin-left: 0;
}

.filter-container[max-width~="480px"] input[type="radio"]+label:nth-of-type(1),
.filter-container[max-width~="480px"] input[type="radio"]+label:nth-of-type(3) {
	margin-right: 5px;
}

.filter-container[max-width~="480px"] input[type="radio"]+label:nth-of-type(1),
.filter-container[max-width~="480px"] input[type="radio"]+label:nth-of-type(2) {
	margin-bottom: 5px;
}

.legend {
	padding-top: 25px;
}

.col-large > .legend ul {
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 24px;
    -webkit-column-count: 3;
            column-count: 3;
    text-indent: -20px;
    padding: 0 5%;
}

.col-large > .legend li {
    margin: 0 35px;
    color: white;
}

.wrapper[max-width~="1030px"] .legend ul {
    -webkit-column-count: 3;
            column-count: 3;
}

.wrapper[max-width~="750px"] .legend ul {
    -webkit-column-count: 2;
            column-count: 2;
}

.wrapper[max-width~='650px'] .legend ul {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	-webkit-column-count: 1;
	        column-count: 1;
}

.wrapper[max-width~='485px'] .legend li {
	text-align: left;
	display: block;
}

.legend li orb {
	width: 7px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 7px;
}

.session-film {
	padding: 10px 4%;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.span-nowrap {
display:inline-block;
}

.session-film * {
	text-align: left;
}

.session-film h5 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.session-film h5 a {
	color: white;
	text-decoration: none;
}

.session-film>.session-time-container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	padding: 20px;
	margin-bottom: 20px;
	min-height: unset;
	padding-bottom: 30px;
}

.session-film .session-times-table tr>td:first-child h4 {
	text-align: center;
}

.session-film st a {
	color: #ffffff;
	text-decoration: none;
}

.slick-slide img {
	display: block;
	max-width: 1094px;
}

.wrapper[max-width~="685px"] .filter-wrapper + section {
	padding: 3px 0px 8px;
}

.wrapper[max-width~="685px"] .filter-wrapper {
    padding: 59px 0px 8px;
}

.wrapper[max-width~="685px"] .session-film>.session-time-container {
    padding: 7px 0px;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

/*+++++++ Account Page +++++++*/

.myaccount .col-account .flexwrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap
}

.myaccount .col-account .flexwrap .form-6 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 40%;
	        flex: 0 1 40%;
}


.col-account {
	background: #002039;
	display: inline-block;
	width: 100%;
	max-width: 535px;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px 0;
}

.col-account .content-container .login-container .login-method .validationSummary ul
{
	width: 100%;
}

.col-account .content-container .login-container .login-method .validationSummary li {
	white-space: normal;
	max-width: calc(100% - 50px);
    padding: 5px 0px;
}

.col-account .content-container .login-container .login-method {
	border-radius: 6px;
    padding: 22px 15% 36px;
    margin-bottom: 15px;
    background: #18364d;
}

.col-account .content-container .login-container {
    padding: 0px 6% 1px;
	margin-top: 20px;
    width: 88%;
}

.col-account .content-container .login-container h1,
.col-account .content-container .dashboard-container h1,
.col-large .form-wrapper .form-12 h1 {
	padding: 24px 0px 8px;
    text-align: center;
    font-weight: 700;
}

.col-large .form-wrapper .form-12 {
	color: white;
}


.col-account .content-container .login-container input::-webkit-input-placeholder,
col-account .content-container .dashboard-container input::-webkit-input-placeholder {
	color: white;
}

.col-account .content-container .login-container input:-moz-placeholder,
.col-account .content-container .dashboard-container input:-moz-placeholder {
	color: white;
}

.col-account .content-container .login-container input::-moz-placeholder,
.col-account .content-container .dashboard-container input::-moz-placeholder {
	color: white;
}

.col-account .content-container .login-container input:-ms-input-placeholder,
.col-account .content-container .dashboard-container input:-ms-input-placeholder {
	color: white;
}

.col-account .content-container .login-container input[type="text"],
.col-account .content-container .login-container input[type="password"]:last-of-type {
	width: 100%;
	border: none;
	background: transparent;
	border-bottom: 1px solid #314E64;
	padding: 21px 0 15px 0;
	text-indent: 0px;
	color: white;
	font-size: 15px;
	margin-top: 14px;
	border-radius: 0px;
}

.col-account .content-container .login-container input[type="password"]:last-of-type {
	letter-spacing: 1px;
}

.col-account .content-container .login-container a:not(.btn) {
	display: inline-block;
	color: #FDA61D;
	text-decoration: none;
	font-size: 13px;
	padding-top: 21px;
}

.col-account .content-container .booking-container {
	padding: 16px 4% 30px;
    width: 100%;
}

.col-account .content-container .dashboard-container {
	padding: 0px 10% 30px;
	width: 80%;
}

.account-container {
	background: #18364D;
	width: 100%;
	padding: 10px 0 30px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.account-container .clsSign-LR {
	padding: 0px 10px;
}

.account-container .clsSign-LR label {
	color: white;
}

.account-container .clsSign-LR .clsSigntxt-static,
.account-container .clsSigfield {
	color: #FDA61D;
}

.pagetype_13 .clsSigfield {
	text-align: center;
}

.pagetype_13 .clsSigfield input {
	display: inline-block;
}

.floating-input:focus~.floating-label {
	top: 11px;
	left: 0px;
	font-size: 11px;
	opacity: 1;
}

.floating-label {
	position: absolute;
	pointer-events: none;
	left: 0px;
	top: 30px;
	-webkit-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
	color: white;
}

.login-container .btn {
    width: 100%;
    margin-top: 28px;
}

.relative {
	position: relative;
}

.relative:after {
	display: block;
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 0;
	background: #FDA61D;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transform-origin: 50% 0%;
	    -ms-transform-origin: 50% 0%;
	        transform-origin: 50% 0%;
}

.relative:focus-within:after {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}

.terms label a {
	display: inline;
}

.terms a {
	color: #FDA61D;
	font-size: 12px;
	font-family: 'Open Sans';
	font-weight: 400;
}


/*+++++++ Sign Up Section +++++++*/

.col-account>.tab-control .content-container:nth-child(3) {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
}

.form-6 {
	-webkit-flex: 0 1 50%;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
	padding: 15px 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	  width: 40%;
}

.form-6:first-child:after {
	content: "";
	position: absolute;
	display: block;
	margin: 0 auto;
	height: 95%;
	padding-top: 0px;
	border-right: 1px solid #314E64;
	margin-right: -40px;
	margin-top: -40px;
	top: 58px;
	right: 39px;
}

.form-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
}

.form-6 .inp-6,
.form-6 .inp-12,
.VoucherForm .inp-12,
.form-12 .inp-12 {
	border: none;
	background: #15354D;
	border-radius: 6px;
	color: white;
	padding: 10px 50px;
	margin-bottom: 10px;
    font-size: 13px;
}

.form-6 .inp-6 {
	/*width: calc(50% - 75px);*/
	width: 98%;
	padding: 10px 50px 10px 20px;
}

#form-6-left #ctl00_MainContentPlaceHolder_Surname {
	float: right;
}

.form-6 span:nth-of-type(2)>span:nth-of-type(2) .inp-6:last-child {
	margin-left: 6px;
}

.form-6 .inp-12,
.form-12 .inp-12,
.VoucherForm .inp-12,
.inp-12 {
	/*width: calc(100% - 100px);*/
	width: 100%;
}

.form-6 .req:after,
.form-12 .req:after {
	top: 3px;
}

#ctl00_MainContentPlaceHolder_Firstname {
	margin-right: 1%;
}

.form-6 span input[type="password"] {
	letter-spacing: 2px;
}

.form-6 input::-webkit-input-placeholder {
	color: white;
	letter-spacing: 0px;
}

.form-6 input:-moz-placeholder {
	color: white;
	letter-spacing: 0px;
}

.form-6 input::-moz-placeholder {
	color: white;
	letter-spacing: 0px;
}

.form-6 input:-ms-input-placeholder {
	color: white;
	letter-spacing: 0px;
}

.form-6 input[type="radio"] {
	opacity: 0;
}

.form-6 input[type="radio"]:before {
	width: 15px;
	height: 15px;
	background: #15354D;
}

.gender-form,
.title-form {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.gender-form p,
.title-form p {
	display: inline-black;
}

#ctl00_MainContentPlaceHolder_SignUpDiv {
    font-size: 14px;
}

#ctl00_MainContentPlaceHolder_MemberTypePriceRadioButtonList {
	width: 100%;
}

#ctl00_MainContentPlaceHolder_MemberTypePriceRadioButtonList td {
	width: 100%;
	display: block;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 37px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans';
    /* margin-left: 9px; */
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
	content: '';
    position: absolute;
    left: 9px;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #18364D;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #FDA61D;
	position: absolute;
	top: 4px;
	left: 13px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	    transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    transform: scale(1);
}

.form-6 span,
.form-12 span {
	white-space: nowrap;
}

.googleCaptcha {
	padding-top: 20px;
}

#form-6-right select,
#ctl00_MainContentPlaceHolder_DeliveryStateDropDownList {
	border: none;
	border-radius: 6px;
	padding: 10px 20px;
	background-color: #15354D;
	color: white;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
    font-size: 13px;
}

.form-6 option,
.form-12 option {
	background: #15354D;
}

.req.select:after {
	margin-top: 6px;
    margin-left: -70px;
}

#form-6-right .select-4,
#ctl00_MainContentPlaceHolder_DeliveryStateDropDownList,
.form-12 select,
.sel-12 {
	border: none;
	border-radius: 6px;
    padding: 10px 20px;
	background-color: #15354D;
	color: white;
	display: inline-block;
	width: calc(33% - 4px);
    font-size: 13px;
}

#form-6-right .select-4:not(:first-child) {
	margin-left: 3.5px;
}

label h4 {
	display: inline;
}

.form-6 p.label {
	color: white;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 4px;
	margin-left: 4px;
}

.form-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 80px);
	    -ms-flex: 0 0 calc(100% - 80px);
	        flex: 0 0 calc(100% - 80px);
	padding: 10px 40px;
    max-width: calc(100% - 80px);
}

.form-12 select {
	width: 100%;
	margin-top: 10px;
}

.form-12 .req.select:after {
	top: -5px;
}

.form-12:after {
	content: '';
	display: block;
	height: 1px;
	background: #314E64;
	margin: 0 auto;
	width: 100%;
}


.form-12.resetForm:after {
	content: '';
	display: none;

} 
.form-12 p {
	color: white;
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 2px;
}

.form-12:nth-child(3) {
	position: relative;
	margin-top: 20px;
	padding-top: 23px;
}

.form-12:nth-child(3):after {
	bottom: unset;
	top: 0px;
	position: absolute;
	width: calc(100% - 80px);
}

.form-12:nth-child(3) strong {
	display: block;
	color: white;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}

.wrapper[max-width~='730px'] .form-wrapper {
	-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrapper[max-width~='730px'] .form-6 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}


/*+++++++ Checkbox Dropdown +++++++*/

.dropdown * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.dropdown {
	position: relative;
	font-size: 14px;
    padding-bottom: 10px;
}

.dropdown td {
    margin: 5px 0;
}

.dropdown .dropdown-list {
	padding: 12px;
	background: #fff;
	position: absolute;
	top: 38px;
	left: 0px;
	right: 0px;
	-webkit-transform-origin: 50% 0;
	    -ms-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	-webkit-transform: scale(1, 0);
	    -ms-transform: scale(1, 0);
	        transform: scale(1, 0);
	-webkit-transition: -webkit-transform 0s;
	transition: -webkit-transform 0s;
	-o-transition: transform 0s;
	transition: transform 0s;
	transition: transform 0s, -webkit-transform 0s;
	max-height: 210px;
	overflow-y: auto;
	border-radius: 0 0 6px 6px;
	z-index: 6;

}

.dropdown .dropdown-option {
	display: block;
	margin: 4px 45px;
	opacity: 0;
}

.dropdown-list a {
	text-decoration: none;
	color: #15354D;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 3px;
	margin: -3px 12px 0px !important;
}

.dropdown .dropdown-label {
	display: block;
	background: #15354D;
	border: 0;
	border-radius: 6px;
	color: white;
	padding: 12px 20px;
	line-height: 1;
    font-size: 13px;
	cursor: pointer;
}

.dropdown.on .dropdown-label {
	border-radius: 6px 6px 0 0;
}

.dropdown .dropdown-label:before {
    content: '\02C5';
    /* float: right; */
    color: #ffffff;
    font-family: Consolas;
    font-weight: 400;
    font-size: 26px;
    margin-top: 2px;
    margin-right: 12px;
    /* background: #002039; */
    z-index: 1;
    height: 17px;
    /* padding: 0 10px; */
    position: absolute;
    right: 0;
}

.req.select:before {
    content: '\02C5';
    color: #ffffff;
    font-family: Consolas;
    font-weight: 400;
    font-size: 26px;
    margin-top: 11px;
    margin-right: 12px;
    z-index: 1;
    height: 17px;
    position: absolute;
    right: 0;
}

.req.select.fb:before {
    margin-top: 19px;
    cursor: pointer;
}

.req.select.fb {
    padding-bottom: 20px;
}

.select-4,
.tbl-cart select {
    background-image: url("../../Custom/images/caret-down.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 13px;
    background-size: 14px 30px;
}


#ctl00_MainContentPlaceHolder_MemberTypeDiv > .req.select:before {
    top: -0.5px;
}

#ctl00_MainContentPlaceHolder_MemberTypeDiv .req.select {
	margin: 11px 0 15px;
}

#ctl00_MainContentPlaceHolder_MemberTypeDiv .req.select select {
	margin: 0;
}

.dropdown.on .dropdown-list {
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.dropdown.on .dropdown-list .dropdown-option {
	opacity: 1;
}

.dropdown .checkbox+label {
	color: #15354D;
}


/*+++++++ Movie Section +++++++*/

.movie-wrapper {
	padding: 40px 40px 0;
}

.movie-wrapper:after {
	clear: both;
	display: block;
	content: '';
}

.movie-details-wrapper {
	margin: 0 auto;
    display: inline-block;
}

.movie-details-wrapper * {
	text-align: left;
}

.movie-details-wrapper h5 {
	padding-bottom: 11px;
}

.movie-details-wrapper tr td:first-child {
	color: #FDA61D;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 0;
	vertical-align: top;
    width: 142px;
}

.pagetype_5 .col-large {
    max-width: 911px;
    margin-bottom: 20px;
}

.movie-details-wrapper tr td:nth-child(2) {
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
    max-width: 650px;
}

.movie-details-wrapper table a {
	color: #FDA61D;
	text-decoration: none;
}

.movie-wrapper+.filter-wrapper {
	padding: 40px;
}

.movie-wrapper+.filter-wrapper+section .session-film {
	padding: 24px 24px 10px !important;
}

.movie-wrapper+.filter-wrapper+section .legend {
	padding: 12px 10px 0 !important;
}

.movie-sub {
	width: 100%;
	max-width: 399px;
	padding-bottom: 14px;
}

.movie-sub runtime {
	font-size: 12px;
}

.movie-wrapper+.filter-wrapper .dropdown-wrapper {
	width: 100%;
}

.pagetype_5 .session-film h5,
.pagetype_5 .session-film hr {
	display: block;
}

/*+++++++ Gold Lounge Page +++++++*/

.min-reset {
	min-height: 0 !important;
}

.copy-area {
	color: white;
	font-size: 15px;
	padding: 56px;
}

.img-wrapper {
	width: 100%;
	max-width: 1094px;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	margin: 0 auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 30px;
}

.img-tile {
	width: 334px;
}

.img-container-4 {
	background: #002039;
	height: 246px;
	width: 100%;
	border-radius: 6px;
}

.img-wrapper h2,
.img-wrapper p {
	color: white;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	max-width: 284px;
	padding-left: 6px;
}

.img-wrapper h2 {
	font-size: 19px;
	padding: 16px 6px 10px;
}


/* Blocker and Popup modal */

#blocker {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

#blocker div {
    position: absolute;
    top: 45%;
    width: 400px;
    height: 50px;
    color: #FDA61D;
	font-weight: 500;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#blocker div br {
    display: block;
    margin: 13px 0;
    line-height: 22px;
    content: ' ';
}

.popupmodel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content */

.popupmodel-content {
    background-color: #18364d;
    display: block;
    z-index: 999999999999;
    overflow: hidden;
    border: none;
    border-radius: 6px;
	max-width: 400px;
    padding: 10px;
    color: #FDA61D;
    position: fixed;
    top: 13vw;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    left: 0;
    right: 0;
}

.popupmodel-content .clsLbtns .btn,
.popupmodel-content .clsLbtns input {
	display: inline-block;
}


/* The Close Button */

.close {
	color: #fda61d;
    float: right;
    font-size: 20px;
    padding: 0;
    font-weight: 100;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	/* Modal Content */
	.popupmodel-content {
		width: 80%;
	}
}

.popupmodel-content .login.popup
{
	padding:30px;
	background-color:#002039;
	border-radius: 6px;
}


#LoginPopup .popupmodel-content {
	padding: 35px;
    max-width: 445px;
}

.login.popup .close {
	cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    background: #fda61d;
    color: #002039;
    border-radius: 6px;
    width: 26px;
    height: 26px;
	display: none;
}

.login.popup .close:after {
	display: block;
    content: '';
    width: 2px;
    background: #002039;
    height: 13px;
    transform: rotate(45deg);
    margin-left: 12px;
    margin-top: -13px;
}

.login.popup .close:before {
    display: block;
    content: '';
    width: 2px;
    background: #002039;
    height: 13px;
    transform: rotate(-45deg);
    margin-left: 12px;
    margin-top: 7px;
}

.popupmodel-content .login.popup .clsLbtns .btn
{
	width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}

.popupmodel-content .login.popup .clsLbtns .guestbtn {
    border-radius: 6px;
    color: #002039;
    font-size: 14px;
    background: #59B0F3;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-align: center;
    padding: 9px 0px;
    display: inline-table;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.popupmodel-content .login.popup .title-cmn-sec-1 > .title-sec-1 > h1.innerpages-title {
	margin-bottom: 0;
    font-weight: 800;
    font-size: 16px;
    margin-left: -15px;
	text-align: center;
}

.popupmodel-content .login-form.clr > input {
	border: none;
    border-radius: 6px;
    padding: 10px 20px;
    display: block;
    width: 100%;
	margin: 0 auto;
    margin-bottom: 8px;
}

.popupmodel-content .login-form.clr .clsforgot-link {
    color: #FDA61D;
    font-size: 12px;
    float: left;
    margin-bottom: 18px;
	text-decoration: underline;
}

.popupmodel-content .login-form.clr .clsforgot-link + span > a.clsforgot-link {
	float: right;
}

@media screen and (max-width: 500px) {
	.login.popup [id$="ForgotPasswordHyperLink"] {
		width: 100%;
	    text-align: center;
	    float: unset;
	    display: block;
		margin-bottom: 7px;
	}

	.login.popup [id$="ForgotPasswordHyperLink"] + span {
		width: 100%;
	    text-align: center;
	    float: unset;
	    display: block;
	    margin-bottom: 18px;
	}

	.popupmodel-content .login-form.clr .clsforgot-link + span > a.clsforgot-link {
		float: unset;
	}
}

/*+++++++ Gift Shop Page +++++++*/

.pagetype_31 .container-fluid.add,
.pagetype_32 .container-fluid.add,
.pagetype_33 .container-fluid.add {
	width: 100%;
}

.pagetype_31 .main-holder.mainContent.clearfix,
.pagetype_32 .main-holder.mainContent.clearfix,
.pagetype_33 .main-holder.mainContent.clearfix {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	background-color: #002039;
	border-radius: 6px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.pagetype_31 .main-holder.mainContent.clearfix>.content.noSidebar,
.pagetype_32 .main-holder.mainContent.clearfix>.content.noSidebar,
.pagetype_33 .main-holder.mainContent.clearfix>.content.noSidebar {
    padding: 8% 2%;
	position: relative;
}

.pagetype_31 .innerpages-title,
.pagetype_32 .innerpages-title,
.pagetype_33 .innerpages-title {
	text-align: left;
	line-height: 34px;
	margin-bottom: 8px;
	color: white;
	font-size: 36px;
	font-weight: 800;
	color: white;
	text-transform: uppercase;
	max-width: 64%;
	padding-left: 3.5%;
}

.pagetype_31 .online-cmn-sec-1,
.pagetype_32 .online-cmn-sec-1,
.pagetype_33 .online-cmn-sec-1 {
	float: right;
	position: absolute;
	top: 37px;
	right: 9px;
	color: #FDA61D;
	padding: 20px 36px 20px 29px;
	/* background: #314e64; */
	border-radius: 6px;
}

.pagetype_31 .online-cmn-sec-1 ul,
.pagetype_32 .online-cmn-sec-1 ul,
.pagetype_33 .online-cmn-sec-1 ul {
	list-style: none;
	text-align: right;
}

.pagetype_31 .online-cmn-sec-2,
.pagetype_32 .online-cmn-sec-2,
.pagetype_33 .online-cmn-sec-2 {
	padding: 0;
}

.pagetype_31 .online-s2-all>h1,
.pagetype_32 .online-s2-all>h1,
.pagetype_33 .online-s2-all>h1 {
	color: #FDA61D;
	font-size: 22px;
	margin-top: -8px;
	padding-left: 3.5%;
}

.pagetype_31 .online-s1-all ul li:first-child,
.pagetype_32 .online-s1-all ul li:first-child,
.pagetype_33 .online-s1-all ul li:first-child {
	float: right;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 6px;
}

.pagetype_31 .online-s1-all ul li:nth-child(2),
.pagetype_32 .online-s1-all ul li:nth-child(2),
.pagetype_33 .online-s1-all ul li:nth-child(2) {
	width: 27px;
	float: left;
	margin-right: 8px;
}

.pagetype_31 .online-s1-all ul li:nth-child(2) a>img,
.pagetype_32 .online-s1-all ul li:nth-child(2) a>img,
.pagetype_33 .online-s1-all ul li:nth-child(2) a>img {
	margin-top: 3px;
	width: 25px;
	margin-right: 1px;
}

.pagetype_31 .online-s1-all ul li p,
.pagetype_32 .online-s1-all ul li p {
	color: #FDA61D;
}

.pagetype_31 .online-s1-all ul li p strong,
.pagetype_32 .online-s1-all ul li p strong,
.pagetype_33 .online-s1-all ul li p strong {
	color: white;
}

#ctl00_MainContentPlaceHolder_ShopCartHeader1_cartimage {
	display: none;
}

.cart-checkbtn input {
	border: none;
	border-radius: 6px;
	padding: 10px 20px;
	background-color: #FDA61D;
	float: right;
	cursor: pointer;
}

.cart-checkbtn input:disabled {
	background-color: #818181;
    color: #002039;
	cursor: not-allowed;
	font-size: 13px;
}


.pagetype_31 .mobile-back,
.pagetype_32 .mobile-back,
.pagetype_33 .mobile-back {
	color: white;
	text-decoration: none;
	background: #FF4444;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 13px;
	float: left;
	float: right;
	margin-right: 5px;
}

.cart-checkbtn {
	margin-top: 12px;
}

.cart-title br {
	display: none;
}

.pagetype_31 .online-s2-all ul:after,
.pagetype_32 .online-s2-all ul:after,
.pagetype_33 .online-s2-all ul:after {
	display: block;
	clear: both;
	content: '';
}

.pagetype_31 .online-s2-all ul:after,
.pagetype_32 .online-s2-all ul:after,
.pagetype_33 .online-s2-all ul:after {
	display: block;
	clear: both;
	content: '';
}

.pagetype_31 ul,
.pagetype_32 ul,
.pagetype_33 ul {
	list-style: none;
}

.pagetype_31 .online-s2-all ul {
	width: 100%;
	margin-top: 75px;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.pagetype_32 .online-s2-all ul,
.pagetype_33 .online-s2-all ul {
	width: 100%;
	margin-top: 75px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.pagetype_31 .clscom-movies,
.pagetype_32 .clscom-movies,
.pagetype_33 .clscom-movies {
    text-align: left;
    padding: 26px 0 10px;
    background: #18364d;
    border-radius: 6px;
    width: 294px;
    display: block;
    margin: 25px 8px -8px;
    float: left;
}

.pagetype_31 .clscom-movies a,
.pagetype_32 .clscom-movies a,
.pagetype_33 .clscom-movies a {
	text-decoration: none;
	cursor: pointer;
}

.pagetype_31 .clscom-movies a img,
.pagetype_32 .clscom-movies a img,
.pagetype_33 .clscom-movies a img {
	padding: 0 49px;
}

.pagetype_31 .clscom-movies a .textoverlay,
.pagetype_32 .clscom-movies a .textoverlay,
.pagetype_33 .clscom-movies a .textoverlay {
	color: white;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 10px;
}

.online-sec-2.clsshop-list>p input,
.online-sec-2.shoplist>p input {
	border: none;
	background: #FDA61D;
	padding: 10px 20px;
	border-radius: 6px;
	width: 100%;
	cursor: pointer;
}

.pagetype_32 .online-s2-all ul .row,
.pagetype_33 .online-s2-all ul .row {
	width: 270px;
	background: #18364d;
	padding: 33px 13px 10px;
	border-radius: 6px;
	margin-bottom: 14px;
	margin-left: 0.8%;
	margin-right: 0.8%;
	position: relative;
	height: 350px;
}

.pagetype_32 .ProductInfo,
.pagetype_33 .ProductInfo {
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 87%;
}

.pagetype_32 .ProductInfo h3,
.pagetype_33 .ProductInfo h3 {
	color: #FDA61D;
	font-weight: 600;
}

.pagetype_32 .ProductInfo h3 a,
.pagetype_33 .ProductInfo h3 a {
	color: #FDA61D;
	font-weight: 800;
	text-decoration: none;
	font-size: 20px;
}

.pagetype_32 .ProductInfo p,
.pagetype_33 .ProductInfo p {
	padding: 10px 10px 20px;
	color: white;
}

.pagetype_32 .ProductInfo .buybuttonstyle a,
.pagetype_33 .ProductInfo .buybuttonstyle a {
	background: #FDA61D;
	border-radius: 6px;
	padding: 10px;
	width: calc(100% - 20px);
    display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	cursor: pointer;
	color: #002039;
	text-decoration: none;
	font-size: 13px;
}

.pagetype_32 .ProductInfo .buybuttonstyle,
.pagetype_33 .ProductInfo .buybuttonstyle {
	float: left;
    width: 100%;
}

.pagetype_33 .online-s2-all ul {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    display: block;
}

.pagetype_33 .online-s2-all ul li {
	float: left;
}

.pagetype_33 .online-s2-all ul li.clsproduct-quantity .clsquantity span,
.pagetype_33 .online-s2-all ul li.clsproduct-quantity .clsquantity .clsqLR {
	float: left;
}

/*.pagetype_33 .online-s2-all ul li.clsproduct-quantity .clsquantity br,
.pagetype_33 .online-s2-all ul li.clsproduct-quantity .clsquantity br:after {
    content: ' ';
	display: inline-block;
}*/

.pagetype_33 .shoplist {
	padding-top: 38px;
}

.pagetype_33 .clssubtotal input {
	border: 0;
    background: #FDA61D;
    border-radius: 6px;
    padding: 10px 20px;
	cursor: pointer;
}

.pagetype_33 .clsquantity input {
	border: 0;
    border-radius: 6px;
    background: #002039;
    padding: 10px 20px;
    margin: 0 5px;
}




/**** Contact Us & Form builder forms  ****/
.formBuilder {
    padding: 40px;
}

.formBuilder .form-12 h1 {
    color: white;
    font-weight: 600;
    font-size: 16px;
    float: left;
    width:100%
}

.formBuilder .form-12 .text-holder, .formBuilder .text-holder {
    float: left;
    color: white;
    font-size: 13px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 2px;
    width: 100%;
    text-align: left;
}


.formBuilder .form-6 span h1 {
    float:left;
}

.formBuilder .form-6 h1 + tt {
    float: left;
}

.formBuilder .form-12:after {
    display: inline-block;
}

.formBuilder #form-6-left select,
.tbl-cart select {
    border: none;
    border-radius: 6px;
    padding: 10px 10px 10px 45px;
    background: #15354D;
    color: white;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.formBuilder .form-12 h1 {
    color: white;
    font-size: 20px;
}
.formBuilder .form-12 h6 {
    color: white;
    font-size: 16px;
    text-align:left;
        padding: 20px 0 8px 0px;
}
    .formBuilder .radioDiv {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
padding: 1% 0 2% 0;
    }

.session-mov-details-table + .button-container .btn.youtubebtn:first-child {
	color: white;
    background: transparent;
    border: 2px solid #FDA61D;
    padding: 7px 33px;
    margin-right: 3px;
}

.filter-container {
	width: 92%;
}

.pagetype_1 .generalPage {
    margin: 40px 0 30px;
}

@media screen and (max-width: 725px) {
	.pagetype_31 .innerpages-title,
	.pagetype_32 .innerpages-title,
	.pagetype_33 .innerpages-title {
		max-width: 100%;
    	width: 100%;
    	text-align: center;
	}

	.pagetype_31 .online-s1-all ul li:first-child, .pagetype_32 .online-s1-all ul li:first-child, .pagetype_33 .online-s1-all ul li:first-child {
   		float: none;
	}

	.cart-wrapper > h5 {
		text-align: center;
	}

	.cart-checkbtn {
	    margin-top: 12px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	        display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}

	.online-cmn-sec-1 {
	    margin: 0 auto;
    	float: none;
    	left: 0;
    	right: 0;
    	max-width: 240px;
    	padding: 0;
    	width: 100%;
    	top: 155px;
	}

	.online-cmn-sec-1 ul {
		text-align: center !important;
	}

	.cart-checkbtn * {
	    text-align: center;
    	width: 100%;
    	float: none !important;
    	margin-bottom: 8px;
    	padding: 10px 0 !important;
	}

	.pagetype_31 .innerpages-title,
	.online-s2-all > h1 {
		text-align: center;
    	padding: 0;
		max-width: unset;
	}

	.online-cmn-sec-1 {
		margin-top: 105px;
		padding: 20px 29px !important;
	}

	.pagetype_33 .online-cmn-sec-1 {
		margin-top: 9%;
		float: right;
	    display: inline-block;
	    margin-top: 100px;
	}

    .online-s2-all ul {
          margin-top: 20px  !important;
	}

	.online-bnr.bnr {		
	    display: inline-block;
	    float: none;
	    width: 100%;
	    margin: 0 auto;
	}

	.online-bnr.bnr + .online-cmn-sec-1 {
		position: inherit;
	    display: inline-block;
	    float: none;
	    width: 100%;
	    margin-top: 0;
	    top: 0;
	    left: 0;
	    margin-left: 0;
	    padding: 0 !important;
	    margin: 20px auto 34px;
	}
	
	#ctl00_MainContentPlaceHolder_ShopCartHeader1_shoppingBasketLink img {
		display: none;
	}
}


/*+++++++ Search Field +++++++*/

.ui-menu-item .pull-left {
    max-width: 100px;
    float: left;
}
.ui-menu-item .pull-left img
{
    max-width: 100px;
}
.ui-menu-item .pull-right {
    float: left;
    padding: 20px;
}
.ui-menu-item .pull-right p {
    font-size: 17px;
    font-weight: 600;
}

.ui-menu-item .pull-right .search-button
{
    border: 1px solid black;
    padding:2px;

}

.ui-widget-content {
    border: 1px solid #c5c5c5;
    margin-top: 13px !important;
}


.ui-widget.ui-widget-content {
    z-index: 1000000000000000000000000000;
    border: none !important;
	background: transparent;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 1em 3px .4em;
    display: block;
    width: 100%;
}

#loadingImage, #noResults {
	display: block;
    background: black;
    border-radius: 6px;
    text-transform: capitalize;
    width: 230px;
    margin-right: 143px;
    margin-top: 50px;
    text-align: left;
    padding: 20px;
    z-index: 1000000000000000000000000000000;
    position: absolute;
    right: 0;
    color: #fda61d;
    font-weight: 600;
    font-size: 14px;
}

.voucherInput {
    font-family: 'Open Sans', sans-serif;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    height: 44px;
    text-align: left;
    margin: 0;
    background: #304A5E;
    width: 100%;
}

#vouchers {
    background: #ff4444;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 5px;
	line-height: 38px;
}

/*+++++++ Gold Lounge / CineMax Section +++++++*/

.gl-wrapper {
	padding: 20px 3%;
}

.gl-container {
	background: #18364D;
	border-radius: 6px;
	padding: 4%;
}

.gl-container:first-child {
	margin-bottom: 30px;
}

.gl-container h1 {
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 15px
}

.gl-container p {
	color: white;
	text-align: left;
	font-size: 16px;
}

.gl-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.gl-gallery > div {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 32%;
	        flex: 0 1 32%;
	color: white;
}

.gl-gallery img {
	width: 100%;
	background: #18364D;
	display: block;
	border-radius: 6px;
	margin-top: 20px;
}

.gl-gallery h2 {
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	width: 90%;
	display: inline-block;
	margin-top: 18px;
}

.gl-gallery hr {
	display: none;
}

.gl-gallery h4 {
	color: white;
	text-align: left;
	font-size: 15px;
	margin-top: 14px;
	width: 90%;
	display: inline-block;
	margin-bottom: 60px;
}
.gl-gallery h4 a {
color: #FDA61D;
}

.wrapper[max-width~="650px"] .gl-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.wrapper[max-width~="650px"] .gl-container {
	margin-bottom: 0;
}

.wrapper[max-width~="650px"] .gl-container {
	margin-bottom: 0;
}

.wrapper[max-width~="650px"] .gl-gallery h2 {
    text-align: center;
    margin-bottom: 13px
}

.wrapper[max-width~="650px"] .gl-gallery hr {
    display: block;
    margin: 0 auto;
	float: unset;
}

.wrapper[max-width~="650px"] .gl-gallery h4 {
    margin-bottom: 30px;
    text-align: center;
}

.wrapper[max-width~="650px"] .gl-gallery > div:not(:last-child) {
    border-bottom: 1px solid #18364d;
}

.gl-btns {
	text-align: right;
    padding-bottom: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
        display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.gl-btns hr {
    height: 1px;
    display: inline-block;
    float: left;
    background: #18364D;
    margin-top: 19px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    margin-right: 15px;
}

.gl-btns a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 232px;
            flex: 0 0 232px;
    text-align: center;
}

.gl-btns .btn {
    padding: 10px 35px;
    margin-right: 0;
    margin-top: 0;
}

.gl-btns .btn-border {
	color: #FDA61D;
	border-radius: 6px;
	border: 2px solid #FDA61D;
	padding: 8px 20px;
	font-size: 14px;
	margin-right: 6px;
}

.gl-btns:after {
	content: '';
	clear: both;
	display: block;
}

.wrapper[max-width~="673px"] .gl-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.wrapper[max-width~="673px"] .gl-btns hr {
    display: none;
}

.wrapper[max-width~="673px"] .gl-btns a {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 0px;
	        flex: 0 0 0;
	width: calc(100% - 20px);
}

.wrapper[max-width~="673px"] .gl-btns .btn {
	padding: 10px;
}

.wrapper[max-width~="673px"] .gl-btns .btn-border {
	padding: 8px;
	margin-bottom: 10px;
}

.gl-container:nth-of-type(2n) h1{
	text-align: center;
}

.gl-container hr  {
    float: unset;
}

.gl-container:nth-of-type(2n) hr  {
	margin: 0 auto;
}

.gl-container .session-times-table {
	margin-top: 20px;
	border-spacing: 7px 0;
}

.gl-container .session-times-table tr td {
	text-align: center;
	vertical-align: middle;
}

.gl-container .session-times-table tr td:first-child {
	text-align: right;
	padding-right: 20px;
}

.gl-container .session-times-table tr td {
	border-top: 0;
}

.gl-container .session-times-table tr:nth-child(2) td:not(:first-child) {
	border-top: 2px solid #FDA61D;
}


.gl-container .session-times-table tr:first-child td {
	font-weight: 700;
}

.gl-container .session-times-table tr:nth-of-type(2n + 3) {
	background: #FDA61D;
}

.gl-container .session-times-table tr:nth-of-type(2n + 3) td {
	color: #18364D;
}

.gl-container .session-times-table tr:nth-of-type(2n) {
	background: #002039;
}

.wrapper[max-width~="500px"] .gl-container:nth-of-type(2n) {
	padding: 15px 6px;
}

.wrapper[max-width~="500px"] .gl-container:nth-of-type(2n) h1 {
	padding: 0px 22px;
}


/*+++++++ Dialog / Location Select +++++++*/

#dialog .dialog-img {
    width: 100%;
    height: 117px;
    padding: 38px 0;
    text-align: center;
}

#dialog .dialog-img img {
    display: inline-block;
    height: 100%;
}

#dialog .dialog-close {
    display: block;
    position: absolute;
    color: #fda61e;
    right: 25px;
    top: 25px;
    font-size: 25px;
    background: #002139;
    padding: 0 10px 2px 10px;
    border-radius: 6px;
    cursor: pointer;
}

#dialog #menu {
    padding: 0px;
    margin: 0px;
    max-width: 640px;
    margin: auto;
    z-index: 99999999999999999999999999999;
    position: relative;
    background-image: none;
    background-color: #18364d;
    top: 8vw;
    margin-top: 75px;
    border-radius: 6px;
    width: 100%;
	padding-bottom: 45px;
}

#dialog a:hover {
	text-decoration: none;
	background-color: #ffb849;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#dialog #menu .cinemaLink > span {
    display: block;
    color: white;
    font-weight: 600;
    padding: 25px;
	text-decoration: none;
}

#dialog #menu .cinemaLink {
    width: 70%;
    margin: 0 auto;
    background: #002039;
    border-radius: 6px;
    padding-bottom: 25px;
    display: block;
	text-align: center;
}

#dialog #menu a, #dialog #menu a:link, #dialog #menu a:visited
{
	color: #000d17;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 22px;
    width: 93px;
    height: 22px;
    padding: 6px;
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 11px;
    background-color: #FDA61D;
    border-radius: 6px;
    font-weight: 400;
}

#dialog #menu a:hover
{
    text-decoration: none;
    background-color: #ffb849;
}

#dialog {
    height: 30000px;
    position: fixed;
    width: 100%;
    margin-top: -130px;
    background: rgba(0,0,0,0.6);
    z-index: 1000000000000000000000000000;
}

/*+++++++ Search Result +++++++*/
.ui-widget-content {
	display: none;
	border: none;
    margin-top: 13px !important;
    z-index: 1000000000000000000000000000;
    list-style: none;
    width: 270px;
	border-radius: 6px;
    overflow: hidden;
	position: fixed  !important;
    top: 75px !important;
}

#noResults,
#loadingImage {
	display: none;
}

.ui-menu-item .rating:after {
	top: 3px;
}

.ui-widget-content > li:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.ui-widget-content > li {
	background-color: #000000;
    padding: 19px;
	border-bottom: 1px solid #18364D;
}

.ui-widget-content > li:hover {
	background: #172136;
}


.ui-widget-content > li:first-child {
	border-radius: 6px 6px 0 0;
	margin-top: 8px;
}

.ui-menu-item .pull-left {
    max-width: 57px;
    border: 4px solid #FDA61D;
    float: left;
    display: inline-block;
    max-height: 86px;
    margin-top: -4px;
}

.ui-menu-item .pull-right {
    float: left;
    padding: 0 0 0 20px;
    display: inline-block;
    max-width: 130px;
}

.ui-menu-item .pull-left img {
    max-width: 57px;
}

.ui-menu-item .pull-right .title {
    font-size: 16px;
    font-weight: 700;
    color: #FDA61D;
    text-align: left;
    line-height: 19px;
}

.ui-menu-item .pull-right .genre {
    color: white;
	font-size: 11px;
}

.ui-menu-item .pull-right .search-button {
    border: none;
    color: black;
    background-color: #FDA61D;
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
}

.ui-menu-item > a:after {
	content: '';
	display: none;
	clear: both;
}


.ui-state-active {
	background: transparent !important;
	border: none !important;
}


/*+++++++ Home Page - Events +++++++*/

.promotionListWithThumbnail,
.competitionListWithThumbnail,
.offerListWithThumbnail {
	float: left;
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
}

.promotionListImageLeft,
.competitionListImageLeft,
.offerListImageLeft {
	text-align: left;
    background: #18364d;
    border-radius: 0px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.offerListWithThumbnail .view-all-btn {
	margin-bottom: 45px;
}

.wrapper[max-width~="875px"] .promotionListImageLeft,
.wrapper[max-width~="875px"] .competitionListImageLeft,
.wrapper[max-width~="875px"] .offerListImageLeft {
    padding: 17px 5%;
	flex-direction: column;
}

.promotioninfo-pic, .competitioninfo-pic, .offerinfo-pic {
    float: left;
    left: 0;
    margin: 0;

}

.wrapper[max-width~="780px"] .promotioninfo-pic,
.wrapper[max-width~="780px"] .competitioninfo-pic,
.wrapper[max-width~="780px"] .offerinfo-pic {
    float: unset;
    height: auto;
    flex: none;
    margin-bottom: 10px;
}


.promotioninfo-description,
.competitioninfo-description,
.offerinfo-description {
	color: white;
	padding: 17px 2%;
}

.promotioninfo-description > h2 > a,
.competitioninfo-description > h2 > a,
.offerinfo-description > h2 > a {
    color: #FDA61D;
}

.promotioninfo-description > span,
.competitioninfo-description > span,
.offerinfo-description > span {
    color: white;
    font-size: 14px;
    font-style: italic;
    display: block;
    padding-bottom: 18px;
}

.promotioninfo-description > a,
.competitioninfo-description > a,
.offerinfo-description > a {
    color: black;
    background: #FDA61D;
    font-size: 14px;
    border-radius: 6px;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 6px;
}

.wrapper[max-width~="780px"] .promotioninfo-description > a,
.wrapper[max-width~="780px"] .competitioninfo-description > a,
.wrapper[max-width~="780px"] .offerinfo-description > a {
    width: 100%;
	padding: 10px 0px;
    text-align: center;
}

/*+++++++ Fixed Ticket Selection +++++++*/

#ctl00_MainContentPlaceHolder_VoucherForm {
	background: #304a5e;
    text-align: center;
    padding-bottom: 23px;
}

#ctl00_MainContentPlaceHolder_VoucherForm > h2,
#ctl00_MainContentPlaceHolder_LoginSignupDiv > h2 {
	color: #ffffff;
    text-align: center;
    background: #304a5e;
    padding: 10px 0;
    margin: 5px 0 0;
    font-size: 21px;
}

#ctl00_MainContentPlaceHolder_VoucherForm .form-row.form-required {
	background: #304a5e;
    color: white;
    text-align: center;
}

#ctl00_MainContentPlaceHolder_VoucherForm .form-row.form-required > label {
	color: #FDA61D;
    font-weight: 600;
}

#ctl00_MainContentPlaceHolder_VoucherForm .form-row.form-required > label + input {
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    margin-left: 10px;
    color: white;
    background: #002039;
    margin-bottom: 10px;
}

#ctl00_MainContentPlaceHolder_VoucherForm .btn {
	margin: 0 auto;
    margin-top: -16px;
    width: 326px;
}


#ctl00_MainContentPlaceHolder_VoucherForm + input + input + span + p {
	color: #002039;
    background: #fda61d;
    margin: 5px 0;
    text-align: center;
    padding: 10px 7%;
}

#ctl00_MainContentPlaceHolder_VoucherNumberTextBox {
	max-width: 327px;
}

#ctl00_MainContentPlaceHolder_VoucherNumberTextBox::-webkit-input-placeholder {
	color: #FFFFFF;
}

#ctl00_MainContentPlaceHolder_VoucherNumberTextBox:-moz-placeholder {
	color: #FFFFFF;
}

#ctl00_MainContentPlaceHolder_VoucherNumberTextBox::-moz-placeholder {
	color: #FFFFFF;
}

#ctl00_MainContentPlaceHolder_VoucherNumberTextBox:-ms-input-placeholder {
	color: #FFFFFF;
}

.resizedMainInteractiveImageDiv img {
	width: 100%;
}

.pagetype_11 .form-12:last-child::after {
	display:none;
}


/*+++++++ Cart Item +++++++*/

.clsproducttotal {
    float: right;
}

.clsproduct-image {
    border-width: 0px;
   	width: 15%;
    padding: 0px;
    background: #ffffff;
    border: 6px solid #FDA61D;
}

.clsproduct-image > img {
	width: 100%;
}

.clsproduct-name {
    padding: 67px 17px;
    color: #FDA61D;
    font-size: 14px;
    font-weight: 700;
	width: 26%;
    text-align: left;
}

.clsproduct-quantity {
	color: white;
    font-size: 14px;
    text-align: left;
    padding: 67px 20px;
	width: 35%;
}

.pagetype_33 .online-s2-all ul li.clsproduct-quantity .clsquantity br,
.pagetype_33 .online-s2-all ul li.clsproduct-quantity .clsquantity br:after {
    content: '      ';
	display: inline-block;
	width: 85px;
    height: 0;
}

.pagetype_33 .clsquantity input {
	width: 40px;
    padding: 10px 9px;
    color: white;
    margin: -8px 5px;
    text-align: center;
}

.clsproducttotal {
	width: 14%;
}

.clssubtotal {
	padding: 12px;
	text-align: right;
	padding: 57px 12px;
    margin-top: 1px;
    text-align: right;
}

.pagetype_33 .list-item {
	margin-bottom: 20px;
    background: #18364d;
}


/*+++++++ Shopping Basket +++++++*/
.pagetype_34 #ctl00_Content,
.pagetype_35 #ctl00_Content {
	max-width: 1094px;
    width: 100%;
    margin: 40px auto;
    background: #002039;
    border-radius: 6px;
    overflow: hidden;
}

.pagetype_35 .inp-6 {
	width: 50%;
}

.pagetype_35 #ctl00_MainContentPlaceHolder_DeliveryStateDropDownList,
.sel-12 {
	width: 100%;
}

.pagetype_34 .innerpages-title {
	font-weight: 800;
    font-size: 36px;
    padding: 30px 40px;
}

.pagetype_34 .cart-items ul {
	list-style:none;
}

.pagetype_34 .cart-items.title li {
	width: 25%;
	display: inline-block;
	text-align: left;
	border: none;
	background: transparent;
	color: white;
	font-size: 13px;
	padding: 0;
	float: left;
}

.pagetype_34 .cart-items.title li:last-child {
	text-align: right;
}

.pagetype_34 .clssubtotal {
	padding: 0;
}

.pagetype_34 .cart-items:last-child {
    padding-top: 0;
    background: #18364d;
    margin-top: 15px;
}

.pagetype_34 .cart-items:last-child li {
	width: 25%;
	display: inline-block;
	text-align: left;
	border: 0px solid #ffffff;
	background: transparent;
	color: white;
	font-size: 13px;
	padding: 0;
	float: left;
}

.pagetype_34 .clsproduct-image {
	border: none !important;
}

.pagetype_34 .cart-s1-all {
    padding: 0 2.5%;
}

.pagetype_34 .clsqL > .quan-txt {
	border: none;
    background: #002039;
    border-radius: 6px;
    color: white;
    padding: 10px 20px;
}

#ctl00_MainContentPlaceHolder_ShopCartRepeater_ctl01_ProductVariationNameHyperLink {
	color: #FDA61D;
	font-size: 15px;
}

.pagetype_34 .clscart-btns input {
	border-radius: 6px;
    border: none;
    padding: 10px 20px;
    background: #FDA61D;
	cursor: pointer;
}

.pagetype_34 .clscart-btns {
	text-align: right;
    padding-bottom: 20px;
}

.pagetype_34 .cart-items.nobottom-border ul.total {
	padding-bottom: 54px;
}

.pagetype_34 .cart-items.nobottom-border .clsproduct-quantity {
	float: left;
    font-size: 16px;
    font-weight: 700;
    padding: 0 2% 0 0;
    width: 88%;
    text-align: right;
}

.pagetype_34 .cart-items.nobottom-border .clsproduct-quantity + .clsproduct-total{
	width: 10%;
    text-align: right;
    color: #FDA61D;
    float: right;
}

.pagetype_34 .clsproduct-name {
    padding: 40px 17px;
}

.pagetype_34 .clsproduct-quantity .clsqL {
	float: left;
}

.pagetype_34 .clsproduct-quantity .clsqR {
	float: right;
    top: 0;
    padding: 9px 9px;
    background: #FDA51D;
    border-radius: 6px;
    margin-right: 16px;
}

.pagetype_34 .cart-items ul:after {
	content: '';
	clear: both;
	display: block;
}

/*+++++++ Checkout +++++++*/
.pagetype_35 .innerpages-title {
	font-weight: 800;
    font-size: 36px;
    padding: 30px 40px;
    padding-bottom: 0px;
}

.pagetype_35 a {
	text-decoration: none;
	color: #FDA61D;	
}

.pagetype_35 .clstopsummary table tr:first-child th {
	font-size: 13px;
	border-bottom: 2px solid #FDA61D;
	padding-bottom: 6px;
	padding-top: 15px;
}

.pagetype_35 .clstopsummary table tr:nth-child(n+1) td {
	padding: 5px 0;
	font-size: 13px;
}

.pagetype_35 .clstopsummary table tr:last-child td {
	padding: 5px 0;
	font-weight: 700;
	color: #FDA61D;
	border-top: 2px solid #FDA61D;
}


.pagetype_35 .cart-s1-all {
    padding: 23px;
	text-align: left;
    color: white;
}

.pagetype_35 #ctl00_MainContentPlaceHolder_ShopCartRepeater_ctl01_ProductVariationNameHyperLink {
    font-size: 13px;
}

.pagetype_35 #ctl00_Content input[type="text"] {
	border: none;
	border-radius: 6px;
	background: #18364D;
	padding: 10px 20px;
	color: white;
	margin-bottom: 10px;
}

.pagetype_35 #ctl00_Content input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white;
}

.pagetype_35 #ctl00_Content input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
}

.pagetype_35 #ctl00_Content input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	color: white;
}

.pagetype_35 #ctl00_Content input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	color: white;
}

.pagetype_35 .clssummary-postal {
	display: none;
}

.pagetype_35 .clstopsummary table {
		margin: 0 auto;
		margin-bottom: 15px;
	    border-spacing: 7px 0;
	    width: calc(100% + 7px);
		margin-left: -6px;
}

.pagetype_35 .clstopsummary table tr:nth-of-type(n + 1) {
	color: #FFFFFF;
}

.pagetype_35 .clsorder-name br {
	display: none;
}

.pagetype_35 .clsorder-name a:before {
	content: '- ';
}

#ctl00_MainContentPlaceHolder_PolicyRow a {
	color: #FDA61D;
}

.pagetype_35 .clsorder-btns strong {
	color: white;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 9px;
    font-size: 16px;
}

.pagetype_35 .clsnext-btn {
	border-radius: 6px;
    border: none;
    padding: 10px;
    width: 100%;
    background-color: #FDA61D;
    cursor: pointer;
	margin-bottom: 10px;
}

.pagetype_35 .clsbilling ul {
	list-style: none;
}

.pagetype_35 .clsbilling ul h2 {
	color: #FDA61D;
	margin-top: 20px;
}

.pagetype_35 th {
	text-align: left;
	color: #FDA61D;
}

.pagetype_35 #ctl00_Content {
    max-width: 840px;
}

.pagetype_35 .req-6 {
	width: 49.5%;
}

.pagetype_35 .req-6:nth-of-type(odd) {
	float: left;
}

.pagetype_35 .req-6:nth-of-type(even) {
	float: right;
}

.pagetype_35 .clspostal-details span:last-child {
	float: left;
    width: 49.5%;
}

.pagetype_35 .req-12 + br + span:not(.req-12),
.pagetype_35 .req-12 + br + span:not(.req-6) {
	float: left;
    width: 100%;
}

.pagetype_35 .clspostal-details span:last-child .inp-6 {
    width: 100%;
}

.pagetype_35 .clsfield-6:nth-of-type(odd) {
	float: left;
    width: 49.5%;
}

.pagetype_35 .clsfield-6:nth-of-type(even) {
	float: right;
    width: 49.5%;
}

.pagetype_35 .clsfield-6 .inp-6 {
    width: 100%;
}


.wrapper[max-width~="500px"] .clspostal-details span:last-child,
.wrapper[max-width~="500px"] .clsfield-6 {
	width: 100%;
}

/*+++++++ Cart Payment +++++++*/
.pagetype_68 #ctl00_Content,
.pagetype_36 #ctl00_Content,
.pagetype_37 #ctl00_Content {
	width: 100%;
    max-width: 770px;
    background: #002039;
    border-radius: 6px;
    margin: 40px auto;
}

.pagetype_68 #ctl00_Content .cart-cmn-sec-1,
.pagetype_36 #ctl00_Content .cart-cmn-sec-1,
.pagetype_37 #ctl00_Content .cart-cmn-sec-1 {
	padding: 0px 40px 40px;
}

.pagetype_68 #ctl00_Content .innerpages-title,
.pagetype_36 #ctl00_Content .innerpages-title,
.pagetype_37 #ctl00_Content .innerpages-title {
	padding: 40px 40px 0;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
}

.pagetype_36 #ctl00_Content th {
	text-align: left;
	color: #FDA61D;
	font-size: 13px;
	border-bottom: 3px solid;
	padding-bottom: 10px;
}

.pagetype_36 .o-summary-tbl {
	border-spacing: 7px 0;
    margin-left: -7px;
    width: calc(100% + 14px);
}

.pagetype_36 .o-summary-tbl tr td {
	padding: 10px 0;
	color: #FFFFFF !important;
	font-size: 13px;
}

.pagetype_36 .o-summary-tbl tr:last-child td {
	color: #FDA61D !important;
	border-top: 3px solid #FDA61D;
}

.pagetype_36 .o-summary-tbl small {
    line-height: 0;
    float: left;
}

.pagetype_68 #ctl00_Content,
.pagetype_36 #ctl00_Content,
.pagetype_37 #ctl00_Content {
	color: #FFFFFF;
	text-align: left;
}

.pagetype_37 #ctl00_Content strong {
	color: #FDA61D;
}

.pagetype_37 #ctl00_Content .innerpages-title {
	padding-bottom: 20px;
}

.pagetype_68 .cart-s1-all > p,
.pagetype_36 .cart-s1-all > p {
	color: #FDA61D;
	padding-bottom: 20px;
}

.pagetype_36 .deliveryinfo + p {
	color: #FFFFFF;
	padding-top: 20px;
	font-size: 13px;
}

.pagetype_68 .deliveryinfo tr td:first-child,
.pagetype_36 table tr td:first-child {
	color: #FDA61D;
	font-weight: 600;
	font-size: 13px;
	padding-right: 20px;
}

.pagetype_36 table tr td:nth-child(2),
.pagetype_68 .deliveryinfo tr td:nth-child(2) {
	color: #FFFFFF;
	font-size: 13px;
}

.pagetype_68 .inp-12 {
	border: none;
	border-radius: 6px;
	background: #18364D;
	color: #FFFFFF;
	padding: 10px 20px;
}

.pagetype_68 .inp-12:first-of-type {
	margin-bottom: 10px;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_paymentInfoDiv > p,
.pagetype_68 #ctl00_MainContentPlaceHolder_paymentInfoDiv > .chkboxclass {
	font-size: 13px;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_PolicyRow {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_UseSameAddressCheckboxDiv {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_PaymentDiv {
	display: inline-block;
    width: 100%;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_PaymentDiv h2 {
	margin: 30px 0px 24px;
    float: left;
    width: 100%;
    display: block;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_PaymentDiv .cc-wrapper {
    float: left;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_PaymentDiv .form-row {
	display: block;
    float: left;
	width: 100%;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_PaymentDiv .form-row * {
	width: 100%;
}

.pagetype_68 input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white;
}

.pagetype_68 input::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
}

.pagetype_68 input:-ms-input-placeholder {
	/* IE 10+ */
	color: white;
}

.pagetype_68 input:-moz-placeholder {
	/* Firefox 18- */
	color: white;
}

.sel.req-12::after {
    margin-left: -72px;
}

/*+++++++ Validation Error +++++++*/
.validationSummary ul {
    display: block;
    padding: 0;
    background: #FF4444;
    color: #002039;
    float: unset;
}

.validationSummary li,
.validationSummary span,
.validationSummary + #ctl00_MainContentPlaceHolder_lblmsg,
#ctl00_MainContentPlaceHolder_lblmsg {
    display: block;
    padding: 0px 0px;
    white-space: normal;
    font-size: 13px;
    margin: 0 auto;
    width: 85%;
	pointer-events: none;
    background: #FF4444;
    color: #ffffff !important;
}

#ctl00_MainContentPlaceHolder_lblmsg {
	width: 100% !important;
    text-indent: 7.5%;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_paymentInfoDiv + div {
    float: left;
    width: 100%;
    text-align: center;
}

.pagetype_68 #ctl00_MainContentPlaceHolder_ValidationSummary1 {
    display: inline-block;
	text-align: left;
}

#ctl00_MainContentPlaceHolder_ValidationSummary1 {
    background: #FF4444;
    padding: 22px 0;
    width: 90%;
    margin: 20px auto;
    border-radius: 6px;
}

.validationSummary li:hover {
	background: #002039;
}

.validationSummary li.active {
	background: #002039;
	-webkit-box-shadow: inset 0px 6px 0px 0px rgba(253, 166, 29, 0);
    box-shadow: inset 0px 6px 0px 0px rgba(253, 166, 29, 0);
	text-align: left;
}

.validationSummary > span {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}

.login-method > .validationSummary ul {
	border-radius: 6px;
}

.memberLoginRequiredWarningNotice {
	background: #FF4444;
    padding: 22px;
    width: 100%;
    margin: 20px auto;
    border-radius: 6px;
    color: white;
}

#ctl00_MainContentPlaceHolder_ExpiredMemberNoticeDiv > span {
    margin-top: 30px;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
	width: calc(100% - 40px);
}

#ctl00_MainContentPlaceHolder_ExpiredMemberNoticeDiv {
    width: 85%;
    margin: 0 auto 30px;
	text-align: center;
	color: white;
}

/*+++++++ Oops Page +++++++*/
.pagetype_30 .generic-page .Ttitle{
    padding: 20px;
    font-weight: 800;
}

.pagetype_30 .generic-page .Ttitle + p{
	padding: 20px 11%;
}

.pagetype_30 .btn{
    margin-bottom: 32px;
}

/*+++++++ Cart +++++++*/
	.pagetype_35 .clsorder-btns {
	    padding-top: 30px;
	}

	.tbl-cart {
		margin: 0 auto;
		margin-bottom: 15px;
	    border-spacing: 7px 0;
	    width: 100%;
	}

	table.tbl-cart td a {
	    color: white;
	}

	#ctl00_MainContentPlaceHolder_DeliveryStateDropDownList,
	.sel-12 {
	    background-image: url("../../Custom/images/caret-down.svg");
	    background-repeat: no-repeat;
	    background-position: calc(100% - 12px) 11px;
	    background-size: 21px 33px;
	}

	.tbl-cart tr:first-child td {
		color: #FDA61D;
		font-weight: 600;
		font-size: 13px;
		border-bottom: 2px solid #FDA61D;
		padding: 15px 10px 15px 0;
		text-align: left;
	}

	.tbl-cart tr:nth-child(n+2) td {
		color: #ffffff;
		font-weight: 400;
		font-size: 13px;
		padding: 15px 28px 15px 0;
		vertical-align: middle;

	}

	.tbl-cart tr:nth-child(n+2) td:nth-child(3) {
		padding: 15px 30px 15px 0;
		text-align: center;
	}

	.tbl-cart tr:nth-child(n+2) td:nth-child(4) {
		padding: 15px 0px 15px 0;
		text-align: center;
		width: 118px;
	}

	.tbl-cart tr:nth-child(n+2) td:nth-child(5) {
		padding: 15px 0px 15px 0;
		text-align: center;
		width: 60px;
	}

	.tbl-cart tr:nth-child(n+2) td:nth-child(1) {
		text-align: left;
		padding-right: 0px;
		color: #FDA61D;
		border-spacing: 0 0;
	}

	.tbl-cart tr:nth-child(n+2) td:nth-child(2) {
		text-align: left;
	}

	.tbl-cart tr td:nth-child(6) {
		text-align: right;
		padding-right: 0px;
		padding-left: 0px;
		width: 100px;
		color: #FDA61D;

	}

	.tbl-cart span {
		display: none;
	}

	.tbl-cart td {
	    line-height: 0px;
	}

	.tbl-cart tr td:nth-child(5) a {
		display: none;
	}

	.tbl-cart tr td:last-child {
		text-align: right;
		padding-right: 0;
	}

	.tbl-cart .rmv-btn {
		background: #FDA61D;
		border: none;
		color: #002039;
		padding: 7px 11px;
		border-radius: 6px;
	}
	
	.tbl-cart tr td:nth-child(2) #ctl00_MainContentPlaceHolder_ShopCartRepeater_ctl01_ProductVariationNameHyperLink {
		font-size: 13px;
		color: white;
	} 

	.tbl-cart img {
		width: 70px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
		background: black;
	}
	
	.cart-wrapper {
		text-align: left;
	    padding: 60px 6%
	}

	.cart-wrapper .btn {
	    float: right;
	    margin-left: 6px;
	    margin-bottom: 35px;	
	}

	.col-cart {
		text-indent: 8px;
		min-height: 150px;
	}

	.tbl-cart {
		text-indent: 0;
		margin-top: 15px;
	}

	.pagetype_33 .tbl-cart {
		margin-top: 15%;
	}

	.pagetype_33 .online-cmn-sec-1 {
    	padding: 20px 7.5% 20px 29px;
	}

	.pagetype_33 .tbl-cart * {
		margin-bottom: 0;
		margin-top: 0;
	}

	.pagetype_33 .tbl-cart select {
	    padding: 10px 10px 10px 18px;
	}

	.pagetype_33 .tbl-cart select {
	    background-image: url(../../Custom/images/caret-down.svg);
	    background-repeat: no-repeat;
	    background-position: calc(100% - 11px) 10px;
	    background-size: 19px 34px;
	}

	.cart-wrapper > h5 {
	    text-indent: 7px;
	    margin-top: -20px;
	    text-transform: uppercase;
	    font-size: 36px;
	}

	.col-cart h5 {
		text-align: left;
		width: 100%;
		padding-left: 50px;
		margin-top: 30px;
	}

	.col-cart {
		color: #FDA61D;
	}

	.clscom-movies a {
		display: block;
	}

	@media screen and (max-width: 725px) {
		.pagetype_33 .tbl-cart {
		    margin-top: 190px;
		}

		.pagetype_33 .tbl-cart {
		    margin-top: 190px;
		}
	}

	@media screen and (max-width: 790px) {
		.tbl-cart td {
    		line-height: 38px;
		}
	
		.tbl-cart tr:first-child td {
			border-bottom: 0px;
		}

		.tbl-cart tbody tr {
			background: #19364d;
			border-radius: 6px;
			margin: 20px auto;
		    width: calc(100% - 40px);
		    padding: 20px;
		}

		.tbl-cart tbody tr, .tbl-cart tbody td {
		    display: inline-block;
		    border-spacing: 0px;
		    float: left;
		}


		.pagetype_33 .tbl-cart select {
		    background-color: #002039;
    		width: 53%;
		}
	
		.pagetype_33 .tbl-cart .btn {
			
		}

		.tbl-cart thead tr:first-child {
			display: none;
		}

		.tbl-cart tbody span {
			display: inline-block;
			text-align: left;
			
			float: left;
		}

		.tbl-cart tbody tr td:nth-child(5) {
			display: inline-block;
		}

		.pagetype_33 .tbl-cart tbody tr td:nth-child(5) {
			padding-top: 0;
		}

		.tbl-cart tbody tr:nth-child(n+2) td:nth-child(5) {
			width: 22%;
		    line-height: 44px;
		    vertical-align: middle;
		    float: left;
		    padding-right: 30px;
		    padding: 0;
		}

		.tbl-cart tr td:nth-child(4) span {
			padding: 0 31px 0 0;
			font-weight: 700;
		}

		.tbl-cart tbody tr td:nth-child(5) button {
			display: none;
		} 
		
		.tbl-cart tbody tr td:nth-child(3) {
			display: none;
		} 

		.tbl-cart tbody tr td:nth-child(4) {
		    width: 48%;
		    padding-top: 0;
		    display: inline-block;
		    float: left;
		    min-width: 228px;
		}

		.tbl-cart tbody tr:nth-child(n+2) td:nth-child(4) span {
			display: inline-block;
			padding-left: 20px;
			padding-right: 28px;
			margin-top: 12px;
			text-align: left;
			float: left;
			font-weight: 600;
			color: #ffffff;
		}

		.tbl-cart .number-input {
		    max-width: 47%;
   	 		float: left;
    		display: -webkit-inline-box;
    		display: -ms-inline-flexbox;
    		display: inline-flex;
		}


		.tbl-cart tbody tr td:nth-child(6) {
			padding: 10px 0 10px 44px;
			width: calc(100% - 104px);
			display: inline-block;
			float: left;
			text-align: left;
		}

		.tbl-cart tbody tr td:nth-child(6) span {
			color: #FDA61D;
			font-weight: 700;
			margin-right: 26px
		}

		.tbl-cart tbody td:after {
			content: '';
			clear: both;
			display: block;
		}

		.tbl-cart tbody tr td:nth-child(5) a {
			display: inline-block;
		    color: white;
		    width: 30%;
		    padding-right: 30px;
		}

		.tbl-cart tr td:nth-child(2) a,
		.tbl-cart tr td:nth-child(2) span {
			color: white;
			font-weight: 400;
		}

	}

/*+++++++ FAQ Page +++++++*/
.cinema-faq {
    width: 100%;
    max-width: 1094px;
    margin: 40px auto;
    background: #002039;
    border-radius: 6px;
}

.cinema-faq .innerpages-title {
    font-size: 36px;
    font-weight: 800;
    padding: 30px 40px;
}

.cinema-faq ul {
    list-style: none;
}

.cinema-faq ul {
    list-style: none;
}

.q .clsfaq-bloc {
	background: #FDA61D;
    padding: 10px;
    margin: 10px 0 0;
    border-radius: 6px 6px 0 0;
}

.a .clsfaq-bloc {
    background: #19364d;
    padding: 10px 20px;
    text-align: left;
    color: white;
    font-size: 14px;
}

.a .clsfaq-bloc a {
	color: #FDA61D;
}

.FAQButton {
	display: none;
}

.faq-title {
	color: #002139;
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
    display: block;
    padding-right: 10px;
    width: 96%;
}

.q .clsfaq-bloc .symbol {
    float: right;
    font-weight: 600;
    font-size: 20px;
    margin-top: -3px;
    color: #002139;
    padding-right: 8px;
	display:none;
}

.backToTop {
	width: 100%;
    color: #002139;
    background: #fda61e;
    display: block;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}


.cinema-faq .cinema-s1-all > h3 {
	text-align: left;
    font-size: 21px;
    font-weight: 700;
    padding: 20px 20px 5px;
}

/*+++++++ Competition Loader +++++++*/
.competitionDiv iframe {
    max-width: 100%;
}

.competitionDiv h1, .competitionDiv h2 
{
    font-weight: 800;
    font-size: 26px;
    margin: 15px;
    color: white;

    letter-spacing: 1px;
}

.competitionDiv p
{
	padding:0px 2%;
}

/*+++++++ Grand Loader +++++++*/
.loading-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #18364D;
  z-index: 1000000000000000000000000000000000;

}

.loading-overlay-logo {
  width: 90px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 40px);
}

/*+++++++ Tip +++++++*/
.pagetype_4 .qtip-bootstrap {
    margin-left: -155px !important;
}

.qtip-bootstrap {
	font-size: 13px !important;
    line-height: 17px !important;
    color: #002039 !important;
	padding: 6px 2px 5px 2px !important;
    margin-left: -49px;
    background-color: #ffffff !important;
    border: none !important;
    -webkit-border-radius: 4px  !important;
    -moz-border-radius: 4px  !important;
    border-radius: 4px  !important;
}

.qtip-tip {
    display: none  !important;
}

.sessdetails {
    font-size: 15px !important;
    font-weight: bold !important;
    padding-bottom: 6px !important;
    border-bottom: 1px solid black !important;
    width: 98% !important;
}

.slick-slider {
	display: table;
	table-layout: fixed;
	width: 100%;
}

/*+++++++ Our Cinemas +++++++*/
.our-cinemas-table td {
	color:white;
}

.our-cinema-container table tr:not(:last-child) td:first-child {
	color: #FDA61D;
}

.our-cinema-container table tr:not(:last-child) td:nth-child(2) {
	color: #FFFFFF;
}

.our-cinema-container table tr td {
	padding: 5px 0;
	font-size: 13px;
}

.our-cinema-container table tr td a {
	color: #FDA61D;
}

.our-cinema-container table {
	padding: 15px;
}

.our-cinema-container ul {
	list-style: none;
    font-size: 13px;
    padding: 5px 17px;
}

.our-cinema-container li {
    vertical-align: middle;
    padding: 5px 0;
}

.our-cinema-container li img {
    vertical-align: middle;
}

.our-cinema-container h2 {
	font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
	line-height: 29px;
}

.our-cinema-container hr {
    width: 100px;
    height: 3px;
}

.wrapper[max-width~="680px"] .our-cinema-container h2 {
	width: 100%;
	display: block;
	text-align: center;
}

.wrapper[max-width~="680px"] .our-cinema-container hr {
    float: unset;
    margin: 5px auto 15px;
}

/*+++++++ Gift Card Balance Page +++++++*/

.pagetype_58 #ctl00_Content {
	width: 100%;
    max-width: 574px;
    margin: 45px auto 40px;
}

.pagetype_58 .col-large {
    padding: 30px 0px;
}

.pagetype_58 #ctl00_MainContentPlaceHolder_StoredValueCardErrorDiv {
    background: #FF4444;
    border-radius: 6px;
    padding: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.pagetype_58 #ctl00_MainContentPlaceHolder_StoredValueCardErrorDiv h1 {
	display: none;
}

.pagetype_58 #ctl00_MainContentPlaceHolder_StoredValueCardErrorDiv p {
	padding: 0;
}

.pagetype_58 #ctl00_Content .btn {
    width: 100%;
}

.pagetype_58 .form-12:after {
	display: none;
}

.pagetype_58 .left + span {
	float: left;
    width: 100%;
}

input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white;
}

.popupmodel-content input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #757575;
}

input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
}

input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	color: white;
}

input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	color: white;
}

/*+++++++ Video Popup +++++++*/
.vid-player-container {
    position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	margin-top: -123px;
    z-index: 1000000000000000000000000
}

.container-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.video-player-container{
    max-width: 648px;
    height: 350px;
    z-index: 2;
    width: 100%;
}

.video-container {
	height: 310px;
	background-color: black;
}

#media-video {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.player-container {
	  height: 47px;
    background-color: #18364D;
}

.play-control, .volume-control {
	width: 40px;
	height: 40px;
	display: table;
	cursor: pointer;
	float: left;
   color: #FFFFFF;
}

.play-button, .volume-button-mute {
	vertical-align: middle;
	text-align: center;
	display: none;
}

.pause-button, .volume-button {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.play-control .fa {
	font-size: 0.7em;
}

.volume-control .fa {
	font-size: 0.8em;
}

.indicator {
	width: 100px;
	height: 40px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align: center;
    float: right;
    line-height: 40px;
  color: #FDA61D;
}

.progress {
	  width: 100%;
    height: 7px;
    float: left;
    position: relative;
}

.progress-background {
    position: absolute;
    width: 100%;
    height: 7px;
    background-color: #cccccc;
    margin-left: 0px;
    margin-top: 0px;
}

.progress-over {
	position: absolute;
    width: 100%;
    height: 7px;
    background-color: #FDA61D;
    max-width: 100%;
}

.progress-hidden {
    position: absolute;
    width: 100%;
    height: 8px;
    cursor: pointer;
}

.fullscreen-button {
	width: 40px;
	height: 40px;
	float: right;
	display: table;
	cursor: pointer;
    color: #FFFFFF;
}

.fullscreen-button i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/*+++++++ Competition Page +++++++*/

.pagetype_43 .generic-page {
    padding: 40px;
    text-align: left;
    max-width: 845px;
}

.pagetype_43 .memberLoginRequiredWarningNotice {
    width: calc(100% - 44px);
}

.competitionDiv iframe {
    max-width: 100%;
    height: 450px;
}

/*+++++++ Scroll Top Button +++++++*/
.scroll-btn {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 35px;
    height: 35px;
    color: white;
    border-radius: 6px;
    background-color: #FDA61D;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 28px -8px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 28px -8px rgba(0,0,0,0.57);
    box-shadow: 0px 5px 28px -8px rgba(0,0,0,0.57);
    z-index: 1000000000000000000000000000;
    background-image: url(../images/icons/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: 10px 3px;
    background-size: 15px 30px;
}

/*+++++++ Change Password Page +++++++*/
#ctl00_MainContentPlaceHolder_ChangePassword1 td > span {
    float: left;
    width: 100%;
}

#ctl00_MainContentPlaceHolder_ChangePassword1 td .clstvisit-bloc {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}

#ctl00_MainContentPlaceHolder_ChangePassword1 {
	display: block;
}

#ctl00_MainContentPlaceHolder_ChangePassword1 tbody {
	width: 100%;
    display: inline-block;
}

#ctl00_MainContentPlaceHolder_ChangePassword1 tr,
#ctl00_MainContentPlaceHolder_ChangePassword1 td {
	width: 100%;
    float: left;
}

.pagetype_14 .col-small {
    margin: 40px auto 30px;
}

.pagetype_14 .wrapper[max-width="530px"] .clsSign-LR {
	flex-wrap: wrap;
}

.pagetype_14 .wrapper[max-width="530px"] .clsSign-LR input {
	width: 100%;
	display: block;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	margin: 5px 0;
	white-space: normal;
}


/*+++++++ Promotional Offers Page +++++++*/

.offer-wrapper {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.offer-outer {
  flex: 0 1 calc(33.33% - 45px);
  background: #002039;
  padding: 20px;
  margin-bottom: 7px;
  cursor: pointer;
}

.offer-outer h1 {
  color: #FDA61D;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
}

.offer-outer p {
  color: #FFFFFF;
  font-size: 13px;
  padding-top: 8px;
  text-align: center;
}

.offer-outer img {
  max-width: 200px;
  max-height: 200px;
  display: inline-block;
  border: 3px solid #FDA61D;
  vertical-align: middle;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
   .offer-outer {
    flex: 0 1 calc(50% - 44px);
  } 
}

@media screen and (max-width: 500px) {
   .offer-outer {
    flex: 0 1 100%;
  } 
}

.page_4f674b68-9fd1-44ab-8aac-c13277533a67 .generic-page, .page_d6e73625-9737-47cd-bbd2-9d1a2e4b0329 .generic-page,
.page_006ae5cd-b53a-423c-b9dc-e8be3d159aec .generic-page {
	background: none;
}

.page_4f674b68-9fd1-44ab-8aac-c13277533a67 #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > h1,
.page_d6e73625-9737-47cd-bbd2-9d1a2e4b0329 #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > h1,
.page_006ae5cd-b53a-423c-b9dc-e8be3d159aec #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > h1  {
	font-weight: 800;
	font-size: 36px;
}

.page_4f674b68-9fd1-44ab-8aac-c13277533a67 #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > span.subtext,
.page_d6e73625-9737-47cd-bbd2-9d1a2e4b0329 #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > span.subtext,
.page_006ae5cd-b53a-423c-b9dc-e8be3d159aec #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > span.subtext {
	color: #FDA61D;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 18px;
    margin-top: -8px;
}

.offer-wrapper-main > h2 {
	text-align: left;
    padding-top: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.offer-wrapper-main > hr {
	height: 3px;
    margin-bottom: 17px;
}

.image-outer {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}


/*+++++++ Album and Gallery Page +++++++*/

.album-wrapper, .gallery-wrapper  {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.album-outer, .gallery-outer {
  flex: 0 1 calc(33.33% - 45px);
  background: #002039;
  padding: 20px;
  margin-bottom: 7px;
  cursor: pointer;
}

.album-outer h1,.gallery-outer h1 {
  color: #FDA61D;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
}

.album-outer p, .gallery-outer p {
  color: #FFFFFF;
  font-size: 13px;
  padding-top: 8px;
  text-align: center;
}

.album-outer img, .gallery-outer img {
  max-width: 200px;
  max-height: 200px;
  display: inline-block;
  border: 3px solid #FDA61D;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
   .album-outer,  .gallery-outer {
    flex: 0 1 calc(50% - 44px);
  } 
}

@media screen and (max-width: 500px) {
   .album-outer, .gallery-outer  {
    flex: 0 1 100%;
  } 
}

.page_9d8c38ae-6a2a-4d31-8142-540b5bf07018 .generic-page, .page_48858760-2ee1-4b43-af9f-702958ac312e .generic-page {
	background: none;
}

.page_9d8c38ae-6a2a-4d31-8142-540b5bf07018 #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > h1 , .page_48858760-2ee1-4b43-af9f-702958ac312e #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > h1 {
	font-weight: 800;
	font-size: 36px;
}

.page_9d8c38ae-6a2a-4d31-8142-540b5bf07018 #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > span.subtext, .page_48858760-2ee1-4b43-af9f-702958ac312e #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_IncludeElementInstanceContainer > span.subtext {
	color: #FDA61D;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 18px;
    margin-top: -8px;
}

.album-wrapper-main > h2, .gallery-wrapper-main > h2  {
	text-align: left;
    padding-top: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.album-wrapper-main > hr, .gallery-wrapper-main > hr {
	height: 3px;
    margin-bottom: 17px;
}

.album-image-outer, .gallery-image-outer {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.popup_content {
        cursor: pointer;
        font-family: open sans;
        left: 0;
        margin-bottom: 0;
        margin-left: 53px;
        margin-top: 74px;
        opacity: 0;
        padding: 8px 30px;
        position: absolute;
        top: 0;
        transition-duration: 0.3s;
        border-radius: 6px;
        background-color: #FDA61D;
        color: #002039;
        border: 0;
    }

        .popup_content:hover {
            background-color: white;
            color: black;
        }


    .image-popup-zoom:after {
        content: ' ';
        clear: both;
        display: block;
    }

    .mfp-ready .mfp-figure {
        opacity: 0;
    }

    .mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
        opacity: 0;
        transition: all 0.3s ease-out;
        transform: scale(0.95);
    }

    .mfp-zoom-in.mfp-bg, .mfp-zoom-in .mfp-preloader {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .mfp-zoom-in.mfp-image-loaded .mfp-figure {
        opacity: 1;
        transform: scale(1);
    }

    .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
        opacity: 1;
        transform: scale(1);
    }

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
        opacity: 0.8;
    }

    .mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
        transform: scale(0.95);
        opacity: 0;
    }

    .mfp-zoom-in.mfp-removing.mfp-bg, .mfp-zoom-in.mfp-removing .mfp-preloader {
        opacity: 0;
    }

    .mfp-iframe-scaler {
        overflow: visible;
    }

    .mfp-zoom-out-cur {
        cursor: auto;
    }

        .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
            cursor: pointer;
        }

    .mfp-preloader {
        width: 30px !important;
        height: 30px;
        background-color: #FFF;
        opacity: 0.65 !important;
        margin: 0 auto;
        animation: rotateplane 1.2s infinite ease-in-out;
    }

    

    img.mfp-img {
        max-width: 1280px;
        max-height:720px;
        width:100%;
    }

    .mfp-container {
    padding: 140px 8px;
    }

    @-webkit-keyframes rotateplane {
        0% {
            -webkit-transform: perspective(120px);
        }

        50% {
            -webkit-transform: perspective(120px) rotateY(180deg);
        }

        100% {
            -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        }
    }

    @keyframes rotateplane {
        0% {
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        }

        50% {
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        }

        100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
    }

.red {
	color:red;
}

.slick-carousel .bancontent {
    display: block;
    position: absolute;
    top: 0;
    width: 93%;
    padding: 30px;
    padding-top: 11%;
    padding-left: 7%;
}

.slick-carousel .bancontent .clsban-btn {
    text-align: left;
    padding-top: 30px;
}

.slick-carousel .bancontent .clsban-btn img {
	display: none;
}

.slick-carousel .bancontent .clsban-btn span {
    font-size: 14px;
    background: #FDA61D;
    color: #002039;
    border-radius: 6px;
    padding: 10px 45px;
}

.slick-carousel .bancontent h1 {
	color: white;
    font-weight: 800;
    font-size: 36px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    line-height: 37px;
}

.slick-carousel .bancontent .clsbantop h1 > a  {
    color: white;
    font-weight: 800;
    font-size: 36px;
    width: 100%;
    max-width: 510px;
    display: block;
    text-transform: uppercase;
    line-height: 37px;
}

.slick-carousel .bancontent #rating {
	text-align: left;
    font-size: 16px;
    color: #FDA61D;
    padding: 4px 0 20px;
}

.slick-carousel .bancontent #synopsis {
    text-align: left;
    font-size: 19px;
    max-width: 460px;
    width: 100%;
}

/*+++++++ Contact Us Page +++++++*/
.page_0b1fc3a5-3359-4a4b-a075-345adde1be82 .generic-page {
	width: 550px;
}

.page_0b1fc3a5-3359-4a4b-a075-345adde1be82 .generic-page > div > .formBuilder {
	padding: 0px;
}

.page_0b1fc3a5-3359-4a4b-a075-345adde1be82 .generic-page .form-12 {
	text-align: left;
}

.page_0b1fc3a5-3359-4a4b-a075-345adde1be82 .generic-page .form-12 p {
    padding-bottom: 0px;
}

.page_0b1fc3a5-3359-4a4b-a075-345adde1be82 #ctl00_MainContentPlaceHolder_IncludeElementInstanceRepeater_ctl00_ctl00_SubmitButton {
	margin-top: 98px;
    margin-bottom: 20px;
}

.page_0b1fc3a5-3359-4a4b-a075-345adde1be82 .generic-page label {
	float: left;
}

.moviedayflag {
	display:none;
}

.pagetype_6 .session-time-container > h2 > a {
    text-align: left;
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    float: left;
    padding-left: 12px;
    font-weight: 800;
}

/*+++++++ Checkbox Validation +++++++*/
.checkBoxList > span > input[type=checkbox].unvalidated:not(:checked)+label:before {
    width: 22px;
    height: 22px;
    border: 1px solid #ff4444;
}

.pagetype_58 .validationSummary.positive > h1 {
	width: 100%;
    background: #17bb43;
    padding: 10px 0;
    border-radius: 6px;
    margin-bottom: 30px;
}

.pagetype_58 .validationSummary.positive > h1 > span {
	background: #17bb43;
}

.pagetype_18 .validationSummary.positive > span {
background: #17bb43;
border-radius:6px;
padding: 10px 0;
margin-top:15px
}

.pagetype_18 .validationSummary.positive p {
padding:15px
	
}

.ns-kids-container, .cs-kids-container {
	flex: 1 1 100%;
}

.ns-kids-container h2, .cs-kids-container h2 {
    text-transform: uppercase;
    font-weight: 800;
    color: white;
}

.ns-kids-container h2:after , .cs-kids-container h2:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 3px;
    background: #FDA61D;
    margin-top: 7px;
    margin-bottom: 4px;
}

.fbbtn {
margin-top: 88px;
display: block;
}

.formBuilder .form-12 label{
    float: left;
}

.offerinfo-pic img {
    max-width: 200px;
}

.validationSummary.positive {
background: #17bb43;
}

.gc-alert-wrapper {
  background: #FDA61D;
  height: 78px;
}

.gc-alert-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
     padding: 0 40px;
}

.gc-alert-container > div {
  text-align: left;
}

.gc-alert-container span {
  font-size: 16px;
  color: #002039;
}

.gc-alert-container img {
  margin-right: 15px;
  height: 31px;
  width: 38px;
}

.gc-alert-container p {
  font-size: 14px;
  margin: 0;
  color: #002039;
}

.centered-hr {
    float: unset;
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 6px;
    height: 1px;
}

.submitbtn {
    display: inline-block;
}

@media screen and (max-width: 500px) {
	.page_0b1fc3a5-3359-4a4b-a075-345adde1be82 .generic-page {
		width:100%;
	}
	.page_0b1fc3a5-3359-4a4b-a075-345adde1be82 .formBuilder {
     padding: 40px 0px; 
	}
}

.widget-overlay-slide {
  position: fixed;
  right: 0;
  background: #002039;
  top: 22vh;
  height: 315px;
  border-radius: 20px 0 0 20px;
  padding: 0 12px 0 15px;
  border: 2px solid #fda61d;
  border-right: 0;
  line-height: 315px;
  cursor: pointer;
  z-index: 9999999999999999999999999999999999999999998;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.45);
}


.widget-overlay {
  position: fixed;
  right: 0;
  background: #002039;
  width: 540px;
  top: 22vh;
  border-radius: 20px 0 0 20px;
  border: 2px solid #fda61d;
  border-right: 0;
  z-index: 9999999999999999999999999999999999999999999;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.45);
  display: none;
}

    .widget-overlay .tabs .content > img {
    float:left;
    max-width:200px;
    max-height:200px;
    
    }
.widget-overlay .tabs {
  position: relative;
  min-height: 315px; /* This part sucks */
  clear: both;
  margin: 0;
  height: auto;
}





.widget-overlay .content {
  position: absolute;
  top: 40px;
  left: 0;
  background: #002039;
  right: 0;
  bottom: 0;
  padding: 31px 40px;
  border-radius: 0 0 0 20px;
  opacity: 1;
  transition: opacity 1s;
}

.widget-overlay .tab h1 {
  transition: background-position 1s, color 0.5s, border-radius 2s;
  background-size: 200% 100%;
  background-position: 0;
  color: white;
  height: 40px;
  margin-left: -1px;
  position: absolute;
  left: 1px;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  box-shadow: inset 0 -2px 0 #ffc425;
}





.widget-overlay .tab h1 {
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  margin-top: 0px;
  border-radius: 20px 0 0 0;
}

.widget-overlay .tab p {
  color: white;
  font-size: 14px;
  max-width: 200px;
  margin-bottom: 30px;
  padding-left:20px;
  float:left;
}

.widget-overlay [type="radio"]:checked ~ label ~ .content {
  z-index: 1;
  opacity: 1;
}

.widget-overlay .tab .popupbtn {
  background: #ffc425;
  text-decoration: none;
  color: #010f25;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 30px;
}

.widget-overlay .popupnextbtn,
.widget-overlay .popupclosebtn {
  position: absolute;
  background: rgb(255, 196, 37);
  color: #010F25;
  right: 25px;
  top: 50%;
  height: 35px;
  width: 34px;
  margin-top: -25px;
  border-radius: 50%;
  line-height: 37.5px;
  padding-left: 1px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 0 6px rgba(255, 196, 37, 0.15), 0 0 0 3px rgba(255, 196, 37, 0.3);
  transition: 0.3s all;
  cursor: pointer;
}

.widget-overlay .popupnextbtn:hover,
.widget-overlay .popupclosebtn:hover {
  box-shadow: 0 0 0 6px rgba(255, 196, 37, 0.35), 0 0 0 3px rgba(255, 196, 37, 0.45);
}

@media screen and (max-width: 1400px) {
	.widget-overlay {
		display: none !important;
	}

	.widget-overlay-slide {
		display: none !important;
	}
}

.competitionQuestion, #ctl00_MainContentPlaceHolder_QuestionRepeater_ctl00_AnswerLabel {
	color: #fda61d;
    font-weight: bold;
    padding: 10px 0;
}

#ctl00_MainContentPlaceHolder_QuestionRepeater_ctl00_AnswerTextBoxDiv input {
	border: none;
    background: #15354D;
    border-radius: 6px;
    color: white;
    padding: 10px 50px 10px 50px;
	min-width: 400px;
}

.ticket-container .rating-G:after, .ticket-container .rating-PG:after, .ticket-container .rating-M:after, .ticket-container .rating-MA15:after, .ticket-container .rating-R:after, .ticket-container .rating-CTC:after {
    border-radius: 6px 0 0 6px;
    padding: 4px 16px;
    font-size: 20px;
    position: absolute;
    top: 88px;
    right: 0;
}

table.ticket-selection tbody tr.isMemberTicket td {
    font-weight: bold;
    font-size: 13px;
    color: #fda61d;
}

.receipt-txt {
    max-width: 365px;
    PADDING: 0 10px;
    box-sizing: border-box;
    color: #FDA61D;
    font-size: 12px;
}

.receipt-txt a {
   color: #FFF;
}

#BookingSummaryTable {
    width: 100%;
	border-bottom: 1px solid #314E64;
	border-spacing: 0;
    margin-bottom: 25px;
}

#BookingSummaryTable * {
	color: white;
}

#BookingSummaryTable td {
    color: white;
    border-top: 1px solid #314E64;
    padding: 6px 10px;
    background: #15344d;
    font-size: 13px;
}
