:root {
    --color-red: #EC2027;
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-green: #4CAF50;
    --color-gray: #9b9b9b;
}

#cluster_map {
    height: 435px;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid transparent;
    opacity: 0.7;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
    border: 1px solid var(--color-red);
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery li a {
    vertical-align: top;
}

.p_status {
    background: var(--color-black);
    padding: 3px 7px;
    border-radius: 3px;
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.rented,
.sold {
    background: var(--color-red) !important;
}

.featured,
.luxurious {
    background: var(--color-red) !important;
}

.furnished {
    background: #1A73E8 !important;
}

.for_rent,
.for_sale,
.vacation_rental {
    background: var(--color-green) !important;
}

.pro-option {
    display: block;
    padding: 5px 0 0 0;
    font-size: 14px;
}

.pro-option li {
    line-height: 19px;
    display: block;
}

.pro-option .item-value {
    color: var(--color-black);
    flex: 1;
}

.utilities ul {
    padding-left: 0px;
    list-style: none;
}

.utilities ul li {
    color: var(--color-gray);
}

.utilities ul li strong {
    color: var(--color-black);
}

.card-header {
    color: var(--color-black);
}

.pro-option {
    display: block;
    padding: 5px 0 0 0;
    font-size: 14px;
}

.pro-option li {
    line-height: 19px;
    display: block;
}

.pro-option .item {
    display: block;
    padding: 0;
    background: transparent;
    line-height: 25px;
}

.pro-option .item-label {
    color: var(--color-gray)
}

.pro-option .item-value {
    color: var(--color-black);
}

.pro-option .item-value {
    flex: 1
}

.utilities ul li i,
.pro-option .item-label i {
    color: var(--color-gray);
}

#lightSlider {
    padding: 0;
    list-style: none;
}

@media (min-width: 991px) {

    .lSSlideOuter .lightSlider,
    .lSSlideOuter .lightSlider li {
        height: 500px !important;
    }

    .lSSlideOuter .lightSlider li {
        position: relative;
    }

    .lSSlideOuter .lightSlider li a {
        height: 500px;
        display: block;
    }

    #virtual-tour iframe {
        width: 100%;
        height: 575px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .masonry {
        column-count: 2;
    }

    #cluster_map {
        height: 260px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .masonry {
        column-count: 3;
    }
}

@media only screen and (min-width: 1024px) {
    .intro {
        letter-spacing: 1px;
    }

    .masonry {
        column-count: 5;
    }
}

.building_area_info {
    border-collapse: collapse;
    width: 100%;
}

.building_area_info td {
    padding: 8px;
}

.building_area_info td span {
    font-weight: bold;
}

.building_documents_item {
    display: flex;
    flex-wrap: wrap;
}

.property_price {
    position: absolute;
    left: 0px;
    padding: 1px 6px;
    background: rgba(0, 0, 0, 0.6);
    top: 210px;
    color: #ffffff;
    font-weight: bold;
}

.property_status {
    position: absolute;
    padding: 1px 6px;
    background: var(--color-red);
    color: #ffffff;
    right: 0;
    font-weight: 600;
    font-size: 14px;
}

.property_location {
    font-size: 13px !important;
}

.property_location i {
    color: var(--color-red);
}

.property_title {
    font-weight: bold;
}

.property_title a {
    color: var(--color-red);
}

.property_details {
    list-style: none;
    min-height: 60px;
}

.property_details ul {
    list-style: none;
    min-height: 60px;
    margin-bottom: 0px;
}

.rooms-price {
    column-count: 2;
    padding-left: 20px;
}

.rooms-price li i {
    color: var(--color-red);
}

.card-title a {
    color: inherit;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.card-title a:hover {
    color: var(--color-red) !important;
}

.card-title {
    min-height: 52px;
}

.card-text i {
    color: var(--color-red);
}

p.card-text {
    min-height: 48px !important;
}

.properties {
    margin-bottom: 20px;
}

.property-img img {
    width: 100%;
}

.row.property-item {
    display: flex;
}

.property-content .property-item-head h4 {
    margin: 5px 0 5px 0;
    padding: 0;
    color: var(--color-gray);
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property-content .property-info {
    list-style: none
}

.property-content .property-info>li {
    display: inline-block;
    color: #515666;
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: var(--color-gray);
    border-radius: 2px;
}

.property-item-head address {
    margin-bottom: 10px;
}

.property-content .property-info>li i,
.property-item-head address i {
    margin-right: 7px;
    font-size: 18px;
    color: var(--color-red);
}

.property-action .property-price {
    flex: 1;
    font-size: 18px;
    line-height: 38px;
    padding-left: 15px
}

.property-action .property-price small {
    font-size: 60%;
}

.property-action a.btn {
    font-size: 16px;
    box-shadow: none;
    background: var(--color-red) !important;
    margin: 0 0 0 2px !important
}

.property-action a.btn:hover {
    background: #000 !important
}

#ApplyFormResponse strong {
    color: var(--color-red)
}

.prop-style {
    background: var(--color-white);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.prop-style .dropdown-property {
    text-align: center;
}

.prop-style .dropdown-property select {
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
    border-radius: 3px;
    padding: 7px;
    border: 1px solid #e5e5e5;
    font-weight: 700;
    text-transform: uppercase;
    color: #545454;
    cursor: pointer;
    box-shadow: 0 0 2px #bfbfbf;
    font-size: 13px;
    width: 100%;
}

.property-left .rooms-price {
    display: block;
    padding: 0px 0 0;
    margin-bottom: 0;
}

.rooms-price li {
    padding: 0 0 0 8px;
    margin: 0 8px 0 0;
    font-size: 16px;
}

.rooms-price .price {
    font-size: 22px;
    padding: 0;
}

.rooms-price .br,
.rooms-price .ba {
    padding-right: 8px;
    margin-right: 0;
    border-right: 1px solid #e1e1e1;
}

.rooms-price .sf {
    padding-right: 8px;
    margin-right: 0;
}

.pro-title {
    display: block;
    padding: 5px 0 0 0px;
    line-height: 18px;
}

.pro-title li {
    display: inline-block;
    width: 100%;
}

.pro-option {
    display: block;
    padding: 5px 0 0 0;
    font-size: 14px;
}

.pro-option li {
    line-height: 19px;
    display: block;
}

.schedule-btn button {
    padding: 12px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-white);
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #b42227;
    background: linear-gradient(to bottom, var(--color-red) 0%, #a72528 100%);
    min-width: 40px;
    width: 100%;
    margin: 10px 0
}

.panel .panel-body {
    padding: 0 0 20px 0;
}

.prop-address {
    position: relative;
    margin-top: 15px;
    text-align: right;
}

.heading.border-bottom {
    position: relative;
    border-bottom: 1px solid var(--color-gray);
    margin: 25px 0 15px 0
}

.heading.border-bottom span {
    border-bottom: 2px solid var(--color-red);
    display: inline-block;
    padding: 8px 0px;
    margin-bottom: -2px;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--color-black);
}

.prop-highlight .descrip {
    margin-top: 1em;
}

.apply a {
    color: var(--color-red);
    font-size: 15px;
    font-weight: 600;
}

.rp-thumbnail {
    max-width: 100%;
    width: 100%
}

.moredetails_box.show_less .less_txt,
.moredetails_box.show_less .prop-info {
    display: none
}

.moredetails_box.show_more .more_txt {
    display: none
}

.moredetails_box.show_more .prop-info {
    display: block
}

button.more_btn {
    border: 1px solid var(--color-gray);
    background: transparent;
    padding: 2px 5px;
    border-radius: 3px;
    color: var(--color-gray);
}

.properties .image-area a {
    position: relative
}

.properties .image-area a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

.prop-address .schedule-btn button {
    border: 1px solid var(--color-black);
    background: linear-gradient(to bottom, var(--color-black) 0%, var(--color-gray) 100%);
}

#cluster_map {
    height: 460px
}

.lSSlideWrapper {
    background: var(--color-gray);
    text-align: center;
}

.lSSlideOuter .lightSlider {
    max-height: 550px !important;
    overflow: hidden !important
}

.lSAction>a {
    z-index: 999;
}

.lSSlideOuter {
    overflow: hidden !important
}

img {
    max-width: 100%;
    height: auto;
}

.showing_dates {
    display: block;
    padding: 10px;
    border: 1px solid var(--color-gray);
    overflow-y: scroll;
    max-height: 200px;
    min-height: 100px;
}

.showing_dates li {
    display: inline-block;
    padding: 3px 5px;
    background: var(--color-white);
    color: var(--color-gray);
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid var(--color-gray);
}

.showing_dates li.active {
    display: inline-block;
    padding: 3px 5px;
    background: var(--color-red);
    color: var(--color-white);
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid var(--color-red)
}

#date_selected {
    color: var(--color-red);
}

.p_status {
    background: var(--color-black);
    padding: 3px 7px;
    border-radius: 3px;
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.pro-option .col-md-6 {
    padding: 0
}

.pro-option .item {
    display: flex;
    padding: 7px;
    background: var(--color-white);
    border-bottom: 1px solid var(--color-gray);
    font-weight: 600;
}

.pro-option .item-value {
    flex: 1;
    text-align: right
}

.utilities ul {
    padding-left: 0px;
}

.utilities ul li {
    padding: 7px;
    font-size: 0.9rem;
    font-weight: 600;
    border-bottom: 1px solid #dddddd;
}

.utilities ul li i,
.pro-option .item-label i {
    color: var(--color-red);
    font-size: 0.9rem;
}

.strata_property_details .pro-option .item {
    display: block;
    padding: 0;
    background: transparent;
    border-bottom: 1px dotted #dddddd;
    ;
    line-height: 30px;
}

.strata_property_details .pro-option .item-label {
    color: var(--color-gray);
}

.strata_property_details .pro-option .item-value {
    color: var(--color-black);
}

.strata_property_details .pro-option .item {
    display: flex
}

.strata_property_details .pro-option .item-value {
    flex: 1
}

.display-2,
.h2,
h2 {
    font-size: 1.3em;
}

.display-3,
.h3,
h3 {
    font-size: 1.2em;
}

.display-3,
.h3,
h3 {
    font-size: 1.1em;
}

.desc ul,
.desc ol {
    padding-left: 40px;
}

.desc ul {
    list-style: disclosure-closed !important;
    color: var(--color-gray)
}

.desc ul li,
.desc ol li {
    color: var(--color-gray);
    line-height: 2.6rem
}

.desc ol {
    list-style: decimal !important;
    color: var(--color-gray)
}

.masonry {
    transition: all .5s ease-in-out;
    column-gap: 15px;
    column-fill: initial;
}

.masonry .brick {
    margin-bottom: 0px;
    /* display: inline-block; */
    vertical-align: top;
}

.masonry .brick img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden;
    max-width: 100%;
}

.masonry .brick:hover img {
    opacity: .75;
}

.masonry.bordered {
    column-rule: 1px solid #eee;
    column-gap: 15px;
}

.masonry.bordered .brick {
    padding-bottom: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
}

.masonry.gutterless {
    column-gap: 0;
}

.masonry.gutterless .brick {
    margin-bottom: 0;
}

.property_sidebar {
    float: right
}

.property_sidebar .inner {
    background: var(--color-gray);
    padding: 15px
}

.property_sidebar .inner h3 {
    margin-top: 0 !important
}

.apply_show_pop,
.apply_show_pop:hover,
.apply_show_pop2 {
    display: block !important
}

.page-title .btn {
    text-transform: unset;
}

.rented,
.sold {
    background: var(--color-red) !important;
}

.featured,
.luxurious {
    background: var(--color-red) !important;
}

.furnished {
    background: #1A73E8 !important;
}

.for_rent,
.for_sale,
.vacation_rental {
    background: #64b450 !important;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid transparent;
    opacity: 0.7
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
    border: 1px solid var(--color-red);
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery li a {
    vertical-align: top;
}


#ajax_loader {
    display: none;
}

.gallery-btns {
    background-color: var(--color-red) !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 2px 15px 2px 5px;
    border-radius: 0px;
}

.gallery-btns img {
    filter: invert(100%) opacity(80%);
}

.agent-details h5,
.agent-details h5 a {
    font-size: 16px;
    font-weight: 600;
}

.agent-details h5 a {
    color: var(--color-red);
}

.building_area_info {
    border: 1px solid var(--color-gray);
}

.building_area_info tr {
    background: none !important;
}

.building_area_info tr td {
    border-right: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
    font-size: 13px;
}

.building_area_info tr td span {
    font-weight: 600;
    color: var(--color-black);
    display: inline-block;
    margin-bottom: 3px;
}

.building-detail__details-image,
.featured__property--detail-image {
    float: left;
    padding-right: 5px;
}

.building-detail__details-value {
    display: inline-block;
}

.building-detail__details-label {
    font-weight: 700;
}

.property-detail {
    padding: 7px 10px;
    border-bottom: 1px solid var(--color-gray);
}

.property-detail h3 {
    padding: 0;
    margin: 0;
    min-height: 50px;
}

.property-detail h4 {
    padding: 0;
    margin: 0
}

.property-detail h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.p_status,
.p_status:hover {
    background: var(--color-black);
    padding: 3px 7px;
    border-radius: 3px;
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.rented,
.sold {
    background: var(--color-red) !important;
}

.featured,
.luxurious {
    background: var(--color-red) !important;
}

.furnished {
    background: #1A73E8 !important;
}

.for_rent,
.for_sale,
.vacation_rental {
    background: #34a853 !important;
}

h3.title,
h3.title a {
    font-size: 15px;
}

.property-info .fa {
    color: var(--color-red);
}

.property-info {
    padding: 7px 10px;
    min-height: 60px;
}

.rooms-price {
    padding: 0;
    column-count: 2;
    margin-bottom: 0px;
}

.location_form {
    background: var(--color-black);
    padding: 40px;
}

.location_form form.search_form1 {
    display: flex;
    margin: 0;
}

table tbody tr td,
table tbody tr td a {
    font-size: 14px;
}

#geocomplete,
#geocomplete2 {
    background: url(https://bolld.com/images/map-icon.png) 10px 8px no-repeat var(--color-white);
}

@media (min-width:991px) {

    .lSSlideOuter .lightSlider,
    .lSSlideOuter .lightSlider li {
        height: 500px !important;
    }

    .lSSlideOuter .lightSlider li {
        position: relative
    }

    .lSSlideOuter .lightSlider li a {
        height: 500px;
        display: block;
    }

    #virtual-tour iframe {
        width: 100%;
        height: 575px
    }
}

@media (max-width:991px) {
    .PropertySlider {
        margin-bottom: 20px;
    }

    #virtual-tour iframe {
        width: 100%;
        height: 350px
    }

    #virtual-tour+.btn-group {
        display: flex;
    }

    .gallery-btns {
        width: 100%;
        margin: 0px 2px 10px 2px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    #cluster_map {
        height: 260px
    }

    .property_sidebar {
        float: none;
    }

    .property_sidebar .inner {
        background: var(--color-gray);
        padding: 3px;
    }

    .page-title .btn {
        float: none !important;
        display: inline-block;
        text-transform: unset;
    }

    .page-title span {
        display: block;
        padding-top: 5px;
    }

    h1.page-title {
        font-size: 1.8rem;
        margin: 25px 10px;
    }

    .properties_wrap {
        padding: 0;
    }

    .panel.panel-default.page-inner {
        margin-bottom: 0px;
    }

    .location_form form.search_form1 {
        display: block !important;
    }

    .location_form {
        padding: 10px !important;
    }

    .search_form1 .vancouver-search1, .search_form2 .vancouver-search1  {
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .intro {
        letter-spacing: 1px;
    }
}

.card-header strong {
    color: var(--color-red);
}

.featured_ribbon {
    background-color: var(--color-red) !important;
}