/*! ----- FLOORPLANS ----- */

header#header {
  position: sticky;
}
.whitetext {
  color: #fff;
}
.bluetext,
.bluecolor,
.blue h1 {
  color: #00c2da;
}
.page-template-page-floorplans-new {
  height: auto;
}
.graybg,
.gray .graybg {
  background-color: #4a5e68;
}
.fpselectflooor,
.fpselectunit,
.fpunit {
  position: absolute;
  top: 0;
  min-height: 100%;
}
.fpselectflooor,
.fpunit {
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.fpselectunit {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: 2;
}
.svgfonts,
.blueonsmallsize {
  font-weight: 400;
}
.fpcont {
  height: 100vh;
  position: relative;
}
.fpcont .fpselectflooor,
.fpcont .buildingbg {
  background-repeat: no-repeat;
  background-size: cover;
}
.fpselectflooor {
}
.fpcont .fpselectflooor {
  left: 0;
  background-image: url("../images/floorplanbg.jpg");
}
.fpcont .fpunit {
  width: 45%;
  z-index: 1;
}
.fpcont .buildingbg {
  background-image: url("../images/buildingbg.jpg");
}
.bluefloor {
  stroke: #00d9fa;
}
.tp-rightarrow.default,
.tp-leftarrow.default {
  top: 50% !important;
  transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
}
.fpselectcont .fpselectflooor {
  width: 50.01%;
  z-index: 3;
}
.fpselectcont .fpselectflooor svg {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.fpselectcont .fpunit {
  width: 50.01%;
  right: 0;
}
.fpselectcont h1 {
  text-align: center;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}
.fpselectcont h1 span {
  font-weight: 600;
}
.overlayblack {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.selectedfloorcontleft {
  position: relative;
  left: -100%;
  text-align: left;
  padding: 0 50px;
}

.selectedfloorcontleft h1,
.selectedfloorcontleft h2 {
  text-align: left;
}
.selectedfloorcontleft h2 {
  letter-spacing: 1px;
  font-size: 14px;

  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.selectedfloorcontleft h1 {
  font-style: italic;
  margin: 0 0 25px 0;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.selectedfloorcontleft h1:last-child {
  cursor: pointer;
}
.fpselectunit {
  left: -100%;
  width: 0;
}
.fpdisplaycont .fpselectflooor {
  width: 320px;
}
.fpdisplaycont .fpselectflooor {
  display: flex;
  align-items: center;
}
.fpdisplaycont .fpselectflooor .virtablechild {
  vertical-align: bottom;
}
.fpdisplaycont .fpselectflooor .virtablechild svg {
  margin-bottom: 100px;
  height: auto;
}
.fpdisplaycont .fpselectflooor .virtablechild svg .hideonview {
  opacity: 0;
}
.fpdisplaycont .fpselectflooor .virtablechild svg .svgfonts {
  font-size: 6px;
  fill: #00c2da;
}
.fpdisplaycont .fpselectflooor .virtablechild svg .uparrow {
  fill: #00c2da;
}
.fpdisplaycont .fpselectflooor .virtablechild svg .blueonsmallsize {
  fill: #00c2da;
  font-size: 8px;
}
.fpdisplaycont .fpselectflooor .virtablechild svg .strokeblueonsmall {
  stroke: #00c2da;
}
.fpdisplaycont .fpselectflooor .virtablechild h1.selfloorheading {
  display: none;
}
.fpdisplaycont .fpselectflooor .virtablechild .selectedfloorcontleft {
  left: auto;
}
.fpdisplaycont .fpselectunit {
  left: 320px;
  right: 50%;
  width: auto;
}
.fpdisplaycont .fpunit {
  width: 20%;
  width: 50%;
}
.fpdisplaycont .buildingbggray {
  background: #4a5e68;
}
.fpdisplaycont .buildingbggray .zoom {
  display: none;
}
.fpdisplaycont .buildingbggray .zoom.zoomActive {
  display: block;
}
.fpdisplaycont .buildingbggray .down-view {
  display: block;
}
.fpdisplaycont-ss .buildingbggray {
  background: #4a5e68;
}
.fpdisplaycont-ss .buildingbggray .zoom {
  display: none;
}
.fpdisplaycont-ss .buildingbggray .zoom.zoomActive {
  display: block;
}
.fpdisplaycont-ss .buildingbggray .down-view {
  display: block;
}
.zoom {
  display: none;
  position: relative;
  width: 100%;
  min-height: 575px;
  margin-top: 20px;
  background: #4a5e68;
}
.zoom.zoomhover img:first-child {
  display: none;
}
.zoom img {
  display: block;
  width: 400px;
  height: auto;
  margin: 0 auto;
  background: #4a5e68;
}
.zoom.wideplan.zoomActive img {
  width: 90%;
  padding: 30px 0;
}
.zoom.wideplan.zoomActive img.zoomImg {
  height: 100% !important;
  width: auto !important;
  padding: 0px !important;
}
.down-view {
  text-align: center;
  display: none;
  margin-top: 220px;
  margin-top: 40px;
  padding-left: 14.3%;
  padding-right: 6%;
  display: block;
  text-align: left;
}
.down-view button,
.down-view a {
  color: #00c2da;
  margin: 0 50px 0 0;
  font-size: 14px;
  letter-spacing: 2px;

  font-weight: 600;
}
.down-view button:hover,
.down-view a:hover {
  color: #fff;
}
.down-view button.balviews,
.down-view a.balviews {
  margin: 0px;
}
.floor {
  fill: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.floor:hover,
.floor.bluefloorhover,
.floor.whitefloorhover {
  fill: #00d9fa;
}
text {
  font-weight: 400;
  font-size: 5px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
text.textblue {
  fill: #00d9fa;
}
text.textwhite,
text.textblue.hovertext {
  fill: #fff;
}
.ss-buttons {
  display: none;
  margin-left: 14.3%;
}
.ss-buttons button {
  margin-right: 15px;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.ss-buttons button:last-child {
  margin: 0px;
}
.fpunit .ss-buttons {
  margin: 0px;
  text-align: center;
  margin-top: 15px;
}
.fpunit .ss-buttons button {
  display: inline-block;
}
.fpselectunit {
  padding-top: 150px;
  display: none;
}
.fpselectunit.fpselectunitActive {
  display: block;
}
.fpselectunit .fpselectunit-child {
  padding: 0 20px;
}
.fpselectunit .fpselectunit-child h4 {
  font-size: 22px;

  font-style: italic;
  letter-spacing: 3px;
  text-align: left;
  margin-bottom: 50px;
  color: #fff;
  padding-left: 14%;
}
.fpselectunit .fpselectunit-child h4 span {
  font-weight: 600;
}
.fpselectunit .fpselectunit-child .floorplanmap {
  position: relative;
}
.fpselectunit .fpselectunit-child .floorplanmap .svgchange {
  width: 100%;
}
.fpselectunit .fpselectunit-child .floorplanmap .comsvg {
  position: absolute;
  z-index: 0;
  width: 100%;
}
.fpselectunit .fpselectunit-child .floorplanmap .comsvg .side {
  font-weight: 800;
  font-size: 20px;
}
.fpselectunit .fpselectunit-child .floorplanmap .svgchange {
  position: relative;
  z-index: 1;
}
.fpselectunit .fpselectunit-child .unitdetailscont {
  margin-top: 30px;
  padding-left: 12.3%;
  padding-right: 2%;
  display: none;
}
.fpselectunit .fpselectunit-child .unitdetailscont h5 {
  color: #00c2da;

  font-weight: 300;
  font-size: 24px;
}
.fpselectunit .fpselectunit-child .unitdetailscont h5 span {
  font-size: 42px;
}
.fpselectunit .fpselectunit-child .unitdetailscont h6 {
  margin: 4% 0 4% 0;

  font-weight: 300;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}
.fpselectunit .fpselectunit-child .unitdetailscont .unitvalues {
  overflow-x: auto;
  padding-bottom: 10px;
}
.fpselectunit .fpselectunit-child .unitdetailscont table {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  width: 440px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.fpselectunit .fpselectunit-child .unitdetailscont table td {
  padding: 5px 0;
}
.fpselectunit .fpselectunit-child .unitdetailscont table .tabletextalignright {
  text-align: right;
  width: 28%;
}
.fpselectunit .fpselectunit-child .unitdetailscont table .floorbalcony {
  font-size: 13px;
  width: 16%;
}
.fpselectunit .fpselectunit-child .unitdetailscont table sup {
  font-size: 10px;
}
.fpselectunit .fpselectunit-child .unitdetailscontActive {
  display: block;
}
.flatunit {
  stroke: #4a5e68;
  fill: #fff;
  cursor: pointer;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.flatunit:hover,
.flatunit.flatunitactive,
.flatunit#flatunitactive {
  fill: #00c2da;
}
.viewpopup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 50%;
  margin-left: -50%;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.viewpopupslider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.viewpopupslider .closeviewpopup {
  position: absolute;
  z-index: 999999;
  top: 20px;
  right: 20px;
  background: none;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;

  font-weight: 800;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.floor-plan-svg {
  display: none;
}
.floor-plan-svg.floor-plan-svg-active {
  display: block;
}

.ss-buttons button {
  background-color: transparent;
  border: solid 1px;
}
.overlayblack {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 1440px) {
  .fpdisplaycont .fpselectunit {
    left: 20%;
  }
}
@media (max-width: 1439px) {
  .fpdisplaycont .fpselectunit {
    right: 35%;
  }
  .fpdisplaycont .fpunit {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .fpselectflooor,
  .fpselectunit,
  .fpunit {
    position: static;
    float: left;
    display: block !important;
    width: 100%;
    min-height: inherit;
  }
  .fpselectflooor .virtablechild,
  .fpselectunit .virtablechild,
  .fpunit .virtablechild {
    display: block;
    height: auto;
  }
  .ss-buttons {
    display: block;
  }

  .fpcont .fpselectflooor {
    background-image: url("../images/buildingbg.jpg");
    width: 100%;
  }
  .fpcont .fpselectflooor .overlayblack {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .fpcont .fpselectflooor svg {
    height: 100%;
  }
  .fpcont .fpselectunit {
    display: none !important;
  }
  .fpcont .buildingbg {
    display: none !important;
    width: 100%;
  }
  .fpdisplaycont-ss .fpselectflooor {
    display: none !important;
  }
  .fpdisplaycont-ss .fpselectunit {
    display: none !important;
    width: 100%;
    right: auto;
    background: #4a5e68;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
  }
  .fpdisplaycont-ss .fpselectunit .floorplanmap > svg {
    height: auto;
    max-height: 100%;
  }
  .fpdisplaycont-ss .fpselectunit div svg {
    height: 100%;
  }
  .fpdisplaycont-ss .fpselectunit.fpselectunitActive {
    display: block !important;
  }
  .fpdisplaycont-ss .fpselectunit.slide {
    display: none !important;
  }
  .fpdisplaycont-ss .fpselectunit .fpselectunit-child {
    padding: 0 10px;
  }
  .fpdisplaycont-ss .buildingbg.buildingbggray {
    display: block !important;
  }
  .fpdisplaycont-ss .buildingbg .zoom {
    height: auto;
    min-height: inherit;
  }
  .down-view {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .fpselectflooor,
  .fpselectunit,
  .fpunit {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .fpselectunit {
    padding-top: 80px;
  }
  .fpselectunit .fpselectunit-child h4 {
    margin-bottom: 25px;
  }
  .fpselectunit .fpselectunit-child .unitdetailscont {
    margin-top: 5%;
  }
  .buildingbg .zoom img {
    width: 125px;
  }
}
@media (max-width: 568px) {
  .ss-buttons button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .ss-buttons {
    padding: 0 5px;
  }
  .ss-buttons button {
    height: 24px;
    line-height: 24px;
    width: 140px;
  }
  .ss-buttons button:first-child {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .fpunit .ss-buttons button {
    width: 160px;
  }
}

@media (min-width: 1024px) {
  .fpcont.firstsec.fpselectcont.graybg.clearfix {
    min-height: 904px;
  }
}
