@import url('css/bootstrap-grid.css');
/*--------------------------------------------------------------
# Bootstrap ASTRA Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com)
 */

.ast-container {
  max-width: 100%;
}

.ast-container-fluid, .ast-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.ast-container-fluid::after, .ast-container::after {
  content: "";
  display: table;
  clear: both;
}

.ast-col-xs-1, .ast-col-xs-2, .ast-col-xs-3, .ast-col-xs-4, .ast-col-xs-5, .ast-col-xs-6, .ast-col-xs-7, .ast-col-xs-8, .ast-col-xs-9, .ast-col-xs-10, .ast-col-xs-11, .ast-col-xs-12, .ast-col-sm-1, .ast-col-sm-2, .ast-col-sm-3, .ast-col-sm-4, .ast-col-sm-5, .ast-col-sm-6, .ast-col-sm-7, .ast-col-sm-8, .ast-col-sm-9, .ast-col-sm-10, .ast-col-sm-11, .ast-col-sm-12, .ast-col-md-1, .ast-col-md-2, .ast-col-md-3, .ast-col-md-4, .ast-col-md-5, .ast-col-md-6, .ast-col-md-7, .ast-col-md-8, .ast-col-md-9, .ast-col-md-10, .ast-col-md-11, .ast-col-md-12, .ast-col-lg-1, .ast-col-lg-2, .ast-col-lg-3, .ast-col-lg-4, .ast-col-lg-5, .ast-col-lg-6, .ast-col-lg-7, .ast-col-lg-8, .ast-col-lg-9, .ast-col-lg-10, .ast-col-lg-11, .ast-col-lg-12, .ast-col-xl-1, .ast-col-xl-2, .ast-col-xl-3, .ast-col-xl-4, .ast-col-xl-5, .ast-col-xl-6, .ast-col-xl-7, .ast-col-xl-8, .ast-col-xl-9, .ast-col-xl-10, .ast-col-xl-11, .ast-col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.ast-col-xs-1, .ast-col-xs-2, .ast-col-xs-3, .ast-col-xs-4, .ast-col-xs-5, .ast-col-xs-6, .ast-col-xs-7, .ast-col-xs-8, .ast-col-xs-9, .ast-col-xs-10, .ast-col-xs-11, .ast-col-xs-12 {
  float: left;
}

.ast-col-xs-1 {
  width: 8.3333333333%;
}

.ast-col-xs-2 {
  width: 16.6666666667%;
}

.ast-col-xs-3 {
  width: 25%;
}

.ast-col-xs-4 {
  width: 33.3333333333%;
}

.ast-col-xs-5 {
  width: 41.6666666667%;
}

.ast-col-xs-6 {
  width: 50%;
}

.ast-col-xs-7 {
  width: 58.3333333333%;
}

.ast-col-xs-8 {
  width: 66.6666666667%;
}

.ast-col-xs-9 {
  width: 75%;
}

.ast-col-xs-10 {
  width: 83.3333333333%;
}

.ast-col-xs-11 {
  width: 91.6666666667%;
}

.ast-col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .ast-col-sm-1, .ast-col-sm-2, .ast-col-sm-3, .ast-col-sm-4, .ast-col-sm-5, .ast-col-sm-6, .ast-col-sm-7, .ast-col-sm-8, .ast-col-sm-9, .ast-col-sm-10, .ast-col-sm-11, .ast-col-sm-12 {
    float: left;
  }
  .ast-col-sm-1 {
    width: 8.3333333333%;
  }
  .ast-col-sm-2 {
    width: 16.6666666667%;
  }
  .ast-col-sm-3 {
    width: 25%;
  }
  .ast-col-sm-4 {
    width: 33.3333333333%;
  }
  .ast-col-sm-5 {
    width: 41.6666666667%;
  }
  .ast-col-sm-6 {
    width: 50%;
  }
  .ast-col-sm-7 {
    width: 58.3333333333%;
  }
  .ast-col-sm-8 {
    width: 66.6666666667%;
  }
  .ast-col-sm-9 {
    width: 75%;
  }
  .ast-col-sm-10 {
    width: 83.3333333333%;
  }
  .ast-col-sm-11 {
    width: 91.6666666667%;
  }
  .ast-col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ast-col-md-1, .ast-col-md-2, .ast-col-md-3, .ast-col-md-4, .ast-col-md-5, .ast-col-md-6, .ast-col-md-7, .ast-col-md-8, .ast-col-md-9, .ast-col-md-10, .ast-col-md-11, .ast-col-md-12 {
    float: left;
  }
  .ast-col-md-1 {
    width: 8.3333333333%;
  }
  .ast-col-md-2 {
    width: 16.6666666667%;
  }
  .ast-col-md-3 {
    width: 25%;
  }
  .ast-col-md-4 {
    width: 33.3333333333%;
  }
  .ast-col-md-5 {
    width: 41.6666666667%;
  }
  .ast-col-md-6 {
    width: 50%;
  }
  .ast-col-md-7 {
    width: 58.3333333333%;
  }
  .ast-col-md-8 {
    width: 66.6666666667%;
  }
  .ast-col-md-9 {
    width: 75%;
  }
  .ast-col-md-10 {
    width: 83.3333333333%;
  }
  .ast-col-md-11 {
    width: 91.6666666667%;
  }
  .ast-col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .ast-col-lg-1, .ast-col-lg-2, .ast-col-lg-3, .ast-col-lg-4, .ast-col-lg-5, .ast-col-lg-6, .ast-col-lg-7, .ast-col-lg-8, .ast-col-lg-9, .ast-col-lg-10, .ast-col-lg-11, .ast-col-lg-12 {
    float: left;
  }
  .ast-col-lg-1 {
    width: 8.3333333333%;
  }
  .ast-col-lg-2 {
    width: 16.6666666667%;
  }
  .ast-col-lg-3 {
    width: 25%;
  }
  .ast-col-lg-4 {
    width: 33.3333333333%;
  }
  .ast-col-lg-5 {
    width: 41.6666666667%;
  }
  .ast-col-lg-6 {
    width: 50%;
  }
  .ast-col-lg-7 {
    width: 58.3333333333%;
  }
  .ast-col-lg-8 {
    width: 66.6666666667%;
  }
  .ast-col-lg-9 {
    width: 75%;
  }
  .ast-col-lg-10 {
    width: 83.3333333333%;
  }
  .ast-col-lg-11 {
    width: 91.6666666667%;
  }
  .ast-col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .ast-col-xl-1, .ast-col-xl-2, .ast-col-xl-3, .ast-col-xl-4, .ast-col-xl-5, .ast-col-xl-6, .ast-col-xl-7, .ast-col-xl-8, .ast-col-xl-9, .ast-col-xl-10, .ast-col-xl-11, .ast-col-xl-12 {
    float: left;
  }
  .ast-col-xl-1 {
    width: 8.3333333333%;
  }
  .ast-col-xl-2 {
    width: 16.6666666667%;
  }
  .ast-col-xl-3 {
    width: 25%;
  }
  .ast-col-xl-4 {
    width: 33.3333333333%;
  }
  .ast-col-xl-5 {
    width: 41.6666666667%;
  }
  .ast-col-xl-6 {
    width: 50%;
  }
  .ast-col-xl-7 {
    width: 58.3333333333%;
  }
  .ast-col-xl-8 {
    width: 66.6666666667%;
  }
  .ast-col-xl-9 {
    width: 75%;
  }
  .ast-col-xl-10 {
    width: 83.3333333333%;
  }
  .ast-col-xl-11 {
    width: 91.6666666667%;
  }
  .ast-col-xl-12 {
    width: 100%;
  }
}

.ast-row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  display: flex;
}

.ast-row::after {
  content: "";
  display: table;
  clear: both;
}

p:last-child {margin-bottom: 0 !important;}

/* Custom site styles */



.comboTreeDropDownContainer .comboTreeItemTitle input, .comboTreeDropDownContainer .selectAll input{
  float: right;
}
.comboTreeParentPlus span{
  color: transparent;
}
.comboTreeParentPlus{
  max-width: 15px;
  overflow: hidden;
  display: inline-block;
  width: 15px;
  height: 24px;
}
.comboTreeParentPlus span::before{
  color: #000;
}
.comboTreeDropDownContainer li .selectable{
  display: flex;
  align-items: center;
}
.comboTreeDropDownContainer .comboTreeItemTitle input, .comboTreeDropDownContainer .selectAll input{
  margin-left: auto;
}
.comboTreeArrowBtn{
  display: none;
}


/* header */
.header a.elementor-button-link.elementor-button.elementor-size-sm {
    box-shadow: 0 0 0 0.2rem rgb(40 171 227 / 25%) !important;
    background-color: #28abe3 !important;
  	margin-left: 14px;
}
#flags{
  width: auto !important;
}
#flags li{margin-right: 5px; }

/* Single property page */
@media (min-width: 922px){
  .ast-container {
    max-width: 1140px;
    display: block !important;
  }
}

@media(max-width: 767px){
  .ast-row {display: block !important;}
  .pricetext.card-content{padding: 1.25rem !important;text-align: center;}


  .property-key-features{display: flex !important;}
  .property-key-features > div {margin-bottom: 0 !important; display: flex; align-items: center;}
  .property-key-features > div .icon-value {font-size: 12px;}
  .property-key-features img {max-height: 20px;width: auto !important;}

  div#similar-properties p{height: auto !important; margin-bottom: 10px;}
  .card-footer.text-nowrap{padding-top: 0;}
  .rh_prop_card__details > .price-text{padding-top: 0 !important;}


  .ast-separate-container #content .ast-container{padding-left: 15px; padding-right: 15px;}

  .single-property-header h1{text-align: center;}
  .property-meta{display: block !important; text-align: center;}
  .property-meta .btn{text-align: center; margin-bottom: 10px;}
  .grid-list-page .properties-inner-grid .grid-inner{min-height: auto !important; margin: 0 0 15px !important ;}
  .grid-section{margin-bottom: 15px;}
}

.rh_figure_property_one > div{padding-left: 1.25rem; padding-right: 1.25rem; }

/* smaller, dark, rounded square */
.flickity-button {
  background: #FFF;
  color: #28abe3;
}
.flickity-button:hover {
  background: #FFF;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px !important;
}
/* icon color */
.flickity-button-icon {
  fill: #28abe3;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: 30px;
}
.flickity-prev-next-button.next {
  right: 30px;
}
.flickity-page-dots {
  display: none;
}

.carousel-cell {
  width: 100%; /* full width */
  height: 500px; /* height of carousel */
  margin-right: 10px;
}
.carousel-cell span,.carousel-cell a{
  height: 100%;
  display: block;
  width: 100%;
  background-size: cover !important;
  background-position: center center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media(max-width: 767px){
  .carousel-cell {
    height: 250px;
  }
}


.single-property-post #map-dps iframe {
 width: 100%;
 height: 300px;
}
.single-property-post{
  padding: 50px 0;
}


@media screen and (max-width:767px){
  .photo-button {
    display: block;
  }
  .photo-button button {
    width: 100%;
    margin-bottom: 16px;
  }
  div#icon-cards img {
   width: 10%;
  }
  .py-2.text-center.d-flex.flex-row.align-items-center.justify-content-left.remove_1 {
   margin-bottom: 14px;
  }
  .py-2.text-center.d-flex.flex-row.align-items-center.justify-content-left.remove_1_ {
   margin-bottom: 14px;
  }
  div#similar-properties {
    grid-template-columns: 1fr;
  }
  .count.photo {
   justify-content: center;
  }

  .featured-properties .rh_property__container{
    display: block; !important;
  }
}

/* property meta */
.property-details{
  box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 7%);
  border: 1px solid lightgray;
  background: #fff;
  border-radius: 1rem;
}
.single-property-header{
  padding: 30px 1.25rem;
}
.single-property-header h1{
  font-size: 1.75rem;
  font-weight: 700;
  color: #2d3091;
  margin-bottom: 30px;
}
.property-meta{
  display: flex;
  align-items: center;
}
.property-meta .btn{
  margin-right:10px;
  padding: 10px 30px;
}
.property-meta .property-price{
  margin-left: auto;
  font-weight: bold;
}
.property-meta .property-price h3{
  color: #2d3091;
}


.property-key-features{
  display: flex;
  align-items: center;
  border-top: 1px solid #d9dbdb !important;
  border-bottom: 1px solid #d9dbdb !important;
  padding: 10px 1.25rem;
  justify-content: space-between;
  margin-bottom: 30px;
}
.property-key-features .property-feature{
  margin-right: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.property-key-features .property-feature i{
  font-size: 1.3rem;
  color: #28abe3;
}

.property-content-container{
  padding: 0 1.25rem;
}
.property-content-container .property-ref{
  font-size: 1.25rem;
  color: #2d3091;
  margin-bottom: 10px;
}
.property-content-widget{
  margin-bottom: 30px;
}
.property-content-widget .property-content-widget-title{
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3091;
  margin-bottom: 10px;
}
.property-content-widget .rh_property__features{
  margin-left: 15px;
}
.property-content-widget .rh_property__features li{
  width: 48%;
  display: inline-block;
}

/* property card */

.featured-properties{
  padding: 30px 0 0;
}
.featured-properties h2{
  font-size: 1.75rem;
  color: #2d3091;
  font-weight: 700;
  margin-bottom: 20px;
}
.featured-properties .rh_property__container{
  display: flex;
}
.property-card{
  margin-bottom: 30px;
  border-radius: 15px;
  box-shadow: 0 0.5rem 0.5rem #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.property-card .rh_prop_card__thumbnail .featured-image{
  height: 230px;
  background-size: cover !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.property-card .property-content{
  padding: 1.25rem;
}
.property-card .property-card-header, .property-card .property-footer, .property-features{
  display: flex;
  align-items: center;
}
.property-card .property-card-header, .property-card .property-card-content{
  margin-bottom: 1rem;
  font-size: 16px;
}
 .property-card .property-card-content p{
   margin-bottom: 10px;
 }
.property-card .property-card-header .property-title{
  font-size: 20px;
  font-weight: bold;
  color: #2d3091;
  margin: 0;
}
.property-card .property-card-header .property-price{
  margin-left: auto;
  margin-bottom: 0;
  color: #2d3091;
  font-size: 20px;
  font-weight: bold;
}
.property-card .property-footer .btn{
  margin-left: auto;
}
.property-features .property-feature{
  color: #2d3091;
  font-size: 16px;
  margin-right: 20px;
}


/* Fluent Form */
#fluentform_5 .ff-btn-submit, #fluentform_6 .ff-btn-submit{
  width: 100%;
  text-align: center;
}
.btn-primary{
  border: 1px solid transparent;
  background-color: #28abe3;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-primary:hover,.btn-primary:focus{
  opacity: 0.8;
  outline: 0;
  text-decoration: none;
  color: #FFF;
}

.btn-outline{
  border: 1px solid #28abe3;
  background-color: #FFF;
  color: #28abe3;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-outline:hover,.btn-outline:focus{
  opacity:1;
  background-color: #28abe3;
  text-decoration: none;
  color: #FFF;
}


.form-buying .btn-primary{
  width: 100%;
  text-align: center;
}
@media(max-width: 767px){
  .form-buying .frm-btn ul{display: block;}
  .form-buying ul li{
    width: 100%;
  }
  .form-buying .frm-btn ul label{width: 100%; text-align: center; display: block !important;}
  .form-buying .frm-btn ul p{margin-bottom: 10px !important;}
}


/* .searchFF .first-section-nowrap,.searchFF .second-section-nowrap,.searchFF .third-section-nowrap,.searchFF .therd-section-nowrap{
  display: flex;
  margin-left: -15px;
  margin-rgiht: -15px;
}
.searchFF .first-section-nowrap .fieldsItem,.searchFF .third-section-nowrap{
  width: 25%;
  padding: 0 15px;
}
.searchFF .first-section-nowrap > .fieldsItem:first-child{
  width: 50%;
}
.searchFF .first-section-nowrap .fieldsItem label,.searchFF .second-section-nowrap .fieldsItem label {
  width: 100%;
}
.searchFF .first-section-nowrap .fieldsItem select,.searchFF .therd-section-nowrap .fieldsItem select{
  width: 100%;
}
.searchFF .therd-section-nowrap .fieldsItem{
  width: 25%;
  padding: 0 15px;
} */
/* .searchFF > div{
  margin-bottom: 20px;
} */

.searchFF .fieldsItem{
  margin-bottom: 20px;
}

body.page-template-buying-template main#content{
  padding: 50px 0;
}

.search-form-footer{
  display: flex;
  margin-top: 20px;
}
.search-form-footer .fieldsItem{
  margin-left: auto;
}
.searchFF a.collapse-form{
  margin-top: 0;
}
.searchFF a.collapse-form:focus{
  outline: none;
}
.search-form-footer .reset_search{
  text-decoration: underline;
  color: #28abe3;
}

/* .searchFF .second-section-nowrap .fieldsItem{
  width: 25%;
  padding: 0 15px;
} */
.searchFF .second-section-nowrap .fieldsItem select{
  width: 100%;
}


/* .number_post{
  width: 100%;
}
.number_post{
  width: 100%;
  display: flex;
}
.number_post .right-side{
  margin-left: auto;
  display: flex;
}
.number_post .right-side form{
  display: flex;
} */

.number_post .right-side button{
  background: transparent;
  border-radius: 5px;
  color: #28abe3;
  border: 1px solid #28abe3;
  padding: 5px 15px;
  min-height: 43px;
}
.number_post .right-side button.active{
  background: #28abe3;
  color: #FFF;
}


@media(max-width: 767px){
  /* .searchFF .first-section-nowrap > .fieldsItem,.searchFF .second-section-nowrap .fieldsItem,.searchFF .therd-section-nowrap .fieldsItem{width: 100% !important; margin-bottom: 10px;} */
  /* .searchFF .first-section-nowrap, .searchFF .second-section-nowrap, .searchFF .third-section-nowrap, .searchFF .therd-section-nowrap{display: block;} */
  .right-side .post_perpage{display: none;}
  .number_post .right-side form{display: block;}
  .number_post .right-side > div:last-child{display: none;}

  /* .search-form-footer{display: block;}
  .search-form-footer .collapse-form{display: flex; justify-content: center;} */
  /* .search-form-footer .Submit_reset {justify-content: center !important; margin-top: 15px;} */
  /* .search-form-footer .Submit_reset .reset_search{order: 1;}
  .search-form-footer .Submit_reset #search-form{order: 0; margin-right: 20px; margin-left: 0;} */
  .searchFF a.collapse-form{font-size: 13px !important;}
  .form-results-header{margin-top: 15px;}
}



/* CALCULATOR */
#calculator-container fieldset{
  border: 0;
}
#calculator-container fieldset .input-header{
  color: #000;
  font-size: 18px !important;
  line-height: 2.15em !important;
  display: block;
}
#calculator-container fieldset.is-active{
  display: block !important;
  padding: 0;
}
#sec1, #sec2 {
    display: none;
}
#calculator-container .form-control{
  background-clip: padding-box;
  background-image: none;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #000 !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 1); 
  -webkit-opacity: 1;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 100%;
  padding: 6px 12px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#sec2{
  color: #FFF;
}
#sec2 h3 {
  color: #000 !important;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 0px;
}
#sec2 input{
  width: 100%;
}
/*
#sec2 span.input-header2 {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  color:#000;
}
*/
#sec2 span.input-header2 {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    color: #777777;
    flex-wrap: wrap;
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 50px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
}

.input-header-100k {
    font-size: 10px !important;
    display: none;
    padding-left: 0px !important;
}
#sec2 input {
    padding: 10px 20px!important;
    font-size: 22px !important;
    border-width: 1px !important;
    text-align: center;
    border-color: #ccc !important;
    color:#fff;
}
#sec2 input#total_savin {
/*
    padding: 20px!important;
    font-size: 36px !important;
    border-width: 4px !important;
    text-align: center;
    font-weight: bold;
    border-color: #ccc !important;
    width: 50%;
	*/
	margin:0 auto;
    font-weight: bold;
    font-size: 26px !important;
	background-color: #28abe3 !important;
	color:#ffffff !important;
}
.calculator-container .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 5px !important;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 2px;
}
 #sec2 input {
    padding: 10px 20px!important;
    font-size: 22px !important;
    border-width: 1px !important;
    text-align: center;
    border-color: #ccc !important;
    background-color: #e9ecef;
    width: 166px;
    border-radius: 5px;
    color: #495057;
}
#cal-recalculator{
  color: #000;
}
#calculator-container .col-xl-3{
  margin-bottom: 15px;
}

@media(max-width: 767px){
  #calculator-container .form-control{width: 100%; color: #000 !important;}
  #sec2{text-align: center;}
  #sec2 input#total_savin,#sec2 input{width: 100% !important;}
}


a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__backdrop::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 10%;
  filter: blur(2px);
  left: 50%;
  top: 50%;
  transform: scale(11);
  opacity: 0.3;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fancybox__container {
  --fancybox-bg: #000;

  --fancybox-thumbs-width: 48px;
  --fancybox-thumbs-ratio: 1;

  --carousel-button-bg: rgb(91 78 76 / 74%);

  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;

  --carousel-button-svg-stroke-width: 2.5;
}

.fancybox__nav {
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 20px;
}

.fancybox__nav .carousel__button.is-next {
  right: 20px;
}

.carousel__button.is-close {
  right: auto;
  top: 20px;
  left: 20px;
}

.fancybox__slide {
  padding: 8px 88px;
}

/* Thumbnails */
.fancybox__thumbs .carousel__slide {
  padding: 8px 8px 16px 8px;
}

.is-nav-selected::after {
  display: none;
}

.fancybox__thumb {
  border-radius: 6px;
  opacity: 0.4;
}

.fancybox__thumb:hover,
.is-nav-selected .fancybox__thumb {
  border-radius: 6px;
  opacity: 1;
}

.is-nav-selected .fancybox__thumb::after {
  display: none;
}

#sticky-contact-lead.stick{
  position: sticky;
  top: 150px;
}

@media (max-width: 767px){
  #sticky-contact-lead{
    margin-top: 30px;
  }
  #sticky-contact-lead.stick{
    position: relative !important;
    top: 0 !important;
  }
}



/* form elements */
select {
  /* Reset Select */
  /* appearance: none; */
  outline: 0;
  border: 0;
  box-shadow: none;
  width: 100%;
  color: #000;
  background-color: #FFF;
  border: 1px solid #e2e4e5;
  cursor: pointer;
  height: 43px;
  border-radius: 5px;
  overflow: hidden;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Arrow */
select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
select:hover::after {
  /* color: #f39c12; */
}


/* icons */
.five-icon{
  display: inline-block;
  height: 20px;
  width: 25px;
}
.icon-home{
  background: url('icons/home.svg') no-repeat;
  background-size: auto 100%;
}
.icon-bed{
  background: url('icons/bed.svg') no-repeat;
  background-size: auto 100%;
}
.icon-bath{
  background: url('icons/bath.svg') no-repeat;
  background-size: auto 100%;
}
.icon-location{
  background: url('icons/location.svg') no-repeat;
  background-size: auto 100%;
}
