@import url(../css/normalize.css);
@import url(../css/fonts.css);
@import url(../css/print.css);
@import url(../css/owl-carousel.css);
@import url(../css/slick.css);
/* FONT */
/* COLORS */
/* RWD */
body {
  font-family: "cairoregular"; }

a {
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

/* CSS3 FUNC */
@-webkit-keyframes slideProgress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes slideProgress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-moz-keyframes slideProgress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-o-keyframes slideProgress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes overlay {
  0% {
    left: 100%;
    right: 0; }
  50% {
    left: 44%;
    right: 0; }
  100% {
    right: 66%;
    left: 44%; } }
@keyframes overlay {
  0% {
    left: 100%;
    right: 0; }
  50% {
    left: 44%;
    right: 0; }
  100% {
    right: 66%;
    left: 44%; } }
@-moz-keyframes overlay {
  0% {
    left: 100%;
    right: 0; }
  50% {
    left: 44%;
    right: 0; }
  100% {
    right: 66%;
    left: 44%; } }
@-o-keyframes overlay {
  0% {
    left: 100%;
    right: 0; }
  50% {
    left: 44%;
    right: 0; }
  100% {
    right: 66%;
    left: 44%; } }
/* -----------------
	Author:
	Big Motive
	3rd Floor, 21 Talbot Street
	Cathedral Quarter
	Belfast BT1 2LD N.Ireland

	+44 28 9024 1033
	bigmotive.com
	@big_motive
	----------------- */
/*
	//Omniplex Colours

	Yellow: #FFEA00 / 255,234,0
	Grey: #202020 / 32,32,32
	Blue: #1275BC / 18,117,188

	//Body Colours

	Copy: Mid Grey: #6D6E70 / 109,110,112
	Copy: Dark Grey: #404041 / 64,64,65
	Links: Yellow: #FFEA00 / 255,234,0
	Links:hover: #1275BC / 18,117,188

	Background: Dark Grey: #383738 / 56,55,56
	Background: Light Grey: #D0D2D3 / 208,211,211


/* ==========================================================================
	(1) Base Styles
========================================================================== */
html, button, input, select, textarea {
  color: #404041; }

body {
  min-width: 1200px;
  background: #383738;
  font-size: 16px;
  font-family: 'GothamNarrow-Book';
  line-height: 22px;
  -webkit-text-stroke: 0; }

body#printathome {
  padding: 50px 0; }

body#printathome, body#printathome .row {
  background: #fff; }

body.fix {
  overflow: hidden !important; }

::-moz-selection {
  background: #FFEA00;
  text-shadow: none; }

::selection {
  background: #FFEA00;
  text-shadow: none; }

img {
  vertical-align: middle; }

img.pstr, .pstr {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }

img.bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.preload {
  background: #b6b7b7 url(/img/preload.gif) center center no-repeat;
  width: 100%;
  height: 100px;
  -webkit-background-size: 40px;
  -moz-background-size: 40px;
  -ms-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  border-radius: 3px; }

/* ============================================
	(2) Links
============================================ */
a, a:visited, a:active, .social li a {
  color: #FFEA00;
  text-decoration: none;
  /*-webkit-transition:all .2s ease;
  	-moz-transition:all .2s ease;
  	-o-transition:all .2s ease;
  	transition:all .2s ease;*/ }

.user-tab a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #ffea00 !important; }

.user-tab a:hover {
  color: #4d4d4d !important; }

.col-30.booking a:hover {
  color: #fff; }

.social li a {
  margin-left: 5px;
  font-family: 'GothamNarrow-Book';
  line-height: 28px; }

a:hover, .social li a:hover, .drk a:hover {
  color: #1275BC; }

.drk a {
  color: #D0D2D3; }

.user-tab a.btn {
  line-height: 24px; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

/*
.btn.blue {
	padding:7px 10px;
}
*/
.movie-item-nav a.btn, .movie-item-nav input.btn.blue {
  margin: 0 auto 10px; }

.quickbook a.btn {
  line-height: 38px;
  padding: 0; }

.search-row .btn {
  line-height: 40px;
  padding: 0;
  margin-left: 30px; }

.btn.booking {
  width: 100%;
  margin: 20px 0; }

.btn.booking.payment {
  width: 85%; }

a.btn, input.btn {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 10px 0;
  width: 130px;
  border-radius: 3px;
  background: #ffea00;
  color: #1275bc;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 35px;
  border: 0;
  font-family: 'GothamNarrow-Book';
  -webkit-appearance: none; }
  a.btn:hover, input.btn:hover {
    background: #1275bc;
    color: #FFEA00;
    cursor: pointer; }

input[type="submit"] {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 10px 0;
  width: 150px;
  border-radius: 3px;
  background: #ffea00;
  color: #1275bc;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 35px;
  border: 0;
  font-family: 'GothamNarrow-Book';
  -webkit-appearance: none; }

#resultcount {
  margin-bottom: 20px; }

input.searchFilter[type="submit"] {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-bottom: 2px; }

input.ui-autocomplete-input {
  width: 100% !important;
  margin-bottom: 0px !important; }

.btn.update {
  margin-top: 0 !important; }

.btn.arrow {
  background: url(/img/btn-arrow-bg.png) no-repeat top;
  box-shadow: none;
  line-height: 41px; }

.btn.arrow:hover {
  background: url(/img/btn-arrow-bg.png) no-repeat bottom; }

a.btn.big, input.btn.big {
  width: auto;
  /* display:inline-block; */ }

.btn.csv.blue {
  padding: 0 25px;
  width: auto; }

a.btn.blue, input.btn.blue {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  background: #1275bc;
  color: #FFEA00; }
  a.btn.blue:hover, input.btn.blue:hover {
    background: #FFEA00;
    color: #1275bc;
    cursor: pointer; }

.single-seats-modal input, .seats-modal a {
  margin-bottom: 10px !important; }

.single-seats-modal .btn.blue, .seats-modal .btn.blue {
  width: 100%; }

.col-33.panel a {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block; }

.col-33.panel a h4 {
  color: #ccc !important; }

.col-33.panel.lt a h2 {
  color: #1275BC !important; }

.col-33.panel.lt a {
  padding: 20px 20px 0 !important; }

.col-33.panel.lt a.mailto {
  padding: 0 !important;
  color: #4d4d4d !important; }

.col-33.panel.lt a h2:hover {
  color: #FFEA00 !important; }

.col-33.panel.lt ul.contact-info {
  list-style: none;
  margin: 0; }

.col-33.panel.lt ul.contact-info li {
  color: #999 !important; }

.col-33.panel.lt ul.contact-info li.bold {
  color: #4d4d4d !important;
  font-family: 'GothamNarrow-Bold';
  margin-bottom: 7px; }

.col-33.panel.lt ul.contact-info li:last-child {
  margin: 0; }

/* ============================================
	(3) Typography
============================================ */
h1, h2, h3, h4 {
  margin: 0; }

h1, h2, h3 {
  font-family: 'GothamNarrow-Bold';
  letter-spacing: -1px; }

h1 {
  font-size: 48px;
  line-height: 56px; }

h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px; }

.slim-pad h2 {
  margin: 0 10px; }

h2 span, h3 span, .console li h3 {
  font-family: 'GothamNarrow-Book'; }

.console li h2 {
  margin-bottom: 0;
  color: #1275BC; }

h2.title {
  margin: 0 10px 10px 0; }

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px; }

h3.filterAttr {
  margin: 20px 0 !important;
  line-height: 40px; }

h3.yellow {
  color: #FFEA00; }

h3.heading {
  font-size: 24px;
  margin-top: 39px;
  position: absolute; }

span.yellow {
  font-style: bold;
  color: #FFEA00; }

span.bold {
  font-size: 14px;
  font-family: 'GothamNarrow-Bold'; }

span.ontop {
  z-index: 1;
  position: absolute;
  margin-left: 377px; }

.signup-offer h3, .faqs h3 {
  margin: 0; }

.signup-offer h3 {
  font-size: 21px;
  line-height: 20px; }

span.offer-big {
  /* 	font-size:25px; */
  letter-spacing: 1px;
  line-height: 0; }

.faqs h3 {
  font-size: 20px;
  line-height: 24px; }

.modal h3 {
  font-family: 'GothamNarrow-Book'; }

.modal h3 span, #titlespan {
  font-family: 'GothamNarrow-Bold'; }

h4 {
  font-size: 16px;
  line-height: 18px; }

.pdf h4 {
  margin-bottom: 10px; }

.pdf h4.brdr {
  border-bottom: 1px solid; }

h4.brdr {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid; }

p {
  margin: 0 0 10px; }

.error {
  color: #c20000; }

.small {
  font-size: 10px; }

b, strong {
  font-family: 'GothamNarrow-Bold'; }

.movieCarousel .movie-item-data p {
  margin: 0; }

.error {
  color: #c20000 !important;
  margin-bottom: 20px; }

.large-icon {
  font-size: 40px;
  color: #7D7E82;
  text-shadow: #fff 0 1px 1px; }

/* ==========================================================================
	(4) Site Structure
========================================================================== */
.user-tab {
  position: absolute;
  top: 20px;
  right: 10px;
  border: 1px solid #303030;
  z-index: 1;
  /* display:none; */
  text-transform: uppercase; }

.logged-in .user-tab {
  top: 6px; }

.user-tab p {
  margin: 0;
  color: #fff; }

.user-tab .inner {
  padding: 5px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  font-size: 14px; }

.myomni {
  background: url(/img/10-discount-btn-banner-small.png) top left no-repeat;
  background-size: 51px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #303030;
  min-width: 190px; }

.myomni img {
  width: 128px;
  margin: 0 0 0 38px;
  padding: 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

#myomniplex .user-tab, #booktickets .user-tab, #admin .user-tab {
  display: block; }

.logo {
  float: left;
  width: 230px; }

.logo img {
  width: 100%; }

footer .logo {
  width: 170px;
  margin: 0 auto;
  float: none;
  text-align: center;
  color: #D0D2D3; }

footer .logo img {
  width: 100%; }

.row {
  width: 100%;
  background: #D0D2D3 url(/img/row-bg-lt.png) repeat-x; }

.row.lt-wht {
  background: #F1F1F2; }

.row.yellow {
  background: #ffea00; }

.row.lt, .lt {
  background: #D0D2D3 url(/img/row-bg-lt.png) repeat-x;
  background-image: none !important;
  box-shadow: none !important; }

.row.mid {
  background: #A8A8A8 url(/img/row-bg-lt.png) repeat-x; }

.row.drk, .drk {
  background: #1b1b1b url(/img/row-bg-drk.png) repeat-x; }

.yellow-bg {
  background: #ffea00;
  padding-left: 6px;
  height: 50px; }

span.yellowbox {
  border-radius: 3px;
  background: #eed708;
  color: #202020;
  text-align: center;
  text-transform: uppercase !important;
  /* 	line-height:35px; */
  border: 0;
  font-family: 'GothamNarrow-Book';
  padding: 10px; }

.yellowbox input[type="radio"] {
  display: none; }

.tble {
  position: relative; }

.vip-btn.hide, .standard-btn.hide {
  display: none !important; }

.vip-btn.show, .standard-btn.show {
  display: block; }

.whitebox {
  background: #FFF;
  opacity: .3;
  height: 100%;
  width: 75px;
  position: absolute;
  z-index: 0;
  margin-top: 0;
  margin-left: 390px; }

.drpshadw {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75); }

.bxshdw-top {
  -webkit-box-shadow: inset 0 50px 50px -50px #6d6e70;
  -moz-box-shadow: inset 0 50px 50px -50px #6d6e70;
  box-shadow: inset 0 50px 50px -50px #6d6e70; }

.bxshdw-btm {
  -webkit-box-shadow: inset 0 -120px 100px -100px black;
  -moz-box-shadow: inset 0 -120px 100px -100px black;
  box-shadow: inset 0 -120px 100px -100px black; }

.feature {
  position: relative;
  overflow: hidden;
  min-height: 400px; }

#home .feature {
  min-height: 550px;
  background-image: none; }

.feature .content {
  position: relative;
  z-index: 1;
  padding: 25px 10px; }

.feature .strip {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  -webkit-box-shadow: inset 0 -120px 100px -100px black;
  -moz-box-shadow: inset 0 -120px 100px -100px black;
  box-shadow: inset 0 -120px 100px -100px black;
  color: #fff; }

.feature-details .poster {
  margin: -185px 20px 0 -60px; }

.feature-details .poster img {
  width: 180px; }

.feature-details .btn {
  margin-top: 15px;
  padding: 6px; }

header .content {
  padding: 20px 10px; }

.content.pdf {
  padding: 0;
  margin: 20px auto;
  border-radius: 10px; }

.content.pdf.terms {
  background: transparent;
  padding: 20px 0;
  border-radius: 0px;
  border-top: 1px solid;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 10px;
  max-width: 1000px;
  width: 100%;
  position: relative; }

.content.quickbook {
  padding: 10px; }

.content.movie-filter {
  padding: 20px 10px; }

.content.nav {
  padding: 0 10px; }

.contact-twitter {
  line-height: 20px; }

.contact-youtube {
  line-height: 20px; }

.contact-twitter .icon-twitter {
  font-size: 55px;
  color: #999; }

.contact-youtube .icon-youtube {
  font-size: 55px;
  color: #999; }

#booktickets .quickbook {
  display: none; }

.col-30 {
  width: 28%;
  float: left; }

.col-30.booking, .col-33.booking {
  float: right;
  color: #fff; }

.col-30.booking.pdf {
  float: left; }

.col-30.booking .inner, .col-33.booking {
  background: #1275BC;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-shadow: 0 1px 0 0 black;
  -moz-box-shadow: 0 1px 0 0 black;
  box-shadow: 0 1px 0 0 black; }

.col-30.booking .wrap::before {
  background: url(/img/booking-panel-before.png);
  content: "";
  width: 100%;
  height: 18px;
  display: block;
  background-size: 100%; }

.col-30.booking .wrap::after {
  background: url(/img/booking-panel-after.png);
  content: "";
  width: 100%;
  height: 18px;
  display: block;
  background-size: 100%; }

.col-33.booking {
  margin: 1.5% 1% 2%;
  width: 31%;
  float: left;
  min-height: 400px;
  border-radius: 3px;
  padding: 40px 20px; }

.col-30.booking.fixed {
  width: 274px;
  right: 10px;
  position: absolute;
  z-index: 2; }

.col-30.booking.fixedBottom {
  width: 274px;
  right: 10px;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  top: inherit !important; }

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

.booking .seat-icon {
  width: 20px; }

.booking .seat.selected img {
  border: 1px solid red; }

.booking .disclaimer {
  margin-top: 50px; }

.pdf .disclaimer {
  font-size: 14px;
  line-height: 16px; }

.col-20 {
  width: 20%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px; }

.col-25 {
  width: 25%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px; }

.pdf .col-25 {
  padding: 0; }

.pdf .col-25 img {
  width: 100%; }

.pdf .logo {
  width: 115px !important; }

.pdf .col-25 img.barcode, .pdf .col-25 img.barcode-small {
  border: 1px solid #000;
  margin: 0 0 20px 0; }

.pdf .col-25 img.barcode-small {
  width: 100px;
  float: right; }

.col-25.filt {
  width: 23%; }

.col-33 {
  width: 31%;
  margin: 10px 1%;
  float: left; }

.col-33.dbl {
  width: 48%;
  margin: 10px 1%;
  float: left; }

.col-33.panel {
  background: url(/img/panel.png) repeat-x;
  background-color: #202020;
  min-height: 150px; }

.col-33.hover {
  position: relative;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.col-33.hover:hover {
  margin-top: 15px;
  margin-bottom: 5px; }

.col-33.panel.hover.active {
  margin-top: 15px;
  margin-bottom: 5px; }

.col-33.panel.hover.active a {
  color: #1275BC; }

.col-33 img {
  width: 100%; }

.col-33.panel.lt {
  background: #fff;
  min-height: 275px; }

.col-50 {
  width: 49%;
  margin-right: 2%;
  float: left; }

.pdf .col-50.top {
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.pdf .col-50 {
  width: 46%;
  margin-right: 8%; }

.pdf .col-50.top img {
  width: 200px;
  margin-top: 30px; }

.col-50:nth-child(2n) {
  margin-right: 0; }

#competition .col-50:nth-child(2n), #career .col-50:nth-child(2n), #giftvouchers .col-50:nth-child(2n) {
  margin-right: 2%; }

#competition .col-50:nth-child(2n+1), #career .col-50:nth-child(2n+1), #giftvouchers .col-50:nth-child(2n+1) {
  margin-right: 0; }

#competition .col-50:nth-child(2n+1) img {
  width: 100%; }

.col-50 img.pstr, .col-50 img {
  width: 100%; }

.col-65 {
  width: 65%;
  float: left; }

.col-70 {
  width: 70%;
  float: left; }

.col-75 {
  width: 75%;
  float: left; }

.col-80 {
  width: 79%;
  float: left; }

.col-85 {
  width: 85%;
  float: left; }

.col-100 {
  width: 100%;
  float: left; }

.col-100.terms {
  padding: 50px 0 0;
  margin-top: 50px;
  border-top: solid 1px #404041; }

.col-100.terms .wrap {
  width: 65%; }

.contact-info {
  padding: 0 20px 20px; }

.sub-header {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 10px;
  text-transform: uppercase;
  line-height: 35px; }

.sub-header span {
  font-family: 'GothamNarrow-Bold';
  color: #1275BC; }

#map-canvas {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 0; }

.map {
  position: relative; }

.map-info {
  width: 400px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  margin: 50px 50px 50px 0;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right; }

.map-info a {
  color: #1275BC; }

.map-info a:hover {
  color: #6a6a6b;
  text-decoration: underline; }

.modal {
  width: 940px;
  max-height: 550px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  display: none; }

.modal #showtimes {
  overflow-y: scroll;
  max-height: 490px; }

/*
.modal #showtimes .showtimes {
	overflow:scroll;
}
*/
.modal.login, .modal.single-seats-modal, .modal.seats-modal, .modal.chooseCinema {
  width: 380px;
  padding: 30px; }

.modal.login input {
  width: 100%; }

.modal.trailer {
  width: auto; }

.modal.trailer iframe {
  border: 0; }

button.loginbtn {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 10px 0;
  width: 150px;
  border-radius: 3px;
  background: #ffea00;
  background: -moz-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffea00), color-stop(100%, #e0c80f));
  background: -webkit-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: -o-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: -ms-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: linear-gradient(to bottom, #ffea00 0%, #e0c80f 100%);
  -webkit-box-shadow: 0 1px 0 0 black;
  -moz-box-shadow: 0 1px 0 0 black;
  box-shadow: 0 1px 0 0 black;
  color: #202020;
  text-align: center;
  text-transform: uppercase !important;
  text-shadow: 0 1px 0 #fff;
  line-height: 35px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea00',endColorstr='#e0c80f',GradientType=0);
  border: 0;
  font-family: 'GothamNarrow-Book'; }

button.btn {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 10px 0;
  width: 150px;
  border-radius: 3px;
  background: #ffea00;
  background: -moz-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffea00), color-stop(100%, #e0c80f));
  background: -webkit-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: -o-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: -ms-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: linear-gradient(to bottom, #ffea00 0%, #e0c80f 100%);
  -webkit-box-shadow: 0 1px 0 0 black;
  -moz-box-shadow: 0 1px 0 0 black;
  box-shadow: 0 1px 0 0 black;
  color: #202020;
  text-align: center;
  text-transform: uppercase !important;
  text-shadow: 0 1px 0 #fff;
  line-height: 35px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea00',endColorstr='#e0c80f',GradientType=0);
  border: 0;
  font-family: 'GothamNarrow-Book';
  -webkit-appearance: none; }

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  display: none; }

.spinner {
  background: rgba(0, 0, 0, 0.7) url(/img/preload.gif) center center no-repeat;
  width: 100%;
  height: 100%;
  -webkit-background-size: 80px;
  -moz-background-size: 80px;
  -ms-background-size: 80px;
  -o-background-size: 80px;
  background-size: 80px;
  border-radius: 3px;
  position: fixed;
  z-index: 10;
  display: none; }

.close, .dateClear {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #FFEA00;
  color: #202020;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: 'GothamNarrow-Bold'; }

.close:hover {
  background: #1275BC;
  color: #FFEA00;
  cursor: pointer; }

.signup-offer {
  background: #383738 url(/img/row-bg-drk.png) repeat-x;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 20px 0 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 0 black;
  -moz-box-shadow: 0 1px 0 0 black;
  box-shadow: 0 1px 0 0 black;
  font-size: 14px; }

.barcode, .barcode-small {
  margin: 20px 0;
  border-radius: 3px; }

.messages {
  background-color: #F1F1F2;
  padding: 20px;
  margin-top: 20px;
  border-radius: 3px; }

/* ============================================
	(5) Lists
============================================ */
nav ul, nav ol, .showtimes, .showtimes ul, .details, .booking-subnav ul, .movie-showtimes-list, .tickets, .faqs, .console, .sub-nav, .filter, .payment, .cinema-social, .calendar-filter, .attrList {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }

ul {
  margin-left: 40px;
  margin-bottom: 10px; }

ul.tickets {
  margin-top: -38px; }

ul.ticket-titles {
  margin-top: -38px; }

.site-nav li {
  float: left;
  margin: 0;
  line-height: 50px;
  width: 16.66%; }

.site-nav li a img {
  width: 100%; }

.sub-nav li {
  float: left;
  margin: 10px 20px 20px 0;
  line-height: 56px; }

.sub-nav li.csv {
  float: right;
  margin: 10px 0; }

.site-nav li a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  padding: 0 25px;
  color: #202020;
  text-align: center;
  text-transform: uppercase !important;
  border-left: 1px solid #d2c106;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block; }

.site-nav li a:hover {
  background-color: #fff04d; }

.site-nav li:last-child a {
  border-right: 2px solid #CEB25B; }

footer nav ul {
  float: left;
  width: 20%; }

footer nav ul.social {
  width: 25%; }

footer nav ul li {
  display: block;
  line-height: 28px; }

.social {
  float: right; }

.cinema-social {
  margin-top: -50px;
  float: none;
  text-align: center; }

.cinema-info {
  height: 50px;
  color: #D0D2D3; }

.social li {
  color: #D0D2D3;
  font-size: 18px;
  line-height: 40px; }

.cinema-social li {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  line-height: 70px; }

.cinema-social li a {
  display: inline-block;
  margin-left: 10px; }

.modal .showtimes {
  padding: 0; }

.show-hide-showtimes {
  float: right;
  display: block;
  margin-top: 10px;
  font-family: 'GothamNarrow-Bold'; }

.show-hide-showtimes:hover {
  color: #1275BC;
  cursor: pointer; }

/* Showtimes list Cinema page */
.movie-showtimes-list > .showtimes > li:first-child {
  margin-top: 10px; }

.movie-showtimes-list > .showtimes li ul {
  width: 70%;
  float: right; }

.movie-showtimes-list .showtimes li ul li {
  background: #202020;
  width: 19%;
  margin: 0 1% 1% 0;
  float: left;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  display: none;
  position: relative; }

.movie-showtimes-list .showtimes li ul li:hover .attrPop, .attrPop.month-end.show,
.movie-showtimes-list .showtimes li ul li.hover .attrPop, .attrPop.month-end.show {
  visibility: visible;
  opacity: 1; }

.movie-showtimes-list .showtimes li ul li .attrPop, .attrPop.month-end {
  background: #D0D2D3 url(/img/row-bg-lt.png) repeat-x;
  color: #383737;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0s,opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0s,opacity 0.2s linear;
  -o-transition: visibility 0s linear 0s,opacity 0.2s linear;
  transition: visibility 0s linear 0s,opacity 0.2s linear;
  position: absolute;
  top: -100px;
  text-align: left;
  width: 210px; }

.attrPop.month-end {
  background: #383738 url(/img/row-bg-drk.png) repeat-x;
  font-family: 'GothamNarrow-Bold';
  color: #fff;
  text-align: left;
  width: 280px;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -140px;
  font-size: 18px; }

.select-movie {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 5px;
  margin-bottom: 15px; }

p#movieTitle {
  margin: 0; }

.movie-showtimes-list > .showtimes li ul li:hover {
  color: #202020; }

.movie-showtimes-list > .showtimes li ul li .time {
  display: block; }

.movie-showtimes-list > .showtimes li ul li .time, .movie-showtimes-list > .showtimes li ul li .book {
  float: none;
  width: 100%;
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.movie-showtimes-list > .showtimes li ul li .book, input.book {
  display: none;
  color: #1275BC;
  background: #fff;
  border-radius: 3px;
  border: 0;
  height: 32px;
  padding: 0 10px; }

.movie-showtimes-list > .showtimes li ul li.iPad .book, .iPad input.book {
  display: block !important; }

.movie-showtimes-list > .showtimes li ul li:hover .book {
  display: block; }

.movie-showtimes-list > .showtimes li ul li:hover .time {
  display: none; }

.movie-showtimes-list > .showtimes li.iPad {
  height: 32px; }

.movie-showtimes-list .showtimes > li, .movie-showtimes-list .showtimes div > li {
  padding: 0 !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px; }

.attrList {
  /* 	font-size:0; */
  width: 300px;
  padding: 0 10px; }

/*
.attrList li p {
	margin:0;
	box-sizing:border-box;
	padding:10px 15px;
	display:block;
}
*/
.attrList option {
  margin: 0;
  box-sizing: border-box;
  padding: 10px 15px;
  display: block; }

.attrList li:first-child, .attrList li:first-child p {
  border: 0;
  background: none;
  padding: 10px 0 !important;
  font-size: 16px; }

.attrList li:first-child:hover, .attrList li:first-child.active {
  background: none !important; }

.attrList li, .attrList option {
  outline: 0;
  border: 1px solid #BBBDBF;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GothamNarrow-Light';
  width: auto;
  margin: 0 0 10px 10px;
  background: #fff;
  display: inline-block;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.attrList li:hover {
  background: #F1F1F2;
  cursor: pointer; }

.attrList li.active {
  background: #FFEA00; }

.movie-showtimes-list > li {
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #b6b7b7;
  margin-bottom: 20px; }

.movie-showtimes-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.movie-showtimes-list .showtimes {
  padding-right: 0 !important; }

.movie-showtimes-list .movie-item img {
  margin: 0 !important; }

/* Showtimes list general */
.show-hide-showtimes {
  float: right;
  display: block;
  margin-top: 10px;
  font-family: 'GothamNarrow-Bold'; }

.show-hide-showtimes:hover {
  color: #1275BC;
  cursor: pointer; }

.showtimes {
  padding: 0 10px; }

/*
.showtimes li span {
	float:right;
	width:30%;
	font-family:'GothamNarrow-Bold';
}
*/
.showtimes > li, .showtimes div > li {
  padding: 20px 20px 10px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.showtimes > li:nth-child(odd), .showtimes div > li:nth-child(even) {
  background: #b6b7b7; }

.showtimes > li:nth-child(even), .showtimes div > li:nth-child(odd) {
  background: #d7d7d7; }

.showtimes > li:first-child {
  margin-top: 10px; }

.showtimes li ul {
  width: 70%;
  float: right; }

.showtimes li ul li {
  background: #202020;
  width: 24%;
  margin: 0 1% 1% 0;
  float: left;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  /* display: none; */
  position: relative; }

p#movieTitle {
  margin: 0; }

.showtimes li ul li:hover {
  color: #202020; }

.showtimes li ul li .time {
  display: block; }

.showtimes li ul li .time, .showtimes li ul li .book {
  float: none;
  width: 100%;
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.showtimes li ul li .book, input.book {
  display: none;
  color: #1275BC;
  background: #fff;
  border-radius: 3px;
  border: 0;
  height: 32px;
  padding: 0 10px; }

.showtimes li ul li.iPad .book, .iPad input.book {
  display: block !important; }

.showtimes li ul li:hover .book {
  display: block; }

.showtimes li ul li:hover .time {
  display: none; }

.showtimes li ul li:hover .time.sold-out {
  display: block;
  color: #fff; }

.showtimes li ul li.time.sold-out {
  position: relative; }

.showtimes li ul li img.sold-out {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0; }

.showtimes li.iPad {
  height: 32px; }

.details li.total {
  padding-top: 10px;
  border-top: 1px solid #fff; }

.booking-subnav ul li {
  width: 20%;
  float: left;
  display: block;
  line-height: 80px;
  background: url(/img/arrow-bg.png) right center no-repeat;
  -webkit-background-size: 80px;
  -moz-background-size: 80px;
  -o-background-size: 80px;
  background-size: 80px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  text-shadow: 0 1px 0 #fff; }

.booking-subnav ul li.active {
  color: #1275BC; }

.booking-subnav ul li:last-child {
  background: none; }

.booking-subnav ul li.icon-cart {
  color: #D0D2D3;
  font-size: 32px; }

.tickets .info {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  outline: 0;
  border-radius: 3px;
  background: #fff;
  margin-top: 20px; }

.tickets .info .icon-info {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px; }

.tickets li {
  background: #b6b7b7;
  height: 51px;
  line-height: 40px; }

.tickets li:first-child {
  background: none;
  height: 50px;
  margin-top: 0; }

.tickets li:first-child span {
  padding: 0 10px; }

.tickets li span {
  display: block;
  float: left;
  text-transform: uppercase;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15%;
  text-align: center;
  margin-top: -5px; }

.tickets li span.age {
  width: 40%;
  text-align: left; }

.tickets li span.inactive {
  color: #9C9C9C; }

.tickets li span.discounted-price.inactive {
  background-color: #9C9C9C;
  color: #ffffff; }

.required, .help {
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px; }

.faqs li {
  margin-bottom: 10px;
  display: block; }

.accordionButton {
  width: 100%;
  float: left;
  cursor: pointer;
  border-radius: 3px;
  background: #b6b7b7;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.accordionButton.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #FFEA00; }

.accordionContent {
  background: #b6b7b7;
  width: 100%;
  float: left;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: none;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.console li {
  width: 32%;
  display: block;
  float: left;
  padding: 15px;
  -moz-console-sizing: border-box;
  box-sizing: border-box;
  background: #F1F1F2;
  margin: 0 2% 2% 0;
  border: 1px solid #BBBDBF;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }

.console li p {
  font-size: 18px;
  font-family: 'GothamNarrow-Bold';
  color: #1275BC; }

.console li img {
  width: 100%; }

.console li:first-child {
  margin: 0 2% 2% 0 !important; }

.console.dash li:nth-child(odd) {
  margin: 0 0 2%; }

.console.user li:nth-child(3n) {
  margin: 0 0 2%; }

.filter {
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #BBBDBF;
  border-bottom: 0;
  overflow: hidden; }

.filter li:first-child {
  /*
  font-family:'GothamNarrow-Bold';
  	padding:10px;
  	font-size:18px;
  	background:#4d4d4d;
  	color:#fff;
  	line-height:29px;
  */ }

.filter li input[type="checkbox"] {
  float: right;
  margin-top: 5px; }

.filter li:last-child {
  border-bottom: 0; }

.payment {
  margin-bottom: 20px; }

.payment li span {
  width: 200px;
  display: inline-block; }

span.myomni-tag {
  margin-left: 565px; }

img.omni-tag {
  margin-left: 371px;
  height: 34px;
  width: 96px;
  margin-top: -20px;
  /* z-index: -1; */
  position: absolute; }

.col-25.top {
  /* 	margin-top:10px; */
  line-height: 18px; }

.price.inactive {
  font-family: 'GothamNarrow-Book'; }

.price {
  font-family: 'GothamNarrow-Bold'; }

.discount-price.inactive {
  font-family: 'GothamNarrow-Book'; }

.discount-price {
  font-family: 'GothamNarrow-Bold'; }

.calendar-filter li {
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #BBBDBF;
  border-radius: 3px;
  background: #FFF;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.calendar-filter li:hover {
  cursor: pointer;
  background: #F1F1F2; }

.calendar-filter li span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.calendar-filter li .date {
  display: none; }

.calendar-filter li .day, .calendar-filter li .showDate {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.calendar-filter li .showDate {
  font-size: 52px;
  line-height: 72px;
  padding: 0;
  font-family: 'GothamNarrow-Bold'; }

.calendar-filter li .month {
  padding-top: 10px; }

.calendar-filter li.active {
  background: #383738;
  color: #fff; }

.calendar-filter li.active .showDate {
  color: #FFEA00; }

/* ============================================
	(6) Forms
============================================ */
#quickbook select {
  float: left; }

select:hover {
  background-color: #F1F1F2; }

span.tickettypes {
  padding-left: 38px;
  padding-right: 12px;
  text-transform: uppercase; }

label.text {
  display: inline-block;
  vertical-align: middle;
  float: left;
  font-family: 'GothamNarrow-Bold';
  font-size: 16px;
  line-height: 16px;
  padding: 4px 0 0;
  text-align: center; }
  label.text p {
    margin-bottom: 0; }

label.select {
  display: inline-block;
  float: left;
  padding: 8px 2px;
  text-align: center;
  font-size: 24px; }

.booking label.select {
  width: 9%;
  padding: 7px 2px;
  margin-left: -22px; }

select.nowshowingSelect {
  width: 595px;
  font-family: 'GothamNarrow-Bold';
  font-size: 21px;
  height: 50px;
  margin-left: 20px;
  color: #000; }

#titlespan {
  font-size: 30px;
  color: #ffffff;
  line-height: 52px;
  margin-left: 80px; }

select {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px 10px 10px;
  width: 165px;
  height: 40px;
  outline: 0;
  border: 1px solid #BBBDBF;
  border-radius: 3px;
  background: #fff url(/img/select-arrow.png) right center no-repeat;
  background-color: #FFF;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
  color: #6D6E70;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GothamNarrow-Light';
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: bottom; }

select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

select#movies {
  margin-bottom: 20px; }

.booking select {
  width: 90%;
  margin-bottom: 40px;
  height: 60px;
  font-size: 16px; }

select.booking-select {
  width: 90%;
  margin-bottom: 35px;
  height: 50px;
  font-size: 16px; }

input.bookingMovie {
  width: 90% !important;
  margin-bottom: 40px !important;
  height: 60px !important;
  font-size: 16px !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 10px 35px 10px 15px !important; }

.tickets li select {
  width: 100%;
  margin-bottom: 0;
  height: auto; }

#filter select {
  width: 100%; }

.ie9 select {
  background-image: none;
  padding: 10px 15px; }

select:hover {
  cursor: pointer;
  color: #1275BC; }

select::-ms-expand {
  display: none; }

.select-wrap {
  display: inline-block;
  height: 40px;
  background: #fff url(/img/select-arrow.png) right center no-repeat;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 240ms ease-out;
  transition: all .2s ease; }

.ie9 select-wrap {
  background-image: none; }

select:focus, select.selected {
  outline: 0;
  background: #f7f7f7 url(/img/select-arrow.png) right center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
  text-transform: none; }

.ie9 select:focus, .ie9 select.selected {
  background-image: none; }

.signup input[type="text"], .signup input[type="password"], .signup select {
  margin-bottom: 10px !important;
  width: 95% !important; }

input[type="text"], input[type="email"], input[type="password"], input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  height: 40px;
  outline: 0;
  border: 1px solid #BBBDBF;
  border-radius: 3px;
  color: #6D6E70;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'GothamNarrow-Light';
  width: 85%;
  margin-bottom: 20px; }

input[type="email"] {
  text-transform: none; }

input[type="search"] {
  display: inline-block;
  margin-top: 7px;
  padding: 10px 35px 10px 15px;
  background: #fff url(/img/search-bg.png) right center no-repeat;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
  width: 180px; }

.movie-filter input[type="search"] {
  width: 172px;
  margin: 0;
  float: right; }

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  text-transform: none !important; }

input.hasDatepicker {
  margin: 0 0 5px;
  width: 100%; }

form#payment select {
  box-sizing: border-box;
  padding: 10px 15px;
  height: 40px;
  outline: 0;
  border: 1px solid #BBBDBF;
  border-radius: 3px;
  color: #6D6E70;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'GothamNarrow-Light';
  width: 85%;
  margin-bottom: 20px; }

input:focus {
  outline: 0; }

label.genre {
  box-sizing: border-box;
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #BBBDBF;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'GothamNarrow-Light';
  width: auto;
  margin: 0 10px 10px 0;
  background: #fff;
  display: inline-block; }

.filter label.movieSearch:hover {
  background: #fff; }

label.genre:hover, .filter label:hover {
  background: #F1F1F2; }

label.genre.active, .filter label.active {
  background: #FFEA00; }

.genre input[type="checkbox"] {
  margin-left: 5px; }

.filter label {
  box-sizing: border-box;
  padding: 10px 15px;
  outline: 0;
  border-bottom: 1px solid #BBBDBF;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'GothamNarrow-Light';
  width: auto;
  margin: 0;
  background: #fff;
  display: block; }

.filter.default label:hover {
  cursor: pointer; }

.card_details {
  width: 500px;
  margin-top: 20px; }

span.cards {
  width: 90px;
  float: left; }

.cards img {
  width: 60% !important;
  padding: 0 10px 0 0 !important; }

.blocks {
  width: 92%;
  float: left;
  display: inline; }

.block_name {
  width: 50%;
  float: left; }

.block_month {
  width: 50%;
  float: left; }

.block_year {
  width: 50%;
  float: left; }

.cardnum {
  width: 90%;
  float: left;
  display: inline; }

.cardnum_block1 {
  width: 72%;
  float: left; }

.cardnum_block2 {
  width: 26%;
  float: left; }

/* ==========================================================================
	(7) Helper Classes
========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.hide {
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.r {
  float: right; }

.l {
  float: left; }

.slim-pad {
  padding: 25px 10px; }

.no-pad {
  padding: 0 10px !important; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both;
  padding-top: 20px; }

/* ==========================================================================
	(8) Tables
========================================================================== */
#seatSelection {
  border-collapse: separate;
  width: 100%;
  background: url(/img/seats-bg.png) no-repeat center bottom;
  padding-bottom: 100px;
  margin-bottom: 20px;
  border-spacing: 2px; }

#seatSelection td {
  margin: 0;
  padding: 0;
  text-align: center; }

/*
#seatSelection td.aisle {
	min-width: 30px;
}
*/
#seatSelection td.small {
  max-width: 30px;
  display: inline-block; }

/*#seatSelection td.small.aisle{
	width: inherit!important;
	display: inherit!important;
}*/
#seatSelection td img {
  width: 85%; }

#seatSelection td.selected {
  /*
  		width:30px;
  	height:30px;
  */ }

#seatSelection tr td:first-child {
  color: #1275BC;
  font-family: 'GothamNarrow-Bold';
  font-size: 20px;
  width: 30px;
  height: 100%; }

/*

#seatSelection {
	border-collapse:separate;
	width: 100%;
}

#seatSelection td {
	margin:0;
	padding:0;
	text-align: center;
	width:30px;
	height:25px;
	text-align:center;
	line-height:25px;
}

#seatSelection td img {
	width:15px;
	height:15px;

}

#seatSelection td.selected {
	width:30px;
	height:30px;
}

#seatSelection tr td:first-child {
	color:#1275BC;
	font-family:'GothamNarrow-Bold';
	font-size: 20px;
}

*/
.user-table {
  width: 100%;
  background: #fff;
  text-align: left;
  border: 1px solid #BBBDBF;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
  table-layout: fixed;
  font-size: 13px; }

.user-table a {
  color: #1275BC; }

.user-table th, .user-table td {
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.user-table thead {
  background: #666;
  text-transform: uppercase;
  color: #fff;
  font-family: 'GothamNarrow-Bold'; }

.user-table thead tr:hover {
  cursor: default;
  background: #231F20; }

.user-table tr:nth-child(even) {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.user-table tr:nth-child(even) {
  background: #f7f7f7; }

.user-table tr:hover {
  background: #F1F1F2; }

.user-table td {
  border-right: 1px solid #BBBDBF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.user-table td:last-child {
  border-right: none; }

/* ==========================================================================
	(8) Third Party
========================================================================== */
.movieCarousel .movie-item {
  position: relative;
  width: auto;
  display: inherit;
  vertical-align: top;
  margin-right: auto; }

.feature-item {
  height: 550px;
  position: relative; }

.movie-item {
  position: relative;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px; }

#movieCarouselNowShowingSuggested .movie-item {
  width: 100%; }

.movie-item-data {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px; }

.movie-showtimes-list .movie-item-data {
  padding: 0px; }

.movie-item-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  text-align: center; }

.movie-item-nav nav {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0;
  height: 271px;
  width: 187px;
  background: rgba(0, 0, 0, 0.64);
  border-radius: 3px; }
  .movie-item-nav nav .btn {
    margin: 0 auto 10px;
    width: 150px !important; }
    #cinemas .movie-item-nav nav .btn {
      width: 100px !important; }

.movie-showtimes-list .movie-item-nav nav {
  margin: 0px; }

.movie-item:hover .movie-item-nav {
  display: block; }

.movie-item img {
  display: block;
  margin-bottom: 10px;
  width: 176px;
  height: 259px; }

.movie-showtimes-list .movie-item img, .movie-showtimes-list .movie-item-nav nav {
  width: 127px;
  height: 188px; }

.movie-showtimes-list .movie-item {
  width: 127px; }

.movie-showtimes-list .movie-item-nav a.btn, .movie-showtimes-list .movie-item-nav input.btn.blue {
  width: 100%; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -56px;
  width: 46px;
  height: 92px;
  opacity: .6; }

.owl-prev:hover, .owl-next:hover {
  opacity: 1; }

.owl-prev.disabled, .owl-next.disabled {
  opacity: .2; }

.owl-prev.disabled:hover, .owl-next.disabled:hover {
  opacity: 0.2 !important;
  cursor: default; }

#featureCarousel .owl-prev {
  top: 50%;
  left: 60px;
  background: url(/img/owl-carousel/carousel-arrows-feature.png) top no-repeat;
  -webkit-background-size: 46px;
  -moz-background-size: 46px;
  -o-background-size: 46px;
  background-size: 46px;
  -ms-background-size: 46px; }

#featureCarousel .owl-next {
  top: 50%;
  right: 60px;
  background: url(/img/owl-carousel/carousel-arrows-feature.png) bottom no-repeat;
  -webkit-background-size: 46px;
  -moz-background-size: 46px;
  -o-background-size: 46px;
  background-size: 46px;
  -ms-background-size: 46px; }

.owl-prev {
  top: 40%;
  left: -60px;
  background: url(/img/owl-carousel/carousel-arrows-feature.png) top no-repeat;
  -webkit-background-size: 46px;
  -moz-background-size: 46px;
  -o-background-size: 46px;
  background-size: 46px;
  -ms-background-size: 46px; }

.owl-next {
  top: 40%;
  right: -60px;
  background: url(/img/owl-carousel/carousel-arrows-feature.png) bottom no-repeat;
  -webkit-background-size: 46px;
  -moz-background-size: 46px;
  -o-background-size: 46px;
  background-size: 46px;
  -ms-background-size: 46px; }

/* ==========================================================================
	(10) Media Queries
========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
.print {
  display: none; }

@media print {
  #nav {
    display: none; }

  footer {
    display: none; } }
/* ==========================================================================
	(11) Browser Hacks
========================================================================== */
/*@-moz-document url-prefix() {
  	display:inline-block;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 35px 10px 15px;
	width:172px;
	height:40px;
	outline:0;
	border:1px solid #BBBDBF;
	border-radius:3px;
 background:#fff url(/img/select-arrow-2.png) right center no-repeat; 
	background:#fff right center no-repeat;
	background-color:#FFF;
	-moz-background-size:30px;
	color:#6D6E70;
	text-transform:uppercase;
	font-size:13px;
	font-family:'GothamNarrow-Light';
	-moz-transition:all .2s ease;
	transition:all .2s ease;
	-webkit-appearance:none;
	vertical-align:bottom;
	-moz-appearance:none;
	text-indent:.01px;
	text-overflow:;
}*/
select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

option {
  background: #FFF;
  padding: 10px;
  color: #6D6E70;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'GothamNarrow-Light';
  border-radius: 3px; }

.booking select {
  width: 90%;
  margin-bottom: 40px;
  /* 		padding-top:18px; */
  height: 60px;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #BBBDBF;
  appearance: none;
  vertical-align: bottom;
  -moz-appearance: none;
  text-indent: .01px; }

/*
.console li:nth-child(4) {
	margin-left:20px;
}
*/
.row.lt-wht {
  background-color: #f1f1f2; }

select::-moz-expand {
  display: none; }

.tickets li select {
  width: 100%;
  margin-bottom: 0;
  height: 40px; }

#seatSelection td.small {
  max-width: 30px;
  display: inline-block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .myomni {
    background: #000 url(/img/10-discount-btn-banner-small.png) top left no-repeat;
    background-size: 45px;
    display: block;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    min-width: 190px; }

  #seatSelection td.small {
    width: 30px;
    display: table-cell; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome, .myomni {
    background: #000 url(/img/10-discount-btn-banner-small.png) top left no-repeat;
    background-size: 45px;
    display: block;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    min-width: 190px; } }
/* ==========================================================================
	(12) RADIO BUTTONS
========================================================================== */
label {
  padding-left: 20px;
  font-size: 14px;
  text-transform: uppercase; }

/*
label {
	display: inline;
}
*/
.tag {
  font-family: Arial,sans-serif;
  width: 200px;
  position: relative;
  top: 5px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  float: left; }

.radio-1 {
  width: 193px; }

.button-holder {
  float: left;
  position: absolute;
  margin-top: 14px;
  width: 300px; }
  .button-holder.static {
    float: none;
    position: static;
    width: 100%;
    margin-bottom: 34px; }

/* RADIO */
.regular-radio {
  display: none; }

.regular-radio + label {
  -webkit-appearance: none;
  background-color: #FFF;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: absolute; }

.regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #1275BC;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0;
  left: 3px;
  font-size: 32px; }

.regular-radio:checked + label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.1); }

.regular-radio + label:active, .regular-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.madbit-payment-method {
  padding-left: 50px;
  padding-right: 150px;
  padding-top: 40px; }

.madbit-payment-method h2 {
  border-top: 1px solid #c2c2c2;
  margin: 0;
  padding-top: 40px;
  font-family: 'GothamNarrow-Light'; }

.madbit-payment-method ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.madbit-payment-method ul li {
  height: 85px;
  line-height: 85px;
  padding: 0 15px 0 15px;
  background-color: #ddddde;
  border: 1px solid #cececf;
  box-shadow: inset 0 0 2px 1px #e3e3e3;
  margin: 20px 0 0 0;
  border-radius: 5px; }

.madbit-payment-method ul li.active {
  background-color: #2095cb;
  box-shadow: inset 0 0 2px 1px #2781ab;
  border-color: #2781ab;
  color: #ffffff; }

.madbit-terms-in-payment {
  text-align: right;
  position: absolute;
  bottom: 12px;
  width: 100%; }

.madbit-terms-in-payment .l {
  float: none; }

.madbit-pay-with-gift-card {
  margin-top: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: inset 0 0 2px 1px #dddddd;
  padding: 15px; }

.madbit-pay-with-gift-card p.error {
  color: #c21d1d;
  font-family: 'GothamNarrow-Bold';
  font-size: 12px;
  margin-bottom: 10px; }

.madbit-pay-with-voucher {
  padding-top: 20px; }

.madbit-pay-with-gift-card label {
  padding-left: 0;
  text-transform: none; }

.madbit-pay-with-gift-card strong {
  display: block;
  font-size: 12px;
  margin-bottom: 10px; }

.madbit-pay-with-gift-card input[type=text],
.madbit-pay-with-voucher input[type=text] {
  float: left;
  width: 75%;
  height: 36px;
  margin-right: 15px;
  margin-bottom: 8px;
  box-shadow: 0px 3px 3px 0px rgba(0, 1, 0, 0.2); }

.madbit-pay-with-gift-card input[type=text].error {
  background-image: url(../img/input_error.png);
  background-repeat: no-repeat;
  background-position: center right 10px; }

.madbit-pay-with-gift-card input[type=text].success {
  background-image: url(../img/input_success.png);
  background-repeat: no-repeat;
  background-position: center right 10px; }

button.inverse {
  background: #6a6a6b;
  background: -moz-linear-gradient(top, #6a6a6b 0%, #383738 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6a6b), color-stop(99%, #383738));
  background: -webkit-linear-gradient(top, #6a6a6b 0%, #383738 99%);
  background: -o-linear-gradient(top, #6a6a6b 0%, #383738 99%);
  background: -ms-linear-gradient(top, #6a6a6b 0%, #383738 99%);
  background: linear-gradient(to bottom, #6a6a6b 0%, #383738 99%);
  color: #ffffff; }

button.inverse:hover {
  background: #ffea00;
  background: -moz-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffea00), color-stop(100%, #e0c80f));
  background: -webkit-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: -o-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: -ms-linear-gradient(top, #ffea00 0%, #e0c80f 100%);
  background: linear-gradient(to bottom, #ffea00 0%, #e0c80f 100%);
  -webkit-box-shadow: 0 1px 0 0 black;
  -moz-box-shadow: 0 1px 0 0 black;
  color: #202020; }

button.madbit-small-input {
  width: auto;
  float: left;
  border: 0;
  height: 35px;
  border-radius: 5px;
  font-family: 'GothamNarrow-Bold';
  padding-left: 10px;
  padding-right: 10px;
  outline: 0; }

.madbit-pay-with-voucher ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.madbit-pay-with-voucher h3 {
  margin-top: 30px; }

.madbit-pay-with-voucher ul li {
  font-size: 12px;
  display: block;
  clear: both;
  margin-bottom: 10px; }

.madbit-pay-with-voucher ul li a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffea00;
  color: #404041;
  line-height: 18px;
  text-align: center;
  margin-right: 12px;
  cursor: pointer; }

.madbit-pay-with-voucher ul li span {
  float: left; }

.madbit-pay-with-voucher ul li a i {
  font-style: normal;
  font-size: 10px; }

.madbit-pay-with-voucher ul li a:hover {
  background-color: #404041;
  color: #FFEA00; }

.cinema-col {
  float: left;
  padding-bottom: 45px;
  position: relative;
  overflow: hidden; }

.cinema-col h3 {
  font-size: 22px; }

.cinema-col.chooseCinema {
  width: 456px;
  margin-right: 26px; }

.cinema-col.chooseDate {
  width: 236px;
  margin-right: 26px; }

.cinema-col.chooseType {
  width: 236px; }

.cinema-col input, .cinema-col select {
  width: 100%;
  margin: 0; }

.chooseDate input {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 35px 10px 15px;
  outline: 0;
  border: 1px solid #BBBDBF;
  border-radius: 3px;
  background: #fff url(/img/select-arrow.png) right center no-repeat;
  background-color: #FFF;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: bottom;
  font-family: 'GothamNarrow-Bold';
  font-size: 21px;
  height: 50px;
  color: #000; }

.chooseDate input:hover, .chooseDate input:focus {
  cursor: pointer;
  color: #1275BC;
  background-color: #F1F1F2; }

#cinemas #ui-datepicker-div {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #BBBDBF;
  margin-top: 8px;
  width: 404px;
  margin-left: -84px;
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 15px;
  display: none;
  top: 744px !important; }

#cinemas #ui-datepicker-div:after {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -17px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 14px 17px;
  border-color: transparent transparent #ffffff transparent; }

#cinemas #ui-datepicker-div:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 15px 18px;
  border-color: transparent transparent #BBBDBF transparent; }

#cinemas .ui-datepicker-prev, #cinemas .ui-datepicker-next {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #7c7c7c;
  border-radius: 50%;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }

#cinemas .ui-datepicker-prev:hover, #cinemas .ui-datepicker-next:hover {
  background-color: #484848; }

#cinemas .ui-datepicker-prev {
  background-image: url("http://dev.omniplex.ie/img/arrow-left.png");
  left: 22px; }

#cinemas .ui-datepicker-next {
  background-image: url("http://dev.omniplex.ie/img/arrow-right.png");
  right: 22px; }

#cinemas .ui-datepicker-title {
  color: #2f2f2f;
  margin-top: 15px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: 'GothamNarrow-Bold';
  font-size: 18px; }

#cinemas #ui-datepicker-div table {
  width: 100%;
  margin-top: 10px; }

#cinemas #ui-datepicker-div table th {
  color: #000000;
  font-size: 18px;
  padding-bottom: 6px; }

#cinemas #ui-datepicker-div table .ui-state-default {
  width: 34px;
  height: 34px;
  color: #000000;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  line-height: 34px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#cinemas #ui-datepicker-div table .ui-state-hover {
  color: #000000;
  border-color: #c9c9c9; }

#cinemas #ui-datepicker-div table .ui-state-disabled .ui-state-default {
  color: #cccccc; }

#cinemas #ui-datepicker-div table .ui-state-active {
  border-color: #474747;
  background-color: #474747;
  color: #ebdb23; }

#cinemas #ui-datepicker-div table .ui-state-highlight:not(.ui-state-active) {
  font-weight: bold;
  color: #1275BC; }

#cinemas .cinema-col input, #cinemas .cinema-col select {
  text-transform: uppercase !important; }

span.recliner-btn {
  color: #161617;
  background: #bfa274;
  text-shadow: none;
  font-weight: bold; }

#form-competition {
  display: block;
  clear: both;
  width: 100%;
  background-color: #f4dd05;
  border-radius: 3px;
  border-bottom: 1px solid #000000;
  padding: 26px 32px 26px 32px;
  margin-top: 32px; }

#form-competition h2 {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #404041;
  font-family: 'GothamNarrow-Book';
  letter-spacing: 0; }

#form-competition p {
  font-size: 16px;
  font-family: 'GothamNarrow-Bold';
  letter-spacing: 0;
  color: #404041;
  text-transform: uppercase;
  margin: 0 0 21px 0; }

#form-competition label {
  font-size: 16px;
  font-family: 'GothamNarrow-Book';
  padding-left: 14px;
  text-transform: none;
  padding-right: 116px; }

#form-competition .customer-info {
  border-top: 1px solid #dac504;
  margin-top: 20px;
  padding-top: 22px;
  font-size: 0; }

#form-competition .customer-info input[type=text] {
  display: inline-block;
  width: 232px;
  margin-right: 17px;
  height: 42px;
  text-transform: none;
  font-size: 16px; }

#form-competition .customer-newsletter {
  padding-bottom: 28px; }

#form-competition .customer-newsletter label {
  font-family: 'GothamNarrow-Book';
  font-size: 12px; }

#form-competition .customer-info input[type=text].error {
  border-color: red; }

#form-competition .customer-info input:last-child {
  margin-right: 0; }

#form-competition .btn {
  width: 228px;
  margin: 0 auto; }

#customer-feedback {
  position: fixed;
  background-color: rgba(11, 11, 11, 0.8);
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none; }

#customer-feedback-container {
  background-color: #f4dd05;
  margin: 341px auto 0 auto;
  border-radius: 5px;
  width: 687px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-top: 22px;
  position: relative; }

#customer-feedback-container .feedback-close {
  position: absolute;
  top: -36px;
  right: -36px;
  cursor: pointer;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease; }

#customer-feedback-container .feedback-close:hover {
  opacity: 0.75; }

#customer-feedback-container h2 {
  font-size: 26px;
  color: #404143;
  margin-bottom: 15px; }

#customer-feedback-container ul {
  list-style: none;
  margin: 0;
  font-size: 0; }

#customer-feedback-container ul li {
  display: inline-block;
  width: 174px;
  margin-right: 52px; }

#customer-feedback-container ul li.last {
  margin-right: 0; }

#customer-feedback-container ul li a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 48px;
  border: 3px solid #dbc705;
  border-radius: 24px;
  padding-left: 56px;
  cursor: pointer;
  line-height: 45px;
  font-family: 'GothamNarrow-Bold';
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease; }

#customer-feedback-container ul li a:hover, #customer-feedback-container ul li a.active {
  background-color: #fcf8d1; }

#customer-feedback-container ul li a img {
  position: absolute;
  left: 0;
  top: 0; }

#customer-feedback-container ul li a span {
  display: inline-block;
  vertical-align: middle;
  color: #494546;
  font-size: 14px;
  line-height: 16px; }

#customer-feedback-container form {
  margin-top: 24px;
  display: none; }

#customer-feedback-container form textarea {
  width: 100%;
  height: 114px;
  background-color: #ffffff;
  border: 0;
  border-radius: 5px;
  color: #3f3f3f;
  font-size: 16px;
  resize: none;
  outline: 0;
  padding: 18px 22px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
  display: none; }

#customer-feedback-container form .btn {
  margin: 0 auto;
  width: 229px; }

#customer-feedback-container .never-show {
  font-size: 12px;
  margin-top: 12px;
  color: #404143;
  display: inline-block;
  cursor: pointer;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease; }

#customer-feedback-container .never-show:hover {
  color: #1275BC; }

#competition .content.pad p a {
  color: #1275BC; }

#competition .content.pad p a:hover {
  color: gray; }

.dark-bg {
  background: #383738 url(/img/row-bg-drk.png) repeat-x !important; }

.nav-tab-row {
  background-image: none !important;
  background-color: #1b1b1b !important;
  box-shadow: none !important; }
  .nav-tab-row .content {
    padding-bottom: 0; }

.tab-nav-list {
  list-style: none;
  margin: 35px 0 0 0;
  font-size: 0;
  height: 60px; }
  .tab-nav-list li {
    display: inline-block;
    height: 60px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    margin-right: 10px; }
    .tab-nav-list li a {
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      -o-transition: all 350ms ease;
      transition: all 350ms ease;
      display: block;
      background-color: #303030;
      color: #919191;
      height: 60px;
      line-height: 60px;
      padding: 0 40px; }
      .tab-nav-list li a:hover {
        color: #1b1b1b;
        background-color: #d0d2d3; }
      .tab-nav-list li a.active {
        color: #1b1b1b;
        background-color: #d0d2d3; }
      .tab-nav-list li a h2 {
        margin: 0;
        font-size: 24px;
        line-height: 60px; }
    .tab-nav-list li.no-show {
      display: none; }

.tab-wrapper {
  background-image: none !important;
  box-shadow: none !important; }

.tab-section {
  display: none; }
  .tab-section.active {
    display: block; }

.bottom-section {
  background-image: none !important;
  background-color: #f1f1f2 !important;
  box-shadow: none !important;
  font-size: 0; }
  .bottom-section .content {
    padding-top: 21px;
    padding-bottom: 27px;
    line-height: 0; }
  .bottom-section a.img-block {
    display: inline-block;
    width: 310px;
    height: 192px; }
    .bottom-section a.img-block:nth-child(2) {
      margin: 0 24px; }

.big-wrapper {
  background-position: center center;
  background-color: #010101;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .big-wrapper .small-wrapper {
    margin: 0 auto;
    width: 1132px;
    background-color: #010101; }
    .big-wrapper .small-wrapper .content {
      color: #fff; }
      .big-wrapper .small-wrapper .content .top-img {
        margin: 76px auto 47px; }
      .big-wrapper .small-wrapper .content h2 {
        text-align: center;
        font-size: 30px;
        letter-spacing: 0.075em;
        text-transform: uppercase; }
      .big-wrapper .small-wrapper .content h3 {
        text-align: center;
        font-size: 16px;
        line-height: 12px;
        color: #c81e2a;
        letter-spacing: 0.075em;
        text-transform: uppercase;
        margin-bottom: 0; }
      .big-wrapper .small-wrapper .content p {
        text-align: center;
        font-size: 14px;
        margin-bottom: 40px; }
        .big-wrapper .small-wrapper .content p.big {
          margin-bottom: 60px; }
      .big-wrapper .small-wrapper .content .movieCarousel {
        margin-top: 15px;
        margin-bottom: 20px; }
        .big-wrapper .small-wrapper .content .movieCarousel p {
          text-align: left;
          font-size: 16px; }
      .big-wrapper .small-wrapper .content .cinemaCarousel {
        margin-top: 50px;
        margin-bottom: 22px; }
        .big-wrapper .small-wrapper .content .cinemaCarousel .owl-wrapper-outer {
          width: 673px;
          margin: 0 auto; }
        .big-wrapper .small-wrapper .content .cinemaCarousel .owl-item {
          height: 450px; }
          .big-wrapper .small-wrapper .content .cinemaCarousel .owl-item .img-wrapper {
            height: 100%;
            width: 673px;
            background-size: cover;
            background-position: center left;
            background-repeat: no-repeat;
            position: relative; }
            .big-wrapper .small-wrapper .content .cinemaCarousel .owl-item .img-wrapper span {
              display: inline-block;
              background-color: #ffea00;
              height: 19px;
              line-height: 19px;
              padding: 0 12px;
              text-transform: uppercase;
              color: #000000;
              position: absolute;
              left: 0;
              bottom: 25px;
              font-family: 'GothamNarrow-Bold';
              font-size: 12px; }
        .big-wrapper .small-wrapper .content .cinemaCarousel .owl-controls .owl-pagination {
          text-align: center; }
          .big-wrapper .small-wrapper .content .cinemaCarousel .owl-controls .owl-pagination:after {
            content: '';
            display: block;
            clear: both; }
          .big-wrapper .small-wrapper .content .cinemaCarousel .owl-controls .owl-pagination .owl-page {
            -webkit-transition: all 350ms ease;
            -moz-transition: all 350ms ease;
            -o-transition: all 350ms ease;
            transition: all 350ms ease;
            display: inline-block;
            vertical-align: top;
            margin: 15px 10px 0;
            background-size: cover;
            height: 78px;
            width: 118px;
            background-size: cover;
            background-position: center center;
            opacity: 0.32; }
            .big-wrapper .small-wrapper .content .cinemaCarousel .owl-controls .owl-pagination .owl-page:hover, .big-wrapper .small-wrapper .content .cinemaCarousel .owl-controls .owl-pagination .owl-page.active {
              opacity: 1; }
        .big-wrapper .small-wrapper .content .cinemaCarousel .owl-controls .owl-buttons .owl-prev, .big-wrapper .small-wrapper .content .cinemaCarousel .owl-controls .owl-buttons .owl-next {
          top: 42%; }
        .big-wrapper .small-wrapper .content .cinemaCarousel .owl-controls .owl-buttons .owl-prev {
          left: 60px; }
        .big-wrapper .small-wrapper .content .cinemaCarousel .owl-controls .owl-buttons .owl-next {
          right: 60px; }

.contact-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-image: none !important; }
  .contact-container h2 {
    padding: 9px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 33px; }
  .contact-container .select-wrapper {
    height: 60px; }
    .contact-container .select-wrapper #titlespan {
      margin-left: 0;
      font-size: 16px;
      color: #404041; }
      .contact-container .select-wrapper #titlespan img {
        margin-right: 22px; }
    .contact-container .select-wrapper select {
      font-family: 'GothamNarrow-Light';
      float: right;
      height: 60px;
      text-transform: uppercase;
      color: #7a7b7d; }
  .contact-container .map-wrapper {
    margin-top: 28px;
    border-radius: 3px;
    background-color: #ffffff;
    overflow: hidden; }
    .contact-container .map-wrapper:after {
      content: '';
      display: block;
      clear: both; }
    .contact-container .map-wrapper .cinema-inf-wrapper {
      position: relative;
      z-index: 2;
      padding: 28px;
      height: 100%;
      width: 312px;
      display: inline-block;
      float: left;
      box-sizing: border-box; }
      .contact-container .map-wrapper .cinema-inf-wrapper .yellowlne {
        position: absolute;
        right: -20px;
        top: 38px;
        height: 5px;
        width: 43px;
        background-color: #ffea00; }
      .contact-container .map-wrapper .cinema-inf-wrapper h3 {
        font-size: 16px;
        color: #404041;
        margin: 0 0 14px; }
      .contact-container .map-wrapper .cinema-inf-wrapper p {
        font-family: 'GothamNarrow-Book';
        font-size: 14px;
        color: #404041;
        position: relative;
        padding-left: 34px;
        margin-bottom: 27px; }
        .contact-container .map-wrapper .cinema-inf-wrapper p .icon {
          display: block;
          position: absolute;
          left: 0;
          top: 2px; }
      .contact-container .map-wrapper .cinema-inf-wrapper a {
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        font-family: 'GothamNarrow-Bold';
        font-size: 14px;
        color: #1275bc;
        text-decoration: underline; }
        .contact-container .map-wrapper .cinema-inf-wrapper a:hover {
          color: #FFEA00; }
    .contact-container .map-wrapper #map {
      display: inline-block;
      height: 432px;
      width: 668px;
      background-color: #010101;
      float: left; }
  .contact-container .form-wrapper {
    background-color: #2b2b2b;
    padding: 26px 26px 24px 36px; }
    .contact-container .form-wrapper h3 {
      font-family: 'GothamNarrow-Bold';
      font-size: 16px;
      color: #ffffff;
      text-align: center;
      margin: 0 0 26px;
      letter-spacing: 0; }
      .contact-container .form-wrapper h3 span {
        color: #ffea00; }
    .contact-container .form-wrapper form fieldset {
      padding: 0;
      border: 0;
      margin: 0; }
      .contact-container .form-wrapper form fieldset .field-wrapper {
        width: 50%;
        float: left;
        margin-bottom: 28px;
        position: relative; }
        .contact-container .form-wrapper form fieldset .field-wrapper.full {
          width: 100%; }
        .contact-container .form-wrapper form fieldset .field-wrapper.even {
          text-align: right; }
        .contact-container .form-wrapper form fieldset .field-wrapper.last {
          margin-bottom: 18px; }
        .contact-container .form-wrapper form fieldset .field-wrapper label {
          font-family: 'GothamNarrow-Bold';
          font-size: 12px;
          line-height: 13px;
          color: #ffffff;
          position: relative;
          width: 132px;
          display: inline-block;
          vertical-align: middle;
          padding: 0 0 0 34px;
          text-align: left;
          box-sizing: border-box; }
          .contact-container .form-wrapper form fieldset .field-wrapper label.error {
            position: absolute;
            white-space: nowrap;
            background-color: #ffea00;
            border-radius: 3px;
            padding: 6px;
            top: -18px;
            right: 41px;
            width: auto; }
            .contact-container .form-wrapper form fieldset .field-wrapper label.error:after {
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 8px 6px 0 6px;
              border-color: #ffea00 transparent transparent transparent;
              position: absolute;
              left: 6px;
              bottom: -6px; }
          .contact-container .form-wrapper form fieldset .field-wrapper label.faq-label {
            padding-top: 16px; }
          .contact-container .form-wrapper form fieldset .field-wrapper label span.icon {
            display: inline-block;
            position: absolute;
            left: 0; }
        .contact-container .form-wrapper form fieldset .field-wrapper.even label.error, .contact-container .form-wrapper form fieldset .field-wrapper.full label.error {
          right: 0; }
        .contact-container .form-wrapper form fieldset .field-wrapper input {
          font-family: 'GothamNarrow-Book';
          font-size: 15px;
          width: 282px;
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 0;
          height: 50px;
          line-height: 50px;
          border: 0;
          border-radius: 3px;
          padding: 0 24px;
          box-sizing: border-box;
          text-align: left;
          background-color: #3b3b3b;
          color: #dedede;
          text-transform: none; }
        .contact-container .form-wrapper form fieldset .field-wrapper textarea {
          font-family: 'GothamNarrow-Book';
          font-size: 15px;
          padding: 12px 24px;
          border-radius: 3px;
          background-color: #3b3b3b;
          color: #dedede;
          border: 0;
          outline: 0;
          resize: none;
          height: 72px;
          width: 781px;
          box-sizing: border-box; }
        .contact-container .form-wrapper form fieldset .field-wrapper .selector-wrapper {
          display: inline-block;
          vertical-align: middle;
          text-align: left; }
          .contact-container .form-wrapper form fieldset .field-wrapper .selector-wrapper select {
            font-family: 'GothamNarrow-Book';
            font-size: 15px;
            width: 282px;
            margin: 0;
            padding: 0 24px;
            background-color: #3b3b3b;
            border: 0;
            color: #dedede;
            text-transform: none;
            background-image: url("/img/select_drk_bg.png");
            background-size: auto;
            background-repeat: no-repeat;
            background-position: center right 12px; }
        .contact-container .form-wrapper form fieldset .field-wrapper .anwser-wrapper {
          display: inline-block;
          vertical-align: top;
          width: 781px;
          border-radius: 3px;
          background-color: #ffffff; }
          .contact-container .form-wrapper form fieldset .field-wrapper .anwser-wrapper a {
            -webkit-transition: all 350ms ease;
            -moz-transition: all 350ms ease;
            -o-transition: all 350ms ease;
            transition: all 350ms ease;
            display: block;
            padding: 15px 22px;
            border-bottom: 1px solid #e1e1e1;
            font-family: 'GothamNarrow-Bold';
            font-size: 18px;
            color: #767676;
            text-transform: uppercase;
            background-image: url(/img/arrow-right-link.png);
            background-position: center right 25px;
            background-repeat: no-repeat; }
            .contact-container .form-wrapper form fieldset .field-wrapper .anwser-wrapper a:hover {
              color: #FFEA00; }
            .contact-container .form-wrapper form fieldset .field-wrapper .anwser-wrapper a:last-child {
              border-bottom: 0; }
      .contact-container .form-wrapper form fieldset button {
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1px 10px 0;
        width: 110px;
        border-radius: 3px;
        background: #ffea00;
        color: #1275bc;
        text-align: center;
        text-transform: uppercase !important;
        line-height: 35px;
        border: 0;
        font-family: 'GothamNarrow-Book';
        -webkit-appearance: none;
        margin: 0 auto; }
        .contact-container .form-wrapper form fieldset button:hover {
          color: #ffea00;
          background-color: #1275bc; }

.g-recaptcha > div {
  margin: 8px auto 18px auto; }

.captcha-error {
  text-align: center;
  font-weight: bold;
  color: red; }

.success-message {
  text-align: center;
  font-family: 'GothamNarrow-Book';
  color: #ffea00;
  font-size: 16px;
  margin: 20px 0; }

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important; }

#my-video {
  margin-bottom: 40px; }

#booking-options {
  list-style: none;
  margin: 0;
  padding: 42px 0 0 0; }
  #booking-options > li {
    display: block;
    border: 1px solid #b5b5b5;
    margin-bottom: 12px; }
    #booking-options > li .header {
      background-color: #f1f1f2;
      position: relative;
      padding-left: 82px;
      height: 95px;
      line-height: 95px;
      cursor: pointer; }
      #booking-options > li .header .radio {
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #d6d6d6;
        border-radius: 50%;
        background-color: #ffffff;
        left: 28px;
        top: 38px;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease; }
      #booking-options > li .header h2 {
        display: inline-block;
        line-height: 18px;
        vertical-align: middle;
        color: #404041;
        font-size: 24px;
        margin: 0;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        letter-spacing: 0; }
        #booking-options > li .header h2 small {
          display: block;
          color: #777777;
          font-size: 14px;
          font-family: 'GothamNarrow-Book';
          margin-top: 8px;
          letter-spacing: 0; }
      #booking-options > li .header:hover .radio {
        border-color: #1275BC; }
      #booking-options > li .header:hover h2 {
        color: #1275BC; }
    #booking-options > li.disabled .header {
      opacity: 0.5;
      pointer-events: none;
      cursor: default; }
    #booking-options > li .body {
      background-color: #ffffff;
      padding: 22px 28px;
      display: none; }
      #booking-options > li .body .login-error {
        color: red;
        font-family: 'GothamNarrow-Bold'; }
      #booking-options > li .body form {
        font-size: 0;
        margin-bottom: 13px; }
        #booking-options > li .body form .favourites {
          margin-top: 32px;
          padding-bottom: 32px;
          border-bottom: 1px solid #d6d6d6; }
          #booking-options > li .body form .favourites h3 {
            margin-bottom: 32px; }
          #booking-options > li .body form .favourites .item {
            position: relative;
            float: left;
            width: auto;
            padding-right: 10px; }
            #booking-options > li .body form .favourites .item input[type=checkbox] {
              opacity: 0;
              width: 0;
              position: absolute;
              overflow: hidden; }
            #booking-options > li .body form .favourites .item input[type=checkbox] + label {
              font-size: 12px;
              color: #818181;
              text-transform: none;
              line-height: 18px;
              padding-left: 0;
              margin-bottom: 3px; }
              #booking-options > li .body form .favourites .item input[type=checkbox] + label span {
                display: inline-block;
                vertical-align: middle;
                width: 18px;
                height: 18px;
                border: 1px solid #d6d6d6;
                background-color: #fbfbfb;
                border-radius: 3px;
                margin-right: 10px;
                position: relative; }
            #booking-options > li .body form .favourites .item label.error {
              position: absolute;
              white-space: nowrap;
              background-color: #ffea00;
              border-radius: 3px;
              padding: 6px;
              top: -36px;
              left: 0px;
              width: auto;
              font-weight: bold;
              z-index: 10; }
              #booking-options > li .body form .favourites .item label.error:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8px 6px 0 6px;
                border-color: #ffea00 transparent transparent transparent;
                position: absolute;
                left: 6px;
                bottom: -6px; }
            #booking-options > li .body form .favourites .item input[type=checkbox]:checked + label span:after {
              content: '';
              display: block;
              width: 16px;
              height: 16px;
              background-color: #f1dd0f;
              left: 1px;
              top: 1px;
              border-radius: 3px;
              position: absolute; }
        #booking-options > li .body form fieldset {
          width: 198px;
          border: 0;
          padding: 0;
          margin: 0 11px 0 0;
          display: inline-block;
          vertical-align: top;
          position: relative; }
          #booking-options > li .body form fieldset.last {
            margin: 0; }
          #booking-options > li .body form fieldset.nolabel {
            padding-top: 26px; }
          #booking-options > li .body form fieldset.full {
            width: 100%; }
          #booking-options > li .body form fieldset.center {
            text-align: center; }
            #booking-options > li .body form fieldset.center input[type=submit] {
              margin: 15px auto 0; }
          #booking-options > li .body form fieldset label {
            margin: 0 0 5px 0;
            padding: 0;
            font-size: 12px;
            color: #818181; }
            #booking-options > li .body form fieldset label.error {
              position: absolute;
              white-space: nowrap;
              background-color: #ffea00;
              border-radius: 3px;
              padding: 6px;
              top: -18px;
              left: 11px;
              width: auto;
              font-weight: bold; }
              #booking-options > li .body form fieldset label.error:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8px 6px 0 6px;
                border-color: #ffea00 transparent transparent transparent;
                position: absolute;
                left: 6px;
                bottom: -6px; }
          #booking-options > li .body form fieldset input[type=email], #booking-options > li .body form fieldset input[type=password], #booking-options > li .body form fieldset input[type=text] {
            margin: 0;
            height: 44px;
            border-color: #d6d6d6;
            padding: 0 16px;
            width: 100%; }
          #booking-options > li .body form fieldset input[type=submit] {
            height: 44px;
            font-size: 18px;
            color: #404041;
            border-bottom: 3px solid #8f8f8f;
            border-radius: 5px;
            -webkit-transition: all 350ms ease;
            -moz-transition: all 350ms ease;
            -o-transition: all 350ms ease;
            transition: all 350ms ease; }
            #booking-options > li .body form fieldset input[type=submit]:hover {
              background-color: #8f8f8f;
              color: #ffffff; }
        #booking-options > li .body form .break {
          height: 10px; }
        #booking-options > li .body form .terms {
          position: relative; }
          #booking-options > li .body form .terms.first {
            padding-top: 18px; }
          #booking-options > li .body form .terms input[type=checkbox] {
            opacity: 0;
            width: 0;
            position: absolute;
            overflow: hidden; }
          #booking-options > li .body form .terms input[type=checkbox] + label {
            font-size: 12px;
            color: #818181;
            text-transform: none;
            line-height: 18px;
            padding-left: 0;
            margin-bottom: 3px; }
            #booking-options > li .body form .terms input[type=checkbox] + label a {
              color: #1174bb;
              text-decoration: underline;
              -webkit-transition: all 350ms ease;
              -moz-transition: all 350ms ease;
              -o-transition: all 350ms ease;
              transition: all 350ms ease; }
              #booking-options > li .body form .terms input[type=checkbox] + label a:hover {
                color: #f1dd0f; }
            #booking-options > li .body form .terms input[type=checkbox] + label span {
              display: inline-block;
              vertical-align: middle;
              width: 18px;
              height: 18px;
              border: 1px solid #d6d6d6;
              background-color: #fbfbfb;
              border-radius: 3px;
              margin-right: 10px;
              position: relative; }
          #booking-options > li .body form .terms label.error {
            position: absolute;
            white-space: nowrap;
            background-color: #ffea00;
            border-radius: 3px;
            padding: 6px;
            top: -36px;
            left: 0px;
            width: auto;
            font-weight: bold;
            z-index: 10; }
            #booking-options > li .body form .terms label.error:after {
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 8px 6px 0 6px;
              border-color: #ffea00 transparent transparent transparent;
              position: absolute;
              left: 6px;
              bottom: -6px; }
          #booking-options > li .body form .terms input[type=checkbox]:checked + label span:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-color: #f1dd0f;
            left: 1px;
            top: 1px;
            border-radius: 3px;
            position: absolute; }
      #booking-options > li .body a {
        font-size: 12px;
        color: #818181;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease; }
        #booking-options > li .body a:hover {
          color: #1275BC; }
      #booking-options > li .body #btnBook {
        height: 44px;
        font-size: 18px;
        color: #404041;
        border-bottom: 3px solid #8f8f8f;
        border-radius: 5px;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        background-color: #ffea00;
        margin: 0 auto;
        width: 200px;
        display: block;
        text-align: center;
        line-height: 44px;
        text-transform: uppercase;
        cursor: pointer; }
        #booking-options > li .body #btnBook:hover {
          background-color: #8f8f8f;
          color: #ffffff; }
      #booking-options > li .body .tble .tickets {
        margin-top: 0; }
        #booking-options > li .body .tble .tickets li {
          background-color: transparent;
          height: 42px;
          line-height: 42px; }
          #booking-options > li .body .tble .tickets li:first-child {
            height: auto;
            line-height: 18px;
            color: #818181;
            padding: 0;
            height: 40px;
            line-height: 40px; }
            #booking-options > li .body .tble .tickets li:first-child span {
              padding: 0;
              text-align: center;
              width: 20%;
              font-size: 12px;
              text-transform: uppercase;
              font-family: 'GothamNarrow-Book'; }
              #booking-options > li .body .tble .tickets li:first-child span.age {
                width: 20%;
                text-align: left;
                font-family: 'GothamNarrow-Book';
                text-transform: uppercase; }
              #booking-options > li .body .tble .tickets li:first-child span.discount-price.inactive {
                color: #ffffff;
                background-color: #9C9C9C; }
          #booking-options > li .body .tble .tickets li span {
            margin-top: 0;
            padding: 0;
            font-size: 15px;
            width: 20%; }
            #booking-options > li .body .tble .tickets li span.discounted-price.inactive {
              font-family: 'GothamNarrow-Bold'; }
            #booking-options > li .body .tble .tickets li span.age {
              text-transform: none;
              font-family: 'GothamNarrow-Bold'; }
              #booking-options > li .body .tble .tickets li span.age e {
                display: inline-block;
                vertical-align: middle;
                line-height: 14px; }
          #booking-options > li .body .tble .tickets li select {
            width: 80px;
            font-size: 14px;
            color: #000000;
            font-family: 'GothamNarrow-Bold'; }
    #booking-options > li.active .header .radio:after {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #f1dd0f;
      position: absolute;
      top: 1px;
      left: 1px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      -o-transition: all 350ms ease;
      transition: all 350ms ease; }

.new-booking-header {
  line-height: 22px;
  margin-bottom: 30px;
  float: left; }
  .new-booking-header small {
    display: block;
    font-size: 14px;
    font-family: 'GothamNarrow-Book'; }

.not-you {
  float: right;
  padding-right: 27px;
  font-family: 'GothamNarrow-Book';
  font-size: 14px;
  color: #000000; }
  .not-you a {
    color: #1275bc;
    text-decoration: underline;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease; }
    .not-you a:hover {
      color: #FFEA00; }

.new-booking-process {
  background-color: #ffffff;
  padding: 28px; }
  .new-booking-process #btnBook {
    height: 44px;
    font-size: 18px;
    color: #404041;
    border-bottom: 3px solid #8f8f8f;
    border-radius: 5px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    background-color: #ffea00;
    margin: 0 auto;
    width: 200px;
    display: block;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    cursor: pointer;
    clear: both; }
    .new-booking-process #btnBook:hover {
      background-color: #8f8f8f;
      color: #ffffff; }
  .new-booking-process .button-holder {
    position: static;
    width: 100%;
    padding-bottom: 38px;
    margin-top: 0; }
    .new-booking-process .button-holder > span {
      width: 132px;
      display: inline-block;
      text-align: left;
      padding: 11px 16px;
      font-size: 18px; }
  .new-booking-process .tickets {
    margin-top: 0;
    padding-bottom: 32px; }
    .new-booking-process .tickets li {
      background-color: transparent;
      height: 42px;
      line-height: 42px; }
      .new-booking-process .tickets li:first-child {
        height: auto;
        line-height: 18px;
        color: #818181;
        padding: 0 0 14px 0; }
        .new-booking-process .tickets li:first-child span {
          padding: 0;
          text-align: center;
          width: 18%;
          font-size: 12px;
          text-transform: uppercase;
          font-family: 'GothamNarrow-Book'; }
          .new-booking-process .tickets li:first-child span.age {
            width: 28%;
            text-align: left;
            font-family: 'GothamNarrow-Book';
            text-transform: uppercase; }
      .new-booking-process .tickets li span {
        margin-top: 0;
        padding: 0;
        font-size: 15px;
        width: 18%;
        font-family: 'GothamNarrow-Bold'; }
        .new-booking-process .tickets li span.discounted-price.inactive {
          font-family: 'GothamNarrow-Bold'; }
        .new-booking-process .tickets li span.age {
          text-transform: none;
          font-family: 'GothamNarrow-Bold';
          white-space: nowrap;
          width: 28%; }
      .new-booking-process .tickets li select {
        width: 80px;
        font-size: 14px;
        color: #000000;
        font-family: 'GothamNarrow-Bold'; }

.kids-party-wrapper .success {
  font-family: 'GothamNarrow-Bold';
  color: green;
  margin-bottom: 20px; }
.kids-party-wrapper .content {
  padding: 48px 10px 80px; }
  .kids-party-wrapper .content .text-col {
    margin-top: 42px; }
    .kids-party-wrapper .content .text-col p {
      margin-bottom: 22px; }
  .kids-party-wrapper .content .form-wrapper {
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    background-color: #ffffff;
    overflow: hidden; }
    .kids-party-wrapper .content .form-wrapper .head {
      background-color: #f1f1f2;
      border-bottom: 1px solid #b5b5b5;
      padding: 24px 32px; }
      .kids-party-wrapper .content .form-wrapper .head h2 {
        font-family: 'GothamNarrow-Bold';
        font-size: 24px;
        letter-spacing: -0.025em;
        margin: 0; }
    .kids-party-wrapper .content .form-wrapper .body {
      padding: 32px 32px 23px; }
      .kids-party-wrapper .content .form-wrapper .body form:after {
        content: '';
        display: block;
        clear: both; }
      .kids-party-wrapper .content .form-wrapper .body form fieldset {
        padding: 0;
        border: 0;
        width: 50%;
        float: left;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .kids-party-wrapper .content .form-wrapper .body form fieldset.odd {
          padding-right: 6px; }
        .kids-party-wrapper .content .form-wrapper .body form fieldset.even {
          padding-left: 6px; }
        .kids-party-wrapper .content .form-wrapper .body form fieldset.full {
          width: 100%; }
          .kids-party-wrapper .content .form-wrapper .body form fieldset.full select {
            width: 100%; }
        .kids-party-wrapper .content .form-wrapper .body form fieldset label {
          display: block;
          padding: 0;
          font-size: 12px;
          color: #818181; }
        .kids-party-wrapper .content .form-wrapper .body form fieldset select, .kids-party-wrapper .content .form-wrapper .body form fieldset input {
          width: 100%;
          margin-bottom: 8px;
          font-family: 'GothamNarrow-Bold';
          color: #000000; }
        .kids-party-wrapper .content .form-wrapper .body form fieldset input[type=submit] {
          font-family: 'GothamNarrow-Book';
          height: 44px;
          font-size: 18px;
          color: #404041;
          border-bottom: 3px solid #8f8f8f;
          border-radius: 5px;
          -webkit-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          -o-transition: all 350ms ease;
          transition: all 350ms ease;
          width: 150px;
          margin: 0 auto;
          margin-top: 16px; }
          .kids-party-wrapper .content .form-wrapper .body form fieldset input[type=submit]:hover {
            background-color: #8f8f8f;
            color: #ffffff; }

#showKidsClubMovies {
  background-color: #D0D2D3;
  text-align: center; }
  #showKidsClubMovies .content {
    padding: 0 0 40px 0; }
    #showKidsClubMovies .content .owl-wrapper {
      min-width: 100%; }
    #showKidsClubMovies .content select {
      margin-bottom: 40px; }

/*# sourceMappingURL=main.css.map */
