/* HP Featured Listings */

.hp-fl {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
}

/*.hp-fl .fl-wrap {*/
/*    position: relative;*/
/*    background: #fff url("images/fl-bg-a.jpg") no-repeat;*/
/*    background-position: center top;*/
/*    background-attachment: fixed;*/
/*    background-size: cover;*/
/*    padding: 0 10px;*/
/*}*/

/*.hp-fl .fl-wrap:after {*/
/*    content: '';*/
/*    display: block;*/
/*    height: 150px;*/
/*    background: transparent url("images/fl-fade-bg-a.png") no-repeat;*/
/*    background-position: center center;*/
/*    background-size: 100% 100%;*/
/*    margin: -150px -10px 0;*/
/*}*/

.hp-fl .fl-wrap .fl-container {
    display: block;
}

.hp-fl .fl-wrap .fl-container .fl-left {
    float: left;
    width: 30.882%;
    height: 375px;
    padding: 5% 0 0 0;
    position: relative;
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-title {
    /*margin: -6px 0 0 -5px;*/
    /*margin: -9px 0 0 -5px;*/
    margin: -8px 0 0 -5px;
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-title span b {
    /*margin: 2px 1px 0 0;*/
    margin: -3px 2px 0 0;
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-title .title-line {
    bottom: 15px;
    left: -93%;
    width: calc(142% - 15px);
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-view-all-properties-wrapper {
    margin: 29px 0 0;
    -webkit-transform: translateX(-117px);
    transform: translateX(-117px);
    position: absolute;
    left: 50%;
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-view-all-properties {
    /*margin: 29px 0 0;*/
    width: 251px;
    font-weight: 500;
    /*position: absolute;
    left: 50%;
    -webkit-transform: translateX(-117px);
    transform: translateX(-117px);*/
}

.hp-fl .fl-wrap .fl-container .fl-list {
    display: block;
    width: 100%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row {
    float: left;
    width: 100%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col {
    float: left;
    position: relative;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col.w-mb {
    margin-bottom: 1px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col.w-ml {
    margin-left: 0px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    outline: none !important;
    display: block;
    border: 2px solid #fff;
}


/*.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 140%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform-origin: center;
    transition: all 0.150s ease-in-out;
    background-position: center center;
}*/

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform-origin: center;
    transition: all 0.4s ease-in-out;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:hover .fl-img {
    /*     -webkit-filter: grayscale(0);
    filter: grayscale(0);
   -webkit-transform: scale(1.2);*/
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    /* transform: scale(1.2); */
    /* transform: scale3d(2,1,1); */
    transform: scale3d(1.2, 1.2, 1);
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .flitemcolored {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-info {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 0 27px 23px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-info:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /*background: transparent url("images/fl-info-bg-a.png") no-repeat;*/
    background-position: bottom center;
    background-size: 100% 100%;
    pointer-events: none;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-info .fl-price {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.2px;
    color: #fff;
    margin-right: 23px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-info .fl-address {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.28px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: -1px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover {
    position: absolute;
    z-index: 100;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.size-md.visible-l-b {
    width: 580px;
    height: 320px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.size-lg.visible-l-b {
    width: 500px;
    height: 320px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.size-lg.visible-r-b {
    width: 600px;
    height: 400px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.size-lg.visible-c-b {
    width: 512px;
    height: 316px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.visible-c-c {
    top: -5%;
    left: -4%;
    width: 520px;
    height: 340px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.visible-c-b {
    top: auto;
    left: -7%;
    bottom: 0;
    width: 490px;
    height: 350px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.visible-l-b {
    top: auto;
    bottom: 0;
    left: 0;
    width: 448px;
    height: 260px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.visible-r-b {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 508px;
    height: 340px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-img {
    display: none;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info {
    background: #fff;
    height: 77px;
    padding: 0;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info:after {
    display: none;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-price {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 0.27px;
    color: #1b1b1b;
    margin: 0 18px;
    -ms-flex-item-align: center;
    align-self: center;
    top: -6px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-address {
    font-size: 15.89px;
    font-weight: 400;
    line-height: 15.89px;
    letter-spacing: 0.3178px;
    color: #1b1b1b;
    margin-right: 33px;
    -ms-flex-item-align: center;
    align-self: center;
    top: -2px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-view-details {
    width: auto;
    -ms-flex-preferred-size: 155px;
    flex-basis: 155px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    margin: 0;
    color: #1b1b1b;
    font-weight: 500;
    background: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff !important;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:hover .fl-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a {
    margin-left: 30.882%;
    /*margin-left: 30.8%;*/
    /*width: calc(100% - 30.882%);*/
    /*width: calc(100% - 30.83%);*/
    /*width: calc(100% - 30.8%);*/
    width: 69.118%;
    margin-top: -375px;
}

.mac-true .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a {
    width: calc(100% - 30.75%);
    margin-left: 30.9%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(1) {
    width: 44.4%;
    height: 284px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(2) {
    width: calc(55.6% - 1px);
    height: 320px;
    margin-top: -36px;
    margin-left: 0px;
}

.mac-true .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(2) {
    width: 55.2%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(1) {
    /*width: 30.2%;*/
    width: calc(30.882% - 1px);
    height: 232px;
    /*margin-left: 8px;*/
    margin-top: -1px;
    margin-left: 0;
}

.mac-true .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(1) {
    /*margin-left: 7px;*/
    width: 30.8%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(2) {
    width: 34.3%;
    height: 322px;
    margin-top: -91px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(3) {
    /*width: 34.71%;*/
    width: 34.73%;
    height: 322px;
    margin-top: -91px;
}

.mac-true .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(3) {
    width: 34.7%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-c .fl-list-col:nth-child(1) {
    width: 35.65%;
    height: 292px;
    /*margin-left: 8px;*/
    /*margin-left: 7px;*/
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-c .fl-list-col:nth-child(2) {
    width: 31.9%;
    height: 292px;
}

.hp-fl .fl-wrap .fl-container .fl-right {
    float: right;
    width: 30.8%;
    /* height: 305px;
    margin: -305px 1px 0 0;*/
    height: 292px;
    /*margin: -292px 1px 0 0;*/
    margin: -292px 0 0 0;
    position: relative;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta {
    display: block;
    width: 90%;
    /*height: 100%;*/
    height: auto;
    /*padding: 9.1% 0 0 9.3%;*/
    /*padding: 5.8% 0 5.8% 3.1%*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    right: 0;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta > div {
    margin-bottom: 9px;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta > div:last-child {
    margin-bottom: 0;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link {
    margin: 0;
    width: 100% !important;
    height: 76px;
    /*margin-bottom: 9px;*/
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    background: #1b1b1b !important;
    color: #fff !important;
    line-height: 76px;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:last-child {
    margin-bottom: 0;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:after {
    background: #3e3e3e;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:hover:after {
    background: #b3b3b3;
}
/* Updates/Changes 10/05/2018 */

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info {
    height: 50px;
    /*background: rgba(255, 255, 255, 0.75);*/
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item > .fl-info {
    transition: all 0.4s ease-in-out;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:hover > .fl-info {
    opacity: 0;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info span {
    top: 0 !important;
    align-self: center !important;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-view-details {
    background: rgba(27, 27, 27, 1);
    border: none;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-main,
.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover,
.our-properties-wrap .our-properties-listings .listings-item .listings-info-left,
.our-properties-wrap .our-properties-listings .listings-item .listings-view-details {
    height: 50px;
}


/*.our-properties-wrap .our-properties-listings .listings-item .listings-info-left {
    background: rgba(255, 255, 255, 0.75);
}
*/

.our-properties-wrap .our-properties-listings .listings-item .listings-view-details {
    background: rgba(27, 27, 27, 1);
}

.our-properties-wrap .our-properties-listings .listings-item:hover .listings-info-main {
    opacity: 0;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:hover,
.about-jason-wrap .jason-cta .jason-cta-link:hover {
    background: #6EC1E4 !important;
    border-color: #1f4a5c !important;
    color: #fff !important;
}
.site-button {
    display: block;
    margin: 0 auto;
    width: 214px;
    height: 53px;
    height: 53px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    /* line-height: 12px; */
    line-height: 53px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    border: 1px solid #b3b3b3;
    /* border: 1px solid #ffffff; */
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-button.reversed {
    background: #ffffff;
    border-color: #1d1d1d;
    color: #1d1d1d !important;
}
.site-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -23px;
    width: 46px;
    height: 1px !important;
    transform: scaleY(1.1);
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.site-section-title span {
    display: inline-block;
    text-align: right;
    position: relative;
}
.site-button.dark-text {
    color: #1b1b1b;
}
.site-section-title span b {
    display: block;
    /* font-family: "Source Sans Pro", sans-serif; */
    /* font-size: 36px; */
    font-size: 95px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.8px;
    color: #e51937;
    position: relative;
    font-family: var(--font-script);
    text-transform: capitalize;
}
.site-section-title span i.title-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #d7d7d7;
}
.site-button.dark-text {
    color: #1b1b1b;
}
/* Responsive */
@media (max-width: 991px) {
    .ld-portfolio-grid-v2-wrapper .fl-left, 
    .ld-portfolio-grid-v2-wrapper .fl-right {
        float: none;
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }
    
    .ld-portfolio-grid-v2-wrapper .fl-list-col {
        width: 50% !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .ld-portfolio-grid-v2-wrapper .hp-fl {
        padding: 60px 0;
    }
    
    .ld-portfolio-grid-v2-wrapper .fl-list-col {
        width: 100% !important;
    }
    
    .ld-portfolio-grid-v2-wrapper .fl-view-all-properties-wrapper {
        display: none;
    }
}