.body {
  height: 100%;
  min-height: 100%;
  background-color: #000;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 18px;
}

.modal-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #111;
  letter-spacing: 1px;
}

.nav-menu {
  margin-top: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-modal {
  margin-bottom: 3px;
  padding: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-modal:hover {
  color: #80b8d9;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.nav-links.active {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.menu-modal-close {
  position: absolute;
  top: 5px;
  right: -55px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: right 400ms ease;
  transition: right 400ms ease;
  cursor: pointer;
}

.menu-modal-close.active {
  right: 5px;
}

.modal-menu-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hamburger {
  font-size: 2em;
  line-height: 1em;
}

.nav-menu-bg {
  position: fixed;
  left: -450px;
  top: 0px;
  z-index: 1000;
  width: 450px;
  height: 100%;
  padding: 30px 50px 30px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  -webkit-transition: left 400ms ease, background-color 400ms ease;
  transition: left 400ms ease, background-color 400ms ease;
}

.nav-menu-bg.active {
  left: 0px;
  display: block;
  width: 450px;
  background-color: #000;
}

.tickets-button-text {
  margin-bottom: 0px;
}

.nav-tickets-button {
  position: absolute;
  left: 0px;
  top: 5px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-left: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed1c24;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.nav-tickets-button:hover {
  background-color: #fff;
  color: #232323;
}

.nav-tickets-button.w--open {
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
}

.nav-bar {
  position: fixed;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.nav-link {
  width: 100%;
  padding: 10px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  color: red;
}

.x-close {
  display: none;
}

.menu-button {
  display: none;
  padding: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.menu-button:hover {
  color: #ed1c24;
}

.colophon {
  margin-bottom: 0px;
  font-size: 0.7em;
  line-height: 1.15em;
  text-align: center;
}

.nav-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.nav-social-icon:hover {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

.nav-social-icon.hover {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

.fb {
  width: 13px;
}

.fb.nav {
  width: 12px;
}

.text-field {
  height: 40px;
  margin-bottom: 0px;
  border-style: none;
  color: #000;
}

.nav-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.signup-title {
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.footer-links {
  margin-left: 20px;
}

.form-block {
  width: 350px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.tw {
  width: 27px;
}

.tw.nav {
  width: 25px;
}

.ig {
  width: 27px;
}

.ig.nav {
  width: 25px;
}

.submit-button {
  height: 40px;
  background-color: #ed1c24;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #fff;
  background-color: #000;
  color: #f7f6f7;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-top: -200px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column.signup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-content {
  position: relative;
  min-height: 100%;
  padding-bottom: 200px;
}

.main-content._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-links.footer {
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flag-image {
  width: 35px;
}

.flag-link-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  cursor: pointer;
}

.flag-link-holder:hover {
  border-color: #fff;
}

.language-link-text {
  position: absolute;
  top: 25px;
  display: inline-block;
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0.7em;
  line-height: 1em;
}

.language-link-text.active {
  opacity: 1;
}

.language-link-text.hover {
  opacity: 1;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 30px 8px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: #ed1c24;
}

.text-block {
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 1px;
}

.globe-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.icon-4 {
  right: -10px;
  color: #fff;
}

.dropdown-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.weekly-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15%;
  margin-bottom: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, transparent), color-stop(30%, #000));
  background-image: linear-gradient(180deg, #000, transparent 0%, #000 30%);
}

.weekly-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.date-box {
  width: 100%;
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ed1c24;
}

.day {
  display: inline-block;
  width: 13%;
  margin-right: 4px;
  margin-bottom: 0px;
  margin-left: 4px;
  padding: 8px;
  font-size: 0.8em;
  text-align: center;
}

.date {
  margin-bottom: 20px;
  font-size: 1.15em;
  text-align: center;
}

.tc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.matweekly {
  margin-bottom: 5px;
  padding: 2px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: futura-pt, sans-serif;
  color: #fff;
  line-height: 0.9em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.matweekly:hover {
  border-bottom-color: #fff;
}

.matweekly.redhighlight {
  color: #ed1c24;
}

.matweekly.redhighlight:hover {
  border-bottom-color: #ed1c24;
}

.eveweekly {
  padding: 2px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: futura-pt, sans-serif;
  color: #fff;
  line-height: 0.9em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.eveweekly:hover {
  padding-right: 2px;
  padding-left: 2px;
  border-bottom-color: #fff;
}

.eveweekly.redhighlight {
  color: #ed1c24;
}

.eveweekly.redhighlight:hover {
  border-bottom-color: #ed1c24;
}

.heading {
  font-family: futura-pt, sans-serif;
  text-align: center;
  letter-spacing: 2px;
}

.best-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt, sans-serif;
  font-size: 1.15em;
  text-align: center;
  letter-spacing: 1px;
}

.best-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.best-highlight {
  width: 20px;
  height: 20px;
  background-color: #ed1c24;
}

.best-equals {
  margin: 0px 8px 3px 10px;
  font-family: Futurastd;
  text-align: center;
  letter-spacing: 2px;
}

.link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #ed1c24;
  text-decoration: none;
}

.link:hover {
  border-bottom: 1px solid #ed1c24;
}

.tile-holder {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.tile-holder:hover {
  border-color: #ed1c24;
}

.columns {
  width: 80%;
  max-width: 1200px;
}

.tile-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-address {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 0.7em;
  text-align: center;
  text-decoration: none;
}

.footer-address:hover {
  border-bottom: 1px solid #ed1c24;
  color: #ed1c24;
}

.footer-columns {
  width: 100%;
}

.signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tile-image {
  width: 100%;
}

.footer-link {
  border-bottom: 1px solid #fff;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 0.6em;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom-color: #ed1c24;
  color: #ed1c24;
}

.x-line {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff;
}

.x-line.one {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -ms-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: width 400ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: width 400ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, width 400ms ease, background-color 200ms ease;
  transition: transform 400ms ease, width 400ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
}

.x-line.one.active {
  width: 35px;
  background-color: #ed1c24;
  -webkit-transform: rotate(45deg) translate(0px, -3px);
  -ms-transform: rotate(45deg) translate(0px, -3px);
  transform: rotate(45deg) translate(0px, -3px);
}

.x-line.one.active.hover {
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(0px, -3px);
  -ms-transform: rotate(45deg) translate(0px, -3px);
  transform: rotate(45deg) translate(0px, -3px);
}

.x-line.one.hover {
  -webkit-transform: translate(-3px, 0px) rotate(0deg);
  -ms-transform: translate(-3px, 0px) rotate(0deg);
  transform: translate(-3px, 0px) rotate(0deg);
}

.x-line.two {
  -webkit-transition: opacity 400ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 400ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 400ms ease, background-color 200ms ease, transform 200ms ease;
  transition: opacity 400ms ease, background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.x-line.two.active {
  background-color: #ed1c24;
  opacity: 0;
}

.x-line.two.active.hover {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.x-line.two.hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.x-line.three {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -ms-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: width 400ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: width 400ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, width 400ms ease, background-color 200ms ease;
  transition: transform 400ms ease, width 400ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
}

.x-line.three.active {
  width: 35px;
  background-color: #ed1c24;
  -webkit-transform: rotate(-45deg) translate(0px, 3px);
  -ms-transform: rotate(-45deg) translate(0px, 3px);
  transform: rotate(-45deg) translate(0px, 3px);
}

.x-line.three.active.hover {
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(0px, 3px);
  -ms-transform: rotate(-45deg) translate(0px, 3px);
  transform: rotate(-45deg) translate(0px, 3px);
}

.x-line.three.hover {
  -webkit-transform: translate(-3px, 0px) rotate(0deg);
  -ms-transform: translate(-3px, 0px) rotate(0deg);
  transform: translate(-3px, 0px) rotate(0deg);
}

.yt {
  width: 27px;
}

.yt.nav {
  width: 25px;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  margin-top: -1px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.dropdown-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #ed1c24;
}

.privacy-question {
  color: #ed1c24;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.page-title {
  margin-top: 0px;
  color: #ed1c24;
  font-size: 3em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info-section {
  width: 100%;
  height: auto;
  margin-top: -8%;
  padding-bottom: 60px;
  font-weight: 400;
}

.info-section.laying-hero {
  margin-top: 3%;
}

.privacy-answer {
  margin-bottom: 30px;
  color: #eee;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 300;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-link {
  padding: 2px;
  border-bottom: 1px solid #eee;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #eee;
  text-decoration: none;
}

.info-link:hover {
  border-bottom-color: transparent;
  color: #eee;
}

._404-section {
  height: 70vh;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 400;
}

._404-header {
  margin-bottom: 25px;
  color: #ed1c24;
  font-size: 3em;
  text-align: center;
}

._404-text {
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 300;
  text-align: center;
}

.home-link {
  border-bottom: 1px solid #ed1c24;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #ed1c24;
  font-size: 1.5em;
  line-height: 1.25em;
  text-decoration: none;
}

.home-link:hover {
  border-bottom-color: transparent;
}

.creative-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.cast-part {
  margin-top: 40px;
  margin-right: 10%;
  margin-left: 10%;
}

.creative-part {
  width: 100%;
  margin-top: 3%;
}

.creative-row {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.creative-title {
  width: 100%;
  margin-bottom: 0px;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}

.creative-name {
  margin-bottom: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ed1c24;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.creative-name.hover {
  color: #fff;
}

.cast-container {
  width: 100%;
  margin-bottom: 5%;
}

.page-subtitle {
  display: block;
  margin-top: 0px;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 1px;
}

.page-subtitle.about {
  margin-top: 10%;
}

.page-subtitle.gala {
  margin-top: 30px;
  text-align: left;
}

.about-gallery-row {
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-gallery-row.videos {
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
}

.cast-column {
  margin-right: -8px;
  margin-bottom: 5px;
  margin-left: -8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.cast-column:hover {
  color: #ed1c24;
}

.cast-headshot-holder {
  position: relative;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  cursor: pointer;
}

.cast-headshot-holder.hover {
  border: 1px solid #ed1c24;
}

.cast-headshot {
  background-image: url('../images/cast_wright.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cast-title {
  position: relative;
  z-index: 5;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.cast-name {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 0.8em;
  line-height: 1.15em;
  text-align: center;
}

.column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy-holder {
  margin-top: 50px;
}

.best-color {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #ed1c24;
}

.ticket-way-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
  text-align: right;
}

.cal-left {
  padding: 10px;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.cal-left:hover {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

.cal-left.inactive {
  opacity: 0;
}

.page-subtitle-2 {
  margin-top: 0px;
  font-size: 2em;
  text-align: center;
  letter-spacing: 1px;
}

.date-2 {
  margin-top: 6px;
  margin-bottom: 10%;
  font-size: 1em;
}

.audition-text {
  max-width: 713px;
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: left;
}

.audition-text.centered {
  text-align: center;
}

.audition-text.promo {
  text-align: center;
}

.audition-text.gallery {
  display: inline-block;
  margin-top: 2px;
}

.additional-info-column {
  border: 1px solid #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.additional-info-column:hover {
  border-color: #ed1c24;
}

.mobilemonth {
  display: inline-block;
  width: 300px;
  margin: 0px 15px;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tickets-subhead {
  text-align: center;
}

.month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.perf-links-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.best-text {
  margin-bottom: 0px;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}

.cal-right {
  padding: 10px;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.cal-right:hover {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

.tickets-promotion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-top: 5%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ed1c24;
}

.cal-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.day-box {
  display: inline-block;
  width: 12%;
  height: 0px;
  margin: 8px;
  padding-right: 5px;
  padding-bottom: 12%;
  padding-left: 5px;
  border: 1px solid #ed1c24;
  text-align: center;
}

.day-box.dark {
  opacity: 0.5;
}

.day-box.off_set {
  opacity: 0.5;
}

.days {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.cal-link {
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.5em;
  text-decoration: none;
}

.cal-link:hover {
  border-bottom-color: #fff;
}

.cal-arrow-icon {
  width: 20px;
  height: 22px;
}

.tickets-text-highlight {
  color: #ed1c24;
  font-size: 1.5em;
}

.additional-info-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: red;
  text-decoration: none;
}

.text-link:hover {
  border-bottom-color: #ed1c24;
}

.text-link.white {
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #fff;
}

.text-link.white.hover {
  border-bottom-color: transparent;
  color: #ed1c24;
}

.text-link.news {
  font-size: 1.25em;
  line-height: 1em;
}

.text-link.tussauds {
  margin-bottom: 25px;
  font-size: 1.25em;
  line-height: 1em;
  text-align: center;
}

.best-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.day-2 {
  display: inline-block;
  width: 12%;
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px 8px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #ed1c24;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.button.tour {
  display: inline;
  margin-right: 0px;
  padding: 5px 10px;
}

.button.tussauds {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.button.roxie-top-btn {
  margin-top: 21px;
}

.button.voting-btn {
  margin-top: 10px;
  text-align: center;
}

.month-hed {
  width: 100%;
}

.ticket-way-row {
  width: 100%;
  margin-top: 5%;
}

.section-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
}

.calendar-bg {
  position: relative;
  overflow: hidden;
  width: 70%;
  margin: 5% auto 20px;
}

.ticket-online-button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.1em;
  text-align: center;
}

.ticket-online-button-text:hover {
  border-color: #fff;
  background-color: transparent;
}

.additional-info-row {
  margin-top: 5%;
  margin-bottom: 2%;
}

.ticket-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ticket-column.left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-gallery {
  width: 100%;
  margin-top: 10%;
}

.gallery-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-border {
  position: relative;
  margin-right: -8px;
  margin-left: -8px;
  border: 1px solid #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  cursor: pointer;
}

.gallery-border:hover {
  border-color: #ed1c24;
  color: #ed1c24;
}

.gallery-border.hover {
  border-color: #ed1c24;
}

.video-title {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 16px;
  text-align: center;
}

.video-title.centered {
  text-align: center;
}

.video-title.featured {
  position: absolute;
  left: 10px;
  bottom: 8px;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 3em;
  line-height: 0.8em;
  font-weight: 500;
  text-align: left;
}

.gallery-column {
  margin-right: -8px;
  margin-left: -8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.gallery-column:hover {
  color: #ed1c24;
}

.gallery-featured-video {
  border: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.gallery-featured-video.hover {
  display: none;
  border-color: #ed1c24;
}

.gallery-featured-video-holder {
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.gallery-featured-video-holder:hover {
  color: #ed1c24;
}

.gallery-featured-video-holder.hover {
  border-color: transparent;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
  -webkit-transform: translate(0px, -50%) translate(-50%, 0px);
  -ms-transform: translate(0px, -50%) translate(-50%, 0px);
  transform: translate(0px, -50%) translate(-50%, 0px);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.play-icon.hover {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

.news-row {
  width: 100%;
  margin-bottom: 5%;
}

.news-title {
  margin-top: -5px;
  font-size: 1.5em;
  line-height: 1.15em;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-text {
  max-width: 600px;
  font-size: 1.25em;
  line-height: 1.25em;
}

.news-text.centered {
  text-align: center;
}

.news-text.promo {
  text-align: center;
}

.news-text.gallery {
  display: inline-block;
  margin-top: 2px;
}

.image {
  width: 100%;
  border: 1px solid #fff;
}

.news-image-link {
  width: 100%;
  border: 1px solid #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.news-image-link:hover {
  border-color: #ed1c24;
}

.news-image {
  width: 100%;
}

.news-image.tussauds {
  height: 100%;
}

.news-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tour-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ed1c24;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 1px;
}

.tour-location {
  max-width: 600px;
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: 1.5em;
}

.tour-location.centered {
  text-align: center;
}

.tour-location.promo {
  text-align: center;
}

.tour-location.gallery {
  display: inline-block;
  margin-top: 2px;
}

.tour-dates {
  max-width: 600px;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.5em;
}

.tour-dates.centered {
  text-align: center;
}

.tour-dates.promo {
  text-align: center;
}

.tour-dates.gallery {
  display: inline-block;
  margin-top: 2px;
}

.tour-column {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.tour-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Futurastd;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link-2:hover {
  color: #ed1c24;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 30px 8px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
}

.dropdown-toggle-2:hover {
  color: #ed1c24;
}

.menu-modal-close-2 {
  position: absolute;
  top: 5px;
  right: -55px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.flag-link-holder-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.flag-link-holder-2:hover {
  border-color: #fff;
}

.nav-link-2 {
  margin-bottom: 10px;
  padding: 10px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-2:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  color: red;
}

.menu-button-2 {
  display: none;
  padding: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.menu-button-2:hover {
  color: #ed1c24;
}

.gallery-border-video {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.gallery-border-video.hover {
  border-color: #ed1c24;
}

.gallery-featured-image {
  border: 1px solid #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.gallery-featured-image.hover {
  border-color: #ed1c24;
}

.gallery-social-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-icon-featured {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
  -webkit-transform: translate(0px, -50%) translate(-50%, 0px);
  -ms-transform: translate(0px, -50%) translate(-50%, 0px);
  transform: translate(0px, -50%) translate(-50%, 0px);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.play-icon-featured.hover {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

.modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000;
  width: 30px;
  padding: 6px;
  cursor: pointer;
}

.image-modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-image {
  margin-bottom: 10px;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-size: 0.8em;
  line-height: 1.25em;
}

.cast-modal-text-holder {
  overflow: auto;
  width: 80%;
  max-height: 200px;
  margin-bottom: 20px;
}

.cast-modal-text {
  width: 100%;
  font-size: 1.1em;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.cast-modal-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-bg-cast {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.cast-modal-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.cast-modal-name {
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cast-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.cast-social-icon:hover {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

.cast-modal-role {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ed1c24;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.yt-2 {
  width: 25px;
}

.news-title-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.news-title-link:hover {
  color: #ed1c24;
}

.question {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-top: 1px solid #ed1c24;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 700;
  text-align: left;
}

.question:hover {
  color: #ed1c24;
}

.faq-header {
  margin-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-list {
  width: 650px;
}

.answer-text {
  margin-left: 30px;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: left;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-accordion {
  width: 100%;
  border-bottom: 1px solid #ed1c24;
  text-align: center;
}

.text-yellow {
  color: #e9a54d;
}

.section-title {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.day-text {
  margin-bottom: 0px;
}

.day-weekly {
  margin-bottom: 0px;
  font-size: 0.8em;
  text-align: center;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-image.bars {
  position: relative;
}

.hero-image.logo-no-text {
  display: none;
}

.ambassador-logo {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: -5px;
  background-image: url('../images/shubert-logo.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #ed1c24;
}

.image-4 {
  opacity: 0;
}

.news-date {
  max-width: 600px;
  font-size: 0.9em;
  line-height: 1em;
}

.news-date.centered {
  text-align: center;
}

.news-date.promo {
  text-align: center;
}

.news-date.gallery {
  display: inline-block;
  margin-top: 2px;
}

.news-pagination {
  text-align: center;
}

.page-numbers {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 2px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #ed1c24;
  font-size: 1.25em;
  line-height: 1em;
  text-decoration: none;
}

.page-numbers:hover {
  border-bottom-color: #ed1c24;
}

.page-numbers.current {
  border-bottom-style: none;
  border-bottom-width: 0px;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.gala-row {
  width: 100%;
}

.app-button-image {
  height: 70px;
  padding: 5px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.app-button-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.app-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.language-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.translation-flag {
  margin-right: 10px;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.translation-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.translation-text {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: 1.25em;
  line-height: 1.5em;
}

.translation-text.centered {
  text-align: center;
}

.translation-text.promo {
  text-align: center;
}

.translation-text.gallery {
  display: inline-block;
  margin-top: 2px;
}

.translation-image {
  margin-bottom: 20px;
  border: 1px solid #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.translation-image:hover {
  border-color: #ed1c24;
}

.hero-image-holder {
  position: relative;
  z-index: -1;
}

.tussauds-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tussauds-text {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 1.25em;
  text-align: center;
}

.tussauds-text.centered {
  text-align: center;
}

.tussauds-text.promo {
  text-align: center;
}

.tussauds-text.gallery {
  display: inline-block;
  margin-top: 2px;
}

.bold-text {
  line-height: 1em;
}

.partner-image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners-text {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 1.25em;
}

.partners-text.centered {
  text-align: center;
}

.partners-text.promo {
  text-align: center;
}

.partners-text.gallery {
  display: inline-block;
  margin-top: 2px;
}

.partners-row {
  width: 100%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid #ed1c24;
}

.roxie-download {
  padding-top: 22px;
}

.roxie-featured-video {
  width: 100%;
  text-align: center;
}

.roxie-youtube {
  border: 1px solid #fff;
}

.roxie-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.roxie-videos-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-5 {
  margin-right: 9px;
}

.roxie-apply-btn {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roxie-casting-video-holder {
  position: relative;
  margin-bottom: 55px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.roxie-casting-video-holder:hover {
  color: #ed1c24;
}

.roxie-casting-video-holder.hover {
  border-color: transparent;
}

.bold-text-2 {
  display: none;
}

.rc-top-btn-holder {
  width: 77%;
  margin-bottom: 45px;
}

.rc-btn-desc {
  font-size: 16px;
  text-align: center;
}

.videos-text {
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: justify;
}

.videos-text.centered {
  text-align: center;
}

.videos-text.promo {
  text-align: center;
}

.videos-text.gallery {
  display: inline-block;
  margin-top: 2px;
}

.rc-video-column {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.rc-video-column:hover {
  color: #ed1c24;
}

.paragraph-4 {
  font-style: normal;
  text-align: left;
}

.page-subtitle-3 {
  display: block;
  margin-top: 0px;
  font-size: 1em;
  text-align: left;
  letter-spacing: 1px;
}

.page-subtitle-3.about {
  margin-top: 10%;
}

.page-subtitle-3.gala {
  margin-top: 30px;
  text-align: left;
}

.audition-key-dates {
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  line-height: 2em;
  text-align: center;
}

.roxie-video-section {
  width: 100%;
  margin-top: 40px;
}

.roxie-terms-link {
  position: relative;
  top: 21px;
  color: #ed1c24;
  text-decoration: none;
}

.roxie-terms-link:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tickets-text {
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: left;
}

.tickets-text.centered {
  text-align: center;
}

.tickets-text.promo {
  text-align: center;
}

.tickets-text.gallery {
  display: inline-block;
  margin-top: 2px;
}

.header-spacer {
  height: 3.5em;
}

.tickets-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tour-on-sale {
  display: block;
  max-width: 600px;
  font-size: 1em;
  line-height: 1.5em;
}

.tour-on-sale.centered {
  text-align: center;
}

.tour-on-sale.promo {
  text-align: center;
}

.tour-on-sale.gallery {
  display: inline-block;
  margin-top: 2px;
}

.bold-text-4 {
  display: block;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .modal-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    letter-spacing: 1px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-modal {
    padding: 5px 20px;
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 700;
  }
  .menu-modal-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-menu-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hamburger {
    font-size: 1.75em;
    line-height: 1em;
  }
  .nav-menu-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-menu-bg.active {
    width: 400px;
  }
  .nav-tickets-button {
    border-radius: 0px;
  }
  .nav-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu-button {
    padding: 10px;
    cursor: pointer;
  }
  .nav-social-icon {
    width: 40px;
    height: 40px;
  }
  .fb {
    width: 14px;
  }
  .nav-social {
    position: static;
  }
  .signup-title {
    margin-bottom: 0px;
  }
  .tw {
    width: 30px;
  }
  .ig {
    width: 30px;
  }
  .footer-section {
    height: 350px;
    margin-top: -350px;
  }
  .footer-column {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-column.signup {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-column.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .main-content {
    padding-bottom: 400px;
  }
  .language-links {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .language-links.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .flag-image {
    width: 40px;
  }
  .flag-link-holder {
    margin-right: 6px;
    margin-left: 6px;
  }
  .language-link-text.active {
    top: 30px;
  }
  .dropdown-toggle {
    padding: 5px 20px 5px 5px;
  }
  .text-block {
    font-size: 0.75em;
    letter-spacing: 0.5px;
  }
  .icon-4 {
    right: -15px;
  }
  .nav-right {
    width: auto;
  }
  .weekly-section {
    margin-bottom: 10%;
  }
  .weekly-calendar {
    width: 100%;
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .day {
    width: 12%;
  }
  .best-header {
    font-size: 1em;
    line-height: 1.25em;
  }
  .columns {
    width: 100%;
  }
  .footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .yt {
    width: 30px;
  }
  .privacy-question {
    font-size: 1.25em;
  }
  .page-title {
    margin-bottom: 10px;
    line-height: 1em;
  }
  .info-section {
    padding-bottom: 30px;
  }
  .privacy-answer {
    line-height: 1.25em;
  }
  ._404-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cast-part {
    margin-right: 4%;
    margin-left: 4%;
  }
  .creative-name {
    font-size: 1.15em;
  }
  .page-subtitle {
    margin-top: 0px;
    text-align: center;
  }
  .cast-title {
    font-size: 0.8em;
  }
  .privacy-holder {
    margin-top: 30px;
  }
  .ticket-way-title {
    font-size: 1.5em;
  }
  .page-subtitle-2 {
    margin-top: 0px;
    font-size: 1.5em;
    text-align: center;
  }
  .grid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .day-box {
    margin: 7px;
    padding-bottom: 12.5%;
  }
  .days {
    margin-right: -20px;
    margin-left: -20px;
  }
  .button.tour {
    margin-right: 0%;
  }
  .calendar-bg {
    width: 750px;
  }
  .ticket-online-button-text {
    font-size: 0.8em;
  }
  .news-row {
    margin-bottom: 10%;
  }
  .news-title {
    margin-top: 0px;
  }
  .tour-title {
    margin-top: 0px;
  }
  .tour-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .dropdown-toggle-2 {
    padding: 5px 20px 5px 5px;
  }
  .menu-modal-close-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flag-link-holder-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .menu-button-2 {
    padding: 10px;
    cursor: pointer;
  }
  .modal-bg {
    display: none;
  }
  .image-modal-wrapper {
    width: 80%;
  }
  .cast-modal-wrapper {
    width: 80%;
    padding: 20px;
  }
  .cast-social-icon {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .yt-2 {
    width: 30px;
  }
  .partners-row {
    margin-bottom: 10%;
  }
  .page-subtitle-3 {
    margin-top: 0px;
    text-align: center;
  }
  .tickets-button-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tour-on-sale {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .modal-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .nav-menu {
    margin-top: 2%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-link-modal {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .nav-links {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-modal-close {
    top: 0px;
    right: -50px;
  }
  .menu-modal-close.active {
    right: 0px;
  }
  .nav-menu-bg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-menu-bg.active {
    width: 300px;
    padding-left: 10px;
  }
  .nav-tickets-button {
    height: 40px;
  }
  .nav-bar {
    left: 0px;
    top: 0px;
    right: 0px;
    height: 50px;
  }
  .nav-link {
    margin-bottom: 0px;
    padding-left: 15px;
    font-size: 1em;
    line-height: 1em;
  }
  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #ed1c24;
  }
  .nav-social-icon {
    width: 35px;
    height: 35px;
  }
  .nav-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-section {
    height: 400px;
    margin-top: -400px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-content {
    padding-bottom: 450px;
  }
  .language-links {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .language-links.footer {
    margin-bottom: 50px;
  }
  .weekly-calendar {
    padding-right: 5px;
    padding-left: 5px;
  }
  .date {
    font-size: 1em;
  }
  .matweekly {
    font-size: 0.7em;
  }
  .eveweekly {
    font-size: 0.7em;
  }
  .tile-holder {
    margin-bottom: 15px;
  }
  .footer-columns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .privacy-question {
    font-size: 1em;
  }
  .page-title {
    font-size: 2em;
    letter-spacing: 0px;
  }
  .info-section {
    margin-top: -6%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .info-section.laying-hero {
    margin-top: 5%;
  }
  .privacy-answer {
    font-size: 1em;
  }
  ._404-section {
    height: 100%;
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .creative-column {
    margin-bottom: 20px;
  }
  .cast-part {
    margin-top: 30px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .creative-row {
    margin-bottom: 0px;
  }
  .page-subtitle {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .about-gallery-row {
    margin-bottom: 0px;
  }
  .about-gallery-row.videos {
    margin-top: 0px;
  }
  .cast-column {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .meridiem {
    display: none;
  }
  .ticket-way-title {
    font-size: 1.15em;
  }
  .page-subtitle-2 {
    font-size: 1.25em;
  }
  .date-2 {
    margin-top: 4px;
  }
  .audition-text {
    font-size: 1em;
  }
  .additional-info-column {
    margin-bottom: 10px;
  }
  .mobilemonth {
    width: auto;
    font-size: 1.25em;
  }
  .tickets-promotion {
    height: 250px;
  }
  .day-box {
    width: 13%;
    margin-right: 1px;
    margin-bottom: 2px;
    margin-left: 1px;
    padding-right: 2px;
    padding-bottom: 14.5%;
    padding-left: 2px;
  }
  .days {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cal-link {
    font-size: 0.7em;
  }
  .additional-info-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .text-link.tussauds {
    margin-bottom: 30px;
  }
  .day-2 {
    width: 12%;
  }
  .calendar-bg {
    width: 550px;
  }
  .ticket-online-button-text {
    font-size: 1em;
  }
  .additional-info-row {
    margin-top: 0%;
  }
  .ticket-column {
    min-height: 40px;
  }
  .gallery-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-title.featured {
    font-size: 2em;
  }
  .gallery-column {
    margin-bottom: 20px;
  }
  .gallery-featured-video-holder {
    margin-bottom: 30px;
  }
  .news-title {
    font-size: 1.25em;
    line-height: 1.25em;
    text-align: left;
  }
  .news-text {
    line-height: 1.25em;
  }
  .news-image-link {
    margin-bottom: 10px;
  }
  .news-image.tussauds {
    margin-bottom: 20px;
  }
  .tour-title {
    font-size: 1.25em;
  }
  .tour-location {
    font-size: 1em;
  }
  .tour-dates {
    font-size: 1em;
  }
  .tour-column {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border-bottom: 1px solid #2e2e2e;
  }
  .tour-row {
    display: block;
    margin-bottom: 0%;
  }
  .menu-modal-close-2 {
    top: 0px;
    right: -50px;
  }
  .nav-link-2 {
    margin-bottom: 0px;
    padding-left: 15px;
    font-size: 1em;
    line-height: 1em;
  }
  .nav-link-2:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #ed1c24;
  }
  .gallery-border-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .play-icon-featured {
    width: 80px;
  }
  .modal-bg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal-close {
    top: 0px;
    right: 15px;
  }
  .image-modal-wrapper {
    width: 80%;
    margin-top: 35px;
  }
  .cast-modal-text-holder {
    overflow: auto;
    max-height: 200px;
    margin-left: 0px;
  }
  .cast-modal-text {
    margin-left: 0px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .cast-modal-wrapper {
    width: 80%;
    padding-right: 10px;
    padding-left: 10px;
    border-style: none;
  }
  .modal-bg-cast {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cast-modal-social {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cast-modal-name {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  .cast-social-icon {
    width: 40px;
    height: 40px;
  }
  .cast-modal-role {
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 0.8em;
    line-height: 1.25em;
  }
  .faq-list {
    width: 450px;
  }
  .answer-text {
    font-weight: 300;
  }
  .faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-title {
    margin-top: 20px;
  }
  .ambassador-logo {
    width: 25px;
    height: 25px;
    background-size: auto 25px;
  }
  .separator {
    margin-bottom: 0px;
  }
  .news-date {
    line-height: 1.25em;
  }
  .app-button-image {
    height: 50px;
    padding: 0px 10px;
  }
  .translation-text {
    font-size: 1em;
  }
  .translation-image {
    width: 30%;
    margin-bottom: 0px;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .translation-image-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tussauds-text-block {
    width: 80%;
  }
  .tussauds-text {
    margin-bottom: 30px;
    line-height: 1.25em;
  }
  .partners-text {
    line-height: 1.25em;
  }
  .roxie-casting-video-holder {
    margin-bottom: 30px;
  }
  .videos-text {
    padding-bottom: 10px;
    font-size: 1em;
  }
  .rc-video-column {
    margin-bottom: 20px;
  }
  .page-subtitle-3 {
    font-size: 1.25em;
  }
  .tickets-text {
    font-size: 1em;
  }
  .header-spacer {
    height: 3em;
  }
  .tickets-button-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tour-on-sale {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-bg.active {
    width: 100%;
  }
  .tickets-button-text {
    font-size: 1em;
  }
  .nav-tickets-button {
    width: 120px;
    margin-left: 18%;
    padding: 5px 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 1.25em;
  }
  .colophon {
    margin-bottom: 5px;
    line-height: 1.2em;
    text-align: center;
  }
  .nav-social {
    padding-right: 5px;
    padding-left: 5px;
  }
  .signup-title {
    font-size: 0.8em;
    text-align: center;
  }
  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 10px;
  }
  .form-block {
    width: 100%;
  }
  .footer-section {
    height: 430px;
    margin-top: -430px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-column {
    margin-right: auto;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-column.signup {
    margin-right: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column.center {
    margin-right: 0px;
  }
  .main-content {
    padding-bottom: 430px;
  }
  .language-links.footer {
    margin-top: 5px;
  }
  .flag-link-holder {
    margin-right: 2px;
    margin-left: 2px;
  }
  .weekly-section {
    margin-bottom: 10%;
  }
  .weekly-calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .date-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .day {
    width: 13%;
    margin-right: 1px;
    margin-left: 1px;
    padding: 0px;
  }
  .weekday-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .date {
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 1.2em;
  }
  .t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tc {
    margin-top: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .matweekly {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 0.9em;
  }
  .matweekly.solo {
    margin-right: 83px;
  }
  .eveweekly {
    margin-left: 15px;
    font-size: 0.9em;
  }
  .heading {
    font-size: 1.5em;
  }
  .best-header {
    font-size: 0.8em;
  }
  .footer-address {
    margin-bottom: 10px;
    line-height: 1.2em;
    text-align: center;
  }
  .footer-columns {
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .signup {
    width: 100%;
  }
  .date-box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .privacy-question {
    font-size: 1em;
  }
  .page-title {
    font-size: 1.5em;
  }
  .info-section {
    margin-top: -5%;
  }
  .privacy-answer {
    font-size: 1em;
  }
  .creative-column {
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px;
  }
  .cast-part {
    margin-top: 20px;
    margin-right: 6%;
    margin-left: 6%;
  }
  .page-subtitle {
    font-size: 1em;
  }
  .page-subtitle.about {
    margin-top: 10%;
    line-height: 1em;
  }
  .cast-headshot-holder {
    margin-bottom: 5px;
  }
  .cast-title {
    position: relative;
    z-index: 5;
  }
  .privacy-holder {
    margin-top: 0px;
  }
  .page-subtitle-2 {
    margin-bottom: 0px;
  }
  .date-2 {
    margin-top: 0px;
    margin-bottom: 10%;
    font-size: 0.7em;
    line-height: 1.5em;
  }
  .audition-text {
    font-size: 0.8em;
    text-align: center;
  }
  .audition-text.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mobilemonth {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1em;
    letter-spacing: 0.5px;
  }
  .tickets-promotion {
    height: 300px;
    padding: 10px;
  }
  .paragraph {
    margin-bottom: 0px;
  }
  .day-box {
    position: relative;
    width: 13.5%;
    margin-right: 1px;
    margin-left: 1px;
    padding-bottom: 21%;
  }
  .cal-link {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 0.7em;
    line-height: 1.75em;
  }
  .cal-link.eve {
    bottom: 5px;
  }
  .cal-link.mat {
    bottom: 25px;
  }
  .day-2 {
    width: 13%;
    margin-right: 1px;
    margin-left: 1px;
    padding: 0px;
    font-size: 0.7em;
  }
  .button {
    margin-bottom: 10px;
    padding: 8px 10px;
    font-size: 20px;
  }
  .button.tour {
    margin-top: 5px;
  }
  .ticket-way-row {
    margin-top: 10%;
  }
  .section-subtitle {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .calendar-bg {
    width: auto;
  }
  .ticket-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ticket-column.left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-title.featured {
    font-size: 1.25em;
  }
  .news-text {
    font-size: 1em;
  }
  .news-text.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tour-title {
    font-size: 1.5em;
  }
  .tour-location.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tour-dates {
    margin-bottom: 5px;
  }
  .tour-dates.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tour-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flag-link-holder-2 {
    margin-right: 2px;
    margin-left: 2px;
  }
  .play-icon-featured {
    width: 60px;
  }
  .modal-close {
    top: 0px;
    right: 5px;
  }
  .image-modal-wrapper {
    width: 80%;
    margin-top: 30px;
  }
  .cast-modal-text-holder {
    width: 100%;
  }
  .cast-modal-text {
    font-size: 0.9em;
  }
  .cast-modal-wrapper {
    width: 80%;
    margin-top: 30px;
    padding: 5px 0px;
    border-style: none;
  }
  .cast-modal-social {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cast-modal-name {
    font-size: 1.25em;
  }
  .cast-modal-role {
    margin-bottom: 15px;
  }
  .question {
    font-weight: 700;
  }
  .faq-list {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  .faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-title {
    font-size: 1.25em;
  }
  .day-weekly {
    width: 13%;
    margin-right: 1px;
    margin-left: 1px;
    padding: 0px;
  }
  .hero-image.logo-no-text {
    display: block;
  }
  .hero-image.logo-text {
    display: none;
  }
  .weekly-perf-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ambassador-logo {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .news-date {
    font-size: 0.8em;
  }
  .news-date.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .page-numbers {
    margin-bottom: 10px;
  }
  .app-button-image {
    width: 200px;
    height: auto;
    padding: 10px 0px;
  }
  .app-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .translation-flag {
    width: 50px;
    margin-bottom: 10px;
  }
  .translation-holder {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .translation-text.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .translation-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .translation-image-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list {
    padding-left: 20px;
  }
  .tussauds-text-block {
    width: 100%;
  }
  .tussauds-text {
    font-size: 1em;
  }
  .tussauds-text.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .partners-text {
    font-size: 1em;
  }
  .partners-text.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .videos-text {
    font-size: 0.8em;
    text-align: center;
  }
  .videos-text.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .page-subtitle-3.about {
    margin-top: 10%;
    line-height: 1em;
  }
  .tickets-text {
    font-size: 1em;
    line-height: 1.25em;
    text-align: center;
  }
  .tickets-text.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tour-on-sale.centered {
    margin-right: 10px;
    margin-left: 10px;
  }
}

