#cta-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}

.annunci-paginate span{
    border: 1px solid lightgray;
    background-color: #ccc;
    padding: 10px 20px;
}

.annunci-paginate a{
    border: 1px solid lightgray;
    background-color: #fff;
    color: #d7182a;
    padding: 10px 20px;
    transition: 0.2s;
    text-decoration: none;
}

.annunci-paginate a:hover{
    color: #fff;
    background-color: #ccc;
}

.annunci-to-cat {
    font-weight: 700;
    background-color: #e5e5e5;
    color: #dc3545!important;
    transition: 0.2s;
}

.annunci-to-cat:hover {
    background-color: #dc3545;
    color: #e5e5e5!important;
}

.banner-cta {
    font-size: 20px;
}

.annunci24-long-content > h1, h2, h3, h4, h5, h6, p.annuncio-title {
    margin: 0.6em 0!important;
}

.annunci24-long-content {
    line-height: 26px;
    font-size: 16px;
}

.annuncio-title-home {
    text-transform: uppercase;
}

.annuncio-title-tax {
    font-weight: 700;
}

.annuncio-title {
    font-size: 32px;
    letter-spacing: 1px;
}

.annuncio-title a {
    text-decoration: none;
    color: #000000!important;
}

@media only screen and (max-width: 768px) {

    .category-description {
        /*text-align: justify;*/
        /*max-height: 145px;*/
        /*overflow: auto;*/
    }

    .btn-warning {
        font-size: 13px!important;
    }

    .w-xs-100 {
        width: 100%!important;
    }
}

@media only screen and (min-width: 1200px) {


    .w-md-25{
        width: 24%!important;
    }

}
