.header.inner-page.float_l {
    background-image: url('../images/inner-page-header-bg.png');
}
.page-header.listing-detail.float_l {
    background-image: url('../images/listing-detail-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;
}
.list-details-con.float_l {
    background-image: url('../images/listing-page-top-bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #575757;
    padding: 27px 0 0 0;
}
.list-details-slider {
    float: right;
    width: 46%;
}
.list-details-main {
    float: left;
    width: 52%;
    background-color: #fff;
}
.list-details-main .add {
    font-size: 36px;
    color: #fff;
    font-family: Antonio;
    line-height: 46px;
    padding: 35px 0 0 25px;
    background-color: #9e111a;
}
.list-details-main .price {
    font-size: 48px;
    color: #fff;
    font-family: Antonio;
    line-height: 58px;
    padding: 0 0 15px 25px;
    background-color: #9e111a;
}
.list-details-main .id {
    font-size: 24px;
    padding: 40px 0 0 25px;
}
.list-details-main .simple-text {
    width: 50%;
    margin: 21px 0;
    line-height: 35px;
    padding: 0 0 0 23px;
}
.list-details-main .btns {
    margin: 48px 0 25px 0;
    padding: 0 0 0 33px;
}
.list-details-main .btns a.inquire {
    float: left;
    color: #fff;
    padding: 9px 60px;
    text-align: center;
    font-size: 21px;
    border: none;
    background-color: #9e111a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list-details-main .btns a.inquire:hover {
	background-color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list-details-main .btns .share b, .list-details-main .btns .print b {
    float: left;
    padding: 6px 13px;
    font-size: 20px;
}
.list-details-main .btns .share a {
    display: block;
    float: left;
    width: 34px;
    margin: 4px 3px 4px 0;
}
.list-details-main .btns .share a img, .list-details-main .btns .print a, .list-details-main .btns .print, .list-details-main .btns .share{
	float: left;
}
.list-details-main .btns .share a:last-child {
    width: 42px;
    margin: 6px 3px 4px 0;
}
.list-details-main .btns .print b {
    border-left: 2px solid #000;
    padding: 0 15px 0 12px;
    margin: 6px 0 0 15px;
}
.list-details-main .btns .print a {
    display: block;
    float: left;
}
.list-detail-desc.float_l {
    margin: 35px 0 0 0;
    background-color: #fff;
}
.list-detail-desc .heading, .list-detail-detail .heading, .list-detail-similar .heading {
    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: 30px 0 0 25px;
}
.list-detail-desc .des-text {
    float: left;
    width: 55%;
    padding: 55px 45px;
}
.list-detail-desc .des-text .simple-text, .list-detail-detail .detail-box .simple-text {
    font-size: 16px;
    line-height: 26px;
}
.list-detail-desc .des-map {
    float: left;
    width: 42%;
    margin: 35px 0 20px 0;
}
.list-detail-desc .des-map img {
    border: 7px solid #d8d8d8;
}
.list-detail-detail.float_l {
    margin: 20px 0 0 0;
    background-color: #fff;
}
.list-detail-detail .detail-box {
    float: left;
    width: 33.33%;
    padding: 0 0 0 40px;
    margin: 35px 0 67px 0;
}
.list-detail-similar.float_l {
    margin: 23px 0 0 0;
}
.list-courtesy {
    background: #FFF;
    padding: 20px 0;
    text-align: center;
    color: #999999;
    font-size: 12px;
    margin: 0 0 20px;
}
.similar-listing-box {
    float: left;
    margin: 25px 1% 35px 1%;
    width: 23%;
    padding: 6px;
    background-color: #fff;
}
.similar-listing-box img.thumb {
    float: left;
    width: 100%;
}
.similar-listing-box .price {
    color: #a21118;
    font-family: Antonio;
    font-size: 25px;
    line-height: 30px;
    padding: 40px 0 5px 13px;
}
.similar-listing-box .simple-text {
    line-height: 20px;
    font-size: 16px;
    padding: 0 0 11px 13px;
    color: #000;
}
.similar-listing-box a.view-list {
    float: left;
    font-family: Antonio;
    color: #fff;
    margin: 22px 0 10px -6px;
    padding: 7px 0 3px 0;
    text-align: center;
    width: 74%;
    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;
}
.similar-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;
}

.zls-list-grid-listingdiv:first-child {
    margin-left: 0;
}
