/* Collapsible sidebar for viewports <= 480px */
 
    #inevidenza.collapsible .label_box_news_home>h3 {
      background: url(../pix/plusminus_mob.png) right 4px no-repeat;
      cursor: pointer;
     border-bottom: 0;
     border: 1px solid #E2E2E2;
     padding-top: 10px;
     -moz-border-radius: 10px 10px 10px 10px;
     -webkit-border-radius: 10px 10px 10px 10px;
     border-radius: 10px 10px 10px 10px;
     margin-top: 10px;
    }
 
    #inevidenza.collapsible .label_box_news_home>h3.minus {
      background: url(../pix/plusminus_mob.png) right -45px no-repeat #E2E2E2;
     margin-bottom: 10px;
    }
   
   #dalcomune.collapsible .label_box_news_home>h3 {
      background: url(../pix/plusminus_mob.png) right 4px no-repeat;
      cursor: pointer;
     border-bottom: 0;
     border: 1px solid #E2E2E2;
     padding-top: 10px;
     margin-top: 3px;
     -moz-border-radius: 10px 10px 10px 10px;
     -webkit-border-radius: 10px 10px 10px 10px;
     border-radius: 10px 10px 10px 10px;
    }
 
    #dalcomune.collapsible .label_box_news_home>h3.minus {
      background: url(../pix/plusminus_mob.png) right -45px no-repeat #E2E2E2;
     margin-bottom: 10px;
    }
   
   #primopiano.collapsible .label_box_news_home2>h3 {
      background: url(../pix/plusminus_mob.png) right 4px no-repeat;
      cursor: pointer;
     border-bottom: 0;
     border: 1px solid #E2E2E2;
     padding-top: 10px;
     margin-top: 3px;
     font-size: 1.7em;
     margin-bottom: 0;
     -moz-border-radius: 10px 10px 10px 10px;
     -webkit-border-radius: 10px 10px 10px 10px;
     border-radius: 10px 10px 10px 10px;
    }
 
    #primopiano.collapsible .label_box_news_home2>h3.minus {
      background: url(../pix/plusminus_mob.png) right -45px no-repeat #E2E2E2;
     margin-bottom: 10px;
    }
   
  #primopianoeventi.collapsible .label_box_news_home2>h3 {
      background: url(../pix/plusminus_mob.png) right 4px no-repeat;
      cursor: pointer;
     border-bottom: 0;
     border: 1px solid #E2E2E2;
     padding-top: 10px;
     margin-top: 3px;
     font-size: 1.7em;
     margin-bottom: 0;
     -moz-border-radius: 10px 10px 10px 10px;
     -webkit-border-radius: 10px 10px 10px 10px;
     border-radius: 10px 10px 10px 10px;
    }
 
    #primopianoeventi.collapsible .label_box_news_home2>h3.minus {
      background: url(../pix/plusminus_mob.png) right -45px no-repeat #E2E2E2;
     margin-bottom: 10px;
    }
   