/*
Theme Name: Cloud Nine Spain
Description: Child theme of Hello Elementor for Cloud Nine Spain
Author: rohsigma
Template: hello-elementor
Version: 1.1.7
Text Domain: hello-elementor-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Custom styles for Cloud Nine Spain */

/* Cloud Nine Spain Navbar Styles */


/* Add your custom CSS below this line */

/* Example: Custom header styles */
/*
.site-header {
    background-color: #your-brand-color;
}
*/

/* Example: Custom button styles */
/*
.custom-button {
    background-color: #your-secondary-color;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #your-hover-color;
}
*/

/* Example: Custom typography */
/*
body {
    font-family: 'Your-Custom-Font', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Your-Heading-Font', Georgia, serif;
}
*/

/* Example: Custom spacing */
/*
.custom-section {
    padding: 50px 0;
}
*/
/* GLOBAL */
body {
  background: #Fff;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  padding-top: 150px;
}
hr {
  border-color: rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
h1 {
  font-size: 24px;
  padding-bottom: 5px;
  color: #c12026;
}
h2 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #c12026;
}
h3 {
  font-size: 24px;
  font-weight: 400;
  color: #c12026;
  font-family: 'Montserrat', sans-serif;
  padding-top: 0px;
}
h4 {
  font-size: 20px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 20px 0px 0px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
a {
  color: #666;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a:hover, a:active, a:focus {
  color: #666;
  text-decoration: none;
  outline: 0;
}
.no-point {
  pointer-events: none;
}
.no-show {
  opacity: 0;
  max-height: 1px;
  overflow: hidden;
  margin-bottom: 0;
}
.gdpr-check {
  padding-left: 10px;
  font-size: 12px;
}
/* NAVBAR */
.navbar-brand .logo-main {
  width: 200px;
  transition: .5s ease-in-out;
}
.c9-nav {
  background-color: rgba(255, 255, 255, .9);
  z-index: 9999; /* Higher z-index to ensure it stays above Elementor content */
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #666;
  min-height: 70px; /* Consistent height */
  padding: 5px 0; /* Add some vertical padding */
}
.navbar {
  -webkit-transition: padding 0.2s ease;
  -moz-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
.navbar-light .navbar-toggler {
  margin-right: 28px;
  padding: 16px 8px;
  border-radius: 0;
  border: 2px solid #666;
  display: inline-block;
  vertical-align: middle;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 43px;
  height: 30px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-collapse {
  position: absolute;
  top: 108px;
  right: 0;
  /*margin-right: -2px;*/
  padding: 2rem 1rem 3rem;
  width: 250px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 1);
  border: solid 1px #ccc;
  -webkit-box-shadow: -5px 2px 9px -2px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -5px 2px 9px -2px rgba(51, 51, 51, 0.2);
  box-shadow: -5px 2px 9px -2px rgba(51, 51, 51, 0.2);
}
.navbar-collapse.collapsing {
  height: auto;
/*  -webkit-transition: right 0.75s ease;
  -o-transition: right 0.75s ease;
  -moz-transition: right 0.75s ease;
  transition: right 0.75s ease;
  right: -100%;*/
}
.navbar-collapse.show {
  left: 0;
  -webkit-transition: right 0.25s ease-in;
  -o-transition: right 0.25s ease-in;
  -moz-transition: right 0.25s ease-in;
  transition: right 0.25s ease-in;
}
.nav-link {
  font-size: 20px;
}
.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.c9-nav.affix .navbar-brand .logo-main {
  width: 130px;
}
.c9-nav.affix .video-slide-trigger {
  top: 5px;
}
.c9-nav.affix .btn-vid i {
  padding: 15px 15px 15px 20px;
}
.c9-nav.affix .navbar-toggler {
  /* margin-right: 80px; */
  padding: 12px 8px;
  border-radius: 0;
  border: 2px solid #666;
}
.c9-nav.affix .navbar-toggler-icon {
  display: inline-block;
  width: 35px;
  height: 25px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.c9-nav.affix .navbar-toggler-icon {
  background-image: url("https://cloudninespain.com/img/usr/menu.svg");
}
/* SWIPER */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide .text {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, .4);
  padding: 1% 4%;
  text-align: left;
  border-top: 1px solid #999
}
.hp-swiper-wrapper {
  position: relative;
  height: 100vh;
  background-color: #333;
  margin-top: -110px;
}
.swiper-wrapper {
  max-height: 100vh;
}
.swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.swiper-pagination {
  margin-top: -60px;
  right: 10%;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #000;
  opacity: 1 !important;
  margin-right: 6px;
}
/* BUTTTONS */
.btn-info {
  background: #f68b1f;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 400;
  font-size: 16px;
  padding: 4px 30px;
  border: 0
}
.btn-info:hover {
  background: #D71D24;
  color: #fff;
}
.video-slide-trigger {
  z-index: 4;
  /* position: fixed;
  top: 18px;
  left: auto;
  right: 20px;
  -webkit-transition: all 0.25s;
  transition: all 0.5s; */
  display: inline-block;
  vertical-align: middle;
}
.btn-white {
  color: #fff;
}
.btn-vid {
  /* background: rgba(255, 255, 255, 0.85); */
  /* transition: .25s ease; */
  padding: 0;
  border: 0;
  color: #666;
}
.btn-vid:hover, .btn-vid:active, btn-vid:focus {
  background: #D71D24;
  color: #fff;
}
.btn-vid i {
  background: #D71D24;
  padding: 20px 20px 20px 25px;
  font-size: 24px;
  color: #fff;
}
.btn-vid .fa {
  margin-right: 0;
}
/* .vid-cta - removed empty ruleset */
#navbarNavDropdown a:hover, #navbarNavDropdown a:active, #navbarNavDropdown a:focus, a:not(.btn):hover {
  color: #bf2026;
}
.btn-sort {
  margin: 5px 10px 0 0;
  padding: 5px 15px;
  border: 1px solid #f5f5f5;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #c12026;
}
.btn-sort a {
  color: #fff;
}
.btn-custom {
  background: #c12026;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 400;
  font-size: 16px;
  padding: 4px;
}
.btn-custom:hover {
  background: #333333;
  color: #fff;
}
.btn-custom4 {
  background: #c12026;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 400;
  font-size: 16px;
  padding: 4px;
}
.btn-custom4:hover {
  background: #333333;
  color: #fff;
}
.brochure-dwld {
  background: #f68b1f;
  width: 50%;
  margin-left: 25%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.btn-autocomplete {
  background: #c12026;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  padding: 4px 12px;
  border: 0px;
  margin-left: 20px;
}
.btn-autocomplete:hover {
  background: #333333;
  color: #fff;
}
/* Slideout Modal */
.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0)scale(1);
  transform: translate(100%, 0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-dialog-slideout .modal-content {
  border: 0;
}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
  height: 69px;
  display: block;
}
.modal-dialog-slideout .modal-header h5 {
  float: left;
}
/* FOOTER - Updated for full width and proper positioning */
.site-footer {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
}

.footer-a {
    background-color: #333;
    color: #fff;
    min-height: 120px;
    border-top: 3px solid #c12026;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer-a a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-a a:hover {
    color: #eaeaea;
    text-decoration: none;
}
.img-logo{
  height: 13px !important;
}
.copyright {
    font-size: 12px;
    color: #fff;
    padding: 25px 5% 0 5%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.social-links {
    display: block;
    margin: 20px 0 0 0;
    padding: 0 5% 25px 5%;
}

.social {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.social li {
    display: inline-block;
    margin-right: 10px;
}

ul.social li a {
    font-size: 24px;
    text-decoration: none;
}

ul.social li a i {
    background: #fff;
    border-radius: 50%;
    color: #c12026;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.25s ease-out;
    width: 30px;
}

ul.social li a i:hover {
    background: #c12026;
    color: #fff;
    transform: scale(1.1);
}

/* Responsive footer adjustments */
@media (max-width: 768px) {
    .copyright {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .copyright .float-right {
        float: none !important;
    }
    
    .social-links {
        text-align: center;
    }
    
    .social {
        text-align: center;
    }
}


/* Remove any container constraints that might affect footer width */
.site-footer .container,
.site-footer .container-fluid {
    max-width: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

/* Eliminate white gap under footer */
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    padding-top: 80px; /* Account for fixed navbar height */
}

/* Elementor specific fixes for fixed navbar */
.elementor-section-wrap {
    margin-top: 0 !important;
}

.elementor-location-header {
    position: relative;
    z-index: 1000;
}

/* Ensure first Elementor section doesn't go behind navbar */
.elementor-top-section:first-child,
.elementor-section:first-child,
.elementor-container:first-child {
    margin-top: 0 !important;
    padding-top: 20px; /* Add some breathing room below navbar */
}

/* Override Elementor's default top spacing */
.elementor-widget-container {
    margin-top: 0;
}

/* Specific fix for pages with Elementor containers */
.page .elementor,
.single .elementor {
    margin-top: 0;
}

/* Admin bar compatibility (when logged in) */
.admin-bar body {
    padding-top: 112px; /* 80px navbar + 32px admin bar */
}

.admin-bar .c9-nav {
    top: 32px; /* Push navbar below admin bar */
}

/* Additional Elementor compatibility fixes */
.elementor-section.elementor-top-section:first-of-type {
    margin-top: 0 !important;
}

/* Ensure Hero sections work properly */
.elementor-section[data-settings*="full_height"] {
    min-height: calc(100vh - 80px) !important; /* Full height minus navbar */
}

/* Fix for sticky elements in Elementor */
.elementor-sticky--active {
    top: 80px !important; /* Account for navbar height */
}

.site-footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Ensure footer sticks to bottom edge */
.footer-a {
    margin-bottom: 0 !important;
    padding-bottom: 25px !important;
}

/* Ensure no gaps around footer */
.site-footer::after {
    content: "";
    display: block;
    clear: both;
}

/* Remove any potential body bottom margins */
body::after,
html::after {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/* LISTING SEARCH */
.btnSearchMap {
  background: #c12026;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 400;
  font-size: 16px;
  padding: 4px;
  text-transform: uppercase;
}
#intro {
  position: relative;
  z-index: 0;
  background: #fff;
  border-bottom: solid 4px #666;
  min-height: 600px;
}
#intro-search-page {
  margin: 90px 0;
  min-height: 500px;
}
#search-cont {
  background-color: #333;
  padding: 30px;
}
.modal-search {
  max-width: 100%;
}
.modal-search .modal-content {
  background-color: #333;
}
.modal-search .modal-body {
  background-color: #333;
}
.modal-search .modal-footer {
  background-color: #333;
}
.modal-search h4 {
  color: #fff;
  font-size: 24px;
}
.modal-search .map-logo {
  right: 90px;
  position: absolute;
  width: 350px;
  margin-top: -160px;
}
.modal-search button.close {
  color: #fff !important;
  opacity: 1;
}
#adv-search .form-control {
  height: 35px;
}
.form-control {
  border-radius: 0;
  color: #555;
  font-size: 14px;
  height: 40px;
  padding: 6px 5px;
  background-color: transparent;
}
#search-sr-hidden {
  position: relative;
  background-color: #fff;
  z-index: 2;
  margin-top: 183px;
  visibility: hidden;
  display: none;
}
.sh-wrapper {
  height: 65px;
}
.search-tabs {
  margin-top: 0px;
  z-index: 2;
}
.search-title {
  position: relative;
  margin-top: -50px;
  background-color: #fff;
  padding: 10px 18px 18px 18px;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
  max-width: 420px;
  color: #c12026;
}
.search-cont {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.55);
}
.search-box-modal {
  visibility: hidden;
  display: none;
}
.search #btn-modalmap {
  background: transparent;
  text-align: center;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #ccc;
}
.search #btn-modalmap:hover {
  background: #c12026;
}
.search a {
  font-weight: 600;
  font-size: 16px !important;
  position: relative;
  color: #fff;
}
.search a:hover {
  color: #fff;
}
.search-box {
  padding: 0px 5px;
}
.btn-search {
  background: transparent;
  color: #fff;
  margin-bottom: 10px;
  text-align: center !important;
  font-size: 18px !important;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.btn-search:hover {
  background: #c12026;
  color: #fff;
}
.search-map {
  margin-bottom: -38px;
}
.btn-search-map {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 12px;
  text-align: center !important;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  white-space: normal;
}
.btn-search-map:hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
  color: #fff;
}
.search-login {
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-top: 38px;
  padding: 7px 11px;
  font-size: 19px;
  color: #444;
}
.search-login a {
  color: #444;
  font-size: 19px;
  line-height: 18px;
  font-weight: normal;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.search-login a:hover {
  color: #231F20;
}
.search-login .fa {
  font-size: 60px;
  font-weight: normal;
  margin-top: 20px;
}
.search-login .xis {
  margin-top: 7px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40px;
}
.search-login .saved, .search-login .saved a {
  font-size: 15px;
}
.search-fav {
  width: 104px;
  padding-bottom: 7px;
}
.search-intro {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  margin-top: -10px;
  font-size: 18px;
}
.max-field {
  padding-right: 0px;
}
.min-field {
  padding-left: 0px;
}
.max-field {
  padding-right: 0px;
}
.min-field {
  padding-left: 0px;
}
.login-fail-msg {
  text-align: center;
  color: red;
  display: none;
}
.map-form {
  visibility: hidden;
  display: none;
}
.map-btnsearch-content {
  position: relative;
  bottom: 40px;
  text-align: right;
}
.rhs-bottom .form-group {
  padding: 0 0 5px 0;
}
/* Map Lists */
ul.map-list {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
ul.map-list li {
  list-style: none;
  width: 50%;
  float: left;
}
ul.map-list li input {
  margin-right: 7px;
}
/* SEARCH RESULTS */
#result-header .query-text {
  font-size: 16px;
  margin-top: 8px;
}
#result-header .pagination {
  padding-right: 10px;
}
#result-header #refineOptions ul {
  font-size: 12px;
}
.paginate {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  margin-top: 5px;
}
.paginate a {
  color: #999;
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  font-weight: normal;
  padding: 5px;
  position: relative;
  text-decoration: none;
}
.paginate a:hover, .paginate a:active {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  border: 1px solid #ccc;
  background: #ccc;
}
.paginate span.current {
  font-weight: bold;
  color: #fff;
  border: 1px solid #ccc;
  background: #ccc;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 5px;
  position: relative;
  text-decoration: none;
}
.paginate span.disabled {
  color: #f5f5f5;
  background-color: #ccc;
  border: 1px solid #ddd;
  float: left;
  line-height: 1.42857;
  margin-left: 0;
  padding: 5px;
  position: relative;
  text-decoration: none;
}
#result-content .item {
  margin-bottom: 0;
  margin-top: 20px;
  overflow: hidden;
  padding: 10px;
}
#result-content .item a.overlay {
  display: block;
  position: relative;
}
#result-content .item a.overlay:hover .more {
  opacity: 0.2;
}
#result-content .item .more {
  background: #fff;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 100%;
}
#result-content .item a img {
  height: 100%;
  width: 100%;
}
#result-content .img-wrapper {
  padding-top: 70%;
  height: 0;
  overflow: hidden;
  position: relative;
}
#result-content .img-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#result-content .list-view-img {
  margin: 0;
  height: 100%;
  width: 100%;
}
span.lid {
  display: none;
  visibility: hidden;
}
.thumbnail-grid {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  min-height: 445px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out 0s !important;
  transition: all 0.25s ease-in-out 0s !important;
}
.thumbnail-grid:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.7);
}
.thumbnail-grid .caro-heading {
  font-size: 18px;
  text-transform: uppercase;
  color: #c12026;
  margin: 1rem 0;
}
.thumbnail-grid .caption2 {
  text-align: center;
  margin-top: 10px;
}
.thumbnail-grid .usrAddListing {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
}
.thumbnail-grid .btn-view {
  font-size: 16px;
  margin-left: 10px;
}
.item .prop-details {
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
.item .prop-details .bed {
  background-image: url("https://cloudninespain.com/img/usr/bed.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details .bath {
  background-image: url("https://cloudninespain.com/img/usr/bath.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details .area-built {
  background-image: url("https://cloudninespain.com/img/usr/built.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details .terrace {
  background-image: url("https://cloudninespain.com/img/usr/terrace.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details .plot {
  background-image: url("https://cloudninespain.com/img/usr/plot.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details-grid {
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
.item .prop-details-grid .bed {
  background-image: url("https://cloudninespain.com/img/usr/bed.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 20px;
  background-size: auto 18px;
}
.item .prop-details-grid .bath {
  background-image: url("https://cloudninespain.com/img/usr/bath.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details-grid .terrace {
  background-image: url("https://cloudninespain.com/img/usr/terrace.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details-grid .area-built {
  background-image: url("https://cloudninespain.com/img/usr/built.svg");
  background-repeat: no-repeat;
  padding: 0px 3px 0 22px;
  background-size: auto 18px;
}
.item .prop-details-grid .plot {
  background-image: url("https://cloudninespain.com/img/usr/plot.svg");
  background-repeat: no-repeat;
  padding: 0 0px 0 34px;
  background-size: auto 18px;
}
.item .prop-details-list {
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
.item .prop-details-list .bed {
  background-image: url("https://cloudninespain.com/img/usr/bed.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details-list .bath {
  background-image: url("https://cloudninespain.com/img/usr/bath.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details-list .terrace {
  background-image: url("https://cloudninespain.com/img/usr/terrace.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details-list .area-built {
  background-image: url("https://cloudninespain.com/img/usr/built.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .prop-details-list .area-built {
  background-image: url("https://cloudninespain.com/img/usr/plot.svg");
  background-repeat: no-repeat;
  padding: 0 10px 0 22px;
  background-size: auto 18px;
}
.item .caption-bottom-grid {
  background: none repeat scroll 0 0 rgba(250, 250, 250, 0.7);
  color: #333;
  font-size: 13px;
  left: 0;
  height: auto;
  overflow: hidden;
  right: 0;
  bottom: -132px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.item .details {
  padding: 0;
  text-align: center;
}
.item .caro-price {
  padding: 5px;
}
/* LISTING PAGE*/
#listing-main {
  position: relative;
  float: left;
  width: 100%;
  background: #ffffff;
  margin-top: 60px;
}

/*#listing-main-newdev {margin-top:-120px;   overflow: hidden;}
#listing-main-newdev .rsMinW .rsThumbsHor { display:none;}

*/

#listing-header, #listing-content {
  padding-top: 5px;
  /* padding-bottom: 87px; */
}
.download-title {
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
  font-family: 'Oswald', sans-serif;
  color: #c12026;
}
.dld-list-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.download-title h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 28px;
  color: #333;
  font-weight: 600;
}
ul.download-list {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
/* .download-list li - removed empty ruleset with commented margin */
.download-list i {
  color: #f68b1f;
  margin-right: 6px;
}
.download-list p {
  color: #c12026;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
.download-bgd {
  padding-bottom: 12px;
  border: solid 1px #ccc;
  background-color: #fafafa;
}
.list-ft-head {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  color: #c12026;
}
.list-ft-head .fa {
  font-size: 18px;
  margin: 0px 30px;
  color: #999;
}
.list-ft-list {
  text-align: left;
  padding: 30px 0px 30px 40px;
}
.list-ft-subhead {
  font-size: 16px;
}
.list-ft-item {
  padding: 5px 5px 5px 20px;
  border-bottom: 1px dotted #ccc;
  margin-right: 20px;
}
.list-ft-item:last-child {
  border-bottom: none;
}
.list-description {
  padding-bottom: 60px;
}
.detail-icon {
  max-height: 18px;
  padding-left: 5px;
  margin-top: -10px;
}
.detail-icon-first {
  /* margin-left: 225px; */
  max-height: 28px;
  padding-right: 6px;
  margin-top: -10px;
}
.brochure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-top: 20px;
}
.brochure-shell {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  /* margin-top: 20px; */
  position: relative;
}
.brochure-property {
  height: 42%;
  width: 56%;
  position: absolute;
  top: 24%;
  left: 21%;
  border-top: solid 1px #f68b1f;
  border-bottom: solid 2px #f68b1f;
}
.area-brochure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 60%;
}
.development-brochure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 50%;
}
.brochure-property-type {
  position: absolute;
  top: 67%;
  width: 89%;
  text-align: center;
  color: #f5f5f5;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
.brochure-property-price {
  position: absolute;
  top: 77%;
  text-align: center;
  width: 95%;
  color: #f5f5f5;
}
.brochure-property-ref {
  position: absolute;
  top: 84%;
  font-size: 0.7em;
  text-align: center;
  width: 95%;
  color: #f68b1f;
}
#console {
  position: fixed;
  right: 0;
  top: 270px;
   z-index: 30;
}
ul.share-list {
  list-style-type: none;
  padding-left: 0;
}
ul.share-list li {
  text-align: right;
}
ul.share-list li img {
  width: 50px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
ul.share-list li img:hover {
  width: 70px;
}
.img-share-favourites {
  right: 0
}
#listing-header, #listing-content {
  padding-top: 5px;
  /* padding-bottom: 87px; */
}
#listing-header h1 {
  color: #c12026;
  font-size: 42px;
  font-weight: 300;
  float: left;
  font-family: 'Oswald', sans-serif;
  padding-right: 30px;
  
}
#listing-header .price {
  font-size: 34px;
  
}
#listing-header .prop-details {
  text-align: right;
  float: right;
  margin-top: 20px;
}
#listing-header-dev h1 {
  color: #c12026;
  font-size: 42px;
  font-weight: 300;
  float: left;
  font-family: 'Oswald', sans-serif;
  padding-right: 30px;
  padding-left:15px;
  margin-top: 10px;
}
#listing-header-dev .price {
  font-size: 34px;
  float: right;
  margin-top: 30px;
}
#description {
  margin-top: 40px;
}
#dvlpmnt-results { margin-top: 30px;}
select.popular-dropdown {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
table.overview {
  width: 100%;
}
table.overview td {
  background: #fff;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
table.overview td.title {
  font-weight: bold;
  text-align: right;
  text-align: left;
}
/* table.overview td.data - removed empty ruleset */
#listing-header h2 {
  color: #666;
  font-size: 36px;
  font-weight: 300;
}
#listing-header .btn-favourite {
  margin-top: 15px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #706F6F;
  font-weight: normal;
  background-color: #f5f5f5;
}
#listing-header .btn-favourite:hover {
  color: #231f20;
}
#listing-content .listing-gallery {
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  background-color: #fff;
}

#listing-content-newdev #gallery-1 {
  
  max-height: 500px;
 
}
#listing-content .abstract {
  margin: 20px 0;
  text-align: justify;
}
#listing-content .listing-feature {
  margin: 20px 0;
}
#listing-content .listing-feature ul li {
  margin-bottom: 5px;
  margin-left: -10px;
}
h2.price {
  margin-top: 22px;
  float: right;
}
#listing-content .description {
  float: left;
}
.nav-pills>li {
  background-color: #ebebeb;
  border-radius: 4px 4px 0px 0px;
  padding: .5rem 2em;
  margin-right: .5rem;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #c12026;
  /*background-color: #c12026;*/
}
/* .nav-pills>li>a - removed empty ruleset */
#no-map {
  position: relative;
  height: 440px;
  background-color: #ebebeb;
}
#no-description {
  position: relative;
  height: 630px;
  overflow: auto;
  background-color: #ebebeb;
}
#no-video {
  position: relative;
  height: 380px;
  background-color: #ebebeb;
}
#no-description .description-details {
  margin: 20px;
  margin-left: -145px;
}
#no-description .description-content {
  padding-bottom: 40px;
}

.description-info h2 {
  margin-top: 45px
}
.quick-title {
  text-align: center;
  margin: 15px 0;
}
#no-map .map-title {
  padding: 15px 10px;
  font-size: 12px;
}
/* #similar - removed empty ruleset */
.similar-item-image img {
  width: 100%;
  height: 160px;
}
.similar-item-price {
  margin-top: 0px;
}
a.overlay {
  display: block;
  position: relative;
}
.similar-item-country {
  background: rgba(51, 51, 51, 0.48);
  position: absolute;
  z-index: 2;
  color: #ffffff;
  padding: 10px 0px;
  top: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  z-index: 1;
}
.similar-title {
  margin-top: 60px;
  margin-bottom: -30px;
  margin-left: 15px;
}

.similar-title h3 {
  text-align: center;
  
}
.similar-item-price {
  background: rgba(51, 51, 51, 0.48);
  position: absolute;
  z-index: 2;
  color: #ffffff;
  padding: 10px 0px;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  z-index: 1;
}
.similar-item {
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  height: 250px;
  padding: 0px;
  margin-top: 40px;
}
.similar-item img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.similar-item:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.95);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.similar-item-one {
  padding: 10px;
  width: 23%;
  background-color: #fff;
  margin: 10px;
  border-radius: 4px;
}
/*LISTINGS ROYAL SLIDER*/
.rsContainer {
  z-index: 1;
}
#listing-main .rsContainer {
  z-index: 1;
  height: 90%;
}
.rsOverflow {
  margin-top: -0px;
  height: 100% !important;
  width: 100% !important;
}
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
  background: none !important;
  color: #FFF;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
  background: #fff !important;
  color: #FFF;
  margin-bottom: 10px;
}

.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
#map {
  height: 100%;
  display: block;
  height: 640px;
  margin-top: 0px;
}
#map-title {
  position: absolute;
  margin-top: -160px;
  right: 40%;
  width: 20%;
  text-align: center;
  background-color: rgba(250, 250, 250, 0.56);
  padding: 10px;
}
#map-title h2 {
  font-size: 20px;
  margin-top: 0px;
}
#map-title p {
  font-size: 16px;
}
div#drwmp:before {
  content: url("https://cloudninespain.com/img/usr/draw.png");
}
#search h3 {
  font-family: 'Roboto', sans-serif;
  color: #999;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
}
#search p {
  margin: 0px;
  color: #999;
}
#search .start {
  padding: 4px 14px;
  background-color: #c12026;
  color: #fff;
  text-transform: uppercase;
}
.gm-style .gm-style-iw {
  text-align: center;
  color: #999;
  font-size: 16px;
}
.gm-style .gm-style-iw a {
  color: #c12026;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
#srchmp {
  margin-top: 200px;
  padding: 20px 40px;
}
#clrmp {
  margin-top: 200px;
  margin-left: 100px;
  padding: 20px 40px;
}
#drwmp {
  margin-top: 50px;
}
.map-search-btn {
  right: 3rem;
  left: auto;
  top: auto;
  bottom: 1.5rem;
  position: absolute;
  width: 10rem;
  background-color: #fff;
  border-color: #ccc;
  color: #d71d24
}
.map-search-btn:active, .map-search-btn:focus {
  color: #d71d24
}
.map-search-btn i {
  margin-left: -2rem;
  margin-right: 1rem
}
.slider-search {
  position: relative
}
.srp-search .form-control {
  border: 0;
  background-color: #efefef;
  font-size: 12px;
  border-radius: 0;
  cursor: pointer;
  padding: .5rem
}
.srp-search .btn-group {
  width: 100%
}
.srp-search label {
  color: #fff
}
.srp-filter input[type='checkbox'] {
  border: #e9ecef 1px solid
}
.srp-search .btn-group .btn, .hp-search .btn-group .btn {
  background-color: #efefef;
  color: #666;
  width: 100%;
  border-radius: 0;
  padding: .5rem;
  text-align: left;
  font-size: 12px
}
.srp-search .dropdown-menu label {
  font-size: 14px;
  color: #666;
  cursor: pointer
}
.srp-search .dropdown-menu {
  background-color: #f1f1f1;
  width: 100%;
  border-right: 5px solid #f1f1f1;
  border-left: 5px solid #f1f1f1
}
.srp-search .dropdown-menu li:hover {
  background-color: #d71d24;
  width: 100%
}
.srp-search .dropdown-menu li:hover label {
  color: #fff
}
.hp-search .dropdown-menu li:hover input[type=checkbox] {
  border: 1px solid #fff;
  color: #fff
}
.dropdown-menu li:hover input[type=checkbox] {
  border: 1px solid #fff;
  color: #fff
}
input[type='checkbox'] {
  width: 1.5rem !important;
  height: 1.58rem !important;
  margin-right: .3rem;
  margin-bottom: -2px;
  margin-top: .3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #666;
  box-shadow: none;
  font-size: 2em;
  border-radius: 0;
  cursor: pointer
}
input[type=checkbox]:hover {
  border: 1px solid #d71d24
}
input[type=checkbox]:checked {
  border: 1px solid #d71d24;
  background-color: #d71d24;
  background-image: url('https://cloudninespain.com/img/usr/tick-white.svg');
  background-position: center
}
input[type='radio'] {
  width: 1.5rem !important;
  height: 1.58rem !important;
  margin-right: .3rem;
  margin-bottom: -2px;
  margin-top: .3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #666;
  box-shadow: none;
  font-size: 2em;
  border-radius: 0;
  cursor: pointer
}
input[type=radio]:hover {
  border: 1px solid #d71d24
}
input[type=radio]:checked {
  border: 1px solid #d71d24;
  background-color: #d71d24;
  background-image: url('https://cloudninespain.com/img/usr/tick-white.svg');
  background-position: center;
}
/* input[type='radio'] - removed empty ruleset with commented display */
input[value] {
  cursor: pointer
}
label.radio {
  cursor: pointer;
  min-width: 8rem;
  margin-left: 15px
}
label.radio:hover {
  cursor: pointer;
  min-width: 8rem;
  background-color: #d71d24;
  color: #fff;
}
label.checkbox {
  cursor: pointer;
}
.gallery-favs .star-icon {
  display: inline-block;
  width: 1.5rem;
  margin-left: 0
}
.star-icon svg {
  fill: rgba(255, 255, 255, 0.51);
  transition: all .3s ease-out;
  stroke: #d71d24;
  stroke-width: 1
}
.gallery-favs:hover svg, .gallery-favs:active svg {
  fill: #d71d24
}
.slr-favs {
  top: 1rem
}
.slr-favs a {
  color: #fff;
  text-shadow: 2px 2px 3px #666
}
.list-sr-list {
  text-align: left;
  padding: 1rem 0
}
.list-sr-item {
  border-bottom: 1px solid #ccc;
  margin: 0 .5rem;
  padding: 18px 0 2px;
}
.list-sr-item:last-child {
  border-bottom: 0
}
.item-list p.abstract {
  padding: 1.5rem;
  font-size: .9rem
}
.list-bgd {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 2rem 0;
  border: 1px solid #666;
  box-sizing: border-box;
  transition: all .25s ease-in-out
}
.list-bgd:hover {
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.75)
}
.item-list {
  position: relative
}
.item-list .caption2 {
  position: absolute;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 100%;
  bottom: 0
}
.gallery-favs {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 990
}
.srl-img .item a img {
  height: 100%;
  width: 100%
}
.srl-img .img-wrapper {
  padding-top: 64%;
  height: 0;
  overflow: hidden;
  position: relative
}
.srl-img .img-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}
.srl-img .list-view-img {
  margin: 0;
  height: 100%;
  min-width: 100%
}
.paginate {
  border-radius: 0;
  overflow: hidden;
  display: inline-block;
  margin-top: 5px;
  position: relative
}
.paginate a {
  color: #666;
  background-color: #fff;
  border: 0;
  float: left;
  font-weight: normal;
  padding: 8px;
  position: relative;
  text-decoration: none;
  margin: 0 .2rem;
  cursor: pointer
}
.paginate a:hover, .paginate a:active {
  border-radius: 0;
  color: #fff;
  padding: 8px;
  border: 0;
  background: #d71d24;
  cursor: pointer
}
.paginate span.current {
  font-weight: bold;
  color: #fff;
  border: 0;
  background: #d71d24;
  float: left;
  line-height: 1.42857;
  padding: 8px;
  position: relative;
  text-decoration: none;
  cursor: pointer
}
.paginate span.disabled {
  color: #d71d24;
  background-color: #fff;
  border: 0;
  float: left;
  font-weight: normal;
  padding: 8px;
  position: relative;
  text-decoration: none;
  margin: 0 .2rem;
  opacity: .3;
  cursor: default
}
.item-list .btn-view {
  width: 16rem;
  text-transform: uppercase;
  float: right;
  color: #fff;
}
.item-list .btn-view:hover {
  background-color: #333;
}
.list-sr-subhead {
  font-weight: 600;
  margin-right: 1rem;
}
.demoHeaders {
  color: #c12026;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.lbl-privacy {
  font-size: 12px;
}
.privacy-link a {
  font-size: 12px;
}
#dvlpmnt-results .btn-sort {
  display: none !important;
}
.cntnt-page-container {
  padding-top: 60px;
  min-height: 100vh;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-item {
  border: solid 1px #ccc;
  height: 435px;
  overflow: hidden;
  margin: 15px 0;
}
.video-item:hover {
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.video-item h4 {
  min-height: 85px;
  padding: 15px;
}
.video-item p {
  padding: 15px;
  font-size: 14px
}
.contactP-logo img {
  width: 80%;
  margin: 30px 0;
}
/*Navbar buttons*/
.navbar .btns-wrap {
  padding-right: 4px;
}
/*
     FILE ARCHIVED ON 22:24:02 Oct 05, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:17:18 Mar 06, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.597
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 12.167
  LoadShardBlock: 134.44 (3)
  PetaboxLoader3.datanode: 92.841 (4)
  PetaboxLoader3.resolve: 119.54 (2)
  load_resource: 102.052
*/