@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Asap:400,700);@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700);.page[data-action=PreCheckout-Begin] {
  padding: 30px 0;
  background-color: #f7f7f7;
}
.page[data-action=PreCheckout-Begin] #footercontent {
  display: none;
}

.precheckout-begin {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .precheckout-begin {
    padding: 10px;
  }
}
.precheckout-begin .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.precheckout-begin .qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  width: 35px;
  border: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .qty .count {
    font-size: 20px;
    line-height: 20px;
  }
}
.precheckout-begin .qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #606060;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #606060;
  line-height: 20px;
  font-weight: normal;
  font-size: 22px;
}
.precheckout-begin .qty .plus:hover {
  color: #DA291C;
  border-color: #DA291C;
}
.precheckout-begin .qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #606060;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #606060;
  line-height: 16px;
  font-weight: normal;
  font-size: 22px;
}
.precheckout-begin .qty .minus:hover {
  color: #DA291C;
  border-color: #DA291C;
}
.precheckout-begin input:disabled {
  background-color: white;
}
.precheckout-begin input::-webkit-outer-spin-button,
.precheckout-begin input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.precheckout-begin .content-link {
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .content-link {
    width: 100%;
  }
}
.precheckout-begin .content-link a {
  background-color: #DA291C;
  color: white !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  border-radius: 5px;
  padding: 14px 48px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .content-link a {
    width: 100%;
    font-size: 16px;
    padding: 15px;
  }
}
.precheckout-begin .content-link a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.precheckout-begin .nav-tabs {
  border: 0;
  margin-bottom: 20px;
}
.precheckout-begin .nav-tabs .nav-item {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .nav-tabs .nav-item {
    width: 33%;
  }
}
.precheckout-begin .nav-tabs .nav-item a {
  -webkit-transition: none;
  transition: none;
  background-color: transparent;
}
.precheckout-begin .nav-tabs .nav-item a i {
  border-radius: 100%;
  width: 28px;
  display: inline-block;
  height: 28px;
  margin-right: 10px;
  font-weight: bold;
  position: relative;
  top: 1px;
  color: black !important;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .nav-tabs .nav-item a i {
    margin: 0 0 10px 0;
  }
}
.precheckout-begin .nav-tabs .nav-item a span {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .nav-tabs .nav-item a span {
    display: block;
    font-size: 14px;
  }
}
.precheckout-begin .nav-tabs .nav-item a.active {
  border: 0;
}
.precheckout-begin .nav-tabs .nav-item a.active span {
  color: black !important;
  font-weight: bold;
}
.precheckout-begin .nav-tabs .nav-item:nth-child(1) i {
  background-color: #D2CB07 !important;
}
.precheckout-begin .nav-tabs .nav-item:nth-child(2) i {
  background-color: #00A286 !important;
}
.precheckout-begin .nav-tabs .nav-item:nth-child(3) i {
  background-color: #4BACD2 !important;
}
.precheckout-begin .tab-content {
  float: left;
  display: block;
}
.precheckout-begin .tab-content h1, .precheckout-begin .tab-content h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  margin: 30px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content h1, .precheckout-begin .tab-content h2 {
    font-size: 18px;
  }
}
.precheckout-begin .tab-content .grid-col {
  background: white;
  border: 0;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content .grid-col {
    padding: 20px 10px;
  }
}
.precheckout-begin .tab-content .grid-col h2 {
  text-transform: inherit;
  margin: 0 0 15px 0;
}
.precheckout-begin .tab-content .errorContainer {
  display: none;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #DA291C;
  color: #DA291C;
  background-color: white;
  width: 100%;
  margin: 0px auto 15px;
  text-align: center;
}
.precheckout-begin .tab-content .invalid-feedback {
  position: absolute;
  right: -20px;
  bottom: -55px;
  text-align: center;
  background: white;
  padding: 10px;
  border-radius: 6px;
  margin: 0 20px;
  border: 2px solid #DA291C;
  color: #DA291C;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content .invalid-feedback {
    bottom: -40px;
  }
}
.precheckout-begin .tab-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  float: left;
}
.precheckout-begin .tab-content p.note {
  font-style: italic;
  width: 40%;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content p.note {
    width: 100%;
  }
}
.precheckout-begin .tab-content .tickets-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.precheckout-begin .tab-content .tickets-items .conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.precheckout-begin .tab-content .tickets-items .conditions h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #1A1A1A;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content .tickets-items .conditions h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
.precheckout-begin .tab-content .tickets-items .conditions span {
  font-size: 14px;
  color: #313131;
}
.precheckout-begin .tab-content .tickets-items .ticket-price {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 20px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content .tickets-items .ticket-price {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
  }
}
.precheckout-begin .tab-content .tickets-items .ticket-price .strike-through {
  display: none;
  font-weight: 500;
  font-size: 26px;
}
.precheckout-begin .tab-content #tickets-selector {
  float: right;
  width: 60%;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #tickets-selector {
    width: 100%;
  }
}
.precheckout-begin .tab-content #tickets-selector .tickets-items {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.precheckout-begin .tab-content #tickets-selector .tickets-items .conditions {
  text-align: right;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #tickets-selector .tickets-items .conditions {
    text-align: left;
  }
}
.precheckout-begin .tab-content #tickets-selector .tickets-items .ticket-price {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #tickets-selector .tickets-items .ticket-price {
    width: 35%;
  }
}
.precheckout-begin .tab-content #tickets-selector .content-link a {
  background-color: #D2D726;
}
.precheckout-begin .tab-content #shop-cart {
  max-width: 98%;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #shop-cart {
    width: 96%;
  }
}
.precheckout-begin .tab-content #shop-cart h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #shop-cart h3 {
    margin: 0 0 20px 0;
  }
}
.precheckout-begin .tab-content #shop-cart .tickets-items {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.precheckout-begin .tab-content #shop-cart .tickets-items .conditions {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #shop-cart .tickets-items .conditions {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #shop-cart .tickets-items .conditions span:not(.link-delete) {
    display: none;
  }
}
.precheckout-begin .tab-content #shop-cart .tickets-items .conditions a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1A1A1A;
  text-decoration: underline !important;
  margin-top: 15px;
}
.precheckout-begin .tab-content #shop-cart .tickets-items .qty {
  width: 10%;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #shop-cart .tickets-items .qty {
    width: auto;
  }
}
.precheckout-begin .tab-content #shop-cart .tickets-items .ticket-price {
  text-align: right;
  width: 30%;
}
.precheckout-begin .tab-content #shop-cart #container-for-tickets {
  margin-bottom: 50px;
}
.precheckout-begin .tab-content #select-extras .grid-col {
  background-color: transparent;
  padding: 0;
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border: 0;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #select-extras .grid-col .item-extra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px 80px 10px;
  }
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-name span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #313131;
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-name span:first-child {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-name span:first-child {
    font-size: 18px;
  }
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-name span:nth-child(2) {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.01em;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-name span:nth-child(2) {
    display: none;
  }
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-name a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1A1A1A;
  text-decoration: underline !important;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-name a {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-price .content-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-price .content-extra {
    margin-top: 20px;
  }
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-price .content-extra .name-ticket {
  font-size: 20px;
  line-height: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-price .content-extra .name-ticket {
    font-size: 16px;
    padding: 0 10px 0 0;
  }
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-price .content-extra .ticket-price {
  font-size: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-price .content-extra .ticket-price {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    width: 35%;
    text-align: center;
  }
}
.precheckout-begin .tab-content #select-extras .grid-col .item-extra .extra-price .content-link a {
  border: 1px solid #D2D726;
  background-color: #D2D726;
}
.precheckout-begin #total-resume {
  background: white;
  border: 0;
  border-radius: 5px;
  float: right;
  display: block;
  padding: 0;
  max-width: 30%;
  margin-top: 98px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .precheckout-begin #total-resume {
    max-width: 100%;
    margin-top: 20px;
  }
}
.precheckout-begin #total-resume .top-resume-total {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  position: absolute;
  top: 20px;
  right: 20px;
}
.precheckout-begin #total-resume h4 {
  border-bottom: 1px solid #B5B5B5;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #313131;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 991px) {
  .precheckout-begin #total-resume h4 {
    padding: 20px 20px 0 20px;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    margin-bottom: 0;
  }
}
.precheckout-begin #total-resume #sub-card-tickets,
.precheckout-begin #total-resume #sub-card-extras,
.precheckout-begin #total-resume #resume-total,
.precheckout-begin #total-resume .coupons-and-promos {
  display: block;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin #total-resume #sub-card-tickets,
  .precheckout-begin #total-resume #sub-card-extras,
  .precheckout-begin #total-resume #resume-total,
  .precheckout-begin #total-resume .coupons-and-promos {
    padding: 0 20px;
  }
}
.precheckout-begin #total-resume #sub-card-tickets span,
.precheckout-begin #total-resume #sub-card-tickets em,
.precheckout-begin #total-resume #sub-card-extras span,
.precheckout-begin #total-resume #sub-card-extras em,
.precheckout-begin #total-resume #resume-total span,
.precheckout-begin #total-resume #resume-total em,
.precheckout-begin #total-resume .coupons-and-promos span,
.precheckout-begin #total-resume .coupons-and-promos em {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #313131;
  display: block;
}
@media screen and (max-width: 991px) {
  .precheckout-begin #total-resume #sub-card-tickets span,
  .precheckout-begin #total-resume #sub-card-tickets em,
  .precheckout-begin #total-resume #sub-card-extras span,
  .precheckout-begin #total-resume #sub-card-extras em,
  .precheckout-begin #total-resume #resume-total span,
  .precheckout-begin #total-resume #resume-total em,
  .precheckout-begin #total-resume .coupons-and-promos span,
  .precheckout-begin #total-resume .coupons-and-promos em {
    font-size: 16px;
    line-height: 24px;
  }
}
.precheckout-begin #total-resume .coupons-and-promos {
  margin-top: 20px;
}
.precheckout-begin #total-resume .coupons-and-promos .optional-promo {
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}
.precheckout-begin #total-resume .coupons-and-promos .optional-promo::after {
  content: ".";
  color: transparent;
  float: left;
  background-image: url("../images/arrow.svg");
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 7px;
  margin-left: 5px;
  display: none;
}
.precheckout-begin #total-resume .coupons-and-promos .promo-code-form .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .precheckout-begin #total-resume .coupons-and-promos .promo-code-form .control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.precheckout-begin #total-resume .coupons-and-promos .promo-code-form .control input {
  border: 1px solid #313131;
  border-radius: 4px;
  padding: 10px;
  height: 40px;
  margin-right: 20px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .precheckout-begin #total-resume .coupons-and-promos .promo-code-form .control input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.precheckout-begin #total-resume .coupons-and-promos .promo-code-form .control input:focus {
  outline: none;
}
.precheckout-begin #total-resume .coupons-and-promos .promo-code-form .control button {
  background: #B5B5B5;
  border-radius: 5px;
  border: 0;
  color: white;
  padding: 10px;
  margin-top: 15px;
}
.precheckout-begin #total-resume .coupons-and-promos .promo-code-form .control button:hover {
  opacity: 0.8;
}
.precheckout-begin #total-resume .coupons-and-promos .promo-code-form .coupon-error {
  display: none;
}
.precheckout-begin #total-resume .coupons-and-promos .promo-code-form .coupon-error span {
  font-size: 14px;
  color: #DA291C;
  padding: 8px;
  border-radius: 6px;
  border: 2px solid #DA291C;
  background-color: white;
  width: 98%;
  margin: 15px auto;
  text-align: center;
}
.precheckout-begin #total-resume #resume-total {
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.precheckout-begin #total-resume .content-link a {
  background-color: #0082BD;
}
.precheckout-begin #total-resume .content-link a.btn-shop-cart {
  background-color: #4BACD2;
}
.precheckout-begin #total-resume .content-link a.btn-checkout {
  background-color: #5BAE94;
}
.precheckout-begin #total-resume .content-link {
  margin-top: 20px;
  padding: 10px 30px 30px 30px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .precheckout-begin #total-resume .content-link {
    padding: 20px;
  }
}
.precheckout-begin #total-resume .content-link a, .precheckout-begin #total-resume .content-link button {
  width: 100%;
  float: left;
  text-align: center;
}
.precheckout-begin #promotions-container .grid-col {
  background: transparent;
  padding: 0;
}
.precheckout-begin #promotions-container .tickets-selector-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 991px) {
  .precheckout-begin #promotions-container .tickets-selector-form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.precheckout-begin #promotions-container .tickets-selector-form .card {
  background-color: white;
  border: 0;
  text-align: center;
  padding: 20px;
  margin: 15px;
}
@media screen and (max-width: 991px) {
  .precheckout-begin #promotions-container .tickets-selector-form .card {
    margin: 0 0 20px 0;
  }
}
.precheckout-begin #promotions-container .tickets-selector-form .card:before {
  content: ".";
  color: transparent;
  background-image: url("../images/ico_promos.svg");
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.precheckout-begin #promotions-container .tickets-selector-form .card .promo-name {
  font-weight: 700;
  font-size: 1.75rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 20px 0;
}
.precheckout-begin #promotions-container .tickets-selector-form .card .qty {
  margin-bottom: 20px;
}
.precheckout-begin #promotions-container .tickets-selector-form .card .ticket-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.precheckout-begin #promotions-container .tickets-selector-form .card .ticket-price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.precheckout-begin #promotions-container .tickets-selector-form .card .ticket-price span del {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  opacity: 0.5;
}
.precheckout-begin #promotions-container .tickets-selector-form .card .ticket-price span del .strike-through {
  font-size: 1.25rem;
  -webkit-text-decoration-color: #DA291C !important;
          text-decoration-color: #DA291C !important;
  text-decoration: line-through;
}
.precheckout-begin #promotions-container .tickets-selector-form .card .ticket-price span .sales {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #DA291C;
  font-size: 1.75rem;
  font-weight: 700;
}
.precheckout-begin #promotions-container .tickets-selector-form .card .content-link {
  background-color: #313131;
  border-radius: 0.5rem;
}
.precheckout-begin #promotions-container .tickets-selector-form .card .content-link a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff !important;
  width: 100%;
  border: none;
  background-color: #D2CB07;
}

.calendar-dialog {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .calendar-dialog {
    margin: 0;
  }
}
.calendar-dialog .modal-header {
  border-bottom: 0;
  padding: 45px 35px 10px 35px;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.calendar-dialog .modal-header .modal-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #313131;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-header .modal-title {
    width: 100%;
    text-align: center;
  }
}
.calendar-dialog .modal-body {
  padding: 0;
}
.calendar-dialog .modal-body .select-date-body {
  width: 990px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-body {
    width: 320px;
    margin: 0 auto;
  }
}
.calendar-dialog .modal-body .select-date-body .errorContainer {
  display: none;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #DA291C;
  color: #DA291C;
  background-color: white;
  position: absolute;
  width: 98%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  z-index: 1;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls {
  position: relative;
  top: 10px;
  min-height: 30px;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls {
    padding: 0 20px;
  }
}
.calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls .inactive {
  display: none;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls .clndr-next-button,
.calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls .clndr-previous-button {
  cursor: pointer;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls .clndr-next-button:hover,
.calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls .clndr-previous-button:hover {
  opacity: 0.5;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls .clndr-previous-button {
  float: left;
  text-align: left;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls .clndr-previous-button svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.calendar-dialog .modal-body .select-date-body #full-clndr .clndr-controls .clndr-next-button {
  float: right;
  text-align: right;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container > div {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-body #full-clndr .months-container > div {
    width: 100%;
  }
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .current-month {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid {
  float: left;
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid {
    padding: 0;
  }
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days-of-the-week {
  width: 100%;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days-of-the-week .header-day {
  color: #313131;
  float: left;
  width: 54px;
  height: 20px;
  text-align: center;
  margin: 6px;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days-of-the-week .header-day {
    width: 43px;
    height: 35px;
    margin: 20px 1px 1px 1px;
  }
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .empty {
  background-color: white;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day,
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .empty {
  float: left;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 6px;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day,
  .calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .empty {
    width: 42px;
    height: 42px;
    margin: 1px;
  }
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day {
  border: 1px solid #B5B5B5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  pointer-events: none;
  background-color: #B5B5B5;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day.event {
  pointer-events: all;
  background-color: white;
  border: 1px solid #000;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day span {
  font-family: "Open Sans", sans-serif;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day .day-number {
  font-size: 10px;
  color: #313131;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day .day-event {
  color: #1A1A1A;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day.inactive {
  background: #F2F2F2;
  border: 0;
  pointer-events: none;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day.inactive .day-number {
  color: #B5B5B5;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day.selected {
  background-color: #DA291C;
  border-color: #DA291C;
}
.calendar-dialog .modal-body .select-date-body #full-clndr .months-container .clndr-grid .days .day.selected span {
  color: white;
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  border-top: 2px dashed #B5B5B5;
  padding: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-footer .select-date-summary {
    padding: 10px;
    background-color: #F7F7F7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary .selected-date {
  position: absolute;
  left: 40px;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-footer .select-date-summary .selected-date {
    position: inherit;
  }
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: black;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-footer .select-date-summary p {
    width: 300px;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
  }
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary p span {
  font-weight: bold;
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary .send-email-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-footer .select-date-summary .send-email-btn {
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary .send-email-btn p {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-footer .select-date-summary .send-email-btn p {
    margin-right: 0;
  }
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary .send-email-btn button {
  background-color: #0082BD;
  color: white !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  border-radius: 5px;
  padding: 15px;
  border: 0;
}
@media screen and (max-width: 991px) {
  .calendar-dialog .modal-body .select-date-footer .select-date-summary .send-email-btn button {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary .send-email-btn button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary .send-email-btn button:hover {
  opacity: 0.8;
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary.disabled {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary.disabled .selected-date,
.calendar-dialog .modal-body .select-date-footer .select-date-summary.disabled .subtotal-price {
  display: none;
}
.calendar-dialog .modal-body .select-date-footer .select-date-summary.disabled button {
  background-color: #B5B5B5;
  pointer-events: none;
}

#full-clndr .clndr-grid .days .today {
  background-color: white;
  background-image: none;
}

#full-clndr .event-listing {
  float: left;
  /*width: 35%;*/
}

#full-clndr .event-listing .event-listing-title {
  padding: 14px;
  background-color: #71bbd2;
  text-align: center;
  color: white;
  letter-spacing: 1px;
}

#full-clndr .event-listing .event-item {
  padding: 14px;
  color: #4f4f4f;
}

#full-clndr .event-listing .event-item-location {
  font-weight: 400;
}

.bg-gray {
  background-color: #414141;
}

.bg-red {
  background-color: #ff5a45;
}

.bg-red a {
  color: #ff5a45;
}

.bg-red a:hover {
  background-color: #ffb4ab;
  color: #212121;
}

.bg-blue {
  background-color: #71bbd2;
}

.bg-green {
  background-color: #97ce7f;
}

.bg-yellow {
  background-color: #ddca9a;
}

.center {
  text-align: center;
}

.clndr-logo {
  margin: 0 auto;
  width: 113px;
  height: 113px;
  background-image: url("http://kylestetz.github.io/CLNDR/css/./clndr-logo.svg");
}

.banner-text {
  text-align: center;
  color: #f4f4f4;
  letter-spacing: 1px;
  font-weight: normal;
  text-shadow: 2px 2px 2px #212121;
}

.banner-text.below {
  margin-top: 30px;
}

.banner-text.below a {
  background-color: transparent;
  color: #97ce7f;
}

.banner-text.below a:hover {
  color: #d3eac9;
}

.more-space {
  margin-top: 3em;
}

@media all and (max-width: 768px) {
  #full-clndr .clndr-grid {
    width: 100%;
    border: none;
  }
  #full-clndr .event-listing {
    display: none;
  }
  h1.banner-text {
    font-size: 28px;
  }
  .banner-text.below {
    font-size: 16px;
    word-wrap: break-word;
  }
  code[class*=language-],
  pre[class*=language-] {
    font-size: 14px;
  }
}
#full-clndr .clndr-grid .days .day.event .day-event {
  font-size: xx-small;
}

#full-clndr .clndr-grid .days .day.inactive .day-number {
  opacity: 0.3;
}

.hide-order-discount {
  display: none;
}