@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);


.shadow-5 {
  box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12);
}

.shadow-4 {
  box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
              0 2px 2px rgba(0,0,0,0.15), 
              0 4px 4px rgba(0,0,0,0.15), 
              0 8px 8px rgba(0,0,0,0.15);
}
.shadow-6 {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 8px 8px rgba(0,0,0,0.11), 
              0 16px 16px rgba(0,0,0,0.11), 
              0 32px 32px rgba(0,0,0,0.11);
}

.blog-shadow-sharp {
  box-shadow: 0 1px 1px rgba(0,0,0,0.25), 
              0 2px 2px rgba(0,0,0,0.20), 
              0 4px 4px rgba(0,0,0,0.15), 
              0 8px 8px rgba(0,0,0,0.10),
              0 16px 16px rgba(0,0,0,0.05);
}
.blog-shadow-diffuse {
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.16), 
                0 8px 8px rgba(0,0,0,0.20);
}

.blog-shadow-dreamy {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}

.shadow-shorter {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
}
.shadow-longer {
  box-shadow: 0 2px 1px rgba(0,0,0,0.09), 
              0 4px 2px rgba(0,0,0,0.09), 
              0 8px 4px rgba(0,0,0,0.09), 
              0 16px 8px rgba(0,0,0,0.09),
              0 32px 16px rgba(0,0,0,0.09);
}

.jkb-search-input {
  flex-basis: 100%;
  display: inline-block;
  padding-left: calc(33px / 3);
  padding-right: calc(33px / 3);
  background-color: #ECEEEF;
  border: none;
  height: 30px;
  font-size: 14px;
}
 .search-button {
   display: flex;
   height: 30px;
   width: 30px;
   align-items: center;
   justify-content: center;
 }

 .icon-button{
  font-size: 15px;
   text-align: center;
  display: inline-block;
 }

ul.jkb-property-cards>li {
  -webkit-box-flex: 0;
    padding: 10px;

  flex: 0 0 25%;
}

.jkb-photo__wrap {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
    background-color: #999;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.jkb-photo-overlay {
  position: absolute;
  top: 10px;
  left: 16px;
  right: 16px;
  
}

.jkb-overlay-price {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 16px;
  color: white;
  font-size: 30px;
  font-weight: 900;
}

.det-bold {
  font-weight: 700;
  font-size: 15px;
}

.jkb-backup-offer {
  background-color: #FC6620;
  color: white;
  font-size: 11px;
  padding: 4px;
  font-weight: 500;
}


.jkb-listing-img {
  
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%,-50%);
    width: 100%;
    color: transparent;
    vertical-align: middle;
}
.property-list-display ul {
  list-style-type: none;
  display: flex;
  max-width: 100%;
  margin: 0;
  padding: 10px;
  flex-wrap: wrap;
}

 .property-list-display {
   
   margin-top: -150px;
 }
 .jkb-property-box-detail {
   font-size: 14px;
   font-family:  Roboto,sans-serif;
   padding: 10px;
   font-weight: 400;
   
 }
 .jkb-property-card {
   position: relative;
   color: #333;
   transition: box-shadow .3s;
   background-color: #fff;
   padding: 0;
   
  
 }
.pac-icon {
  display: none;
}

.pac-container {
  z-index: 999999999!important;
 
}


.jkb-list-price {
  font-size: 24px;
  font-weight: 700 ;
  
}
.jkb-days-on-market {
  padding-top: 7px;
  float: right;
  font-size: 10px;
  vertical-align: bottom;
}

.jkb-sub-container {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 15px;
  border: 1px solid grey!important;
  height: 300px;
  width: 160px;
  border-radius: 0;
}
.sel-hdr {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 600;
}
.sel-items {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
#min-price-cnt {
  display: none;
}

.sel-bed-bath {
  width: 100px!important;
}
.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 120px;
}
.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  
  
  font-family: "Roboto", sans-serif;
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 300;
  color: grey;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid grey;
  border-radius: 3px;
}
.custom-options {
  position: absolute;
  display: block;
  margin-top: 10px;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #fafafa;
  border-top: 0;
  background: #fafafa;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
              0 2px 2px rgba(0,0,0,0.15), 
              0 4px 4px rgba(0,0,0,0.15), 
              0 8px 8px rgba(0,0,0,0.15);
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 10px 0 10px;
  font-size: 15x;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.5s;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}

.custom-checkbox {
  position: relative;
  
}


.checkbox-header {
  width: 110px;
  position: relative;
  border: 1px solid grey;
  font-family: "Roboto", sans-serif;
  padding: 0 10px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
   font-size: 15px;
   font-weight: 300;
   color: grey;
   height: 30px;
   line-height: 30px;
  cursor: pointer;
}

#chk_bedrooms_options {
  visibility: hidden;
}

#chk_bathrooms_options {
  visibility: hidden;
}

.custom-checkbox-options {
  display: block;
  margin-top: 10px!important;
  list-style: none;
  align-items: left;
  
  top: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  border: 1px solid #fafafa;
  z-index: 9999!important;
  line-height: 27px;
  cursor: pointer;
  padding: 10px 0 10px 0!important;
  background-color: #fafafa;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
              0 2px 2px rgba(0,0,0,0.15), 
              0 4px 4px rgba(0,0,0,0.15), 
              0 8px 8px rgba(0,0,0,0.15);
}

.more-cities-options {
  width: 200px;
  
}

.custom-checkbox-options li {
  
  font-family: "Roboto", sans-serif;
  
  position: relative;
  display: block;
  font-size: 15x;
  font-weight: 300;
  color: #3b3b3b;
  padding: 0 8px 0 8px;
}
.custom-checkbox-options li:hover {
  cursor: pointer;
   background-color: #b2b2b2;
  
}
.more-cities-options label {
  
    margin: 0px 20px 0px 3px;
 
}

.p1-hdr {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #1a202c;
}

.p1-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1a202c;
  
}

.p1-desc-right .p1-desc {
  padding-left: 20px;
  text-align: center;
}

.p1-features ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #333333;
  padding: 3px;
}

/* Position the image container (needed to position the left and right arrows) */

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  width: 100%;
  height: 480px;
  
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 100%;
  
    background-repeat: none;
  overflow: hidden;
  
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
  height: 100%!important;
  
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */


.img_style {
 width: 100%;
 overflow: hidden;
  
}
.row {
  width: 150%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 80px;
  height: 60px;
  padding: 6px 5px 0 0;
  overflow: hidden;
  display: none;

}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
  
}

.active,
.demo:hover {
  opacity: 1;
}