<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header.inner-page.float_l {
    background-image: url('../images/inner-page-header-bg.png');
}
.page-header.listings.float_l {
    background-image: url('../images/listings-header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 364px;
}
.page-header.float_l h1 {
    font-size: 60px;
    color: #fff;
    font-family: Antonio;
    line-height: 70px;
    float: left;
    margin: 284px 0 0 0;
    padding: 0;
}
.listings-con.float_l {
    background-image: url('../images/listing-page-top-bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #575757;
}
.listings-con .heading-main {
    background-image: url('../images/list-detail-heading-bg.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #959595;
    font-size: 36px;
    color: #fff;
    font-family: Antonio;
    line-height: 46px;
    padding: 32px 0 0 25px;
}
.listings-left-panel.float_l {
    float: left;
    width: 21%;
    position: relative;
    z-index: 99;
    padding: 0 20px;
}
.listings-right-panel.float_l {
    float: right;
    width: 79%;
    position: relative;
}
.listings-right-panel.float_l:before {
    content: "";
    position: absolute;
    background-color: #101010;
    height: 100%;
    width: 27%;
    right: 100%;
    top: 0;
}
.listings-box-main.float_l {
    padding: 20px 0 50px 20px;
}
.listing-box {
    float: left;
    margin: 2% 0 0 2%;
    width: 31.3%;
    padding: 6px;
    background-color: #fff;
}
.listing-box img.thumb {
    float: left;
    width: 100%;
}
.listing-box .price {
    color: #a21118;
    font-family: Antonio;
    font-size: 25px;
    line-height: 30px;
    padding: 40px 0 5px 13px;
}
.listing-box .simple-text {
    line-height: 20px;
    font-size: 16px;
    padding: 0 0 11px 13px;
    color: #000;
}
.listing-box a.view-list {
    float: left;
    font-family: Antonio;
    color: #fff;
    margin: 45px 0 35px -6px;
    padding: 7px 0 4px 0;
    text-align: center;
    width: 74%;
    font-size: 22px;
    line-height: 32px;
    background-color: #a21118;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.listing-box a.view-list:hover {
    background-color: #252525;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pagination.float_l .text, .revise-link.float_l a {
    margin-left: 2%;
    float: left;
    color: #fff;
    font-weight: bold;
}
.pagination.float_l a {
    color: #fff;
    float: left;
    margin: 0 10px;
    text-decoration: underline;
    font-weight: bold;
}
.pagination.float_l a:hover, .revise-link.float_l a:hover {
    text-decoration: none;
}
.revise-link.float_l a {
    margin-top: 13px;
    text-decoration: underline;
}
.revise-link.float_l {
    margin: 0 0 40px 0;
}
.mls-search.float_l {
    padding: 0 8px 0 15px;
    margin: 22px 0 0 0;
}
.mls-search .mls-search-title {
    background-color: transparent;
    color: #fff;
    border: none;
    font-family: Antonio;
    font-size: 36px;
    line-height: 46px;
    float: left;
    width: 160px;
    padding: 15px 0 4px 0;
}
.mls-search .mls-search-icon {
    float: left;
    background-color: transparent;
    border: none;
    background-image: url('../images/search-icon2.png');
    width: 49px;
    height: 49px;
    margin: 2px 0 0 0;
}
</pre></body></html>