@font-face {
  font-family: 'W';
  src: url("../fonts/W-Medium-Pro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'W';
  src: url("../fonts/W-Medium-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'W';
  src: url("../fonts/W-Semibold-Pro.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'W';
  src: url("../fonts/W-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'W';
  src: url("../fonts/W-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'W';
  src: url("../fonts/W-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* line 5, ../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 6, ../sass/global.scss */
html {
  height: 100%;
  font-size: 16px !important;
}

/* line 11, ../sass/global.scss */
body {
  -webkit-font-feature-settings: "ss17" 1, "onum" 1, "liga" 1;
  -moz-font-feature-settings: "ss17" 1, "onum" 1, "liga" 1;
  -ms-font-feature-settings: "ss17" 1, "onum" 1, "liga" 1;
  font-feature-settings: "ss17" 1, "onum" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  font-family: 'W', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #000;
  color: #fff;
}
/* line 27, ../sass/global.scss */
body i, body em {
  font-style: italic;
}
/* line 31, ../sass/global.scss */
body h1, body h2, body p, body ul, body li, body caption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/* line 45, ../sass/global.scss */
body #loading {
  position: absolute;
  z-index: 2;
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  background-color: #000;
  background-image: url("../images/logo-only.svg");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  background-size: 100%;
}
/* line 61, ../sass/global.scss */
.loaded body #loading {
  display: none;
}
/* line 64, ../sass/global.scss */
.loaded body #main {
  display: block;
}
/* line 71, ../sass/global.scss */
.daytime body #main > #header, .nightlife body #main > #header {
  background-color: #000;
  color: #fff;
}
/* line 78, ../sass/global.scss */
.daytime body #main > #header > div.carousel-container ul li {
  background-color: #87D036;
}
/* line 80, ../sass/global.scss */
.daytime body #main > #header > div.carousel-container ul li > ul.times > li {
  background-color: #c4f086;
}
/* line 83, ../sass/global.scss */
.daytime body #main > #header > div.carousel-container ul li > ul.times > li {
  color: #000;
}
/* line 87, ../sass/global.scss */
.daytime body #main > #footer {
  background-color: #87D036;
  color: #000;
}
/* line 93, ../sass/global.scss */
.nightlife body #main > #header > div.carousel-container ul li {
  background-color: #373780;
}
/* line 95, ../sass/global.scss */
.nightlife body #main > #header > div.carousel-container ul li > ul.times > li {
  background-color: #61559a;
}
/* line 98, ../sass/global.scss */
.nightlife body #main > #header > div.carousel-container ul li > ul.times > li {
  color: #fff;
}
/* line 102, ../sass/global.scss */
.nightlife body #main > #footer {
  background-color: #373780;
  color: #fff;
}
/* line 105, ../sass/global.scss */
.nightlife body #main > #footer .qrcode-container {
  display: none;
}
/* line 108, ../sass/global.scss */
.nightlife body #main > #footer div.brand-logo {
  margin-left: 8.3rem;
  background-image: url("../images/nl-wordmark-540x304.png");
  background-position-x: -1.6rem;
  background-position-y: -0.4rem;
  background-size: 125%;
}
/* line 118, ../sass/global.scss */
body #main {
  display: none;
  width: 1080px;
  height: 1920px;
  overflow: hidden;
}
/* line 124, ../sass/global.scss */
body #main #tempDevGuide {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  width: 1080px;
  height: 1920px;
  background-image: url("../lobby-kiosk-v9-nl-1080x1920.png");
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 135, ../sass/global.scss */
body #main #header {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 1080px;
  height: 19.5rem;
  text-align: center;
}
/* line 142, ../sass/global.scss */
body #main #header h1 {
  padding-top: 1.4rem;
  font-size: 3.14rem;
  font-weight: 600;
}
/* line 147, ../sass/global.scss */
body #main #header > div.carousel-container {
  width: 1080px;
  height: 10.9rem;
  overflow: hidden;
  position: relative;
}
/* line 152, ../sass/global.scss */
body #main #header > div.carousel-container ul.slider {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  animation: slideshow 25s linear infinite;
}
@keyframes slideshow {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/* line 167, ../sass/global.scss */
body #main #header > div.carousel-container > ul {
  margin-top: 1.28rem;
}
/* line 169, ../sass/global.scss */
body #main #header > div.carousel-container > ul > li {
  height: 9.7rem;
  padding-right: 0.55rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  display: inline-block;
}
/* line 175, ../sass/global.scss */
body #main #header > div.carousel-container > ul > li > img {
  width: 14.4rem;
  height: auto;
  margin: 0.8rem;
  border: 0;
  float: left;
}
/* line 182, ../sass/global.scss */
body #main #header > div.carousel-container > ul > li > ul.times {
  margin-top: 0.8rem;
  height: 8.9rem;
  overflow: hidden;
  /*float: left;*/
  vertical-align: top;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
/* line 191, ../sass/global.scss */
body #main #header > div.carousel-container > ul > li > ul.times > li {
  display: inline-block;
  width: 4.9rem;
  height: 1.5rem;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 0.15rem;
  margin-right: 0.3rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
}
/* line 203, ../sass/global.scss */
body #main #header > div.carousel-container > ul > li > ul.times > li.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 206, ../sass/global.scss */
body #main #header > div.carousel-container > ul > li > ul.times > li span.caps {
  font-variant: all-small-caps;
}
/* line 214, ../sass/global.scss */
body #main #header > div.header-note {
  margin-top: 1.3rem;
  font-weight: 400;
  font-size: 1.43rem;
}
/* line 221, ../sass/global.scss */
body #main #title {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin-top: 140px;
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .15em;
  -webkit-font-smoothing: antialiased;
}
/* line 243, ../sass/global.scss */
.hide-showtimes body #main #title {
  display: block;
}
/* line 246, ../sass/global.scss */
.hide-showtimes body #main #header {
  display: none;
}
/* line 251, ../sass/global.scss */
body #main #clips {
  position: absolute;
  z-index: 2;
  top: 19.5rem;
  overflow: hidden;
  width: 1080px;
  height: 90rem;
}
/* line 259, ../sass/global.scss */
body #main #clips .opacity {
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 265, ../sass/global.scss */
body #main #clips video {
  width: 1080px;
  position: absolute;
  z-index: 1;
  display: none;
  will-change: opacity;
  -moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 272, ../sass/global.scss */
body #main #clips video.fade-out, body #main #clips video.playing {
  display: block;
}
/* line 285, ../sass/global.scss */
body #main #clips video.fade-out {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 2;
}
/* line 292, ../sass/global.scss */
body #main #footer {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  top: 109.5rem;
  width: 1080px;
  height: 10.8rem;
}
/* line 300, ../sass/global.scss */
body #main #footer .qrcode-container {
  float: left;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #000;
  width: 8.3rem;
  height: 8.3rem;
  margin-top: 1rem;
  margin-left: 1.5rem;
}
/* line 309, ../sass/global.scss */
body #main #footer .qrcode-container .qrcode {
  width: 7.2rem;
  height: 7.2rem;
  background-image: url("../images/qrcode-daytime-waitwhile.svg");
  background-repeat: no-repeat;
  background-position-x: 1.25rem;
  background-position-y: 1.25rem;
  background-size: 80%;
}
/* line 319, ../sass/global.scss */
body #main #footer div.note {
  float: left;
  width: 38rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 2.3rem;
  margin-top: -0.1rem;
}
/* line 327, ../sass/global.scss */
body #main #footer div.note h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
}
/* line 332, ../sass/global.scss */
body #main #footer div.note p {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
/* line 338, ../sass/global.scss */
body #main #footer div.brand-logo {
  float: left;
  width: 16rem;
  height: 10.8rem;
  background-repeat: no-repeat;
  overflow: hidden;
}
