/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* main dominant color from logo */
/* compliments main color */
/* unique color, most likely from logo */
/* a fourth color if necesary */
/* stupid 5th color */
/*
*  _mixins
*  Author: P11 Interactive Team
*  -------------------------------------------------------------------------------------------
*  Notes: Define patterns of property value pairs, which can then be reused in other rule sets
*/
/*@include mq-md {
   width: 100%;
 }*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com


/*
|--------------------------------------------------------------------------
| Font Style Generator (See Mixin)
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "Bembo";
  src: url("../fonts/Bembo.eot?") format("eot"), url("../fonts/Bembo.woff") format("woff"), url("../fonts/Bembo.ttf") format("truetype"), url('../fonts/Bembo.svg#str-replace("Bembo", " ", "_")') format("svg");
}
@font-face {
  font-family: "Bembo Semi Bold";
  src: url("../fonts/BemboSemiBold.eot?") format("eot"), url("../fonts/BemboSemiBold.woff") format("woff"), url("../fonts/BemboSemiBold.ttf") format("truetype"), url('../fonts/BemboSemiBold.svg#str-replace("Bembo Semi Bold", " ", "_")') format("svg");
}
@font-face {
  font-family: "Bembo Extra Bold";
  src: url("../fonts/BemboExtraBold.eot?") format("eot"), url("../fonts/BemboExtraBold.woff") format("woff"), url("../fonts/BemboExtraBold.ttf") format("truetype"), url('../fonts/BemboExtraBold.svg#str-replace("Bembo Extra Bold", " ", "_")') format("svg");
}
#secloader {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  opacity: 0.7;
  background: url("../../images/global/loader.svg") no-repeat #ffffff;
  border-radius: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sitemap {
  width: 1600px;
  height: 980px;
  text-align: center;
  position: absolute;
}
.sitemap #filler {
  position: absolute;
  right: 0;
  top: 0;
  width: 850px;
  height: 420px;
}
.sitemap #filler img {
  width: 100%;
  height: auto;
}

#map-nav {
  position: absolute;
  left: 60px;
  top: 840px;
  z-index: 5;
  text-align: center;
}
#map-nav h2 {
  display: block;
  width: 200px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
  margin: 0.5em auto;
  padding: 10px 0 10px 54px;
  color: #ffffff;
  opacity: 0.8;
  background-color: #8eabd0;
  border: #ffffff 1px solid;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 12px 8px;
  cursor: pointer;
}
#map-nav h2:hover {
  opacity: 0.9;
}
#map-nav h2#mapbtn {
  background-image: url(../../images/site-plan/map-on.svg);
}
#map-nav h2#listbtn {
  background-image: url(../../images/site-plan/list-on.svg);
}
#map-nav h2#mapbtn.on,
#map-nav h2#listbtn.on {
  opacity: 1;
  background-color: #0668af;
}

#spn-pac img {
  height: 100%;
  width: auto;
}

#print-btn {
  position: absolute;
  z-index: 20;
  right: 1%;
  bottom: 2%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  color: white;
  background: #0668af;
  border: #ffffff 1px solid;
  cursor: pointer;
  padding: 8px 9px;
}

#admin-btn {
  position: absolute;
  z-index: 21;
  right: 30px;
  bottom: 70px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  padding: 5px;
}

#siteplan-outer {
  width: 100%;
  height: auto;
  max-width: 1560px;
  margin: 50px 0 0 30px;
  padding: 0;
  text-align: center;
  position: relative;
}
#siteplan-outer .sidebar-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 620px;
  height: 980px;
  background-color: #0668af;
}
#siteplan-outer #siteplan {
  position: relative;
  display: inline-block;
}
#siteplan-outer #siteplan #select-res {
  position: absolute;
  display: block;
  left: 4%;
  top: 2%;
  z-index: 4;
  width: 300px;
}
#siteplan-outer #siteplan #select-res img {
  width: 100%;
  height: auto;
}
#siteplan-outer #siteplan .full-img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}
#siteplan-outer #siteplan .full-img img,
#siteplan-outer #siteplan .full-img svg {
  width: auto;
  height: 85vh;
  max-height: 850px;
}
#siteplan-outer #siteplan #base {
  width: auto;
  height: 100%;
}
#siteplan-outer #siteplan #base img {
  width: auto;
  height: 85vh;
  max-height: 850px;
}
#siteplan-outer #siteplan .homesites {
  z-index: 2;
}
#siteplan-outer #siteplan .homesites .lot {
  cursor: pointer;
}
#siteplan-outer #siteplan .homesites .deactivate {
  pointer-events: none;
}
#siteplan-outer #siteplan .future {
  pointer-events: none;
  display: none;
  z-index: 201;
}
#siteplan-outer #siteplan #trees {
  z-index: 202;
  pointer-events: none;
}
#siteplan-outer #siteplan #site-txt {
  z-index: 300;
  pointer-events: none;
}
#siteplan-outer #siteplan #lot-nums {
  z-index: 6;
  pointer-events: none;
}
#siteplan-outer #siteplan .hide {
  display: none;
}
#siteplan-outer #siteplan .res {
  position: absolute;
  z-index: 20;
  opacity: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
#siteplan-outer #siteplan .res img,
#siteplan-outer #siteplan .res svg {
  width: 100%;
  height: 100%;
}

.detailContent {
  float: left;
  padding: 0.5em;
  display: block;
}
.detailContent .detail-photo {
  width: 390px;
  height: 220px;
  margin-bottom: 0.5em;
}
.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;
  margin-left: 0.8em;
}
.detailContent .detail-text h1 {
  display: inline-block;
  color: #044980;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0 0.9em 0.2em 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.detailContent .detail-text h2 {
  display: inline-block;
  color: #0668af;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 0.2em 0;
  padding: 0;
}
.detailContent .detail-text h3 {
  display: block;
  color: #0668af;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 0.2em 0;
  padding: 0;
}
.detailContent .detail-text h4 {
  color: #044980;
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.detailContent .detail-text p {
  color: #444444;
  font-size: 0.75em;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  margin: 0 0 0.3em 0;
}
.detailContent .detail-text p .bolder {
  font-family: "Source Sans Pro", sans-serif;
  color: #044980;
}
.detailContent .detail-text h5 {
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.7em 0.7em 0 0;
  color: #ffffff;
  background: #0668af;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.2em;
}
.detailContent .detail-text h5:hover {
  background-color: #044980;
}

#availability-list-outer {
  width: 1300px;
  height: 910px;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 50%;
  margin-left: -650px;
  top: 35px;
}
#availability-list-outer #availability-list {
  display: block;
  width: 100%;
  height: 895px;
  padding: 2px 25px;
  overflow: auto;
  position: absolute;
}
#availability-list-outer #availability-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
#availability-list-outer #availability-list::-webkit-scrollbar:vertical {
  width: 22px;
}
#availability-list-outer #availability-list::-webkit-scrollbar:horizontal {
  height: 34px;
}
#availability-list-outer #availability-list::-webkit-scrollbar-thumb {
  border-radius: 12px;
  border: 1px solid #ffffff;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
#availability-list-outer #availability-list::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 12px;
}
#availability-list-outer #availability-list .availability-list-item {
  width: 100%;
  float: left;
  padding: 1.5em 0;
  border-bottom: 1px solid #044980;
}
#availability-list-outer #availability-list .availability-list-item .list-item-text {
  float: left;
  width: 60%;
  padding-top: 0;
  text-align: left;
}
#availability-list-outer #availability-list .availability-list-item .list-item-text h1 {
  display: inline-block;
  color: #044980;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0.2em 0.9em 0.2em 0;
  padding: 0;
}
#availability-list-outer #availability-list .availability-list-item .list-item-text h2 {
  display: inline-block;
  color: #0668af;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 1em 0.2em 0;
  padding: 0;
}
#availability-list-outer #availability-list .availability-list-item .list-item-text h3 {
  display: block;
  color: #0668af;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 1em 0.4em 0;
  padding: 0;
}
#availability-list-outer #availability-list .availability-list-item .list-item-text h4 {
  display: inline-block;
  color: #044980;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.4em 0;
  padding: 0;
}
#availability-list-outer #availability-list .availability-list-item .list-item-text h5 {
  color: #044980;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0.1em 0 0 0;
  padding: 0;
}
#availability-list-outer #availability-list .availability-list-item .list-item-text h6 {
  width: auto;
  display: inline-block;
  padding: 0.4em 0.6em 0.3em 0.6em;
  margin: 0.7em 0.7em 0 0;
  color: #ffffff;
  background: #0668af;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  cursor: pointer;
}
#availability-list-outer #availability-list .availability-list-item .list-item-text h6:hover {
  color: #ffffff;
  background: #044980;
}
#availability-list-outer #availability-list .availability-list-item .list-item-text p {
  color: #044980;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
#availability-list-outer #availability-list .availability-list-item .list-item-photo {
  display: none;
  float: left;
  padding: 0 1em 0 0;
  width: 38%;
  height: auto;
}
#availability-list-outer #availability-list .availability-list-item .list-item-photo img {
  width: 100%;
  height: auto;
}
#availability-list-outer #availability-list .availability-list-item .list-item-photo img .reverse {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  background: white;
  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 {
  float: left;
  padding: 4px;
}

iframe#printf {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 1080px;
}

iframe#ifp {
  width: 1920px;
  height: 980px;
  border: 0;
  top: 0;
}

#print-info {
  display: none;
}
@media print {
  #print-info {
    display: block;
  }
}

#select-plan {
  position: absolute;
  z-index: 200;
  top: 125px;
  text-align: center;
  width: 100%;
}
#select-plan h3 {
  color: #0668af;
  text-align: center;
  font-family: "Bembo", serif;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.4em;
}

#fpSelect-button {
  text-align: center;
  width: 270px;
  text-align: center;
  font-family: "Bembo", serif !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  padding: 0.4em 0.5em !important;
  background: #ffffff !important;
}

.ui-button:active {
  color: #ffffff !important;
  background: #0668af !important;
  border: #0668af !important;
}

.ui-menu .ui-menu-item-wrapper {
  font-family: "Bembo", serif !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  padding: 0.7em !important;
}

.ui-state-active {
  background: #0668af !important;
  border: none !important;
}

.ui-selectmenu-icon.ui-icon {
  margin-top: 3px !important;
}

.fancybox-container {
  width: 1920px;
  height: 1080px;
  transform: scale(2);
  transform-origin: left top;
}

.fancybox-button {
  background: #0668af;
}
.fancybox-button h2 {
  font-family: "Bembo", serif;
  margin: 0;
}

#s1 {
  left: 7.97%;
  top: 51.4%;
}

#s2 {
  left: 10.55%;
  top: 51.4%;
}

#s3 {
  left: 13.12%;
  top: 51.4%;
}

#s4 {
  left: 15.63%;
  top: 51.4%;
}

#s5 {
  left: 18.22%;
  top: 51.4%;
}

#s6 {
  left: 24.3%;
  top: 51.4%;
}

#s7 {
  left: 26.78%;
  top: 51.4%;
}

#s8 {
  left: 29.39%;
  top: 51.4%;
}

#s9 {
  left: 31.91%;
  top: 51.4%;
}

#s10 {
  left: 34.41%;
  top: 51.4%;
}

#s11 {
  left: 7.87%;
  top: 36.62%;
}

#s12 {
  left: 10.45%;
  top: 36.62%;
}

#s13 {
  left: 12.96%;
  top: 36.62%;
}

#s14 {
  left: 15.53%;
  top: 36.62%;
}

#s15 {
  left: 18.1%;
  top: 36.62%;
}

#s16 {
  left: 22.01%;
  top: 36.62%;
}

#s17 {
  left: 24.55%;
  top: 36.62%;
}

#s18 {
  left: 27.17%;
  top: 36.62%;
}

#s19 {
  left: 29.75%;
  top: 36.62%;
}

#s20 {
  left: 32.22%;
  top: 36.62%;
}

#s21 {
  left: 44.59%;
  top: 19.55%;
}

#s22 {
  left: 47.09%;
  top: 19.55%;
}

#s23 {
  left: 49.59%;
  top: 19.55%;
}

#s24 {
  left: 52.04%;
  top: 19.55%;
}

#s25 {
  left: 54.63%;
  top: 19.55%;
}

#s26 {
  left: 58.72%;
  top: 19.55%;
}

#s27 {
  left: 61.32%;
  top: 19.55%;
}

#s28 {
  left: 63.87%;
  top: 19.55%;
}

#s29 {
  left: 66.34%;
  top: 19.55%;
}

#s30 {
  left: 68.8%;
  top: 19.55%;
}

#s31 {
  left: 71.35%;
  top: 19.55%;
}

#s32 {
  left: 75.35%;
  top: 19.55%;
}

#s33 {
  left: 77.97%;
  top: 19.55%;
}

#s34 {
  left: 80.42%;
  top: 19.55%;
}

#s35 {
  left: 82.9%;
  top: 19.55%;
}

#s36 {
  left: 85.45%;
  top: 19.55%;
}

#s37 {
  left: 87.93%;
  top: 19.55%;
}

#s38 {
  left: 88.86%;
  top: 33.2%;
}

#s39 {
  left: 88.86%;
  top: 37.72%;
}

#s40 {
  left: 88.86%;
  top: 42.2%;
}

#s41 {
  left: 88.86%;
  top: 46.78%;
}

#s42 {
  left: 88.86%;
  top: 51.39%;
}

#s43 {
  left: 88.86%;
  top: 58.52%;
}

#s44 {
  left: 88.86%;
  top: 63.04%;
}

#s45 {
  left: 88.86%;
  top: 67.74%;
}

#s46 {
  left: 88.86%;
  top: 72.35%;
}

#s47 {
  left: 88.86%;
  top: 77.27%;
}

#s48 {
  left: 83.21%;
  top: 77.27%;
}

#s49 {
  left: 83.21%;
  top: 72.8%;
}

#s50 {
  left: 83.21%;
  top: 68.14%;
}

#s51 {
  left: 83.21%;
  top: 63.52%;
}

#s52 {
  left: 83.21%;
  top: 58.99%;
}

#s53 {
  left: 83.21%;
  top: 51.09%;
}

#s54 {
  left: 83.21%;
  top: 46.48%;
}

#s55 {
  left: 83.21%;
  top: 41.77%;
}

#s56 {
  left: 83.21%;
  top: 37.15%;
}

#s57 {
  left: 83.21%;
  top: 32.35%;
}

#s58 {
  left: 74.33%;
  top: 32.35%;
}

#s59 {
  left: 74.33%;
  top: 37.03%;
}

#s60 {
  left: 74.33%;
  top: 41.68%;
}

#s61 {
  left: 74.33%;
  top: 46.29%;
}

#s62 {
  left: 74.33%;
  top: 50.99%;
}

#s63 {
  left: 74.33%;
  top: 59.46%;
}

#s64 {
  left: 74.33%;
  top: 63.79%;
}

#s65 {
  left: 74.33%;
  top: 68.4%;
}

#s66 {
  left: 74.33%;
  top: 73.11%;
}

#s67 {
  left: 68.5%;
  top: 74.8%;
}

#s68 {
  left: 68.5%;
  top: 70.19%;
}

#s69 {
  left: 68.5%;
  top: 65.51%;
}

#s70 {
  left: 68.5%;
  top: 60.8%;
}

#s71 {
  left: 68.5%;
  top: 56.23%;
}

#s72 {
  left: 68.5%;
  top: 47.98%;
}

#s73 {
  left: 68.5%;
  top: 43.65%;
}

#s74 {
  left: 68.5%;
  top: 38.97%;
}

#s75 {
  left: 68.5%;
  top: 34.35%;
}

#s76 {
  left: 59.83%;
  top: 34.35%;
}

#s77 {
  left: 59.83%;
  top: 38.85%;
}

#s78 {
  left: 59.83%;
  top: 43.46%;
}

#s79 {
  left: 59.83%;
  top: 47.98%;
}

#s80 {
  left: 59.83%;
  top: 56.08%;
}

#s81 {
  left: 59.83%;
  top: 60.52%;
}

#s82 {
  left: 59.83%;
  top: 65.2%;
}

#s83 {
  left: 59.83%;
  top: 69.97%;
}

#s84 {
  left: 59.83%;
  top: 74.52%;
}

#s85 {
  left: 53.75%;
  top: 74.52%;
}

#s86 {
  left: 53.75%;
  top: 69.78%;
}

#s87 {
  left: 53.75%;
  top: 65.07%;
}

#s88 {
  left: 53.75%;
  top: 60.84%;
}

#s89 {
  left: 45.07%;
  top: 74.35%;
}

#s90 {
  left: 45.07%;
  top: 69.65%;
}

#s91 {
  left: 45.07%;
  top: 65.13%;
}

#s92 {
  left: 45.07%;
  top: 60.52%;
}

#s93 {
  left: 44.54%;
  top: 34.15%;
}

#s94 {
  left: 47%;
  top: 34.15%;
}

#s95 {
  left: 49.52%;
  top: 34.15%;
}

#s96 {
  left: 52.09%;
  top: 34.15%;
}

#s97 {
  left: 54.66%;
  top: 34.15%;
}

/* 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;
  margin-top: -10px;
  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;
  margin-top: -10px;
  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 */
