﻿.listing-blocks {
    float: left;
    width: 100%;
    margin: 0;
}

    .listing-blocks a.image {
        float: left;
        width: 100%;
        height: 130px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .listing-blocks .details {
        float: left;
        width: 100%;
        background: #f2f2f2;
        padding: 10px;
        height: 120px;
        overflow: hidden;
    }

    .listing-blocks h3 {
        float: left;
        width: 100%;
        font-size: .8125rem;
        font-weight: bold;
        height: 32px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .listing-blocks h3:first-letter {
            text-transform: uppercase;
        }

    .listing-blocks p, .listing-blocks strong {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .listing-blocks p {
        font-size: .8125rem;
        color: #888;
        height: 16px;
        overflow: hidden;
    }

    .listing-blocks strong {
        font-size: .875rem;
    }

    .listing-blocks li:hover .details {
        background: rgba(255,215,79,0.2);
    }

.listing-blocks-new {
    margin-top: 20px;
}

    .listing-blocks-new a.image {
        float: left;
        width: 100%;
        height: 240px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        position: relative;
        z-index: 3;
    }

    .listing-blocks-new .details {
        float: left;
        width: 100%;
        background: white;
        height: 105px;
        overflow: hidden;
        border: 1px solid #ddd;
        padding: 25px 10px 10px 10px;
        top: -15px;
        position: relative;
    }

    .listing-blocks-new h3 {
        float: left;
        width: 100%;
        font-size: .8125rem;
        font-weight: bold;
        overflow: hidden;
    }

        .listing-blocks-new h3:first-letter {
            text-transform: uppercase;
        }

        .listing-blocks-new h3 a {
            font-size: 1.1rem;
            letter-spacing: 0px;
            color: #4e4e4e !important;
            font-weight: 700;
            text-decoration: none;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .listing-blocks-new h3 a:hover {
                text-decoration: none;
            }

    .listing-blocks-new p, .listing-blocks-new strong {
        letter-spacing: 0px;
        color: #2265a9;
    }

    .listing-blocks-new p {
        font-size: .8125rem;
        color: #888;
        overflow: hidden;
        float: left;
        width: 100%
    }

    .listing-blocks-new strong {
        font-size: 0.875rem;
        line-height: 40px;
        font-weight: 900;
    }
