@font-face {
  font-family: Font-Regular;
  src: url("../../assets/fonts/Khula-Regular.ttf"); }
@font-face {
  font-family: Font-Medium;
  src: url("../../assets/fonts/Khula-SemiBold.ttf"); }
@font-face {
  font-family: Font-bold;
  src: url("../../assets/fonts/Khula-Bold.ttf"); }
html {
  font-size: 16px; }

body {
  font-family: Font-Regular;
  font-size: 1rem;
  overflow: hidden;
  user-select: none;
  background-color: #E4B9AB;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

input::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #888888;
  text-transform: capitalize; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9aa27d25; }

::-webkit-scrollbar-thumb {
  background-color: #9AA27D;
  border-radius: 5px;
  /*border: 1px solid #ffffff;*/ }

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: 92.6vw;
  height: 6.25vh;
  margin: 15px auto;
  position: relative; }
  .fakeInputWrapper .searchtext-icon {
    position: absolute;
    height: 3.65vh;
    right: 2.8vw;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
    touch-action: none; }
  .fakeInputWrapper .fakeInput {
    background-color: #332B27;
    color: #FFFFFF;
    margin: 0 auto;
    height: 6.25vh;
    text-align: left; }
    .fakeInputWrapper .fakeInput p {
      color: #FFFFFF;
      font-size: 3.39vh;
      padding: 0.85vh 2vw;
      font-family: Font-bold;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.5vw; }

#kioskId {
  position: absolute;
  left: 1vw;
  bottom: 1vh;
  color: #53565A;
  font-size: 1.5rem; }

body.pmr-activated #headerPanel {
  top: 14vh;
  position: absolute;
  width: 100%; }
body.pmr-activated #mapPanel {
  height: 48vh;
  top: 24vh; }
  body.pmr-activated #mapPanel.extended {
    height: 79vh;
    top: 13vh; }
body.pmr-activated .items-panel.shown {
  height: 71vh;
  top: 24vh; }
body.pmr-activated .items-panel .items-panel-wrapper {
  height: 71vh; }
body.pmr-activated .items-panel .eventsListWrapper {
  max-height: 1360px; }
body.pmr-activated .items-panel.minimize {
  bottom: 110% !important; }
body.pmr-activated .items-panel #servicesPanelWrapper {
  margin-top: 15vh;
  position: relative;
  height: 71vh; }
body.pmr-activated .items-panel #servicesResultsWrapper {
  margin-top: 260px; }
body.pmr-activated #searchPanel {
  height: 72vh;
  top: 24vh; }
  body.pmr-activated #searchPanel #searchPanelWrapper {
    margin-top: 0vh;
    position: relative;
    height: 72vh; }
  body.pmr-activated #searchPanel #searchInnerWrapper {
    height: 72vh; }
    body.pmr-activated #searchPanel #searchInnerWrapper #searchResultsListWrapper {
      height: 1305px; }
  body.pmr-activated #searchPanel #searchResultsWrapper #results-resizer {
    display: block; }
  body.pmr-activated #searchPanel #searchResultsWrapper .searchItemsListWrapper {
    height: unset;
    flex-grow: 0; }
  body.pmr-activated #searchPanel #searchResultsWrapper.subcats-shown #searchResultsListWrapper {
    height: unset; }
body.pmr-activated #servicesPanel {
  height: 72vh;
  top: 24vh; }
  body.pmr-activated #servicesPanel #servicesPanelWrapper {
    margin-top: 0vh;
    position: relative;
    height: 72vh; }
body.pmr-activated .items-panel {
  height: 86vh; }
  body.pmr-activated .items-panel .items-panel-wrapper {
    margin-top: 0vh;
    position: relative;
    height: 72vh; }
body.pmr-activated #mainToolbarPanel {
  bottom: 4vh; }
body.pmr-activated #footerPanel {
  height: 4vh; }
  body.pmr-activated #footerPanel #footerBar {
    position: absolute;
    bottom: 85vh; }

#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; }
  .backdrop-modal .info-desc a {
    pointer-events: none;
    touch-action: none; }

div.clickEffect {
  position: fixed;
  box-sizing: border-box;
  background-color: #888888;
  border-radius: 50%;
  animation: clickEffect 0.3s ease-out;
  z-index: 99999; }

@keyframes clickEffect {
  0% {
    width: 0.5em;
    height: 0.5em;
    margin: -0.25em;
    opacity: 0.5; }
  100% {
    width: 4em;
    height: 4em;
    margin: -2em;
    opacity: 0.01; } }
@media screen and (min-width: 1200px) {
  body .items-panel .eventsListWrapper {
    max-height: 2340px; }
    body .items-panel .eventsListWrapper .eventItem.info-item {
      width: 600px;
      height: 600px;
      margin: 20px 80px; }
  body #announcesPanelWrapper .eventsListWrapper {
    height: auto; }
  body #announcesPanelWrapper .eventsListBanner {
    width: 1560px;
    height: 400px; }
  body #eventsListExternalWrapper {
    flex-direction: column; } }
#headerPanel {
  background-color: #332B27;
  height: 10vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0 4vw;
  color: #FFFFFF; }
  #headerPanel .client-logo {
    height: 5vh;
    width: 67vw;
    margin: 0 1vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  #headerPanel .header-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3.5vh; }
  #headerPanel #weather-wrapper {
    display: flex;
    align-items: center;
    font-size: 30px; }
    #headerPanel #weather-wrapper div {
      margin-left: 10px; }
  #headerPanel #siteHours {
    font-size: 22px; }

#clock {
  font-size: 2.5vw;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.1vh; }
  #clock > div {
    margin-left: 5vw; }
  #clock #time {
    font-size: 1.5vh; }

#mapPanel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 47vh;
  background-color: #FFFFFF;
  overflow: visible; }
  #mapPanel.extended {
    top: 13vh;
    height: 79vh; }
    #mapPanel.extended #zoomReset {
      display: none; }
  #mapPanel:not(.extended) #mapPathActions {
    display: none; }

#mapPathActions {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10vh;
  right: 2vw;
  flex-direction: column; }

.map-button {
  color: #332B27;
  background-color: #FFFFFF;
  padding: 1rem 2vw;
  margin: 0.2vh 1vw;
  min-height: 3.5vh;
  min-width: 8vw;
  width: 8vw;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: Font-Medium;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid #332B27; }
  .map-button img {
    max-height: 2vh; }
  .map-button p {
    padding-top: 0.5vh;
    margin: 0; }

.ui-toolbar {
  box-shadow: none;
  z-index: 1;
  border-radius: 0;
  background-color: transparent; }

#zoomMenu {
  bottom: 2%;
  left: 40px;
  right: unset; }

#zonesMenu {
  right: 2vw;
  left: unset; }

.zonebtn {
  transition: all 0.3s;
  margin: 6px;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none !important; }
  .zonebtn.selected {
    color: #FFFFFF;
    background-color: #332B27; }
  .zonebtn .level-subtitle {
    font-size: 1vh; }

.zonebtn, .zoombtn {
  min-width: 8vw;
  width: 8vw;
  min-height: 4.4vh;
  background-color: #FFFFFF;
  color: #332B27;
  font-family: Font-Regular;
  border-radius: 5px !important;
  border: 2px solid #332B27;
  font-size: 4.5rem;
  font-weight: bold; }

.zonebtn::after {
  position: absolute;
  left: 0;
  top: 68%;
  font-size: 2rem;
  background-color: inherit;
  min-width: 100%;
  font-family: Font-Regular; }

.zonebtn[id="zone0"]::after {
  content: " Basement "; }

.zonebtn[id="zone1"]::after {
  content: " Ground "; }

.zonebtn {
  margin-bottom: 1rem; }

#zoneTransition {
  background-color: #FFFFFF;
  color: #332B27;
  top: 10%;
  bottom: auto;
  font-family: Font-Medium; }

#currentLevel {
  position: absolute;
  top: 3vh;
  left: 4vw;
  color: #332B27;
  letter-spacing: 2px;
  text-transform: uppercase; }
  #currentLevel .level {
    font-size: 2vh;
    line-height: 1;
    font-family: Font-bold; }
  #currentLevel .level-subtitle {
    display: none; }

#mapPanelActions {
  height: 8vh;
  color: #FFFFFF;
  position: absolute;
  background-color: #332B27;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 2rem;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw;
  font-family: Font-Medium; }
  #mapPanelActions #pathDesc {
    height: 100%;
    min-width: 25vw; }
  #mapPanelActions .actionsRight {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }

#pmrBtn.active {
  background-color: #332B27;
  color: #332B27; }
  #pmrBtn.active img {
    max-height: 2vh;
    filter: brightness(5); }

#mainToolbarPanel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19vh;
  margin: 0 auto;
  background-color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 24vh;
  color: #fff;
  font-size: 26px;
  transition: bottom 0.3s ease-in-out; }
  #mainToolbarPanel #mainMenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 1.2vh 0;
    background-color: transparent;
    font-size: 44px;
    padding: 0 3.6vw; }
    #mainToolbarPanel #mainMenu .mainMenuItemWrapper {
      position: relative;
      background-color: #332B27;
      margin: 5px 0;
      background-position: right;
      background-repeat: no-repeat;
      background-size: 40%;
      height: 5.5vh;
      width: 22vw; }
      #mainToolbarPanel #mainMenu .mainMenuItemWrapper .mainMenuText {
        width: 90%;
        height: 5.5vh;
        position: absolute;
        color: #FFFFFF;
        text-align: left;
        padding: 1vh 2vw;
        font-family: Font-bold;
        font-size: 1.22vh;
        display: flex;
        justify-content: left;
        align-items: center; }
        #mainToolbarPanel #mainMenu .mainMenuItemWrapper .mainMenuText span {
          margin: 0; }
  #mainToolbarPanel .menu-button, #mainToolbarPanel .service-shortcut {
    padding: 2px 0;
    font-size: 3rem;
    min-width: 15vw;
    min-height: 88px;
    color: #332B27; }
    #mainToolbarPanel .menu-button .service-logo-wrapper, #mainToolbarPanel .service-shortcut .service-logo-wrapper {
      padding: 8px; }
      #mainToolbarPanel .menu-button .service-logo-wrapper .service-logo, #mainToolbarPanel .service-shortcut .service-logo-wrapper .service-logo {
        margin: 1vh auto 1rem auto;
        width: 9vw;
        height: 5vh;
        background-color: #9EB5C0;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center; }
    #mainToolbarPanel .menu-button span, #mainToolbarPanel .service-shortcut span {
      display: block; }

#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: #332B27; }
    #actionsBar #langList .lang span {
      padding: 0 10px 10px 10px; }
    #actionsBar #langList .lang.selected span {
      border-bottom: 2px solid #332B27; }
  #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 {
  width: 100%;
  height: 9vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: Font-Medium; }

.navbutton {
  padding: 1vh 2vw;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  width: fit-content;
  font-size: 1.5vh; }
  .navbutton img {
    max-height: 1.5vh;
    height: 1.5vh;
    margin-left: 1.5vw; }

#footerPanel {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 19vh;
  width: 100%;
  background-color: #332B27;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
  font-family: Font-Medium; }
  #footerPanel > div {
    width: 100%; }
  #footerPanel.minimize {
    display: none; }
  #footerPanel #footerActionsBar {
    position: relative;
    height: 4vh;
    background-color: #332B27;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    border-top: 1px solid #E4B9AB; }
    #footerPanel #footerActionsBar #adjustUI {
      margin: 0 2vw;
      padding: 0 1vw;
      display: flex;
      align-items: center;
      font-size: 1.3vh; }
      #footerPanel #footerActionsBar #adjustUI > span {
        font-size: 22px;
        line-height: 36px;
        vertical-align: sub; }
      #footerPanel #footerActionsBar #adjustUI #adjustUiIcon {
        background-image: url(../../assets/images/icons/pmr.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 3.0834vh;
        width: 4.63vw;
        margin-right: 0.1vw; }
      #footerPanel #footerActionsBar #adjustUI.active #adjustUiIcon {
        background-image: url(../../assets/images/icons/pmr2.png); }
    #footerPanel #footerActionsBar #langList {
      margin: 0 50px 0 0; }
      #footerPanel #footerActionsBar #langList .lang {
        display: inline-block;
        margin: 10px 0;
        padding: 13px 10px;
        font-size: 26px;
        color: #332B27;
        border-left: 1px solid #000000; }
        #footerPanel #footerActionsBar #langList .lang span {
          padding: 0 10px 10px 10px; }
        #footerPanel #footerActionsBar #langList .lang.selected span {
          color: #53565A; }
  #footerPanel #footerBar {
    height: 15vh;
    width: 100%;
    background-color: #E4B9AB;
    position: relative;
    color: #332B27;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden; }
    #footerPanel #footerBar #bottomBanner {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 15.7vh;
      margin: 0 auto;
      background-color: #ffffff;
      top: 0;
      left: 0;
      text-align: center;
      z-index: 1; }
    #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%; }
    #footerPanel #footerBar #bottomBannerButton {
      position: absolute;
      right: 3vw;
      bottom: 1.5vh;
      background-color: #ffffff;
      color: #332B27;
      font-size: 3rem;
      padding: 1rem 4rem;
      z-index: 2; }

.powerByBar {
  font-size: 2rem; }

.qrWrapper {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .qrWrapper .qrImage {
    background: white;
    padding: 1rem;
    max-height: 5vh;
    max-width: 5vh; }
    .qrWrapper .qrImage img {
      max-height: 6vh; }
  .qrWrapper .qrTitle {
    color: #332B27;
    margin: 0 10px;
    text-align: left; }

#searchPanel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 71vh;
  margin: 0 auto;
  background-color: #FFFFFF;
  /*transition: top 0.3s ease-in-out;*/
  z-index: 2; }
  #searchPanel.shown {
    top: 10vh; }
  #searchPanel.minimize {
    top: 100% !important; }
  #searchPanel.categories-mode #searchInnerFilters {
    display: none; }
  #searchPanel.categories-mode.category-selected #categoriesListWrapper {
    display: none !important; }
  #searchPanel.categories-mode:not(.category-selected) #searchResultsListWrapper {
    display: none !important; }
  #searchPanel:not(.categories-mode) #searchCategoryTitle, #searchPanel:not(.categories-mode) #searchCategoryIcon {
    display: none !important; }
  #searchPanel #searchInnerWrapper {
    display: flex;
    flex-direction: column;
    height: 71vh; }
  #searchPanel #searchBySwitch {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    font-family: Font-bold; }
    #searchPanel #searchBySwitch .searchMode {
      height: 6.771vh;
      margin: 0 5px;
      min-width: 50vw;
      font-size: 2.52vh;
      line-height: 4.5vh;
      color: #332B27;
      border-radius: 5px;
      text-transform: uppercase;
      background-color: #E4B9AB;
      display: block;
      border-left: none; }
      #searchPanel #searchBySwitch .searchMode.selected {
        background-color: #FFFFFF; }
  #searchPanel #searchCategoryIcon {
    margin: 0 auto;
    filter: invert(30%) sepia(25%) saturate(213%) hue-rotate(155deg) brightness(96%) contrast(83%); }
    #searchPanel #searchCategoryIcon img {
      max-height: 10vh; }
  #searchPanel #searchInnerFilters {
    margin: 1vh auto; }
  #searchPanel #searchResultsListWrapper .poi-item.selected {
    background-color: #E4B9AB;
    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 {
    overflow: hidden auto;
    background-color: #FFFFFF;
    color: #FFFFFF;
    flex-grow: 1;
    width: 78.704vw; }
    #searchPanel #categoriesListWrapper #categoriesList {
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap; }
    #searchPanel #categoriesListWrapper .category {
      position: relative;
      width: 24.5371vw;
      /*min-width: 250px;*/
      /*max-width: 250px;*/
      height: 13.021vh;
      background-color: #cabdb6;
      border: none;
      margin: 0.28vh;
      background-position: 7.5vw 2.5vh;
      background-repeat: no-repeat;
      background-size: 40%; }
      #searchPanel #categoriesListWrapper .category.active {
        background-color: #E4B9AB; }
      #searchPanel #categoriesListWrapper .category:nth-child(4n+1) {
        background-color: #9EB5C0; }
      #searchPanel #categoriesListWrapper .category:nth-child(4n+2) {
        background-color: #E4B9AB !important; }
      #searchPanel #categoriesListWrapper .category:nth-child(4n+3) {
        background-color: #9AA27D; }
      #searchPanel #categoriesListWrapper .category:nth-child(4n+4) {
        background-color: #C26928 !important; }
      #searchPanel #categoriesListWrapper .category .categories-type {
        text-align: center;
        width: 14vw;
        margin: 1.5vh 5.5vw;
        height: 8vh;
        border: 10px solid #332B27;
        border-radius: 4vh; }
      #searchPanel #categoriesListWrapper .category .category-title {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        font-size: 1.3vh;
        font-family: Font-bold;
        color: #332B27;
        width: 100%;
        height: fit-content;
        padding: 0 10px;
        min-height: 4vh;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.8vh; }
      #searchPanel #categoriesListWrapper .category.active .category-title {
        color: #9EB5C0; }
  #searchPanel .searchItemsListWrapper {
    width: 95vw;
    flex-grow: 1;
    margin: 1.9vw auto;
    padding: 0.5vw;
    background-color: #FFFFFF;
    overflow: hidden auto;
    position: relative; }
    #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: 0.84vh;
        padding-top: 0.1vh;
        border-bottom: 1px solid #53565A;
        text-transform: uppercase;
        background-color: #332B27;
        text-align: center;
        letter-spacing: 0.2vw; }
      #searchPanel .searchItemsListWrapper .searchItemList .searchItem {
        padding: 0.42vh;
        font-size: 0.95vh;
        background-color: transparent;
        width: 99%;
        margin-left: 2px;
        color: #332B27;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #332B27; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper {
          flex-direction: column; }
          #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper img {
            max-height: 200px; }
          #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultCategories {
            text-align: left;
            color: #332B27;
            font-family: Font-Regular;
            overflow: hidden; }
            #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultCategories small {
              font-size: 0.83vh;
              padding-right: 20px;
              text-transform: uppercase;
              letter-spacing: 1px; }
          #searchPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultTitle {
            font-size: 1.67vh;
            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 .category-logo {
          max-width: 4.63vw;
          max-height: 3vh;
          filter: invert(45%) sepia(79%) saturate(2447%) hue-rotate(337deg) brightness(100%) contrast(97%); }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem img {
          align-self: center;
          display: block;
          margin: 0 auto;
          width: 95%; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .levelWrapper {
          background-color: transparent;
          padding: 25px;
          margin-bottom: 0;
          font-family: Font-Regular;
          align-self: center;
          width: 100%;
          font-size: 1.15vh; }
          #searchPanel .searchItemsListWrapper .searchItemList .searchItem .levelWrapper span {
            font-size: 0.7vh; }
        #searchPanel .searchItemsListWrapper .searchItemList .searchItem .giftCardWrapper, #searchPanel .searchItemsListWrapper .searchItemList .searchItem .poi-info, #searchPanel .searchItemsListWrapper .searchItemList .searchItem .poi-item {
          align-self: center; }

.resetActions {
  position: absolute;
  background-color: #332B27;
  width: 70%;
  display: flex;
  align-items: center;
  height: 4vh;
  padding: 0 3vw;
  z-index: 2;
  pointer-events: all;
  touch-action: auto;
  color: #9EB5C0;
  justify-content: flex-end;
  right: 0;
  font-family: Font-Medium; }
  .resetActions .navbutton {
    padding: 0 2vw; }

#searchInputWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5.2vh auto 0.5vh auto; }
  #searchInputWrapper .mainSearchText {
    position: relative;
    width: 70vw;
    border-bottom: 3px solid #332B27; }
    #searchInputWrapper .mainSearchText input {
      width: 100%;
      background-color: #FFFFFF;
      border: none;
      padding: 10px;
      height: 4.2vh;
      outline: 0;
      touch-action: auto;
      pointer-events: all;
      color: #332B27;
      font-size: 2.08vh;
      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: 4.15vw;
      height: 2.35vh;
      right: 0.7vw;
      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;
  font-family: Font-Regular; }
  .ui-keyboard .ui-keyboard-button {
    min-width: 6.389vw;
    height: 3.3335vh;
    border: none;
    color: #FFFFFF;
    background-image: none;
    background-color: #332B27;
    margin: 0.37vw;
    font-size: 1.55vh;
    line-height: 3.5vh;
    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: 17.593vw; }

.backdrop-modal-content {
  position: absolute;
  border: 1px solid #53565A;
  max-height: fit-content;
  min-height: 35vh;
  width: 65vw;
  max-width: 80vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  z-index: 4;
  color: #332B27;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 5px; }
  .backdrop-modal-content .info-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .backdrop-modal-content .info-body .info-infos {
      width: 90%;
      font-family: Font-Regular; }
    .backdrop-modal-content .info-body.service #poiInfo {
      align-items: center; }
    .backdrop-modal-content .info-body.service .info-medias-list {
      max-height: 500px;
      height: unset; }
    .backdrop-modal-content .info-body.service .contact-section-title {
      display: none; }
    .backdrop-modal-content .info-body.service .info-desc {
      text-align: center !important;
      font-size: 6rem;
      letter-spacing: 0.5rem;
      margin: 1vh 0; }
    .backdrop-modal-content .info-body .poi-card {
      height: 200px;
      background-repeat: no-repeat !important;
      background-size: cover;
      background-position: center;
      width: 35%; }
    .backdrop-modal-content .info-body .info-title {
      margin: 2.5vh 1vw;
      font-size: 6rem;
      display: flex;
      justify-content: center;
      color: #332B27;
      font-family: Font-bold; }
    .backdrop-modal-content .info-body .info-dates {
      margin: 1vh 0;
      font-size: 2rem; }
    .backdrop-modal-content .info-body .info-desc {
      min-height: 5vh;
      max-height: 15vh;
      padding-right: 1vw;
      overflow: hidden auto;
      font-size: 2rem; }
      .backdrop-modal-content .info-body .info-desc a {
        pointer-events: none;
        touch-action: none; }
    .backdrop-modal-content .info-body .info-medias-list {
      width: 100%;
      height: 5vh;
      max-height: 26vh;
      text-align: center;
      overflow: hidden; }
      .backdrop-modal-content .info-body .info-medias-list .info-media {
        max-height: 100%;
        max-width: 100%;
        text-align: center; }
        .backdrop-modal-content .info-body .info-medias-list .info-media .ad-media {
          max-width: 100%;
          max-height: 100%; }
    .backdrop-modal-content .info-body #poiContactWrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: Font-Medium;
      font-size: 2rem;
      color: #332B27; }
      .backdrop-modal-content .info-body #poiContactWrapper ul {
        list-style: none;
        padding: 0;
        text-align: left; }
      .backdrop-modal-content .info-body #poiContactWrapper .contact-section-title {
        font-size: 4rem;
        color: #332B27;
        text-transform: uppercase;
        margin-bottom: 1rem; }
        .backdrop-modal-content .info-body #poiContactWrapper .contact-section-title:not(:first-child) {
          margin-top: 1rem; }
  .backdrop-modal-content .info-actions {
    margin: 1vh 1vw;
    display: flex;
    align-items: center;
    justify-content: center; }

#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 {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 1vh 0;
  font-size: 2rem;
  font-family: Font-Regular; }
  #poiInfo #poiRemarks {
    margin-top: 1vh;
    max-height: 5vh;
    overflow: hidden auto; }
  #poiInfo #structuredHours p {
    margin-bottom: 0; }
    #poiInfo #structuredHours p span {
      padding-right: 1vw;
      width: fit-content;
      text-transform: capitalize;
      display: inline-block; }
  #poiInfo .contact-section-title {
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 0.25vh;
    color: #332B27; }

#poiSimilar {
  width: 90%;
  margin: 10px auto 0 auto; }

.info-actions-btn {
  color: #FFFFFF;
  background-color: #332B27;
  padding: 1rem 2rem;
  font-size: 3.5rem;
  text-transform: uppercase;
  margin: 1vh;
  font-family: Font-bold; }
  .info-actions-btn img {
    max-height: 66%; }

#poiPopupPanel {
  top: 0;
  position: absolute;
  width: 100%;
  height: 13vh;
  background-color: #9EB5C0;
  color: #332B27;
  z-index: 2; }
  #poiPopupPanel #poiPopupPanelWrapper {
    height: 100%;
    display: flex;
    align-items: center; }
    #poiPopupPanel #poiPopupPanelWrapper .poiCard {
      height: 13vh;
      width: 28vw;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center; }
      #poiPopupPanel #poiPopupPanelWrapper .poiCard .poi-logo {
        max-width: 100%;
        max-height: 100%; }
    #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper {
      height: 100%;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; }
      #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .poiTitle {
        font-family: Font-bold;
        color: #FFFFFF;
        overflow: hidden;
        font-size: 6rem;
        line-height: normal;
        background-color: #332B27;
        padding: 0 4vw;
        flex-grow: 1;
        display: flex;
        align-items: center; }
      #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .distanceWrapper {
        font-size: 3rem;
        padding: 0.5vh 4vw;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: Font-Medium; }
        #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .distanceWrapper .distanceTimeGroup {
          display: flex;
          align-items: center; }
          #poiPopupPanel #poiPopupPanelWrapper #destinationInfoWrapper .distanceWrapper .distanceTimeGroup > div {
            margin-right: 5vw; }

.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 {
      /*background-color: #aaaaaa;*/
      border-radius: 5px;
      padding: 5px;
      text-align: center;
      /*color: #ffffff;*/
      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 {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 71vh;
  margin: 0 auto;
  color: #9EB5C0;
  background-color: #FFFFFF;
  z-index: 2;
  transition: bottom 0.3s ease-in-out; }
  #servicesPanel.shown {
    top: 10vh; }
  #servicesPanel.minimize {
    top: 100% !important; }
  #servicesPanel #servicesPanelWrapper {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #servicesPanel #servicesPanelWrapper div.message {
      font-size: 2.5rem;
      color: #332B27;
      margin: 1vh 0;
      font-family: Font-Medium;
      text-align: center; }
    #servicesPanel #servicesPanelWrapper #subServicesWrapper {
      width: 70vw;
      height: 50%;
      margin: 1vh 0;
      overflow: hidden auto;
      flex-grow: 1; }
      #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        align-content: center;
        overflow: hidden auto;
        min-height: 100%;
        font-size: 20px;
        font-family: Font-bold; }
        #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper {
          background-color: #cabdb6;
          color: #332B27;
          margin: 0.4vw;
          width: 22.222vw;
          height: 12.5vh; }
          #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper:nth-child(4n+1) {
            background-color: #E4B9AB; }
          #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper:nth-child(4n+2) {
            background-color: #9AA27D !important; }
          #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper:nth-child(4n+3) {
            background-color: #9EB5C0; }
          #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper:nth-child(4n+4) {
            background-color: #C26928 !important; }
          #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type {
            text-align: center;
            width: 15.963vw;
            margin: 1.2vh 3vw;
            /*height: 7.2917vh;*/
            /*border: 10px solid $color-1;*/
            /*border-radius: 4vh;*/ }
            #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type .service-type-logo {
              padding: 1.5vh; }
              #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type .service-type-logo img {
                max-width: 9.5vw;
                max-height: 9.5vh; }
            #servicesPanel #servicesPanelWrapper #subServicesWrapper #subServicesList .service-type-wrapper .service-type p {
              margin: 0;
              padding: 0.5vh 0;
              letter-spacing: 1px;
              font-size: 2vw; }
    #servicesPanel #servicesPanelWrapper #servicesResultsWrapper {
      width: 90%;
      height: 50%;
      margin: 1vh 0;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #servicesPanel #servicesPanelWrapper #servicesResultsWrapper .navbutton {
        margin: 1vh 0;
        background-color: #332B27;
        text-transform: uppercase; }
  #servicesPanel #serviceIcon {
    text-align: center;
    margin: 4vh auto; }
    #servicesPanel #serviceIcon img {
      max-height: 8vh;
      filter: invert(30%) sepia(25%) saturate(213%) hue-rotate(155deg) brightness(96%) contrast(83%); }
  #servicesPanel .searchItemsListWrapper {
    width: 90%;
    height: 50%;
    flex-grow: 1;
    margin: 0;
    overflow: hidden auto;
    position: relative; }
    #servicesPanel .searchItemsListWrapper .searchItemList {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-content: flex-start;
      min-height: 100%; }
      #servicesPanel .searchItemsListWrapper .searchItemList .searchItem {
        padding: 0.78vh;
        font-size: 18px;
        background-color: #332B27;
        width: 22.2vw;
        height: 12.5vh;
        max-width: 1000px;
        margin: 0.77vh;
        color: #332B27;
        flex-grow: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: Font-bold; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem:not(.parking) {
          background-color: #332B27 !important; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper {
          text-align: center;
          flex-grow: 1; }
          #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .resultInfoWrapper .resultTitle {
            font-size: 1vh;
            margin-bottom: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .levelWrapper {
          color: #FFFFFF;
          padding: 0;
          margin: 0;
          width: 100%;
          font-size: 1vh; }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem .text-center {
          /*margin: 20px 20px;*/ }
        #servicesPanel .searchItemsListWrapper .searchItemList .searchItem img {
          max-width: 100%;
          max-height: 8.5vh; }
  #servicesPanel #topServicesWrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    #servicesPanel #topServicesWrapper .top-service-btn {
      font-size: 2.32vh;
      width: 100%;
      background-color: #332B27;
      display: block;
      border-left: none;
      color: #332B27;
      text-transform: uppercase;
      letter-spacing: 0.22vw;
      height: 6.771vh;
      line-height: 5.5vh; }
      #servicesPanel #topServicesWrapper .top-service-btn.selected {
        background-color: #E4B9AB; }

#servicesList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 0;
  font-size: 26px;
  overflow: auto; }
  #servicesList .service-shortcut {
    padding: 0;
    margin: 10px 5px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    #servicesList .service-shortcut img {
      height: 4vh;
      width: 7vw;
      filter: brightness(0) invert(1); }

.pinpoint-logo {
  filter: brightness(0) invert(1); }

.items-panel {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 71vh;
  margin: 0 auto;
  color: #332B27;
  background-color: #FFFFFF;
  z-index: 2;
  transition: bottom 0.3s ease-in-out; }
  .items-panel.shown {
    top: 10vh; }
  .items-panel.minimize {
    bottom: 100% !important; }
  .items-panel .eventTagsWrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .items-panel .eventTagsWrapper .eventTagButton {
      text-align: center;
      padding: 0.6vh;
      font-family: Font-bold;
      font-size: 2.3vh;
      width: 34%;
      background-color: #E4B9AB;
      color: #332B27;
      text-transform: uppercase;
      letter-spacing: 0.2vw;
      height: 6.771vh;
      line-height: 5vh; }
      .items-panel .eventTagsWrapper .eventTagButton.active {
        background-color: #FFFFFF;
        color: #332B27; }
  .items-panel .eventsListWrapper {
    overflow: hidden auto;
    margin: auto 140px;
    max-height: 1035px; }
    .items-panel .eventsListWrapper .eventsList {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      width: fit-content;
      margin: 0 auto; }
    .items-panel .eventsListWrapper .eventItem {
      width: 22.2223vw;
      height: 12.5vh;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top;
      background-color: #332B27;
      margin: 20px; }
      .items-panel .eventsListWrapper .eventItem .eventContent {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3.9063vh;
        font-family: Font-Medium;
        font-size: 1vh;
        line-height: normal;
        text-align: left;
        background-color: #332B27;
        color: #FFFFFF;
        letter-spacing: 0.1vw; }
        .items-panel .eventsListWrapper .eventItem .eventContent .eventTitle {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          height: fit-content;
          width: 100%;
          margin: auto;
          padding: 0 0.5vh; }
  .items-panel .no-items-available {
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    margin: 50px auto; }

.items-panel-wrapper {
  height: 71vh;
  display: flex;
  flex-direction: column; }

#eventsListExternalWrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 10vh 40px 0 40px; }

.sectionTitle {
  color: #332B27;
  padding: 0;
  font-family: Font-bold;
  font-size: 2.5vh;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  margin: 5vh auto 0 auto;
  letter-spacing: 0.24vw; }
  .sectionTitle h1 {
    margin: 0; }

.eventIcon {
  background-image: url(../../assets/images/icons/whats_on.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
  width: 300px;
  margin: 1vh 4vh; }

#announceInfoPanel .backdrop-modal-content .info-body .info-medias-list {
  height: unset; }
#announceInfoPanel .backdrop-modal-content .info-body .info-infos .info-title {
  justify-content: left;
  font-size: 4rem;
  margin: 2vh 0;
  font-family: Font-Medium;
  color: #332B27; }

#screensaverPanel {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent; }
  #screensaverPanel #screensaver_media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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%; }

/*# sourceMappingURL=app.css.map */
