/*------------------------------------------------------------------
[Main Stylesheet]

Project:    The Nest
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    1. Top Header / .top-header
    2. Main Header / .main-header
    3. Home Page Banner (Main Home) / .banner
    4. Banner Search Box / .search-area
    5. Recent Properties / .recent-properties
    6. Articles Tips / .articles-tips
    7. Application Counter / .counters
    8. Partner / .partners-block
    9. Testimonials / .testimonial-section
    10. Map Content /.map-content
    11. Map Content Sidebar /.map-content-sidebar
    12. Single Page Banner / .sub-banner
    13. Properties List View / .listing-properties-box
    14. Properties Grid View / .properties-box
    15. Single Property Details / .properties-details-page
    16. Listing Page Sidebar /.sidebar
    17. Pricing Table /.pricing-container
    18. Agent Contact Form /.agent-widget
    19. Properties Comments /.properties-comments
    20. Help Center /.helping-center
    21. Specifications /.specifications
    22. My Profile /.my-profile
    23. My Properties Box /.my-properties-box
    24. Submit Property /.submit-property
    25. Blog /.blog-body
    26. Contact Form /.contact-form
    27. Signup/Login Wrapper /.form-content-box
    28. Pagination /.pagination
    29. Main Footer / .main-footer
    30. Sub Footer / .sub-footer
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/
html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #efefef;
    position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #37404d;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #535353;
}

a {
    cursor: pointer;
    color: #37404d;
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #535353;
}

a:hover {
    text-decoration: none;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:focus {
    color: #999 !important;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.delay-20s {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

#home-carousel {
    /*box-shadow: 0px 4px 53px -20px rgba(0, 0, 0, 0.75);*/
}

.margin-t-10 {
    margin-top: 10px;
}

.checkbox {
    padding-left: 20px;
    margin: 15px 0;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 10%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

input[type=checkbox]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}

/* Solid Buttons Structure**/
.button-sm {
    cursor: pointer;
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-sm:hover {
    color: #333;
}

.button-md {
    cursor: pointer;
    padding: 15px 25px 13px 25px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-md:hover {
    color: #333;
}

/** Solid Buttons Colors **/

.button-theme {
    color: #FFF;
    transition: all 0.2s linear;
}

.button-theme:hover,
.button-theme:focus {
    color: #fff !important;
    outline: none;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.out-line-btn:hover,
.out-line-btn:focus {
    outline: none;
}

/** Border Buttons Colors **/
.border-button-sm {
    cursor: pointer;
    padding: 10px 12px 6px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.alert {
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0;
}

.list-inline a {
    color: #aaa;
    margin-right: 15px;
    font-size: 12px;
}

.list-inline a:hover {
    color: #949494;
}

.list-inline a i {
    margin-right: 5px;
}

/** MAIN HEADER AREA START **/
.main-header {
    width: 100%;
    box-shadow: 0px 4px 53px -20px rgba(0, 0, 0, 0.75);
    background-color: #333333;
    position: relative;
    z-index: 10;
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}

.logo {
    padding: 0px 0;
    float: left;
    margin-right: 25px;
}

.logo img {
    width: auto;
    height: 40px;
}

.main-header .navbar-default .nav > li > a {
    position: relative;
    display: block;
    padding: 20px 20px 26px;
    font-size: 14px;
    border-top: solid 5px transparent;
    line-height: 27px;
    letter-spacing: 1px;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.main-header .navbar-default .nav > li > a.button {
    background-color: #fff;
    border-color: #fff !important;
    color: #000 !important;
    font-weight: 700;
    transition: all 0.2s linear;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fbfbfb;
}

.navbar-nav > li {
    z-index: 9999;
}

.dropdown-menu > li > a {
    display: block;
    padding: 15px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #4a4747;
    font-size: 13px;
    white-space: nowrap;
    border-left: solid 5px transparent;
    background: #fbfbfb;
    cursor: pointer !important;
    outline: none;
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.dropdown-menu .open > a, .dropdown-menu .open > a:focus, .dropdown-menu .open > a:hover {
    background-color: white;
    border-bottom: 1px solid transparent;
}

.navbar-nav .dropdown-menu {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 10px;
    min-width: 200px;
}

.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #4a4747;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: transparent;
}

.rightside-navbar {
    padding: 21px 0 20px;
}

.rightside-navbar li a.button {
    border-radius: 50px;
    padding: 4px 25px !important;
    font-weight: 400;
}

.rightside-navbar li .button:hover {
    color: #fff !important;
}

.form-group button, .btn {
    border-radius: 30px;
}

/** BANNER AREA START **/
.banner {
    position: relative;
}

.banner .item-100vh {
    height: 100vh;
}

.banner .item img {
    height: 100%;
    width: 100%;
}

.carousel-control {
    width: 0;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.slider-mover-left {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: 0;
    background: #151515;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.slider-mover-left i {
    font-size: 20px;
}

.slider-mover-right {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 0;
    background: #151515;
    text-align: center;
    border-radius: 5px 0 0 5px;
}

.slider-mover-right i {
    font-size: 20px;
}

.banner-max-height {
    max-height: 720px !important;
}

.banner-max-height img {
    max-height: 720px;
}

.banner .banner-slider-inneri {
    top: 150px;
    display: inline-block;
    text-shadow: none;
    right: 8%;
    left: 8%;
}

.banner .banner-slider-inner {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    bottom: 0%;
    display: flex !important;
}

.banner-content {
    align-self: center !important;
    max-width: 800px;
    font-family: 'Roboto', sans-serif !important;;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 50px 10px 50px;
    text-align: left;
    margin-left: -50px;
}

.banner-content-left {
    margin-left: 8%;
    margin-right: 8%;
}

.banner .banner-slider-inner h2 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner .banner-slider-inner h2 span {
    font-weight: 600;
}

.banner .banner-slider-inner h2 {
    font-size: 50px;
}

.banner .banner-slider-inner p {
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
    font-size: 35px;
    font-weight: 400;
    opacity: 0.8;
    max-width: 700px;
}

.banner-content .btn {
    margin-left: 3px;
    margin-right: 3px;
}

.banner-detail-box {
    background: rgba(0, 0, 0, 0.6);
    max-width: 600px;
    padding: 20px;
}

.banner-detail-box h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}

.banner .banner-detail-box p {
    margin-bottom: 20px;
    color: #dcd7d7;
    font-size: 15px;
}

/** SEARCH AREA **/
.search-area {
    padding: 20px 0 10px;
}

.search-area-title p {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.search-area .form-group {
    margin-bottom: 20px;
}

.search-fields {
    min-height: 44px;
    padding: 5px 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 3px;
}

.form-control {
    padding-left: 15px;
}

.search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.search-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}

/** BOOTSTRAP SELECT START **/
.bootstrap-select {
    width: 100% !important;
    font-family: 'Roboto', sans-serif !important;;
}

.bootstrap-select button {
    color: #999;
    border-radius: 2px;
    outline: none;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px;
}

.bootstrap-select .dropdown-menu {
    padding: 0 !important;
    margin: 0 0 !important;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    border: 0 !important;
}

.bootstrap-select .dropdown-menu li a:hover {
    border: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #eee;
    border-color: transparent !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default:hover {
    background: transparent !important;
    color: #999 !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #adadad;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    background: transparent !important;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
    background: #EEE;
    border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    height: 36px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: white;
}

/** MAIN TITLE AREA START **/
.main-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-title h1 {
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 27px;
}

.main-title h1 span {
    font-weight: 700;
}

.main-title-2 {
    margin-bottom: 30px;
}

.main-title-underline {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.main-title-important {
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    line-height: 40px;
}

.main-title-important:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -20px;
    width: 100vw;
    height: calc(100% + 20px);
}

.main-title-2 h2 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-title-2 h2 a {
    color: #212121;
}

.main-title-2 h2 span {
    font-weight: 700;
}

/** PROPERTY AREA START **/
.property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.2s linear;
}

.property:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.30);
}

.property-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.property-tag {
    position: absolute;
}

.property-tag.sale {
    right: 15px;
    bottom: 15px;
}

.property-tag.featured {
    left: 15px;
    margin-top: 15px;
}

.property-price {
    color: white;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.property .button, input[type="submit"] {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
}

.property-content {
    padding: 20px;
}

.property-content .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.property-content .title a {
    transition: all 0.2s linear;
}

.property-content p {
    margin: 10px 0 20px;
}

.ratings {
    color: orange;
    font-size: 12px;
}

.property-content .property-address {
    margin: 0 0 15px;
}

.property-content .property-address a {
    font-size: 13px;
    color: #4a4747;
}

.property-content .property-address a i {
    margin-right: 10px;
}

.property-content .facilities-list {
    padding: 0;
    margin: 0;
}

.property-content .facilities-list li {
    width: 33%;
    float: left;
    font-size: 13px;
    line-height: 29px;
}

.property-content .facilities-list li i {
    margin-right: 3px;
    font-size: 13px;
    font-weight: 700;
}

.property-content .fl-2 li {
    width: 50%;
}

.property-content .property-footer {
    border-top: solid 1px #f1f1f1;
    padding-top: 15px;
    margin-top: 15px;
    color: #535353;
    font-size: 13px;
    position: relative;
}


.property-content .property-footer:hover .left {
    color: #333333;
}

.property-content .property-footer:hover .right {
    color: #333333;
}

.property-content .property-footer:before {
    content: '';
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    background-color: #333333;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.2s linear;
}

.property-content .property-footer .left {
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.property-content .property-footer .right {
    float: right;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.property-content .property-footer i {
    margin-right: 5px;
}

.property-footer a {
    color: #4a4747;
}

.panel {
    background: transparent;
}

.property .col-pad {
    padding: 0;
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

iframe {
    border: 0;
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
    color: #fff;
}

.overlay-link:hover {
    color: #fff;
}

.property-img:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.property-img:hover .overlay-link {
    display: inline-block;
}

/** MODAL BODY DESIGN STARTED**/
.modal-raw {
    display: flex;
}

.modal-left, .modal-right {
    flex: 1;
}

.property-modal .modal-left {
    padding: 0;
    background: #535353;
    color: #fff;
}

.property-modal .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.property-modal .modal-header {
    background: transparent;
    border: none;
    padding: 15px 0;
}

.property-modal .modal-header .modal-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.property-modal .modal-header p {
    color: #fff;
    margin-bottom: 0;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
    padding: 8px 13px;
    outline: none;
    margin: -60px -1px -15px auto;
    background: #3a3a3a;
    opacity: 1;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}

.property-modal .modal-body {
    padding: 0 15px;
    background: #fff;
}

.modal-right {
    padding: 0;
    border-top: 1px solid #EEE;
}

.modal-left-content img {
    width: 100%;
    height: 100%;
}

.modal-left-content .control {
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    bottom: 0px;
    opacity: .5;
}

.modal-left-content .carousel-inner {
    display: flex;
}

.modal-left-content .carousel-inner .item {
    flex: 1;
}

.modal-left-content .item img {
    width: 100%;
}

.modal-left-content iframe {
    border: none;
    width: 100%;
    display: block;
}

.modal-left-content .control:hover {
    opacity: 1;
}

.modal-left-content .control-prev {
    right: 30px;
}

.modal-left-content .control-next {
    right: 0;
}

.modal-left-content .description {
    padding: 40px 25px;
}

.modal-left-content p {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
}

.modal-left-content .description h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600;
}

.modal-right-content .bullets {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0;
    columns: 2;
}

.modal-right-content .bullets li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.modal-right-content .bullets li i {
    left: 0;
    position: absolute;
    top: 0;
}

.modal-right-content {
    padding: 30px;
}

.modal-right-content p {
    font-size: 13px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-right-content .price {
    float: right;
}

.modal-right-content h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 0 15px;
    color: #37404d;
}

.modal-right-content dl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
}

.modal-right-content dl dt {
    float: left;
    font-weight: 500;
}

.modal-right-content dl dd {
    text-align: right;
    margin-bottom: 8px;
}

/** PROPERTY 2 SECTION START **/
.property-2 {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.2s linear;
}

.property-2:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.30);
}

.property-2 .facilities-list {
    padding: 10px 20px;
    border-top: solid 1px #efe9e9;
}

.property-2 .facilities-list li {
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
}

.property-2 .facilities-list li:last-child {
    margin-right: 0;
}

.property-2 .content .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.property-2 .property-address {
    margin: 0;
}

.property-2 .property-address a {
    font-size: 13px;
    color: #4a4747;
}

.property-2 .content {
    padding: 20px 20px;
}

.property-2 .property-address a i {
    margin-right: 10px;
}

.property-2 .content .title a {
    transition: all 0.2s linear;
}

.property-2 .price-ratings {
    position: absolute;
    font-size: 20px;
    bottom: 10px;
    right: 10px;
    text-align: right;
    z-index: 20;
}

.property-2 .featured {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.property-2 .property-footer:hover .left {
    color: #333333;
}

.property-2 .property-footer:hover .right {
    color: #333333;
}

.property-2 .property-footer:before {
    content: '';
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    background-color: #333333;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.2s linear;
}

.property-2 .property-footer .left {
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.property-2 .property-footer .right {
    float: right;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.property-2 .price-ratings i {
    font-size: 10px;
}

.property-2 .price-ratings .price {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

/** INTRO SECTION START **/
.intro-section {
    padding: 30px 0;
    color: #ffffff;
}

.intro-section img {
    height: 50px;
}

.intro-section .button-theme {
    background: transparent;
    border: solid 2px #fff;
    color: #fff;
    float: right;
}

.intro-section .button-theme:hover {
    background: #fff;
    border: solid 2px #fff;
    color: #555 !important;
}

.intro-section h3 {
    font-size: 25px;
    margin: 0;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}

/** LIST INLINE LISTING AREA START **/
.list-inline-listing {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}

.list-inline-listing li {
    padding: 5px 20px;
    margin: 4px;
    border: 2px solid #fff;
    background: #fff;
    color: #37404d;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 600;
}

.list-inline-listing li:hover {
    color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.list-inline-listing .active {
    color: #fff;
    box-shadow: none;
}

/** RECENTLY PROPERTIES  AREA START **/
.recently-properties .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

.recently-properties .our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

/** AGENT-SECTION AREA START **/
.agent-section .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

/** CUSTOMER SAY AREA START **/
.chevron-icon .our-partners .carousel-control .icon-prev {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    left: -55px;
    font-weight: 300;
    background: #a09d9d;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.chevron-icon .our-partners .carousel-control .icon-next {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    right: 10px;
    font-weight: 300;
    background: #a09d9d;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.chevron-icon .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

/** What are you looking for? AREA START **/
.our-service {
    text-align: center;
}

.our-service .content {
    text-align: center;
    margin: 0 auto 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-service .content:hover {
    padding: 20px;
    background: #fff;
}

.our-service .content i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    display: inline-block;
    color: #fff;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    border-radius: 50%;
}

.our-service .content h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.our-service .content p {
    font-size: 13px;
    margin-bottom: 0;
}

.our-service-inner {
    background: rgba(0, 0, 0, 0.80);
    padding: 70px 0;
}

.our-service-two .content {
    padding: 0;
    background: transparent;
}

.our-service-two .content:hover {
    padding: 0;
    background: transparent;
}

.content-area {
    padding: 50px 0 70px;
}

.content-area-9 {
    padding-top: 100px;
}

.theme img {
    margin-bottom: 30px;
}

/** PARTNERS BLOCK AREA START **/
.partners-block {
    padding-bottom: 20px;
    text-align: center;
}

.partners-block h3 {
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

.our-partners .carousel-control.left {
    margin-left: 15px;
}

.our-partners .carousel-control.right {
    margin-right: -41px;
}
@media screen and (max-width:768px) {
    .our-partners .carousel-control.right {
        margin-right: -11px;
    }
}
.our-partners .carousel-control .fa {
    font-size: 38px;
    text-shadow: none;
    color: #4a4747;
    top: 38%;
    font-weight: 300;;
}

.our-partners .cloneditem-1,
.our-partners .cloneditem-2,
.our-partners .cloneditem-3 {
    display: none;
}

.our-partners img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.our-partners img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.our-partners .partner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-partners .partner-box {
    padding: 0;
}
.our-partners .partner-box .item-logo-link{
    display: block;
    width: auto
}

@media screen and  (max-width:768px) {
    .our-partners .partner-box{
        padding: 0 !important;
    }
    .our-partners .partner-box a{
        width: 70% !important;
        margin-left: 15%;
    }
    #ourPartners .our-partners .carousel-control .fa{
        top: 44% !important;
    }

    .our-partners .carousel-control.left {
        margin-left: -12px !important;
    }
}
@media screen and (min-width:768px) {
    .our-partners .carousel-control.left {
        margin-left: -40px;
    }
}
/** CATEGORY AREA START **/
.category {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}

.categories {
    padding-bottom: 80px;
}

.categories .col-pad {
    padding: 0 10px;
}

.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #000;
    opacity: 0.4;
    z-index: -11;
    transition: 0.3s ease-out;
}

.category:hover .category_bg_box {
    transform: scale(1.06);
    transition: transform 0.35s ease-out;
}

.category .category-overlay {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
}

/** FOOTER AREA START **/
footer {
    background: #111;
    color: #7c7e83;
    padding: 100px 0 30px;
}

footer .footer-item .newsletter input {
    width: 100%;
    font-size: 12px;
    height: 39px;
    color: rgb(113, 113, 113);
    padding: 11px 15px;
    border-width: 1px;
    border-color: rgb(232, 231, 231);
    border-image: initial;
    outline: none;
    border: none;
}

footer .footer-item .newsletter {
    cursor: pointer;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
    padding: 11px 15px 11px;
}

footer .footer-item .newsletter {
    padding: 20px;
    background: #151515;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.footer-info .personal-info li {
    color: #7c7e83;
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
    /*padding-left: 30px;*/
}

.footer-info .main-title-2 h2 {
    color: #c5c5c5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.footer-item {
    margin-bottom: 50px;
}

.footer-info .personal-info li i {
    font-size: 15px;
    position: absolute;
    top: 0;
    line-height: 27px;
}

.footer-info .personal-info li a {
    color: #7c7e83;
}

.footer-info p {
    /*
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 13px;
     */
}

.footer-info .popular-posts .media .media-body .price {
    color: #7c7e83;
}

.footer-info .links li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-info .links li a {
}

.footer-info .links li a:hover {
}

.footer-info .main-title-2 .border-3 {
    background: #737272;
}

/** COPY RIGHT AREA START **/
.copy-right {
    background: #111;
    padding: 25px 0;
    border-top: solid 1px #1b1b1b;
    color: #7f7f80;
    font-size: 13px;
    position: absolute;
    left: 0;
    right: 0;
}

.copy-right ul {
    float: right;
}

.copy-right ul li {
    display: inline-block;
}

.copy-right ul li a {
    margin-left: 25px;
}

/** COUNTERS AREA START **/
.counters {
    padding: 40px 0;
    color: #fff;
    background: url(http://placehold.it/1920x223);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counters h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
    text-align: center;
}

.counter-box {
    text-align: center;
    padding: 10px 0;
}

.counter-box i {
    font-size: 35px;
    margin: 0 0 7px;
}

.counter-box h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
}

.counter-box p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

/** TESTIMONIALS 2 **/
.testimonials-2 {
    position: relative;
    padding: 100px 0 130px;
    display: inline-block;
    width: 100%;
    /*float: left;*/
    background: transparent;
}

.testimonials-2 .sec-title-three h4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.testimonials-2 .sec-title-three h2 {
    text-transform: uppercase;
    font-size: 27px;
    margin: 0 0 20px;
    font-weight: 700;
}

.testimonials-2 .sec-title-three .text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 15px;
}

.testimonials-2 .content .avatar {
    border-radius: 50%;
    max-width: 220px;
    margin: 0 auto;
}

.testimonials-2 .content .avatar img {
    border-radius: 50%;
}

.testimonials-2 .content .text {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    margin: 20px 0;
}

.testimonials-2 .content .author-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonials-2 .content ul {
    padding: 0;
    margin: 0;
}

.testimonials-2 .content ul li {
    list-style: none;
    display: inline-block;
    color: orange;
}

/** OVERVIEW BGI **/
.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.text-color {
    color: #fff !important;
}

.t-slider-l {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    border: solid 1px #1B1410;
    background: #1B1410;
    text-align: center;
    border-radius: 0;
}

.t-slider-l i {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    border-radius: 0;
}

.t-slider-r {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0;
    border: solid 1px #1B1410;
    background: #1B1410;
    text-align: center;
    border-radius: 0;
}

.t-slider-r i {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    border-radius: 0;
}

.pojison {
    top: 47%;
}

/** AGENT BOX AREA START **/
.agent-1 {
    margin: 0 auto 30px;
    background: #fff;
    text-align: center;
}


.agent-1 .agent-content {
    padding: 30px 20px;
    text-align: center;
}

.agent-1 .agent-img img {
    background: #d0cece;
}

.agent-1 .agent-content h5 {
    margin: 0;
}

.agent-1 .agent-content h5 a {
    color: #343a40;
    font-size: 16px;
    font-weight: 600;
}

.agent-1 .agent-content h5 .fa-envelope {
    margin-right: 10px;
}

.agent-1 .agent-content h5 .fa-phone {
    margin-right: 5px;
}

.agent-1 .agent-content h5 span {
    font-size: 13px;
}

.agent-1 .agent-content h6 {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #535353;
}

.agent-1 .agent-content .social-list {
    text-align: left;
    /* Juanan: hack */
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
}

.agent-1 .agent-content .social-list li {
    margin-bottom: 10px;
}

.agent-1 .agent-content .social-list li a {
    margin: 0 8px 0 0;
    font-size: 12px;
}

/** SOCIAL MEDIA BIG AREA START **/
.img-responsive {
    width: 100%;
}

strong {
    font-weight: 600;
}

/** SOCIAL COLOR AREA START **/
/** FACEBOOK BG AREA START **/
/** BLOCK HEADING AREA START **/
.option-bar {
    background: #fff;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 30px;
}

.option-bar h4 {
    line-height: 50px;
    display: inline-block;
    padding-right: 20px;
    border-radius: 3px 0 0 3px;
    margin: 0 0 0;
    font-weight: 600;
}

.option-bar .heading-icon {
    width: 50px;
    text-align: center;
    /*margin-right: 20px;*/
    display: inline-block;
    border-radius: 3px 0 0 3px;
    position: relative;
    color: #fff;
}

.option-bar .sorting {
    padding: 8px 12px;
    background: #FFF;
    border: 1px solid #EEE;
    color: #999;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
}

.option-bar .sorting-options {
    margin: 10px 15px 0 0;
    text-align: right;
}

.option-bar .sorting {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 12px;
    border: solid 1px #e7e7e7;
}

.option-bar .sorting:focus {
    outline: none;
}

.change-view-btn {
    margin-left: 5px;
    border-radius: 2px;
    background: transparent;
    padding: 5px 9px;
}

.change-view-btn:hover {
    color: #fff;
}

/** PORTFOLIO ITEM **/
.portfolio-item {
    margin-bottom: 30px;
}

.pg .portfolio-item {
    margin-bottom: 0;
}

/** PORTFOLIO AREA START **/
.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff !important;
    z-index: -999;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 20%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img {
    height: 480px;
}

.overview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

/** ADVANCE SEARCH **/
.show-more-options {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}

/** PAGINATION AREA START **/
.pagination > li > a, .pagination > li > span {
    border-radius: 0% !important;
    margin: 0 5px 5px;
    text-align: center;
    padding: 7px 14.50px;
    display: inline-block;
}

.pagination > li > a {
    font-weight: 400;
}

.pagination > li > a:hover {
    color: #fff;
}

.pagination > .active > a {
}

.pagination > li > a, .pagination > li > span {
    font-size: 18px;
    color: #212529;
    background: #fff;
    border: none;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/** FORM CONTENT BOX AREA START **/
.form-content-box {
    max-width: 450px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 1px 1px;
    color: #4a4747;
    margin: 50px auto;
    text-align: center;
}

.form-content-box .details {
    padding: 30px 30px;
    background: #fff;
}

.form-content-box .details .main-title {
    margin-bottom: 30px;
}

.form-content-box .details .main-title h1 {
    color: #505050;
    font-size: 30px;
}

/** BLOG AREA START **/
a:hover {
    text-decoration: none;
}

.read-more {
    font-weight: 600;
    font-size: 15px;
}

/** SIDEBAR WIDGET AREA START **/
.sidebar-grey {
    /*background-color: #efefef;*/
}

.sidebar-widget {
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.property-detail-main .sidebar-widget,
.properties-details-lateral .sidebar-widget {
    overflow: visible;
}

.sidebar .contact-1 .contact-form form textarea {
    min-height: 130px;
}

.contact-1 label {
    font-weight: 600;
    font-size: 13px;
}

.single-block {
    margin-bottom: 30px;
}

.form-search {
    position: relative;
}

.form-search .form-control {
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 3px;
    height: 45px;
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 12px 9px 13px;
}

.form-search .btn:active,
.form-search .btn:focus {
    box-shadow: none;
    outline: none;
}

.form-search .btn i {
    color: #4a4747;
}

.form-search .form-group, .form-search .form-control {
    width: 100%;
}

.range-slider {
    margin-top: 15px;
    margin-bottom: 30px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider label {
    font-size: 13px;
    color: #4a4747;
    font-weight: 600;
    margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
    background-color: #ccc;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 4px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 40%;
    margin-right: -8px;
    font-size: 11px;
    color: #4a4747;
    font-weight: 700;
    margin-top: 15px;
}

.max-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
    font-size: 11px;
    color: #4a4747;
    font-weight: 700;
    margin-top: 15px;
}

.sidebar .properties-box .detail header {
    padding-bottom: 0;
}

/** POPULAR POSTS AREA START **/
.popular-posts .media {
    margin: 0 0 30px;
    color: #4a4747;
}

.popular-posts .media .media-left {
    padding-right: 15px;
}

.popular-posts .media-heading {
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: 600;
}

.popular-posts .media .media-body p {
    margin-bottom: 0;
    font-size: 13px;
}

.popular-posts .media .media-body .price {
    font-weight: 600;
    font-size: 13px;
}

.popular-posts .media:last-child {
    margin: 0;
}

/** POPULAR POSTS AREA START **/
.archives ul {
    margin: 0;
    padding: 0;
}

.archives ul li {
    line-height: 40px;
    border-bottom: dashed 1px #f1f0f0;
}

.archives ul li:last-child {
    border-bottom: none;
}

.archives ul li a {
    color: #535353;
}

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin: 0 0 30px 0;
    position: relative;
}

.t-s {
    margin-top: 40px;
}

.t-s h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px;
    color: #212121;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

/** CONTACT 1 AREA START **/
.contact-1 .contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}

.contact-1 .contact-details .media .media-left i {
    width: 55px;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
}

.contact-1 .contact-details h3 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 35px;
}

.contact-1 .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-1 .contact-form form textarea {
    min-height: 210px;
}

.contact-1 .contact-details .media .media-left {
    padding-right: 30px;
}

.contact-1 .contact-details .media .media-body h4 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}

.contact-1 .contact-details .media .media-body p {
    margin-bottom: 5px;
}

.contact-1 .contact-details .media .media-body p {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}

.contact-1 .contact-details .media .media-body p a {
    color: #535353;
}

.contact-1 .contact-details .media {
    margin: 0 0 30px;
}
.about-content{
    margin-top: 0px !important;
}
/** CONTACT 2 AREA START **/
.contact-2 .contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}
.contact-2{
    /*margin-top: 0px !important;*/
}
.contact-2 .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-2 .contact-form form textarea {
    min-height: 150px;
}

.contact-2 .contact-details .media {
    margin: 0 0 30px;
}



.contact-2 .contact-details .media .media-left {
    padding-right: 20px;
}

.contact-2 .contact-details .media .media-left i {
    width: 45px;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 10%;
    text-align: center;
}

.contact-2 .contact-details .media .media-body h4 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}

.contact-2 .contact-details .media .media-body p {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}

.contact-2 .contact-details .media .media-body p a {
    color: #535353;
}

.contact-2 h3 {
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 27px;
}

.contact-2 .opening-hours {
    margin-bottom: 50px;
}

.contact-2 .contact-details {
    margin-bottom: 50px;
    text-align: left;
}

.contact-2 .opening-hours .list-style-none {
    margin: 0;
    padding: 0;
}

.contact-2 .opening-hours .list-style-none li {
    list-style: none;
    line-height: 35px;
    font-size: 13px;
}

.contact-2 .opening-hours strong {
    width: 85px;
    display: inline-block;
    font-weight: 600;
}

.contact-map {
    height: 100% !important;
}

.contact-map-content .map-content {
    width: 250px;
}

.location .contact-map {
    height: 400px !important;
}

/** ABOUT CITY ESTATE AREA START **/
.about-city-estate {
    padding-top: 100px;
}

.about-city-estate h5 {
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 23px;
}

.about-city-estate .main-title-2 h1 {
    font-weight: 600;
    font-size: 30px;
}

.about-text p {
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 20px;
}

.about-text {
    margin-top: 20px;
}

.about-text h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 20px;
}

/** SUB BANNER AREA START **/

.sub-banner {
    background: url(http://placehold.it/1920x280) top left repeat;
    background-size: cover;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7);
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    z-index: 0;
}


.sub-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dadada;
    z-index: 20 !important;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 18px;
}

.sub-banner .breadcrumbs li a {
    color: #dadada;
}

/** SERVICES INFO AREA START **/
.services-info {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.services-info:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.services-info i {
    font-size: 30px;
    margin-bottom: 20px;
}

.services-info h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0 10px;
}

.services-info p {
    margin-bottom: 0;
    font-size: 13px;
}

/** SERVICES INFO 2 AREA START **/
.services-info-2 {
    padding: 10px;
    border: none;
}


.services-info-2 p {
    font-size: 15px;
    line-height: 23px;
}

.services-info-2 h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
}

.services-info-2 .caption {
    padding: 20px 0 10px;
}

.services-2 .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.services-2 .read-more {
    font-weight: 600;
    font-size: 13px;
}

/** SERVICES INFO 3 AREA START **/
.services-info-3 {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}

.sections-icons {
    overflow: auto;
}

.services-info-3:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.services-info-3 i {
    font-size: 30px;
    margin-bottom: 20px;
}

.services-info-3 h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0 10px;
}

.services-info-3 p {
    margin-bottom: 0;
    font-size: 13px;
}

/** HELPING CENTER AREA START **/
.helping-center {
    margin-bottom: 30px;
    padding-left: 50px;
    text-align: left;
}

.helping-center .icon {
    float: left;
    margin-left: -50px;
}

.helping-center .icon i {
    font-size: 40px;
}

.helping-center h4 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 15px;
}

.helping-center p {
    font-size: 13px;
    margin: 0;
}

.helping-center:last-child {
    margin: 0;
}

/** MRG BTM  BIG AREA START **/
.mrg-btm-30 {
    margin-bottom: 30px;
}

.mrg-btm-40 {
    margin-bottom: 40px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.contact-details .mb-0 {
    margin-bottom: 0 !important;
}

/** MY PROFILE AREA START **/
.user-account-box {
    background: white;
    margin: 0 auto 50px;
}

.headline {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 30px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #4a4747;
    background: #f9f6f6;
}

.typography-page p {
    font-size: 14px;
    line-height: 30px;
    color: #4a4747;
}

.typography-page mark.color {
    color: #fff;
}

mark.color {
    color: #fff;
    border-radius: 3px;
}

mark {
    background: #ff0;
    color: #8a803e;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: 3px 5px;
    border-radius: 3px;
}

.list-1 li:first-child {
    margin-top: 0;
}

.list-1 li {
    list-style: none;
    margin: 14px 0;
    line-height: 27px;
    margin-left: 27px;
    position: relative;
    color: #4a4747;
}

.list-1 {
    padding: 5px 0 0 0;
}

.list-1 li:before {
    content: "\f0c8";
    font-size: 8px;
}

.list-1 li:before {
    font-family: "FontAwesome";
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -27px;
    display: block;
}

.numbered ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-left: 18px;
    display: inline-block;
}

.numbered ol li {
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    color: #4a4747;
}

.numbered.color ol > li::before {
    border: 1px solid #274abb;
    color: #274abb;
}

.numbered.color ol > li::before {
    border: 1px solid #66676b;
    color: #66676b;
}

.numbered ol > li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    margin-left: 0;
    font-weight: 500;
    color: #333;
    position: relative;
    float: left;
    left: -18px;
    transform: translateY(-20%);
}

.numbered.color.filled ol > li::before {
    color: #fff;
}

.numbered.color ol > li::before {
}

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 40px;
}

/** PANEL BOX **/
.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}

.yes {
    color: #3c763d !important;
    margin-left: 5px;
    font-weight: 600 !important;
    font-size: 12px;
}

.no {
    color: #a94442 !important;
    margin-left: 7px;
    font-weight: 600 !important;
    font-size: 12px;
}

.nav > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
}

.nav-tabs > li > a:hover {
    background: transparent;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}

/** CAROUSEL CUSTOM AREA START **/
#carousel-custom2 .carousel-indicators-container {
    width: 100%;
    overflow: hidden;
}

#carousel-custom2 .carousel-indicators {
    margin: 0;
    overflow: visible;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    border: none;
}

#carousel-custom2 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 12.50%;
    border: none;
    float: left;
}

#carousel-custom2 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom2 .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom2 .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom2 .carousel-outer {
    position: relative;
}

.thumb-preview {
    width: 100%;
}

.thumbs {
    width: 100%;
    margin: 12px auto;
}

.thumbs img {
    width: 100%;
    float: left;
}

/** FLOOR PLANS AREA START **/
.floor-plans table {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table tr:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.floor-plans table td, table th {
    padding: 10px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table td {
    font-size: 13px;
}

/** PROPERTIES DETAILS PAGE AREA START **/
.property-top-gallery {
    width: 100%;
    height: calc(100vh - 78px - 150px);
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 53px -20px rgba(0, 0, 0, 0.75);
}

.property-top-gallery .property-detail-main {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.property-detail-main .heading-properties {
    max-width: 500px;
    position: relative;
    z-index: 1;
    padding: 30px 40px 30px 0px;
    pointer-events: all;
}

.property-detail-main .heading-properties .detail-tag.reserved {
    bottom: 100%;
    right: 0;
    left: unset;
    font-size: 15px;
    border-radius: 0;
    transform: none;
}

.property-detail-main .heading-properties .heading-properties-header {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
}

.property-detail-main .heading-properties .heading-properties-footer {
    position: relative;
    bottom: -6px;
    display: flex;
    justify-content: space-between;
}

.property-detail-main .heading-properties .heading-properties-header .price {
    white-space: nowrap;
}

.property-detail-main .heading-properties:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.property-detail-main .heading-properties p,
.property-detail-main .properties-condition ul li,
.property-detail-main .properties-condition ul li i {
    color: #fff;
}

.property-top-gallery .properties-detail-slider,
.property-top-gallery .carousel,
.property-top-gallery .carousel-outer,
.property-top-gallery .carousel-inner,
.property-top-gallery .carousel-inner * {
    height: 100% !important;
    width: 100%;
}

.property-top-gallery .property-top-gallery-controls {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.property-top-gallery .property-top-gallery-controls * {
    pointer-events: all;
}

.property-top-gallery .carousel-control {
    position: absolute;
    top: calc(100% - 70px);
    left: unset;
}

.property-top-gallery .expand {
    position: absolute;
    top: 5px;
    right: 15px;
    opacity: 0.5;
    pointer-events: none;
}

.property-top-gallery .expand * {
    pointer-events: none;
}

.property-top-gallery .expand:hover {
    opacity: 0.9;
}

.property-top-gallery .carousel-control.left {
    right: 80px;
}

.property-top-gallery .carousel-control.right {
    right: 15px;
}

.properties-details-page {
    background-color: #fff;
    overflow: hidden;
    padding-top: 0;
}

.properties-details-lateral .sidebar-widget {
    padding-right: 0;
}

.properties-details-page .heading-properties {
    display: none;
}

.properties-details-page .property-2 {
    background-color: #efefef;
}

.properties-details-page .properties-details-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.sidebar-widget.sidebar-widget-p0 {
    padding-left: 0;
    padding-right: 0;
}

.properties-details-page .properties-details-container > * {
    padding-top: 50px;
}

.properties-details-page .properties-details-lateral {
    position: relative;
    z-index: 1;
}

.properties-details-page .properties-details-lateral:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: calc(100% - -30px);
    left: 15px;
    top: 0;
    background-color: #efefef;
}

.properties-details-page .properties-details-lateral .main-title-underline {
    border-color: #fff;
}

.properties-details-page p {
    line-height: 25px;
}

.properties-amenities ul {
    margin: 0;
    padding: 0;
}

.properties-amenities li {
    list-style: none;
}

.properties-amenities ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 13px;
}

.properties-amenities ul li i {
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.properties-condition ul {
    margin: 0;
    padding: 0;
}

.properties-condition li {
    list-style: none;
}

.properties-condition ul li {
    list-style: none;
    color: #4a4747;
    font-size: 13px;
}

.properties-condition ul li i {
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.sidebar .inside-properties iframe {
    width: 100%;
    border: 0;
    height: 250px !important;
}

.inside-properties iframe {
    width: 100%;
    border: 0;
    height: 400px !important;
}

.sidebar .location .contact-map {
    width: 100%;
    height: 250px !important;
}

.heading-properties h1 {
    font-weight: 700;
    margin-top: 0;
    color: #fff;
    font-size: 40px;
}

.heading-properties p {
    margin-bottom: 0;
}

.heading-properties h5 {
    text-align: right;
    font-weight: 700;
}

/** SUBMIT PROPERTY AREA START **/
.notification-box {
    padding: 30px 35px;
    color: #2e86b2;
    margin-bottom: 50px;
    background-color: #bae8ff;
}

.notification-box h3 {
    margin: 0 0 10px;
    font-weight: 600;
}

.notification-box p {
    font-size: 17px;
    margin: 0;
}

.submit-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 44px;
    border-radius: 2px;
}

.submit-address form textarea {
    min-height: 250px;
}

.submit-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    color: #827f7f;
}

.submit-address form .form-group {
    margin-bottom: 25px;
}

.dropzone-design {
    border: 2px dashed #d0d0d0;
    min-height: 100px;
}

.dropzone-design, .dropzone-design * {
    box-sizing: border-box;
}

.dropzone-design {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone-design.dz-clickable {
    cursor: pointer;
}

.dropzone-design.dz-clickable * {
    cursor: default;
}

.dropzone-design.dz-clickable .dz-message, .dropzone-design.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
    display: none;
}

.dropzone-design.dz-drag-hover {
    border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone-design .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone-design .dz-preview:hover {
    z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
    background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span, .dropzone-design .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.3s;
    display: block;
    z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
    display: block;
    filter: blur(0px);
    transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark, .dropzone-design .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg, .dropzone-design .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.dropzone-design {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    display: inline-block;
    width: 100%;
}

.dropzone-design:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    background-color: #66676b;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.dropzone-design:hover:before {
    opacity: 0.4;
}

.dropzone-design .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #4a4747;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.dropzone-design:hover .dz-message {
    color: #66676b;
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
    display: inline;
    line-height: 117px;
}

.bordered-right {
    border-right: 1px solid rgba(22, 24, 27, .12);
}

/** PAGE LOADER **/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/** Option Panel **/
.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.setting-button {
    background: #eee;
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #fff;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

/** Option Panel **/

/** ICONS LIBRARY **/
.glyph {
    background: #fff;
    width: 250px;
    height: 94px;
    float: left;
    text-align: center;
    padding: 20px 11px;
    margin: 10px;
    font-size: 10px;
    color: #999;
}

.glyph .glyph-icon {
    font-size: 24px;
    color: #555;
}

.glyph fieldset,
.glyph .hidden-true {
    display: none;
}

.glyph .bshadow0 .lnr {
    font-size: 24px;
    color: #555;
    display: block;
    line-height: 35px;
}

/** MEDIA QUERY **/
@media (max-width: 1200px) {

    .a-2 .agent-content {
        padding: 25px 20px 0;
    }

    .property .hp-1 {
        height: 220px;
    }

    .banner .banner-slider-inner h2 {
        font-size: 50px;
    }

    .banner-search-box {
        max-width: 600px;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px 5px 20px;
        display: inline-block;
        float: left;
    }

    .property-2 .facilities-list li {
        margin-right: 10px;
    }

    .property-2 .content {
        padding: 20px 15px;
    }

    .property-2 .facilities-list {
        padding: 10px 15px;
    }
}

@media (max-width: 995px) {

    .logo {
        margin-right: 30px;
        padding: 22px 0 21px;
    }

    .property-2 .facilities-list li {
        margin-right: 20px;
    }

    .property-2 .content {
        padding: 20px 20px;
    }

    .property-2 .facilities-list {
        padding: 10px 20px;
    }

    .main-title .lead {
        font-size: 18px;
    }

    .property .hp-2 {
        height: auto;
    }

    .main-header .navbar-default .nav > li > a {
        padding: 20px 8px 26px;
        font-size: 13px;
    }

    .copy-right {
        text-align: center;
    }

    .copy-right ul {
        float: none;
        margin-top: 15px;
    }

    .rightside-navbar li .button {
        border-radius: 3px;
        padding: 0 7px !important;
    }

    .rightside-navbar {
        padding: 21px 0 20px;
    }

    .setting-button {
        font-size: 14px;
        width: 36px;
        height: 36px;
        line-height: 38px;
        left: -35px;
    }

    .logo img {
        width: auto;
        height: 35px;
    }

    .form-content-box .details .main-title h1 {
        font-size: 22px;
    }

    .intro-section img {
        height: 35px;
    }

    .intro-section h3 {
        font-size: 19px;
        line-height: 35px;
    }

    .intro-section .button-theme {
        padding: 7px 20px;
        font-size: 13px;
        font-weight: 500;
    }

    .intro-section {
        text-align: center;
    }

    .intro-section .button-theme {
        float: none;
    }

    .bordered-right {
        border-right: 1px solid transparent;
    }

    .counter-box {
        margin-bottom: 40px;
        padding: 0;
    }

    .counters {
        padding: 40px 0 0;
    }

    .contact-1 .contact-form .form-group {
        margin-bottom: 20px;
    }

    .rightside-navbar li a.button {
        padding: 4px 15px !important;
    }

    .banner .banner-slider-inner h2 {
        font-size: 35px;
    }

    .banner .banner-slider-inner p {
        font-size: 14px;
    }

    .banner .button-md {
        padding: 12px 20px 8px 20px;
        font-size: 12px;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .modal-raw {
        display: block;
    }

    .banner .item {
        height: auto;
    }
}

.radio-theme input[type="radio"]:checked + label::before {
    content: '\2713' !important;
}

@media all and (min-width: 768px) {
    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -50%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 50%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -25%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 25%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-2,
    .our-partners .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-area .form-group {
        margin-top: 0;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (max-width: 991px) {
    #search-home-form .search-button {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {

    .properties-details-page.content-area {
        padding-top: 0;
    }

    .property-top-gallery {
        position: relative;
        padding-top: 70%;
        height: auto;
    }

    .property-top-gallery .properties-detail-slider {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .property-top-gallery .property-top-gallery-controls {
        width: 100%;
    }

    .property-top-gallery .property-top-gallery-controls .carousel-control {
        display: none;
    }

    .property-top-gallery .property-detail-main {
        width: 90%;
    }

    .property-top-gallery .expand {
        top: 15px;
    }

    .property-detail-main .heading-properties {
        display: none
    }

    .property-detail-main .heading-properties:before {
        width: 100%;
    }

    .property-detail-main .heading-properties .heading-properties-footer {
        flex-wrap: wrap;
    }

    .properties-details-page .heading-properties {
        display: block;
        padding: 0;
    }

    .properties-details-page .heading-properties .heading-properties-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .properties-details-page .heading-properties h3 {
        color: #37404d;
        margin: 0;
    }

    .main-title-underline {
        padding-bottom: 15px;
    }

    .counters h3 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .property .hp-1 {
        height: auto;
    }

    table.manage-table td {
        padding: 15px 10px;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
    }

    .slider-mover-left i {
        font-size: 15px;
    }

    footer {
        padding: 70px 0 0;
    }

    .slider-mover-right i {
        font-size: 15px;
    }

    .property .button, input[type="submit"] {
        padding: 5px 12px;
    }

    .property-price {
        font-size: 17px;
    }

    .logo img {
        width: auto;
        height: 30px;
    }

    .partners-block h3 {
        font-size: 19px;
    }

    .properties-panel-box .nav > li > a {
        font-size: 11px;
        padding: 6px 20px;
    }

    .search-area {
        padding: 20px 0 20px;
    }

    .mb-70 {
        margin-bottom: 30px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .search-area .container {
        padding: 0 !important;
    }

    .property-content .property-address a {
        font-size: 13px;
    }

    .comment {
        margin-bottom: 0;
    }

    .about-city-estate .main-title-2 h1 {
        font-size: 24px;
    }

    .about-city-estate {
        padding-top: 50px;
    }

    .breadcrumbs li {
        font-size: 16px;
    }

    .list-inline-listing li {
        padding: 5px 20px;;
    }

    .main-title h1 {
        font-size: 22px;
    }

    .main-title-2 h1 {
        font-size: 18px;
    }

    .property-content .title {
        font-size: 16px;
    }

    .main-title-2 {
        margin-bottom: 20px;
    }

    .content-area {
        padding: 50px 0 20px;
    }

    .content-area-7 {
        padding: 50px 0;
    }

    .content-area-9 {
        padding-top: 50px;
    }

    .categories {
        padding-bottom: 30px;
    }

    .contact-1 .contact-details {
        padding-top: 50px;
    }

    .main-title {
        margin-bottom: 25px;
    }

    .footer-info .links li {
        margin-bottom: 10px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .banner .item img {
        min-height: 250px;
    }

    .banner .banner-slider-inner h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner .banner-slider-inner p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .location .contact-map {
        height: 250px !important;
    }

    .banner .btn {
        font-size: 11px;
        padding: 9px 10px 7px 10px;
        margin-bottom: 5px;
    }

    .logo {
        padding: 10px 0;
    }

    .navbar-default .navbar-toggle {
        margin-top: 20px;
        margin-right: 0;
        padding: 0;
        margin-bottom: 8px;
        border-radius: 0;
        border: none;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff !important;
        padding: 6px 15px !important;
    }

    .main-header .navbar-default .nav > li > a:hover {
        color: #fff !important;
        background: transparent;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #555;
        background: #eee;
        padding: 8px 15px;
        border-bottom: none;
    }

    .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header, .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
        background: #f8f8f8;
        padding-left: 50px;
    }

    .rightside-navbar {
        display: none;
    }

    .main-header .navbar-default .nav > li > a {
        padding: 6px 7.5px !important;
        padding-left: 0 !important;
        text-align: left;
    }

    .sub-banner h1 {
        font-size: 28px;
    }

    .sub-banner {
        height: 200px;
    }

    .sub-banner .breadcrumbs li {
        font-size: 16px;
    }

    .contact-details .media .media-left {
        padding-right: 20px;
    }

    .contact-details .media .media-left i {
        width: 42px;
        font-size: 21px;
        height: 42px;
        line-height: 42px;
    }

    .search-contents {
        padding: 0 15px;
        border-radius: 0;
    }

    .search-box .form-group {
        margin-bottom: 0;
    }

    .comments ul {
        margin: 0 0 0 0;
    }

    blockquote {
        margin: 20px 0 20px;
    }

    .option-bar h4 {
        display: block;
        border-radius: 3px;
    }

    .option-bar .cod-pad {
        padding: 0 15px 0 0;
    }

    .about-text h3 {
        font-size: 19px;
    }

    .slider-mover-left {
        width: 25px;
        height: 40px;
        line-height: 40px;
    }

    .slider-mover-left img {
        width: 10px;
    }

    .slider-mover-right {
        width: 25px;
        height: 40px;
        line-height: 40px;
    }

    .slider-mover-right img {
        width: 10px;
    }

    .search-area .form-group {
        margin-bottom: 10px;
    }

    .property .height img {
        height: auto;
    }

    .properties-amenities ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .properties-condition ul li {
        margin-bottom: 10px;
    }

    .heading-properties h3 {
        font-size: 18px;
    }

    .breadcrumb-area h1 {
        font-size: 21px;
    }

    .breadcrumb-area p {
        font-size: 14px;
    }

    .breadcrumb-area .button-md {
        padding: 10px 20px;
    }

    .testimonials-2 {
        text-align: center;
    }

    .testimonials-2 .content .avatar {
        max-width: 150px;
        margin: 15px auto;
    }

    .testimonials-2 .sec-title-three .text {
        font-size: 17px;
        line-height: 30px;
    }

    .testimonials-2 .content .text {
        font-size: 18px;
        line-height: 30px;
    }

    .testimonials-2 {
        padding: 50px 0 80px;
    }

    .intro-section h3 {
        font-size: 19px;
        line-height: 35px;
        margin: 10px 0;
    }

    .t-slider-l {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .t-slider-r {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (min-width: 768px) {

    .main-header .navbar-default .nav > li:hover > .dropdown-menu {
        display: block;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s
    }

    .main-header .navbar-default .nav > li > .dropdown-menu li:hover > .dropdown-menu {
        display: block;
    }
}

@media ( max-width: 575px ) {
    .services-info-2 {
        height: auto;
    }
}

/** List view inside Map **/
.map-properties-list {
    margin: 0px 15px 30px 15px;
}

.img-inside-map {
    height: 220px;
}


#carousel-custom2 .carousel-indicators {
    font-size: 0;
}

#carousel-custom2 .carousel-indicators li {
    float: none;
}

.main-title h1 {
    padding: 25px;
    background-color: #ffffff00;
    display: inline-block;
}

.main-title h1 {
    color: #37404d;
}


/*****************
*** lci-v3.css ***
*****************/


a:hover {
    text-decoration: none;
}

.button-theme {
    color: #000000;
}

.list-inline-listing .active {
    color: #000000;
}

.border-button-theme:hover {
    color: #fff !important;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
}

.heading-properties p i {
    margin-right: 5px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-bottom: transparent;
}

.bootstrap-select .dropdown-menu li a {
    color: #000000;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
    color: #000000;
}

.btn-outline:hover {
    color: #fff;
}

.property-tag.featured {
    color: #000000;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

table.manage-table .title-container .title span i {
    margin-right: 5px;
}

.map-properties-btns .border-button-theme:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff ! important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: #eee;
    }

    #menu-navbar {
        padding-left: 0;
    }
}

.property-price {
    background: #00000090;
    padding: 0 5px;
    border-radius: 2px;
}

.property-2 .content .title {
    font-size: 15px;
}

.form-group {
    position: relative;
}

.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error.bootstrap-select {
    border: 1px solid orangered !important;
}

.form-group .error-message {
    position: absolute;
    color: orangered;
    bottom: -17px;
    font-size: 12px;
    left: 3px;
}

.form-group .ok-message {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    color: limegreen;
}

.property-2 .facilities-list {
    height: 114px;
}

.dropdown-menu {
    z-index: 9999;
}

/** Servicios - Servicios destacados - Misma altura de los bloques  */
@media (min-width: 992px) and (max-width: 1199px) {
    .services-info-3 {
        height: 384px !important;
    }
}

/* .our-partners .partner-box img {
    height: 64px;
} */

.radio input[type="radio"] {
    margin-left: -16px;
}


/**   */
@media (max-width: 767px) {
    footer h1 {
        /*text-align: center;*/
    }

    footer .links {
        /*text-align: center;*/
    }

    footer .links li {
        /*display: inline-block;*/
    }

    footer .links li:not(:first-child) {
        /*margin-left: 20px;*/
    }

    footer .personal-info {
        /*text-align: center;*/
    }

    footer .personal-info li i {
        position: relative !important;
        margin-right: 5px;
    }

    footer .popular-posts .media {
        margin-bottom: 30px !important;
    }
}

/** Nosotros - Bloque agentes */
@media (max-width: 767px) {
    #ourPartners3 img {
        object-fit: cover !important;
        background-color: white;
    }

    #ourPartners3 img.no-image {
        object-fit: contain !important;
        background-color: white;
    }
}

/** Nosotros - Bloque contadores */
.contadores {
    background-size: cover;
    background-position: center;
}

/** Detalle - Barra encima viviendas */
@media (max-width: 381px) {
    .listado-viviendas .block-title {
        font-size: 16px;
    }
}

@media (max-width: 359px) {
    .listado-viviendas .block-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .properties-section .sorting-options {
        Margin: 10px 0;
    }
}

/** Iconos */
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    display: inline-block !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2) !important;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 16px !important;
}

input[type=radio]:checked + label:before {
    content: "\f00d" !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-shadow: unset !important;
}

input[type=checkbox]:checked + label:before {
    content: "\f00c" !important;
}

/** Paginación */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

@media (max-width: 510px) {
    .pagination-wrapper {
        text-align: center;
    }

    .pagination-wrapper ul.pagination li .page-link {
        padding: 7px 12.5px;
        margin: 0 5px 5px;
        font-size: 15px;
    }
}

@media (max-width: 458px) {
    .pagination-wrapper ul.pagination li .page-link {
        padding: 7px 10.5px;
        font-size: 14px;
    }
}

@media (max-width: 412px) {
    .pagination-wrapper ul.pagination li .page-link {
        padding: 5px 7.5px;
        margin: 0 3px 5px;
        font-size: 13px;
    }
}

/** Componente card grande */
.facilities-list li {
    font-size: 13px;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 32%;
    overflow: hidden;
    display: inline-block;
}

.facilities-list li i {
    display: inline-block;
}

.facilities-list span {
    display: inline-block;
    width: 81%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .facilities-list span {
        width: 76%;
    }
}

@media (max-width: 767px) {
    .facilities-list span {
        width: auto;
    }
}

/** Características */
.properties-condition li {
    font-size: 13px;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.properties-condition li i {
    display: inline-block;
    margin-right: 8px !important;
}

.properties-condition span {
    display: inline-block;
    width: 79%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .properties-condition span {
        width: 76%;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    .properties-condition span {
        width: 70%;
    }
}

@media (max-width: 360px) {
    .properties-condition span {
        width: 63%;
    }
}

/** CardProperty */
.card-property-1 {
    height: 105px;
    overflow: hidden;
}

.card-property-1 li {
    margin-bottom: 0 !important;
}

.card-property-1 span {
    width: 68%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .card-property-1 span {
        width: 76%;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    .card-property-1 span {
        width: 70%;
    }
}

@media (max-width: 360px) {
    .card-property-1 span {
        width: 63%;
    }
}

/** Footer, Contacta con nostros, movil */
@media (max-width: 767px) {
    footer .personal-info li {
        padding-left: 0 !important;
    }
}

/** Home - Bloque ¿Que estas buscando? */
@media (max-width: 767px) {
    .our-service .content {
        height: unset !important;
    }
}

/** Servicios - Servicios destacados */
@media (max-width: 767px) {
    .services-info-3 {
        height: unset !important;
    }
}

/** Servicios - Servicios personalizados */
.services-info-2 .caption.detail {
    height: 374px;
}

@media (max-width: 1199px) {
    .services-info-2 .caption.detail {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .services-info-2 .caption.detail {
        height: 260px;
    }

    #menu-navbar {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .services-info-2 .caption.detail {
        height: 160px;
    }
}

/** Footer parte de abajo orden movil */
.copy-right .only-small {
    display: none;
}

@media (max-width: 767px) {
    .copy-right {
        padding-top: 0;
    }

    .copy-right .copy-row {
        display: flex;
        flex-direction: column;
    }

    .copy-right .col-rrss {
        order: 1;
        margin-top: 0;
    }

    .copy-right .col-legallinks {
        order: 2;
    }

    .copy-right .col-copyright {
        order: 3;
        margin-top: 20px;
    }

    .copy-right .col-legallinks a {
        margin-left: 0;
    }

    .copy-right .only-small {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }
}

/** Publish. Images placeholrer on mobile */
@media (max-width: 400px) {
    .dropzone-design .dz-default.dz-message span {
        font-size: 15px;
    }
}

@media (max-width: 359px) {
    .dropzone-design .dz-default.dz-message span {
        font-size: 13px;
    }
}

/** Publish. Accept. Validation */
@media (max-width: 383px) {
    .accept-field .error-message {
        bottom: 0 !important;
    }
}

/** Home. Buscador. Radio buttons centrados  */
@media (max-width: 991px) {
    .search-area .radio-theme {
        text-align: center;
    }
}

/** Footer - Barra inferior */
@media (max-width: 768px) {
    .copy-right {
        border-top: unset;
    }
}

/** Detalle - Formulario de vivienda - Validación */
@media (max-width: 375px) {
    .accept-form-singular-property span.error-message {
        bottom: -10px !important;
    }
}

/** Footer - Fix ipad */
@media (min-width: 768px) and (max-width: 991px) {
    footer .contact-col {
        width: 35%;
    }

    footer .lastProperties-col {
        width: 47%;
    }

    footer .lastProperties-col .left-col {
        width: 100%;
    }

    footer .lastProperties-col .right-col {
        display: none;
    }

}

/** Contacto */
@media (max-width: 991px) {
    #contact_form_col {
        padding-top: 55px;
    }

    .contact-details h3 {
        margin-top: 30px;
    }
}

/** Radio input */
.radio {
    padding-left: 20px;
    margin: 15px 0;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-content-box .radio label::before {
    border: none;
}

.radio-theme input[type="radio"]:checked + label::before {
    background-color: #fff;
}

input[type=radio]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
    padding-top: 1px;
}

/** Legal pages */
.legal-page table {
    margin-top: 15px;
    margin-bottom: 25px;
}

.legal-page table td {
    padding: 5px 10px;
}

.legal-page a {
    font-weight: 600;
}

/** Contacto. Ellipsis en campos que no cabe el texto */
.submit-address form label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Iconos */
.icono-luminoso,
.icono-ascensor,
.icono-aire-acondicionado,
.icono-amueblado,
.icono-piscina {
    margin-right: 7px;
    width: 100%;
    height: 100%;
    max-width: 15px;
    max-height: 15px;
    vertical-align: middle;
}

.property-price {
    background: #00000090;
    padding: 0 5px;
    border-radius: 2px;
    left: unset !important;
    right: 15px;
}

.property-tag-top-right {
    left: auto !important;
    right: 15px !important;
    margin-top: 15px;
}

.position-top-right {
    left: auto !important;
    right: 15px !important;
    margin-top: 0 !important;
}

.property-tag.featured.reserved, .property-2 .featured.reserved {
    color: #fff;
    background-color: #a83308;
}

.media .media-left {
    position: relative;
}

.media .media-left .reserved {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: calc(100% - 15px);
    color: #fff;
    background-color: #a83308;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/* -------------------------------------------------------------- */


a:hover {
    text-decoration: none;
}

.button-theme {
    color: #000000;
}

.list-inline-listing .active {
    color: #000000;
}

.out-line-btn:hover {
    color: #fff;
}

.border-button-theme:hover {
    color: #fff !important;
}

.panel-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
}

.heading-properties p i {
    margin-right: 5px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-bottom: transparent;
}

.bootstrap-select .dropdown-menu li a {
    color: #000000;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
    color: #000000;
}

.btn-outline:hover {
    color: #fff;
}

.property-tag.featured {
    color: #000000;
}

table.manage-table .title-container .title span i {
    margin-right: 5px;
}

.map-properties-btns .border-button-theme:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff ! important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: #eee;
    }
}

.property-price {
    background: #00000090;
    padding: 0 5px;
    border-radius: 2px;
}

.property-2 .content .title {
    font-size: 15px;
}

.form-group {
    position: relative;
}

.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error.bootstrap-select {
    border: 1px solid orangered !important;
}

.form-group .error-message {
    position: absolute;
    color: orangered;
    bottom: -17px;
    font-size: 12px;
    left: 3px;
}

.form-group .ok-message {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    color: limegreen;
}

.property-2 .facilities-list {
    height: 114px;
}

.dropdown-menu {
    z-index: 9999;
}

/** Servicios - Servicios destacados - Misma altura de los bloques  */
@media (min-width: 992px) and (max-width: 1199px) {
    .services-info-3 {
        height: 384px !important;
    }
}

.radio input[type="radio"] {
    margin-left: -16px;
}


/**   */
@media (max-width: 767px) {
    footer h1 {
        /*text-align: center;*/
    }

    footer .links {
        /*text-align: center;*/
    }

    footer .links li {
        /*display: inline-block;*/
    }

    footer .links li:not(:first-child) {
        /*margin-left: 20px;*/
    }

    footer .personal-info {
        /*text-align: center;*/
    }

    footer .personal-info li i {
        position: relative !important;
        margin-right: 5px;
    }

    footer .popular-posts .media {
        margin-bottom: 30px !important;
    }
}

/** Nosotros - Bloque agentes */
@media (max-width: 767px) {
    #ourPartners3 img {
        object-fit: cover !important;
        background-color: white;
    }

    #ourPartners3 img.no-image {
        object-fit: contain !important;
        background-color: white;
    }
}

/** Nosotros - Bloque contadores */
.contadores {
    background-size: cover;
    background-position: center;
}

/** Detalle - Barra encima viviendas */
@media (max-width: 381px) {
    .listado-viviendas .block-title {
        font-size: 16px;
    }
}

@media (max-width: 359px) {
    .listado-viviendas .block-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .properties-section .sorting-options {
        Margin: 10px 0;
    }
}

/** Iconos */
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    display: inline-block !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2) !important;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 16px !important;
}

input[type=radio]:checked + label:before {
    content: "\f00d" !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-shadow: unset !important;
}

input[type=checkbox]:checked + label:before {
    content: "\f00c" !important;
}

/** Paginación */
@media (max-width: 510px) {
    .pagination-wrapper {
        text-align: center;
    }

    .pagination-wrapper ul.pagination li .page-link {
        padding: 7px 12.5px;
        margin: 0 5px 5px;
        font-size: 15px;
    }
}

@media (max-width: 458px) {
    .pagination-wrapper ul.pagination li .page-link {
        padding: 7px 10.5px;
        font-size: 14px;
    }
}

@media (max-width: 412px) {
    .pagination-wrapper ul.pagination li .page-link {
        padding: 5px 7.5px;
        margin: 0 3px 5px;
        font-size: 13px;
    }
}

/** Componente card grande */
.facilities-list li {
    font-size: 13px;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 32%;
    overflow: hidden;
    display: inline-block;
}

.facilities-list li i {
    display: inline-block;
}

.facilities-list span {
    display: inline-block;
    width: 81%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .facilities-list span {
        width: 76%;
    }
}

@media (max-width: 767px) {
    .facilities-list span {
        width: auto;
    }
}

/** Características */
.properties-condition li {
    font-size: 13px;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.properties-condition li i {
    display: inline-block;
    margin-right: 8px !important;
}

.properties-condition span {
    display: inline-block;
    width: 79%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .properties-condition span {
        width: 76%;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    .properties-condition span {
        width: 70%;
    }
}

@media (max-width: 360px) {
    .properties-condition span {
        width: 63%;
    }
}

/** CardProperty */
.card-property-1 {
    height: 105px;
    overflow: hidden;
}

.card-property-1 li {
    margin-bottom: 0 !important;
}

.card-property-1 span {
    width: 68%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .card-property-1 span {
        width: 76%;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    .card-property-1 span {
        width: 70%;
    }
}

@media (max-width: 360px) {
    .card-property-1 span {
        width: 63%;
    }
}

/** Footer, Contacta con nostros, movil */
@media (max-width: 767px) {
    footer .personal-info li {
        padding-left: 0 !important;
    }
}

/** Home - Bloque ¿Que estas buscando? */
@media (max-width: 767px) {
    .our-service .content {
        height: unset !important;
    }
}

/** Servicios - Servicios destacados */
@media (max-width: 767px) {
    .services-info-3 {
        height: unset !important;
    }
}

/** Servicios - Servicios personalizados */
.services-info-2 .caption.detail {
    height: 374px;
}

@media (max-width: 1199px) {
    .services-info-2 .caption.detail {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .services-info-2 .caption.detail {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .services-info-2 .caption.detail {
        height: 160px;
    }
}

/** Footer parte de abajo orden movil */
.copy-right .only-small {
    display: none;
}

@media (max-width: 767px) {
    .copy-right {
        padding-top: 0;
    }

    .copy-right .copy-row {
        display: flex;
        flex-direction: column;
    }

    .copy-right .col-rrss {
        order: 1;
        margin-top: 0;
    }

    .copy-right .col-legallinks {
        order: 2;
    }

    .copy-right .col-copyright {
        order: 3;
        margin-top: 20px;
    }

    .copy-right .col-legallinks a {
        margin-left: 0;
    }

    .copy-right .only-small {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }
}

/** Publish. Images placeholrer on mobile */
@media (max-width: 400px) {
    .dropzone-design .dz-default.dz-message span {
        font-size: 15px;
    }
}

@media (max-width: 359px) {
    .dropzone-design .dz-default.dz-message span {
        font-size: 13px;
    }
}

/** Publish. Accept. Validation */
@media (max-width: 383px) {
    .accept-field .error-message {
        bottom: 0 !important;
    }
}

/** Home. Buscador. Radio buttons centrados  */
@media (max-width: 991px) {
    .search-area .radio-theme {
        text-align: center;
    }
}

/** Footer - Barra inferior */
@media (max-width: 768px) {
    .copy-right {
        border-top: unset;
    }
}

/** Detalle - Formulario de vivienda - Validación */
@media (max-width: 375px) {
    .accept-form-singular-property span.error-message {
        bottom: -10px !important;
    }
}

/** Footer - Fix ipad */
@media (min-width: 768px) and (max-width: 991px) {
    footer .contact-col {
        width: 35%;
    }

    footer .lastProperties-col {
        width: 47%;
    }

    footer .lastProperties-col .left-col {
        width: 100%;
    }

    footer .lastProperties-col .right-col {
        display: none;
    }

}

/** Contacto */
@media (max-width: 991px) {
    #contact_form_col {
        padding-top: 55px;
    }

    .contact-details h3 {
        margin-top: 30px;
    }
}

/** Radio input */
.radio {
    padding-left: 20px;
    margin: 15px 0;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-content-box .radio label::before {
    border: none;
}

.radio-theme input[type="radio"]:checked + label::before {
    background-color: #fff;
}

input[type=radio]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
    padding-top: 1px;
}

/** Legal pages */
.legal-page table {
    margin-top: 15px;
    margin-bottom: 25px;
}

.legal-page table td {
    padding: 5px 10px;
}

.legal-page a {
    font-weight: 600;
}

/** Contacto. Ellipsis en campos que no cabe el texto */
.submit-address form label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Iconos */
.icono-luminoso,
.icono-ascensor,
.icono-aire-acondicionado,
.icono-amueblado,
.icono-piscina {
    margin-right: 7px;
    width: 100%;
    height: 100%;
    max-width: 15px;
    max-height: 15px;
    vertical-align: middle;
}

.property-price {
    background: #00000090;
    padding: 0 5px;
    border-radius: 2px;
    left: unset !important;
    right: 15px;
}

.property-tag-top-right {
    left: auto !important;
    right: 15px !important;
    margin-top: 15px;
}

.position-top-right {
    left: auto !important;
    right: 15px !important;
    margin-top: 0 !important;
}

.property-tag.featured.reserved, .property-2 .featured.reserved {
    color: #fff;
    background-color: #a83308;
}

.media .media-left {
    position: relative;
}

.media .media-left .reserved {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: calc(100% - 15px);
    color: #fff;
    background-color: #a83308;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.detail-tag.reserved {
    position: absolute;
    left: 50%;
    bottom: calc(100% + -30px);
    height: 25px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    color: #fff;
    background-color: #a83308;
    border-radius: 2px;
    transform: translateX(-50%);
}

.vr-icon {
    width: auto;
    height: 18px;
}

.title-home,
.title-services,
.title-about,
.title-contact {
    padding: 25px;
    margin-top: -25px;
    background-color: #ffffff00;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 27px;
}

.floor-plans iframe {
    height: 100%;
    min-height: 450px;
    max-height: 450px;
}

@media (max-width: 1024px) {

    .default-menu-nav {
        margin-left: 10px;
    }

    .logo {
        margin-right: 0px !important;
    }

    .logo img {
        width: 115px;
        height: 35px;
    }

}

@media (max-width: 768px) {

    .navbar-default .navbar-nav > .active > a {
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav > .active > a.button {
        max-width: 135px;
    }

    .default-menu-nav {
        margin-left: 0;
    }

    .btn-wantToSell a {
        width: 100%;
        max-width: 150px;
        margin: 5px !important;
    }

    .rightside-navbar {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
    }

    .main-header .navbar-default .nav > li > a.button {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 10px;
    }

    .logo img {
        width: 90px;
        height: 30px;
    }
}

@media (max-width: 575px) {

    .main-header .navbar-default .nav > li > a.button {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        margin-top: 0 !important;
        margin-left: 25px;
        max-width: 135px;
    }

    .main-header .navbar-default .nav > li > a {
        padding: 6px 15px !important;
    }

    .floor-plans iframe {
        min-height: 300px;
        max-height: 300px;
    }

}

.filtr-container {
    height: 100%;
    min-height: 1100px;
    max-height: 1100px;
}

.facilities-list.style2 i {
    margin-right: 8px !important;
}

.facilities-list.style2 li {
    margin-right: 0;
    width: 50%;
}

.facilities-list.style2 span {
    width: 77%;
}

@media (min-width: 1200px) {
    #btnMobile {
        display: none !important;
    }

    #menu-navbar {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .facilities-list.style2 span {
        width: 70%;
    }

    #btnMobile {
        display: block !important;
    }

    #menu-navbar {
        display: none;
        position: absolute;
        top: 78px;
        left: 0;
        width: 100%;
        background: #333333;
        padding-bottom: 15px;
    }

    .default-menu-nav {
        align-items: flex-start !important;
        flex-flow: column;
        width: 100%;
        border-top: 1px solid #e7e7e7;
        margin: 0;
    }

    .default-menu-nav li {
        width: 100%;
    }

    .default-menu-nav li > a {
        padding: 8px 15px 8px 15px !important;
        border-top: 0 !important;
        text-align: left;
    }

    .default-menu-nav li > a:hover {
        background: #fcd41c !important;
        color: #FFFFFF !important;
    }

    .btn-wantToSell a {
        margin: 8px 15px !important;
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .rightside-navbar {
        display: block !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }

    #menu-navbar {
        top: 70px;
    }
}

@media (max-width: 767px) {
    .rightside-navbar li a.button {
        border: 0 !important;
        color: #4a4747 !important;
        font-weight: 600 !important;
        margin-top: 0 !important;
    }
}

.checkbox label {
    overflow: visible !important;
}

@media (max-width: 1199px) {
    .logo {
        margin-right: 25px;
    }

    .main-header .navbar .navbar-collapse ul.nav li a {
        padding: 20px 10px 26px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.nav.navbar-right {
        position: absolute;
        right: 55px;
        top: 73px;
    }

    .logo img {
        width: 130px !important;
        height: 35px;
        object-fit: contain;
    }
}

.media-flex {
    display: flex;
    align-items: center;
}

.media-flex .media-body p {
    margin: 0;
}

.titular-big {
    text-align: center;
    font-size: 60px;
}

.titular-big .notification-box {
    margin-top: 40px;
}

.validation-message {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -17px;
}

@media (max-width: 991px) {
    .featured-properties .container .filtr-container {
        max-height: inherit;
    }
}

.btn-wantToSell a {
    margin: 20px 0 20px 5px;
    /*background: white;*/
    border-radius: 20px;
    padding: 5px 15px !important;
    /*color: black !important;*/
    border-top: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    transition: all .3s linear;
}

.default-menu-nav {
    height: 100%;
    min-height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.default-menu-nav li > a {
    position: relative;
    display: block;
    padding: 20px 15px 26px;
    font-size: 14px;
    border-top: solid 5px transparent;
    line-height: 27px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}

.default-menu-nav li > a:hover {
    background: transparent;
}

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Icon Hamburguer */
#btnMobile {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    transform: scale(0.5);
    display: none;
}

#btnMobile span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#btnMobile span:nth-child(1) {
    top: 2px;
}

#btnMobile span:nth-child(2),
#btnMobile span:nth-child(3) {
    top: 18px;
}

#btnMobile span:nth-child(4) {
    top: 34px;
}

#btnMobile.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#btnMobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btnMobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#btnMobile.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.IconProperty {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    display: -webkit-box;
    display: flex;
}

.IconProperty i,
.IconProperty img {
    margin-right: 5px;
}

.title-popular h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #c5c5c5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.nop-title {
    margin-bottom: 30px !important;
}

.nop-title h2 {
    margin-bottom: 0 !important;
}

.content-popular {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
}

.content-popular .main-title-2 {
    margin-bottom: 20px;
}

.content-link-popular ul {
    padding-left: 30px;
}

.content-link-popular ul > li {
    margin-bottom: 8px;
    list-style: outside;
    color: #fcd41c;
}

.content-link-popular ul > li a {
    font-weight: 600;
    font-size: 14px;
}

.content-link-popular ul > li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .contact-2 .contact-details h3{
        font-size: 19px;
        text-transform: uppercase;
    }
}
.office .contact-details h3{
    text-transform: uppercase;
}
