.invoice-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.invoice-heading {
    margin-bottom: 4rem;
    margin-top: 7rem;
    position: relative;
    z-index: 2;
}
.invoice-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6rem;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

table {
    background-color: transparent;
    display: table;
    border-spacing: 2px;
    border-color: grey;
}
.table th, .table td {
    padding: 0.8rem 0.9rem;
    vertical-align: top;
    border-top: 1px solid rgba(83,101,140,0.33);
}
.invoice-table thead th {
    border-bottom: 2px solid #333!important;
}
.invoice-table tbody tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.invoice-table tfoot tr td {
    border-top: 3px solid #333;
    font-size: 1.26rem;
}
.invoice-table tbody tr:last-child td {
    padding-bottom: 40px
}

.invoice-table tfoot tr td {
    border-top: 3px solid #333;
    font-size: 1.26rem
}
.text-muted, .invoice-body .invoice-desc .desc-value {
    font-weight: 300;
}

.text-muted, .invoice-body .invoice-desc .desc-value {
    color: #aaa !important;
}
.invoice-body .invoice-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
    font-size: 1.17rem;
}
.element-box .table:last-child, .invoice-w .table:last-child, .big-error-w .table:last-child {
    margin-bottom: 0
}

.element-box, .invoice-w, .big-error-w {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}


.box-style, .user-profile, .element-box, .invoice-w, .big-error-w, .activity-boxes-w .activity-box, .projects-list .project-box {
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12)
}

.element-box, .invoice-w, .big-error-w {
    padding: 1.5rem 2rem;
    margin-bottom: 1rem
}

.element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    margin-left: -2rem;
    margin-right: -2rem
}

.element-box .os-tabs-controls .nav, .invoice-w .os-tabs-controls .nav, .big-error-w .os-tabs-controls .nav {
    padding-left: 2rem;
    padding-right: 2rem
}

.element-box .centered-header, .invoice-w .centered-header, .big-error-w .centered-header {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1rem
}

.element-box .element-box-header, .invoice-w .element-box-header, .big-error-w .element-box-header {
    color: #046fdf;
    margin-bottom: 1rem
}

.element-box-content + .form-header {
    margin-top: 2rem
}

.element-box + .element-box, .invoice-w + .element-box, .big-error-w + .element-box, .element-box + .invoice-w, .invoice-w + .invoice-w, .big-error-w + .invoice-w, .element-box + .big-error-w, .invoice-w + .big-error-w, .big-error-w + .big-error-w {
    margin-top: 2rem
}

.element-box-tp .input-search-w, .element-box .input-search-w, .invoice-w .input-search-w, .big-error-w .input-search-w {
    margin-bottom: 1rem
}

.invoice-w {
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /*max-width: 800px;*/
    position: relative;
    overflow: hidden;
    padding: 100px;
    padding-bottom: 20px
}
.report-overall{
    z-index: 2;
    position: relative;
}
.invoice-w:before {
    width: 160%;
    height: 63rem;
    background-color: #faf9f3;
    position: absolute;
    top: -20%;
    left: -50%;
    -webkit-transform: rotate(-27deg);
    transform: rotate(-37deg);
    content: "";
    z-index: 1;
}

.invoice-w .infos {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.invoice-w .infos .info-1 {
    font-size: 1.08rem
}

.invoice-w .infos .info-1 .company-name {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
    margin-top: 10px
}

.invoice-w .infos .info-1 .company-extra {
    font-size: .81rem;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 1rem
}

.invoice-w .infos .info-2 {
    padding-top: 140px;
    text-align: right
}

.invoice-w .infos .info-2 .company-name {
    margin-bottom: 1rem;
    font-size: 1.26rem
}

.invoice-w .infos .info-2 .company-address {
    color: rgba(0, 0, 0, 0.6)
}

.invoice-w .terms {
    font-size: .81rem;
    margin-top: 2.5rem
}

.invoice-w .terms .terms-header {
    font-size: .9rem;
    margin-bottom: 10px
}

.invoice-w .terms .terms-content {
    color: rgba(0, 0, 0, 0.4)
}
.box-style-dark, .color-scheme-dark .ae-content-w .aec-full-message-w .aec-full-message, .color-scheme-dark .ae-content-w .aec-reply, body.color-scheme-dark .box-style, body.color-scheme-dark .user-profile, body.color-scheme-dark .element-box, body.color-scheme-dark .invoice-w, body.color-scheme-dark .big-error-w, body.color-scheme-dark .activity-boxes-w .activity-box, .activity-boxes-w body.color-scheme-dark .activity-box, body.color-scheme-dark .projects-list .project-box, .projects-list body.color-scheme-dark .project-box, body.color-scheme-dark .profile-tile .profile-tile-box {
    background-color: #323c58;
    -webkit-box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1);
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323c58), to(#303950));
    background-image: linear-gradient(to bottom, #323c58 0%, #303950 100%);
    background-repeat: repeat-x
}

body.color-scheme-dark .invoice-w:before {
    background-color: rgba(255, 255, 255, 0.05)
}

body.color-scheme-dark .invoice-w .infos .info-2 .company-address {
    color: #ccd9e8
}

body.color-scheme-dark .invoice-w .terms .terms-content {
    color: rgba(218, 226, 243, 0.4)
}

body.color-scheme-dark .invoice-w .infos .info-1 .company-extra {
    color: rgba(218, 226, 243, 0.4)
}

body.color-scheme-dark .box-style legend span, body.color-scheme-dark .user-profile legend span, body.color-scheme-dark .element-box legend span, body.color-scheme-dark .invoice-w legend span, body.color-scheme-dark .big-error-w legend span, body.color-scheme-dark .activity-boxes-w .activity-box legend span, .activity-boxes-w body.color-scheme-dark .activity-box legend span, body.color-scheme-dark .projects-list .project-box legend span, .projects-list body.color-scheme-dark .project-box legend span, body.color-scheme-dark .user-profile legend span, body.color-scheme-dark .element-box legend span, body.color-scheme-dark .invoice-w legend span, body.color-scheme-dark .big-error-w legend span, body.color-scheme-dark .invoice-w legend span, body.color-scheme-dark .big-error-w legend span, body.color-scheme-dark .activity-boxes-w .activity-box legend span, body.color-scheme-dark .projects-list .project-box legend span, body.color-scheme-dark .profile-tile .profile-tile-box legend span {
    background-color: #303950;
    color: #fff
}

body.color-scheme-dark .box-style legend:before, body.color-scheme-dark .user-profile legend:before, body.color-scheme-dark .element-box legend:before, body.color-scheme-dark .invoice-w legend:before, body.color-scheme-dark .big-error-w legend:before, body.color-scheme-dark .activity-boxes-w .activity-box legend:before, .activity-boxes-w body.color-scheme-dark .activity-box legend:before, body.color-scheme-dark .projects-list .project-box legend:before, .projects-list body.color-scheme-dark .project-box legend:before, body.color-scheme-dark .user-profile legend:before, body.color-scheme-dark .element-box legend:before, body.color-scheme-dark .invoice-w legend:before, body.color-scheme-dark .big-error-w legend:before, body.color-scheme-dark .invoice-w legend:before, body.color-scheme-dark .big-error-w legend:before, body.color-scheme-dark .activity-boxes-w .activity-box legend:before, body.color-scheme-dark .projects-list .project-box legend:before, body.color-scheme-dark .profile-tile .profile-tile-box legend:before {
    background-color: rgba(255, 255, 255, 0.05)
}

body.color-scheme-dark .element-wrapper .element-inner-desc {
    color: #ccd9e8
}

body.color-scheme-dark .element-box .element-box-header, body.color-scheme-dark .invoice-w .element-box-header, body.color-scheme-dark .big-error-w .element-box-header, body.color-scheme-dark .invoice-w .element-box-header, body.color-scheme-dark .big-error-w .element-box-header {
    color: #6a759c
}

@media (max-width: 1250px) {
    .element-box, .invoice-w, .big-error-w, .invoice-w, .big-error-w {
        padding: 1rem 1.5rem
    }

    .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }


}



@media (max-width: 1024px) {
    .invoice-w {
        padding: 50px
    }

    .ae-list-w {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px
    }

    .ae-list-w .ae-list .ae-item {
        padding: 15px
    }

    .table th, .table td {
        padding: 0.7rem 0.5rem
    }

    .content-w {
        border-radius: 0px !important
    }

    .desktop-menu {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .top-menu-secondary .logo-w {
        display: none
    }

    .top-menu-secondary .fs-extra-info {
        display: none
    }

    .element-wrapper {
        padding-bottom: 2rem
    }

    .element-balances {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .full-chat-w .full-chat-right {
        display: none
    }

    .full-chat-w .chat-content-w .chat-content {
        padding: 30px
    }

    .top-menu-secondary {
        overflow: scroll;
        padding: 0px
    }

    .top-menu-secondary > ul {
        white-space: nowrap
    }

    .top-menu-secondary > ul li a {
        padding: 15px 10px;
        margin: 0px 10px
    }

    .top-menu-secondary.with-overflow {
        overflow: visible
    }

    .nav.upper.nav-tabs .nav-link {
        margin-right: 0.7rem;
        padding-bottom: 10px;
        font-size: .72rem
    }

    .display-type {
        content: "tablet"
    }

    .content-box {
        padding: 1.5rem
    }

    .padded {
        padding: 0.3rem 0.8rem
    }

    .element-box, .invoice-w, .big-error-w, .invoice-w, .big-error-w {
        padding: 1rem 1rem
    }

    .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
        margin-left: -1rem;
        margin-right: -1rem
    }


}



@media (max-width: 767px) {

    .element-info .element-search {
        margin-top: 1rem
    }

    .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
        display: block;
        margin-left: -1rem;
        margin-right: -1rem
    }

    .element-box .os-tabs-controls .nav + .nav, .invoice-w .os-tabs-controls .nav + .nav, .big-error-w .os-tabs-controls .nav + .nav, .invoice-w .os-tabs-controls .nav + .nav, .big-error-w .os-tabs-controls .nav + .nav {
        margin-top: 1rem
    }

    .element-box.el-tablo, .el-tablo.invoice-w, .el-tablo.big-error-w {
        text-align: center
    }

    .invoice-w .infos {
        display: block
    }

    .invoice-w .infos .info-2 {
        text-align: left;
        padding-top: 30px
    }

    .invoice-heading {
        margin-bottom: 2rem;
        margin-top: 4rem
    }

    .invoice-body {
        display: block
    }

    .invoice-body .invoice-desc {
        margin-bottom: 2rem
    }

    .invoice-footer {
        display: block;
        text-align: center
    }

    .invoice-footer .invoice-logo {
        margin-bottom: 1rem
    }

    .controls-above-table .form-control {
        width: 110px;
        display: inline-block
    }

    .controls-above-table .btn, .controls-above-table .all-wrapper .fc-button, .all-wrapper .controls-above-table .fc-button {
        margin-bottom: 0.5rem
    }

    .layout-w {
        display: block
    }

    .content-w, .menu-side .content-w {
        display: block
    }

    .content-i {
        display: block
    }

    .content-i .content-box {
        display: block;
        padding: 15px
    }

    .content-i .content-panel {
        padding: 15px;
        border-left: none;
        display: block;
        width: auto
    }

    .big-error-w {
        padding: 1rem
    }

    .element-wrapper {
        padding-bottom: 1.5rem
    }

    .element-box, .invoice-w, .big-error-w {
        padding: 1rem
    }

    canvas {
        max-width: 100%
    }

    table {
        max-width: 100%
    }

    .invoice-w {
        padding: 30px
    }

    .breadcrumb {
        margin-bottom: 1rem
    }
}































.property-single {
    background-color: #fff
}

.property-single .property-media {
    height: 60vh;
    position: relative;
    background-size: cover;
    background-position: center center
}

.property-single .property-media .media-buttons {
    position: absolute;
    left: 40px;
    bottom: 40px
}

.property-single .property-media .media-buttons a {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    color: #111
}

.property-single .property-media .media-buttons a:hover {
    background-color: #fff
}

.property-single .property-media .media-buttons a i.os-icon {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.property-single .property-media .media-buttons a span {
    display: inline-block;
    vertical-align: middle
}

.property-single .property-media .media-buttons a + a {
    margin-left: 20px
}

.property-single .property-info-w {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.property-single .property-info-w .property-info-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem;
    position: relative
}

.property-single .property-info-w .property-info-main .property-price {
    text-align: center;
    padding: 30px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 400px;
    background-color: #fff;
    top: 0px;
    right: 0px;
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.property-single .property-info-w .property-info-main .property-price strong {
    color: #8600b9;
    font-size: 2.5rem;
    display: block;
    line-height: 1
}

.property-single .property-info-w .property-info-main .property-price span {
    display: inline-block;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4);
    font-size: .81rem;
    letter-spacing: 1px
}

.property-single .property-info-w .property-info-main h1 {
    font-size: 3rem
}

.property-single .property-info-w .property-info-main .property-features-highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
    /*margin-top: 30px;*/
    margin-bottom:30px;
}

.property-single .property-info-w .property-info-main .property-features-highlight .feature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center
}

.property-single .property-info-w .property-info-main .property-features-highlight .feature i {
    display: inline-block;
    font-size: 30px;
    color: #8600b9
}

.property-single .property-info-w .property-info-main .property-features-highlight .feature span {
    display: block;
    margin-top: 10px;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px
}

.property-single .property-info-w .property-info-main .property-description {
    font-size: .99rem;
    font-weight: 300;
    margin: 30px 0px
}

.property-single .property-info-w .property-info-main .badge {
    border-radius: 0px;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 10px
}

.property-single .property-info-w .property-info-main .badge.badge-red {
    background-color: #F70E2D;
    color: #fff
}

.property-single .property-info-w .property-info-main .item-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.property-single .property-info-w .property-info-main .item-reviews .reviews-count {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4)
}

.property-single .property-info-w .property-info-main .item-features {
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777;
    margin: 10px 0px;
    font-size: .99rem;
    position: relative
}

.property-single .property-info-w .property-info-main .item-features:before {
    content: "";
    background-color: #047bf8;
    width: 7px;
    height: 7px;
    left: -63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.property-single .property-info-w .property-info-main .item-features .feature {
    margin-right: 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.property-single .property-info-w .property-info-main .item-features .feature + .feature:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.property-single .property-info-w .property-info-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    background-color: #fff;
    padding: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.property-single .property-info-w .property-info-side .side-action-form {
    padding: 30px 40px
}

.property-single .property-info-w .property-info-side .side-action-form .input-group {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px
}

.property-single .property-info-w .property-info-side .side-action-form .input-group .input-group-addon {
    border: none;
    background-color: #fff;
    color: #111
}

.property-single .property-info-w .property-info-side .side-action-form .input-group .form-control {
    border: none;
    font-weight: 500
}

.property-single .property-info-w .property-info-side .side-action-form .form-buttons {
    text-align: center
}

.property-single .property-info-w .property-info-side .side-action-form .btn, .property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button, .all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button {
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 20px
}

.property-single .property-info-w .property-info-side .side-action-form .btn span, .property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button span, .all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button span {
    margin-right: 10px
}

.property-single .property-info-w .property-info-side .side-action-form .btn i.os-icon, .property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button i.os-icon, .all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button i.os-icon {
    font-size: 10px;
    margin-right: 0px
}

.property-single .property-info-w .property-info-side .side-magic {
    padding: 15% 10%;
    position: relative;
    color: rgba(255, 255, 255, 0.8)
}

.property-single .property-info-w .property-info-side .side-magic .fader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    content: ""
}

.property-single .property-info-w .property-info-side .side-magic .side-magic-title {
    color: #fff;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.75rem;
    position: relative;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.property-single .property-info-w .property-info-side .side-magic .side-magic-desc {
    position: relative;
    font-size: 1.08rem
}

.property-single .property-info-w .property-info-side .side-magic .side-magic-btn {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.7);
    padding: 7px 15px;
    color: #111;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.08rem;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none
}

.property-single .property-info-w .property-info-side .side-section .side-section-header {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    color: #111;
    text-align: center;
    font-size: .99rem
}

.property-single .property-info-w .property-info-side .side-section .side-section-header:before {
    content: "";
    background-color: #047bf8;
    width: 7px;
    height: 7px;
    left: 50%;
    top: -4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
}

.property-single .property-info-w .property-info-side .side-section .side-section-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0px
}

.property-single .property-info-w .property-info-side .property-side-features .feature {
    padding: 15px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px
}

.property-single .property-info-w .property-info-side .property-side-features .feature i, .property-single .property-info-w .property-info-side .property-side-features .feature span, .property-single .property-info-w .property-info-side .property-side-features .feature strong {
    display: inline-block;
    vertical-align: middle
}

.property-single .property-info-w .property-info-side .property-side-features .feature span {
    color: rgba(0, 0, 0, 0.6)
}

.property-single .property-info-w .property-info-side .property-side-features .feature strong {
    margin-right: 3px;
    color: #111
}

.property-single .property-info-w .property-info-side .property-side-features .feature i {
    color: #047bf8;
    font-size: 30px;
    margin-right: 20px
}

.property-single .property-info-w .property-info-side .property-side-features .feature:last-child {
    border-bottom: none
}

.property-single .property-info-w .property-section .property-section-header {
    padding: 20px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    color: #111;
    font-size: .99rem
}

.property-single .property-info-w .property-section .property-section-header:before {
    content: "";
    background-color: #8600b9;
    width: 7px;
    height: 7px;
    left: -63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.property-single .property-info-w .property-section .property-section-header .filter-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.07);
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    z-index: 3
}

.property-single .property-info-w .property-section .property-section-header .filter-toggle i {
    display: inline-block;
    vertical-align: middle
}

.property-single .property-info-w .property-section .property-section-header .filter-toggle:hover {
    background-color: #111;
    color: #fff
}

.property-single .property-info-w .property-section .property-section-body {
    padding: 40px 0px;
    font-size: .99rem;
    font-weight: 300
}

.property-single .property-info-w .property-section .property-section-body iframe {
    max-width: 100%
}

.property-single .property-info-w .property-section .property-section-body ul li {
    margin-bottom: 10px
}

.property-single .property-info-w .property-section .property-section-body ul li .os-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 20px
}

.property-single .property-info-w .property-section .property-section-body ul li span {
    display: inline-block;
    vertical-align: middle
}

.property-single .property-info-w .property-section .property-section-body .property-note {
    padding: 20px;
    background-color: #FBF9F3;
    color: #383328;
    font-size: .81rem;
    margin: 20px 0px
}

.property-single .property-info-w .property-section .property-section-body .property-note:last-child {
    margin-bottom: 0px
}

.property-single .property-info-w .property-section .property-section-body .property-note h6 {
    font-size: .81rem
}

.property-single .property-info-w .property-section .property-section-body .property-note p:last-child {
    margin-bottom: 0px
}


.el-tablo + .el-chart-w {
    margin-top: 1rem
}

.el-chart-w {
    position: relative;
    text-align: center
}

.el-chart-w .inside-donut-chart-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*font-size: .63rem;*/
    text-transform: uppercase;
    z-index: 1
}

.el-chart-w .inside-donut-chart-label strong {
    display: block;
    font-size: 1.98rem;
    line-height: 1.1
}

.el-chart-w .inside-donut-chart-label span {
    display: block;
    color: rgba(0, 0, 0, 0.4)
}

.el-chart-w canvas {
    position: relative;
    z-index: 2
}

.el-chart-w + .el-legend {
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem;
    margin-top: 2rem*/
}




.el-tablo {
    text-decoration: none;
    display: block;
    color: #3E4B5B;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
}

.el-tablo .value {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 2.43rem;
    font-weight: 500;
    font-family: "Avenir Next W01","Proxima Nova W01","Rubik",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.el-tablo .label {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;font-size: 1rem;
}

.el-tablo:hover {
    -webkit-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    -webkit-box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2);
    box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2)
}

.el-tablo:hover .value {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    /*color: #047bf8*/
    color: #3E4B5B;
    text-decoration: none;
}

.el-tablo .label:hover  {
    /*color: #3395fc*/
    color: #3E4B5B;
    text-decoration: none;
}

.el-tablo:hover.centered .value {
    -webkit-transform: scale(1.1) translateY(-3px);
    transform: scale(1.1) translateY(-3px)
}

.el-tablo:hover .label {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}
.el-tablo .trending-up-basic {
    color: #579D1B;
    padding: 0px;
}

.el-tablo .trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: .81rem;
    vertical-align: middle;
    margin-left: 10px;
}