@font-face {
  font-family: "Archer-bold";
  src: url("../../add_files/fonts/Archer/Archer Bold.otf") format("opentype");
}
@font-face {
  font-family: "Archer-semi-bold";
  src: url("../../add_files/fonts/Archer/Archer Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Archer-light";
  src: url("../../add_files/fonts/Archer/Archer Light.otf") format("opentype");
}
@font-face {
  font-family: "Archer-hairline";
  src: url("../../add_files/fonts/Archer/Archer Hairline.otf") format("opentype");
}
@font-face {
  font-family: "Archer-medium";
  src: url("../../add_files/fonts/Archer/Archer Medium.otf") format("opentype");
}
@font-face {
  font-family: "Wisdom";
  src: url("../../add_files/fonts/Wisdom/Wisdom Script AJ.otf") format("opentype");
}
@font-face {
  font-family: "OpenSans";
  src: url("../../add_files/fonts/OpenSans/OpenSans-Regular.ttf");
}
* {
  font-family: "Archer", sans-serif;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.hide {
  display: none;
}

/* FancyBox fix */
#container {
  overflow: visible !important;
}

.no-border {
  outline: 0;
  text-decoration: none;
}

/* END of FancyBox fix */
.intro {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: url("../../images/LS-2017-09_resize.jpg");
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out !important;
  z-index: 15;
}

.intro-cover {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.intro-text-1 p, .intro-text-2 p, .intro-text-3 p, .intro-text-4 p {
  color: #de6a10;
}

.intro-text-1 p {
  font-family: "Archer-light";
  font-size: 1.875em;
  font-weight: 600;
  margin: 0;
}

.intro-text-2 p {
  font-family: "Wisdom";
  font-size: 4.375em;
  margin: 0 0 0.625em 0;
}

.intro-text-3 p {
  font-family: "Archer-light";
  font-size: 1.625em;
  font-weight: 600;
  margin: 0.625em 0 0 0;
  text-decoration: underline;
  cursor: pointer;
}

.intro-text-4 p {
  font-family: "Archer-medium";
  font-size: 3.125em;
  margin: 0;
}

.intro-text-5 p {
  width: 37.5em;
  color: black;
  font-size: 0.875em;
  font-weight: 300;
  margin: 0.3125em 0 0 0;
  text-align: center;
  /*letter-spacing: em(0);
  line-height: em(0);*/
}

.intro-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.intro-image img {
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.intro-image img:hover {
  transform: scale(1.1);
  border-radius: 50%;
  cursor: pointer;
}

.play-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 4.375em;
  height: 4.375em;
  margin: 0;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.play-button img {
  width: 1.875em;
  height: 1.875em;
  border-radius: 0;
  position: inherit;
  margin-left: 0.1875em;
  display: block;
}
.play-button img:hover {
  transform: none;
  border-radius: 0;
}

/* Preloader */
.preloader {
  width: 100%;
  height: 100%;
  background-color: #de6a10;
  transition: all 0.35s ease-in-out !important;
  z-index: 99;
  display: inline-block;
  background-repeat: no-repeat;
}

.preloader svg {
  width: 2.5em;
  height: 2.5em;
}

.windows8 {
  width: 2.5em;
  height: 2.5em;
  margin: 1.875em;
}

.windows8 .wBall {
  position: absolute;
  width: 42px;
  height: 42px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 5px;
  height: 5px;
  background: white;
  left: 0px;
  top: 0px;
  border-radius: 5px;
}

.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
/* END of Preloader */
.footer-left, .footer-right {
  position: absolute;
  bottom: 0.625em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  z-index: 9;
}

.footer-left {
  left: 0.625em;
  flex-direction: column-reverse;
}

.footer-right {
  right: 0.625em;
  flex-direction: row-reverse;
}

.footer-right-item {
  width: auto;
  height: auto;
  margin: 0.125em;
}

.footer-right-item img {
  width: 3.125em;
  height: auto;
  margin: 0em;
  padding: 0em;
  cursor: pointer;
}

.footer-left p {
  font-size: 0.875em;
  color: white;
  margin: 0;
}

.carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 500px;
}

.floorplan {
  position: absolute;
  bottom: 5em;
  right: 2.375em;
  height: auto;
  width: auto;
  transition: all 0.35s ease-in-out !important;
}
img.ggskin_map {
  border-radius: 0.375em !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6) !important;
  border: 2px solid #fff;
}

.rounded-image img {
  border: 0.25em solid white;
  border-radius: 50%;
}

.sidebar {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  position: absolute;
  position: absolute;
  left: -25em;
  top: 0em;
  width: 25em;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
  transition: all 0.35s ease-in-out !important;
}

.move-info {
  left: 0;
}

.close {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125em;
  height: 3.125em;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.close p {
  color: white;
  margin: 0;
}
.close img {
  width: 1.125em;
  height: 1.125em;
  margin: 0;
  padding: 0;
}

.car-close {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translate(-50%, -0.5em);
  width: 2em;
  height: 2em;
  background-color: white;
  cursor: pointer;
  z-index: 14;
}
.car-close p {
  color: white;
  margin: 0;
}
.car-close img {
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
}

.info-container {
  width: 90%;
  height: 80%;
  overflow: auto;
}

.info-content p, h3 {
  text-align: left;
  color: white;
  padding: 0.3125em 0.375em;
}

.info-content h3 {
  font-size: 1.25em;
  margin: 0 0 0.625em 0;
}

.info-content p {
  margin: 0.25em;
  font-size: 1em;
}

.info-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0.625em 0.375em;
}

.thumb-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  transition: all 0.35s ease-in-out !important;
}