@font-face {
  font-family: Font-Regular;
  src: url("../../assets/fonts/gothamrounded-book.otf"); }
@font-face {
  font-family: Font-Medium;
  src: url("../../assets/fonts/gothamrounded-medium.otf"); }
@font-face {
  font-family: Font-Bold;
  src: url("../../assets/fonts/gothamrounded-bold.otf"); }
@font-face {
  font-family: Font-Label;
  src: url("../../assets/fonts/NotoSansSC-Medium.otf"); }
html {
  font-size: 12px; }

body {
  font-family: Font-Regular;
  font-size: 1rem;
  overflow: hidden;
  user-select: none;
  background-color: #F2EDE9;
  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: 800px;
  height: 140px;
  margin: -120px auto;
  position: absolute;
  left: 0;
  right: 0; }
  .fakeInputWrapper .searchtext-icon {
    position: absolute;
    height: 65px;
    right: 30px;
    top: 35%;
    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-radius: 35px;
    box-shadow: 0 0 4px 3px #0000003d; }
    .fakeInputWrapper .fakeInput p {
      color: #ffa300;
      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: #ffcd00;
  font-size: 14px; }

.main-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1190px;
  opacity: 0;
  margin: 0 auto;
  background-color: #F2EDE9;
  transition: height 0.3s ease-in-out;
  z-index: 2; }
  .main-panel.shown {
    top: 400px;
    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: 1162px; }
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; }
body.zone-8 .zone-filter {
  filter: invert(63%) sepia(99%) saturate(1783%) hue-rotate(359deg) brightness(101%) contrast(106%); }
body.zone-8 .zone-bg {
  background-color: #ffa300 !important; }
body.zone-6 .zone-bg, body.zone-7 .zone-bg {
  background-color: #f57eb6 !important; }
body.zone-6 .zone-bg-active, body.zone-7 .zone-bg-active {
  background-color: #F2EDE9 !important; }
body.zone-6 .zone-text, body.zone-7 .zone-text {
  color: #f57eb6 !important; }
body.zone-6 .zone-filter, body.zone-7 .zone-filter {
  filter: invert(53%) sepia(92%) saturate(342%) hue-rotate(288deg) brightness(104%) contrast(92%); }
body.zone-6 .zone-searchItem, body.zone-7 .zone-searchItem {
  border-bottom: 1px solid #f57eb6 !important; }
body.zone-6 #mapPanel, body.zone-7 #mapPanel {
  background-image: url(../../assets/images/menu/map-background-zoneB.png); }
body.zone-6 #searchPanel #searchInnerWrapper .mainSearchText, body.zone-7 #searchPanel #searchInnerWrapper .mainSearchText {
  border-bottom: 3px solid #f57eb6; }
body.zone-6 #searchPanel #searchInnerWrapper #searchBySwitch .searchMode.selected, body.zone-7 #searchPanel #searchInnerWrapper #searchBySwitch .searchMode.selected {
  background-color: #F2EDE9; }
body.zone-6 #searchPanel #categoriesListWrapper .category.active .category-title, body.zone-7 #searchPanel #categoriesListWrapper .category.active .category-title {
  background-color: #f57eb6; }
body.zone-6 #servicesPanel #servicesPanelWrapper .top-service-btn.selected, body.zone-7 #servicesPanel #servicesPanelWrapper .top-service-btn.selected {
  background-color: #F2EDE9; }
body.zone-6 .zonebtn.selected, body.zone-7 .zonebtn.selected {
  color: #fff;
  background-color: #f57eb6; }
body.zone-4 .zone-bg, body.zone-5 .zone-bg {
  background-color: #d0df00 !important; }
body.zone-4 .zone-bg-active, body.zone-5 .zone-bg-active {
  background-color: #F2EDE9 !important; }
body.zone-4 .zone-text, body.zone-5 .zone-text {
  color: #d0df00 !important; }
body.zone-4 .zone-filter, body.zone-5 .zone-filter {
  filter: invert(72%) sepia(99%) saturate(698%) hue-rotate(13deg) brightness(100%) contrast(101%); }
body.zone-4 .zone-searchItem, body.zone-5 .zone-searchItem {
  border-bottom: 1px solid #d0df00 !important; }
body.zone-4 #mapPanel, body.zone-5 #mapPanel {
  background-image: url(../../assets/images/menu/map-background-zoneC.png); }
body.zone-4 #searchPanel #searchInnerWrapper .mainSearchText, body.zone-5 #searchPanel #searchInnerWrapper .mainSearchText {
  border-bottom: 3px solid #d0df00; }
body.zone-4 #searchPanel #searchInnerWrapper #searchBySwitch .searchMode.selected, body.zone-5 #searchPanel #searchInnerWrapper #searchBySwitch .searchMode.selected {
  background-color: #F2EDE9; }
body.zone-4 #searchPanel #categoriesListWrapper .category.active .category-title, body.zone-5 #searchPanel #categoriesListWrapper .category.active .category-title {
  background-color: #d0df00; }
body.zone-4 #servicesPanel #servicesPanelWrapper .top-service-btn.selected, body.zone-5 #servicesPanel #servicesPanelWrapper .top-service-btn.selected {
  background-color: #F2EDE9; }
body.zone-4 .zonebtn.selected, body.zone-5 .zonebtn.selected {
  color: #fff;
  background-color: #d0df00; }
body.zone-3 .zone-bg {
  background-color: #ffcd00 !important; }
body.zone-3 .zone-bg-active {
  background-color: #F2EDE9 !important; }
body.zone-3 .zone-text {
  color: #ffcd00 !important; }
body.zone-3 .zone-filter {
  filter: invert(77%) sepia(8%) saturate(6367%) hue-rotate(1deg) brightness(107%) contrast(103%); }
body.zone-3 .zone-searchItem {
  border-bottom: 1px solid #ffcd00 !important; }
body.zone-3 #mapPanel {
  background-image: url(../../assets/images/menu/map-background-zoneD.png); }
body.zone-3 #searchPanel #searchInnerWrapper .mainSearchText {
  border-bottom: 3px solid #ffcd00; }
body.zone-3 #searchPanel #searchInnerWrapper #searchBySwitch .searchMode.selected {
  background-color: #F2EDE9; }
body.zone-3 #searchPanel #categoriesListWrapper .category.active .category-title {
  background-color: #ffcd00; }
body.zone-3 #servicesPanel #servicesPanelWrapper .top-service-btn.selected {
  background-color: #F2EDE9; }
body.zone-3 .zonebtn.selected {
  color: #fff;
  background-color: #ffcd00; }

#headerPanel {
  background-color: #ffa300;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 0 40px;*/
  color: #ffffff; }
  #headerPanel #topBanner {
    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 5px 10px 1px #0000003d; }
  #headerPanel #top_banner_media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
    #headerPanel #top_banner_media video, #headerPanel #top_banner_media img {
      width: 100%;
      height: 100%; }

#clock {
  position: absolute;
  left: 558px;
  bottom: 30px;
  font-size: 24px;
  display: flex;
  flex-direction: column; }

#mapPanel {
  position: absolute;
  top: 400px;
  left: 0;
  width: 100%;
  height: 925px;
  background-color: #F2EDE9;
  overflow: visible;
  background-image: url(../../assets/images/menu/map-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #mapPanel.extended {
    top: 650px;
    height: 1120px; }
    #mapPanel.extended #zoomReset {
      display: none; }

.ui-toolbar {
  box-shadow: none;
  z-index: 1;
  border-radius: 0;
  background-color: transparent; }

#zoomMenu {
  bottom: 12%;
  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: #F2EDE9;
  color: #5d666d;
  font-family: Font-Medium;
  border-radius: 5px !important;
  font-size: 20px;
  border: none; }

.zonebtn.selected {
  color: #F2EDE9;
  background-color: #ffa300; }

#zoneTransition {
  background-color: #d1b47ae6;
  color: #F2EDE9;
  top: 15%;
  bottom: auto; }

#currentLevel {
  position: absolute;
  top: 40px;
  left: 30px;
  color: #5d666d; }
  #currentLevel .label {
    font-size: 28px; }
  #currentLevel .level {
    font-size: 55px;
    font-family: Font-Regular;
    letter-spacing: -5px; }

#mapPanelActions {
  height: 150px;
  color: #ffffff;
  position: absolute;
  background-color: #ffa300;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1.5rem;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #mapPanelActions .qrWrapper {
    margin-left: 30px; }
  #mapPanelActions .actionsRight {
    margin-right: 30px;
    display: flex;
    align-items: center; }
    #mapPanelActions .actionsRight #pmrBtn.active {
      background-color: #ffffff;
      color: #ffa300; }
      #mapPanelActions .actionsRight #pmrBtn.active img {
        filter: invert(1); }

#startNode {
  position: absolute;
  font-size: 2rem;
  width: 130px;
  height: 130px; }
  #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: #d1b47a;
    color: #ffffff;
    width: 80px;
    height: 90px;
    transform: rotateX(45deg) translate3d(30px, 12px, 30px);
    overflow: hidden;
    padding: 0 5px; }

#mainToolbarPanel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 330px;
  margin: 0 auto;
  background-color: #F2EDE9;
  color: #582808;
  text-align: center;
  width: 100%;
  height: 265px;
  font-family: Font-Regular;
  font-size: 1.6rem;
  line-height: 2rem;
  transition: bottom 0.3s ease-in-out;
  box-shadow: 0px -10px 10px 1px #0000003d; }
  #mainToolbarPanel #mainMenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent;
    background-image: linear-gradient(0deg, #eaeaeb, #ffffff); }
  #mainToolbarPanel #servicesList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: auto hidden;
    flex-grow: 1; }

.mainMenuItemWrapper {
  position: relative;
  padding: 0 10px;
  margin: 10px;
  height: 105px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 115px; }
  .mainMenuItemWrapper:not(:last-child) {
    border-right: 1px solid #9f338e; }
  .mainMenuItemWrapper .mainMenuItemText {
    text-align: left;
    text-transform: uppercase; }
  .mainMenuItemWrapper .mainMenuItemIcon {
    width: 30%;
    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;
  border-right: 1px solid #282828;
  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; }

#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: #ffa300; }
    #actionsBar #langList .lang span {
      padding: 0 10px 10px 10px; }
    #actionsBar #langList .lang.selected span {
      border-bottom: 2px solid #ffa300; }
  #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;
  background-image: linear-gradient(0deg, #eaeaeb, #ffffff); }
  #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: 330px;
  width: 100%;
  background-color: #ffa300;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column; }
  #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 #F2EDE9; }
    #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: 260px;
    width: 100%;
    background-color: #F2EDE9;
    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 #9f338e; }
    #langList .lang span {
      padding: 0 10px 10px 10px; }
    #langList .lang.selected span {
      color: #582808; }

.powerByBar {
  line-height: 2;
  text-align: left;
  color: #aaaaaa;
  padding-left: 30px;
  font-size: 11px; }
  .powerByBar p {
    margin: 0; }

.qrWrapper {
  display: flex;
  align-items: center; }
  .qrWrapper .qrImage {
    background: white;
    padding: 2px;
    height: 114px; }
    .qrWrapper .qrImage img, .qrWrapper .qrImage svg {
      height: 110px;
      width: 110px; }
  .qrWrapper .qrTitle {
    margin: 0 10px;
    text-align: left; }

#searchPanel.categories-mode #searchInnerFilters, #searchPanel.categories-mode #searchResultsListWrapper .res-section-title {
  display: none; }
#searchPanel #searchPanelWrapper {
  height: 100%; }
#searchPanel #searchInnerWrapper {
  height: 100%;
  display: flex;
  flex-direction: column; }
  #searchPanel #searchInnerWrapper #searchBySwitch {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2.5px;
    margin-top: 10px; }
    #searchPanel #searchInnerWrapper #searchBySwitch .searchMode {
      margin: 0 5px;
      min-width: 455px;
      font-size: 45px;
      color: #ffffff;
      border-radius: 5px;
      text-transform: uppercase;
      background-color: #ffa300;
      display: block;
      border-left: none;
      font-family: Font-Medium; }
      #searchPanel #searchInnerWrapper #searchBySwitch .searchMode.selected {
        background-color: #F2EDE9;
        color: #5d666d;
        border: 1px solid #5d666d; }
#searchPanel #searchResultsListWrapper {
  height: 260px;
  flex-direction: column;
  margin: 10px auto; }
  #searchPanel #searchResultsListWrapper .poi-item.selected {
    background-color: #F2EDE9;
    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: #F2EDE9;
  color: #582808;
  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(255, 255, 255, 0.85);
      color: #5d666d;
      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; }
    #searchPanel #categoriesListWrapper .category.active .category-title {
      background-color: #ffa300;
      color: #582808;
      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 #ffa300;
      text-transform: uppercase;
      background-color: #ffa300;
      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: #582808;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      border-bottom: 1px solid #ffa300; }
      #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: #582808;
          font-family: Font-Regular;
          overflow: hidden; }
          #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultCategories small {
            font-size: 13px;
            padding-right: 20px; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem .category-logo {
        margin-right: 10px;
        width: 50px; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .category-logo img {
          max-width: 50px;
          max-height: 50px; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem .levelWrapper {
        padding: 0 10px;
        font-size: 22px; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem .poi-info {
        padding: 0 10px; }

.resetActions {
  position: absolute;
  right: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 80px;
  z-index: 2;
  pointer-events: all;
  touch-action: auto;
  color: #ffffff;
  bottom: -65px;
  justify-content: flex-end; }

.navbutton {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border-left: 1px solid #000000;
  width: max-content;
  font-size: 18px;
  text-transform: uppercase; }
  .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: 150px 0 14px; }
  #searchInputWrapper .mainSearchText {
    position: relative;
    width: 765px;
    border-bottom: 3px solid #ffa300; }
    #searchInputWrapper .mainSearchText input {
      width: 100%;
      background-color: #F2EDE9;
      border: none;
      padding: 10px;
      height: 80px;
      outline: 0;
      touch-action: auto;
      pointer-events: all;
      color: #582808;
      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: #582808;
    background-image: none;
    background-color: #ffffff;
    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-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: #582808;
  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; }
    .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: #5d666d;
        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; }

#poiPreInfo {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #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: #F2EDE9;
  background-color: #ffa300;
  padding: 10px 20px;
  margin-left: 20px;
  border: none;
  font-size: 24px;
  width: fit-content;
  border-radius: 5px;
  display: flex;
  align-items: center; }
  .info-actions-btn img {
    max-height: 30px; }

#poiPopupPanel {
  top: 400px;
  position: absolute;
  width: 100%;
  height: 250px;
  background-color: #ffa300;
  color: #ffffff;
  z-index: 2; }
  #poiPopupPanel #poiPopupPanelWrapper {
    display: flex;
    align-items: center; }
    #poiPopupPanel #poiPopupPanelWrapper .poiCard {
      height: 250px;
      width: 300px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff; }
      #poiPopupPanel #poiPopupPanelWrapper .poiCard img {
        max-width: 280px;
        max-height: 240px; }
    #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-Regular;
        font-size: 36px;
        line-height: normal; }
      #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .resultCategories small {
        font-size: 24px; }
      #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; }

.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: 840px;
    margin: 50px auto;
    overflow: hidden auto;
    flex-grow: 1; }
    #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: center;
      overflow: hidden auto;
      min-height: 100%;
      font-size: 20px;
      font-family: Font-Regular;
      text-transform: uppercase; }
      #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper {
        background-color: #ffffff;
        color: #582808;
        margin: 10px;
        border-radius: 5px; }
        #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; }
          #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type p {
            margin: 0;
            padding: 0 10px; }
  #servicesPanel #servicesPanelWrapper #servicesResultsWrapper {
    width: 850px;
    margin: 50px 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: #ffa300;
      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: left; }
    #servicesPanel .searchItemsListWrapper .searchItemList .searchItem {
      padding: 15px;
      font-size: 18px;
      background-color: #ffffff;
      width: 375px;
      max-width: 375px;
      margin: 10px;
      color: #582808;
      flex-grow: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      border-radius: 5px; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem:not(.parking) {
        background-color: #ffffff !important; }
      #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: 117px; }
      #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: #ffa300;
    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: #F2EDE9;
      color: #5d666d;
      border: 2px solid #5d666d;
      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-Regular;
    color: #ffffff; }
  .items-panel .eventsListWrapper .eventItem {
    width: 280px;
    height: 280px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    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: #ffa300;
      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: #582808;
  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: #ffa300;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  /*height: 90px;*/ }
  .eventTagButton.active {
    background-color: #F2EDE9;
    border: 2px solid #5d666d;
    color: #5d666d;
    /*span {
      border-bottom: 1px solid #ede0d1;
    }*/ }

.items-panel-wrapper {
  height: 100%;
  background-color: #F2EDE9;
  display: flex;
  flex-direction: column;
  align-items: center; }

#eventsListExternalWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 150px 40px 10px 40px; }

.sectionTitle {
  color: #ffffff;
  padding: 0;
  font-family: Font-Medium;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 2px;
  background-color: #ffa300; }
  .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: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-image: url(../../assets/images/header.gif); }
  #screensaverPanel #screensaver_media {
    position: relative;
    width: 100%;
    height: 1470px;
    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: relative;
    height: 200px;
    width: 100%;
    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 */
