/* -------------- Typography
---------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Droid+Serif:400i'); */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap');


body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-size: 16px;
  background-color: #f9f9f9

}

.main-content {flex:1;}

.animate{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


a{color:#000000}


h1,
h2,
h3,
h4,
h5,
h6,
nav{
  /* font-family: 'Droid serif', serif; */
  font-family: 'PT Serif', serif;
  font-weight: 400;
}

p,
input,
select,
textarea{
  font-size: 16px;
  font-family: 'PT Serif', serif;
  font-weight: 300;
}

p{
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 2rem;
}

.list-contact {
  padding-left: 0;
  list-style: none;
}
.list-contact li{
  font-size: 20px;
}

.rounded{
  border-radius: 10px;
}

/* -------------- Image
---------------------------------------------- */
.img-center{margin:0 auto; display: block;}

.top-menu-ico{max-width: 40px; max-height: 40px}
.top-menu-ico img{max-width: 100%;}


.top-menu{
  background-color: #999;
}

ul.top-menu-list{
  width: 50%;
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

ul.top-menu-list li{
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

}

ul.top-menu-list li p{
  margin-bottom: 0;
  font-size: 13px;
  color: #111
}


@media (max-width:998px) {

  ul.top-menu-list{
    width: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;

  }
  ul.top-menu-list li{
    width: 100%;
    padding-bottom: 10px;
  }
  ul.top-menu-list li:last-child{
    padding-bottom: 0;
  }
}
@media (max-width:767px) {
  ul.top-menu-list{
    width: 100%;
    margin-top: 15px;
  }
}


/* -------------- Theme custom
---------------------------------------------- */

.bg-light{
  background-color: white !important
}
.navbar-toggler:focus,
.btn-primary:focus,
.btn-secondary:focus{
  box-shadow: none!important;
  outline: none!important
}

.btn{font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-radius: 0px}
.btn-maxWidth{min-width: 200px; max-width: 200px}
.btn-center{display: block; margin: 0 auto; text-align: center}
.push-icon {
  outline: none;
  border: none; /* Remove borders */
  padding: 10px 15px; /* Some padding */
  font-size: 16px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
}

.push-icon:focus {
  outline: none;
  border: none;
}
.bgcolor{color:red !important}

.bg-primary{
  background:#B89C60 !important;
}
.bg-secondary{
  background:#333333 !important;
}
.bg-grey{
  background: #e0e0e0;
}

.text-primary{
  color: #B89C60 !important
}

.text-secondary{
  color: #121212 !important
}






.btn-primary,
.btn-primary:active,
.btn-primary:visited{
  background:#B89C60 !important;
  border: none;
  color:#FFF
}
.btn-primary:hover,
.btn-primary:focus{
  background:#aa8c50 !important;
  color:#FFF
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:visited{
  width: auto;
  background: #333333 !important;
  border: none;
  color:#FFF;
  border-bottom:1px solid #111;
}
.btn-secondary:hover,
.btn-secondary:focus{
  background:#111111 !important;
  color:#FFF;
}

.btn-outline-primary{
  color: #B89C60 !important;
  border-color: #B89C60 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #B89C60 !important;
  border-color: #B89C60 !important;
}


.btn-form, .btn-form:active, .btn-form:visited{background:#111; border: none; color:#fff;}
.btn-form:hover{background:#333; color:#fff; border: none;}

.btn-lg{padding: 14px 10px;}

.pagination{margin: 30px 0 0 ;}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.page-link{color:#111}
.page-link:hover{ color: #000}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #B89C60;
  border-color: #B89C60;
}

.filter-collapse{
  padding: 20px;
  background: #fff;
  border: 1px solid #E0E0E0;
  position: relative;
  margin-bottom: 30px;
  width:100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.filter-collapse:focus{outline: none}




.header-brand{
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  /* max-width: 280px */
}
/* -------------- Navbar
---------------------------------------------- */
/* .navbar{
  min-height: 80px;
} */
.navbar.transparent{
  background-color: rgba(255,255,255,0.55) !important
}

.navbar.transparent.scrolled{
  background-color: rgba(255,255,255,0.98) !important
}


.navbar.navbar-light{
  background-color: rgba(255,255,255,1);
}

/* Navbar DARK */

.navbar.bg-dark {
  /* background-color: #777 !important; */
  background-color: #737373 !important;
}

/* .navbar-dark .navbar-brand {
  max-width: 140px;
} */

.navbar-dark .navbar-nav .nav-link{
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #2a8fbd;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link{
  color: #2a8fbd;
}

.navbar-dark .dropdown-menu{
  background: #B89C60;
  border: 0;
}
.navbar-dark .dropdown-menu .dropdown-item{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.navbar-dark .dropdown-menu .dropdown-item:focus,
.navbar-dark .dropdown-menu .dropdown-item:hover{
  color: #2a8fbd;
  background: #931e1b;
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
  color: #293133;
  text-decoration: none;
  background-color: transparent;
}

/* Change properties After Scroll */
.navbar-dark.scrolled .navbar-brand {
  color: rgba(0,0,0,.9);
  max-width: 150px;
  overflow: hidden;
}

.navbar.navbar-dark.scrolled{
  background-color: rgba(255,255,255,0.95);
  position: sticky;
  top: -1px;
  z-index: 10;
  width: 100%;
  right: 0;
  left: 0;
}




/* Navbar LIGHT */
.navbar-light .navbar-brand {
  max-width: 220px;
}

.navbar-light .navbar-nav .nav-link{
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #B89C60;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link{
  color: #B89C60;
}


.navbar-light .dropdown-item.active, .dropdown-item:active {
  color: #293133;
  text-decoration: none;
  background-color: transparent;
}

/* Change properties After Scroll */
.navbar-light.scrolled .navbar-brand {
  color: rgba(0,0,0,.9);
  max-width: 150px;
  overflow: hidden;
}

/* .navbar.navbar-light.scrolled{
  background-color: rgba(255,255,255,0.95);
  position: sticky;
  top: -1px;
  z-index: 10;
  width: 100%;
  right: 0;
  left: 0;
} */

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
  color: #293133
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #293133;
}

.carouselHome{
  position: relative;
  z-index: 1
}

.form-absolute{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 768px;
  width: 100%;
}

.formHome {
  background: rgba(17,17,17,0.55);
  padding: 30px;
}

/* -------------- Hero
---------------------------------------------- */
.hero{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero h2{
  font-size: 2.6rem;
  line-height: 2.9rem;
  font-weight: 700;
}

.hero-100wh {
  width: 100%;
  height: calc(70vh);
  position: relative;
  background-size: cover;
  background-position: center center;
	z-index: 0;

}

.hero-100wh__inner {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}


.hero-100wh__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  z-index: 1;
}



.hero-100wh__inner h2,
.hero-100wh__inner p{
	font-style: normal;
	font-weight: normal;
}

/* HERO VIDEO */
.hero-100wh__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden; */
}

.hero-100wh__video video {
  object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  /* box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh; */
}

video {
  max-width: 100%;
}




/* -------------- Carousel
---------------------------------------------- */

.slider-big .carousel,
.slider-big .carousel-inner,
.slider-big .carousel-item {height: 650px;}
.slider-big .carousel-item img{width: 100%; height: 100%; object-fit: cover}

/* .slider-big .carousel-item:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(3,18,21,0.35);
} */

.properties_gallery .carousel,
.properties_gallery .carousel-inner,
.properties_gallery .carousel-item {height: 500px;}

.carousel-caption{
  margin: 0 auto;
  max-width: 640px;
  bottom: 0;
  transform: translateY(-50%);
  top: 50%;
}
.carousel-caption h2{text-transform: uppercase; font-size: 48px; font-weight: 700;}
.carousel-caption h3{font-size: 22px; font-weight: 300;}
.carousel-caption img{
  opacity: 0.80
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background: #293133;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: table;

}

.carousel-control-next-icon:after
{
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color:#fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}

.carousel-control-prev-icon:after {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color:#fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}





/* -------------- Section About
---------------------------------------------- */

.about{padding: 0;}
.about h2{font-size:32px; color:#293133;}

.about_bg{background: #001214}
.about_primary{ padding: 50px;}
.focus_one{
  background-image: url("../images/property-1.jpg");
  height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the */
  padding: 0;
}

.focus_two{
  background-image: url("../images/property-2.jpg");
  height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the */
  padding: 0;
}

.about .col-md-6{padding: 0 !important;}



/* -------------- Default page
---------------------------------------------- */
.main-content{padding: 80px 60px 0px 60px;}

.contacts-container{padding: 80px 60px 60px 60px; background: #fff}


/* -------------- Gallery page
---------------------------------------------- */
.showcase{padding: 80px 60px; background: #051d21}

/* -------------- Masonry
---------------------------------------------- */
.masonry-container{padding: 0;}
.masonry-container li{list-style-type: none}
.masonry-items{padding: 15px;}
.masonry-items img{max-width: 100%}




/* -------------- Section Services
---------------------------------------------- */
.services{max-width: 960px; margin: 0 auto; padding: 120px 30px; text-align: center}
.services_item{margin-bottom: 50px;}
.services_item h2{font-size: 24px; text-transform: uppercase; font-weight: 700; margin-bottom: 15px}
.services_item p{font-size: 14px;}



/* -------------- Cantieri
---------------------------------------------- */
.cantieri{
  background-image: url("../images/cantieri.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 768px; /* You must set a specified height */
  background-position: bottom center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  z-index: 2;
}



/* -------------- Section Form
---------------------------------------------- */
.section_form{ padding: 200px 0; background:#f9f9f9; height: auto; }
.section_form_contact{max-width: 420px; margin: 0 auto 30px; text-align: center}
.section_form_contact h3 {font-weight: 400; font-size: 28px;}
.section_form_contact h4 {font-weight: 700; font-size: 14px; margin-bottom: 10px;}
.section_form_contact p {font-weight: 400; font-size: 14px; color:#333}
.section_form hr{border:2px solid #111; margin:34px 0;}

.section_form_forms{max-width: 420px; margin: 0 auto 30px;}

.section_form_forms .form-check label {font-size: 10px;}
.section_form_forms .control-label {background: #fff; padding: 5px 20px;}

.section_form_forms .form-control{ border-radius:0;}


.form-group p.text-muted{
  font-size: 10px;
  line-height: 12px;
}


/* -------------- Sidebar
---------------------------------------------- */
.sidebar_widget{padding: 30px 30px;position: relative; margin-bottom: 30px}
.sidebar_widget_title{
  width: 100%;
  background: #293133;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.sidebar_widget_title p{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0 0 0 30px;
  padding: 15px 0;
}

.sidebar_widget form{margin-top: 20px;}
ul.sidebar_widget_list{margin: 0; padding: 0;}
ul.sidebar_widget_list li{margin: 5px 0; border-bottom: 1px solid #E0E0E0; padding: 4px 0; list-style-type: none}
ul.sidebar_widget_list li:last-child{border-bottom: none}


.sidebar_widget.sw_dark{background:#000; color:#fff;}





/* -------------- Listing Propertiest page
---------------------------------------------- */
.sub_header_parallax {
  width:100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 80px 0;
  color:#fff;
  position: relative;
  background-image: url("../images/slide-1.jpg"); /* The image used */
  background-color: #111; /* Used if the image is unavailable */
  height: auto; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.sub_header_parallax:before {
  content: '';
  background-color: rgba(0,0,0,0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  right: 0;
}

.sub_header_parallax h1 {text-transform: uppercase; text-align: center; font-size: 18px; font-weight: bold; letter-spacing: 3px; line-height: 24px}
.sub_header_parallax p {text-align: center; font-size: 15px; letter-spacing: 2px; padding: 0; margin: 0; line-height: 20px}

.sub_header_parallax_title{display: table-cell; vertical-align: middle; z-index: 1}



.properties {padding: 30px 0}
.properties_title{
  background: #fff;
  padding: 30px;
}
.properties h1{
  font-size: 1.5rem;
}

.properties_content{ background: #fff; padding: 30px; margin-bottom: 30px}

.properties_gallery{
  margin-bottom: 30px;
}

.properties_featured{height: auto; overflow: hidden;}
.properties_featured h1{font-size: 32px; font-weight: 600; text-transform: uppercase; margin-bottom: 30px;}
.properties_featured h2{font-size: 20px; font-weight: 600; text-transform: uppercase;}
.properties_featured h3{font-size: 18px; font-weight: 600; text-transform: uppercase;}
.properties_featured p{text-align: justify;font-size: 16px; line-height: 1.5; margin-bottom: 30px; font-weight: normal;}

.divider-line {
    height: 2px;
    background: #b89c60;
    margin: 0 auto 30px;
    width: 35px;
}
.divider-dashed{border-top:2px dashed #ccc}
ul.properties_list{margin: 15px; padding: 0;}
ul.properties_list li{
  font-size: 16px;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;justify-content: space-between;
  list-style-type: none;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  text-transform: uppercase;
}
ul.properties_list li:last-child{border-bottom: none;}


.breadcrumb{font-size:11px; text-transform: uppercase; background: transparent; padding: 0; color:#555}
.breadcrumb li a{
  color: #B89C60
}
.properties_price{background-position: fixed;}
.properties_price_offers{font-size:22px; }
.properties_price_value{font-size:14px;}


.properties_price.fixed{position: -webkit-sticky;
  position: sticky; top:0;}


.properties_order{background: #fff; margin-bottom: 30px; padding: 15px 30px}
.properties_order .dropdown-toggle{margin: 0; padding: 0}




/* -------------- Properties Gallery
---------------------------------------------- */

.properties_gallery .carousel-indicators{ width: 100%; margin: 0 0 20px; padding: 0}

.properties_gallery .carousel-indicators li{width:40px; height: 30px; border:1px solid #fff}

.properties_gallery .carousel-indicators img{width:100%; height: 100%; object-fit:cover}
.properties_gallery .carousel-item{background: #ddd}
.properties_gallery #gallery img{width: auto; height: 100%; object-fit: cover; margin: 0 auto; display: block; text-align: center;}


/* -------------- Cta section
---------------------------------------------- */
.cta_section{
  width:100%;
  display: table;
  margin: 0;
  background:#e0e0e0;
  padding: 100px 0 100px;
}

.cta_section h3 {text-align: center; font-size: 28px; font-weight: bold; max-width: 480px; margin: 0 auto;}
.cta_section_title{display: table-cell; vertical-align: middle; margin: 0 auto; text-align: center;}




/* -------------- Properties carousel
---------------------------------------------- */

.properties_carousel {position: relative;height: auto;overflow: hidden;}
.properties_carousel .properties_carousel_div{margin-top: 40px;}
.properties_carousel .properties_carousel_navigation {
  position: absolute;
  right:0;
  top:0;
  width: 65px;
  height: 32px;
}

.properties_carousel .properties_carousel_navigation .carousel-control-prev,
.properties_carousel .properties_carousel_navigation .carousel-control-next{
  height: 32px;
  width: 32px;
  background: #ccc;
}











/* -------------- Cards Propertiest
---------------------------------------------- */
.card{position: relative}
.card-title{font-size: 18px; font-weight: 400}
.card-text{color: #555555; font-size: 14px; font-weight: 400}
.card-text-survey{font-size:13px; color:#FF3E2E; margin: 0; padding: 0;}
.card-text-survey span{ text-decoration: line-through;}
.card-text-offers{font-size:24px; color:#000000; margin: 0; padding: 0;}

.card-features{width:100%; position: absolute; bottom: 0; right:0;}
ul.card-features-lists {display: table; width:100%; margin: 0; padding: 0;border-top: 1px solid #E0E0E0}
ul.card-features-lists li{height: 45px; display: table-cell; vertical-align: middle; font-size:13px; color:#777; border-right:1px solid #E0E0E0; text-align: center}
ul.card-features-lists .card-features-lists-id{width: 130px; }
ul.card-features-lists .card-features-lists-date{width: 200px; }
ul.card-features-lists .card-features-lists-save{width: 45px; padding: 0;}
ul.card-features-lists .card-features-lists-alarm{width: 45px; padding:0}
ul.card-features-lists li:last-child{border: none}

.card-image{ position: relative}
.card-image span{ position: absolute; top: 8px; left: 8px; background:#fff; padding: 10px; margin: 0; font-size:12px; font-weight: bold;}
.card-image figure{margin:0 !important}


.card-img-top{
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background: white;
  position: relative;
  cursor: pointer;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.card-img-top img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-image{
  background: white;
}
.card-img-top img:hover,
.card-image img:hover{opacity: 0.6}

.card-img-top figure{margin:0 !important}


.properties-vertical{ padding: 50px 0;}
.properties-vertical .card{
  box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
  position: relative;
  border-radius: 0px;
  border: none;
  background: transparent;
}
.properties-vertical .card-title{font-size: 24px; line-height: 1.25;font-weight: normal; margin-bottom: 15px;}
.properties-vertical .card-subtitle{color:#666; font-size: 14px; font-weight: 400; margin-bottom: 15px;}

.properties-vertical .card-text{color: #555; font-size: 15px; line-height: 1.5; font-weight: normal; margin-bottom: 12px;}
.properties-vertical .card .card-body{
  width: 100%;
  background: white;
  min-height: 220px
}

.properties-vertical .card .card-footer{
  width: 100%;
  background: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content:space-between;
}

.properties-vertical .card-actions {
  border-top: 1px solid #eaeaea;
  padding-top: 8px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
}

.properties-vertical .card-actions a{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.properties-vertical .card .card-body a:hover{outline: none; text-decoration: none; color: #293133 !important}
.properties-vertical .card-features{width:100%; position: absolute; bottom: 0; right:0;}
.properties-vertical ul.card-features-lists {display: table; width:100%; padding: 0;border-top: 1px solid #E0E0E0}
.properties-vertical ul.card-features-lists li{height: 45px; display: table-cell; vertical-align: middle; font-size:13px; color:#777; border-right:1px solid #E0E0E0; text-align: center}
.properties-vertical ul.card-features-lists .card-features-lists-id{width: 130px; font-weight: bold;}
.properties-vertical ul.card-features-lists .card-features-lists-date{width: 200px; }
.properties-vertical ul.card-features-lists .card-features-lists-save{width: 45px; padding: 0;}
.properties-vertical ul.card-features-lists .card-features-lists-alarm{width: 45px; padding:0}
.properties-vertical ul.card-features-lists li:last-child{border: none}
.properties-vertical .card-img-top{
  position: relative;
  cursor: pointer;
}
/* .properties-vertical .card-img-top:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  pointer-events: none;
} */

.properties span,
.properties-vertical .card-body span{
  font-size: 16px;
  font-weight: normal;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 2px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: right;
}

.properties span.rif,
.properties-vertical span.rif{
  font-size: 13px;
  font-weight: normal;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 4px 10px;
  border-radius: 0px;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  z-index: 10;
  background-color: #999;
  color: white;
  top: 5px;
  left: 5px;
}
.properties span.rent,
.properties-vertical span.rent{
  font-size: 13px;
  font-weight: normal;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 4px 10px;
  border-radius: 0px;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  z-index: 10;
  background-color: #545353;
  color: white;
  top: 5px;
  right: 5px;
}

.properties span.sale,
.properties-vertical span.sale{
  font-size: 13px;
  font-weight: normal;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 4px 10px;
  border-radius: 0px;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  z-index: 10;
  background-color: #B89C60;
  color: white;
  top: 5px;
  right: 5px;
}

.properties-vertical .card .card-body .btn-secondary{ border: 0;}
.properties-vertical .card .card-body > a:hover{
  color: #293133;
}
.properties_results{margin: 0 auto; padding: 0; width: 100%;}
ul.properties_results_lists{ display:table; margin:15px auto 0; padding: 0;}
ul.properties_results_lists li{font-size: 16px; display: inline-block; padding: 0; margin-right: 5px; text-align: center}

.properties-vertical .list-inline .list-inline-item {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  color: #555
}

.properties-vertical .list-inline .list-inline-item i{
  font-size: 90%;
}




/* Properties DARK */

.properties-vertical. .card .card-body,
.properties-vertical. .card .card-footer{
  background-color: #293133;
  color: white;
}

.properties-vertical. .card .card-body .card-title,
.properties-vertical. .card .card-body .card-text{
  color: white;
}



/* Horizontal */
.card-horizontal{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
}

.card-horizontal .card-image{
  height: 360px;
  overflow: hidden;
}

.card-horizontal .card-image .card-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  /* border-top-right-radius: 0;
  border-bottom-right-radius: 0; */
}

. .card{
  background-color: #293133;
  color: white;
}
. .card.card-horizontal .card-body{
  min-height: auto;
}
. .card.card-horizontal .card-body,
. .card.card-horizontal .card-footer{
  background-color: #293133;
  color: white;
}



/* -------------- Form Custom
---------------------------------------------- */
.form-row .btn-form{
  height: 42px;
  border-radius: 0;
}

.input-rif{
  background-color: #DCF1FA !important;
}

.inputpicker::-webkit-input-placeholder { /* Edge */
  color: black;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
}

.inputpicker:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
}

.inputpicker::placeholder {
  color: black;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
}




.inputpicker,
.selectpicker{
  background: #f1f1f1;
  height: 42px;
  width: 100%;
  text-indent: 10px;
  outline: none;
  border:none;
  padding: 12px 0;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
}

textarea.inputpicker{
  height: auto;
}

.inputpicker input[type="text"]{font-weight: 400; font-size: 12px; text-transform: none; }

.space50{width: 48%; margin-right:1%}
.label-privacy {font-size:12px;}
.formCustom label{font-size: 14px;}

.sidebar_widget .inputpicker{
  color: black;
}


/* -------------- OWL Carousel
---------------------------------------------- */
.owl-carousel.owl-drag .owl-item{
  margin-top: 8px;
}
.owl-nav{
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  overflow: hidden;
}

.owl-next, .owl-prev{
  outline: black;
  border-radius: 50%;
  background: #293133 !important;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  color:#fff !important;
  opacity: 0.6
}

.owl-next:focus, .owl-prev:focus{outline: none !important}
.owl-prev:hover, .owl-next:hover{opacity:1}

.owl-nav i{font-size: 20px;}
.owl-item{margin-top: 50px;}




/* -------------- LightGallery
---------------------------------------------- */
.demo-gallery > ul {
margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}
.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}




/* -------------- Footer
---------------------------------------------- */
footer{background: #293133; padding: 50px 0 0; color:#fff; margin: 0; z-index: 2}
footer a{color: white; opacity: 0.75}
footer a:hover{color: white; opacity: 1; text-decoration: none;}
footer .widget{margin-bottom:30px;}
footer .widget_title{ padding:0 0 10px;}
footer .widget h3{font-size: 18px;}
ul.footer_list{margin: 30px 0; padding: 0;}
ul.footer_list li{display: block; list-style-type: none; padding: 0; font-size: 16px; font-weight: normal; margin: 4px 0;}


footer .footer-bottom p{font-size: 11px; padding: 0; margin: 0 auto; text-align: center}






/*------------------------------------------------------
Tablet
------------------------------------------------------*/
@media (max-width:998px) {

  .navbar.navbar-custom {background-color: white !important;}
  /* .navbar-brand{max-width: 180px} */
  .fixed-top{position: relative !important;}

  .form-absolute{
    max-width: 600px;
  }

  .sub_header_parallax{ height: auto; padding: 50px;}
}



/*------------------------------------------------------
Smartphone
------------------------------------------------------*/
@media (max-width:767px) {

  .slider-big .carousel,
  .slider-big .carousel-inner,
  .slider-big .carousel-item {height: 70vh;}

  .properties_gallery .carousel,
  .properties_gallery .carousel-inner,
  .properties_gallery .carousel-item {
    height: 250px;
  }

  .showcase{padding: 20px; background: #051d21}
  .masonry-items{padding: 3px;}

  .properties-vertical{ padding: 30px 0;}

  .carousel-caption h2{
    font-size: 1.5rem
  }

  .form-absolute{
    max-width: 350px;
  }

  .properties_content {
    background: #fff;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: none !important;
  }

  .card-horizontal .card-image{
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    /* padding-top: 75%; */
    background: white;
    position: relative;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .card-horizontal .card-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .properties-vertical .card-title{
    font-size: 20px;
  }

  .properties-vertical .card-text{
    font-size: 13px;
  }
  .properties-vertical .list-inline .list-inline-item{
    font-size: 13px;
  }


}

@media (max-width:480px) {
  .form-absolute{
    max-width: 250px;
  }

  .header-brand{
    margin: 0 auto;
    max-width: 200px;
    display: block !important;
  }

}


/* icone fontawesome sul piede */
i.voce-piede{	margin-right: 10px; }


.properties_content,
.sidebar_widget,
.properties_order,
.main-article,
.properties_title{
  border-radius: 0px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}


.location-block{
  position: relative;
}

.location-block a{
  display: block;
}

/* .location-block a::before{
  content:"";
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 9;
  background: rgba(0,0,0,0.35);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.location-block a:hover::before{
  content:"";
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 9;
  background: rgba(0,0,0,.05)
} */

.location-fig-caption{
  pointer-events: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 40px;
  right:  40px;
  transform: translateY(-50%);
  padding: 2px;
  border-radius: 0;
  background: #B89C60;
}

.location-block-title{
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px #000;
}

.whatsapp {
  bottom: 30px;
  color: #fff;
  font-size: 28px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 99990;
  background: #25d366;
  border-radius: 1000px;
  cursor: pointer
}

.whatsapp:hover{
  background: #14ae4e;
  color: #fff;
}

.location-block{
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background: white;
  position: relative;
  cursor: pointer;
}
.location-block figure img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .poi-section div[class^="col-"]{
  padding-right: 4px !important;
  padding-left: 4px !important;
} */

.bg-dark .poi-section p{
  color: #343a40
}

.poi-section i{
  width: 24px;
  height: 24px;
  text-align: center;
  background: white;
  border-radius: 1000px;
  font-size: 12px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
}

.poi-section h5{
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

.poi-section p.small{
  font-size: 12px;
  line-height: 12px;
  margin: 5px 0 0 0 !important;
  padding: 0;
}

@media(min-width:768px){
  .form-horizontal .form-group{
    margin: 0;
  }
}


ul.list-meta{
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
}
ul.list-meta li{
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  font-size: 13px;
}

ul.list-meta li.big{
  font-size: 1rem;
}
ul.list-meta li:first-child{
  padding-left: 0;
}

ul.list-meta li:last-child{
  padding-right: 0;
  border-right: 0;
}

ul.list-meta li i{
  color:#666;
  margin-bottom: 2px;
}

. ul.list-meta li i{
  color:#fff;
  margin-bottom: 2px;
}


@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}




.modal-header{
  background-color: #e0e0e0;
  padding-bottom: 0;
}

section{
  z-index: 2;
  background: white;
}
