.reg-container {
    width: 1200px !important;
    max-width: 100% !important;
}

.reg-container ul {
    padding: 0 0 0 20px !important;
}

.reg-container .reg-center {
    text-align: center;
}

.reg-container .reg-loading {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.reg-container .reg-loading .reg-loading-spinner {
    display: inline-block;
    width: 72px;
    height: 72px;
}

.reg-container .reg-loading .reg-loading-spinner:after {
    content: " ";
    display: block;
    width: 44px;
    height: 44px;
    margin: 6px;
    border-radius: 50%;
    border: 8px solid var(--reg-color);
    border-color: var(--reg-color) transparent var(--reg-color) transparent;
    animation: reg-loading-spinner 1.2s linear infinite;
}

@keyframes reg-loading-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.reg-container .reg-loading img {
    height: 90px;
}

.reg-container .reg-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--reg-color);
    color: var(--reg-color-contrast);
    text-align: center;
    font-size: 18px;
    padding: 8px 20px;
    border: 0;
    cursor: pointer;
    border-radius: 6px;
}

.reg-container .reg-button-full {
    width: 100%;
}

.reg-container .reg-input {
    background-color: #F2F2F2;
    border: none;
    padding: 12px 8px;
    outline: none;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
}

.reg-container .reg-filter-button {
    background-color: var(--reg-color);
    color: var(--reg-color-contrast);
    border: none;
    padding: 12px 8px;
    outline: none;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
}

.reg-container .reg-textarea {
    font-family: inherit;
    height: 100px;
    resize: none;
}

.reg-container .reg-button:hover {
    background-color: var(--reg-color-opacity);
}

.reg-container .reg-list-properties {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.reg-container .reg-list-properties-item {
    flex-basis: 33%;
}

.reg-container .reg-list-property-container {
    width: 100%;
    height: 600px;
    max-height: 100vh;
    padding: 30px 15px;
    box-sizing: border-box;
}

.reg-container .reg-list-property {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 0px 4px -1px #777;
}

.reg-container .reg-list-property-image {
    position: relative;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.reg-container .reg-list-property-watermark {
    position: absolute;
    bottom: 5px;
    height: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999;
}

.reg-container .reg-list-property-state {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    height: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0.8;
    background-color: var(--reg-color);

}

.reg-container .reg-list-property-state-text {

    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: var(--reg-color-contrast);
    opacity:1.0 !important;

}


.reg-container .reg-list-property-hover {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: var(--reg-color-opacity);
}

.reg-container .reg-list-property:hover .reg-list-property-hover {
    display: block;
}

.reg-container .reg-list-property-data {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    color: #555;
}

.reg-container .reg-list-property-data-title {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}

.reg-container .reg-list-property-data-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reg-container .reg-list-property-data-features {
    font-size: 14px;
}

.reg-container .reg-list-property-data-price {
    padding-top: 10px;
    font-size: 18px;
    /* color: var(--reg-color); */
    font-weight: bold;
    line-height: 22px;
    /* text-align: right; */
}

.reg-container .reg-list-filters {
    width: 100%;
    padding: 16px 0px;
    display: flex;
    flex-wrap: wrap;
}

.reg-container .reg-list-filter-item {
    flex-basis: 20%;
    padding: 5px 16px;
    box-sizing: border-box;
    flex-grow: 1;
}

.reg-container .reg-search-no-results {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

.reg-container .reg-search-total-results {
    width: 100%;
    font-size: 14px;
    padding-left: 16px;
    padding-top: 10px;
}

.reg-container .reg-search-more {
    text-align: center;
    width: 100%;
    margin: 20px 0px;
}

.reg-container .reg-detail-top {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 16px 0px;
}

.reg-container .reg-detail-photo {
    width: 50%;
    height: calc(100vw * 0.7);
    max-height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--reg-color);
}

.reg-container .reg-detail-watermark {
    height: 60px;
    margin: -70px auto 0px auto;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}

.reg-container .reg-detail-body {
    display: flex;
    flex-wrap: nowrap;
}

.reg-container .reg-detail-column-left {
    width: 60%;
    box-sizing: border-box;
}

.reg-container .reg-detail-column-right {
    padding-left: 20px;
    padding-bottom: 50px;
    width: 40%;
    box-sizing: border-box;
}

.reg-container .reg-detail-title {
    font-size: 30px;
    line-height: 48px;
    padding-top: 20px;
}

.reg-container .reg-detail-price {
    font-size: 24px;
    color: var(--reg-color);
    padding-top: 10px;
    line-height: 38px;
}

.reg-container .reg-detail-features {
    display: flex;
}

.reg-container .reg-detail-features ul {
    width: 50%;
}

.reg-container .reg-detail-subtitle {
    font-weight: bold;
    padding: 12px 0px;
    margin-top: 18px;
}

.reg-container .reg-detail-description {
    padding: 12px 20px 12px 0px;
}

.reg-container .reg-detail-contact-title {
    font-size: 24px;
    color: var(--reg-color);
    padding-top: 20px;
    line-height: 38px;
}

.reg-container .reg-detail-contact-line {
    margin-top: 8px;
}

.reg-container .reg-detail-contact-label {
    margin-bottom: 2px;
    font-size: 16px;
}

.reg-container .reg-detail-contact-privacy {
    margin-bottom: 16px;
    font-size: 16px;
}

.reg-detail-contact-error {
    text-align: center;
    color: #c00;
}

.reg-detail-contact-successful {
    text-align: center;
    color: rgb(37, 126, 37);
}

.reg-container .reg-detail .slick-prev:before,
.reg-container .reg-detail .slick-next:before {
    color: #45454597;
}

.slick-prev {
    left: 5px !important;
}

.slick-next {
    right: 5px !important;
}

.reg-detail-carousel {
    width: 50%;
    margin: 0px;
    max-height: 450px;
}

.reg-file-header {
    background-color: var(--reg-color);
    color: var(--reg-color-contrast);
    display: flex;
    width: 100%;

}

.reg-file-price {
    font-size: 32px;
    font-weight: 700;
    padding-top: 10px;
    line-height: 38px;
}

.reg-file-features-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.reg-file-feature-box {
    display: flex;
    flex-direction: column;
}

.reg-file-features {
    font-weight: 700;
    font-size: x-large;
    line-height: 1;
}

.reg-file-features-title {
    font-weight: 500;
    font-size: small;
    line-height: 1;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 90vw;
    height: 90vh;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
}

.modal-header {
    height: 30px;
}

.modal-body {
    margin: 0px;
    height: 100%;
    width: 100%;
    flex-direction: column;
    overflow-y: scroll;
}

.modal-default-button {
    float: right;
}

/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.reg-modal-carousel {
    width: 100%;
    margin: 0px;
    height: 100%;
}

.reg-modal-photo {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #ffffff;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .reg-container .reg-list-properties-item {
        flex-basis: 100%;
    }

    .reg-container .reg-list-filter-item {
        flex-basis: 100%;
        padding: 8px 8px;
    }

    .reg-container .reg-detail-body {
        flex-wrap: wrap;
    }

    .reg-container .reg-detail-column-left {
        width: 100%;
    }

    .reg-container .reg-detail-column-right {
        padding-left: 0px;
        width: 100%;
    }

    .reg-container .reg-detail-description {
        padding-right: 0px;
    }

    .reg-file-header {
        flex-direction: column;
    }

    .reg-detail-photo {
        width: 100%;
    }

    .reg-detail-carousel {
        width: 100%;
        height: calc(100vw * 0.7);
    }
}

@media (min-width: 601px) and (max-width: 860px) {
    .reg-container .reg-list-properties-item {
        flex-basis: 50%;
    }

    .reg-file-header {
        flex-direction: column;
    }

    .reg-detail-photo {
        width: 100%;
    }

    .reg-detail-carousel {
        width: 100%;
        height: calc(100vw * 0.7);
    }

}