/* Generated by less 3.11.1 */
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Light-Web.woff2") format("woff2"), url("../fonts/Graphik-Light-Web.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik-Regular-Web.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold-Web.woff2") format("woff2"), url("../fonts/Graphik-Bold-Web.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
* {
  font-family: 'Graphik', sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  height: 100vh !important;
  overflow: hidden;
}
body {
  position: relative;
}
p,
span,
button,
a {
  transition: all 0.5s ease-in-out;
}
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  line-height: 0;
}
a {
  text-decoration: none;
}
b {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
b:after {
  content: '';
  width: 100%;
  max-width: 100px;
  height: 4px;
  background: #CC171E;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.btn {
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.btn.premade .premadeIcon {
  display: none;
}
.btn.premade .premadeIcon:first-of-type {
  display: block;
}
.btn.premade.active .premadeIcon:first-of-type {
  display: none;
}
.btn.premade.active .premadeIcon:last-of-type {
  display: block;
}
.btn.inactive {
  opacity: 0.5;
  pointer-events: none;
  touch-action: none;
}
.btn.disabled {
  display: none;
  opacity: 0.5;
  background-color: rgba(192, 27, 51, 0.5);
  pointer-events: none;
  touch-action: none;
}
.btnIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(86, 227, 102, 0.9);
  transition: all 0.3s ease-in-out;
}
.btnIcon img {
  height: 15px;
}
.btnIcon.btnIconSvg {
  background-color: transparent;
}
.btnIcon.btnIconSvg svg {
  width: 100%;
  overflow: visible;
}
.btnIcon.btnIconSvg svg path,
.btnIcon.btnIconSvg svg rect,
.btnIcon.btnIconSvg svg polygon,
.btnIcon.btnIconSvg svg circle {
  transition: all 0.3s ease-in-out;
}
.btnIcon.btnIconSvg.small svg {
  width: 43%;
}
.btnIcon.btnIconSvg.inherit {
  background-color: inherit;
}
.btnLabel {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 0 15px;
}
.btnClose {
  width: 15px;
  height: 15px;
}
.hidden {
  display: none !important;
}
.btnClassic {
  border: 1px solid #EFEBE1;
  border-radius: 0;
  color: #EFEBE1;
  background-color: transparent;
  display: inline-block;
  line-height: 190%;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 20px;
  margin-left: 16px;
}
.btnClassic.active {
  border-color: #2D2926;
  background-color: #2D2926;
  pointer-events: none;
  touch-action: none;
}
.btnClassic:hover {
  color: #2D2926;
  border-color: #2D2926;
}
.separator {
  display: block;
  height: 2px;
  width: 80%;
  background-color: #FA963C;
  margin: 15px 0;
}
.lineSeparator {
  display: block;
  width: 100%;
  max-width: 100px;
  height: 4px;
  margin: 10px 0 20px;
  background: #CC171E;
}
.popupIframeBox {
  background: #EFEBE1;
  width: 1050px;
  height: 600px;
  padding: 76px 4px 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition: all 0.5s ease-in-out;
}
.popupIframeBox .popupOptions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 20px;
}
.popupIframeBox .popupOptions > * {
  pointer-events: none;
  touch-action: none;
}
.popupIframeBox .popupOptions svg path,
.popupIframeBox .popupOptions svg rect,
.popupIframeBox .popupOptions svg polygon,
.popupIframeBox .popupOptions svg circle {
  fill: #CC171E;
}
.popupIframeBox > * {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
}
.popupIframeBox > *:not(.popupOptions) {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 76px);
  transition: opacity 0.5s ease-in-out;
  border: 0;
  overflow: hidden;
}
.popupIframeBox > *:not(.popupOptions).active {
  opacity: 1;
  pointer-events: all;
}
.popupIframeBox > *:not(.popupOptions).limit {
  max-width: 1500px;
  max-height: 700px;
}
.popupIframeBox.active {
  opacity: 1;
  pointer-events: all;
}
.popupIframeBox.active > .popupOptions {
  opacity: 1;
  pointer-events: all;
}
.popupIframeBox.active > .popupOptions > * {
  pointer-events: all;
}
.popupIframeBox.fullscreen {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  background: #EFEBE1;
}
.popupIframeBox.fullscreen .gallerySlider {
  height: auto !important;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.popupIframeBox.fullscreen .gallerySlider ul li {
  height: auto !important;
}
.popupIframeBox.fullscreen .popupOptions svg path,
.popupIframeBox.fullscreen .popupOptions svg rect,
.popupIframeBox.fullscreen .popupOptions svg polygon,
.popupIframeBox.fullscreen .popupOptions svg circle {
  fill: #CC171E;
}
.popupContentBox {
  width: 558px;
  max-height: 85%;
  background-color: #EFEBE1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 24px 40px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: auto;
}
.popupContentBox > * {
  font-weight: normal;
}
.popupContentBox h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 190%;
  margin-bottom: 0;
  color: #CC171E;
}
.popupContentBox p {
  font-size: 14px;
  line-height: 140%;
  color: #2D2926;
}
.popupContentBox p.descLoc {
  max-width: 75%;
}
.popupContentBox p.contentValue {
  font-size: 14px;
  font-weight: bold;
}
.popupContentBox .btnClose {
  position: absolute;
  top: 5px;
  right: 5px;
}
.popupContentBox .contentHeaderWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.popupContentBox .contentHeaderWrapper > img {
  margin-right: 20px;
}
.popupContentBox .contentHeaderWrapper h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 190%;
  color: #2D2926;
}
.popupContentBox.active {
  opacity: 1;
  pointer-events: all;
}
.popupContentBox.v2 {
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: unset;
  width: 776px;
  height: auto;
  padding: 0;
}
.popupContentBox.v2 p {
  margin: 0;
  line-height: 24px;
}
.popupContentBox.v2 p.descLoc {
  max-width: 100%;
}
.popupContentBox.v2 .leftCol {
  width: 60%;
  padding: 25px;
}
.popupContentBox.v2 .leftCol .contactBox {
  flex-direction: column;
}
.popupContentBox.v2 .leftCol .contactBox .contactItem {
  margin-bottom: 5px;
}
.popupContentBox.v2 .leftCol .contactBox .contactItem h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 190%;
  margin-bottom: 0;
  color: #2D2926;
}
.popupContentBox.v2 .leftCol .contactBox .contactItem p {
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  color: #2D2926;
}
.popupContentBox.v2 .rightCol {
  width: 40%;
  padding: 25px;
  background-color: rgba(87, 122, 177, 0.78);
}
.popupContentBox.v2 .colSeparator {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 2px;
  height: 80%;
  transform: translate(-50%, -50%);
  background-color: #FA963C;
}
.contactBox,
.locationBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.contactBox .contactItem,
.locationBox .contactItem {
  width: 45%;
}
.contactBox .contactItem h2,
.locationBox .contactItem h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 190%;
  margin-bottom: 0;
  color: #2D2926;
  white-space: nowrap;
}
.contactBox .contactItem p,
.locationBox .contactItem p {
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  color: #2D2926;
}
.contactBox {
  margin-top: 0;
  margin-bottom: 30px;
  flex-direction: column;
}
.contactBox .contactItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.contactBox .contactItem > img {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 0px 3px #CC171E;
}
.contactBox .contactItem:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.contactBox .contactItem p,
.contactBox .contactItem a {
  color: #2D2926 !important;
}
.contactBox:first-of-type {
  margin-right: 30px;
}
.contactBox:last-of-type {
  margin-right: 0;
}
.contentOptionsWrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.contentOptionsWrapper button svg path,
.contentOptionsWrapper button svg rect,
.contentOptionsWrapper button svg polygon,
.contentOptionsWrapper button svg circle {
  fill: #CC171E;
}
.contentOptionsWrapper button:hover svg path,
.contentOptionsWrapper button:hover svg rect,
.contentOptionsWrapper button:hover svg polygon,
.contentOptionsWrapper button:hover svg circle {
  fill: #2D2926;
}
#tourContainer {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  touch-action: none;
  z-index: 9999;
}
#topBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#topBar > div {
  display: flex;
  justify-content: center;
  width: 50%;
  text-align: center;
}
#topBar > div:first-of-type {
  text-align: left;
}
#topBar > div:first-of-type > button {
  margin-right: 10px;
}
#topBar > div:last-of-type {
  text-align: right;
  justify-content: flex-end;
}
#topBar .logoHeader {
  max-width: 200px;
  height: auto;
  margin-right: 12px;
}
#topBar .logoHeader.mobile {
  display: none;
}
#topBar .menuWrapper {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
}
#btnGlobalMap {
  line-height: 0;
  background-color: transparent;
  border: 0;
  width: 150px;
  height: 37px;
  overflow: hidden;
}
#btnGlobalMap img {
  width: 100%;
}
#btnGlobalMap.active img,
#btnGlobalMap:hover img {
  transform: translateY(-50%);
}
#bottomBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #CC171E;
  pointer-events: all;
}
#bottomBar .bottomNavigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 15px;
  height: 95;
}
#bottomBar .bottomNavigation .btn {
  margin: 0 16px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 190%;
  color: #EFEBE1;
  border: 1px solid #EFEBE1;
  border-radius: 0;
  padding: 4px 20px;
}
#bottomBar .bottomNavigation .btn.lang {
  padding: 4px 10px;
  background-color: #2D2926;
  border-color: #2D2926;
  color: #ffffff;
}
#bottomBar .bottomNavigation .btn.lang > span {
  display: block;
  height: 100%;
  width: 1px;
  background-color: #EFEBE1;
  margin: 0 10px;
}
#bottomBar .bottomNavigation .btn.lang > img {
  width: 18px;
  height: 18px;
}
#bottomBar .bottomNavigation .btn.active {
  border-color: #EFEBE1;
  background-color: #EFEBE1;
  color: #CC171E;
}
#bottomBar .bottomNavigation .btn:hover {
  color: #2D2926;
  border-color: #2D2926;
}
#bottomBar .bottomNavigation .btn:hover.active {
  border-color: #EFEBE1;
  color: #CC171E;
}
#bottomBar .bottomNavigation .leftNav {
  display: flex;
  justify-content: flex-start;
}
#bottomBar .bottomNavigation .rightNav {
  position: relative;
}
#bottomBar .bottomNavigation .rightNav > p {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
}
#bottomBar .bottomNavigation .rightNav > button {
  margin-left: 5px;
}
#bottomBar .bottomNavigation .rightNav > button:first-of-type {
  margin-left: 0;
}
#bottomBar .controlPanel {
  width: 80px;
  height: 80px;
  background-color: #CC171E;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 50px;
}
#bottomBar .controlPanel .btn,
#bottomBar .controlPanel .btnIcon {
  background-color: transparent;
  margin: 0;
}
#bottomBar .controlPanel .btn {
  position: absolute;
}
#bottomBar .controlPanel .btn:first-of-type {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#bottomBar .controlPanel .btn:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#bottomBar .controlPanel .btn:nth-child(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#bottomBar .controlPanel .btn:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
#bottomBar .controlPanel .btn:nth-child(5) {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
}
#bottomBar .controlPanel .btn:hover,
#bottomBar .controlPanel .btn.active {
  background-color: #2D2926;
}
#bottomBar .controlPanel .btnIcon.iconHorizon img {
  height: 8px;
}
#bottomBar .controlPanel .btnIcon.iconVertical img {
  width: 8px;
}
#bottomBar .controlPanel .btnIcon.btnIconSvg.small {
  width: 30px;
  height: 30px;
}
#bottomBar .bottomPhonesBox {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: none;
}
#bottomBar .bottomPhonesBox p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
#bottomBar .bottomPhonesBox.active {
  display: block;
}
#rightBar {
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
#rightBar .rightNavigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #CC171E;
  padding: 0px;
}
#rightBar .rightNavigation button {
  margin-bottom: 10px;
}
#rightBar .rightNavigation button:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#rightBar .rightNavigation .btnIcon.btnIconSvg svg path,
#rightBar .rightNavigation .btnIcon.btnIconSvg svg rect,
#rightBar .rightNavigation .btnIcon.btnIconSvg svg polygon,
#rightBar .rightNavigation .btnIcon.btnIconSvg svg circle {
  fill: #EFEBE1;
}
#rightBar .rightNavigation .btnIcon.btnIconSvg:hover {
  background-color: #2D2926;
}
#rightBar .rightNavigation .btnIcon.btnIconSvg:hover svg path,
#rightBar .rightNavigation .btnIcon.btnIconSvg:hover svg rect,
#rightBar .rightNavigation .btnIcon.btnIconSvg:hover svg polygon,
#rightBar .rightNavigation .btnIcon.btnIconSvg:hover svg circle {
  fill: #CC171E;
}
#leftBar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: calc(100% - 100px);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  pointer-events: all;
}
#leftBar button {
  margin: 10px 0;
  position: relative;
  border: 4px solid #56E366;
  overflow: hidden;
}
#leftBar button img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
#leftBar button:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  touch-action: none;
  transition: all 0.5s ease-in-out;
}
#leftBar button.active {
  pointer-events: none;
  touch-action: none;
  border-color: #9AEEA3;
}
#leftBar button.active:before {
  background-color: transparent;
}
#leftBar button:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
#leftBar button:hover img {
  transform: scale(1.1);
}
#leftBar.active {
  transform: translateX(0%);
}
#controlPanel {
  position: absolute;
  bottom: 130px;
  left: 30px;
  width: 78px;
  height: 78px;
}
#controlPanel button {
  width: 26px;
  height: 26px;
  border: 2px solid #EFEBE1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  pointer-events: all;
}
#controlPanel button:hover {
  border-color: transparent;
}
#controlPanel #moveLeft {
  top: 26px;
  left: 0;
  transform: rotateY(-180deg);
}
#controlPanel #moveRight {
  top: 26px;
  right: 0;
}
#controlPanel #moveUp {
  top: 0;
  left: 26px;
  transform: rotateZ(-90deg);
}
#controlPanel #moveDown {
  bottom: 0;
  left: 26px;
  transform: rotateZ(90deg);
}
#parkContactContainer {
  display: flex;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.gallerySlider {
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
.gallerySlider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.gallerySlider ul li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin: 0;
  padding: 0;
  width: 1042px;
  height: calc(600px - 80px);
  background: #ccc;
  text-align: center;
  line-height: 300px;
  transition: all 0.5s ease-in-out;
}
.gallerySlider ul li img {
  width: 100%;
}
.gallerySlider a.control_prev,
.gallerySlider a.control_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: rgba(45, 41, 38, 0.8);
  cursor: pointer;
  border-radius: 50%;
}
.gallerySlider a.control_prev svg path,
.gallerySlider a.control_next svg path,
.gallerySlider a.control_prev svg rect,
.gallerySlider a.control_next svg rect,
.gallerySlider a.control_prev svg polygon,
.gallerySlider a.control_next svg polygon,
.gallerySlider a.control_prev svg circle,
.gallerySlider a.control_next svg circle {
  fill: #CC171E;
}
.gallerySlider a.control_prev:hover,
.gallerySlider a.control_next:hover {
  background-color: #2D2926;
  -webkit-transition: all 0.5s ease;
}
.gallerySlider a.control_prev:hover svg path,
.gallerySlider a.control_next:hover svg path,
.gallerySlider a.control_prev:hover svg rect,
.gallerySlider a.control_next:hover svg rect,
.gallerySlider a.control_prev:hover svg polygon,
.gallerySlider a.control_next:hover svg polygon,
.gallerySlider a.control_prev:hover svg circle,
.gallerySlider a.control_next:hover svg circle {
  fill: #CC171E;
}
.gallerySlider a.control_prev {
  left: 21px;
}
.gallerySlider a.control_next {
  right: 21px;
}
.mapInfoWindowContainer {
  display: flex;
  justify-content: flex-start;
  background-color: #EFEBE1;
  padding: 0;
  overflow: hidden;
  cursor: default;
}
.mapInfoWindowContainer .iwThumb {
  width: 120px;
  margin-right: 15px;
  line-height: 0;
}
.mapInfoWindowContainer .iwThumb img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.mapInfoWindowContainer .iwContent {
  padding: 12px 12px 12px 0;
}
.mapInfoWindowContainer .iwContent a {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #CC171E;
  pointer-events: none;
  touch-action: none;
  display: block;
  margin-bottom: 4px;
}
.mapInfoWindowContainer .iwContent p {
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 0;
  color: #2D2926;
}
.mapInfoWindowContainer .iwContent p.iwOfficeLocation {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 10px;
}
.gm-style .gm-style-iw-c {
  background-color: transparent;
}
.gm-style-iw {
  z-index: 1;
  animation: fadeIn 0.5s ease-in-out forwards;
  padding: 0 !important;
  border-radius: 0 !important;
}
.gm-style-iw > div {
  max-width: 100% !important;
}
.gm-ui-hover-effect {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 20px !important;
  height: 20px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.gm-ui-hover-effect img {
  margin: 0 !important;
}
.gm-style-iw-tc,
.gm-style-iw-chr {
  display: none;
}
#signInBox > p {
  margin-top: 15px;
}
#signInBox form {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
#signInBox form input {
  flex-grow: 1;
  padding: 5px 15px;
  outline: none !important;
  box-shadow: none !important;
}
#signInBox form input:focus {
  border-color: #56E366;
}
#signInBox form button {
  font-size: 14px;
  text-transform: uppercase;
  color: #56E366;
  padding: 5px 15px;
}
@media (min-width: 1550px) {
  #bottomBar .bottomPhonesBox {
    display: block;
  }
}
@media (max-width: 1080px) {
  #bottomBar .bottomNavigation {
    padding: 10px 30px;
  }
  .btn.premade .premadeIcon {
    max-height: 35px;
  }
  .popupIframeBox {
    max-width: 95%;
    max-height: 95%;
  }
  .popupIframeBox > *:not(.popupOptions).limit {
    max-width: calc(100% - 8px);
    max-height: calc(100% - 76px);
  }
  .popupIframeBox.fullscreen {
    max-width: 100%;
    max-height: 100%;
  }
  .mapInfoWindowContainer .iwThumb {
    display: none;
  }
}
@media (max-width: 1080px) and (min-width: 992px) {
  .btnClassic {
    font-size: 12px;
    margin-left: 9px;
  }
  #bottomBar .bottomNavigation .btn {
    font-size: 12px;
    margin-right: 9px;
  }
}
@media (max-width: 991px) {
  #topBar .logoHeader.desktop {
    display: none;
  }
  #topBar .logoHeader.mobile {
    display: block;
  }
  #bottomBar .bottomNavigation .leftNav {
    width: 60%;
    flex-wrap: wrap;
  }
  #parkGallerySlider,
  #officeGallerySlider {
    height: calc(100% - 8px) !important;
    width: calc(100% - 8px) !important;
  }
  #parkGallerySlider ul,
  #officeGallerySlider ul {
    display: flex;
  }
  #parkGallerySlider ul li,
  #officeGallerySlider ul li {
    background-color: transparent;
    width: calc(100% - 8px);
    height: 100%;
  }
}
@media (max-width: 950px) {
  .mapInfoWindowContainer {
    padding: 10px;
  }
  .mapInfoWindowContainer .iwThumb {
    display: none;
  }
  .mapInfoWindowContainer .iwContent a {
    font-size: 14px;
  }
  .mapInfoWindowContainer .iwContent p {
    font-size: 10px;
  }
  .mapInfoWindowContainer .iwContent p.iwOfficeLocation {
    font-size: 10px;
  }
  .lineSeparator.small {
    margin: 5px 0;
  }
  #topBar {
    flex-direction: row-reverse;
    background-color: #2D2926;
    padding: 10px 20px 10px 0px;
  }
  #topBar > div:first-of-type {
    justify-content: flex-end;
  }
  #topBar > div:last-of-type {
    justify-content: flex-start;
  }
  #topBar .menuWrapper {
    display: flex;
    align-items: center;
    opacity: 1;
    pointer-events: all;
    touch-action: all;
  }
  #topBar .menuWrapper #btnOpenMenu,
  #topBar .menuWrapper #btnCloseMenu {
    display: none;
    margin: 0;
    height: 30px;
    min-width: 30px;
  }
  #topBar .menuWrapper #btnOpenMenu svg path,
  #topBar .menuWrapper #btnCloseMenu svg path,
  #topBar .menuWrapper #btnOpenMenu svg rect,
  #topBar .menuWrapper #btnCloseMenu svg rect,
  #topBar .menuWrapper #btnOpenMenu svg polygon,
  #topBar .menuWrapper #btnCloseMenu svg polygon,
  #topBar .menuWrapper #btnOpenMenu svg circle,
  #topBar .menuWrapper #btnCloseMenu svg circle {
    fill: #EFEBE1;
  }
  #topBar .menuWrapper #btnOpenMenu.active,
  #topBar .menuWrapper #btnCloseMenu.active {
    display: block;
  }
  #topBar .logoHeader {
    max-width: 120px;
  }
  #bottomBar {
    top: 70px;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 99999;
  }
  #bottomBar .bottomNavigation {
    padding: 10px 15px;
  }
  #bottomBar .bottomNavigation .leftNav {
    justify-content: flex-start;
    display: none;
    width: 100%;
  }
  #bottomBar .bottomNavigation .leftNav .btn {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #bottomBar .bottomNavigation .leftNav.active {
    display: flex;
  }
  #bottomBar .bottomNavigation .rightNav {
    display: none;
    justify-content: flex-start;
    width: 100%;
  }
  #bottomBar .bottomNavigation .rightNav.active {
    display: flex;
  }
  #bottomBar .bottomNavigation .rightNav button {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #bottomBar.active {
    max-height: 500px;
  }
  #rightBar {
    top: auto;
    bottom: 25%;
    right: 10px;
  }
  #rightBar .rightNavigation {
    padding: 5px;
  }
  #loadNextScene {
    margin-bottom: 0 !important;
  }
  #zoomOut,
  #zoomIn,
  #toggleFullScreen {
    display: none;
  }
  #toggleSelectView {
    font-size: 14px;
    font-weight: 500;
    line-height: 190%;
    color: #56E366;
    border: 1px solid #56E366;
    border-radius: 40px;
    padding: 0 10px;
  }
  #parkContactContainer {
    justify-content: center;
    width: calc(100% - 20px);
    max-height: calc(90% - 90px);
  }
  .btnIcon {
    width: 30px;
    height: 30px;
  }
  .popupContentBox {
    transform-origin: left top;
    top: 80px;
    left: 10px;
    transform: none;
    width: calc(100% - 20px);
    max-height: calc(90% - 90px);
  }
  .popupIframeBox {
    max-height: calc(90% - 90px);
    max-width: 100%;
    top: 80px;
    left: 10px;
    transform: none;
    width: calc(100% - 20px);
  }
  .popupIframeBox .popupOptions {
    flex-direction: row-reverse;
  }
  #handleTogglePopupFullscreen {
    display: none;
  }
  #controlPanel {
    display: none;
  }
  .contactBox .contactItem {
    margin-bottom: 0;
  }
  .contactBox .contactItem > img {
    display: none;
  }
}
@media (max-width: 450px) {
  #bottomBar .bottomNavigation {
    flex-direction: column;
    justify-content: space-between;
  }
  #bottomBar .bottomNavigation .leftNav {
    width: 100%;
  }
  #bottomBar .bottomNavigation .rightNav {
    transform: translateY(0);
  }
  .btn.premade .premadeIcon {
    max-height: 30px;
  }
  .contactBox {
    flex-direction: column;
    margin-right: 0 !important;
    margin-top: 0;
  }
  .contactBox .contactItem {
    margin-right: 0;
    margin-top: 30px;
  }
}
