@font-face {
  font-family: Font-Regular;
  src: url("../../assets/fonts/Neris_Light.otf"); }
@font-face {
  font-family: Font-Medium;
  src: url("../../assets/fonts/Neris_SemiBold.otf"); }
@font-face {
  font-family: Font-Bold;
  src: url("../../assets/fonts/Neris_Black.otf"); }
@font-face {
  font-family: Font-Label;
  src: url("../../assets/fonts/Neris_SemiBold.otf"); }
html {
  font-size: 12px; }

body {
  font-family: Font-Regular;
  font-size: 1rem;
  overflow: hidden;
  user-select: none;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

input::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #888888;
  text-transform: capitalize; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ffffff; }

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #4D4E53; }

video::-webkit-media-controls {
  display: none !important; }

.closeBtn {
  padding: 50px 0 30px; }
  .closeBtn:before, .closeBtn:after {
    content: '';
    position: absolute;
    height: 22px;
    width: 2px;
    background-color: #333;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 17px; }
  .closeBtn:before {
    transform: rotate(45deg); }
  .closeBtn:after {
    transform: rotate(-45deg); }

.fakeInputWrapper {
  width: 960px;
  height: 140px;
  margin: -150px auto;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 3px solid #A17E65; }
  .fakeInputWrapper .searchtext-icon {
    position: absolute;
    height: 65px;
    right: 30px;
    top: 40%;
    transform: translate(0, -50%);
    pointer-events: none;
    touch-action: none; }
  .fakeInputWrapper .fakeInput {
    background-color: #ffffff;
    color: #ffffff;
    margin: 0 auto;
    height: 100px;
    text-align: left;
    border: 6px solid #A17E65; }
    .fakeInputWrapper .fakeInput p {
      color: #A17E65;
      font-size: 50px;
      line-height: 100px;
      padding: 0px 0px 10px 30px;
      font-family: Font-Medium;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 1px; }

#kioskId {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #ffffff;
  font-size: 14px; }

.main-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1424px;
  opacity: 0;
  margin: 0 auto;
  background-color: #333333;
  transition: height 0.3s ease-in-out;
  z-index: 2; }
  .main-panel.shown {
    top: 125px;
    opacity: 1; }
  .main-panel.minimize {
    top: 110%; }

body.pmr-activated #mapPanel {
  height: 1185px; }
  body.pmr-activated #mapPanel.extended {
    height: 1120px; }
body.pmr-activated .main-panel {
  padding-top: 15vh;
  height: 1440px; }
body.pmr-activated #mainToolbarPanel {
  bottom: 70px; }
body.pmr-activated #footerPanel {
  height: 70px; }
  body.pmr-activated #footerPanel #footerBar {
    opacity: 0;
    visibility: hidden;
    border: none; }

#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  background: linear-gradient(black, rgba(0, 0, 0, 0.32));
  pointer-events: none; }
  #loader-wrapper #loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #8c8a8a;
    width: 180px;
    height: 180px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transform-origin: top left; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%); }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%); } }
@keyframes spin {
  0% {
    transform: rotate(0deg) translate(-50%, -50%); }
  100% {
    transform: rotate(360deg) translate(-50%, -50%); } }
.backdrop-modal {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 100%;
  padding: 0; }

.lang-flex-dir {
  display: flex;
  align-items: center;
  flex-direction: row; }

body.lang-ZH-CHS .lang-flex-dir, body.lang-ZH .lang-flex-dir {
  flex-direction: row-reverse; }

#headerPanel {
  height: 325px;
  background-color: #000000;
  padding: 0 10px;
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
  #headerPanel .site-logo {
    height: 200px;
    width: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(1); }
  #headerPanel .header-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 100%;
    padding: 10px;
    border-bottom: 5px solid #A17E65; }
  #headerPanel #weather-wrapper {
    display: flex;
    align-items: center;
    font-size: 30px;
    padding: 15px; }
    #headerPanel #weather-wrapper div {
      margin-left: 10px; }
  #headerPanel #siteHours {
    font-size: 22px; }
  #headerPanel #clock {
    font-size: 18px;
    font-family: Font-Regular;
    text-align: right;
    padding: 15px; }
    #headerPanel #clock #time {
      font-family: Font-Medium;
      display: block;
      font-size: 34px;
      text-align: right; }

#mapPanel {
  position: absolute;
  top: 325px;
  left: 0;
  width: 100%;
  height: 925px;
  background-color: #ffffff;
  overflow: visible; }
  #mapPanel.extended {
    top: 370px;
    height: 1400px; }
    #mapPanel.extended #zoomReset {
      display: none; }

.ui-toolbar {
  box-shadow: none;
  z-index: 1;
  border-radius: 0;
  background-color: transparent; }

#zoomMenu {
  bottom: 15%;
  left: 20px;
  right: unset; }

#zonesMenu {
  right: 10px;
  left: unset;
  transition: top 0.3s ease-in-out;
  max-height: 770px;
  overflow: hidden auto;
  padding: 0 5px 0 0; }

.zonebtn {
  transition: all 0.3s;
  margin-bottom: 6px;
  border-image: none;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none !important; }

.zonebtn, .zoombtn {
  min-width: 65px;
  min-height: 65px;
  background-color: #ffffff;
  color: #3D3D3D;
  font-family: Font-Medium;
  border-radius: 5px !important;
  font-size: 20px;
  border: 1px solid #A17E65; }

.zonebtn.selected {
  color: #ffffff;
  background-color: #A17E65; }

#zoneTransition {
  background-color: #9a7f68e6;
  color: #ffffff;
  top: 15%;
  bottom: auto; }

#currentLevel {
  position: absolute;
  top: 40px;
  left: 30px;
  color: #3D3D3D;
  font-family: Font-Medium;
  line-height: 40px; }
  #currentLevel .label {
    font-size: 25px;
    text-transform: uppercase; }
  #currentLevel .level {
    font-size: 55px; }

#mapPanelActions {
  height: 150px;
  color: #ffffff;
  position: absolute;
  background-color: #A17E65;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1.5rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center; }
  #mapPanelActions .qrWrapper {
    margin-left: 30px; }
  #mapPanelActions .actionsRight {
    margin-right: 30px;
    display: flex;
    align-items: center;
    font-family: Font-Medium; }
    #mapPanelActions .actionsRight #pmrBtn.active {
      background-color: #333333;
      color: #A17E65; }
      #mapPanelActions .actionsRight #pmrBtn.active img {
        filter: invert(51%) sepia(25%) saturate(468%) hue-rotate(342deg) brightness(97%) contrast(92%); }

#startNode {
  position: absolute;
  font-size: 1.8rem;
  width: 130px;
  height: 130px;
  font-family: Font-Medium; }
  #startNode #triangle1 {
    position: absolute;
    background-color: rgba(50, 50, 50, 0.55);
    clip-path: polygon(0 100%, 30px 0px, 30px 64px, 0 100%);
    width: 100%;
    height: 100%; }
  #startNode #triangle2 {
    position: absolute;
    background-color: rgba(100, 100, 100, 0.5);
    clip-path: polygon(0 100%, 30px 64px, 120px 64px, 0 100%);
    width: 100%;
    height: 100%; }
  #startNode #startNodeTitle {
    background-color: #3D3D3D;
    color: #ffffff;
    width: 75px;
    height: 90px;
    transform: rotateX(45deg) translate3d(30px, 12px, 30px);
    overflow: hidden;
    padding: 0 5px; }

#mainToolbarPanel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 370px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #A17E65;
  text-align: center;
  width: 100%;
  height: 265px;
  font-family: Font-Medium;
  font-size: 2.5rem;
  line-height: 2rem;
  transition: bottom 0.3s ease-in-out; }
  #mainToolbarPanel #mainMenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  #mainToolbarPanel #servicesList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: auto hidden;
    flex-grow: 1; }

.mainMenuItemWrapper {
  position: relative;
  padding: 0 45px;
  margin: 10px;
  height: 105px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 115px;
  /*&:not(:last-child) {
    border-right: 1px solid $divider-color;
  }*/ }
  .mainMenuItemWrapper .mainMenuItemText {
    text-align: left;
    text-transform: uppercase; }
  .mainMenuItemWrapper .mainMenuItemIcon {
    width: 80%;
    height: 80%;
    margin: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.service-shortcut {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  min-width: 125px; }
  .service-shortcut .service-logo-wrapper .service-logo {
    margin: 10px auto; }
    .service-shortcut .service-logo-wrapper .service-logo img {
      max-width: 60px;
      max-height: 60px;
      filter: invert(51%) sepia(25%) saturate(468%) hue-rotate(342deg) brightness(97%) contrast(92%); }

#actionsBar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #actionsBar #langList .lang {
    display: inline-block;
    margin: 10px -4px;
    padding: 13px 10px;
    font-size: 20px;
    color: #A17E65; }
    #actionsBar #langList .lang span {
      padding: 0 10px 10px 10px; }
    #actionsBar #langList .lang.selected span {
      border-bottom: 2px solid #A17E65; }
  #actionsBar #adjustUI {
    margin: 10px 0;
    padding: 10px;
    display: flex;
    align-items: center;
    height: 60px; }
    #actionsBar #adjustUI #adjustUiIcon {
      background-image: url(../../assets/images/icons/pmr.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      height: 40px;
      width: 50px;
      margin-right: 10px; }
    #actionsBar #adjustUI.active #adjustUiIcon {
      background-image: url(../../assets/images/icons/pmr2.png); }

#home-custom-services {
  height: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #333333; }
  #home-custom-services .mainMenuItemWrapper {
    flex-direction: column;
    flex-grow: 0; }
    #home-custom-services .mainMenuItemWrapper .mainMenuItemText {
      white-space: nowrap; }
    #home-custom-services .mainMenuItemWrapper .mainMenuItemIcon {
      width: 80%;
      height: 60%; }

#footerPanel {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 370px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Font-Medium; }
  #footerPanel > div {
    width: 100%; }
  #footerPanel.minimize {
    top: 100%; }
  #footerPanel #footerActionsBar {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #8F8F8E; }
    #footerPanel #footerActionsBar #adjustUI {
      margin: 10px 15px;
      padding: 7px 25px;
      display: flex;
      align-items: center;
      height: 60px;
      font-size: 1.8rem; }
      #footerPanel #footerActionsBar #adjustUI #adjustUiIcon {
        background-image: url(../../assets/images/icons/pmr.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 40px;
        width: 50px;
        margin-right: 10px; }
      #footerPanel #footerActionsBar #adjustUI.active #adjustUiIcon {
        background-image: url(../../assets/images/icons/pmr2.png); }
  #footerPanel #footerBar {
    height: 300px;
    width: 100%;
    background-color: #8F8F8E;
    position: relative;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0px 10px 10px 1px #0000003d; }
    #footerPanel #footerBar #bottomBanner {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 100%;
      margin: 0 auto;
      background-color: #ffffff;
      top: 0;
      left: 0;
      text-align: center;
      z-index: 1;
      box-shadow: 0px 15px 10px 1px #0000003d; }
    #footerPanel #footerBar #bottom_banner_media {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: transparent; }
      #footerPanel #footerBar #bottom_banner_media video, #footerPanel #footerBar #bottom_banner_media img {
        width: 100%;
        height: 100%; }

#langList {
  margin: 0 50px 0 0; }
  #langList .lang {
    display: inline-block;
    padding: 13px 10px;
    font-size: 22px;
    color: #ffffff;
    border-left: 1px solid #A17E65; }
    #langList .lang span {
      padding: 0 10px 10px 10px; }
    #langList .lang.selected span {
      color: #A17E65; }

.powerByBar {
  line-height: 2;
  text-align: left;
  color: #aaaaaa;
  padding-left: 30px;
  font-size: 11px; }
  .powerByBar p {
    margin: 0; }

#searchPanel.categories-mode #searchInnerFilters, #searchPanel.categories-mode #searchResultsListWrapper .res-section-title {
  display: none; }
#searchPanel #searchPanelWrapper {
  height: 100%; }
#searchPanel:not(.categories-mode) #searchCategoryTitle {
  display: none !important; }
#searchPanel #searchInnerWrapper {
  height: 100%;
  display: flex;
  flex-direction: column; }
  #searchPanel #searchInnerWrapper div.message {
    font-size: 5.5rem;
    color: #A17E65;
    margin: 2vh 0;
    text-align: center; }
  #searchPanel #searchInnerWrapper #searchBySwitch {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2.5px;
    margin-top: 20px; }
    #searchPanel #searchInnerWrapper #searchBySwitch .searchMode {
      margin: 0 5px;
      min-width: 455px;
      font-size: 45px;
      color: #ffffff;
      border-radius: 5px;
      text-transform: uppercase;
      background-color: #A17E65;
      display: block;
      border-left: none;
      font-family: Font-Medium; }
      #searchPanel #searchInnerWrapper #searchBySwitch .searchMode.selected {
        background-color: #333333;
        color: #A17E65;
        border: 1px solid #A17E65; }
#searchPanel #searchResultsListWrapper {
  height: 260px;
  flex-direction: column;
  margin: 10px auto; }
  #searchPanel #searchResultsListWrapper .poi-item.selected {
    background-color: #8F8F8E;
    color: #ffffff; }
#searchPanel #categorySponsor {
  width: 920px;
  height: 700px;
  margin: 10px 80px 0 80px;
  position: relative; }
  #searchPanel #categorySponsor #cat_sponsor_media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
    #searchPanel #categorySponsor #cat_sponsor_media video, #searchPanel #categorySponsor #cat_sponsor_media img {
      width: 100%;
      height: 100%; }
#searchPanel #categoriesListWrapper {
  height: fit-content;
  margin: 20px auto;
  padding: 10px 0;
  overflow: auto hidden;
  background-color: #333333;
  color: #A17E65;
  flex-grow: 0; }
  #searchPanel #categoriesListWrapper #categoriesList {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 540px; }
    #searchPanel #categoriesListWrapper #categoriesList.dine, #searchPanel #categoriesListWrapper #categoriesList.shop {
      flex-direction: row;
      height: auto;
      flex-wrap: nowrap; }
  #searchPanel #categoriesListWrapper .category {
    position: relative;
    width: 330px;
    min-width: 330px;
    max-width: 330px;
    height: 250px;
    background-color: #aaaaaa73;
    border: none;
    margin: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px #0000003d; }
    #searchPanel #categoriesListWrapper .category.chinese {
      width: 250px;
      min-width: 250px;
      max-width: 250px; }
    #searchPanel #categoriesListWrapper .category .category-title {
      position: absolute;
      left: 0;
      bottom: 0;
      text-align: center;
      font-size: 26px;
      font-family: Font-Medium;
      background-color: rgba(154, 127, 104, 0.95);
      color: #ffffff;
      width: 100%;
      height: fit-content;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      min-height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase; }
    #searchPanel #categoriesListWrapper .category.active .category-title {
      background-color: #ffffff;
      color: #A17E65;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
#searchPanel .searchItemsListWrapper {
  width: 85%;
  background-color: #ffffff;
  overflow: hidden auto;
  max-height: 1270px;
  position: relative;
  flex-grow: 1;
  /* to start results from bottom */
  display: flex;
  flex-direction: column-reverse; }
  #searchPanel .searchItemsListWrapper .searchItemList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    #searchPanel .searchItemsListWrapper .searchItemList .res-section-title {
      width: 100%;
      color: #ffffff;
      font-family: Font-Medium;
      font-size: 16px;
      padding-top: 2px;
      border-bottom: 1px solid #A17E65;
      text-transform: uppercase;
      background-color: #A17E65;
      text-align: center; }
    #searchPanel .searchItemsListWrapper .searchItemList .searchItem {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      font-size: 18px;
      background-color: transparent;
      color: #A17E65;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      border-bottom: 1px solid #A17E65; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem .poi-logo {
        width: 100px;
        display: flex;
        justify-content: center; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .poi-logo img {
          max-height: 50px;
          max-width: 60px; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper {
        flex-direction: column;
        flex-grow: 1; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultTitle {
          font-size: 32px;
          font-family: Font-Medium;
          text-align: left;
          margin-bottom: -4px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: normal; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultCategories {
          text-align: left;
          color: #8F8F8E;
          font-family: Font-Medium;
          overflow: hidden; }
          #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultCategories small {
            font-size: 13px;
            padding-right: 20px; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem .category-logo {
        width: 100px;
        display: flex;
        justify-content: center; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .category-logo img {
          max-width: 50px;
          max-height: 50px; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem .levelWrapper {
        padding: 0 10px;
        font-size: 22px;
        text-align: right; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem .poi-info {
        padding: 0 10px; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem.service-type-item .category-logo img {
        filter: invert(51%) sepia(25%) saturate(468%) hue-rotate(342deg) brightness(97%) contrast(92%); }

.resetActions {
  position: absolute;
  right: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 30px;
  z-index: 2;
  pointer-events: all;
  touch-action: auto;
  color: #333333;
  bottom: -65px;
  justify-content: flex-end;
  font-family: Font-Medium; }

.navbutton {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border-right: 1px solid #000000;
  width: max-content;
  font-size: 18px;
  text-transform: uppercase; }
  .navbutton:first-child {
    border-left: 1px solid #000000; }
  .navbutton img {
    max-height: 30px;
    height: 30px;
    margin-right: 20px; }
  .navbutton p {
    padding-top: 10px;
    margin: 0;
    white-space: nowrap; }

#searchInputWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 14px; }
  #searchInputWrapper .mainSearchText {
    position: relative;
    width: 765px; }
    #searchInputWrapper .mainSearchText input {
      width: 100%;
      border: 4px solid #A17E65;
      padding: 10px;
      height: 80px;
      outline: 0;
      touch-action: auto;
      pointer-events: all;
      color: #A17E65;
      font-size: 40px;
      line-height: 2.0rem;
      font-family: Font-Medium; }
      #searchInputWrapper .mainSearchText input ::-webkit-input-placeholder, #searchInputWrapper .mainSearchText input ::-moz-placeholder, #searchInputWrapper .mainSearchText input :-ms-input-placeholder {
        color: #888888; }
    #searchInputWrapper .mainSearchText .searchtext-icon {
      position: absolute;
      width: 50px;
      height: 50px;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      filter: invert(1); }
    #searchInputWrapper .mainSearchText .searchtext-clear {
      position: absolute;
      width: 45px;
      height: 45px;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%); }

.ui-keyboard-has-focus {
  z-index: 2 !important; }

.ui-keyboard-input-current {
  box-shadow: none !important; }

.ui-keyboard {
  position: relative;
  background: transparent;
  border: none;
  margin: 10px auto 0 auto;
  padding-bottom: 30px; }
  .ui-keyboard .ui-keyboard-button {
    min-width: 64px;
    height: 64px;
    border: none;
    color: #ffffff;
    background-image: none;
    background-color: #333333;
    margin: 2px;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px !important;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #0000003d; }
  .ui-keyboard .ui-keyboard-space {
    width: 190px; }
    .ui-keyboard .ui-keyboard-space span {
      font: unset;
      color: #ffffff; }

.ui-keyboard-bksp {
  font-size: 1.8em !important; }

.backdrop-modal-content {
  position: absolute;
  max-height: 1416px;
  min-height: 700px;
  width: 740px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 4;
  color: #A17E65;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  font-family: Font-Regular; }
  .backdrop-modal-content.media, .backdrop-modal-content.deal {
    max-height: unset;
    width: 90%; }
    .backdrop-modal-content.media .info-body .info-media .ad-media, .backdrop-modal-content.deal .info-body .info-media .ad-media {
      max-height: 95%; }
    .backdrop-modal-content.media .info-actions, .backdrop-modal-content.deal .info-actions {
      margin: 0 20px 20px 0; }
  .backdrop-modal-content .info-header {
    text-align: center;
    margin: 10px;
    font-size: 3rem; }
  .backdrop-modal-content .info-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden; }
    .backdrop-modal-content .info-body .poi-card {
      height: 650px;
      background-repeat: no-repeat !important;
      background-size: cover;
      background-position: center;
      width: 100%; }
    .backdrop-modal-content .info-body .info-title {
      margin: 20px 40px;
      font-size: 32px;
      font-family: Font-Medium; }
    .backdrop-modal-content .info-body .info-subtitle {
      margin: 10px auto 0 auto;
      font-size: 1.5rem;
      text-align: center; }
    .backdrop-modal-content .info-body .info-dates {
      margin: 10px 40px;
      font-size: 18px; }
    .backdrop-modal-content .info-body .info-desc {
      margin: 10px 40px;
      max-height: 200px;
      padding-right: 10px;
      overflow: hidden auto;
      font-size: 15px; }
      .backdrop-modal-content .info-body .info-desc a {
        pointer-events: none;
        touch-action: none; }
    .backdrop-modal-content .info-body .info-medias-list {
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .backdrop-modal-content .info-body .info-media {
      max-width: 100%;
      text-align: center; }
      .backdrop-modal-content .info-body .info-media .ad-media {
        max-width: 100%;
        max-height: 600px; }
    .backdrop-modal-content .info-body #poiContactWrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 2rem; }
      .backdrop-modal-content .info-body #poiContactWrapper ul li {
        display: flex;
        align-items: center;
        font-size: 1.3rem; }
      .backdrop-modal-content .info-body #poiContactWrapper .contact-section-title {
        font-size: 22px;
        color: #3D3D3D;
        text-transform: uppercase;
        margin-bottom: 10px; }
        .backdrop-modal-content .info-body #poiContactWrapper .contact-section-title:not(:first-child) {
          margin-top: 20px; }
      .backdrop-modal-content .info-body #poiContactWrapper #structuredHours {
        padding: 0 20px 0 0; }
        .backdrop-modal-content .info-body #poiContactWrapper #structuredHours p {
          margin-bottom: 0; }
          .backdrop-modal-content .info-body #poiContactWrapper #structuredHours p span {
            padding-right: 20px;
            width: 105px;
            text-transform: capitalize;
            display: inline-block; }
  .backdrop-modal-content .info-actions {
    text-align: right;
    margin: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-family: Font-Medium; }

#poiPreInfo {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3D3D3D; }
  #poiPreInfo .poi-logo {
    max-height: 5vh;
    min-height: 1vh;
    max-width: 15vw; }

#poiInfo {
  display: flex;
  justify-content: space-between;
  margin: 20px 40px; }
  #poiInfo .info-desc {
    margin: 10px 0; }
  #poiInfo #poiTextsWrapper {
    width: 90%; }
  #poiInfo #poiRemarks {
    margin-top: 20px;
    max-height: 100px;
    overflow: hidden auto; }

#poiSimilar {
  width: 90%;
  margin: 10px auto 0 auto; }

.info-actions-btn {
  color: #ffffff;
  background-color: #A17E65;
  padding: 10px 20px;
  margin-left: 20px;
  border: none;
  font-size: 24px;
  width: fit-content;
  border-radius: 10px;
  display: flex;
  align-items: center; }
  .info-actions-btn img {
    max-height: 30px; }

#poiPopupPanel {
  top: 120px;
  position: absolute;
  width: 100%;
  height: 250px;
  background-color: #A17E65;
  color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: space-between; }
  #poiPopupPanel #poiPopupPanelWrapper {
    display: flex;
    align-items: center; }
    #poiPopupPanel #poiPopupPanelWrapper .poiCard {
      height: 250px;
      width: 300px;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff;
      background-size: contain; }
      #poiPopupPanel #poiPopupPanelWrapper .poiCard img {
        max-width: 280px;
        max-height: 240px;
        filter: invert(51%) sepia(25%) saturate(468%) hue-rotate(342deg) brightness(97%) contrast(92%); }
    #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper {
      height: 250px;
      flex-grow: 1;
      margin: 0 0 0 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; }
      #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .poiTitle {
        overflow: hidden;
        font-family: Font-Medium;
        font-size: 36px;
        line-height: normal; }
      #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .distanceWrapper {
        font-size: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .distanceWrapper .distanceItem img {
          max-height: 32px;
          margin: 0 30px;
          vertical-align: baseline; }
      #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .poiDesc {
        display: none; }
        #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .poiDesc a {
          pointer-events: none;
          touch-action: none; }
  #poiPopupPanel .qrWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px; }
    #poiPopupPanel .qrWrapper .qrImage {
      background: white;
      padding: 2px;
      height: 114px; }
      #poiPopupPanel .qrWrapper .qrImage img, #poiPopupPanel .qrWrapper .qrImage svg {
        height: 110px;
        width: 110px; }
    #poiPopupPanel .qrWrapper .qrTitle {
      margin: 10px 10px;
      text-align: center;
      text-transform: capitalize;
      font-size: 1.2rem; }

.poi-similar-list-wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .poi-similar-list-wrapper .poi-similar-list {
    width: fit-content;
    max-width: max-content;
    min-width: max-content;
    margin: 0 auto;
    display: flex;
    align-content: center; }
    .poi-similar-list-wrapper .poi-similar-list .poi-similar-item {
      border-radius: 5px;
      padding: 5px;
      text-align: center;
      margin-right: 5px;
      border: 1px solid #ff0029; }
      .poi-similar-list-wrapper .poi-similar-list .poi-similar-item img {
        max-width: 50px;
        max-height: 30px; }

#servicesPanel #servicesPanelWrapper {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  #servicesPanel #servicesPanelWrapper #subServicesWrapper {
    width: 870px;
    margin: 50px auto;
    overflow: hidden auto;
    flex-grow: 1; }
    #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      overflow: hidden auto;
      min-height: 100%;
      font-size: 20px;
      font-family: Font-Medium;
      text-transform: uppercase; }
      #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper {
        background-color: #333333;
        color: #A17E65;
        margin: 10px;
        border: 2px solid;
        border-radius: 20px; }
        #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type {
          text-align: center;
          width: 260px;
          margin: 0;
          height: 260px; }
          #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type .service-type-logo {
            padding: 20px; }
            #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type .service-type-logo img {
              max-width: 160px;
              max-height: 160px;
              filter: invert(51%) sepia(25%) saturate(468%) hue-rotate(342deg) brightness(97%) contrast(92%); }
          #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type p {
            margin: 0;
            padding: 0 10px; }
  #servicesPanel #servicesPanelWrapper #servicesResultsWrapper {
    width: 880px;
    margin: 30px auto;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    #servicesPanel #servicesPanelWrapper #servicesResultsWrapper.with-banner {
      flex-direction: row;
      width: 100%; }
      #servicesPanel #servicesPanelWrapper #servicesResultsWrapper.with-banner #servicesResultsListWrapper {
        margin: 0 1%;
        width: 48%; }
      #servicesPanel #servicesPanelWrapper #servicesResultsWrapper.with-banner #servicesTypeBanner {
        display: block; }
    #servicesPanel #servicesPanelWrapper #servicesResultsWrapper #servicesResultsListWrapper {
      flex-grow: 1; }
    #servicesPanel #servicesPanelWrapper #servicesResultsWrapper .navbutton {
      font-size: 28px;
      width: fit-content;
      margin: 20px auto;
      background-color: #A17E65;
      border-left: none;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
#servicesPanel #serviceIcon {
  text-align: center;
  margin: 0 auto 20px auto; }
  #servicesPanel #serviceIcon img {
    max-height: 180px; }
#servicesPanel .searchItemsListWrapper {
  overflow: hidden auto;
  position: relative; }
  #servicesPanel .searchItemsListWrapper .searchItemList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    #servicesPanel .searchItemsListWrapper .searchItemList .searchItem {
      padding: 15px;
      font-size: 18px;
      background-color: #333333;
      width: 375px;
      max-width: 375px;
      margin: 10px;
      color: #A17E65;
      flex-grow: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      border-radius: 20px; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem:not(.parking) {
        background-color: #333333 !important;
        border: 2px solid;
        border-radius: 20px; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper {
        text-align: center;
        flex-grow: 1; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper table {
          margin: 0 auto; }
          #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper table td {
            text-align: left; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultTitle {
          font-size: 36px;
          margin-bottom: 0;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-family: Font-Medium; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem.buses {
        width: 800px;
        max-width: 800px; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem.minibus {
        width: 800px;
        max-width: 800px;
        height: 150px; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem.parking {
        width: 800px;
        max-width: 800px;
        height: 250px;
        border: 2px solid; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .levelWrapper {
        text-align: center;
        width: 100%;
        font-size: 24px; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem img {
        max-width: 80%;
        max-height: 80%; }

#topServicesWrapper {
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #topServicesWrapper .top-service-btn {
    font-size: 30px;
    width: 300px;
    background-color: #A17E65;
    display: block;
    border-left: none;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Font-Medium;
    border-radius: 5px; }
    #topServicesWrapper .top-service-btn.selected {
      background-color: #8F8F8E;
      color: #3D3D3D;
      border: 2px solid #3D3D3D;
      margin: 15px;
      border-radius: 5px; }

#servicesTypeBanner {
  display: none;
  width: 50%;
  flex-grow: 1; }
  #servicesTypeBanner img, #servicesTypeBanner video {
    max-width: 100%; }

.pinpoint-logo {
  filter: invert(1); }

.items-panel .eventTagsWrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
.items-panel .eventsListWrapper {
  overflow: hidden auto;
  margin: auto 40px;
  max-height: 1035px; }
  .items-panel .eventsListWrapper .eventsList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 900px;
    margin: 0 auto;
    font-family: Font-Medium;
    color: #ffffff; }
  .items-panel .eventsListWrapper .eventItem {
    width: 280px;
    height: 280px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333333;
    margin: 10px;
    border-radius: 10px; }
    .items-panel .eventsListWrapper .eventItem.info-item {
      width: 430px;
      height: 430px; }
    .items-panel .eventsListWrapper .eventItem .eventContent {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      min-height: 75px;
      font-size: 1.5rem;
      line-height: normal;
      text-align: center;
      background-color: #A17E65;
      text-transform: uppercase;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .items-panel .eventsListWrapper .eventItem .eventContent .eventTitle {
        position: relative;
        width: 100%;
        padding: 5px; }
      .items-panel .eventsListWrapper .eventItem .eventContent .eventDates {
        font-size: 1rem; }
.items-panel .no-items-available {
  color: #A17E65;
  text-align: center;
  font-size: 30px;
  margin: 50px auto; }

.eventTagButton {
  text-align: center;
  padding: 10px 20px;
  margin: 10px;
  font-family: Font-Medium;
  font-size: 30px;
  background-color: #A17E65;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  /*height: 90px;*/ }
  .eventTagButton.active {
    background-color: #8F8F8E;
    border: 2px solid #3D3D3D;
    color: #3D3D3D;
    /*span {
      border-bottom: 1px solid #ede0d1;
    }*/ }

.items-panel-wrapper {
  height: 100%;
  background-color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center; }

#eventsListExternalWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 150px 40px 10px 40px; }

.sectionTitle {
  color: #A17E65;
  padding: 40px 0;
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  background-image: url(../../assets/images/icons/line.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-y: 130px; }
  .sectionTitle h1 {
    margin: 0; }

#screensaverPanel {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent; }
  #screensaverPanel #screensaver_header {
    position: relative;
    top: 0;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-image: url(../../assets/images/header.png); }
  #screensaverPanel #screensaver_media {
    position: relative;
    width: 100%;
    height: 1440px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0; }
    #screensaverPanel #screensaver_media video, #screensaverPanel #screensaver_media img {
      max-width: 100%;
      width: 100%;
      height: 100%; }
  #screensaverPanel #screensaver_footer {
    position: absolute;
    height: 355px;
    width: 100%;
    bottom: 0px;
    background-image: url(../../assets/images/footer.png); }

#movieInfoPanel .info-body .info-media .ad-media {
  max-height: 400px; }
#movieInfoPanel .eventTagButton {
  font-size: 1rem;
  margin: 5px;
  padding: 10px; }

#movieShowTimesDates {
  width: 80%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: auto hidden;
  margin: 10px auto; }

#movieShowTimesWrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 200px;
  overflow: hidden auto;
  width: 95%;
  margin: 10px auto; }
  #movieShowTimesWrapper div.eventTagButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 170px; }

#showTimeInfo .qrImage {
  height: 134px; }
  #showTimeInfo .qrImage img, #showTimeInfo .qrImage svg {
    width: 130px;
    height: 130px; }
#showTimeInfo .qrTitle {
  max-width: 100px; }

#seatPlanLoading {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  margin: 100px 0; }

/*# sourceMappingURL=app.css.map */
