    body {
        font-family: 'Roboto', sans-serif;
        /*    font-family: 'Montserrat', sans-serif; */
    }
    
    h1 {
        display: inline;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 0;
    }
    
    h2 {
        font-size: 28px;
        font-weight: bold;
        padding-top: 14px;
        padding-bottom: 14px;
        margin-bottom: 0;
    }
    
    h3 {
        margin-top: 6px;
        margin-bottom: 6px;
        font-weight: bold;
        font-size: 21px;
    }
    
    h4 {
        font-size: 26px;
        font-weight: normal;
    }
    
    select {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }
    
    .btn {
        border-width: 0;
    }
    
    .btn-xs {
        padding: 0px 18px;
        font-size: 12px;
    }
    
    .btn-lg {
        padding: 10px 18px;
    }
    
    .btn-xl {
        padding: 9px 18px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 26px;
    }
    
    .title {
        text-align: center;
        position: relative;
        top: -26px;
        z-index: 1000;
    }
    
    .title h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-style: italic;
        display: inline-block;
        font-size: 25px;
        padding: 11px 25px;
        margin-bottom: 0;
        min-width: 430px;
    }
    
    .separator {
        border-width: 0 0 4px 0;
        border-style: solid;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #image_bar {
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .color-box {
        border-radius: 8px;
        padding: 12px 22px 22px;
        font-size: 20px;
        line-height: 26px;
    }
    
    h2 .social-icons a img {
        height: 34px;
        width: 34px;
    }
    
    .social-icons img {
        margin-right: 4px;
        width: 30px;
    }
    
    .pager ul {
        align-items: center;
        justify-content: center;
    }
    
    .pager ul .page-item .page-link {
        cursor: pointer;
        margin-right: 8px;
        height: 32px;
        padding: 4px 12px;
        border-radius: 6px;
        margin-bottom: 6px;
        font-weight: bold;
        font-size: 18px;
        border-width: 0;
    }
    
    .pager ul .image-item .page-link {
        background-color: transparent !important;
        margin-right: 6px;
        padding: 0px 8px;
    }
    
    @media (max-width: 767px) {
        .title {
            position: static;
        }
        .title h2 {
            background-color: transparent;
            font-style: normal;
            font-weight: normal;
            font-size: 37px;
            padding: 11px 20px;
            min-width: auto;
            margin-top: 20px;
        }
        .title h2 {
            font-size: 28px;
            padding: 11px 0px;
        }
        .social-icons img {
            margin-right: 4px;
            width: 20px;
        }
        h4 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .separator {
            border-width: 0 0 2px 0;
            margin-top: 14px;
            margin-bottom: 14px;
        }
        .color-box {
            border-radius: 0px;
            padding: 0;
            font-size: inherit;
            line-height: inherit;
        }
        .pager ul .page-item .page-link {
            cursor: pointer;
            margin-right: 4px;
            height: 30px;
            padding: 3px 8px;
            border-radius: 6px;
            margin-bottom: 6px;
            font-weight: bold;
            font-size: 18px;
            border-width: 0;
        }
        .pager ul .image-item .page-link img {
            height: 24px;
        }
    }
    
    @media (max-width: 575px) {
        .title h2 {
            font-size: 28px;
            padding: 11px 0px;
        }
    }
    /*
***************** MAIN LAYOUT ***********************************
 */
    
    .navbar {
        height: 88px;
        z-index: 1001;
    }
    
    .navbar-nav {
        margin-top: 12px;
        max-width: 100%;
    }
    
    .navbar-nav li a {
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .navbar-toggler {
        position: absolute;
        top: 12px;
        right: 16px;
        border-width: 0;
    }
    
    .navbar-toggler-icon {
        font-size: 1.8em;
    }
    
    .navbar-toggler {
        padding-top: 12px;
        padding-bottom: 12px;
        /* margin-top: 2px;*/
    }
    
    .navbar-toggler>.close {
        display: inline;
    }
    
    .navbar-toggler.collapsed>.close,
    .navbar-toggler:not(.collapsed)>.hamb-icon {
        display: none;
    }
    
    #login_link,
    #signup_link {
        display: none;
    }
    
    #user_block {
        margin-top: 12px;
        width: 176px;
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        top: 22px;
        right: 8px;
    }
    
    #user_block a {
        font-weight: bold;
    }
    
    #user_block button {
        padding: 4px 8px;
    }
    
    @media (max-width: 1199px) {
        #user_block {
            width: 115px;
            text-align: center;
            margin-top: 0px;
            position: relative;
            top: -5px;
        }
        .navbar-nav {
            margin-top: 8px;
        }
    }
    
    @media (max-width: 1140px) {
        h1 {
            font-size: 22px;
        }
        #logo_icon {
            width: 50px;
        }
        .navbar-nav li a {
            font-size: 17px;
        }
        #user_block {
            width: 115px;
            text-align: center;
            margin-top: 0px;
            position: relative;
            top: -5px;
        }
    }
    
    @media (max-width: 991px) {
        h1 {
            font-size: 20px;
        }
        .navbar-nav {
            margin-top: 4px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        #home_link {
            display: none;
        }
        h1 {
            font-size: 18px;
        }
        .navbar-nav li a {
            font-size: 14px;
        }
        #logo_icon {
            width: 32px;
        }
    }
    
    @media (max-width: 767px) {
        .navbar {
            height: auto;
            min-height: 76px;
        }
        .navbar-nav {
            margin-top: 46px;
        }
        .navbar-nav li a {
            font-size: 32px;
            font-weight: bold;
            line-height: 38px;
        }
        #login_link,
        #signup_link {
            display: block;
        }
        #login_link {
            margin-top: 60px;
        }
        #signup_link {
            margin-bottom: 10px;
        }
    }
    /*
***************** FOOTER ***********************************
 */
    
    #contact_data h4 {
        font-size: 38px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 8px;
    }
    
    #contact_data {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.3em;
        font-family: 'Montserrat', sans-serif;
    }
    
    #phone_box {
        vertical-align: middle;
        font-size: 50px;
        line-height: 52px;
        font-weight: bold;
        padding: 16px 24px;
        font-family: 'Montserrat', sans-serif;
        width: 400px;
        cursor: pointer;
        height: 136px;
    }
    
    #phone_box img {
        height: 106px;
    }
    
    #phone_box #number {
        margin-top: 22px;
    }
    
    .footer-copyright {
        height: 82px;
    }
    
    .footer-copyright .container {}
    
    @media (min-width: 768px) and (max-width: 991px) {
        #phone_box {
            font-size: 39px;
            width: 330px;
        }
        #phone_box img {
            height: 96px;
        }
    }
    
    @media (max-width: 767px) {
        #contact_data {
            width: 100%;
        }
        #phone_box {
            margin-right: auto;
            margin-left: auto;
        }
    }
    
    @media (max-width: 575px) {
        #contact_data h4 {
            font-size: 28px;
        }
        #contact_data {
            font-size: 13px;
        }
        #phone_box {
            font-size: 32px;
            line-height: 37px;
            padding: 11px 17px;
            width: 262px;
            height: 97px;
        }
        #phone_box img {
            height: 75px;
        }
        #phone_box #number {
            margin-top: 16px;
        }
    }
    /*
***************** HOME ***********************************
 */
    
    #main_bar {
        height: 432px;
        background-image: url('../images/landscape2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    #opportunity {
        font-family: Serif;
    }
    
    #opportunity h3 {
        font-size: 18px;
    }
    
    #opportunity p {
        font-size: 14px;
        font-style: italic;
    }
    
    .line {
        border: 1px solid;
        width: 130px;
        height: 0px;
        margin-top: 8px;
    }
    
    #quick_search_container {
        height: 0;
    }
    
    #quick_search {
        position: relative;
        top: -400px;
    }
    
    #quick_search input,
    #quick_search select,
    #quick_search #submit_button {
        font-size: 24px;
        padding: 2px 8px;
        height: 44px;
    }
    
    #quick_search img {
        height: 24px;
    }
    
    .carousel-control-prev-icon {
        background-image: url("../images/arrow-left.png") !important;
        width: 16px !important;
        height: 28px !important;
    }
    
    .carousel-control-next-icon {
        background-image: url("../images/arrow-right.png") !important;
        width: 16px !important;
        height: 28px !important;
    }
    
    .owl-stage {
        margin: 0 auto;
    }
    
    .owl-prev {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 27%;
        margin-left: -25px;
        display: block !important;
        border: 0px solid black;
        left: -35px;
    }
    
    .owl-next {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 27%;
        right: -35px;
        display: block !important;
        border: 0px solid black;
    }
    
    .owl-prev i,
    .owl-next i {
        font-size: 30px !important;
        color: #ccc;
    }
    
    .slide-image {
        background-color: black;
        height: 242px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
        /* optional, center the image */
    }
    
    .property-info {
        position: absolute;
        bottom: 0;
        min-height: 68px;
        font-size: 11px;
        line-height: 13px;
        width: 100%;
        padding: 3px 4px;
        z-index: 1000;
    }
    
    .add-fav {
        position: absolute;
        top: 3px;
        right: 8px;
        font-size: 20px;
    }
    
    .precioprop {
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 0;
    }
    
    #highlights {
        padding-bottom: 62px;
    }
    
    #highlights .title {
        text-align: center;
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }
    
    #map {
        height: 400px;
        position: relative;
        top: -50px;
    }
    
    #pac-input {
        font-size: 16px;
        font-weight: 300;
        margin-top: 36px;
        padding: 6px 30px 6px 14px;
        text-overflow: ellipsis;
        width: 430px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        border-width: 0;
        border-radius: 0.25rem;
    }
    
    .infowindow {
        width: 200px;
        height: 200px;
    }
    
    .infowindow div div div a .slide-image {
        height: 200px;
    }
    
    #opportunity_section {
        position: relative;
        top: -50px;
        padding: 140px 80px;
    }
    
    #opportunity_section h2 {
        text-align: center;
        font-size: 52px;
        font-family: 'Montserrat', sans-serif;
        font-style: italic;
    }
    
    #opportunity_section p {
        font-family: 'Montserrat', sans-serif;
        line-height: 22px;
    }
    
    #news {
        font-family: 'Montserrat', sans-serif;
        position: relative;
        top: -24px;
    }
    
    .post a h3 {
        font-size: 18px;
        font-weight: normal;
    }
    
    .post p {
        line-height: 20px;
    }
    
    .post .author {
        color: white;
        font-size: 15px;
    }
    
    .post {
        border-bottom-width: 2px;
        border-bottom-style: solid;
        min-height: 178px;
    }
    
    .post img {
        border-radius: 8px;
        max-height: 120px;
        margin: 5px 26px 10px 0;
        -webkit-box-shadow: -10px 10px 23px -6px rgba(0, 0, 0, 0.58);
        -moz-box-shadow: -10px 10px 23px -6px rgba(0, 0, 0, 0.58);
        box-shadow: -10px 10px 23px -6px rgba(0, 0, 0, 0.58);
    }
    
    #news .container .row .col button {
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    
    #to_top a {
        font-weight: bold;
        font-size: 18px;
    }
    
    #to_top i {
        font-size: 52px;
        line-height: 52px;
    }
    
    @media (min-width: 992px) and (max-width: 1199px) {
        .slide-image {
            height: 192px;
        }
        .owl-prev {
            height: 80px;
            top: 27%;
        }
        .owl-next {
            height: 80px;
            top: 27%;
        }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        #quick_search input,
        #quick_search select,
        #quick_search #submit_button {
            font-size: 17px;
            padding: 2px 4px;
            height: 38px;
        }
        #quick_search img {
            height: 18px;
        }
        .slide-image {
            height: 188px;
        }
        .owl-prev {
            height: 73px;
            top: 27%;
        }
        .owl-next {
            height: 73px;
            top: 27%;
        }
        #opportunity_section h2 {
            font-size: 48px;
        }
    }
    
    @media (max-width: 767px) {
        #main_bar {
            height: 199px;
        }
        #quick_search_container {
            height: auto;
        }
        #quick_search {
            position: static;
            top: 0;
        }
        #quick_search .container {
            max-width: 100%;
            width: 100%;
        }
        #quick_search input,
        #quick_search select,
        #quick_search #submit_button {
            font-size: 16px;
            padding: 2px 6px;
            height: 38px;
            border: 0;
        }
        #quick_search img {
            height: 14px;
        }
        .slide-image {
            height: 207px;
        }
        .owl-prev {
            height: 73px;
            top: 27%;
        }
        .owl-next {
            height: 73px;
            top: 27%;
        }
        #map {
            top: 0;
        }
        #highlights {
            padding-bottom: 4px;
        }
        #local_properties_title h2 {
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 6px;
            padding-left: 8px;
            padding-right: 8px;
        }
        #pac-input {
            margin-top: 0;
            border-width: 18px;
            font-weight: normal;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
        }
        #opportunity {
            position: fixed;
            top: 210px;
            z-index: 1000;
            right: 0;
            width: 100%;
        }
        #opportunity h3 {
            font-size: 27px;
            font-weight: bold;
            font-family: 'Roboto', sans-serif;
            margin-bottom: 38px;
        }
        #opportunity p {
            font-size: 21px;
            line-height: 25px;
            font-family: 'Roboto', sans-serif;
            font-style: normal;
        }
        #opportunity button {
            padding: 0px 18px;
            font-size: 26px;
            font-family: 'Roboto', sans-serif;
            border-radius: 0;
        }
        #opportunity .line {
            display: none;
        }
        #close_opportunity {
            position: absolute;
            right: 18px;
            top: 12px;
            cursor: pointer;
            font-size: 22px;
        }
        #opportunity_section {
            padding: 60px 30px;
        }
        #opportunity_section h2 {
            font-size: 32px;
        }
       
        #news h2 {
            font-size: 37px;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
        }
        .post a h3 {
            font-size: 14px;
        }
        .post p {
            line-height: 18px;
            font-size: 12px;
        }
        .post .author {
            color: white;
            font-size: 12px;
        }
        .post {
            border-bottom-width: 2px;
            border-bottom-style: solid;
        }
        #news .container .row .col button {
            font-weight: bold;
            font-size: 24px;
        }
        .post img {
            max-height: 108px;
        }
    }
    
    @media (max-width: 575px) {
        #quick_search img {
            height: 22px;
        }
        .slide-image {
            height: 207px;
        }
        .owl-prev {
            height: 33%;
            top: 33%;
        }
        .owl-next {
            height: 33%;
            top: 33%;
        }
        #pac-input {
            width: 100%;
        }
        #news h2 {
            font-size: 28px;
        }
        .post img {
            max-height: 90px;
        }
    }
    /*
***************** CONTACT ***********************************
 */
    
    #contact_form h2 {
        font-weight: bold;
        font-size: 19px;
        font-family: 'Montserrat', sans-serif;
    }
    
    #contact_form h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }
    
    #contact_form .control-label,
    #search_form .control-label {
        margin-bottom: 0;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        border-width: 0;
    }
    
    #contact_form .form-control {
        border-width: 0 !important;
        border-radius: 10px;
    }
    
    #contact_form input[type=text] {
        height: 27px;
    }
    
    #contact_form .control-group {
        margin-bottom: 8px;
    }
    
    #contact_form img {
        margin-bottom: 5px;
        border-radius: 10px;
        margin-right: 10px;
    }
    
    #contact_form button {
        font-size: 18px;
    }
    
    #extra_info {
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
    }
    
    #real_estate_list {
        font-family: 'Montserrat', sans-serif;
    }
    
    #real_estate_list h2 {
        font-weight: normal;
        font-size: 36px;
        padding-top: 0;
    }
    
    #real_estate_list h3 {
        font-weight: normal;
        font-size: 23px;
    }
    
    #real_search .row div input,
    #real_search .row div button {
        font-size: 22px;
        padding: 2px 10px;
        height: 42px;
        border-width: 1px;
        border-style: solid;
    }
    
    #real_search .row div button {
        border-width: 1px;
    }
    
    #real_search .row div button img {
        width: 22px;
    }
    
    .estate-box {
        font-size: 18px;
        line-height: 22px;
    }
    
    #view_all i {
        font-size: 74px;
        line-height: 64px;
    }
    
    #view_all a {
        line-height: 12px;
        font-size: 12px;
        font-weight: bold;
        vertical-align: top;
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        #real_search .row div button img {
            width: 18px;
        }
        #real_search .row div input,
        #real_search .row div button {
            font-size: 20px;
        }
    }
    
    @media (max-width: 767px) {
        #contact_form input[type=text] {
            height: 32px;
        }
        #contact_form textarea {
            height: 160px;
        }
        #contact_form .control-group {
            margin-bottom: 10px;
        }
        #contact_form button {
            background-color: transparent;
            font-weight: bold;
            font-size: 24px;
            padding: 2px;
        }
        #extra_info {
            font-size: 19px;
            line-height: 23px;
        }
        #real_estate_list h2 {
            font-size: 14px;
        }
        #real_estate_list p {
            font-size: 10px;
        }
        #real_estate_list h3 {
            font-size: 12px;
        }
        #real_search .row div input,
        #real_search .row div button {
            font-size: 12px;
            padding: 2px 10px;
            height: 20px;
        }
        #real_search .row div button {
            padding: 0px 4px 2px 4px;
            height: 20px;
            display: block;
        }
        #real_search .row div button img {
            width: 10px;
        }
        .estate-box {
            font-size: 10px;
            line-height: 14px;
        }
    }
    
    @media (max-width: 575px) {
        #extra_info {
            font-size: 14px;
            line-height: 20px;
        }
        #real_search .row div button {
            width: 100%;
        }
    }
    /*
***************** BLOG ***********************************
 */
    
    #post_body {
        padding-bottom: 74px;
    }
    
    #post_date {
        font-size: 22px;
        font-family: 'Montserrat', sans-serif;
        font-style: italic;
    }
    
    #resume {
        font-weight: bold;
        font-size: 20px;
        font-style: italic;
        color: #febb12;
        line-height: 25px;
    }
    
    #past_posts {
        margin-top: 126px;
        font-family: 'Montserrat', sans-serif;
        text-align: right;
    }
    
    #past_posts h3 {
        font-size: 18px;
    }
    
    #past_links {
        list-style-type: none;
    }
    
    #past_links li {
        padding-top: 8px;
        padding-bottom: 8px;
        font-weight: normal;
        font-size: 15px;
    }
    
    #read_more {
        line-height: 32px;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
    }
    
    #read_more i {
        font-size: 32px;
        line-height: 32px;
        vertical-align: middle;
    }
    
    .news-container {
        margin-top: 100px;
    }
    
    .partial-body {
        height: 400px;
        overflow: hidden;
        -webkit-mask-image: -webkit-gradient(linear, left 70%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
        /* -webkit-mask-image: linear-gradient(to bottom, black 99%,  transparent 1%);
     mask-image: linear-gradient(to bottom, black 99%, transparent 1%);*/
    }
    
    @media (max-width: 767px) {
        #post_date {
            font-size: 16px;
        }
        #post_body {
            padding-bottom: 14px;
        }
        .news-container {
            margin-top: 22px;
        }
    }
    /*
***************** PROPERTY ***********************************
 */
    
    #property_card .container h2 {
        font-weight: normal;
        font-family: 'Montserrat', sans-serif;
        font-size: 52px;
        font-style: italic;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #link_top_to_back {
        font-size: 22px;
        line-height: 50px;
    }
    
    .selected .img-thumb {
        opacity: 0.5;
    }
    
    #slider_thumbs {}
    
    .img-thumb {
        width: 100px;
        height: 80px;
        border-radius: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    
    #slider_thumbs .list-inline .list-inline-item:not(:last-child) {
        /* margin-right: .7rem;*/
    }
    
    #slider_thumbs ul .owl-nav .owl-prev {
        width: 15px;
        height: 80px;
        position: absolute;
        top: 0%;
        margin-left: 10px;
        display: block !important;
        border: 0px solid black;
        left: -35px;
    }
    
    #slider_thumbs ul .owl-nav .owl-next {
        width: 15px;
        height: 80px;
        position: absolute;
        top: 0%;
        right: -22px;
        display: block !important;
        border: 0px solid black;
    }
    
    .real-estate-mini {
        font-size: 22px;
        line-height: 50px;
    }
    
    .real-estate-mini img {
        height: 50px;
    }
    
    #padron p {
        font-size: 21px;
        font-weight: normal;
        line-height: 27px;
    }
    
    #social_title {
        line-height: 34px;
    }
    
    #data_sheet {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 22px;
    }
    
    .prop-table tr th,
    .prop-table tr td {
        width: 50%;
        vertical-align: top;
        font-size: 18px;
    }
    
    .reference {
        font-size: 20px;
        font-weight: bold;
        float: right;
    }
    
    .operation {
        font-size: 34px;
        line-height: 40px;
        font-weight: bold;
        margin-top: 20px;
    }
    
    .big-field {
        margin-top: 40px;
        font-size: 22px;
        line-height: 24px;
        font-weight: bold;
    }
    
    #see_more_link,
    #see_less_link {
        cursor: pointer;
    }
    
    #property_map {
        height: 350px;
        width: 100%;
        -webkit-border-radius: 10px;
        z-index: 0;
    }
    
    #real_estate_profile h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
        font-size: 40px;
        margin-top: 14px;
    }
    
    #real_estate_profile #real_name {
        font-size: 19px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }
    
    #real_estate_profile #real_phone {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: bold;
    }
    
    .extras h3 {
        font-size: 38px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 36px;
    }
    
    .result {}
    
    .result .image {
        height: 150px;
        background-size: cover;
        /* <------ */
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .result .property-info {
        position: static;
        padding-top: 0;
        background-color: transparent;
        min-height: 68px;
        font-size: 20px;
        line-height: 24px;
    }
    
    .result .property-info .add-fav {
        font-size: 44px;
    }
    
    .result .property-info .precioprop {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 4px;
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        .result {
            margin-bottom: 35px;
        }
        .result .property-info {
            font-size: 15px;
            line-height: 17px;
        }
        .result .property-info .add-fav {
            right: 0px;
        }
        .result .property-info .add-fav a i {
            font-size: 36px;
        }
        .result .image {
            height: 120px;
        }
        .result .property-info .precioprop {
            font-size: 26px;
            line-height: 28px;
            margin-bottom: 2px;
        }
    }
    
    @media (min-width: 768px) {
        #main_slider .slide-image {
            height: 446px;
        }
        #main_slider .property-info {
            min-height: 114px;
            padding: 6px 14px;
            font-size: 20px;
            line-height: 22px;
            font-family: 'Montserrat', sans-serif;
        }
        #main_slider .property-info .precioprop {
            font-size: 32px;
            line-height: 34px;
            margin-bottom: 2px;
        }
        #main_slider .property-info .add-fav {
            top: 12px;
            right: 20px;
            font-size: 32px;
        }
    }
    
    @media (max-width: 767px) {
        .img-thumb {
            width: 80px;
            height: 64px;
        }
        #slider_thumbs .list-inline .list-inline-item:not(:last-child) {
            /*  margin-right: .6rem;*/
        }
        #slider_thumbs ul .owl-nav .owl-prev {
            height: 64px;
        }
        #slider_thumbs ul .owl-nav .owl-next {
            height: 64px;
        }
        .real-estate-mini {
            font-weight: bold;
            font-size: 20px;
            line-height: 42px;
        }
        .real-estate-mini img {
            height: 42px;
        }
        .real-estate-mini img:first-child {
            margin-right: 10px;
        }
        #padron p {
            font-size: 12px;
            line-height: 14px;
        }
        #social_title {
            text-align: center;
        }
        #data_sheet {
            margin-top: 14px;
            padding: 16px;
            border-radius: 16px;
            font-size: 15px;
            line-height: 22px;
        }
        #data_sheet h5 {
            font-size: 16px;
        }
        .prop-table tr th {
            font-weight: normal;
        }
        .prop-table tr th,
        .prop-table tr td {
            font-size: 15px;
        }
        .operation {
            font-size: 20px;
            font-weight: normal;
            line-height: 26px;
            margin-top: 8px;
        }
        .big-field {
            font-size: 18px;
            font-weight: bold;
        }
        #property_map {
            height: 260px;
        }
        .extras h3 {
            font-size: 22px;
            margin-bottom: 12px;
        }
        .result {
            margin-bottom: 30px;
        }
        .result .property-info {
            font-size: 11px;
            line-height: 13px;
        }
        .result .property-info .add-fav {
            right: 20px;
        }
        .result .property-info .add-fav a i {
            font-size: 30px;
        }
        .result .image {
            height: 90px;
        }
        .result .property-info .add-fav {
            font-size: 20px;
        }
        .result .property-info .precioprop {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 2px;
        }
    }
    
    @media (max-width: 575px) {
        .real-estate-mini img {
            height: 32px;
        }
        .real-estate-mini {
            font-weight: bold;
            font-size: 16px;
            line-height: 32px;
        }
        .reference {
            font-size: 16px;
            float: none;
        }
        .result .property-info .add-fav {
            font-size: 20px;
            right: 0;
            top: 14px;
        }
    }
    /*
***************** ABOUT US ***********************************
 */
    
    #about_us h2 {
        font-size: 34px;
        font-weight: normal;
        font-style: italic;
        font-family: 'Montserrat', sans-serif;
        padding-top: 0;
        padding-bottom: 12px;
    }
    
    #about_description {
        font-size: 24px;
    }
    
    .white-bottom {
        padding-bottom: 10px;
    }
    
    @media (max-width: 767px) {
        #about_us img {
            margin-left: auto;
            margin-right: auto;
        }
        #about_us img,
        #about_us img {
            border-radius: 8px;
        }
        .white-bottom {
            border-bottom: none;
        }
        #about_us h2 {
            font-weight: bold;
            font-size: 26px;
            margin-top: 6px;
        }
        #about_description,
        #about_description_2 {
            font-style: italic;
            font-weight: normal;
            font-family: 'Montserrat', sans-serif;
            line-height: 20px;
        }
    }
    /*
***************** USER END ***********************************
 */
    
    .user-end {
        padding-top: 42px;
    }
    
    .user-end h1 {
        font-size: 76px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    
    .user-end form {
        margin-top: 46px;
    }
    
    .user-end .form-group label {
        font-size: 30px;
        margin-bottom: 0;
    }
    
    .user-end .form-group input,
    #back_button {
        border-style: none;
        border-radius: 0;
        height: 48px;
        font-size: 30px;
    }
    
    #back_button {
        margin-top: 56px;
    }
    
    .user-end .form-group input[type=submit],
    #back_button {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .user-modal {
        padding-right: 0 !important;
    }
    
    .user-modal .modal-dialog {
        min-width: 100%;
        margin: 0;
        border-radius: 0;
    }
    
    .user-modal .modal-dialog .modal-content {
        border-radius: 0;
    }
    
    .user-modal .modal-dialog .modal-header {
        border-bottom-style: none;
    }
    
    .user-modal .modal-dialog .modal-body {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .user-modal .modal-dialog .modal-body h3 {
        font-size: 32px;
    }
    
    #login_modal .user-end h3 {
        font-size: 40px;
    }
    
    #login_modal form {
        margin-top: 18px;
    }
    
    .user-end small {
        font-size: 18px;
    }
    
    @media (max-width: 991px) {
        .user-end h1 {
            font-size: 60px;
            font-weight: normal;
            margin-bottom: 20px;
        }
    }
    
    @media (max-width: 767px) {
        .user-end h1 {
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .user-end form {
            margin-top: 22px;
        }
        .user-end small {
            font-size: 16px;
        }
        .user-end .form-group .submit-button[type=submit],
        #back_button {
            margin-top: 14px;
            font-size: 34px;
            line-height: 48px;
            padding-left: 18px;
            padding-right: 18px;
            font-weight: normal;
            font-family: 'Montserrat', sans-serif;
        }
        #back_button {
            margin-top: 56px;
        }
        #login_modal .user-end h3 {
            font-size: 32px;
        }
    }
    
    @media (max-width: 575px) {
        .user-end h1 {
            font-size: 32px;
        }
        .user-end .form-group label {
            font-size: 25px;
            margin-bottom: 0;
        }
    }
    /*
***************** SEARCH ***********************************
 */
    
    #search_form label {
        margin-bottom: 6px !important;
        font-weight: bold;
        font-size: 18px;
    }
    
    #search_form .form-group {
        margin-bottom: 12px;
    }
    
    #search_form .form-control {
        border-width: 0;
        border-radius: 6px;
        font-weight: bold;
        height: 32px;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        padding: 4px 8px;
    }
    
    #search_form select option {
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
    }
    
    #search_form select {
        background: url(../images/arrow-down-small.png) 95% no-repeat;
    }
    
    #search_form .btn-group-toggle label {
        cursor: pointer;
        margin-right: 10px;
        height: 32px;
        padding: 4px 12px;
        border-radius: 6px;
    }
    
    #currency_selector {
        line-height: 12px;
    }
    
    #currency_up,
    #currency_down {
        cursor: pointer;
        width: 14px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 1px;
    }
    
    #currency_symbol {
        background-color: transparent;
        border-width: 0;
        width: 40px;
        height: 18px;
        font-size: 15px;
        text-align: center;
        padding: 0;
        position: absolute;
        left: 49px;
        top: 15px;
    }
    
    #currency_text {
        font-size: 12px;
        margin-top: 3px;
        margin-bottom: 2px;
    }
    
    #order_selection #order {
        background-color: transparent;
        border-width: 0;
        /* width: 40px;*/
        /* height: 18px;*/
        font-size: 16px;
        text-align: center;
        padding: 2px;
        /* for Firefox */
        -moz-appearance: none;
        /* for Chrome */
        -webkit-appearance: none;
        background: none;
    }
    /* For IE10 */
    
    #order_selection #order::-ms-expand {
        display: none;
    }
    
    #range_selector input {
        width: 90px;
        border-radius: 10px;
        border-width: 0;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
        height: 24px;
    }
    
    #range_selector input:first-child {
        margin-right: 12px;
    }
    
    .slider-track {
        height: 5px !important;
        margin-top: -3px !important;
    }
    
    .speech-bubble {
        position: relative;
        border-radius: .4em;
        top: 10px;
        padding: 4px;
        font-size: 9px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        width: 150px;
    }
    
    .speech-bubble:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-top: 0;
        margin-left: -7px;
        margin-top: -7px;
    }
    
    #search_map {
        width: 100%;
        height: 544px;
        -webkit-border-radius: 10px;
    }
    
    .slider {
        margin-left: 8px;
    }
    
    .alt-slider .property-info {
        min-height: 46px;
        font-weight: bold;
        font-size: 10px;
    }
    
    .alt-slider .precioprop {
        font-size: 20px;
    }
    
    #results_desktop .result {
        margin-bottom: 40px;
    }
    
    #order_selection {}
    
    #order_up,
    #order_down {
        cursor: pointer;
        /*width: 14px;*/
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 1px;
    }
    
    .fade-enter-active,
    .fade-leave-active {
        transition: opacity .5s;
    }
    
    .fade-enter,
    .fade-leave-to
    /* .fade-leave-active below version 2.1.8 */
    
    {
        opacity: 0;
    }
    
    #map_button {
        cursor: pointer;
    }
    
    @media (min-width: 992px) and (max-width: 1199px) {
        #currency_symbol {
            left: 38px;
            top: 15px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        #currency_symbol {
            left: 18px;
            top: 15px;
        }
    }
    
    @media (max-width: 767px) {
        #search_container .container h2 {
            text-align: center;
            padding-top: 18px;
        }
        #mobile_search_panel {
            align-items: center;
            line-height: 54px;
            vertical-align: bottom;
        }
        #mobile_search_panel img {
            max-height: 56px;
            max-width: 64px;
            cursor: pointer;
            vertical-align: bottom;
        }
        .search-button span {
            position: absolute;
            top: 20px;
            line-height: 26px;
            font-size: 18px;
            border-radius: 50%;
            margin-left: 16px;
            display: block;
            pointer-events: none;
        }
        #range_selector input {
            height: 30px;
            font-size: 16px;
            padding-left: 9px;
            padding-right: 9px;
        }
        #main_search_menu {
            z-index: 1001;
            border-radius: 8px;
            padding: 10px;
        }
        #main_search_menu .control-label {
            display: none;
        }
        #search_form .form-check-label {
            font-weight: bold;
            font-size: 18px;
            font-family: 'Montserrat', sans-serif;
            line-height: 22px;
        }
        #search_map {
            height: 400px;
            -webkit-border-radius: 0px;
        }
        #results_mobile h4 {
            text-align: center;
            font-size: 18px;
        }
        #results_mobile .property-slider {
            margin-bottom: 4px;
        }
        #currency_symbol {
            left: 26px;
            top: 38px;
        }
    }
    
    @media (max-width: 575px) {
        #mobile_search_panel img {
            max-width: 52px;
        }
        .search-button span {
            top: 26px;
            font-size: 16px;
            margin-left: 12px;
        }
    }
    /*#################################*/
    
    #contact_data a {
        color: black;
        text-decoration: none;
    }
    
    #phone_box a {
        text-decoration: none;
    }
    
    .post:last-child {
        border-bottom: none!important;
    }
    
    @media (max-width: 767px) {
        #currency_symbol {
            left: 19px;
            top: 38px;
        }
        #range_selector input {
            font-size: 12px;
        }
        #property_card .container h2.mb-3 {
            font-size: 25px;
        }
    }
    /* #range_selector input {
  width:90px;
} */
    
    @media (min-width: 767px) {
        #order_selection #order {
            text-align-last: center;
        }
    }
    
    #range_selector input:first-child {
        margin-right: 2px;
    }
    
    .property-info a {
        text-decoration: none;
    }
    
    #main_slider .slide-image {
        background-size: auto 100% !important;
    }