/** LISTING IMPRESE **/
p.nessun_risultato {
    font-weight: 700;
    margin: 0 0 60px;
    padding: 0 20px;
    text-align: center;
}
#listing_imprese {
    width: 1290px;
    margin: 70px auto;
}
#listing_imprese a.impresa {
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 300px;
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 0 90px;
    transition: all 0.3s ease;
    text-decoration: none;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(91, 112, 86, 0.25);
}
#listing_imprese a.impresa:nth-child(4n + 0) {
    margin: 0 0 30px;
}
#listing_imprese a.impresa:hover, #listing_imprese a.impresa:active, #listing_imprese a.impresa:focus {
    text-decoration: none;
}
#listing_imprese a.impresa .immagine {
    position: relative;
    width: 100%;
    height: 180px;
    margin: 0 0 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#listing_imprese a.impresa .hover {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: all 0.3s ease;
    opacity: 0;
    background: #985BA1;
}
#listing_imprese a.impresa:hover .hover, #listing_imprese a.impresa:active .hover,
#listing_imprese a.impresa:focus .hover {
    opacity: 0.4;
}
#listing_imprese a.impresa .nome_impresa {
    font-family: "Bree Serif", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    display: block;
    box-sizing: border-box;
    margin: 0 12px 12px;
    padding: 0;
    color: #333;
}
#listing_imprese a.impresa .descrizione_impresa {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin: 0 12px;
    padding: 0;
    color: #333;
}
#listing_imprese a.impresa .fondo {
    position: absolute;
    z-index: 1;
    right: 12px;
    bottom: 0;
    left: 12px;
    width: auto;
    height: 66px;
}
#listing_imprese a.impresa .fondo table {
    width: 100%;
    height: 53px;
    border: none;
    margin: 0;
}
#listing_imprese a.impresa .fondo table td {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    box-sizing: border-box;
    padding: 0;
    color: #333;
}
#listing_imprese a.impresa .fondo .singolo {
    font-family: "Bree Serif", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    height: 100%;
    padding: 0 14px 0 0;
    text-align: right;
    vertical-align: middle;
    color: #985BA1;
}
#listing_imprese a.impresa:hover .fondo .singolo, #listing_imprese a.impresa:active .fondo .singolo,
#listing_imprese a.impresa:focus .fondo .singolo {
    color: #45294A;
}
#listing_imprese a.impresa .fondo .pulsante {
    width: 1%;
}
#listing_imprese a.impresa .fondo .pulsante span {
    display: block;
    box-sizing: border-box;
    width: 53px;
    height: 100%;
    padding: 22px 0 0;
    transition: all 0.3s ease;
    text-align: center;
    background: #985BA1;
    line-height: 0;
}
#listing_imprese a.impresa:hover .fondo .pulsante span, #listing_imprese a.impresa:active .fondo .pulsante span,
#listing_imprese a.impresa:focus .fondo .pulsante span {
    background: #45294A;
}
@media screen and (max-width: 1350px) {
    #listing_imprese {
        width: 960px;
    }
    #listing_imprese a.impresa:nth-child(4n + 0) {
        margin: 0 30px 30px 0;
    }
    #listing_imprese a.impresa:nth-child(3n + 0) {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 1020px) {
    #listing_imprese {
        width: 630px;
    }
    #listing_imprese a.impresa:nth-child(3n + 0) {
        margin: 0 30px 30px 0;
    }
    #listing_imprese a.impresa:nth-child(2n + 0) {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 690px) {
    #listing_imprese {
        width: auto;
        margin: 30px 20px 50px;
    }
    #listing_imprese a.impresa {
        float: none;
        width: auto;
        margin: 0 auto 30px;
    }
    #listing_imprese a.impresa:nth-child(4n + 0), #listing_imprese a.impresa:nth-child(3n + 0),
    #listing_imprese a.impresa:nth-child(2n + 0) {
        margin: 0 auto 30px;
    }
}