


  /* Optional: Makes the sample page fill the window. */
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  body {
    font-family: 'LatoWeb', sans-serif;
    margin: 0;
    font-size: 16px;
    width:100%;
    height:100%;
    overflow: hidden;

  }
  .mapContainer {
    width:100%;
    height:100%;
    overflow: hidden;
  }

  #map,#mapid,#mapLeaf {
    position: absolute;
    width: 100%;
height: 100%;
  margin: 0 auto;
  right:0;
top:50%;

transform: translateY(-50%);
  }

/*
  .marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
    }
  .marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
    }

  .marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
    }
  .marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6);
    }

  .marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
    }
  .marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6);
    }
*/
  .marker-cluster {
    background-clip: padding-box;
    border-radius: 999px;
    background-color: #E64717;
     transition: all .2s ease-in-out;

    }
  .marker-cluster div {
    background-color: white;
    width: 36px;
  height: 36px;
  margin-left: 2px;
  margin-top: 2px;
    text-align: center;
    border-radius: 999px;
    font-size: 14px;
    transform: scale(1);
    transition: all .2s ease-in-out;



    }
  .marker-cluster span {
    line-height: 36px;
    color:#222222;
    transition: all .2s ease-in-out;

    }

.marker-cluster:hover {
  background-color: #E64717;
  transition: all .2s ease-in-out;

}
.marker-cluster:hover div{
transform: scale(2);
transition: all .2s ease-in-out;

}


.leaflet-zoom-animated g *{
fill:rgba(240, 90, 45, 0.4);
stroke:rgba(240, 90, 45, 1);
stroke-width:3;
opacity: 1;
}


    .infoContainer {
      position: absolute;
      top: 50%;
      left:auto;
      right:20px;
      width:20%;
      min-width: 300px;
      max-width: 350px;
      height:auto;
      z-index: 99;
    background: white;
    transform: translate(120%,-50%);
    transition: all .5s ease-in-out;
    }
    .infoContainer.active {
      transform: translate(0%,-50%);
      transition: all .5s ease-in-out;
    }



    .infoWindow{
      padding:20px 20px;

    }
h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 100;
}
    h2 {
      font-size: 27px;
    }
    .price {
      font-size: 21px;
    }
    .infoWindow .objPicture{
          background-color: #ececec;
      width:100%;
      height:200px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
.noImg {
background:#ececec;
}

    .button {
      cursor: pointer;
  background-color: #E64717 ;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin-top: 20px;
  border: 0 ;
  border-radius: 0 ;
  display: block;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  min-height: 27px;
  color: #fff ;
  width: 100%;
  padding: 10px 0;
  height: auto ;
    }
    .button:hover {
background-color: #CA3E14 ;
    }
.close {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
color: black;
border: none;
font-size: 21px;
line-height: 1;
background: none;
padding: 0px 4px;
outline: none;
}
.close:hover,.close:focus {
color:#E64717;
outline: none;

}


.filterBar {
  background: rgba(255, 255, 255, 0.75);
margin: 20px 0;
padding: 12px 11px 0px;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width:auto;
z-index: 999;
display: none;
}
.filterBar.active {
  display: block;
}

select, input[type="text"], input[type="submit"],
input[type="password"], input[type="date"],
input[type="datetime"], input[type="email"],
input[type="number"], input[type="search"],
input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none;
    background-color: white;
    border: 1px solid #ececec;
    border-radius: 0px!important;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0 6px;
    height: 32px;

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

select {
  width: 70px;

}
input {
max-width:50px;

}
input[type="submit"]{
  width: 100px;
  max-width:150px;

}
label {
  color:rgba(0,0,0,0.9);
  font-size: 12px;
  padding:4px 4px;
  display: block;
  font-weight: bold;
  //background: white;
  width:auto;
}
.formContent {
  display: inline-block;
  padding:0 5px;
  float: left;
}
.toggleBtn {
display: none;
}
@media screen and (max-width:640px){
  .formContent {
    float: none;
    display: block;
    width:100%;
  padding: 0;
  }
  .formContent select, .formContent input{
    width:100%;
    max-width: 100%;
        padding: 0;
            margin: 0;
                max-width: auto;
  }
  .close {
      font-size: 51px;
          padding: 0px 18px;
  }
  .toggleBtn {
    cursor: pointer;
    top: auto;
    bottom:0;
    right: -30px;
    position: absolute;
    width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent white;
display: block;
transform: scaleX(1);
transition: all .5s ease-in-out;

  }
  .toggleBtn.mactive {
    border-color: transparent transparent transparent #E64717;
    transition: all .5s ease-in-out;
    right: 0px;
    top:auto;
    bottom: calc(100% - 40px);
    transform: scaleX(-1);
  }
  .toggleBtn:hover {
    border-color: transparent transparent transparent #CA3E14;

  }
  .filterBar {
    background: rgba(255, 255, 255, 0.6);
    width:auto;
    max-width: 30%;
   min-width: 0;
    top:auto;
    bottom:0;
    left: 0;
    //transform: translate(-100%,0%);
    margin:0;
    padding:20px;

  }
  .filterBar.active{
      transform: translate(0%,0%);

  }

  .infoWindow{
    padding:50px 20px 20px;

  }
  .infoContainer {
    top:0;
    transform: translate(120%,-50%);

         max-height: 100%;
    overflow: auto;
    min-width: 200px;
    right:0;
    width:100%;
    z-index: 9999;
  }
  .infoContainer.active {
    top:0;
transform: translate(0%,0%);   }
  input[type="submit"]{
    margin-top: 10px;

  }
  input[type="submit"]:hover{

  }
}

.filterBar.active {
  display: block;
}

  input[type="submit"]{
    width: 100%;
    max-width:640px;

  }

  input[type="submit"]{
    transition: all .2s ease-in-out;
cursor: pointer;
    color:#222222;
    border:2px solid #E64717;
  }
  input[type="submit"]:hover{
    transition: all .2s ease-in-out;
    background: #E64717;
    color:white;
  }


.closeBtn {
  position: fixed;
  top:20px;
  right:20px;
z-index: 999;

}
.closeBtn a {
    padding: 0px 10px 2px;
    background: rgba(255,255,255,0.6);
  color:black;
  line-height: 1;
  text-decoration: none;
  font-size: 30px;
}
.closeBtn:hover a {
  background: rgba(255,255,255,1);
  color:#E64717;
}






















//
