.hidden {
    display: none !important;
}

.property-list h2 {
    /*text-transform: uppercase;*//*2019-05-13*/
    text-align: center;
}

.property-list p {
    text-align: center;
}

.property-list .property-item {
    margin-bottom: 40px;
}

.property-list .property-item:after {
    content: '';
    position: absolute;
    padding: 5px 10px;
    top: 10px;
    right: 25px;
    background: #f6f6f5;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    display: none;
}

.property-list .property-item.bidding:after {
    content: 'Budgivning';
    display: block;
}

.property-list .property-item.sold:after {
    content: 'Såld';
    display: block;
}

.property-list .property-item.viewing:after {
    content: 'Visning';
    display: block;
}

.property-list .property-item.kommande:after {
    content: 'Kommande';
    display: block;
}

.property-list .property-item:last-child {
    margin-bottom: 0;
}

.property-list .property-item .image {
    overflow: hidden;
}

.property-list .property-item .image img {
    display: block;
    transition: all 0.3s;
    margin: 0 auto;
}

.property-list .property-item .property-info {
    background: #f6f6f5;
    padding: 30px 0;
}

.property-list .property-item .property-info .top {
    margin-bottom: 30px;
}

.property-list .property-item .property-info .top h3,
.property-list .property-item .property-info .top h4 {
    /*text-transform: uppercase; */ /*2019-05-13*/
    text-align: center;
}

.property-list .property-item .property-info .top h3 {
    font-size: 30px;
}

@media (max-width: 768px) {
    .property-list .property-item .property-info .top h3 {
        font-size: 20px;
    }
}

.property-list .property-item .property-info .top h4 {
    font-size: 24px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .property-list .property-item .property-info .top h4 {
        font-size: 20px;
    }
}

.property-list .property-item .property-info .bottom ul {
    list-style: none;
    /*display: flex;*//*2019-05-13*/
    /*flex-wrap: wrap;*//*2019-05-13*/
    /*justify-content: space-between;*//*2019-05-13*/
    text-align: center;
    padding: 0;
}

.property-list .property-item .property-info .bottom ul li {
    font-weight: 500;
    /*text-transform: uppercase;*/ /*2019-05-13*/
    margin: 0 10px 10px 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    .property-list .property-item .property-info .bottom ul li {
        text-align: center;
    }
}

.properties-pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 50px;
}

.properties-pagination ul li {
    margin: 0 15px;
}

.properties-pagination ul li span.current {
    font-weight: 900;
}

.single-kowboy_properties .section {
    padding: 80px 0;
}

.property-main-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 350px !important;
    padding-top: 56.25%;
    background-position: 50% 50%;
}

@media (min-width: 1024px) {
    .property-main-image {
        min-height: 100vh !important;
        padding: 0;
    }
}

.property-main-image .property-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.property-nav {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    text-transform: uppercase;
}

.property-nav .navigation {
    padding-top: 30px;
    padding-bottom: 30px;
}

.property-nav ul {
    display: flex;
    list-style: none;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .property-nav ul {
        justify-content: center;
    }
}

.property-nav ul li {
    margin-right: 15px;
    margin-bottom: 0;
}

.property-nav ul li:last-child {
    margin-right: 0;
}

@media (max-width: 576px) {
    .property-nav ul li {
        width: 50%;
        text-align: center;
        margin: 0;
    }
}

.property-nav .price {
    background: #434343;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .property-nav .price {
        background: #434343;
        color: #fff;
        padding: 20px;
        font-size: 20px;
    }
}

.property-main-info .col-item {
    margin: 15px 0;
}

.property-main-info .viewings,
.property-main-info .resources {
    margin: 0 -15px 50px;
    padding: 25px;
}

.property-main-info .details {
    background: #f6f6f5;
    margin: 0 -15px;
    padding: 30px 15px;
}

.property-main-info .bids {
    margin: 0 -15px;
    text-transform: uppercase;
}

.property-main-info .bids .heading {
    padding: 25px;
    background: #434343;
    text-align: center;
    color: #fff;
}

.property-main-info .bids .heading h2 {
    margin-bottom: 0;
}

.property-main-info .bids .bids-items {
    background: #f6f6f5;
    padding: 30px 0;
}

.property-main-info .bids .bids-items .highest-bid {
    margin-bottom: 30px;
    text-align: center;
}

.property-main-info .bids .bids-items .highest-bid b {
    font-size: 22px;
}

.property-main-info .bids .bids-items .bids-table {
    text-align: center;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    font-size: 16px;
}

.property-main-info .bids .bids-items .bids-table .bids-row {
    display: table-row;
}

.property-main-info .bids .bids-items .bids-table .bids-row:first-child .bids-col {
    padding-bottom: 10px;
}

.property-main-info .bids .bids-items .bids-table .bids-row .bids-col {
    display: table-cell;
    padding: 0 10px;
}

.property-main-info .viewings .viewing {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
}

.property-main-info .viewings .viewing:last-child {
    margin-bottom: 0;
}

.property-main-info .viewings .viewing.default {
    justify-content: center;
}

.property-main-info .viewings .viewing .circle {
    margin: 0 15px 0 0;
    min-width: 80px;
    width: 80px;
    height: 80px;
}

.property-main-info .viewings .viewing .circle .day {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 24px;
}

.property-main-info .viewings .viewing .circle .month {
    font-size: 18px;
}

.property-main-info .viewings .viewing .description {
    text-align: left;
}

.property-main-info .text {
    padding-top: 15px;
}

.property-main-info .basic-info h2 {
    color: #fff;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    .property-main-info .basic-info h2 {
        font-size: 30px;
    }
}

.property-main-info .details {
    padding: 30px 15px !important;
}

.property-main-info .col-item .details {
    margin: 0 -25px -25px;
}

@media (max-width: 768px) {
    .property-main-info .text {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .property-main-info .text h1 {
        font-size: 24px;
    }
}

.property-main-info .basic-info h3 {
    text-align: center;
    text-transform: uppercase;
}

.property-main-info .basic-info h2 {
    text-align: center;
    text-transform: uppercase;
}

.property-main-info .basic-info ul {
    list-style: none;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .property-main-info .basic-info ul {
        display: flex;
        flex-wrap: wrap;
    }
}

.property-main-info .basic-info ul li {
    /*text-transform: uppercase;*/
    font-weight: 500;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .property-main-info .basic-info ul li {
        width: 50%;
        text-align: center;
    }
}

.property-main-info .basic-info ul li:last-child {
    margin-bottom: 0;
}

.property-agents {
    background: #f6f6f5;
    margin-top: 30px;
}

.property-agents .agent .name {
    font-size: 16px;
}

.property-agents .agent .contact-info {
    font-size: 14px;
}

.property-agents .agent .btn {
    font-size: 16px;
    padding: 10px;
}

.property-agents .contact-form {
    background: transparent;
}

.property-agents .contact-form label {
    font-size: 14px;
}

.property-agents .contact-form input[type="submit"] {
    padding: 10px 50px;
}

.property-details .details-section {
    background: #f6f6f5;
    padding: 60px;
    margin-bottom: 40px;
    font-weight: 500;
}

.property-details .details-section:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .property-details .details-section {
        padding: 15px;
    }
}

.property-details .details-section h3 {
    font-size: 28px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .property-details .details-section h3 {
        text-align: center;
        font-size: 20px;
    }
}

.property-details .details-section ul {
    list-style: none;
}

.property-details .details-section ul li {
    line-height: 25px;
    margin-bottom: 15px;
}

.property-details .details-section ul li span {
    /*text-transform: uppercase;*/

}

.property-details .details-section ul li:last-child {
    margin-bottom: 0;
}

#property-map {
    padding-top: 30px;
}

#property-map iframe {
    width: 100%;
    display: block;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .jumbotron h3 {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.viewings, .resources {
    background: #434343;
}

.viewings h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.viewings .viewing {
    text-align: center;
    color: #fff;
    padding: 15px;
}

.viewings .viewing .circle {
    width: 160px;
    height: 160px;
    margin: 0 auto 35px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #434343;
    background: #fff;
    border-radius: 100%;
}

.viewings .viewing .circle .day {
    font-size: 55px;
}

.viewings .viewing .circle .month {
    font-size: 25px;
}

.viewings .viewing .time {
    font-size: 30px;
}

.contact-form {
    background: #f6f6f5;
}

.contact-form h2 {
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 768px) {
    .contact-form h2 {
        margin-bottom: 30px;
    }
}

.contact-form label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    margin-bottom: 15px;
    border: none;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"] {
    height: 50px;
    padding-left: 10px;
    border: 2px solid transparent;
}

.contact-form input[type="text"].wpcf7-not-valid,
.contact-form input[type="tel"].wpcf7-not-valid,
.contact-form input[type="email"].wpcf7-not-valid {
    border: 2px solid #f00;
}

.contact-form textarea {
    resize: vertical;
    height: 150px;
    padding: 10px;
}

.contact-form input[type="submit"] {
    margin: 15px auto 0 auto;
    padding: 15px 50px;
}

.documents {
    background: #f6f6f5;
}

.documents h2 {
    text-transform: uppercase;
    text-align: center;
}

.documents .document {
    display: block;
    margin: 10px 0;
}

.documents .document .title {
    text-transform: uppercase;
    font-weight: 500;
}

.contacts h2 {
    text-transform: uppercase;
    text-align: center;
}

.contacts .agent {
    text-align: center;
    padding: 15px;
}

.contacts .agent .image {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    background-size: cover;
    background-position: top;
    border-radius: 50%;
}

.contacts .agent .name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 5px;
}

.contacts .agent a.contact-info {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    word-break: break-word;
}

.contacts .agent a.contact-info:hover {
    text-decoration: underline;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.viewings a {
    color: white;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.page-wrapper .btn {
    display: block;
    background: #434343;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s;
}

.page-wrapper .btn:hover {
    background: #000;
}

.page-wrapper .full-width-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f6f6f5;
}


h1,
h2,
h3 {
    line-height: 1.3;
    margin: 0 0 0.5em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

h4 {
    line-height: 1.3;
    margin: 0 0 0.5em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 36px;
    letter-spacing: 1.5px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 24px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 24px;
}

@media (max-width: 768px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
}

@media (max-width: 768px) {
    h4 {
        font-size: 19px;
    }
}


.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}


.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px 6px 0;
}

.fancybox-slide--iframe {
    padding: 44px 44px 0;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
    cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    vertical-align: top;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:hover svg {
    opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}

.fancybox-caption:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(99, 99, 99, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}


.single-property-images {
    padding: 80px 0 0 0;
}

.single-property-images .item {
    text-align: center;
    margin-bottom: 40px;
}

.single-property-images .item .caption {
    padding: 15px 0;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .single-property-images .item {
        margin-bottom: 15px;
    }
}

.single-property-images .item img {
    display: block;
    max-height: 80vh;
    margin: 0 auto;
}

.single-property-images .item:last-child {
    margin-bottom: 0;
}

.single-kowboy_properties #wrapper, .single-kowboy_properties #main {
    background-color: transparent;
}

.background-white {
    background-color: #fff;
}

.archive #wrapper, .archive#main {
    background-color: #fff;
}

@media (max-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-lg {
        display: none !important;
    }
}


/* Styles for interest request shortcode */
.interestrequestwrapper {
    max-width: 700px;
    margin: 0 auto 30px;
    padding: 30px 15px;
    position: relative;
}

.interestrequestwrapper,
.interestrequestwrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* interest_to_property */

#interestrequestform .input-text:not([type="submit"]),
#interest_to_property .input-text:not([type="submit"]),
#store_lead_to_vitec .input-text:not([type="submit"]) {
    display: block;
    width: 100%;
    padding: 9px;
    background-color: transparent;
    border: solid #777;
    border-width: 0 0 2px;
    border-radius: 0;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

#interestrequestform [type="submit"],
#interest_to_property [type="submit"], 
#store_lead_to_vitec [type="submit"] {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 35px;
    text-align: center;
    border: 0;
    background-color: #1d1d1d;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 5px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    -moz-transition: all 0.08s ease-in-out;
    -o-transition: all 0.08s ease-in-out;
    -webkit-transition: all 0.08s ease-in-out;
    transition: all 0.08s ease-in-out;
}

#interestrequestform [type="submit"]:hover,
#interestrequestform [type="submit"]:focus,
#interest_to_property [type="submit"]:hover,
#interest_to_property [type="submit"]:focus, 
#store_lead_to_vitec [type="submit"]:hover,
#store_lead_to_vitec [type="submit"]:focus {
    background-color: #090909;
}

/* END Styles for interest request shortcode */


/* UPDATES 2021.07.12 */
body {
    /* according design */
    /*background-color: #fff !important;*/
    /*font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
    /*line-height: 1.22;*/
    /*font-size: 18px;*/
}

img,
header img,
main img,
footer img {
    max-width: 100%;
}

.property-details h1,
.agent-block h1,
.area-block h1 {
    font-weight: 600;
    font-size: 22px;
}

.property-details .btn,
.agent-block .btn,
.area-block .btn {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 3em;
    padding: 14px 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.22;
    outline: none;
    text-align: center;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out;
    width: 100%;
    text-decoration: none !important;
}

.property-details .btn:last-child,
.agent-block .btn:last-child,
.area-block .btn:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.property-details .btn.btn-success-outline,
.agent-block .btn.btn-success-outline,
.area-block .btn.btn-success-outline {
    border-color: #c1976b;
    color: #c1976b;
}

.property-details .btn.btn-success-outline:hover,
.property-details .btn.btn-success-outline:focus,
.property-details .btn.btn-success-outline:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.agent-block .btn.btn-success-outline:hover,
.agent-block .btn.btn-success-outline:focus,
.agent-block .btn.btn-success-outline:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.area-block .btn.btn-success-outline:hover,
.area-block .btn.btn-success-outline:focus,
.area-block .btn.btn-success-outline:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background-color: #c1976b;
    color: #fff;
}

@media (min-width: 768px) {
    .property-details h1,
    .agent-block h1,
    .area-block h1 {
        font-size: 34px;
    }

    .property-details .btn,
    .agent-block .btn,
    .area-block .btn {
        width: auto
    }
}

@media (min-width: 1024px) {
    .property-details .btn,
    .agent-block .btn,
    .area-block .btn {
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .property-details .container.container-lg,
    .agent-section .container.container-lg,
    .area-section .container.container-lg {
        max-width: 1700px;
    }
}


/* SP PAGE */
.property-details,
.property-details * {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.22;
}

.property-details {
    font-size: 18px;
}

.property-details .details-section {
    background-color: #f8f8f8;
    padding: 20px 15px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000;
}

.property-details .details-section h3,
.property-details .details-section h4,
.property-details .details-section h5,
.property-details .details-section strong,
.property-details .details-section b {
    font-weight: 600;
}

.property-details .details-section ul:last-child,
.property-details .details-section h3:last-child,
.property-details .details-section h4:last-child,
.property-details .details-section h5:last-child,
.property-details .details-section p:last-child {
    margin-bottom: 0;
}

.property-details .details-section h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none;
}

.property-details .details-section h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.property-details .details-section h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.property-details .details-section p {
    margin-bottom: 22px;
}

.property-details ul:not([class]),
.table-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.property-details ul:not([class]) {
    margin-bottom: 20px;
}

.table-list {
    margin-bottom: 25px;
}

.table-list > li {
    margin-bottom: 5px;
}

.table-list > li:last-child {
    margin-bottom: 0;
}

.table-list > li > * {
    display: block;
}

.property-details ul:not([class]) li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.property-details ul:not([class]) li:last-child {
    margin-bottom: 0;
}

.property-details ul:not([class]) li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #c1976b;
}

.property-details .details-section .color-title {
    color: #c1976b;
}

.property-details .text-drop-block .text-drop-block-slide {
    overflow: hidden;
}

.property-details .text-drop-block .text-drop-opener-holder {
    padding-top: 20px;
}

.property-details .text-drop-block .text-drop-opener.btn {
    padding: 11px 5px;
}

.property-details .text-drop-block .text-drop-opener .img-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.property-details .text-drop-block .text-drop-opener .img-close,
.property-details .text-drop-block .text-drop-opener .img-open {
    transition: opacity 0.3s ease-in-out;
}

.property-details .text-drop-block .text-drop-opener .img-close {
    opacity: 1;
}

.property-details .text-drop-block .text-drop-opener .img-open {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.property-details .text-drop-block.drop-showed .text-drop-opener .img-close {
    opacity: 0;
}

.property-details .text-drop-block.drop-showed .text-drop-opener .img-open {
    opacity: 1;
}

@media (min-width: 768px) {
    .property-details .details-section {
        padding: 40px;
    }

    .property-details .details-section h3 {
        font-size: 28px;
        margin-bottom: 25px
    }

    .table-list > li {
        display: flex;
        justify-content: space-between;
    }

    .table-list > li .decor-line {
        display: block;
        flex-grow: 1;
        flex-shrink: 0;
        min-width: 38px;
        margin-left: 15px;
        margin-right: 15px;
        height: 1em;
        border: dotted #cacaca;
        border-width: 0 0 2px;
    }

    .table-list > li > *:last-child {
        text-align: right;
    }

    .property-details .text-drop-block .text-drop-block-slide {
        height: auto !important;
    }

    .property-details .text-drop-block .text-drop-opener {
        display: none !important
    }
}

@media (min-width: 1024px) {
    .property-details .details-section-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .property-details .details-section-list .details-section {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }

    .property-details .details-section-list .details-section:first-child,
    .property-details .details-section-list .details-section.full-width-item {
        width: calc(100% - 30px);
    }
}

/* AGENT PAGE */
.agent-block,
.agent-block * {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.22;
}

.agent-block {
    font-size: 18px;
    color: #000;
    padding-top: 1px;
    text-align: center;
}

.agent-block .agent-block-inner {
    margin-top: 75px;
    background-color: #f8f8f8;
    padding: 20px;
}

.agent-block .agent-img-block {
    background-color: #221d36;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    margin: -95px auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.agent-block a {
    color: #c1976b;
    transition: color 0.3s ease-in-out;
}

.agent-block a:hover {
    color: #221d36;
}

.agent-block p {
    margin-bottom: 27px;
}

.agent-block p:last-child {
    margin-bottom: 0;
}

.agent-block .agent-top-block {
    max-width: 300px;
    margin: 0 auto;
}

.agent-block .agent-descr-block {
    max-width: 1050px;
    margin: 0 auto;
}

.agent-block .agent-name {
    font-weight: 600;
    margin-bottom: 10px;
}

.agent-block .agent-position {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #c1976b;
}

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

.agent-contact-list li {
    margin-bottom: 5px;
    font-weight: 600;
}

.agent-contact-list li:last-child {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .agent-block .agent-block-inner {
        padding-bottom: 50px;
        margin-top: 125px;
    }

    .agent-block .agent-img-block {
        margin-top: -145px;
        width: 250px;
        height: 250px;
    }

    .agent-block .agent-position {
        margin-bottom: 18px
    }

    .agent-block p {
        margin-bottom: 32px
    }
}

/* AREA PAGE */
.area-block,
.area-block * {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.22;
}

.area-block {
    font-size: 18px;
    color: #000;
    background-color: #f8f8f8;
}

.area-block h1 {
    margin-bottom: 10px;
}

.area-block p {
    margin-bottom: 22px;
}

.area-block p:last-child {
    margin-bottom: 0;
}

.area-block .area-banner {
    background-color: #221d36;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 190px;
}

.area-block .area-descr-block {
    padding: 30px 15px;
}

@media (min-width: 768px) {
    .area-block h1 {
        margin-bottom: 20px;
    }

    .area-block .area-banner {
        min-height: 300px;
    }

    .area-block .area-descr-block {
        padding: 40px;
    }
}

@media (min-width: 1024px) {
    .area-block .area-banner {
        min-height: 455px;
    }
}

/* UPDATES 2021.07.12 */
.property-main-image {
    min-height: 100vh;
    position: relative;
}

.video-background-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-wrap {
    position: absolute;
    z-index: 1;
    width: 1000%;
    height: 100%;
    padding-bottom: 100%;
    background-color: #000;
}

.video-embed {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.property-main-image video {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 100vh;
    position: absolute;
}

/* spinner */

.kowboy-spinner-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgb(255 255 255 / 80%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    border-radius: 0.25rem;
}

.kowboy-spinner {
    color: #000;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.kowboy-spinner div {
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: kowboy-spinner 1.2s linear infinite;
    animation: kowboy-spinner 1.2s linear infinite;
}

.kowboy-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #4299e1;
}

.kowboy-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.kowboy-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.kowboy-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.kowboy-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.kowboy-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.kowboy-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.kowboy-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.kowboy-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.kowboy-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.kowboy-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.kowboy-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.kowboy-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes kowboy-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes kowboy-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}