a {
/*    color: #007bff;*/
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.sans-serif{
    font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
    }

.f4 {
    font-size: 1.25rem;
}

.lh-copy {
    line-height: 1.5;
}

.f3-ns {
    font-size: 1.5rem;
}

.mv0 {
    margin-top: 0;
    margin-bottom: 0;
}

.pv1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

/*
h1{
    color: #337ab7;
}
*/

h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.black-80 {
    color: rgba(0,0,0,.8);
}

.dim, .dim:focus, .dim:hover {
    transition: opacity .15s ease-in;
}

.dim {
    opacity: 1;
}

.f6 {
    font-size: .875rem;
}

.pr2 {
    padding-right: .5rem;
}

.mid-gray {
    color: #555;
}

.dib {
    display: inline-block;
}

.row{
    margin-right:0px;
    margin-left:0px;
}

.img_index{
    height:422px;
    background-image:url(/immagini/banner_trpt.jpg);
    background-position:center;
    background-repeat: no-repeat;
}

.img_commenti{
    height:422px;
    background-image:url(/immagini/banner_trpt_commenti.jpg);
    background-position:center;
    background-repeat: no-repeat;
}

.img_preventivi{
    height:422px;
    background-image:url(/immagini/banner_trpt_preventivi.jpg);
    background-position:center;
    background-repeat: no-repeat;
}

.img_aziende{
    height:422px;
    background-image:url(/immagini/banner_trpt_aziende.jpg);
    background-position:center;
    background-repeat: no-repeat;
}

.img_clienti{
    height:422px;
    background-image:url(/immagini/banner_trpt_clienti.jpg);
    background-position:center;
    background-repeat: no-repeat;
}

.DivTestoBanner{
    background-image:url(/immagini/sfondo_testo_banner.png);
    padding:0 15px 15px 15px;
    color: #fff !important;
    font-size: 26px !important;
    line-height:1.4em !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 #434343;
    margin-bottom:15px;
}

    .DivTestoBanner_Int{
        font-size:0.5em;
        font-weight:100;
    }

.DivTitoloBannerMobile{
    background-image:url(/immagini/sfondo_testo_banner.png);
    padding:8px;
    font-weight:700;
    /*margin-top:-10px;*/

    font-size:1.4em;
    line-height:1.1em;

}

.DivTestoBannerMobile{
    background-image:url(/immagini/sfondo_testo_banner.png);
    padding:0 8px 8px 8px;
    font-weight:300;
    /*margin-top:-10px;*/

    font-size:0.7em;
    line-height:1.2em;

}

.bottone_home{
    font-size:12px;
    font-weight:bold;
    letter-spacing: 2px;
}

.ListProvincieTop{
    font-size:14px;
    margin-right:20px;
}

.ombra_box{
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 #888888;
    margin-bottom:15px;
}

.PathPagine{
    background-color:white;
    padding:0px;
}

.pagination{
    font-size:12px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {

    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;

}
.pagination > li > a {

    margin-right: 5px;

}
.pagination > li > a, .pagination > li > span {

    background-color: #ccc;
    padding: 3px 9px;
    color: #fff;
    border: 0px;

}
.pagination > li > a, .pagination > li > span {

    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;

}