* {
  box-sizing: border-box;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;  
  color: #808080;   
}
body{
  margin: 0;
}

            /* #Typography
  ================================================== */
/*  h1, h2, h3, h4, h5, h6 {
              color: #333333;
              font-family: 'Lora', serif;
              font-weight: normal; }*/
            h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
            h1 { font-size: 46px; line-height: 50px; margin: 21px 0;}
            h2 { font-size: 35px; line-height: 40px; margin: 21px 0;}
            h3, h3 a { font-size: 28px; line-height: 34px; margin: 14px 0;}
            h4, h4 a { font-size: 21px; line-height: 30px; margin: 14px 0;}
            h5 { font-size: 17px; line-height: 24px; margin: 14px 0 0 0;}
            h6 { font-size: 14px; line-height: 21px; margin: 10px 0;}


      /*    ================================================== */

ul{list-style: none outside;}

.wrapper{ 
  display: flex;  
  justify-content: center;
  overflow: hidden; 
  height: 100%; 
}
.wrapper>*{
  display: flex;
  }

.center{ /*container and footer*/
  align-items: center;
  width: 100vw;
  /*max-width:1000px;*/
  flex-direction: column;
  border: 1px solid #333;
  
  
}

.container{ /*map and popup*/
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
}

#map,.col-main{
  width: 75%;  
}

.full-width{width: 100%;}
.full-height{height: 100%;}

.centerContent{
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}


.col-side,#sidebar,.fnav{
  width: 25%;
  min-width: 280px;
 /* max-width: 300px;    */
}
#btnAcc{ display: none; }

#popup{position: absolute;outline: solid 1px #333;background: white;padding: 5px;width: 280px; top:20px; left:20px;z-index: 5;}
.inline{
  display: inline-flex;
}

.relative {
  position: relative;
}
.absolute{
  position: absolute;
}
.right {
  float: right;
}
.left {
   float: left;
}
.absolute a{text-decoration: none;}
.btn{
  font-size: 14px;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #bd6228;
  padding: 10px;
  margin: 5px ;
  display: inline-flex;
  color: #bd6228;
  cursor: pointer;
}
.btn2{
  font-size: 12px;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #bd6228;
  padding: 5px;
  margin: 5px ;
  display: inline-flex;
  color: #bd6228;
  cursor: pointer;
}
#svg1{
  height: 100%;
  width: 100%;
  padding: 10px;
}

#btnClose{float: left;margin: -3px 0 3px 0; background-color: white;font-size: 14px;}
#btnClose:hover{background: #a8a8a8; color: white;}

.title{
  background-color:#bd6228;
  color: #fff; 
  font-size: 17px; 
  border:solid #bd6228 2px; 
  text-transform:uppercase;
  margin: 20px 10px 5px 10px;  /*1.6rem 0.5rem;*/
  font-weight: bold;
  padding: 5px;
  line-height: 1.2;
  letter-spacing: 1px;
}

#selectFloor{
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  justify-content: flex-start;
 padding-inline-start:0;
  margin: 5px 0;
  flex-direction: row;
}
/*.relative>* {transition: all .1s ease-in-out .1s, visibility 0s linear 2s, z-index 0s linear 0.01s; }*/
#selectFloor li {
  width: 40px;
  background-color: #bd6228;  
  margin: 0 5px 5px 0;  
  justify-content: center;
}
#selectFloor[datafloor="floor1"] li:nth-child(2),
#selectFloor[datafloor="floor2"] li:nth-child(3),
#selectFloor[datafloor="floor3"] li:nth-child(4),
#selectFloor[datafloor="all"] li:nth-child(5){
  background-color: orange;  
}

.hlist {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start; 
  margin: 10px 20px 0 10px; 
  padding: 0;
  padding-inline-start: 0px;
}
.hlist li{
  margin: 0 5px;
  padding: 5px;
  font-size: 14px;
  color: white;
  
}

.column{
   display: inline-flex;
   flex-direction: column;
   margin: 5px;
   width: 100px;
}
.col-xs-1{
    width:20%
}
.col-xs-2{
    width:16.66666667%
}
.filter button,.hlinks button{
  width: 100%;
  padding: 5px;
  border-radius: 0;
  border-width: 0 0 2px 0;
  border-bottom: solid #bd6228;
}


.filter button .arrow {
  border: solid #bd6228;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  float: right;
  padding: 3px;
}
.filter button:hover,.hlinks button:hover{
  background-color: #bd6228;
  color: white;
}

.filter button:hover .arrow{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  color: white;
}

.filter ul{
  margin: 0;
  padding: 0;
   position: absolute;
   z-index: 99;
   width: 150px;
}
.filter li{  
  line-height: 24px;
  font-size: 13px;
  display: none;
  margin-left: 5px;
  padding: 5px;
}


.filter:hover li{
 display: block;
    background: #fff;
    border-bottom: solid 1px #333;
    color: #728091;
    width: 100%;  
    height: auto; 
}
.filter li.on{
  color: orange;
  }

  #filterDropDown{display: none;}
  .category.filter>.plan{display: none;}

  .category.filter>div:first-child{
    color:  #ccc;
    border-color: #ccc;
  }
  .category.filter>div:first-child:after{
    content: "-";
    float:  right;
  }



  .filter{width: 50%;}
  .filter: hover li{display: block;}
  .filter ul{left:60%; top: 0}
  .filter button{text-align: initial;}
  
  .filterLabel{display: inline-flex;}

#containerFilter>*,.container nav>*{display: inline-block;}
#containerFilter .btn, #containerFilter ul{
  margin-bottom: 0;
  padding: 0;
}


  #dtours+div>#btnTour,#dtours+div>#btnTTour{
    display: none;
    }
#dtours.pending+div>#btnTour,#dtours.touring+div>#btnTTour{
  display: block;
}
.btn.orange {
  background: #bd6228;
  color: white;
  border-bottom: 2px solid #333;  
  }

.outline: {border: 2px solid #333;font-weight: bold;}
.relative li:hover {
  background: #bd6228;
  color: white;
  }
  .relative li>div:first-child{
    border-bottom: 1px solid #fff;    
  }
  .relative li>div {
    padding: 2px;
    text-align: center;
    margin: 0 2px;
    color: #fff !important;
  }
    div.on,.missing{
    background-color: rgba(120, 170, 184, 0.5);
  }

  .off, .unit-row.off{
    display: none !important;
  }
.unit-row{
  line-height: 20px;
  display: inline-flex;
  width: 100%;
}
.amenity-row{
  line-height: 20px;
  display: inline-flex;
  min-width: 50%;
}
  .amenity-row>div{padding: 2px;}
  .unit-row>div{display: inline-flex; padding: 2px; cursor: pointer; align-items: center; }
  .unit-row>div>div,.amenity-row>div,.mlr5{margin: 0 5px;} 
  /*idth:23%;{display:inline-grid;grid-template-columns: repeat(4, 1fr);cursor: pointer;}*/
  /*#contentPopUp[datafloor="all"] .unit-row>div{display:grid;grid-template-columns: repeat(5, 1fr);cursor: pointer;}*/
  .unit-row>div>div:last-child{float: right;}
  /*{display: inline-flex;min-width: 30px;margin-left: 5px;cursor: pointer;}*/
  .unit-row.off,#noMatches.off{display: none !important;}
  .category{padding: 5px;transition: 0.4s}

  .category.filter>.plan{display: none;}
  .mlr10{margin: 0 10px;}
  .mlr5{margin: 0 5px;}
  .m10{margin: 10px;}
  .ml20{margin-left: 20px;}
  .mb10{margin-bottom: 10px;}
  /*.plan .desc{display:flex;}*/
  .unit-row .unit:before {content: "#";}
  .unit-row .sf:after {content: "\00a0\00a0SF ";}
  .unit-row .rent:before {content: "$";}
  .unit-row .bldg:before {content: "Bldg.";}
  .unit-row .floor:before {content: "Floor";}
/*  .unit-row .floor{display: none;}*/
  .link, .link>div {
    color: #bd6228;
    z-index: 100;
  }


#sidebar[datafloor="floor1"] div[datafloor]:not([datafloor="floor1"]) {
 display: none;
}
#sidebar[datafloor="floor2"] div[datafloor]:not([datafloor="floor2"]) {
 display: none;
}
#sidebar[datafloor="floor3"] div[datafloor]:not([datafloor="floor3"]) {
 display: none;
}

  .details{
    color: #999;
    font-style: italic;
    font-size: 12px;
    cursor: pointer;
    float: right;
  }

.full{
  grid-column-start: 1;
    grid-column-end: 5;
}
svg{
  width:100%;
  height:100%;
}

.btnPath,.icon{  
  background-repeat: no-repeat;
  height: 20px;
  width: 18px;
  background-image: url(../images/icons/icon-pin-off-dk.svg);
  margin: 0 5px;
  }

  .btnPath.demo, .apath {
    background-image: url(../images/icons/icon-pin-off.svg);
  }
  #dtours .btnPath, .btnPath.blue{
    background-image: url(../images/icons/icon-pin-dk.svg);
  }
 
/*  .btnPath.path[datacircle]{
    background-image: url(../images/icons/icon-pin3.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 16px;
    margin: 0 5px;     
    }

  .btnPath.path[datacircle]:after {
          content: attr(datacircle); 
          color: white;
          font-weight: bold;
          margin: 0 3px;
    } */
    .apath{width: 50%;display: inline-flex;}
    .apath >*{display: inline-flex;padding: 2px;line-height: 24px;align-items: center;}
    .apath .name{margin: 0 5px; }
  .amenity .apath .name{display: none; }

  #dtours {
    counter-reset: tour; 
  }

  #dtours .btnPath::before {
    counter-increment: tour;
    content: counter(tour);
    color: white;
    font-weight: bold;
    margin: -2px 4px;
    font-size: 10px;
  }
  

div.ugrid {
 display: grid;
 grid-template-columns: repeat(2 1fr);             
 }

  .ugrid >div{
    margin: 0 5px;
    padding: 5px;
  }
  .ugrid .full{
    grid-column-start: 1;
      grid-column-end: 3;
  }

  .zoomBkg{
    position: absolute;
    top: 40%;
    right: 10px; 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .zoomBkg>*{
    background-color: #aaa; 
    border: 1px solid #fff;  
    width: 30px;
    height: 30px;
    color: #fff;  
    cursor: pointer;
  }
  .zoomBkg>div:hover{
    background-color: #888;
    
  }
  .zbox{  
    font-size: 21px;
    font-weight: bold;  
    text-align: center;  
  }
  .icon-camera{
      background-image: url(../images/icons/icon-camera.svg);
      background-repeat: no-repeat;  
      padding: 0 15px 5px 5px;
  }



  .icon-star{
      background-image: url(../images/icons/icon-star.svg);
      background-repeat: no-repeat;  
      width: 31px;
      height: 31px;  
      display: inline-flex;
  }
   
  .containerStars[datavalue="star3"] .icon-star:nth-child(-n+4),.containerStars[datavalue="star4"] .icon-star:nth-child(-n+5),
.containerStars[datavalue="star2"] .icon-star:nth-child(-n+3),.containerStars[datavalue="star1"] .icon-star:nth-child(-n+2),.containerStars[datavalue="star5"] .icon-star
  {
    background-image: url(../images/icons/icon-star-checked.svg);
  }


  .icon-refresh{
      background-image: url(../images/icons/icon-refresh.svg);
      background-repeat: no-repeat;    
  }
  .icon-msg{
      background-image: url(../images/icons/icon-msg.svg);
      background-repeat: no-repeat;
      background-position: right; 
      
      background-color: #aaa; 
      border: 1px solid #fff;  
  }
  .icon-msg div{display: none;color: #fff; padding: 5px; }
  .icon-msg.wide,.icon-msg:hover{
      width: 135px !important;
  }
  .icon-msg.wide div,.icon-msg:hover div{display: block;}

  #sidebar{
    height: 95vh;
    overflow-y: scroll;
    padding: 5px;
  }

  #sidebar::-webkit-scrollbar-thumb {
    background: #bd6228;
    border-radius: 10px;
  }
  #sidebar::-webkit-scrollbar-thumb {
    background: #bd6228;
    border-radius: 10px;
  }
  #sidebar::-webkit-scrollbar {
    width: 10px;
  }

  .containerStars input{
    width:100%;
    border:none;
    height:41px;
    padding:12px;
    text-transform:inherit;
      margin-bottom: 10px;
      background-color: #fff;
      color: #000;
      box-shadow: inset 0px 2px 3px #dddddd;
      -webkit-box-shadow: inset 0px 2px 3px #dddddd;
      -moz-box-shadow: inset 0px 2px 3px #dddddd;
      border-radius: 5px;
      border: 2px solid #1e1e1e;
  }

    
  form input.area, .containerStars input:focus {
    height: 60px;
    display: block;
  }
#followMe{display: none;}

#followMe:before {content: "Show\00a0\00a0";}
#followMe.track:before{content: "Showing\00a0\00a0"}
#followMe.track{color: white; background: #bd6228}
#followMe+div{display: none;}
#followMe.track+div{display: block;}


  @media screen and (max-width: 700px) {
    .container{
          flex-direction: column-reverse;
          margin-bottom: 10px;
        }
/*    #dtours.touring+div>#btnTTour{
      background: lightblue;
      display: none;
    }*/
    #followMe{
      display: inline-flex;
      justify-content: center;
    }

    #map,.col-main,#sidebar{
       width: 100%;
       height: auto;       
    }

    #svg1{
      width: 100vw;
      height: 90vh;
      padding: 0;
    }
    #btnAcc{
      display: inline-flex;
    }
    .sbPContainer{position: absolute;}
    .col-xs-2{width: 100%;}

    
    #sidebar>div{
      padding: 0 10px;
    }
    .center{
      height: auto;
    }

    #popup{top:20px; left:20px}
    .zoomBkg{
    right: auto; 
  }

    .hlist{display: none;}

    #filterDropDown,{
      font-size: 14px;
      font-weight: bold;
      border-bottom: 2px solid #bd6228;
      padding: 5px;
      margin: 15px 5px ;
      display: inline-flex;
    }

     #filterDropDown: hover{
      border-bottom: 2px solid #333;
      background-color: #92bf92;
      color: #fff;
    }

    .col-main.open button{width: 60%;}
    .filter{width: 50%;}
    .filter: hover li{display: block;}
    .filter ul{left:60%; top: 0}
    .filter button{text-align: initial;}
    
    .filterLabel{display: inline-flex;}
    .col-main.open div{display: block;}

    .panel2 {
      padding: 0 10px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease-out;
    }

    
}

  .gprev, .gnext {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 10px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 2px 2px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.3);
  }

  .gnext {
    right: 5px;
    border-radius: 2px 0 0 2px;
  }
  .gprev{
   left: 5px;
  }
  .gprev:hover, .gnext:hover {
    background-color: rgba(0,0,0,0.6);
  }

.pad10{
  padding: 10px;
}
.addMarker{font-size: 14px; font-weight: bold; color: #52AAC7; margin: 0 3px;}






#sidebar div#tours .unit-row .floor{
 display: block;
}



#tours .row[databldg]:before{content: "Bldg " attr(databldg);}

.pImg img,#popup img, #popup .imgContainer{
  width: 100%;
  padding: 10px; 
  background-repeat: no-repeat;
}

.imgS1,.imgAspire{  
  height: 180px;
  background: url(https://medialibrarycf.entrata.com/13938/MLv3/4/23/2022/3/22/4244/58d444b63a22a771.jpg); 
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;


}
.imgS2,.imgAllure{
  background: url("https://medialibrarycf.entrata.com/13938/MLv3/4/23/2022/3/22/4245/58d444f8cc5bc222.jpg");
  height: 180px;
  background-size: contain;
}
.imgA1,.imgAllegre{  
  background: url("https://medialibrarycf.entrata.com/13938/MLv3/4/23/2022/3/22/4246/58d44564172ac901.jpg");
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
}
.imgA2,.imgAura{
    background: url(https://medialibrarycf.entrata.com/13938/MLv3/4/23/2022/3/22/4247/58d4459861afd158.jpg);
    height: 180px;
      background-size: contain;
}
.imgB1,.imgExcite{  
  background: url("https://medialibrarycf.entrata.com/13938/MLv3/4/23/2022/3/22/4248/58d4461f0f0b8429.jpg");
  height: 180px;
    background-size: contain;
}
.imgB2,.imgElate{
  background: url("https://medialibrarycf.entrata.com/13938/MLv3/4/23/2022/3/22/4257/58f7b3c6d9ad7995.jpg") ;
  height: 180px;
  background-size: contain;
}
.imgC1,.img{  
  background: url("https://medialibrarycf.entrata.com/13938/MLv3/4/23/2022/3/22/4249/58d446a350741808.jpg");
  height: 180px;
  background-size: contain;

}
.imgC2,.imgRhapsody{
  background: url("https://medialibrarycf.entrata.com/13938/MLv3/4/23/2022/3/22/4250/58d446e0725b2201.jpg");
  height: 180px;
  background-size: contain;
}

.imgC2,.imgRadiant{
  background: url("https://medialibrarycf.entrata.com/13938/MLv3/4/23/2022/3/22/4250/58d446e0725b2201.jpg");
  height: 180px;
  background-size: contain;
}

/*--- TOUR SWITCHES ---*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;  
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/icons/icon-car.svg);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 28px;
  left: 0px;
  bottom:0;
  background-color: rgba(255, 255, 255, .7);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-image: url(../images/icons/icon-walk.svg);  
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}



.accordion {
  font-size: 14px;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #bd6228;
  padding: 10px;
  margin: 5px 5px 0 5px;
  display: inline-flex;
  color: #bd6228;
  cursor: pointer;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ddd;
}

#btnAcc:after {
  content: '\002B';
  color: #bd6228;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#btnAcc.active:after {
  content: "\2212";
}

.panel {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-out;
}
#btnAcc.active + .panel{  
  overflow: visible;
  background: rgba(255, 255, 255, 0.85);

}

.dot2 {
  height: 20px;
  width: 20px;
  background-color: #0B90E1;
  border-radius: 50%;
  display: inline-block;
}

 .dot { 
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #0B90E1;
  border: 1.5px solid black;
  
  background-clip: content-box;
  }

