.houseThumb {
    max-width: 320px;
    max-height: 300px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0px;
}
.houseThumb img {
    max-width: 100%;
    position: relative;
}
.pdfThumb {
    overflow: hidden;
}
.pdfThumb img {
    /*margin-top: -25%;*/
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}

.imageThumb {
    display: block;
    overflow: hidden;
}
.imageThumb img {
    max-width: 170%;
    margin-left: -35%;
    margin-right: -10%;
    scale: 1.3;
}
.houseListItem{
    padding: 0!important;
    margin-bottom: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: white;
    /*overflow: hidden;*/
}
.leftNoPadding{
    padding-left: 0;
}
.houseDetails{
    min-height: 270px;
    padding-left: 25px;
}
/*
.houseDetails .row{
    height: 40px;
}
*/
.created{
    position: absolute;
    right: 5px;
    top: 0px;
}

a img{
    cursor: pointer;
}

.nameLine{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    margin-bottom: 5px;
}
.nameLine h4, .nameLine p{
    display: inline;
}

.fieldTitle{
    text-transform: uppercase;
}

@media(hover: hover) and (pointer: fine) {
    .pdfThumb:hover {
        overflow: visible;
    }
    .pdfThumb:hover img {
        /*transform: translate(-50%, -50%) scale(2);*/
        z-index: 2;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        max-height: 650px;
        max-width: 650px;
    }
}

@media (max-width: 991px) { 
    .pdfThumb, .imageThumb{
        margin: 20px;
        margin-bottom: 0px;
    } 
 }

 button.addShortlist {
    height: 40px;
    width: 40px;
    background: transparent;
    box-shadow: none;
    top: 12px;
    right: 12px;
    position: absolute;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.addShortlist:focus {
    outline: none;
}
.icon {
    color: #999;
}
.icon:hover {
    color: #ff5a5f;
}

button.addShortlist.active .icon {
    color: #ff5a5f;
}

.createdAt{
    color: #808080;
    font-style: italic;
}