.leaflet-container{
	width: 50%;
	height: 79% !important;
}
.navbar-default,.search-filter{
	position: fixed;
	width: 100%;
}
.navbar-default{
  z-index: 999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-filter {
  z-index: 100;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05);
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
  border-top: 1px solid #eee;
}
.search-datepicker{
  z-index: 9999 !important;
}
.search-listing{
  padding-top: 65px;
}
.leaflet-container a.leaflet-popup-close-button{
  right: -2px;
  top: -2px;
}
.div-wrapper .small-card-detail .bottom-card-text{
  text-align: right;
}
.leaflet-popup-content-wrapper .carousel-inner{
  margin-bottom: 0;
}
.search-google-map-popup .carousel-inner{
    margin-bottom:0;
}
.search-google-map-popup h4{
  clear: both;
  font-size: 14px;
  margin: 0 0 4px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-wrapper .small-card-detail .bottom-card-text{
  padding: 0;
}
.small-card-img{
  margin: 0;
  height: 200px;
  position: relative;
}
.small-card-img img{
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;  
}
.leaflet-popup-content .carousel-control{
  top: 42.888%;
}

.room_left {
    float: left;
    width: 50%;
}
.room_right {
    float: right;
    width: 50%;
}

.room_group:after {
    content:"";
    display: table;
    clear: both;
}

#map-slider{

}
#map-slider .carousel-inner{
  margin-bottom: 0;
}
#map-slider .div-wrapper{
  width: 100%;
}
#map-slider {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}
.div-wrapper .small-card-img img{
  width: 100%;
  height: 100%;
}
.map-popup-content {
  padding: 16px;
  position: relative;
  padding-top: 16px;
}
.map-popup-place{
  width: 100%;
  line-height: 18px;
}
.map-popup-place h4{
  color: rgba(0,0,0,0.89);
  font-size: 18px; /* change the font size same as search card place name */
  font-weight: 400; /* change the font weight same as search card place name */
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 2px;
}

.map-popup-place .instruments{
  color: rgba(0,0,0,0.54);
  font-weight: 600;
  font-size: 15px;
  font-family: "Nunito Sans";
}


.map-popup-price{
  position: absolute;
  top: -20px;
  background-color: #187aed;
  border-radius: 10000px;
  right: 16px;
  padding: 10px 18px;
  color: #fff;
  z-index: 99;
  font-size: 14px;
  font-family: "Nunito Sans";
  font-weight: 400;
  font-style: italic;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 3px 10px rgba(24,122,237,0.5);
  box-shadow: 0px 3px 10px rgba(24,122,237,0.5);
}
.small-card-detail{
  clear: both;
}
.small-card-detail h4{
  margin: 0;
  font-size: 14px;/* change the font size same as search card room title */
  font-weight: 500;/* change the font weight same as search card room title */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;  
  float: left;  
}
#map-slider .carousel-control{
  bottom: 8px;
  top: auto;
}
#map-slider .carousel-control.left{
  width: 4px;
  left: 20px;
}
#map-slider .carousel-control.right{
  width: unset;
  right: 35px;
}

#map-slider .carousel-control.right .glyphicon{
    margin: -7px -20px 0;
}

#map-slider .carousel-control .glyphicon-chevron-left,#map-slider .carousel-control.right,.carousel-control .glyphicon-chevron-right{
  text-shadow:none;
  color: #1d2129;
  font-size: 15px;
}
#map-slider .carousel-control.right, #map-slider .carousel-control .glyphicon-chevron-right{
  font-size: 16px;
  font-weight: 300;
}
#map-slider .carousel-control.right:hover, #map-slider .carousel-control.right:hover .glyphicon-chevron-right{
  color: #1d2129;
}
#map-slider .carousel-control.left:hover .glyphicon-chevron-left{
  color: #187AED;
}
#map-slider .carousel-control .glyphicon-chevron-left{
  margin: -16px 0 0;
  text-align: left;
}
#map-slider .carousel-control .glyphicon-chevron-right{
  right: 0;
  width: 15px;
  margin: -6px 0 0;
  height: auto;
  font-size: 15px;
}
.gm-style-iw {
  width: 350px !important;
 top: 24px !important; // move the infowindow 15px down
 left: 0 !important;
 background-color: #fff;
 -webkit-box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
 box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
 border-radius: 5px;
}

.search-card-listing{

}

.pilot_city_info_card{
    border-radius: 10px;
    width: 100%;
    display: flex;
    padding: 48px 32px;
}

.pilot_city_info_card .image_holder{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.pilot_city_info_card .note-bubble{
    background-color: white;
    width: 8rem;
    height: 8rem;
    border-radius: 8rem;
    padding: 2.1rem;
    margin: 0 auto;
}

.pilot_city_info_card .note-bubble img{
  height: 100%;
  width: auto;
  transform: rotate(15deg);
}

.pilot_city_info_card h1{
    color: rgba(0,0,0,0.89);
    margin-top: 0;
    margin-bottom: 32px;
}

.pilot_city_info_card p{
    color: rgba(0,0,0,0.54);
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

.pilot_city_info_card p span{
    color: #187aed;
    font-style: italic;
    font-weight: 600;
}

@media (max-width: 768px){
    .pilot_city_info_card {
        display: unset;
    }
    .pilot_city_info_card .note-bubble{
        margin-bottom: 48px;
    }
    .pilot_city_info_card h1{
        text-align: center;
    }
}

.no_results_notice{
    width: 100%;
    padding: 48px;
    border-radius: 10px;
}

.no_results_notice h1{
    font-size: 20px;
    text-align: center;
}

@media all and (max-width: 1100px) {
    .room_left,
    .room_right {
        float: none;
        width: auto;
    }
}



@media all and (min-width: 991px) and (max-width: 1400px) { 
  .leaflet-container{
    height:90% !important;
  }
  .map-popup-place h4 {
      font-size: 17px;
  }
}
@media all and (min-width: 992px) and (max-width: 1300px) { 
  .search-listing-left .search-listing-result-location span{
    padding: 0;
    position: static;
    min-width: 0;
    margin-left: -7px !important;
  }
  .search-listing-result-location,.search-listing-left ul.booking-list-top-nav{
    margin-left: 0;
  }
  .search-listing-inner{
    padding: 30px 0;
    margin-left: 0;
  }
  .map-popup-place h4 {
      font-size: 16px;
  }
  .small-card-img {
      height: 190px;
  }
  .map-popup-content {
      padding: 14px;
  }
}
@media all and (max-width: 1200px) {
  .small-card-img {
      height: 180px;
  }
  .map-popup-content {
      padding: 12px;
  }
}
@media all and (max-width: 1100px) {
  .small-card-img {
      height: 170px;
  }
  .map-popup-content {
      padding: 10px;
  }
}
@media all and (max-width: 1024px){
  .search-listing {
    padding-top: 200px;
  }
  .small-card-img {
      height: 160px;
  }
  .map-popup-content {
      padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px){
  .small-card-img {
      height: 150px;
  }
  .map-popup-content {
      padding: 6px;
  }
  .map-popup-place h4 {
      font-size: 14px;
  }
}
@media all and (min-width: 1400px){
  .leaflet-container{
    height:90% !important; 
  }
}
@media all and (min-width: 2100px){
  .leaflet-container{
    height:94% !important; 
  }
}
@media all and (min-width: 768px) and (max-width: 991px) { 
  .search-listing{
    padding-top: 200px;
  }
  .leaflet-container {
    height: 85% !important;
  }
}
@media all and (max-width:767px) { 
  .navbar-default,.search-filter{
    position: static;
  }
  .search-filter,.search-listing{
    padding-top: 0;
    margin-top: 0
  }
  .leaflet-container{
    width: 100%;
  }
  body{
    margin-bottom: 120px !important;
  }
}

.search-loader {
    display: block;
    text-align: center;
}
