.clearBoth {
  clear: both;
}
.softHidden {
  display: none;
}
h2 {
  font-size: 28px;
}
.navbar-brand {
  padding: 0;
  width: 300px;
}
.navbar-brand img {
  width: 100%;
}
@media (max-width: 500px) {
  .navbar-brand {
    width: 280px;
    padding: 8px 0 0 8px;
  }
  .navbar-brand img {
    width: 280px;
  }
}
@media (max-width: 360px) {
  .navbar-brand {
    width: 200px;
    padding: 14px 0 0 5px;
  }
  .navbar-brand img {
    width: 200px;
  }
}
.navbar-nav > li > span {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
  color: #fff;
}
.nav > li > span {
  position: relative;
  display: block;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .navbar-nav > li > span {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
}
section {
  padding: 50px 0;
}
.row.relativeRow {
  position: relative;
}
tr {
  border-top: 1px solid #d3d3d3;
}
thead tr {
  border-top: none;
}
header .container {
  transition: padding-top 0.25s linear 0s, padding-bottom 0.25s linear 0s;
}
header .container.shortContainer {
  padding-top: 75px;
  padding-bottom: 30px;
}
ul.navbar-nav li.shoppingCart a {
  position: relative;
}
ul.navbar-nav li.shoppingCart i.fa {
  font-size: 26px;
  position: absolute;
  top: 17px;
}
ul.navbar-nav li.shoppingCart span.cartPrice {
  padding-left: 30px;
}
@media (max-width: 767px) {
  header .container.shortContainer {
    padding-top: 70px;
  }
  ul.navbar-nav li.shoppingCart i.fa {
    top: 7px;
  }
}
section#pageContent h2 {
  margin-bottom: 40px;
}
section#pageContent.information section {
  padding: 0;
  margin-bottom: 40px;
}
section#pageContent.information section p {
  font-size: 16px;
}
section#pageContent.information section.logos a img {
  margin: 0 5px 10px;
}
.screening {
  margin-bottom: 50px;
  position: relative;
}
.screening:last-of-type {
  margin-bottom: 0;
}
.screening:hover .hoverContainer {
  display: block;
}
.screening .screeningDetails .row,
.screening .screeningMovies .row {
  background-color: #2c3e50;
  margin-bottom: 10px;
}
.screening .screeningDetails .row h4,
.screening .screeningMovies .row h4 {
  color: #fff;
}
.screening .screeningMovies table {
  margin-bottom: 0;
}
.screening .screeningMovies h3 {
  text-align: center;
  margin-top: 50px;
}
.screening .screeningDetails {
  background-color: #1895bc;
  padding-bottom: 12px;
  color: #fff;
}
.screening .screeningDetails .row {
  margin-bottom: 15px;
}
.screening .screeningDetails dl {
  overflow: hidden;
  margin-bottom: 0;
}
.screening .screeningDetails dt {
  float: left;
  clear: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.screening .screeningDetails dd {
  float: left;
  clear: right;
  margin-bottom: 5px;
}
.screening .hoverContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100 !important;
  display: none;
  background-color: rgba(0,0,0,0.4);
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.screening .hoverContainer h2 {
  margin-top: 80px;
  margin-bottom: 0;
}
.screening.screeningAlternate.screeningChrono {
  margin-bottom: 40px;
}
.screening.screeningAlternate.screeningChrono h4.screeningDate {
  color: #1895bc;
}
.screening.screeningAlternate .screeningName {
  background: #2c3e50;
  color: #fff;
}
.screening.screeningAlternate .screeningName span.filmName {
  float: left;
  display: block;
  max-width: 60%;
  padding-bottom: 10px;
}
.screening.screeningAlternate .screeningForName dl {
  overflow: hidden;
}
.screening.screeningAlternate .screeningForName dt {
  float: left;
  clear: left;
  margin-right: 5px;
}
.screening.screeningAlternate .screeningForName dd {
  float: left;
  clear: right;
}
.screening.screeningAlternate .additionalInfo {
  float: right;
  cursor: pointer;
}
.screening.screeningAlternate .additionalInfo i.fa {
  font-size: 22px;
  line-height: 18px;
  margin-left: 3px;
}
.screening.screeningAlternate .screeningsContainer {
  background-color: #1895bc;
  color: #fff;
  padding: 15px 0 0;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer {
  background-color: #fff;
  color: #2c3e50;
  padding: 15px 15px 0;
  margin-bottom: 20px;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer h5 {
  margin: 0 0 8px;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer h5.screeningTime {
  float: left;
  background-color: #1895bc;
  color: #fff;
  padding: 4px 6px;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo {
  padding-left: 80px;
  padding-top: 4px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #add8e6;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .selectButtonContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  min-height: 20px;
  padding-top: 40px;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .selectButtonContainer.soldOut {
  width: 170px;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .selectButtonContainer p {
  font-size: 12px;
  text-align: right;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .screeningSelector {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1895bc;
  transition: background-color 200ms linear;
  color: #fff;
  padding: 8px 10px;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .screeningSelector:hover {
  background-color: #18749b;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .screeningSelector h4 {
  margin: 0;
  font-size: 15px;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .screeningSelector.soldOut {
  opacity: 0.7;
  cursor: default;
  background-color: #1895bc !important;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .infoInnerContainer {
  padding-right: 160px;
  position: relative;
}
.screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .infoInnerContainer.isSoldOut {
  padding-right: 220px;
  min-height: 100px;
}
@media (max-width: 767px) {
  .screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .infoInnerContainer {
    padding-right: 0 !important;
  }
  .screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .selectButtonContainer {
    width: 100% !important;
    position: relative;
    margin-top: 20px;
  }
  .screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .selectButtonContainer .screeningSelector {
    width: 100%;
    text-align: center;
  }
  .screening.screeningAlternate .screeningsContainer.chronoContainer .screeningInfo .selectButtonContainer p {
    text-align: left;
  }
}
.screening.screeningAlternate .screeningsContainer .singleScreening {
  margin-bottom: 15px;
}
.screening.screeningAlternate .screeningsContainer .singleScreening dl {
  margin-bottom: 0;
}
.screening.screeningAlternate .screeningsContainer .screeningForName {
  background-color: #2c3e50;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.screening.screeningAlternate .screeningsContainer .screeningForName:hover {
  background-color: #1a242f;
}
.synopsis {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.synopsis img {
  float: left;
  margin: 0 10px 0 0;
}
.synopsis p {
  font-size: 15px;
  margin-bottom: 0;
}
.synopsis p.hasMargin {
  margin-bottom: 10px;
}
.synopsis.screeningInformation {
  margin-bottom: 20px;
}
.synopsis.screeningInformation.creditCards a img {
  margin-bottom: 3px;
}
.screeningSelector {
  cursor: pointer;
}
.screeningSelector.mobileScreeningSelector {
  background: #1895bc;
  color: #fff;
}
.screeningSelector.mobileScreeningSelector h4 {
  text-align: center;
}
@media (max-width: 420px) {
  .mobileHidden {
    display: none;
  }
}
select {
  color: #fff;
  width: 330px;
  max-width: 100%;
  height: 32px;
  font-size: 15px;
  margin-bottom: 5px;
  background-color: #2c3e50;
  position: relative;
}
select.expirationMonth {
  width: 70px;
}
select.expirationYear {
  width: 100px;
}
div.screeningsLoader {
  position: relative;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #1895bc;
}
section#error404 {
  padding-top: 200px;
}
span.darkBlue {
  color: #2c3e50;
}
div.hallSectionsContainer {
  text-align: center;
}
div.chairsContainer h4 {
  text-align: center;
}
div.chairsContainer h4.stagePosition {
  margin-bottom: 25px;
}
div.hallSection {
  margin-bottom: 25px;
  text-align: left;
  display: inline-block;
  padding: 0 15px 9px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
}
div.hallSection.inlineHallSection {
  margin-left: 5px;
  margin-right: 5px;
}
div.hallSection h4 {
  position: relative;
}
div.hallSection h4 span.hallSectionPrice,
div.hallSection h4 a.showBlueprint {
  display: block;
  position: absolute;
  right: -5px;
  top: -20px;
  background: #1895bc;
  text-transform: lowercase !important;
  color: #fff;
  font-size: 12px;
  height: 19px;
  padding: 3px 4px 0;
  border-radius: 2px;
}
div.hallSection h4 a.showBlueprint {
  top: -23px;
  left: -5px;
  right: auto;
  text-transform: uppercase !important;
  float: left;
  padding: 5px 6px;
  height: 23px;
  text-decoration: none !important;
}
div.hallSection h4 a.showBlueprint:hover {
  text-decoration: none;
  background: #18749b;
}
div.hallSection h4 a.showBlueprint:active {
  text-decoration: none;
}
div.hallSection div.chairRowContainer {
  float: left;
}
div.hallImageModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.92);
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
div.hallImageModal .container {
  position: relative;
}
div.hallImageModal img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  max-width: 90%;
  max-height: 90vh;
}
div.hallImageModal a {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 38px;
  color: #f39c12;
  text-decoration: none !important;
}
div.legend {
  overflow: hidden;
  margin: 10px 0 5px;
}
div.legend div.chairContainer {
  margin-right: 30px;
}
div.legend div.chairLegend {
  cursor: default !important;
}
div.chairSpacer,
div.chairLegend,
div.chair {
  float: left;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
  transition: color 0.1s linear 0, border-color 0.1s linear 0, background-color 0.1s linear 0;
}
div.chairSpacer.unnumbered,
div.chairLegend.unnumbered,
div.chair.unnumbered {
  color: #939393;
}
div.chairSpacer.rowNumber,
div.chairLegend.rowNumber,
div.chair.rowNumber {
  border-radius: 20px;
  background-color: #1895bc;
  color: #fff;
  margin-right: 8px;
  border-color: #1895bc;
  float: left;
  cursor: default;
}
div.chairSpacer:last-child,
div.chairLegend:last-child,
div.chair:last-child {
  margin-right: 0;
}
div.chairSpacer.disabled:not(.rowNumber):not(.selected),
div.chairLegend.disabled:not(.rowNumber):not(.selected),
div.chair.disabled:not(.rowNumber):not(.selected),
div.chairSpacer.enabled.reservationDisabled,
div.chairLegend.enabled.reservationDisabled,
div.chair.enabled.reservationDisabled {
  background-color: #d3d3d3;
  opacity: 0.3;
  cursor: default;
}
div.chairSpacer.enabled:not(.selected):hover,
div.chairLegend.enabled:not(.selected):hover,
div.chair.enabled:not(.selected):hover {
  border-color: #008e30;
  color: #008e30;
}
div.chairSpacer.enabled.selected,
div.chairLegend.enabled.selected,
div.chair.enabled.selected {
  background-color: #008e30;
  border-color: #008e30;
  color: #fff;
}
div.chairSpacer.enabled.tempDisabled:not(.selected),
div.chairLegend.enabled.tempDisabled:not(.selected),
div.chair.enabled.tempDisabled:not(.selected) {
  border-color: #d3d3d3;
  opacity: 0.3;
  cursor: default;
}
div.chairSpacer.enabled.selectDisabled,
div.chairLegend.enabled.selectDisabled,
div.chair.enabled.selectDisabled {
  border-color: #008e30;
  background-color: #008e30;
  color: #fff !important;
  opacity: 0.2 !important;
  cursor: default;
}
div.chairSpacer.enabled.hasSpecialPrice,
div.chairLegend.enabled.hasSpecialPrice,
div.chair.enabled.hasSpecialPrice {
  border-color: #1895bc;
}
div.chairSpacer.enabled.isReservable,
div.chairLegend.enabled.isReservable,
div.chair.enabled.isReservable {
  color: #1895bc;
}
div.chairSpacer.enabled.isReservable.selected,
div.chairLegend.enabled.isReservable.selected,
div.chair.enabled.isReservable.selected {
  color: #fff;
}
div.chairSpacer .chairPopup,
div.chairLegend .chairPopup,
div.chair .chairPopup {
  position: absolute;
  height: 39px;
  width: 110px;
  border-radius: 4px;
  background-color: #1895bc;
  top: -44px;
  left: -45px;
  color: #fff;
  padding: 5px 20px 5px 7px;
  cursor: default;
}
div.chairSpacer .chairPopup i.fa,
div.chairLegend .chairPopup i.fa,
div.chair .chairPopup i.fa {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
div.chairSpacer .chairPopup i.fa:hover,
div.chairLegend .chairPopup i.fa:hover,
div.chair .chairPopup i.fa:hover {
  color: #d3d3d3;
}
div.chairSpacer {
  border: 1px solid #fff !important;
  cursor: default !important;
}
div.chairRow {
  display: inline-block;
  margin-bottom: -5px;
}
div.contentHeaderContainer {
  position: relative;
}
div.contentHeaderContainer .headerLoader {
  height: 55px;
}
div.contentHeaderContainer h2 {
  margin-bottom: 0;
  line-height: 34px;
}
div.contentHeaderContainer .intro-text {
  margin-top: 10.5px;
}
div.infoBar {
  padding-bottom: 40px;
}
div.infoBar a.backButton {
  float: left;
  border-radius: 40px;
}
div.infoBar h3.screeningInfo {
  margin: 7px 0 0 0;
  padding-left: 55px;
}
div.timerContainer {
  float: right;
  color: #d00;
  font-size: 30px;
  font-weight: 700;
}
div.timerContainer.otherScreen {
  position: absolute;
  right: 0;
}
.registerPanel {
  margin-bottom: 8px;
}
.registerPanel.purchaseSuccessfulPanel td {
  vertical-align: middle;
}
.registerPanel.purchaseSuccessfulPanel td.qrCode {
  text-align: center;
  padding: 12px 5px;
}
.registerPanel.purchaseSuccessfulPanel td.qrCode svg {
  display: block;
  margin: 0 auto;
}
.registerPanel.screeningPagePanel {
  margin-top: 55px;
}
.registerPanel.screeningPagePanel.unnumberedScreeningPanel {
  margin-top: 10px;
}
.registerPanel.screeningPagePanel.noMargin {
  margin-top: 0;
}
.registerPanel .panel-body {
  min-height: 63px;
  transition: height 0.5s linear 0;
}
.registerPanel table {
  margin-bottom: 0;
}
.registerPanel tr {
  color: #000;
}
.registerPanel tr:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}
.registerPanel tr.noSelectedChairs td {
  line-height: 22px;
  text-align: center;
}
.registerPanel tr.screeningChairs.screeningName td {
  background-color: #1895bc;
  color: #fff;
}
.registerPanel tr.screeningChairs.screeningName td a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.registerPanel tr.screeningChairs.isLink.screeningName td {
  padding: 0;
}
.registerPanel tr.screeningChairs.isLink.screeningName td:hover {
  background-color: #18749b;
}
.registerPanel tr.screeningChairs td {
  line-height: 22px;
  text-align: center;
}
.registerPanel tr i.removeChair {
  color: #c60000;
  font-size: 18px;
  cursor: pointer;
}
.registerPanel tr i.removeChair:hover {
  color: #860000;
}
.registerPanel tr i.removeChair.disabled {
  color: #c60000 !important;
  opacity: 0.3;
  cursor: default;
}
.registerPanel tr span.selectedBullet {
  color: #008e30;
  margin-left: 5px;
  margin-right: 8px;
  font-size: 20px;
  line-height: 18px;
}
.registerPanel tr span.highlighted {
  color: #1895bc;
}
.registerPanel tr td.selectedChairPrice {
  text-align: right;
  padding-right: 15px;
}
.registerPanel tr td.qrCode {
  text-align: center;
}
.registerPanel .panel-footer {
  color: #000;
  overflow: hidden;
}
.registerPanel .panel-footer .totalDetails {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px dotted #2c3e50;
  padding-bottom: 10px;
}
.registerPanel .panel-footer .totalDetails dt {
  float: left;
  clear: left;
  margin-right: 5px;
}
.registerPanel .panel-footer .totalDetails dd {
  float: left;
  clear: right;
}
.registerPanel .panel-footer .panel-footer-right .total {
  float: right;
  margin-right: 10px;
}
.registerPanel .panel-footer .panel-footer-right .total.noMargin {
  margin-right: 0;
}
.registerPanel .panel-footer .panel-footer-right .totalWord {
  float: right;
  margin-right: 10px;
  font-weight: 600;
}
.registerPanel .panel-footer .panel-footer-right.purchaseSuccessful .totalWord,
.registerPanel .panel-footer .panel-footer-right.purchaseSuccessful .total {
  padding-top: 0;
}
.registerPanel .panel-footer .buyButton {
  float: right;
}
.registerPanel .panel-footer .selectButton {
  float: left;
}
.registerPanel .panel-footer .backButton.continueShopping {
  background-color: #1895bc;
  border-color: #1895bc;
}
.registerPanel .panel-footer .backButton.continueShopping:hover {
  background-color: #18749b;
  border-color: #18749b;
}
.registerPanelInformation {
  font-size: 13px;
}
.footerSeparator {
  margin: 0 5px 0;
}
.footer-below div.hasMargin {
  margin-bottom: 5px;
}
.loginRegister h4 {
  margin-bottom: 30px;
}
.loginError {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #d00;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footerBlock {
    display: block;
    margin-bottom: 5px;
  }
  .footerBlock:last-of-type {
    margin-bottom: 0;
  }
  .chronoContainer h5 {
    margin-bottom: 20px !important;
  }
}
.mainError {
  color: #d00;
  font-size: 20px;
  margin-bottom: 25px;
}
.mainJsError {
  color: #d00;
  font-size: 20px;
}
.mainJsError.hasError {
  margin-bottom: 25px;
}
div.creditCardExpiration .chosen-container:first-of-type {
  width: 20%;
  max-width: 100px;
}
div.creditCardExpiration .chosen-container:last-of-type {
  width: 80%;
  max-width: 150px;
}
h4.chairPrice {
  margin-bottom: 30px;
}
h4.chairPrice span.price {
  text-transform: none;
  color: #1895bc;
}
a.unnumberedToCart {
  margin-left: 10px;
}
@media (max-width: 450px) {
  a.unnumberedToCart {
    margin-left: 7px;
    margin-bottom: 7px;
    display: block;
  }
}
div.narrowSelect .chosen-container,
tr.narrowSelect .chosen-container {
  width: 50px !important;
  margin: 0 7px;
}
div.errorMsg {
  text-align: right;
  margin-bottom: 2px;
  font-size: 13px;
  color: #d00;
}
div.qrCodeContainer {
  border: 1px solid #2c3e50;
  border-radius: 3px;
  float: left;
  margin-bottom: 8px;
}
.marginCheckbox {
  margin-bottom: 15px !important;
}
.marginCheckbox label {
  margin-left: 0;
}
.termsAndConditionsPopUp,
.privacyPopUp {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  top: 0;
  z-index: 2000;
}
.termsAndConditionsPopUp .termsAndConditionsContainer,
.privacyPopUp .termsAndConditionsContainer,
.termsAndConditionsPopUp .privacyContainer,
.privacyPopUp .privacyContainer {
  position: relative;
  background-color: #fff;
  width: 1170px;
  height: 80%;
  margin: 40px auto 0;
  max-width: 90%;
  padding: 20px 30px 30px;
  overflow: auto;
}
.termsAndConditionsPopUp .termsAndConditionsContainer section,
.privacyPopUp .termsAndConditionsContainer section,
.termsAndConditionsPopUp .privacyContainer section,
.privacyPopUp .privacyContainer section {
  padding: 0 0 20px;
}
.termsAndConditionsPopUp .termsAndConditionsContainer h3,
.privacyPopUp .termsAndConditionsContainer h3,
.termsAndConditionsPopUp .privacyContainer h3,
.privacyPopUp .privacyContainer h3 {
  margin-bottom: 40px;
}
.termsAndConditionsPopUp .termsAndConditionsContainer p,
.privacyPopUp .termsAndConditionsContainer p,
.termsAndConditionsPopUp .privacyContainer p,
.privacyPopUp .privacyContainer p {
  font-size: 16px;
}
.termsAndConditionsPopUp .closeTermsTop,
.privacyPopUp .closeTermsTop {
  position: absolute;
  top: 10px;
  right: 10px;
}
.defaultPopUp {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  top: 0;
  z-index: 2000;
}
.defaultPopUp .defaultPopUpContainer {
  position: relative;
  background-color: #fff;
  width: 1170px;
  height: 80%;
  margin: 40px auto 0;
  max-width: 90%;
  padding: 20px 30px 30px;
  overflow: auto;
}
.defaultPopUp .defaultPopUpContainer .hiddenContent {
  display: none;
  position: relative;
}
.defaultPopUp .defaultPopUpContainer .hiddenContent .cardCodeImg {
  display: block;
  margin: 70px auto 0;
  max-width: 100%;
}
.defaultPopUp .closePopUpTop {
  position: absolute;
  top: 10px;
  right: 10px;
}
.has-warning.checkbox label {
  color: #f39c12;
}
.unnumberedHallSectionsContainer {
  margin: 40px auto 20px;
}
.unnumberedHallSectionsContainer tr {
  border-top: 1px solid #1895bc;
}
.unnumberedHallSectionsContainer tr:first-child {
  border-top: none;
}
.unnumberedHallSectionsContainer tr td.hallSectionName {
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.unnumberedHallSectionsContainer tr td.hallSectionName span.hallSectionPrice {
  color: #1895bc;
  text-transform: lowercase !important;
}
.unnumberedHallSectionsContainer tr td.selectChairs {
  white-space: nowrap;
}
.unnumberedNotice {
  color: #1895bc;
}
.buyTestMessage {
  display: none;
}
.buyTestMessage h3 {
  color: #d00;
  text-transform: none;
}
.passwordResetLink {
  text-align: right;
}
.unnumberedChairsSelect {
  margin-bottom: 20px;
  position: relative;
}
.unnumberedChairsSelect select {
  margin-bottom: 8px !important;
  width: 70px !important;
  position: relative;
  margin-left: 3px;
}
.unnumberedChairsSelect .chosen-container {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.unnumberedMessage {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #1895bc;
}
.dateContainerFixed {
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #1895bc;
  top: 70px;
  left: 0;
  z-index: 100;
  display: none;
}
.dateContainerFixed h4 {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .dateContainerFixed {
    top: 60px;
  }
}
.filtersContainer {
  margin-bottom: 20px;
}
.filtersContainer .filterSelect {
  margin-bottom: 3px;
  float: left;
  max-width: 100%;
}
@media (max-width: 767px) {
  .filtersContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .filtersContainer .filterSelect {
    width: 100%;
  }
  .filtersContainer .filterSelect .chosen-container {
    max-width: 100%;
    width: 100% !important;
  }
}
.festivalBoxes {
  text-align: center;
}
.festivalBoxes img {
  width: 100%;
}
.festivalBoxes .festivalBox {
  display: inline-block;
  float: none;
  margin-right: -4px;
}
.festivalBoxes .festivalBox a {
  display: block;
  text-decoration: none;
}
.festivalBoxes .festivalBox a:hover {
  color: #18749b;
}
@media (min-width: 768px) {
  .form-horizontal .control-label.smallLabel {
    padding-top: 6px;
  }
}
/* Chosen CSS */
.chosen-container {
  width: 100%;
  max-width: 330px;
  text-align: left;
}
.chosen-container.chosen-container-active.chosen-with-drop a div b {
  background-position: -45px 0;
}
.chosen-container a.chosen-single {
  border-radius: 0;
  border: none !important;
  box-shadow: none !important;
  background-image: none;
  background: #2c3e50 !important;
  color: #fff;
  height: 40px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
  padding-top: 5px;
}
.chosen-container a.chosen-single div {
  width: 30px;
}
.chosen-container a.chosen-single div b {
  background: url("/img/customSprite.png") 4px 0 no-repeat;
}
.chosen-container div.chosen-drop {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.chosen-container div.chosen-drop {
  background-color: #3e5567;
  font-size: 26px;
  line-height: 30px;
}
.chosen-container ul.chosen-results {
  margin: 0;
  padding-left: 0;
}
.chosen-container ul.chosen-results li {
  line-height: 30px;
  color: #fff;
}
.chosen-container ul.chosen-results li.highlighted {
  background-color: #2c3e50;
  background-image: none;
}
.chosen-container ul.chosen-results li.result-selected {
  background-color: #2c3e50;
}
div.smallChosen .chosen-container.chosen-container-active.chosen-with-drop a div b,
tr.smallChosen .chosen-container.chosen-container-active.chosen-with-drop a div b {
  background-position: -45px -3px;
}
div.smallChosen .chosen-container a.chosen-single,
tr.smallChosen .chosen-container a.chosen-single {
  height: 32px;
  line-height: 22px;
}
div.smallChosen .chosen-container a.chosen-single div b,
tr.smallChosen .chosen-container a.chosen-single div b {
  background: url("/img/customSprite.png") 4px -3px no-repeat;
}
div.smallChosen ul.chosen-results li,
tr.smallChosen ul.chosen-results li {
  line-height: 22px;
}
div.mediumFont .chosen-container a.chosen-single,
tr.mediumFont .chosen-container a.chosen-single {
  font-size: 15px;
}
div.mediumFont .chosen-container div.chosen-drop,
tr.mediumFont .chosen-container div.chosen-drop {
  font-size: 15px;
}
div.filterDate {
  margin-right: 30px;
}
div.filterDate .chosen-container {
  max-width: 240px;
  width: 240px !important;
}
div.filterDate .chosen-container a.chosen-single {
  text-transform: none;
}
div.filterWeb {
  margin-right: 30px;
}
div.filterWeb .chosen-container {
  max-width: 240px;
  width: 240px !important;
}
div.filterWeb .chosen-container a.chosen-single {
  text-transform: none;
}
div.filterLocations {
  margin-right: 30px;
}
div.filterLocations .chosen-container {
  max-width: 240px;
  width: 240px !important;
}
div.filterLocations .chosen-container a.chosen-single {
  text-transform: none;
}
div.filterScreenings .chosen-container {
  max-width: 240px;
  width: 240px !important;
}
div.filterScreenings .chosen-container a.chosen-single {
  text-transform: none;
}
.locationInfoContainer {
  overflow: hidden;
  display: none;
}
.locationMap {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  height: 200px;
  width: 200px;
  list-style: none;
  transition: none;
  overflow: hidden;
}
.locationMap.sidebarMap {
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
}
.locationInfo {
  float: left;
  margin-bottom: 15px;
}
.locationInfo dl dt {
  float: left;
  font-weight: bold;
  color: #1895bc;
  display: block;
  margin-right: 5px;
}
.locationInfo dl dd {
  float: left;
  color: #fff;
  margin-right: 30px;
}
.locationInfo dl dd a {
  color: #fff;
}
.locationInfo.sidebarInfo {
  margin-bottom: 10px;
}
.locationInfo.sidebarInfo dl dt {
  color: #000;
  float: left;
  clear: left;
  width: 70px;
}
.locationInfo.sidebarInfo dl dd {
  color: #000;
  clear: right;
  margin-right: 0;
}
.locationInfo.sidebarInfo dl dd a {
  color: #1895bc;
}
@media (max-width: 767px) {
  .locationInfo.indexInfo dt {
    clear: left;
    width: 60px;
    margin-bottom: 5px;
  }
  .locationInfo.indexInfo dd {
    clear: right;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.showInfoCaret {
  font-size: 18px !important;
  color: #fff;
}
.showLocationInformation {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-bottom: -5px;
  top: -2px;
  background: url("/img/informationButtonSmall.png") 0 0 no-repeat;
  background-size: 100%;
}
.showLocationInformation:hover {
  background: url("/img/informationButtonActiveSmall.png") 0 0 no-repeat;
  background-size: 100%;
}
.showLocationInformation.isShowing {
  background: url("/img/informationButtonActiveSmall.png") 0 0 no-repeat;
  background-size: 100%;
}
.preloaderContainer {
  display: none;
}
.purchaseOrReservation {
  padding: 0 0 8px;
}
.purchaseOrReservation label {
  margin-left: 30px;
  text-transform: uppercase;
}
label {
  position: relative;
  font-family: Roboto, sans-serif;
}
label.disabled span.text {
  opacity: 0.5;
}
label.disabled:hover span.reservationMessage {
  display: block;
}
label span.reservationMessage {
  display: none;
  position: absolute;
  color: #fff;
  background: #1895bc;
  padding: 3px 5px;
  white-space: nowrap;
  text-transform: none;
  top: -50px;
  font-weight: 400;
}
input[type="radio"][disabled] {
  cursor: default;
}
.successMessage {
  color: #1895bc;
  font-size: 18px;
  margin-bottom: 20px;
}
.errorMessage {
  color: #f00;
  font-size: 18px;
  margin-bottom: 20px;
}
form.gdpr-form .gdpr-soft-hidden {
  display: none;
}
form.gdpr-form textarea {
  resize: vertical;
  height: 150px;
}
.cookie-notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 10px 15px;
  z-index: 999;
  background: #fff;
  display: none;
  cursor: pointer;
  text-align: left;
  width: 270px;
  max-width: 90%;
  border: 1px solid #2c3e50;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.43;
  color: #2c3e50;
}
.cookie-notice .close-notice {
  position: absolute;
  top: 2px;
  right: 5px;
  font-weight: 600;
  font-size: 14px;
}
.cookie-notice p {
  margin: 0;
  font-size: 13px;
}
