.image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box; }

@font-face {
  font-family: headingFont;
  src: url(../fonts/leaguegothic-regular-webfont.woff); }

h1, h2, h3, h4, .deal-links {
  font-family: "TradeGothic LT BdCondTwenty", headingFont, "DINCondensed-Bold", "Helvetica", sans-serif;
  font-weight: normal; }

p {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2em; }

h1 {
  font-size: 80px;
  line-height: 1.0em;
  text-transform: uppercase; }

.legend {
  font-family: Helvetica, Arial, sans-serif; }

h1.panel-header {
  position: relative;
  border-bottom: 5px solid #d7d7d7;
  color: #000000;
  padding-bottom: 0.2em;
  margin-top: 0.3em;
  letter-spacing: -0.02em;
  background-image: url(../images/icons/action-icon.svg);
  background-size: 0.5em 0.5em;
  background-position: 100% 0.3em;
  background-repeat: no-repeat; }
  h1.panel-header .action-text {
    display: block;
    position: absolute;
    top: 0px;
    font-size: 0.30em;
    line-height: 0.35em;
    margin-top: -0.1em;
    text-transform: none;
    text-align: right;
    width: calc(100% - 2.2em);
    margin-top: calc(1.7em);
    letter-spacing: -0.01em; }

h1.panel-header:first-child {
  margin-top: 0; }

h1.panel-header.map {
  background-image: url(../images/icons/pin-icon.svg);
  background-size: 0.7em 0.7em;
  background-position: 101% 0.15em; }

h1.panel-header.play {
  background-image: url(../images/icons/smiley-face-yellow-icon.svg);
  background-size: 0.5em 0.5em;
  background-position: 100% 0.30em; }

h1.panel-header.dine {
  background-image: url(../images/icons/utensils-icon.svg);
  background-size: 0.5em 0.5em;
  background-position: 100% 0.30em; }

h1.panel-header.twitter {
  background-image: url(../images/icons/twitter-icon.svg);
  background-size: 0.5em 0.5em;
  background-position: 100% 0.30em; }

h1.panel-header.shop {
  background-image: url(../images/icons/shopping-bag-green-icon.svg);
  background-size: 0.5em 0.5em;
  background-position: 100% 0.30em; }

h1.panel-header.deals {
  background-image: url(../images/icons/sale-tag-icon.svg);
  background-size: 0.7em 0.7em;
  background-position: 100% 0.15em; }
  h1.panel-header.deals .action-text {
    width: calc(100% - 2.5em); }

h1.panel-header.phone {
  background-image: url(../images/icons/phone-icon.png);
  background-size: 0.7em 0.7em;
  background-position: 100% 0.15em; }
  h1.panel-header.phone .action-text {
    width: calc(100% - 2.5em); }

#map-panel h1.panel-header.map {
  background-image: none;
  background-size: 0.7em 0.7em;
  background-position: 101% 0.15em; }

#events-panel h1.panel-header.events {
  background-image: url("../images/icons/event-icon.png");
  background-size: 100px 90px;
  background-position: 101% -5px; }

#events-panel h1.panel-header.events .action-text {
  color: white;
  width: 90px;
  text-align: center;
  right: 0px;
  font-size: 12px;
  top: -11px; }

#events-panel h1.panel-header.events .action-date {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 38px;
  font-size: 60px;
  color: black; }

#social-panel h1.panel-header.social {
  background-image: none;
  background-size: 100px 90px;
  background-position: 101% -5px; }

#social-panel h1.panel-header.social .action-text {
  right: 0px;
  font-size: 30px;
  margin-top: 40px; }

#info-panel h1.panel-header .action-text {
  right: 70px;
  color: #fb0303; }

#info-panel h1.panel-header .action-text .smaller {
  color: black; }

ul {
  list-style: none; }

li.accessory-link {
  padding-left: 37px;
  height: 30px;
  padding-top: 5px;
  margin-bottom: 1.0em;
  box-sizing: border-box;
  position: relative;
  text-decoration: underline; }

li.accessory-link .icon {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat; }

.map-icon {
  background-image: url(../images/icons/pin-icon.svg);
  background-size: contain; }

.action-icon {
  background-image: url(../images/icons/action-icon.svg);
  background-size: 90%; }

.store-row {
  font-family: Helvetica, Arial, sans-serif; }

.item-list {
  position: relative;
  height: 1029px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -50px; }

li.list-item {
  position: relative;
  border-bottom: 2px solid #d7d7d7;
  padding: 25px 0;
  box-sizing: border-box;
  padding-right: 25px;
  margin-right: 50px; }

li.list-item .logo {
  position: absolute;
  height: 120px;
  width: 175px; }

li.list-item h2 {
  margin-bottom: 10px; }

li.list-item .desc {
  margin-left: 200px;
  margin-right: 150px;
  min-height: 120px;
  text-align: left !important; }

li.list-item .desc a {
  display: none; }

li.list-item .desc img {
  display: none; }

li.list-item p {
  font-family: Helvetica, Arial, sans-serif;
  text-align: left !important; }

li.list-item .links {
  position: absolute;
  right: 0px;
  top: calc(25px + 1.0em);
  border-left: 2px solid #d7d7d7;
  padding-left: 25px; }

#events-panel li.list-item .desc {
  margin-left: 210px;
  margin-right: 0px; }

li.list-item .desc p {
  margin-bottom: 7px;
  text-align: left !important; }

#events-panel li.list-item .links {
  right: auto;
  left: 0px;
  top: 150px;
  border-left: none;
  padding-left: none;
  width: 175px;
  text-align: center;
  padding-left: 0px;
  pointer-events: all; }

#events-panel li.list-item li.accessory-link {
  padding-left: 0px;
  color: #2788c7;
  text-decoration: underline;
  pointer-events: all; }

#events-panel li.list-item .icon {
  display: none; }

#play-panel li.list-item {
  min-height: 190px; }

#play-panel li.list-item .desc {
  margin-left: 210px;
  margin-right: 0px; }

#play-panel li.list-item .links {
  right: auto;
  left: 0px;
  top: 150px;
  border-left: none;
  padding-left: none;
  width: 175px;
  text-align: center;
  padding-left: 0px;
  pointer-events: all; }

#play-panel li.list-item li.accessory-link {
  padding-left: 0px;
  color: #2788c7;
  text-decoration: underline;
  pointer-events: all; }

#play-panel li.list-item .icon {
  display: none; }

#deals-panel li.list-item li.accessory-link.detail-link .icon {
  background-image: url(../images/icons/pin-icon.svg);
  background-size: contain; }

#social-panel .social-url {
  font-size: 36px;
  font-family: "TradeGothic LT BdCondTwenty", headingFont, "DINCondensed-Bold"; }

#social-panel .social-url .smaller {
  color: #aaa;
  font-size: 24px; }

#social-panel .social-image img {
  height: 120px;
  max-width: 120px;
  width: auto; }

#social-panel .social-desc {
  height: 120px; }

#social-panel .social-desc p {
  padding-top: 35px;
  margin-left: 150px; }

#info-panel li.list-item .desc {
  margin-right: 0px;
  min-height: 90px; }

#info-panel .image {
  height: 100px; }

.content.info li p, li {
  font-size: 14px; }

.content aside {
  font-style: italic;
  margin-top: 10px; }

.content.info .desc li {
  padding-top: 10px; }

.content.info .desc li h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline; }

/*
.content article {
    position: relative;
    height: $panel-height - $page-margin - 81px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -$base-margin;
}

.content section {
    position: relative;
    
    padding: $liPadding 0;
    box-sizing: border-box;
    padding-right: $liPadding;
  
}

.content section:last-child {
    margin-bottom: 30px;
}

.content section h2 {
    font-size: 36px;
    position: relative;
    
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.content section h2 span {
    border-bottom: $li-border;
}

.content section p {
    margin-bottom: 10px;
    font-size: 14px;
}

.content section img {
    max-width: 400px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

*/
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  margin: 0px;
  padding: 0px; }

body {
  touch-action: none; }

#shell {
  background-color: #eee;
  position: absolute;
  width: 1080px;
  height: 1920px;
  font-family: "TradeGothic LT BdCondTwenty", headingFont, "DINCondensed-Bold";
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  background-image: url(../images/backgrounds/blue-streaks.jpg); }

.header {
  position: absolute;
  width: 940px;
  left: 70px;
  top: 50px;
  height: 290px;
  color: white; }
  .header .header-logo {
    text-align: center; }
    .header .header-logo img {
      height: 200px; }

.header .header-msg {
  position: absolute;
  bottom: 0px;
  font-size: 28px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  width: 100%; }
  .header .header-msg img {
    margin-right: 25px; }
  .header .header-msg .bolder {
    font-weight: bold;
    font-size: 30px; }

#panels {
  position: absolute;
  top: 390px;
  width: 1080px;
  height: 1180px; }

.panel {
  position: absolute;
  background-color: white;
  width: 840px;
  height: 1130px;
  top: 0px;
  left: 70px;
  padding: 50px;
  padding-bottom: 0;
  display: none; }

.panel * {
  touch-action: pan-y; }

.detail-panel {
  position: absolute;
  background-color: white;
  width: 790px;
  height: 1030px;
  top: 50px;
  left: 120px;
  padding: 25px;
  padding-bottom: 0;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  display: none; }

.detail-panel .content {
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  box-sizing: border-box;
  padding: 25px;
  border: 1px solid #eee; }

.close-btn {
  background-color: #2788c7;
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url(../images/icons/x-icon.svg);
  background-size: 80% 80%;
  background-position: center;
  border-radius: 50px;
  box-sizing: border-box;
  border: 5px solid white;
  top: -20px;
  right: -20px; }

#home-panel {
  background-color: transparent; }

.panel.home {
  padding: 0px;
  width: 940px;
  height: 1180px; }

.mini-panel {
  position: absolute;
  width: 460px;
  height: 580px;
  background-color: white;
  box-sizing: border-box;
  padding: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

.mini-panel:nth-of-type(1) {
  top: 0px;
  left: 0px; }

.mini-panel:nth-of-type(2) {
  top: 0px;
  left: 480px; }

.mini-panel:nth-of-type(3) {
  top: 600px;
  left: 0px; }

.mini-panel:nth-of-type(4) {
  top: 600px;
  left: 480px; }

.mini-panel .content {
  position: relative;
  box-sizing: border-box;
  height: calc(100% - 50px * 2);
  overflow: hidden; }

.mini-panel .slider {
  width: 100%;
  height: 100%; }
  .mini-panel .slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/backgrounds/spiral-pinwheel.jpg);
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box; }
  .mini-panel .slider .slide .image {
    position: absolute;
    width: calc(100% - 20px * 2);
    height: calc(100% - 20px * 2);
    top: 20px;
    left: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.map-legend {
  display: none;
  background-image: url(../images/icons/legend-placeholder.png);
  position: absolute;
  bottom: 0px;
  width: 40%;
  height: 35px;
  left: 30%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

#deals-panel {
  display: none; }

#store-panel .logo {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 1px solid #eee; }

#store-panel .details {
  position: relative;
  padding-left: 225px;
  min-height: 225px;
  border-bottom: 2px solid #d7d7d7; }

#store-panel h2 {
  font-size: 48px; }

#store-panel .desc {
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 25px; }

#store-panel .related-info {
  position: relative;
  font-size: 20px; }

#store-panel .hours {
  width: 70%;
  padding-bottom: 25px; }
  #store-panel .hours span {
    display: block; }

#store-panel .phone {
  position: absolute;
  color: #aaa;
  top: 0px;
  right: 0px;
  height: calc(100% - 25px);
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border-left: 2px solid #d7d7d7; }

#store-panel .phone-number {
  display: block;
  color: black; }

#store-panel .map {
  height: 600px;
  width: 788px;
  position: absolute;
  margin-top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

#map-panel .content {
  position: absolute;
  width: 100%;
  height: 960px;
  width: 840px; }

.legend {
  position: absolute;
  bottom: 0px;
  width: 600px;
  text-align: center;
  color: #888;
  font-size: 14px; }

.legend a {
  display: inline-block;
  padding: 0px 20px;
  padding-top: 30px;
  background-size: 25px 25px;
  background-position: top center;
  background-repeat: no-repeat; }

.legend .entrance-key {
  background-image: url(../images/icons/entrance-icon.svg); }

.legend .restroom-key {
  background-image: url(../images/icons/restroom-icon@25.png); }

#map-image {
  position: absolute;
  width: 600px;
  height: 880px; }

#map-store-list {
  position: absolute;
  background-color: #eee;
  right: 0px;
  width: 220px;
  height: 960px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 10px 0px; }

#map-store-list .categories {
  display: none; }
  #map-store-list .categories h2 {
    padding: 7px 15px;
    padding-bottom: 10px;
    padding-left: 25px; }

#map-store-list .store-row {
  padding: 7px 15px;
  padding-bottom: 10px;
  padding-left: 25px;
  color: #333; }
  #map-store-list .store-row .store-list-info-link {
    padding-top: 10px;
    padding-bottom: 5px; }

#map-store-list .store-row[data-selected="true"] {
  color: black;
  background-color: white;
  padding-top: 15px; }
  #map-store-list .store-row[data-selected="true"] .store-list-info-link {
    background-image: url(../images/icons/action-icon.svg);
    background-position: 75px 10px;
    background-size: 20px 20px;
    background-repeat: no-repeat; }
  #map-store-list .store-row[data-selected="true"] .store-list-info-link span {
    font-family: "TradeGothic LT BdCondTwenty", headingFont, "DINCondensed-Bold";
    text-transform: uppercase; }

#category-list .store-row[data-selected="true"] {
  color: black;
  background-color: white;
  padding-top: 7px; }

#map-store-list-controls {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 220px;
  right: 0; }
  #map-store-list-controls .tab {
    position: relative;
    height: 100%;
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    background-size: 40px 40px;
    background-position: center 20px;
    background-repeat: no-repeat;
    text-align: center;
    opacity: 0.7; }
  #map-store-list-controls .tab span {
    font-size: 14px;
    letter-spacing: .05em;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -20px; }
  #map-store-list-controls .tab.selected {
    background-color: #eee;
    opacity: 1.0; }
  #map-store-list-controls .tab.list {
    background-image: url(../images/icons/list-icon.png); }
  #map-store-list-controls .tab.search {
    background-image: url(../images/icons/search-icon.png); }

.store-row .logo {
  width: 60px;
  height: 60px; }
  .store-row .logo .image {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

#directory-header {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 620px;
  height: 45px;
  background-color: white;
  border-bottom: 2px solid #d7d7d7;
  padding-top: 10px;
  font-size: 20px;
  box-sizing: border-box; }

#directory-list {
  display: none;
  position: absolute;
  top: 45px;
  width: 620px;
  height: 915px;
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden; }

#directory-list .store-row * {
  pointer-events: none; }

#directory-list .store-row {
  background-color: #fff;
  padding: 10px 0px;
  list-style: none;
  height: 60px;
  position: relative;
  border-bottom: 1px solid #eee; }
  #directory-list .store-row .logo {
    position: absolute; }
  #directory-list .store-row .title {
    position: absolute;
    left: 80px;
    width: 200px;
    top: 30px; }
  #directory-list .store-row .phone {
    position: absolute;
    left: 340px;
    width: 160px;
    top: 30px; }
  #directory-list .store-row .accessory-link {
    position: absolute;
    right: 20px;
    top: 30px;
    font-family: "TradeGothic LT BdCondTwenty", headingFont, "DINCondensed-Bold";
    background-image: url(../images/icons/action-icon.svg);
    background-size: 1.0em;
    background-repeat: no-repeat;
    padding-left: 1.4em;
    background-position: 0px 1px;
    text-decoration: underline; }

#directory-list .store-row[data-hidden="true"] {
  display: none; }

.logo-pin {
  display: none;
  position: absolute;
  width: 50px;
  height: 67px;
  background-image: url(../images/icons/logo-pin-frame.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.logo-pin img {
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 44px; }

.poster {
  width: 100%;
  height: 100%; }

.poster-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.footer {
  position: absolute;
  background-color: black;
  height: 280px;
  width: 100%;
  top: 1640px;
  color: white; }

.footer .global-nav-bar {
  position: absolute;
  right: 70px;
  top: 50px; }
  .footer .global-nav-bar .button {
    display: inline-block;
    width: 70px;
    text-align: center;
    margin-left: 50px;
    box-sizing: border-box; }
    .footer .global-nav-bar .button img {
      height: 60px; }
    .footer .global-nav-bar .button .label {
      display: block;
      margin-top: 15px;
      font-size: 20px; }

.footer .footer-timer {
  position: absolute;
  top: 50px;
  left: 70px;
  font-size: 72px;
  text-align: center;
  min-width: 200px; }
  .footer .footer-timer .clock-time {
    line-height: 1em;
    font-family: "TradeGothic LT BdCondTwenty", headingFont, "DINCondensed-Bold"; }
  .footer .footer-timer .clock-ampm {
    font-size: 0.6em;
    padding-left: 0.2em;
    font-family: "TradeGothic LT BdCondTwenty", headingFont, "DINCondensed-Bold"; }
  .footer .footer-timer .time-msg {
    display: none;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    font-family: "TradeGothic LT BdCondTwenty", headingFont, "DINCondensed-Bold"; }
  .footer .footer-timer .todays-hours {
    position: absolute;
    top: 75px;
    font-size: 16px;
    width: 100%;
    color: #999;
    border-top: 1px solid #4d4d4d;
    margin-top: 5px;
    padding-top: 5px;
    font-family: "TradeGothic LT BdCondTwenty", headingFont, "DINCondensed-Bold";
    letter-spacing: 0.03em; }

.footer .footer-credits {
  position: absolute;
  bottom: 70px;
  left: 70px;
  width: 940px;
  color: #999; }
  .footer .footer-credits .brand-msg {
    position: absolute;
    width: 600px; }
    .footer .footer-credits .brand-msg img {
      position: absolute;
      width: 60px;
      display: block;
      margin-top: -10px; }
    .footer .footer-credits .brand-msg span {
      position: absolute;
      display: block;
      margin-left: 70px; }
  .footer .footer-credits .app-info {
    position: absolute;
    right: 0px;
    color: #4d4d4d; }
