/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:ital,wght@0,400..600;1,400..600&display=swap");
@font-face {
  font-family: Lato-Bold;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.svg#Lato-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Light;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.svg#Lato-Light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Regular;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.svg#Lato-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-display: swap;
}
/*
| 6. Screen Sizes / Breakpoints
| --------------------------------------------------
| Breakpoint variables in pixel widths for media queries.
|
*/
/*
| Extra small mobile
*/
/*
| Mobile
*/
/*
| Tablet
*/
/*
| Middle Sized Devices
*/
/*
| Small Laptop
*/
/*
| Large Laptop / Desktop
*/
/*
| Large Desktop
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Selection Color
| --------------------------------------------------
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
/* Global Colors */
/* Global Fonts */
/* ONLY MESS WITH BELOW IF YOU NEED FINE TUNING! */
/* Button Specific */
#secloader {
  display: none;
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  opacity: 0.7;
  background: url("../../images/site-plan/loader.svg") no-repeat #FFFFFF;
  border-radius: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#legend {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 1em 0;
}
#legend img {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}

#siteplanAll,
#siteplan-outer {
  height: 90vh;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#siteplanAll .zoomHolder,
#siteplan-outer .zoomHolder {
  height: 100% !important;
}
#siteplanAll .zoomHolder #siteplan,
#siteplan-outer .zoomHolder #siteplan {
  position: relative;
  display: inline-block;
  opacity: 0;
  max-height: 805px;
  max-width: 1400px;
}
#siteplanAll .zoomHolder #siteplan #select-res,
#siteplan-outer .zoomHolder #siteplan #select-res {
  position: absolute;
  right: 2.5%;
  top: 1%;
  z-index: 1;
  width: auto;
  max-height: 30px;
  display: none;
}
#siteplanAll .zoomHolder #siteplan #select-res img,
#siteplan-outer .zoomHolder #siteplan #select-res img {
  width: auto;
  height: 100%;
}
#siteplanAll .zoomHolder #siteplan #spImage,
#siteplan-outer .zoomHolder #siteplan #spImage {
  width: 100%;
  height: auto;
}
#siteplanAll .zoomHolder #siteplan #siteplanLegend,
#siteplan-outer .zoomHolder #siteplan #siteplanLegend {
  position: relative;
  width: 900px;
  height: 56px;
  overflow: hidden;
}
#siteplanAll .zoomHolder #siteplan .full-img,
#siteplan-outer .zoomHolder #siteplan .full-img {
  position: absolute;
  left: 0;
  width: auto;
  height: 100%;
}
#siteplanAll .zoomHolder #siteplan .full-img img,
#siteplanAll .zoomHolder #siteplan .full-img svg,
#siteplan-outer .zoomHolder #siteplan .full-img img,
#siteplan-outer .zoomHolder #siteplan .full-img svg {
  height: 90vh;
  max-height: 805px;
  max-width: 1400px;
  width: auto;
}
#siteplanAll .zoomHolder #siteplan #base,
#siteplan-outer .zoomHolder #siteplan #base {
  width: auto;
  height: 100%;
}
#siteplanAll .zoomHolder #siteplan #base img,
#siteplanAll .zoomHolder #siteplan #base svg,
#siteplan-outer .zoomHolder #siteplan #base img,
#siteplan-outer .zoomHolder #siteplan #base svg {
  height: 90vh;
  max-height: 805px;
  max-width: 1400px;
  width: auto;
}
#siteplanAll .zoomHolder #siteplan .homesites,
#siteplan-outer .zoomHolder #siteplan .homesites {
  height: 90vh;
  max-height: 805px;
  max-width: 1400px;
  width: auto;
  z-index: 2;
}
#siteplanAll .zoomHolder #siteplan .homesites .lot,
#siteplan-outer .zoomHolder #siteplan .homesites .lot {
  cursor: pointer;
}
#siteplanAll .zoomHolder #siteplan .future,
#siteplan-outer .zoomHolder #siteplan .future {
  z-index: 100;
  pointer-events: none;
}
#siteplanAll .zoomHolder #siteplan #future-cover,
#siteplan-outer .zoomHolder #siteplan #future-cover {
  z-index: 30;
  pointer-events: none;
}
#siteplanAll .zoomHolder #siteplan #trees,
#siteplan-outer .zoomHolder #siteplan #trees {
  z-index: 4;
  pointer-events: none;
}
#siteplanAll .zoomHolder #siteplan #site-txt,
#siteplan-outer .zoomHolder #siteplan #site-txt {
  z-index: 5;
  pointer-events: none;
}
#siteplanAll .zoomHolder #siteplan #lot-nums,
#siteplan-outer .zoomHolder #siteplan #lot-nums {
  z-index: 6;
  pointer-events: none;
}
#siteplanAll .zoomHolder #siteplan .hide,
#siteplan-outer .zoomHolder #siteplan .hide {
  display: none;
}
#siteplanAll .zoomHolder #siteplan .res,
#siteplan-outer .zoomHolder #siteplan .res {
  display: block;
  position: absolute;
  z-index: 20;
  opacity: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  transform-origin: left top;
}
#siteplanAll .zoomHolder #siteplan .res img,
#siteplanAll .zoomHolder #siteplan .res svg,
#siteplan-outer .zoomHolder #siteplan .res img,
#siteplan-outer .zoomHolder #siteplan .res svg {
  width: 100%;
  height: 100%;
}

#siteplanPrint {
  display: none;
  position: absolute;
  left: 79.5%;
  top: 65%;
  z-index: 7;
}

#siteplanPrint a:link,
#siteplanPrint a:visited {
  font-size: 0.9em;
  color: #FFFFFF;
  background-color: var(--accent-color);
  text-align: center;
  display: block;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 25px;
}

#siteplanPrint a:hover,
#siteplanPrint a:active {
  background-color: var(--accent-color);
}

#siteplanRes {
  width: 100%;
  margin: 0 auto;
  display: none;
  text-align: center;
}
#siteplanRes img {
  width: 100%;
  height: auto;
}

.detailContent {
  padding: 0 0 0.5em 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.detailContent a.close-btn {
  position: absolute;
  z-index: 1000;
  right: 19px;
  top: 10px;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.detailContent a.close-btn img {
  width: 100%;
  height: auto;
}
.detailContent .detail-photo {
  width: 318px;
  height: 212px;
  margin-bottom: 0.5em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
}
.detailContent .detail-photo img {
  width: 100%;
  height: 100%;
}
.detailContent .detail-photo img.reverse {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.detailContent .detail-text {
  float: left;
  padding: 0.5em 0.5em 0 0.5em;
}
.detailContent .detail-text h2 {
  display: block;
  color: var(--primary-color);
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0.2em 0.9em 0.1em 0;
  padding: 0;
  font-weight: 500;
}
.detailContent .detail-text h2 span {
  font-size: 0.8em;
  margin-left: 0.4em;
}
.detailContent .detail-text h3 {
  display: block;
  color: var(--primary-color);
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
.detailContent .detail-text h3 span {
  color: var(--secondary-color);
  margin-left: 1em;
}
.detailContent .detail-text h4 {
  color: var(--primary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.detailContent .detail-text p {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  margin: 0 0 0.2em 0;
}
.detailContent .detail-text a:link,
.detailContent .detail-text a:visited,
.detailContent .detail-text button {
  width: 96%;
  float: left;
  padding: 0.4em 0.5em;
  margin: 0.5em 0 0 0;
  color: #FFFFFF;
  background: var(--secondary-color);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
}
.detailContent .detail-text a:link:hover,
.detailContent .detail-text a:visited:hover,
.detailContent .detail-text button:hover {
  background-color: var(--primary-color);
}

.bold {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: color-mix(in srgb, var(--accent-color), #000 5%);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  background: #FFFFFF;
  border: 2px solid #333;
  border-radius: 3px;
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.2);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
  padding: 6px;
}

#availability-list {
  padding: 0 0.5em 0 0.5em;
  overflow: hidden;
}

h2.date {
  width: 100%;
  max-width: 1000px;
  font-size: 1.5em;
  text-align: center;
  padding: 0.2em;
  margin: 1em auto 0 auto;
  color: #FFFFFF;
  background-color: var(--secondary-color);
}
@media (max-width: 700px) {
  h2.date {
    font-size: 3.7vw;
  }
}

.availability-list-item {
  width: 100%;
  float: left;
  padding: 1.8em 0;
  border-bottom: 1px solid var(--secondary-color);
}
.availability-list-item h2 {
  display: block;
  color: color-mix(in srgb, var(--primary-color), #000 5%);
  font-size: 1.4em;
  line-height: 1.3em;
  margin: 0 0 0.2em 0;
  padding: 0;
  font-weight: 500;
}
.availability-list-item h3 {
  display: inline;
  color: var(--secondary-color);
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
.availability-list-item h3 span {
  color: var(--accent-color);
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 0.2em 0;
  padding: 0;
  font-weight: 500;
}
.availability-list-item h4 {
  color: var(--primary-color);
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0;
}
.availability-list-item h4.price {
  color: var(--secondary-color);
  font-size: 1.1em;
}
@media (max-width: 700px) {
  .availability-list-item h4 {
    font-size: 0.9em;
  }
}
.availability-list-item p {
  color: var(--primary-color);
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  margin: 0.3em 0 0.3em 0;
}
@media (max-width: 700px) {
  .availability-list-item p {
    font-size: 0.75em;
  }
}
.availability-list-item a:link,
.availability-list-item a:visited {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.5em 0.55em;
  margin: 0.7em 0.5em 0 0;
  color: #FFFFFF;
  background: var(--secondary-color);
  text-align: center;
  text-decoration: none;
}
@media (max-width: 700px) {
  .availability-list-item a:link,
  .availability-list-item a:visited {
    font-size: 1em;
  }
}
.availability-list-item a:hover {
  background-color: var(--primary-color);
}
.availability-list-item a i {
  color: #FFFFFF;
  font-size: 0.85em;
}
.availability-list-item .list-item-pic,
.availability-list-item .list-item-pic-flip {
  float: left;
  width: 42%;
  height: auto;
  margin-right: 1.2em;
}
@media screen and (max-width: 800px) {
  .availability-list-item .list-item-pic,
  .availability-list-item .list-item-pic-flip {
    width: 100%;
  }
}
.availability-list-item .list-item-pic img,
.availability-list-item .list-item-pic-flip img {
  width: 100%;
  height: auto;
  margin-bottom: 0.6em;
}
.availability-list-item .list-item-pic-flip img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.availability-list-item .list-item-text {
  float: left;
  width: 55%;
}
@media screen and (max-width: 800px) {
  .availability-list-item .list-item-text {
    width: 100%;
  }
}
.availability-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 3em;
}

h2.avail-date {
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
  display: none;
  position: absolute !important;
  z-index: 25 !important;
  left: 0 !important;
  bottom: 270px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.3em !important;
  color: #000000 !important;
}
@media print {
  h2.avail-date {
    display: block !important;
  }
}

.controlHolder {
  background-color: var(--primary-color);
  width: 80px;
  height: 45px;
  top: 10px;
  right: 6px;
  transform: scale(0.7);
  transform-origin: right top;
  border: #FFFFFF 1px solid;
  border-radius: 4;
  text-align: center;
}
.controlHolder .zoomOut,
.controlHolder .zoomIn {
  width: 30px;
  height: 100%;
}
.controlHolder .zoomOut, .controlHolder .zoomIn {
  background-position: center;
}
@media (max-width: 1000px) {
  .controlHolder {
    right: 0;
  }
}
@media (max-width: 800px) {
  .controlHolder {
    display: none;
  }
}

#print-btn {
  display: none;
  position: absolute;
  z-index: 20;
  width: 32px;
  height: 32px;
  right: 80px;
  top: 10px;
  border: #FFFFFF 1px solid;
  border-radius: 4px;
  background-color: var(--primary-color);
  background-image: url(/wp-content/themes/client-theme/includes/print/icon-print.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 800px) {
  #print-btn {
    right: 0;
    top: 5px;
    transform: scale(0.8);
  }
}
#print-btn img {
  width: 100%;
  height: auto;
  padding: 5px;
}
@media print {
  #print-btn {
    display: none;
  }
}

.download-window {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.download-window .download-window-inner {
  position: absolute;
  z-index: 2;
  width: 500px;
  height: auto;
  background-color: var(--primary-color);
  left: 50%;
  margin-left: -250px;
  top: 30%;
  text-align: center;
}
.download-window .download-window-inner h2 {
  font-size: 1.2em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 1.5em 0 0.2em 0;
  text-align: center;
  line-height: 1.3em;
  color: #FFFFFF;
}
.download-window .download-window-inner h3 {
  font-size: 1.3em;
  font-family: "Lato", sans-serif;
  margin: 0.2em 0 0.4em 0;
  text-align: center;
  line-height: 1.3em;
  color: #FFFFFF;
}
.download-window .download-window-inner p {
  font-size: 1.1em;
  font-family: "Lato", sans-serif;
  text-align: center;
  line-height: 1.3em;
  color: #FFFFFF;
  margin: 0.5em 0;
}
.download-window .download-window-inner img {
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 0 0.5em 0;
}
.download-window .ifloor-window-inner {
  width: 200px;
  height: auto;
  margin-left: -100px;
  margin-top: -40px;
  background: none;
}
.download-window .ifloor-window-inner img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
}

.print-window {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.print-window .print-window-inner {
  position: absolute;
  z-index: 2;
  width: 550px;
  height: 250px;
  left: 50%;
  top: 50%;
  margin-left: -275px;
  margin-top: -125px;
}

@keyframes pulse_opacity {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
.pulse-opacity {
  animation: pulse_opacity 2s linear infinite;
}

@media only screen and (max-width: 980px) {
  #siteplanPrint {
    display: none;
  }
  .availability-list-item {
    padding: 1em 0;
  }
  .availability-list-item p {
    font-size: 0.9em;
  }
}
.boldage {
  font-weight: 600;
  color: var(--accent-color);
}

#s1 {
  left: 13.94%;
  top: 66.73%;
}

#s2 {
  left: 13.94%;
  top: 56.18%;
}

#s3 {
  left: 13.94%;
  top: 46.78%;
}

#s4 {
  left: 13.94%;
  top: 34.33%;
}

#s5 {
  left: 35.21%;
  top: 26.27%;
}

#s6 {
  left: 35.21%;
  top: 37.71%;
}

#s7 {
  left: 35.21%;
  top: 48.18%;
}

#s8 {
  left: 35.21%;
  top: 56.01%;
}

#s9 {
  left: 35.21%;
  top: 66.67%;
}

#s10 {
  left: 52.27%;
  top: 57.87%;
}

#s11 {
  left: 58.23%;
  top: 57.87%;
}

#s12 {
  left: 63%;
  top: 57.87%;
}

#s13 {
  left: 67.79%;
  top: 57.87%;
}

#s14 {
  left: 73.72%;
  top: 57.87%;
}

#s15 {
  left: 76.1%;
  top: 24.51%;
}

#s16 {
  left: 59.27%;
  top: 24.51%;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/*# sourceMappingURL=siteplan.css.map */
