body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: trajan-pro-3, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.section-home {
  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-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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;
  background-color: #000;
  box-shadow: 0 11px 50px -6px rgba(0, 0, 0, .5);
  color: #fff;
}

.nav-drop-button-text {
  margin-left: 10px;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.nav-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(42, 31%, 71%, .5);
  border-left: 1px solid hsla(42, 31%, 71%, .5);
  font-family: futura-pt-condensed, sans-serif;
  text-align: center;
}

.body {
  font-family: futura-pt-condensed, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.nav-drop-button {
  width: 175px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
}

.nav-drop-button:hover {
  background-color: #ccbe9e;
  color: #fff;
}

.nav-drop-button.w--open {
  -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-drop-button.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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-drop-button.right.w--open {
  font-size: 1em;
}

.nav-drop-button.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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;
}

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

.dropdown-list.w--open {
  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;
}

.nav-drop-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  text-align: center;
}

.nav-drop {
  font-size: 0.9em;
  line-height: 1.5em;
}

.nav-drop-divider {
  margin-right: 10px;
  margin-left: 10px;
  border-top: 1px solid #ccbe9e;
}

.nav-header-icon-left {
  right: 140px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  background-color: #ccbe9e;
  color: #000;
}

.nav-drop-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 35px;
  margin-bottom: 0px;
  padding-left: 20px;
  -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;
  font-family: futura-pt-condensed, sans-serif;
}

.nav-drop-text.city {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-arrow-left {
  right: 138px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  color: #ccbe9e;
  font-size: 0.8em;
  line-height: 1.5em;
}

.nav-footer-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ccbe9e;
  text-decoration: none;
}

.nav-footer-link:hover {
  color: #000;
}

.nav-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ccbe9e;
}

.nav-footer-spacer {
  height: 20px;
  line-height: 1.25em;
}

.home-news-feature-image {
  margin-bottom: 15px;
}

.nav-header-icon-right {
  right: -8px;
}

.slider-main {
  height: 100vh;
  background-color: transparent;
  font-size: 1em;
}

.slide-nav {
  display: none;
}

.right-arrow {
  position: fixed;
  height: 100vh;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 1em;
  cursor: pointer;
}

.right-arrow:hover {
  color: #ccbe9e;
}

.left-arrow {
  position: fixed;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 1em;
}

.left-arrow:hover {
  color: hsla(0, 0%, 100%, .5);
}

.background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  background-color: #a3762e;
  /*background-image: url('../_img/BG_DESKTOP_03.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-tickets {
  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;
}

.section-cast {
  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;
}

.heading-2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.heading-3 {
  font-family: trajan-pro-3, sans-serif;
  font-weight: 600;
}

.theater-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.paragraph {
  text-align: center;
  letter-spacing: 0px;
}

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

.button-black {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  text-align: center;
  letter-spacing: 1px;
}

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

.button-black.tickets {
  margin-bottom: 5px;
}

.button-black.tickets.london {
  width: 400px;
  margin-top: 10px;
}

.tickets-map {
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.faq-dropdown {
  position: static;
  width: 100%;
  border-bottom: 1px solid #ccbe9e;
}

.faq-dropdown.w--open {
  background-color: hsla(42, 31%, 71%, .5);
}

.faq-question {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
}

.icon {
  position: static;
  left: 44px;
  top: 0px;
  right: 891px;
  bottom: 0px;
  margin-right: 10px;
  color: #fff;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 20px 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dropdown-toggle.w--open {
  position: static;
  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;
  background-color: hsla(42, 31%, 71%, .5);
}

.heading-7 {
  text-align: center;
}

.faq-question-list {
  border-top: 1px solid #ccbe9e;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
}

.faq-answer {
  margin-bottom: 0px;
  padding: 5px 20px 5px 40px;
}

.content-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding-top: 20px;
  padding-bottom: 30px;
  -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;
}

.content-container.black {
  padding-bottom: 30px;
  background-color: #000;
}

.content-container.landing {
  height: 93vh;
}

.content-container.tickets {
  margin-top: 40px;
  padding-top: 40px;
}

.content-container.map {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.content-container.faq {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.content-container.creative {
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, .7);
}

.content-container.cast {
  margin-top: 40px;
  padding-top: 40px;
}

.content-container.news-featured {
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.content-container.news-items {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-top: 2px solid #ccbe9e;
  border-bottom: 2px solid #ccbe9e;
}

.content-container.news-sort-links {
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-container.app {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.content-container.art {
  padding: 20px 20px 10px;
  background-color: #000;
}

.home-news-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.home-landing-image-star {
  width: 600px;
}

.text-light {
  color: #ccbe9e;
}

.paragraph-2 {
  font-family: futura-pt-condensed, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.subhead-cond {
  margin-top: 0px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 400;
  text-align: center;
}

.subhead-cond.text-white {
  color: #fff;
  text-align: center;
}

.header-2-serif {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 1.4em;
  text-align: center;
}

.header-2-serif.text-light.creative {
  margin-top: 10px;
  margin-bottom: 20px;
}

.header-2-serif.newsletter {
  margin-bottom: 10px;
  letter-spacing: 0px;
}

.header-2-serif.faq {
  margin-bottom: 10px;
}

.header-2-serif.tickets {
  margin-bottom: 20px;
  text-align: left;
}

.header-2-serif.cast {
  margin-bottom: 30px;
}

.header-2-serif.text-white {
  color: #fff;
}

.header-2-serif.text-white.news-featured {
  width: 85%;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.header-2-serif.privacy {
  margin-top: 30px;
  margin-bottom: 30px;
}

.header-2-serif.terms {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5em;
}

.home-news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 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;
  background-color: #000;
}

.button-light {
  width: 400px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #ccbe9e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  text-align: center;
}

.button-light:hover {
  background-color: #94856a;
}

.button-light.app {
  width: 100%;
}

.button-light.tickets {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}

.footer-signup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.footer-newsletter-container {
  width: 400px;
}

.body-text-serif {
  font-family: 'La gioconda tt', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0px;
}

.body-text-serif.tickets {
  margin-bottom: 0px;
  color: #000;
}

.body-text-serif.text-light {
  color: #ccbe9e;
}

.body-text-serif.text-light.tour {
  width: 100%;
  margin-bottom: 0px;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.body-text-serif.text-light.tour.right {
  width: auto;
  margin-right: -20px;
  text-align: right;
}

.body-text-serif.text-white {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.body-text-serif.text-white.colophon {
  font-family: trajan-pro-3, sans-serif;
  font-size: 0.8em;
}

.body-text-serif.text-white.news-featured {
  width: 85%;
  font-size: 1em;
}

.body-text-serif.text-white.text-centered.app {
  margin-bottom: 20px;
}

.body-text-serif.text-white.tour {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.body-text-serif.text-white.tour.center {
  text-align: center;
}

.body-text-serif.text-centered.lottery {
  font-weight: 700;
}

.body-text-serif.policy {
  width: 100%;
  margin-bottom: 20px;
}

.body-text-serif.terms {
  width: 100%;
  margin-bottom: 20px;
}

.body-text-serif.tour {
  margin-bottom: 0px;
  padding-top: 1px;
  font-size: 0.9em;
}

.body-text-serif.cast-modal-role {
  font-size: 0.8em;
}

.body-text-serif.creative-modal-role {
  font-size: 0.8em;
}

.button-white {
  width: 400px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.input {
  border-style: none;
  font-family: futura-pt, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.icon-2 {
  margin-top: 3px;
}

.nav-header-burger-link {
  padding: 10px 20px 10px 50px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  text-transform: uppercase;
}

.nav-header-burger-link:hover {
  background-color: #ccbe9e;
  color: #000;
}

.nav-menu-burger {
  display: none;
  width: 175px;
  height: 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;
  border-right: 1px solid hsla(42, 31%, 71%, .5);
  background-color: #000;
}

.menu-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 0px 5px 40px;
  -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: 1em;
  line-height: 1em;
}

.menu-button.w--open {
  width: 175px;
  background-color: #ccbe9e;
  color: #000;
}

.nav-burger-button-text {
  width: 80px;
}

.nav-menu {
  background-color: #000;
}

.nav-burger-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 40px;
  -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;
  border-top: 1px solid #ccbe9e;
  font-family: futura-pt-condensed, sans-serif;
  text-align: center;
}

.nav-burger-text-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 25px;
  margin-bottom: 0px;
  padding-left: 40px;
  -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;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 0.9em;
  text-align: center;
}

.nav-burger-secondary-links {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-main-separator {
  width: 90%;
  height: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #ccbe9e;
}

.nav-social-icon {
  width: 30px;
  height: 30px;
}

.nav-burger-social {
  position: static;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 50px;
  -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;
  background-color: #000;
}

.footer-social-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.faq-dropdown-toggle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: rgba(0, 0, 0, .7);
  font-family: 'La gioconda tt', sans-serif;
  color: red;
}

.faq-dropdown-toggle.w--open {
  position: static;
  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;
  background-color: hsla(42, 31%, 71%, .5);
}

.sdfsdf {
  height: 100vh;
  padding-top: 70px;
  -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;
}

.tickets-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.tickets-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.content-row {
  width: 100%;
}

.content-row.map {
  padding: 15px;
  background-color: rgba(0, 0, 0, .7);
}

.content-row.app {
  margin-top: 20px;
}

.content-row.lottery {
  margin-top: 20px;
}

.left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-left: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-column.map {
  height: 350px;
  margin-left: -10px;
}

.left-column.app {
  height: 100%;
}

.right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-right: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-column.map {
  height: 100%;
  margin-right: -10px;
}

.right-column.app {
  width: 70%;
  height: auto;
}

.right-column.lottery {
  width: 70%;
  height: auto;
}

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

.body-text-link:hover {
  /* color: #ccbe9e; */
  border-bottom: 1px solid #fff;
}

.body-text-link.w--current {
  text-decoration: none;
}

.body-text-link.dark-text.w--current {
  color: #94856a;
}

.body-text-link.text-light {
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'La gioconda tt', sans-serif;
  color: #ccbe9e;
}

.body-text-link.text-light:hover {
  /* color: #fff; */
  border-bottom: 1px solid #ccbe9e;
}

.tickets-calendar-month {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.button-ticket-show {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 10px;
  -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-bottom: 1px solid #ccbe9e;
  background-color: #554c3b;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-ticket-show:hover {
  background-color: #94856a;
  color: #fff;
}

.button-ticket-show.tickets {
  margin-bottom: 10px;
}

.button-show-center {
  text-align: center;
}

.button-show-right {
  text-align: right;
}

.button-show-subtitle {
  font-size: 1em;
  line-height: 1.2em;
}

.button-show-subtitle.dash {
  padding-right: 5px;
  padding-left: 5px;
}

.button-show-subtitle.time {
  font-weight: 700;
}

.button-show-text {
  color: #ccbe9e;
  font-size: 0.9em;
  line-height: 0.9em;
}

.ticket-show-buttons {
  border-top: 1px solid #ccbe9e;
}

.tickets-info-text {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-landing-container {
  position: relative;
  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: 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;
}

.image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.silos-home {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: -2px;
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  -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;
}

.footer-container.black {
  background-color: #000;
}

.footer-social-holder {
  margin-bottom: 10px;
}

.footer-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 20px;
  -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;
  background-color: #ccbe9e;
}

.slide-tickets {
  overflow: auto;
}

.slide-home {
  overflow: auto;
}

.mask {
  width: 100%;
}

.home-down-arrow {
  width: 20px;
  margin-bottom: 30px;
}

.home-news-feature-images {
  margin-top: 20px;
  margin-bottom: 30px;
}

.home-news-featured-image {
  width: 250px;
}

.footer-newsletter-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  margin-top: auto;
  margin-bottom: auto;
}

.right-arrow-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;
}

.slider-main-arrow-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 327px;
  margin-bottom: 327px;
  -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;
}

.slider-main-arrow-content.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider-main-arrow-content.right {
  font-size: 1em;
}

.slider-main-arrow-text {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: futura-pt-condensed, sans-serif;
  color: #fff;
  line-height: 0.5em;
  text-align: left;
}

.slider-main-arrow-text:hover {
  color: #ccbe9e;
}

.header-3-serif-sentence {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'La gioconda tt', sans-serif;
  font-size: 1.25em;
  line-height: auto;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.header-3-serif-sentence.newsletter {
  margin-bottom: 10px;
}

.header-3-serif-sentence.faq {
  margin-bottom: 20px;
}

.header-3-serif-sentence.avaliability {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
}

.header-3-serif-sentence.text-white {
  color: #fff;
}

.header-3-serif-sentence.privacy {
  width: 100%;
  font-weight: 700;
  text-align: left;
}

.header-3-serif-sentence.tour {
  color: #fff;
  text-align: left;
}

.tickets-show-button-arrow {
  right: -8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-footer-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #000;
  color: #fff;
}

.nav-footer-icon-right {
  right: -8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.link-block-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -2px;
  -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;
  color: #fff;
  text-decoration: none;
}

.link-block-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -2px;
  margin-bottom: -1px;
  -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;
  text-decoration: none;
}

.nav-drop-text-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 30px;
  margin-bottom: 0px;
  padding-left: 20px;
  -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;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 0.9em;
}

.link-block-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-decoration: none;
}

.nav-main-social-icon {
  width: 25px;
  height: 25px;
}

.header-3-serif {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'La gioconda tt', sans-serif;
  font-size: 1.25em;
  line-height: auto;
  text-align: center;
  letter-spacing: 0px;
}

.header-3-serif.newsletter {
  margin-bottom: 10px;
}

.header-3-serif.faq {
  margin-bottom: 20px;
}

.header-3-serif.tickets {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.header-3-serif.text-white {
  font-family: trajan-pro-3, sans-serif;
  color: #fff;
}

.header-3-serif.text-white.app {
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.header-3-serif.text-white.lottery {
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}

.header-3-serif.text-white.lottery {
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.header-3-serif.cast-modal {
  color: #a3762e;
  text-align: left;
}

.header-3-serif.creative-modal {
  color: #a3762e;
  text-align: left;
}

.div-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-toggle-2 {
  color: #b83737;
}

.icon-4 {
  position: static;
  margin-right: 15px;
}

.faq-question-text {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'La gioconda tt', sans-serif;
  font-weight: 700;
}

.faq-question-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 8px 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
}

.faq-question-dropdown-toggle:hover {
  background-color: #d5d3cf;
  color: #000;
}

.dropdown-link-2 {
  width: 900px;
  background-color: #d5d3cf;
  font-family: 'La gioconda tt', sans-serif;
  font-weight: 400;
}

.faq-answer-dropdown {
  background-color: #d5d3cf;
}

.faq-answer-dropdown.w--open {
  position: relative;
  padding: 10px 35px;
}

.cast-row {
  width: 100%;
}

.header-3-cond {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt-condensed, sans-serif;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.header-3-cond.text-white {
  color: #fff;
}

.header-3-cond.text-white.text-centered {
  font-weight: 700;
}

.header-4-sans-sentence {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0px;
}

.header-4-sans-sentence.text-light {
  color: #ccbe9e;
}

.header-4-sans-sentence.text-light.text-centered {
  font-weight: 500;
}

.cast-image {
  margin-bottom: 5px;
  border: 1px solid #ccbe9e;
}
.cast-image-hover {
  border: 1px solid #ccbe9e;
  transition: border-color 200ms ease;
  -webkit-transition: border-color 200ms ease;
}

.cast-info-thumb {
  /* height: 200px; */
  margin-right: -5px;
  margin-bottom: 10px;
  margin-left: -5px;
}

.slide-cast {
  overflow: auto;
}

.creative-row {
  width: 100%;
}

.creative-info-thumb {
  margin-bottom: 20px;
}

.section-news {
  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;
}

.news-featured-link-block {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 350px;
  border: 1px solid #ccbe9e;
  text-decoration: none;
}

.news-featured-image-text {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 30px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, transparent, transparent 0%, rgba(0, 0, 0, .3) 9%, rgba(0, 0, 0, .8) 98%, #000 99%);
  background-image: linear-gradient(90deg, transparent, transparent 0%, rgba(0, 0, 0, .3) 9%, rgba(0, 0, 0, .8) 98%, #000 99%);
  color: #fff;
}

.news-featured-image-desktop {
  position: absolute;
}

.news-item-block {
  position: relative;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #ccbe9e;
}

.news-item-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  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: 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;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .4) 22%, rgba(0, 0, 0, .7) 98%);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4) 22%, rgba(0, 0, 0, .7) 98%);
}

.header-3-sans {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccbe9e;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0px;
}

.header-3-sans.text-white {
  color: #fff;
}

.header-4-sans {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.header-4-sans.text-white {
  color: #fff;
}

.news-cat-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row {
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.news-cat-sort-link, .cast-sort-link {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}

.news-cat-sort-link:hover, .cast-sort-link:hover, .news-cat-sort-link.current, .cast-sort-link.current {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 500;
}

.news-sort-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  -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;
}

.news-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
}

.news-page-num {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}

.news-page-num:hover {
  color: #fff;
  font-weight: 500;
}

.news-page-range {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: futura-pt-condensed, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}

.news-featured-block {
  position: relative;
  border: 1px solid #ccbe9e;
}

.news-featured-block-mobile {
  position: relative;
  border: 1px solid #ccbe9e;
}

.news-item-featured-mobile {
  position: relative;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #ccbe9e;
}

.news-item-play-icon {
  position: absolute;
  left: 50%;
  top: 30%;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0px) translate(0px, -30%);
  -ms-transform: translate(-50%, 0px) translate(0px, -30%);
  transform: translate(-50%, 0px) translate(0px, -30%);
}

.slide-news {
  overflow: auto;
}

.bg-silos {
  position: absolute;
  overflow: visible;
  height: 100%;
  background-image: url('../images/bg-silo.svg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.div-block-3 {
  height: 80%;
  background-image: url('../images/bg-silo.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.bg-slilos-image {
  width: 300%;
  opacity: 0.3;
}

.app-store-buttons {
  display: none;
  height: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.app-store-button-apple {
  width: 100%;
}

.app-store-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.app-store-button.apple {
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.app-store-button.google {
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.app-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-3 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.app-features {
  margin-top: 15px;
}

.app-checkbox-field {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lottery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottery-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 220px;*/
  margin-top: 30px;
  margin-bottom: 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;
}

.section-privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.privacy-body {
  width: 100%;
}

.section-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.section-lottery {
  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;
}

.section-app {
  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;
}

.tour-dates {
  width: 100%;
}

.tour-bg {
  width: 100%;
  padding: 15px 15px 0px;
  background-color: rgba(0, 0, 0, .7);
}

a.tour-date {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-decoration: none;
}

.tour-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ccbe9e;
}

a.tour-date:hover {
  color: #554c3b;
}

.tour-text {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tour-text.right {
  text-align: center;
}

.tour-text.text-centered {
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tour-row {
  width: 100%;
  margin-right: -10px;
  margin-left: -10px;
}

.tour-column {
  height: 40px;
}

.tour-announcement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  -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: #ccbe9e;
  text-align: center;
}

.cast-lightbox-link {
  text-decoration: none;
}

.silo-move-right {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 5;
  width: 50px;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.cast-modal-bg,
.modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  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: rgba(0, 0, 0, .7);
}

.cast-modal-wrapper,
.modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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;
  background-color: #fff;
}

.cast-modal-slider,
.modal-slider {
  width: 700px;
  height: auto;
  background-color: #fff;
}

.slide-nav-2 {
  display: none;
}

.cast-modal-image {
  border: 1px solid #ccbe9e;
}

.cast-modal-slide,
.modal-slide {
  width: 100%;
}

.cast-left {
  margin-left: -80px;
}

.cast-right {
  margin-right: -80px;
}

.column-4 {
  height: 200px;
}

.cast-modal-arrow {
  font-size: 0.8em;
}

.cast-modal-close,
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1000;
  width: 25px;
  padding: 5px;
  cursor: pointer;
}

.cast-modal-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-decoration: none;
}

.cast-modal-social-icon {
  width: 30px;
  height: 30px;
}

.menu-mobile-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  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;
}

.menu-mobile-button {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100px;
  height: 40px;
  -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;
  color: #fff;
}

.main-modal-close {
  position: fixed;
  top: 25px;
  right: 25px;
}

.image-6 {
  width: 25px;
  height: 25px;
}

.cities-mobile-button {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100px;
  height: 40px;
  -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;
  color: #fff;
}

.cities-mobile-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  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;
}

.section-tour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.news-modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  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: rgba(0, 0, 0, .7);
}

.news-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 999;
  width: 25px;
  padding: 5px;
  cursor: pointer;
}

.news-modal-slider {
  width: 75%;
  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;
  background-color: transparent;
}

.news-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.video-item-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  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;
  border: 1px solid #ccbe9e;
}

.creative-modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  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: rgba(0, 0, 0, .7);
}

.creative-modal-image {
  border: 1px solid #ccbe9e;
}

.creative-modal-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: -1px;
  padding: 10px;
  -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: start;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  text-decoration: none;
}

.creative-modal-slide {
  width: 100%;
}

.creative-modal-slider {
  width: 700px;
  height: auto;
  background-color: #fff;
}

.creative-modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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;
  background-color: #fff;
}

@media (max-width: 991px) {
  .slider-arrow-icon {
    display: none;
  }
  .slider-arrow-icon.white {
    width: 10px;
  }
  .slider-arrow-icon.black {
    display: none;
  }
  .right-arrow {
    position: absolute;
  }
  .left-arrow:hover {
    color: #ccbe9e;
  }
  .content-container {
    width: 90%;
  }
  .header-2-serif.newsletter {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* font-size: 1.5em; */
    margin-top: 20px;
  }
  .header-2-serif.text-white.news-featured {
    width: 90%;
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .body-text-serif.tickets {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .body-text-serif.text-white.news-featured {
    width: 90%;
  }
  .footer-social {
    padding-bottom: 55px;
  }
  .right-column.app {
    width: 80%;
    height: 100%;
  }
  .right-column.lottery {
    width: 80%;
    height: 100%;
  }
  .footer-newsletter {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .slider-main-arrow-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .slider-main-arrow-content.left {
    left: auto;
    right: 0px;
    bottom: 0px;
  }
  .nav-footer-bar {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    height: 40px;
  }
  .nav-footer-icon-right {
    font-size: 0.5px;
    line-height: 0.5px;
  }
  .nav-footer-scroll-text {
    width: 40px;
    margin-bottom: 0px;
    margin-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 0.8em;
  }
  .paragraph-3 {
    width: 100px;
    font-family: futura-pt-condensed, sans-serif;
  }
  .nav-footer-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column {
    height: 95px;
  }
  .header-3-serif.text-white.lottery {
    margin-bottom: 10px;
  }
  .news-featured-image-text {
    padding-top: 20px;
  }
  .news-item-play-icon {
    top: 20%;
    -webkit-transform: translate(-50%, 0px) translate(0px, -20%);
    -ms-transform: translate(-50%, 0px) translate(0px, -20%);
    transform: translate(-50%, 0px) translate(0px, -20%);
  }
  .lottery-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tour-column {
    height: 55px;
  }
  .cast-modal-wrapper {
    padding: 15px;
  }
  .cast-modal-slider,
  .modal-slider {
    width: 600px;
  }
  .news-modal-slider {
    width: 600px;
  }
  .news-slide-wrapper {
    padding: 15px;
  }
  .creative-modal-slider {
    width: 600px;
  }
  .creative-modal-wrapper {
    padding: 15px;
  }
  .tickets .content-container {
    width: 100%
  }
}

@media (max-width: 767px) {
  .nav-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-page-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-drop-button.right {
    width: 100px;
  }
  .nav-drop-button.left {
    width: 100px;
    padding-right: 5px;
    padding-left: 12px;
  }
  .nav-drop-button.left.w--open {
    width: 100px;
  }
  .dropdown-list.w--open {
    width: 100px;
  }
  .nav-drop {
    display: none;
  }
  .nav-drop-text {
    height: 40px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2em;
  }
  .nav-header-icon-right {
    position: static;
    margin: 0px 0px 0px 5px;
  }
  .map {
    height: 300px;
  }
  .theater-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-black {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .button-black.tickets.london {
    width: 100%;
  }
  .content-container {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-container.tickets {
    height: 100%;
    margin-top: 40px;
    padding-top: 30px;
  }
  .content-container.map {
    width: 100%;
    height: 100%;
  }
  .content-container.creative {
    width: 100%;
  }
  .content-container.news-featured {
    width: 70%;
  }
  .content-container.news-items {
    width: 70%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-container.app {
    padding-top: 20px;
  }
  .content-container.art {
    margin-top: -20px;
  }
  .home-landing-image-star {
    width: 400px;
  }
  .header-2-serif.newsletter {
    margin-top: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25em;
  }
  .header-2-serif.text-white.news-featured {
    width: 85%;
    font-size: 1em;
  }
  .header-2-serif.app {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .header-2-serif.privacy {
    margin-top: 10px;
  }
  .header-2-serif.terms {
    margin-top: 10px;
  }
  .body-text-serif {
    margin-bottom: 20px;
  }
  .body-text-serif.text-white.news-featured {
    width: 85%;
    font-size: 0.9em;
  }
  .input {
    margin-bottom: 5px;
  }
  .icon-2 {
    right: 99px;
    padding-left: 7px;
  }
  .menu-button {
    width: 150px;
  }
  .menu-button.w--open {
    padding: 5px 5px 5px 30px;
  }
  .icon-3 {
    left: 9px;
    top: 10px;
  }
  .nav-burger-text {
    height: 30px;
    padding-left: 20px;
  }
  .nav-social-icon {
    width: 25px;
    height: 25px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-left: 2px;
    background-color: #ccbe9e;
  }
  .content-row.map {
    height: 100%;
  }
  .left-column {
    height: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .left-column.map {
    margin: 10px -5px;
  }
  .right-column {
    margin-right: 0px;
  }
  .right-column.map {
    margin-right: -5px;
    margin-left: -5px;
  }
  .right-column.app {
    width: 80%;
  }
  .right-column.lottery {
    width: 70%;
  }
  .footer-newsletter {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .home-news-feature-images {
    margin-bottom: 20px;
  }
  .column {
    height: 50px;
  }
  .home-news-featured {
    padding-bottom: 20px;
    text-align: center;
  }
  .link-block-main {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .link-block-secondary {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-drop-text-secondary {
    height: 40px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1em;
  }
  .link-block-social {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-main-social-icon {
    width: 40px;
    height: 40px;
  }
  .column-2 {
    margin-bottom: 30px;
  }
  .cast-info-thumb {
    /* height: 250px; */
  }
  .news-featured-image-text {
    padding-top: 20px;
  }
  .news-item-block {
    margin-bottom: 20px;
  }
  .row {
    margin-bottom: 0px;
  }
  .news-featured-block {
    width: 100%;
    height: 100%;
  }
  .news-item-featured-mobile {
    margin-bottom: 20px;
  }
  .news-item-play-icon {
    top: 40%;
    width: 60px;
    -webkit-transform: translate(-50%, 0px) translate(0px, -40%);
    -ms-transform: translate(-50%, 0px) translate(0px, -40%);
    transform: translate(-50%, 0px) translate(0px, -40%);
  }
  .app-store-button {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .app-store-button.apple {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .app-store-button.google {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .app-info {
    padding: 10px 10px 0px;
  }
  .lottery-info {
    padding: 10px 10px 0px;
  }
  .cast-modal-wrapper,
  .modal-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cast-modal-slider,
  .modal-slider {
    width: 80%;
    height: 90%;
  }
  .cast-modal-social {
    margin-bottom: 10px;
  }
  .cast-modal-social-icon {
    width: 50px;
    height: 50px;
  }
  .menu-mobile-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    -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;
  }
  .main-menu-modal-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -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;
  }
  .menu-mobile-button {
    z-index: 888;
    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;
    border-right: 1px solid hsla(42, 31%, 71%, .5);
    cursor: pointer;
  }
  .main-modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .cities-mobile-button {
    top: 0px;
    right: 0px;
    z-index: 888;
    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;
    border-left: 1px solid hsla(42, 31%, 71%, .5);
    cursor: pointer;
  }
  .cities-mobile-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    -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;
  }
  .cities-menu-modal-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -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;
  }
  .news-modal-slider {
    width: 80%;
    height: 90%;
  }
  .news-slide-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-item-block {
    margin-bottom: 20px;
  }
  .creative-modal-social {
    margin-bottom: 10px;
  }
  .creative-modal-slider {
    width: 80%;
    height: 90%;
  }
  .creative-modal-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .nav-drop-button.right {
    width: 100px;
  }
  .nav-drop-button.left {
    width: 100px;
  }
  .button-black {
    width: 100%;
  }
  .content-container.tickets {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-container.tickets.linkto {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-container.news-featured {
    width: auto;
  }
  .content-container.news-items {
    width: auto;
  }
  .content-container.app {
    padding-top: 10px;
  }
  .header-2-serif.text-light {
    font-size: 1.5em;
  }
  .home-news-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-light {
    width: 100%;
  }
  .body-text-serif.text-light.text-centered {
    margin-bottom: 0px;
  }
  .body-text-serif.text-light.tour {
    text-align: center;
  }
  .body-text-serif.text-light.tour.right {
    margin-right: 0px;
  }
  .body-text-serif.text-white.colophon {
    text-align: center;
  }
  .body-text-serif.cast-modal {
    font-size: 0.9em;
    text-align: left;
  }
  .button-white {
    width: 100%;
  }
  .content-row.map {
    padding-right: 5px;
    padding-left: 5px;
  }
  .button-ticket-show {
    width: 100%;
  }
  .column {
    height: auto;
  }
  .nav-main-social-icon {
    width: 35px;
    height: 35px;
  }
  .cast-info-thumb {
    margin-bottom: 20px;
  }
  .news-item-featured-mobile {
    margin-bottom: 0px;
  }
  .lottery-buttons {
    width: 100%;
  }
  .tour-date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tour-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tour-text.text-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cast-modal-wrapper,
  .modal-wrapper {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .cast-left {
    margin-left: -60px;
  }
  .cast-right {
    margin-right: -60px;
  }
  .cast-modal-social {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cast-modal-social-icon {
    width: 35px;
    height: 35px;
  }
  .news-slide-wrapper {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .creative-modal-social {
    padding-right: 5px;
    padding-left: 5px;
  }
  .creative-modal-wrapper {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'La gioconda tt';
  src: url('../fonts/la-gioconda-tt.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'La gioconda tt';
  src: url('../fonts/la-gioconda-tt-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
