﻿@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap";
body,
html {
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#map {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.marker-canvas {
  z-index: 998;
  position: absolute;
  top: 15%;
  left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 99px;
}
.marker-canvas .marker-img {
  z-index: 998;
  background-size: contain;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.active-marker {
  border: orange 2px solid;
  z-index: 999;
  transform: scale(1);
  animation: pulse-black 3s infinite;
}
.active-marker .marker-img {
  z-index: 999;
}
.nav_side_menu {
  z-index: 7;
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 20%;
  top: 0;
  left: 0px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 17px;
}
.map_search_canvas {
  margin-bottom: 10px;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.map_search_canvas input {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.map_search_canvas input::placeholder {
  font-size: 17px;
}
textarea:focus,
input:focus {
  outline: none;
}
.navbar_close {
  display: none !important;
}
.site_sidebar_toggle {
  font-size: 30px !important;
  color: #fff;
  z-index: 8;
  position: fixed !important;
  top: 20px !important;
  left: 20px !important;
  height: 40px;
  width: 40px;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0 solid rgba(255, 255, 255, 0.3);
  outline: 0 !important;
}
ol,
ul {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.site_logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.site_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_logo a img {
  max-width: 70%;
  left: 20%;
}
.site_links {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.site_links {
  height: 72vh !important;
  overflow: auto !important;
}
.site_links li {
  list-style: none;
}
.site_links li div {
  padding-left: 10px !important;
}
.sub-menu a li {
  padding-left: 15px !important;
}
li:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.category_top_link {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.category_bottom_link,
.category_top_link * {
  padding: 5px !important;
}
.category_bottom_link {
  -webkit-box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.3);
}
.category_bottom_link * {
  padding: 5px !important;
}
#toggle_sidebar {
  z-index: 9999999;
  position: fixed;
  right: 30vh;
  background-color: #fff;
}
.closed_logo,
.closed_logo.closed {
  position: fixed;
  z-index: 999999;
  right: 10px;
  top: 10px;
}
.closed_logo a img,
.closed_logo.closed a img {
  display: none !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 70px;
}
.closed_logo.closed a img {
  display: block !important;
}
.collapse {
  display: none !important;
}
.show {
  display: block !important;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu .toggle-btn {
  display: flex;
  position: absolute;
  color: #fff;
  z-index: 99;
}
.nav-side-menu li:hover {
  border-left: 5px solid orange;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  cursor: pointer;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
}
.category_top_link {
  margin-bottom: 10px;
  filter: brightness(100%);
}
.category_top_link * {
  padding: 5px !important;
  margin-bottom: 1px;
}
.category_bottom_link {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.3);
  padding: 5px !important;
  margin-bottom: 10px;
}
.category_bottom_link * {
  padding: 5px !important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#info-window {
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  right: 0px;
  top: 0px;
  width: 25%;
  height: 100%;
  display: none;
}
#info-window #content-canvas {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9);
}
#info-window #content-canvas #title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 17px;
  height: 50px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
#info-window #content-canvas #streetview-content {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 40%;
  border-bottom: 2px solid #fff;
}
#info-window #content-canvas #streetview-content iframe {
  width: 100%;
  height: 40%;
}
#info-window #content-canvas #description {
  padding-top: 10px;
  color: #fff;
  height: 55%;
  overflow-y: auto;
  font-size: 17px;
}
#info-window #close-info-window {
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 940px) {
  .marker-canvas {
    z-index: 998;
    position: absolute;
    top: 30%;
    left: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 40%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 99px;
  }
  .marker-canvas .marker-img {
    z-index: 998;
    background-size: contain;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .active-marker {
    border: orange 2px solid;
    z-index: 999;
    transform: scale(1);
    animation: pulse-black 3s infinite;
  }
  .active-marker .marker-img {
    z-index: 999;
  }
  .nav_side_menu {
    position: absolute;
    height: 360px;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0px;
    padding: 10px;
  }
  .site_sidebar_toggle {
    font-size: 30px !important;
    color: #fff;
    z-index: 8;
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
    height: 30px;
    width: 30px;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 solid rgba(255, 255, 255, 0.3);
    outline: 0 !important;
  }
  .map_search_canvas {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .map_search_canvas input {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
  }
  .map_search_canvas input::placeholder {
    font-size: 14px;
  }
  .site_links {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .site_links {
    height: 72vh !important;
    overflow: auto !important;
  }
  .site_links li {
    list-style: none;
  }
  .site_links li div {
    padding-left: 10px !important;
  }
  .sub-menu a li {
    padding-left: 15px !important;
  }
  li:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
  .category_top_link {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  .category_bottom_link,
  .category_top_link * {
    padding: 5px !important;
  }
  .category_bottom_link {
    -webkit-box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.3);
  }
  .category_bottom_link * {
    padding: 5px !important;
  }
  #info-window {
    position: absolute;
    overflow: hidden;
    z-index: 9;
    left: 0px;
    width: 50%;
    height: 100%;
    display: none;
  }
  #info-window #content-canvas {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  #info-window #content-canvas #title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 14px;
    height: 50px;
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  #info-window #content-canvas #streetview-content {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 40%;
    border-bottom: 2px solid #fff;
  }
  #info-window #content-canvas #streetview-content iframe {
    width: 100%;
    height: 40%;
  }
  #info-window #content-canvas #description {
    padding-top: 10px;
    color: #fff;
    height: 55%;
    overflow-y: auto;
    font-size: 14px;
  }
  #info-window #close-info-window {
    background-color: #000;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    border: none;
    border: none;
  }
  .site_logo {
    padding-top: 40px;
  }
  .site_logo a img {
    object-fit: contain;
    left: unset !important;
  }
  #about_text {
    padding: 10px !important;
    font-size: 19px;
  }
  .startUpScreenContent {
    height: 70% !important;
  }
  #enterVirtualTourBtn,
  .startUpScreenContent {
    width: 90% !important;
    left: 5% !important;
  }
  #iframe_popup #iframe_window * {
    font-size: 15px !important;
  }
  #iframe_popup #iframe_window {
    height: 100% !important;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1200px) {
  .nav_side_menu {
    width: 30%;
  }
}
.id_392,
.id_395 {
  display: none !important;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: inherit;
}
.active-sub-menu-item li {
  font-weight: 500;
  border-bottom: solid #fff 2px;
}
.category_top_link {
  font-weight: 500;
}
@-webkit-keyframes color {
  0%,
  to {
    background-color: #222;
  }
  50% {
    background-color: #f07e32;
  }
}
@keyframes color {
  0%,
  to {
    background-color: #222;
  }
  50% {
    background-color: #f07e32;
  }
}
@keyframes pulse-black {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: gray;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background: #000;
} /*# sourceMappingURL=main.min.css.map */
