﻿/*
    //navbar.less
    #4c4c4c
    #888
    #fafafa
    #c4c4c4
    #808080
    #999999

    //pageTitle.less
    #4c4c4c
    #fafafa

    //slider.less
    #D9DCE5

    //tabbedNavigation.less
    #4c4c4c
    #fafafa
    #ddd
    #8E8E93

    //confirmation.less
    #1A1A1A
    #959595
    #fafafa
    #404040

    //connections.less
    #e4e4e4
    #eaeae9
    #4c4c4c

    //movierewards.less
    #e4e4e4
    #eaeae9
    #4c4c4c
    #F2F2F2
    #E6E6E6

    //movierewardsinfo.less
    #F9F9F9

    //myCinemark.less
    #4c4c4c

    //search.less
    #4c4c4c

    //seatmap.less
    #47643c
    #4c77c0
    #7f7f7f
    #47643c
    #E0E0E0
    #eee
    #cc1f2f
    #F0F0F0
    background: -webkit-gradient( linear, left top, right top, color-stop(8%, #F0F0F0), color-stop(18%, #DDDDDD), color-stop(33%, #F0F0F0) );
    background: -webkit-linear-gradient( left, #F0F0F0 8%, #DDDDDD 18%, #F0F0F0 33% );
    background: linear-gradient(to right, #F0F0F0 8%, #DDDDDD 18%, #F0F0F0 33%);

    //seatSwapConfirmation.less
    #ececec

    //subscriptions.less
    #E4E4E4
    #1A1A1A
    #eaeae9
    #4c4c4c
    #373737
    #c8c8c8
    #B22025

    //theater.less
    #4c4c4c

    //concessions.less
    #cecece
    #333
    #707070
    #b4b4b4
    #404040

    //showtimes.less
    #4c4c4c
    #454545
    #B8B8B8

    //cinemark.less
    #F9F9F9
    #eaeae9
    #4c4c4c
    #333
    #8E8E93
    #d9d9d9
    #0758bc
    #ddd
    #2d2d2d
    #AEAEAE
    #CECECE
    #4c4c4c
    #398293
    #555
    #66afe9
    #FAFAFA
    #FCFCFC
    #DEDEDE
    #eee
    #efefef
    #666
    #595959
    #b1b1b3
    #279D5B
    rgba(102, 175, 233, .6)
    rgba(102, 175, 233, .6)

    //MCP gradient
    background: linear-gradient(48.81deg, #A9A9A9 13.96%, #DBDBDB 40.33%, #DBDBDB 57.52%, #A9A9A9 87.79%);

    // line:5084 some array of colors
    #65B042
    #E28964
    #AEAEAE
    #608de2
    #3387CC
    #608de2
    #666
    #608de2
    #bdb76b
    #65B042
    #3387CC

    #060
    #006
    #600
    #404
    #044
    #440
    #000
    #006

*/
:root {
  --primary: #dd0000;
  --primary-lighter: #FF3C3C;
  --primary-darker: #6B0D0D;
  --on-primary: #FAFAFA;
  --secondary: #1A1A1A;
  --secondary-lighter: #2F2F2F;
  --secondary-darker: #000000;
  --on-secondary: #FAFAFA;
  --on-secondary-subtle: #FAFAFA;
  --background: #FAFAFA;
  --on-background: #1A1A1A;
  --surface: #FFFFFF;
  --on-surface: #1A1A1A;
  --error: #FFECEC;
  --on-error: #dd0000;
  --input-error-background: #FFECEC;
  --warning: #F19A18;
  --on-warning: #1A1A1A;
  --grey-50: #FEFEFE;
  --grey-100: #F2F2F2;
  --grey-200: #E6E6E6;
  --grey-300: #CCCCCC;
  --grey-400: #B3B3B3;
  --grey-500: #999999;
  --grey-600: #808080;
  --grey-700: #666666;
  --grey-800: #4D4D4D;
  --grey-900: #424242;
  --grey-950: #252525;
  --movie-fan: #2FA1A2;
  --movie-club: #8171B3;
  --pill-bg: #FFFFFF;
  --pill-border-color: #CCCCCC;
  --tag-bg: #CCCCCC;
  --tag-color: #1A1A1A;
  --seat-available: #47762E;
  --divider: #E6E6E6;
}
[data-theme="dark"] {
  --primary: #dd0000;
  --primary-lighter: #FF3C3C;
  --primary-darker: #6B0D0D;
  --on-primary: #FAFAFA;
  --secondary: #FAFAFA;
  --secondary-lighter: #FFFFFF;
  --secondary-darker: #F2F2F2;
  --on-secondary: #1A1A1A;
  --on-secondary-subtle: #B3B3B3;
  --background: #1A1A1A;
  --on-background: #FAFAFA;
  --surface: #1A1A1A;
  --on-surface: #FAFAFA;
  --error: #FAFAFA;
  --on-error: #1A1A1A;
  --input-error-background: #6B0D0D;
  --warning: #F19A18;
  --on-warning: #1A1A1A;
  --pill-bg: #2F2F2F;
  --pill-border-color: #4D4D4D;
}
/* Variables for Import */
/* Mixins for Import */
/* Typography */
.fontstd {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fontcnd {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fontsemibold {
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.fontbold {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.fxxxl {
  font-size: 4em;
}
.fxxl {
  font-size: 3em;
}
.fxl {
  font-size: 2.6em;
}
.flg {
  font-size: 2em;
}
.fmd {
  font-size: 1.6em;
}
.fstd {
  font-size: 1.4em;
}
.fsm {
  font-size: 1.1em;
}
.fxs {
  font-size: 0.9em;
}
.fxxs {
  font-size: 0.75em;
}
.flight {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fnormal {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fsemibold {
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.fbold {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.text-disabled {
  color: var(--grey-700);
}
/* Colors */
.primary {
  color: var(--primary);
}
.primary-hover {
  color: var(--primary-darker);
}
.brand-mf {
  color: var(--movie-fan);
}
.brand-mf-background {
  background: var(--movie-fan);
}
.brand-mc {
  color: var(--movie-club);
}
.brand-mc-background {
  background: var(--movie-club);
}
.seat-available-background {
  background: var(--seat-available);
}
.red {
  color: var(--primary);
}
.redhov {
  color: var(--primary-darker);
}
.blu20 {
  color: rgba(0, 61, 165, 0.2);
}
.blu50 {
  color: rgba(0, 61, 165, 0.5);
}
.blu70 {
  color: rgba(0, 61, 165, 0.7);
}
.blu100 {
  color: #003da5;
}
.grn50 {
  color: rgba(44, 104, 22, 0.5);
}
.grn70 {
  color: rgba(44, 104, 22, 0.7);
}
.grn100 {
  color: #2c6816;
}
.blk8 {
  color: rgba(0, 0, 0, 0.08);
}
.blk12 {
  color: rgba(0, 0, 0, 0.12);
}
.blk20 {
  color: rgba(0, 0, 0, 0.2);
}
.blk30 {
  color: rgba(0, 0, 0, 0.3);
}
.blk50 {
  color: rgba(0, 0, 0, 0.5);
}
.blk70 {
  color: #1a1a1a;
}
.blk70s {
  color: #444444;
}
.blk100 {
  color: #000000;
}
.wht1 {
  color: rgba(255, 255, 255, 0.1);
}
.wht50 {
  color: rgba(255, 255, 255, 0.5);
}
.wht100 {
  color: #ffffff;
}
.grey-700 {
  color: #666666;
}
.bgred {
  background: var(--primary);
}
.bgredhov {
  background: var(--primary-darker);
}
.bgblu20 {
  background: rgba(0, 61, 165, 0.2);
}
.bgblu50 {
  background: rgba(0, 61, 165, 0.5);
}
.bgblu70 {
  background: rgba(0, 61, 165, 0.7);
}
.bgblu100 {
  background: #003da5;
}
.bggrn50 {
  background: rgba(44, 104, 22, 0.5);
}
.bggrn70 {
  background: rgba(44, 104, 22, 0.7);
}
.bggrn100 {
  background: #2c6816;
}
.bgdbox {
  background: #f5891d;
}
.bgdboxhov {
  background: #d36700;
}
.special {
  background: #2da59c;
}
.specialhov {
  background: #0b837a;
}
.bgblk2 {
  background: rgba(0, 0, 0, 0.02);
}
.bgblk2s {
  background: #fafafa;
}
.bgblk5 {
  background: rgba(0, 0, 0, 0.05);
}
.bgblk5s {
  background: #f3f3f3;
}
.bgblk8 {
  background: rgba(0, 0, 0, 0.08);
}
.bgblk8s {
  background: #eaeae9;
}
.bgblk12 {
  background: rgba(0, 0, 0, 0.12);
}
.bgblk20 {
  background: rgba(0, 0, 0, 0.2);
}
.bgblk30 {
  background: rgba(0, 0, 0, 0.3);
}
.bgblk50 {
  background: rgba(0, 0, 0, 0.5);
}
.bgblk70 {
  background: #1a1a1a;
}
.bgblk100 {
  background: #000000;
}
.bggry {
  background: #8E8E93;
}
.bgwht1 {
  background: rgba(255, 255, 255, 0.1);
}
.bgwht50 {
  background: rgba(255, 255, 255, 0.5);
}
.bgwht70 {
  background: rgba(255, 255, 255, 0.7);
}
.bgwht70s {
  background: #444444;
}
.bgwht100 {
  background: #ffffff;
}
.bg-none {
  background: none;
}
/* Border */
.brdred {
  border: 2px solid var(--primary);
}
.brdredhov {
  border: 2px solid var(--primary-darker);
}
.brdDis {
  border: 2px solid #8E8E93;
}
.border-none {
  border: none;
}
/* Bootstrap label */
.label-primary {
  background: var(--primary);
}
/* Dropshadows */
.module-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.module-shadow-hover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.no-shadow {
  box-shadow: none !important;
}
/* Icons */
.fill-red {
  fill: var(--primary);
}
.fill-red-hov {
  fill: var(--primary-darker);
}
.stroke-red {
  stroke: var(--primary);
}
.stroke-red-hov {
  stroke: var(--primary-darker);
}
.svg-btn {
  padding: 0;
  background: none;
}
/* Vertical Alignment */
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
/* Flexbox Alignment */
.flex-align-center {
  align-items: center;
}
/* Hide the increment/decrement spinner on numerical inputs */
.hide-number-spinner[type="number"] {
  -moz-appearance: textfield;
}
.hide-number-spinner[type="number"]::-webkit-outer-spin-button,
.hide-number-spinner[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Layout */
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 40px;
}
@media only screen and (max-width:767.98px) {
  .bottom {
    margin-bottom: 15px;
  }
}
.bottom:not(img):not(input):empty {
  display: none !important;
}
.left {
  float: left;
  margin-left: 0;
}
.tight > * {
  margin: 0.5em 0;
}
.right {
  float: right;
  margin-right: 0;
}
.center {
  margin: auto;
}
.labelMargin {
  margin-top: calc(1em + 10px);
}
.uline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ulinepad {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.ulinepad:first-of-type {
  padding-top: 0;
}
.ulinepad.extra {
  padding: 1.5em 0;
}
.noline {
  padding-bottom: 0px;
  border-bottom: none;
}
.oline {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.olinepad {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1em;
  margin-top: 0.5em;
}
.olinepad.extra {
  padding-top: 1.5em;
  margin-top: 1em;
}
.strike {
  text-decoration: line-through;
}
.full-width {
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.breaks {
  white-space: pre-line;
}
.text-wrap {
  white-space: normal;
}
.trunc {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.success {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: rgba(44, 104, 22, 0.7);
}
.success.svgIcon {
  fill: rgba(44, 104, 22, 0.7);
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.print {
  display: none;
}
@media print {
  .print {
    display: initial;
  }
}
.finit {
  font-size: 10px;
}
.px0 {
  padding-left: 0;
  padding-right: 0;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.p15 {
  padding: 15px;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb30 {
  padding-bottom: 30px;
}
.m0 {
  margin: 0 !important;
}
.b0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.t15 {
  margin-top: 15px;
}
.t30 {
  margin-top: 30px;
}
@media only screen and (max-width:767.98px) {
  .tempFixTopMargin {
    margin-top: 15px;
  }
}
.radius {
  border-radius: 4px;
}
.txtc {
  text-align: center;
}
.txtl {
  text-align: left;
}
.grow {
  flex-grow: 1;
}
.max-300 {
  max-width: 300px;
}
.cursPoint {
  cursor: pointer;
}
/* Responsive */
@media only screen and (max-width:369.98px) {
  .hidden-mobile-sm {
    display: none;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .hidden-mobile-md {
    display: none;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .hidden-mobile-lg {
    display: none;
  }
}
/* CSS Line Clamp */
/* Single line truncate */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
/* Standard Drop Shadow */
.filter-drop-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
/* List utility classes*/
.lsp-outside {
  list-style-position: outside;
}
/* Styling for Theatre Home Page */
.theaterAmentitiesList {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.theaterAmentitiesList li .dropdown-menu {
  left: initial;
  right: 0%;
}
.theaterAmentitiesList .open + li div {
  display: block;
}
.theatreInfoCollapse a.change-theater-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.theatreInfoCollapse a.change-theater-info h3 {
  font-size: inherit;
  margin: 0;
}
.topTheatreBlock {
  padding: 20px 30px 15px;
}
@media only screen and (max-width:369.98px) {
  .topTheatreBlock {
    background: #ffffff;
    padding: 15px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  .topTheatreBlock {
    background: #ffffff;
    padding: 15px;
  }
}
#theatreSelector {
  float: left;
  white-space: nowrap;
}
@media only screen and (max-width:767.98px) {
  #theatreSelector {
    width: 100%;
  }
}
#theatreSelector .dropdown-menu svg.favoriteOn,
#theatreSelector .dropdown-menu svg.favoriteOff {
  max-height: 15px;
  max-width: 15px;
  margin-right: 0.1em;
}
#theatreSelector .dropdown-menu svg .arrowRight {
  float: right;
}
#theatreSelectFixed {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width:767.98px) and (orientation: landscape) {
  #theatreSelectFixed {
    display: none !important;
  }
}
#theatreSelectFixed .theatreSelected {
  background: #ffffff;
}
@media only screen and (max-width:369.98px) {
  #theatreSelectFixed .theatreSelected {
    padding: 15px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) {
  #theatreSelectFixed .theatreSelected {
    padding: 20px 30px;
  }
}
@media only screen and (min-width:768px) {
  #theatreSelectFixed .theatreSelected {
    background: rgba(0, 0, 0, 0.08);
  }
}
#theatreSelectFixed .visible-xs {
  background: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  #theatreSelectFixed .visible-xs {
    margin: 0 -30px;
    padding: 0 30px;
  }
}
#theatreSelectFixed h1.theatreName,
.topTheatreBlock h1.theatreName {
  display: inline;
  vertical-align: middle;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width:767.98px) {
  #theatreSelectFixed h1.theatreName,
  .topTheatreBlock h1.theatreName {
    white-space: normal;
  }
}
@media only screen and (max-width:369.98px) {
  #theatreSelectFixed h1.theatreName,
  .topTheatreBlock h1.theatreName {
    font-size: 2em;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  #theatreSelectFixed h1.theatreName,
  .topTheatreBlock h1.theatreName {
    font-size: 2.6em;
    line-height: 1.5em;
  }
}
@media only screen and (min-width:768px) {
  #theatreSelectFixed h1.theatreName,
  .topTheatreBlock h1.theatreName {
    font-size: 3em;
  }
}
#theatreSelectFixed h1.theatreName.findTheatre,
.topTheatreBlock h1.theatreName.findTheatre {
  padding: 0;
}
.topTheatreBlock .theatrePhotoSm {
  margin-bottom: 15px;
}
.topTheatreBlock .theatrePhotoSm:empty {
  display: none !important;
}
.theatreBlockTabs {
  float: right;
  font-size: 1.4em;
}
.theatreTabbedContent {
  margin-top: 15px;
}
@media only screen and (max-width:767.98px) {
  .theatreTabbedContent {
    margin: 15px -15px -14px;
    padding: 15px;
    /*border-top:1px solid @blk12;*/
  }
  .theatreTabbedContent h3 {
    margin-top: 0;
  }
  .theatreTabbedContent .tab-pane#theatreInfo {
    display: none !important;
  }
  .theatreTabbedContent .tab-pane#featuredMovies {
    display: block !important;
  }
}
#theatreInfo .theatreMap {
  position: relative;
  width: 100%;
  float: right;
}
#theatreInfo .theatrePhoto {
  /* Turning off theatre photos here until they are available */
  display: none;
}
#theatreInfo .img-responsive {
  width: 100%;
  height: 100%;
}
#theatreInfo .theatreContactInfo {
  width: 67%;
  float: left;
  margin-top: 15px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px), only screen and (min-width:992px) and (max-width:1199.98px) {
  #theatreInfo .theatreContactInfo {
    font-size: 1.1em;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px), only screen and (min-width:992px) and (max-width:1199.98px) {
  #theatreInfo .theatreContactInfo [aria-labelledby="icon-title-phone"] {
    margin-bottom: 5px;
  }
}
#theatreInfo .theatreContactInfo .left {
  width: 67%;
  float: left;
}
#theatreInfo .theatreContactInfo .right {
  width: 30%;
  float: right;
  padding: 0;
}
#theatreInfo .theatreContactInfo svg {
  height: 14px;
  display: inline-block;
  margin-right: 0.5em;
  fill: var(--primary);
}
#theatreInfo .theatreAmenities {
  width: 30%;
  float: right;
  margin-top: 15px;
  text-align: center;
  font-size: 1.6em;
}
#theatreInfo .theatreAmenities svg {
  height: 20px;
  margin-right: 1em;
}
@media only screen and (max-width:767.98px) {
  .theatreAmenities {
    margin: 15px 0 0;
  }
}
.theatreInfoCollapse {
  margin-bottom: 1px;
  background: rgba(0, 0, 0, 0.08);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.theatreInfoCollapse:hover {
  background: rgba(0, 0, 0, 0.12);
}
.theatreInfoCollapse a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 30px;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .theatreInfoCollapse a {
    padding: 10px 15px;
  }
}
.theatreInfoCollapse span {
  float: right;
  padding-top: 5px;
}
.theatreInfoCollapseContent {
  margin: -1px 0 1px;
  background: rgba(0, 0, 0, 0.08);
}
.theatreInfoCollapseContent .col-xs-12 {
  padding: 10px 30px 0;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .theatreInfoCollapseContent .col-xs-12 {
    padding: 10px 15px 0;
  }
}
@media only screen and (max-width:767.98px) {
  #theatreSelector .changeTheatre {
    display: none;
  }
}
#theatreSelector.stick {
  position: fixed;
  background: #eaeae9;
  z-index: 3500;
  box-shadow: 0 -5px 20px #4c4c4c;
}
#theatreSelector.stick.stuck {
  box-shadow: none;
}
@media only screen and (max-width:767.98px) {
  #theatreSelector.stick h1.theatreName {
    font-size: 2em;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 0;
  }
}
@media only screen and (max-width:369.98px) {
  #theatreSelector.stick h1.theatreName {
    width: calc(100% - 15px);
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  #theatreSelector.stick h1.theatreName {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width:768px) {
  #theatreSelector.stick h1.theatreName {
    margin: 0;
  }
}
@media only screen and (max-width:767.98px) {
  #theatreSelector.stick {
    margin-left: -15px;
    width: 100%;
    top: 55px;
  }
  #theatreSelector.stick .changeTheatre {
    display: block;
    width: 100%;
    padding: 10px 15px;
    height: auto;
    margin-top: -5px;
    margin-bottom: -10px;
    font-size: 1.6em;
  }
  #theatreSelector.stick .changeTheatre a {
    display: block;
    width: 100%;
  }
  #theatreSelector.stick .changeTheatre a svg {
    float: right;
  }
}
#theatreSelector.stick .dropdown-menu {
  width: 100%;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  #theatreSelector.stick {
    padding: 5px 15px;
  }
  #theatreSelector.stick .changeTheatre {
    display: none;
    padding: 10px 0;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  #theatreSelector.stick {
    padding: 10px 0;
  }
}
@media only screen and (min-width:768px) {
  #theatreSelector.stick {
    /*top:110px;*/
    margin-left: -30px;
  }
  #theatreSelector.stick .changeTheatre {
    float: right;
    height: auto;
    padding: 10px;
    margin-bottom: -10px;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  #theatreSelector.stick {
    width: 100%;
    padding: 15px 0;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  #theatreSelector.stick {
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (min-width:1200px) {
  #theatreSelector.stick {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 20px 0;
  }
}
@media only screen and (min-width:768px) {
  #theatreSelector.stick .container {
    padding-left: 30px;
  }
}
@media only screen and (min-width:768px) {
  #theatreSelector .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width:767.98px) {
  .theatreHomeContent {
    padding: 0;
  }
  .theatreHomeContent .sidebar {
    padding: 0 15px;
  }
}
@media only screen and (max-width:369.98px) {
  #xsTheatreSelector,
  #xsTheatreSelectorFixed {
    padding-left: 0;
  }
}
#xsTheatreSelector h4,
#xsTheatreSelectorFixed h4 {
  margin: 0 0 0.5em;
  font-size: 1.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
#xsTheatreSelector ul,
#xsTheatreSelectorFixed ul {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width:369.98px) {
  #xsTheatreSelector li,
  #xsTheatreSelectorFixed li {
    margin: 0 -15px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) {
  #xsTheatreSelector li,
  #xsTheatreSelectorFixed li {
    margin: 0 -30px 0 -40px;
  }
}
#xsTheatreSelector li a,
#xsTheatreSelectorFixed li a {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width:369.98px) {
  #xsTheatreSelector li a,
  #xsTheatreSelectorFixed li a {
    padding: 10px 15px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) {
  #xsTheatreSelector li a,
  #xsTheatreSelectorFixed li a {
    padding: 10px 30px 10px 40px;
  }
}
#xsTheatreSelector li a:hover,
#xsTheatreSelectorFixed li a:hover {
  background: rgba(0, 0, 0, 0.12);
}
#xsTheatreSelector li a span.trunc,
#xsTheatreSelectorFixed li a span.trunc {
  width: calc(100% - 40px);
  display: inline-block;
  padding: 6px;
  margin-bottom: -1em;
}
#xsTheatreSelector li a:hover svg,
#xsTheatreSelectorFixed li a:hover svg {
  fill: var(--primary-darker);
}
#xsTheatreSelector li a svg.arrowRight,
#xsTheatreSelectorFixed li a svg.arrowRight {
  float: right;
  height: 22px;
}
#xsTheatreSelector li svg,
#xsTheatreSelectorFixed li svg {
  height: 16px;
}
form.theatreInfoCollapseSearch {
  display: block;
  padding: 0;
  height: 36px;
  margin-bottom: 15px;
}
form.theatreInfoCollapseSearch input,
form.theatreInfoCollapseSearch button {
  display: inline-block;
  border: none;
  vertical-align: middle;
  height: 36px;
}
form.theatreInfoCollapseSearch input {
  background: rgba(0, 0, 0, 0.08);
  padding: 0 0.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  width: calc(100% - 36px);
}
form.theatreInfoCollapseSearch button {
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  width: 36px;
}
form.theatreInfoCollapseSearch button .svg {
  fill: #ffffff;
  vertical-align: middle;
}
form.theatreInfoCollapseSearch button .svg:hover {
  fill: #000000;
}
.theatreInfoCollapseContent p:last-child {
  margin: -1px 0 1px;
}
.theatreInfoCollapseIcon svg {
  margin-right: 0.5em;
  fill: var(--primary);
}
.theatreInfoCollapseIcon,
.theatreInfoCollapseBody,
.addressIcon,
.addressBody {
  display: table-cell;
}
.theatreInfoCollapseContent .col-xs-12.theatreInfoCollapseMap {
  margin-top: 15px;
  padding: 0;
}
.theatreInfoCollapseMap img {
  min-width: 100%;
}
.modal-backdrop {
  z-index: 4100;
}
@media only screen and (max-width:369.98px) {
  .movieBlockHeader {
    padding-left: 0;
  }
}
.movieBlockHeader:before {
  display: table;
  content: "";
}
.movieBlockHeader:after {
  display: table;
  content: "";
  clear: both;
}
@media only screen and (max-width:369.98px) {
  .movieBlockHeader .movieBlockInfo span,
  .movieBlockHeader .movieBlockInfo a {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width:768px) {
  .movieBlockHeader .movieBlockInfo span,
  .movieBlockHeader .movieBlockInfo a {
    margin-right: 1.5em;
  }
}
.movieBlockHeader .movieBlockInfo span:empty,
.movieBlockHeader .movieBlockInfo a:empty {
  display: none;
}
.movieBlockHeader .movieBlockInfo .showtimeMovieDetailsLink {
  float: right;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .movieBlockHeader .movieBlockInfo .showtimeMovieDetailsLink {
    margin-right: 0;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) {
  .movieBlockHeader .movieBlockInfo .showtimeMovieDetailsLink {
    float: none;
  }
}
.movieBlockHeader .movieBlockInfo .showtimeMovieTrailerLink {
  float: right;
}
@media only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) {
  .movieBlockHeader .movieBlockInfo .showtimeMovieTrailerLink {
    float: none;
  }
}
@media only screen and (min-width:768px) {
  .movieBlockShowtimes {
    float: right;
  }
}
.movieLink h3 {
  color: var(--on-surface);
}
/* Print Styling */
@media print {
  body,
  p,
  a,
  ul,
  li,
  span {
    font-size: 1em !important;
    font-weight: normal !important;
  }
  .container.top,
  .changeLocation,
  .theatreInfoCollapse,
  .theatreDateSelector,
  .movieBlockPoster,
  .showtimeMovieDetailsLink,
  .showtimeMovieTrailerLink,
  .sidebar,
  .bottomPromoBlock,
  footer {
    display: none !important;
  }
  body,
  .container,
  .contentMain,
  .topTheatreBlock,
  .col-xs-12,
  .col-sm-10 {
    padding: 0 !important;
  }
  .container {
    width: auto !important;
  }
  .row {
    margin: 0;
  }
  div.print {
    display: block;
  }
  .contentMain {
    width: 100%;
    margin: 20px 0 0;
  }
  .contentMain .showtimeMovieRating,
  .contentMain .showtimeMovieRuntime {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .contentMain h1 {
    font-size: 1.6em;
  }
  .contentMain h2,
  .contentMain h4 {
    font-size: 1.4em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    padding: 0;
  }
  .contentMain #showTimes > h1.print {
    display: block;
    margin-bottom: 10px;
    border-top: solid 1px rgba(0, 0, 0, 0.12);
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    padding: 6px 0;
  }
  .contentMain #showTimes #showtimesInner {
    columns: 3;
    column-count: 3;
    -moz-column-count: 3;
    -moz-columns: 3;
    -webkit-columns: 3;
    column-rule: solid 1px rgba(0, 0, 0, 0.12);
    -moz-column-rule: solid 1px rgba(0, 0, 0, 0.12);
    margin: 0 -10px;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0 !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock h4 {
    font-size: 1.1em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    padding: 0;
    vertical-align: middle;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock > a,
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock > img {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock img {
    max-height: 14px;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock .showtimeMovieTimes {
    margin-top: 0;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock .showtimeMovieTimes .row {
    margin: 0;
    padding: 0;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock .showtimeMovieTimes .row .showtime {
    width: 25%;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock .showtimeMovieTimes .row .showtime a {
    text-align: left;
    margin: 0;
    padding: 0.2em 0;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock .showtimeMovie {
    margin-bottom: 0;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock .showtimeMovie h2 {
    font-family: 'Work Sans Bold', sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 0;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock .showtimeMovie .hidden-xs {
    display: none;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock .showtimeMovie .col-sm-10 {
    width: 100%;
  }
  .contentMain #showTimes #showtimesInner .showtimeMovieRating,
  .contentMain #showTimes #showtimesInner .showtimeMovieRuntime,
  .contentMain #showTimes #showtimesInner .showtimeMovieBlock .showtimeMovieTimes {
    font-size: 1.1em;
  }
}
@media only screen and (min-width:768px) {
  #featuredMovies .container.container--desktop-padding,
  #comingSoon .container.container--desktop-padding {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0;
  }
}