body {
  background-color: white;
  padding-bottom: 240px;
}

@media all and (max-width: 576px) {
  body {
    padding-bottom: 240px;
  }
}

h2.error-message {
  width: auto;
  max-width: 525px;
}

h1 em,
h2 em {
  color: #08285b;
}

.sorry {
  color: #08285b;
}

.page-action {
  color: white;
  background-color: #08285b;
}

header {
  background-color: #08285b;
}

@media screen and (max-width: 767px) {
  header {
    display: block;
  }
}

header .navbar-brand {
  padding: 0 15px;
  border: none;
}

header .fixed-content-wrapper {
  width: 100% !important;
}

header .fixed-content-wrapper .fixed-content {
  width: 100% !important;
  max-width: 1100px !important;
  float: none !important;
  height: 50px;
  margin: 0 auto !important;
}

.content {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: inherit;
  width: 100% !important;
  max-width: 1100px !important;
  min-height: auto !important;
}

.content #breadcrumb {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .content #breadcrumb {
    display: none;
  }
}

.content .session-overview .movie-poster {
  float: left;
  margin-right: 15px;
  width: 100px;
  height: auto;
}

.content .session-overview .session-overview-line.movie-title {
  font-size: 28px;
  color: #08285b;
  margin-bottom: 10px;
  line-height: 24px;
}

.content .session-overview .session-overview-line.session-time {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 5px;
  background-color: green;
}

@media screen and (max-width: 767px) {
  .content .session-overview .session-overview-line.session-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content .session-overview .session-overview-line.cinema-screen-name {
  font-size: 14px;
}

.content #SelectTicketsPanel h2 {
  display: none;
}

.content #SelectTicketsPanel p {
  margin-bottom: 4px;
}

.content #SelectTicketsPanel .categories {
  text-transform: capitalize;
  float: left;
  border: 1px solid #93908f;
  min-width: 120px;
  margin-right: -1px;
  margin: 0;
  width: auto;
}

.content #SelectTicketsPanel .categories .ui-tabs-selected {
  background: #08285b;
}

@media all and (max-width: 576px) {
  .content #SelectTicketsPanel .categories {
    width: 100%;
  }
}

.content #SelectTicketsPanel .ticket-list > * {
  margin: 6px;
}

.content #SelectTicketsPanel .ticket-list #standard {
  white-space: nowrap;
}

.content .cart.cart-order {
  min-height: 380px;
}

.content .cart h2 {
  padding-top: 5px;
  background-color: #08285b;
}

.content .cart h2 em {
  color: white;
}

.content .cart .cart-sessions {
  margin-top: 10px;
}

.content .cart .cart-footer {
  border-top: 1px dashed #757575;
  padding: 5px;
}

.content .cart .cart-footer .name {
  width: auto;
}

@media all and (max-width: 576px) {
  .content .cart-summary h2 {
    height: 46px;
    padding-left: 20px;
  }
}

.content .cart-summary .movie-name {
  font-size: 18px;
}

.content .cart-summary table th {
  text-decoration: underline;
  font-weight: bold;
  color: #08285b;
}

.content .cart-summary .cart-summary-order .booking-fee {
  padding-bottom: 0 !important;
}

.content .cart-summary .cart-summary-order .total {
  font-weight: bold !important;
}

.content .personal-details .form-line label {
  width: 120px;
}

.content #booking-overview {
  margin-left: 0;
}

.content #booking-overview #booking-details h5 {
  font-size: 20px;
  margin-bottom: 18px;
}

.content #booking-overview #booking-details label {
  width: 150px;
}

.content #booking-overview #booking-details p span {
  color: red;
  font-size: 14px;
}

.content #order-details {
  border: 1px solid #575757;
}

@media all and (max-width: 576px) {
  .content #order-details {
    padding: 10px;
  }
  .content #order-details .sub-total {
    width: auto;
  }
  .content #order-details .amount {
    margin: 0;
    padding: 10px 0px 0 0;
  }
}

.content #order-details h6 {
  text-decoration: underline;
  font-weight: bold;
  color: #08285b;
}

footer {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #000), to(#08285b));
  background: linear-gradient(to top right, #000 0, #08285b);
  height: auto;
  padding-bottom: 20px;
  float: none;
}

footer a {
  border-bottom: none !important;
}

footer .cp-gradient-red-yellow {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #f64e4e), to(#ffbe06));
  background: linear-gradient(to top right, #f64e4e 0, #ffbe06);
}

footer .h5,
footer h5 {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

footer .btn-secondary {
  color: #fff;
}

footer .btn-group-sm > .btn,
footer .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

footer .btn-link {
  font-weight: 400;
  color: #08285b;
  text-decoration: none;
}

footer .navbar-2 {
  line-height: 13px;
}

footer #FooterControl #footer {
  background-color: initial;
}

footer #FooterControl #footer #footer-inner .col-3 {
  background-image: none !important;
  margin-top: 0;
}

/*
.ticket-list .grid-4-col h6.desc, .grid-4-col .item .desc {
  width: 35% !important;
}
*/
/*# sourceMappingURL=custom.css.map */