/* PATHS */
/* COLORS */
.slider_search h1 {
  margin-bottom: 20px;
}
.property_filter_input input[type="submit"] {
  background: url('/assets/site/img/find-location.png') repeat scroll 0 0;
  background-size: 25px 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 15px;
  width: 25px;
}
#search-button {
  background: url('/assets/site/img/search.png') center center no-repeat;
  height: 150px;
  width: 150px;
  display: inline-block;
}
#slider .item.active .carousel-caption,
#slider .item.active .carousel-caption .slider_text p,
#slider .carousel-caption .slider-subtitle,
#slider .item.active .carousel-caption h1,
#slider .item.active .property_search_form,
#slider .item.active .property-text,
#slider .item.active .looking-for {
  animation-duration: 0s;
  animation-name: none;
}
#slider .carousel-caption h1 {
  animation-delay: 0s;
}
.carousel-inner {
  height: 70vh;
}
#slider-fixed::before,
.carousel-inner .item::before {
  background: unset;
}
/** mobile **/
@media only screen and (min-device-width: 320px) and (max-device-width: 820px), only screen and (min-width: 320px) and (max-width: 960px) {
  .carousel-inner {
    height: 80vh;
  }
}
.video-icon {
  background-color: white;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  font-size: 25px;
  padding: 5px;
  color: #000000;
}
.hover_property {
  width: 100%;
  display: block;
  visibility: visible;
}
.category-grid .overlay {
  background: unset;
}
.category-grid .overlay .overlay-title {
  font-size: 36px;
  color: #ffffff;
}
.category-grid .overlay:hover .overlay-title {
  color: #ffffff;
}
#featured-div a .overlay-title,
#hotelaria-div a .overlay-title {
  color: #525353;
}
/* ==========================================================================
   property-highlights
   ========================================================================== */
.property-highlights {
  background: #000000 url('/assets/site/img/OMEUIMO-PHOTO-02.jpg');
  color: #ffffff;
  padding: 0px;
}
.property-highlights .overlay {
  background-color: unset;
  padding: 60px 0;
}
.property-highlights .title-hl {
  font-size: 42px;
  margin-bottom: 26px;
}
.property-highlights .content-hl {
  margin-bottom: 10px;
  color: #ffffff;
}
.property-highlights .btn {
  margin-top: 20px;
}
.features-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.features-box .features-icon {
  float: left;
  padding: 2px;
}
.features-box .features-icon i {
  color: #ffffff;
  font-size: 30px;
}
.features-box .features-content {
  padding-left: 50px;
}
.features-box .features-content h4 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.features-box .features-content p {
  color: #ffffff;
}
#portfolio {
  display: inline-block;
  margin-top: 60px;
}
#contnet {
  padding: 60px 0;
  display: inline-block;
}
.controls {
  margin: 25px 0;
}
.controls a {
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  margin: 0px 5px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 10px 15px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -0-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.controls a:hover,
.controls .active {
  background: #ffffff;
  color: #fff;
}
#portfolio-list .mix {
  display: none;
}
#products .mix {
  display: none;
}
#portfolio-list .mix {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-item {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-item img {
  zoom: 1;
  width: 100%;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -0-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.portfolio-item:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -0-transform: scale(1.4);
  transform: scale(1.4);
}
.portfolio-item .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(43, 44, 48, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 30px;
  -webkit-transition: all 600ms ease-out 0s;
  -moz-transition: all 600ms ease-out 0s;
  -o-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.portfolio-item .icon {
  left: 0px;
  right: 0px;
  width: 42%;
  top: 40%;
  text-align: center;
  position: absolute;
  opacity: 0;
  margin: 0px auto;
  -webkit-transition: all 600ms ease-out 0s;
  -moz-transition: all 600ms ease-out 0s;
  -o-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.portfolio-item .icon i {
  width: 48px;
  height: 48px;
  font-size: 18px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 48px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-item .icon i:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.portfolio-item .icon .left {
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  transform: translateY(25px);
}
.portfolio-item .icon .right {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  transform: translateY(-25px);
}
.portfolio-item .content {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  opacity: 1;
  margin: 0px auto;
  padding: 10px 22px;
  text-align: center;
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -0-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-item .content h3 {
  color: #31302C;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 33px;
}
.portfolio-item .content h3 a {
  color: #fff;
}
.portfolio-item .content p {
  color: #fff;
  font-size: 16px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.portfolio-item:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.portfolio-item:hover .left {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio-item:hover .right {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio-item:hover .content {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.features .desc {
  margin-bottom: 20px;
}
.features .features-box .features-content {
  padding: 0;
}
.features .features-box .features-content h4 {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.features .features-box .features-content h4 i {
  margin-right: 10px;
  color: #ffffff;
  font-size: 26px;
  vertical-align: middle;
}
.features .thum-ft {
  margin-top: 54px;
  box-shadow: 8px 8px 0px rgba(52, 152, 219, 0.7);
  border: 6px solid #ffffff;
}
