.profilo {
     margin-top: -15px;
     background-position: center center;
     min-height: 200px;
     width: 100%;
     background-size: cover !important;
     background: url(../img/firenze-skyline.jpg) no-repeat;
     background-blend-mode:color;
    
}
 .profilo .user {
     padding-top: 40px;
     text-align: center;
}
 .profilo .user img {
     border: 2px solid #fff;
}
 .profilo h4 {

     color: white;
     margin: 0px;
     padding-top: 8px;
     font-weight: bold;
     text-shadow: 1px 1px 2px #333;

}
 .pr2-social a:hover {
     color: #000;
}
 #profilo-1, #profilo-16 {
     background: linear-gradient(aquamarine, aquamarine), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 0%;
     
}
 #profilo-2 {
     background: linear-gradient(#fef114, #fef114), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 50%;
}
 #profilo-3, #profilo-17 {
     background: linear-gradient(darkcyan, darkcyan), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 80%;
}
 #profilo-4 {
     background: linear-gradient(orange, orange), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 90%;
}
 #profilo-5 {
     background: linear-gradient(cornflowerblue, cornflowerblue), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 20%;
}

 #profilo-6 {
     background: linear-gradient(dimgrey, dimgrey), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 40%;
}

 #profilo-7, #profilo-15 {
     background: linear-gradient(firebrick, firebrick), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 60%;
}

 #profilo-8 {
     background: linear-gradient(azure, azure), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 10%;
}

 #profilo-9 {
     background: linear-gradient(chocolate, chocolate), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 20%;
}

 #profilo-10 {
     background: linear-gradient(cornsilk, cornsilk), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 40%;
}

 #profilo-11 {
     background: linear-gradient(forestgreen, forestgreen), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 40%;
}

 #profilo-12 {
     background: linear-gradient(aqua, aqua), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 70%;
     

}

 #profilo-13 {
     background: linear-gradient(forestgreen, forestgreen), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 80%;
}

 #profilo-14 {
     background: linear-gradient(darkgoldenrod, darkgoldenrod), url(../img/firenze-skyline.jpg) no-repeat;
     background-position: 50%;
}



 .wrapper h3 a {
     color: rgb(121, 121, 121);
}
 .wrapper h3 a:hover {
     color: #000;
}
 .wrapper h3 a:active {
     color: #000;
}
 .wrapper h3 a.active {
     background: #fef114;
     color: #000;
}
 #sidebar ul li.active a, ul.sidebar-menu li.active a {
     background: #fef114;
     color: #000;
     border-radius: 4px;
}
 