/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
*  _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%;
 }*/
#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/loader.svg") no-repeat #ffffff;
  border-radius: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.controlHolder {
  display: none;
  top: 1%;
  right: 0;
  width: auto;
  line-height: normal;
  transform: scale(0.8);
  background-color: #00568b;
}
@media (max-width: 1100px) {
  .controlHolder {
    transform: scale(0.7, 0.7);
  }
}
@media (max-width: 900px) {
  .controlHolder {
    display: none !important;
  }
}
@media print {
  .controlHolder {
    display: none;
  }
}

iframe#printf {
  width: 1100px;
  height: 800px;
  position: absolute;
  top: 0;
  right: -3200px;
}
@media print {
  iframe#printf {
    display: block;
  }
}

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

#siteplan-outer {
  height: 85vh;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  max-width: 1100px;
  max-height: 900px;
}
#siteplan-outer #print-btn {
  display: none;
  position: absolute;
  z-index: 20;
  width: 36px;
  height: 36px;
  top: 2%;
  right: 5%;
  border-radius: 5px;
  background-color: #00568b;
  background-image: url(/site-plans/images/icon-print.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  text-align: center;
  cursor: pointer;
}
#siteplan-outer #print-btn img {
  width: 100%;
  height: auto;
  padding: 5px;
}
@media print {
  #siteplan-outer #print-btn {
    display: none;
  }
}
@media (max-width: 1100px) {
  #siteplan-outer #print-btn {
    transform: scale(0.9, 0.9);
  }
}
@media (max-width: 900px) {
  #siteplan-outer #print-btn {
    display: none !important;
  }
}
#siteplan-outer .zoomHolder {
  height: 100%;
  max-width: 1100px;
  opacity: 0;
}
#siteplan-outer .zoomHolder #siteplan {
  position: relative;
  display: inline-block;
}
#siteplan-outer .zoomHolder #siteplan #select-res {
  position: absolute;
  right: 3%;
  top: 11%;
  z-index: 4;
  width: auto;
  display: none;
}
#siteplan-outer .zoomHolder #siteplan #select-res img {
  width: auto;
  height: 100%;
}
#siteplan-outer .zoomHolder #siteplan .full-img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}
#siteplan-outer .zoomHolder #siteplan .full-img img,
#siteplan-outer .zoomHolder #siteplan .full-img svg {
  width: auto;
  height: 85vh;
}
#siteplan-outer .zoomHolder #siteplan #base {
  width: auto;
  height: 100%;
}
#siteplan-outer .zoomHolder #siteplan #base img {
  width: auto;
  height: 85vh;
  max-height: 900px;
}
#siteplan-outer .zoomHolder #siteplan .homesites {
  z-index: 2;
}
#siteplan-outer .zoomHolder #siteplan .homesites .lot {
  cursor: pointer;
}
#siteplan-outer .zoomHolder #siteplan .homesites .deactivate {
  pointer-events: none;
}
#siteplan-outer .zoomHolder #siteplan .future {
  pointer-events: none;
  display: none;
  z-index: 201;
}
#siteplan-outer .zoomHolder #siteplan #trees {
  z-index: 202;
  pointer-events: none;
}
#siteplan-outer .zoomHolder #siteplan #site-txt {
  z-index: 300;
  pointer-events: none;
}
#siteplan-outer .zoomHolder #siteplan #lot-nums {
  z-index: 6;
  pointer-events: none;
}
#siteplan-outer .zoomHolder #siteplan .hide {
  display: none;
}
#siteplan-outer .zoomHolder #siteplan .res {
  position: absolute;
  z-index: 20;
  opacity: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
#siteplan-outer .zoomHolder #siteplan .res img,
#siteplan-outer .zoomHolder #siteplan .res svg {
  width: 100%;
  height: 100%;
}

.detailContent {
  padding: 0 0 0.5em 0;
  display: block;
  font-family: "futura-pt", 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 0.5em;
}
.detailContent .detail-text h2 {
  display: block;
  color: #58595b;
  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: #58595b;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
.detailContent .detail-text h3 span {
  color: #00568b;
  margin-left: 1em;
}
.detailContent .detail-text h4 {
  color: #58595b;
  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-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: #00568b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "futura-pt", 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: #58595b;
}

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

h2.date {
  width: 100%;
  max-width: 980px;
  font-size: 1.5em;
  text-align: center;
  padding: 1em;
  margin: 0 auto;
  color: #ffffff;
  background-color: #00568b;
}
@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 #00568b;
}
.availability-list-item h2 {
  display: block;
  color: #464749;
  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: #00568b;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
.availability-list-item h3 span {
  color: #58595b;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 0.2em 0;
  padding: 0;
  font-weight: 500;
}
.availability-list-item h4 {
  color: #58595b;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0;
}
.availability-list-item h4.price {
  color: #00568b;
  font-size: 1.1em;
}
@media (max-width: 700px) {
  .availability-list-item h4 {
    font-size: 0.9em;
  }
}
.availability-list-item p {
  color: #58595b;
  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: #00568b;
  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: #58595b;
}
.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: "futura-pt", sans-serif !important;
  font-size: 1.3em !important;
  color: #000000 !important;
}
@media print {
  h2.avail-date {
    display: block !important;
  }
}

#print-footer {
  font-family: "futura-pt", sans-serif !important;
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
  display: none !important;
  position: absolute !important;
  z-index: 24 !important;
  left: 0 !important;
  bottom: 70px !important;
}
@media print {
  #print-footer {
    display: block !important;
  }
}
#print-footer img {
  width: 100%;
  height: auto;
}
#print-footer h2 {
  position: absolute;
  left: 45%;
  top: 0;
  font-family: "futura-pt", sans-serif !important;
  font-size: 1em;
  color: #000000;
}

.bold,
.bolder {
  font-weight: 500 !important;
  color: #00568b !important;
}

@media only screen and (max-width: 800px) {
  .controlHolder {
    display: none;
  }
}
.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;
}

.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: #555;
  left: 50%;
  margin-left: -250px;
  top: 30%;
  text-align: center;
}
.download-window .download-window-inner h2 {
  font-size: 1.2em;
  font-family: "Source Sans Pro", 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: "Source Sans Pro", 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: "Source Sans Pro", 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;
}

#s1 {
  left: 6.81%;
  top: 73.8%;
}

#s2 {
  left: 13.45%;
  top: 73.8%;
}

#s3 {
  left: 19.9%;
  top: 73.86%;
}

#s4 {
  left: 26.49%;
  top: 73.8%;
}

#s5 {
  left: 47.51%;
  top: 73.8%;
}

#s6 {
  left: 54.13%;
  top: 73.8%;
}

#s7 {
  left: 60.6%;
  top: 73.8%;
}

#s8 {
  left: 67.07%;
  top: 73.8%;
}

#s9 {
  left: 5.55%;
  top: 49.28%;
}

#s10 {
  left: 12.12%;
  top: 49.28%;
}

#s11 {
  left: 18.65%;
  top: 49.28%;
}

#s12 {
  left: 25.13%;
  top: 49.28%;
}

#s13 {
  left: 47.31%;
  top: 49.28%;
}

#s14 {
  left: 53.93%;
  top: 49.28%;
}

#s15 {
  left: 60.4%;
  top: 49.28%;
}

#s16 {
  left: 66.95%;
  top: 49.28%;
}

#s17 {
  left: 8.29%;
  top: 23.84%;
}

#s18 {
  left: 14.91%;
  top: 23.84%;
}

#s19 {
  left: 21.34%;
  top: 23.84%;
}

#s20 {
  left: 27.89%;
  top: 23.84%;
}

#s21 {
  left: 47.83%;
  top: 23.84%;
}

#s22 {
  left: 54.37%;
  top: 23.84%;
}

#s23 {
  left: 60.95%;
  top: 23.84%;
}

#s24 {
  left: 67.45%;
  top: 23.84%;
}

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