/* STAMPA FIGLI */
.print-children a.active
{
    font-weight: bold;
}


/* SIAMO SUI SOCIAL */
.siamosuisocial_list img
{
    height: 40px;
}

.siamosuisocial_list_footer img
{
    height: 30px;
}

/* HOME VALORIZZAZIONE */
.border-top-15
{
    border-top: 15px solid;
}

.border-celeste
{
    border-color: #e5f0fa;
}

/* DISTINGUITI DAGLI ALTRI */
.distinguitidaglialtri
{
    background-image: url("../Images/servizi-candidati.jpg");
    background-size: cover;
}

.distinguitidaglialtri img
{
    width: 80px;
}

@media (max-width: 960px) {

    .display-xs-33
    {
        font-size: 33px;
    }

}

@media (min-width: 960px) {

    .distinguitidaglialtri
    {
        min-height:800px;
    }


    .text-lg-opacited
    {
        color: #ffffff;
        opacity:0.6;
    }

    .text-lg-opacited:hover
    {
        color: #ffffff;
        opacity:0.6;
        text-decoration: underline;
    }

    .font-size-lg-14
    {
        font-size:14px;
    }


    .display-lg-55
    {
        font-size: 55px;
    }

    .border-right-lg-0
    {
        border-right:0;
    }

    .border-left-lg-0
    {
        border-left:0;
    }


    .border-radius-right-lg-0
    {
        border-radius:.25rem 0 0 .25rem;
    }

    .border-radius-left-lg-0
    {
        border-radius:0 .25rem .25rem 0;
    }

}



/* TOP PROFILE */
.topprofilo label
{
    color: #003671;
    font-weight: bold;
}
