.about-us.intro {
    min-height: 450px;
    margin-top: 24px;
    width: 100%;
    display: table;
    background: url('/assets/img/about-us-banner.png');
    background-size: cover;
}

.about-us .intro__container {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.about-us .intro__container .title {
    text-shadow: -2px 0px 8px rgba(150, 150, 150, 1);
    color: white !important;
    font-size: 48px;
}

.about-us .intro__container .message {
    text-shadow: -2px 0px 8px rgba(150, 150, 150, 1);
    color: white;
    font-size: 24px;
}

.about-us.features {
    margin-bottom: 2em;
}

.about-us.features .features__title {
    color: #b5b480;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin: 3em 0 2em;
    font-style: italic;
    border-bottom: 1px solid #fdbc10;
    padding-bottom: 18px;
}

.about-us.features .feature {
    color: #4c0c00;
    margin-bottom: 2em;
}

.about-us.features .feature__image-container {
    text-align: right;
}

.about-us.features .features__goodbye {
    color: #fdbc10;
    text-align: center;
}

.about-us.goal {
    background: url("/assets/img/textura.jpg");
    padding: 3em 0;
    color: #949247;
}

.about-us.goal .goal__image-container {
    text-align: right;
}

.about-us.goal .goal__statement {
    color: #4c0c00;
    font-weight: bold;
}

.about-us.goal .goal__call-to-action {
    margin-top: 2em;
    color: #fdbc10;
    font-weight: bold;
    font-size: 2em;
}

.about-us.brokers {
    margin-bottom: 62px;
}

.about-us.brokers .title {
    text-align: center;
    font-size: 32px;
    color: #949247;
    border-bottom: 1px solid #fdbc10;
    margin-top: 48px;
    margin-bottom: 32px;
    padding-bottom: 16px;
}

.about-us.brokers .brokers__image-caption {
    font-size: 16px;
    color: #4c0c00;
    padding: 1em 0;
    border-bottom: 1px solid #fdbc10;
    text-align: center;
}

.about-us.brokers .broker__info {
    margin-bottom: 2em;
}

.about-us.brokers .broker__info-title {
    text-align: center;
    color: #4c0c00;
    font-size: 24px;
    margin-bottom: 16px;
}

.about-us.brokers .broker__info-description {
    color: #949247;
    font-size: 18px;
    font-weight: normal;
}

.forslae__box--size .link__home--size {
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-property-image {
    width: 100%;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
}


@media(max-width: 768px)
{
    .carousel-property-image {
        /* min-height: 300px; */
    }
}






.property-interior {
    /*background: url('/assets/img/color_home.jpg');*/
    /*background-color: #f1efea;*/
    background-color: rgba(182, 152, 94, 0.72);
}

.property-interior .box {
    position: relative;
    background: white;
    padding: 12px 24px 24px;
    margin: 18px 0;
}

.property-interior .box .accent-information {
    position: absolute;
    color: #fdbc10;
    font-size: 16px;
    top: 16px;
    right: 16px;
}

.property-interior .breadcrumb {
    background: none;
    margin-top: 32px;
}

.property-interior .breadcrumb  li,
.property-interior .breadcrumb  a {
    color: #4c0c00;
    font-size: 16px;
}

.property-interior .breadcrumb > li+li:before {
    color: #4c0c00;
    content: ">";
}

.property-interior .box__title {
    font-size: 24px;
    color: #4c0c00;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.property-interior .property__name {
    font-size: 32px;
    color: #949247 !important;
    font-weight: bold;
}

.property-interior .property__name span {
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    text-transform: uppercase;
    background: #4c0c00;
    border-radius: 4px;
    color: white;
    padding: 8px;
    margin-left: 8px;
}

.property-interior .property__name-small {
    font-size: 16px;
    color: #a3a3a3;
    font-weight: normal;
}

.property-interior .property__utilities {
    position: absolute;
    top: 1em;
    right: 1em;
    text-align: right;
}

.property-interior .property__utilities-link {
    margin-left: 8px;
}

.property-interior .property__price {
    font-size: 32px;
    font-weight: bold;
    color: #4c0c00;
}

.property-interior .property__description-title {
    font-size: 24px;
    color: #4c0c00;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.property-interior .property__description-text {
    font-size: 16px;
    /*color: #949247;*/
    color: #4c0c00;
    font-weight: normal;
}

.property-interior .property__address {
    color: #949247;
    font-weight: normal;
}

.property-interior .property__address label {
    font-weight: bold;
}

.property-interior .property__details {
    color: #949247;
    font-weight: normal;
}

.property-interior .property__details-container {
    margin-bottom: 32px;
    background: #fef4da;
    border: 1px solid #feebb7;
    color: #949247;
    font-weight: normal;
    padding: 24px;
}

.property-interior .property__details label {
    font-weight: bold;
}

.property-interior .property__features {
    color: #949247;
    font-weight: normal;
    font-size: 16px;
}

.property-interior .property__floor {
    color: #949247;
    font-weight: normal;
}

.property-interior .property__floor .panel-title span {
    color: #949247;
    font-weight: normal;
    margin-right: 24px;
}

.property-interior .property__video {
    color: #949247;
    font-weight: normal;
}

.property-interior .property__contact {
    color: #949247;
    font-weight: normal;
}

.property-interior .property__contact .agent {
    margin-bottom: 24px;
}

.property-interior .property__contact .agent__info-title {
    color: #949247;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 16px;
}

.property-interior .property__contact .agent__info-data {
    color: #4c0c00;
}

.property-interior .property__contact textarea {
    margin-top: 32px;
    margin-bottom: 32px;
}

.property-interior .property__contact .btn {
    background: #fdbc10;
    color: white;
    font-size: 24px;
    padding: 8px 12px;
}
.carousel-property-image img {
    height: 100%;
    max-height: 650px;
}
@media (max-width: 767px) {

    .carousel-property-image {
        /* height: 200px; */
    }

    .property-interior .property__utilities {
        position: static;
        top: auto;
        right: auto;
        text-align: right;
    }

    .property-interior .property__floor .panel-title span {
        display: block;
    }

}
