@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'fonts/myriaR';
    src: url('fonts/myriadpro-regular-webfont-eot.eot');
    src: url('fonts/myriadpro-regular-webfont-eot.eot?iefix') format('eot'),
         /*url('fonts/myriadpro-regular-webfont-woff.woff') format('woff'),*/
         /*url('fonts/myriadpro-regular-webfont-ttf.ttf') format('truetype'),*/
         url('fonts/myriadpro-regular-webfont-svg.svg#webfontTlJGhaYy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fonts/myriadB';
  src: url('fonts/myriadpro-bold-webfont-eot.eot');
    src: url('fonts/myriadpro-bold-webfont-eot.eot?iefix') format('embedded-opentype'),
         url('fonts/myriadpro-bold-webfont-eot.woff') format('woff'),
         url('fonts/myriadpro-bold-webfont-eot.ttf') format('truetype'),
         url('fonts/myriadpro-bold-webfont-eot.svg#webfontrnFcvdKr') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FrankCondR';
         src: url('/exor/2014/fonts/FRADMCN_0.ttf');
         
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FrutigerC';
  
  src: url('/exor/2014/fonts/FrutigerLTStd-Cn.eot');
    src: url('/exor/2014/fonts/FrutigerLTStd-Cn.eot?iefix') format('eot'),
         /*url('/exor/2014/fonts/FrutigerLTStd-Cn.woff') format('woff'),*/
         url('/exor/2014/fonts/FrutigerLTStd-Cn.ttf') format('truetype'),
         url('/exor/2014/fonts/FrutigerLTStd-Cn.svg#webfontrnFcvdKr') format('svg');
         
  font-weight: normal;
  font-style: normal;
}


*{
  margin:0;
  padding:0;
}
html, body{
  height:100%;
}
body{
  font-family: 'fonts/myriaR' Arial;
  min-width:990px;
}
ul,li{
  padding:0;
  margin:0;
  list-style-type:none;
  }
a,
a:visited {
    /*color:#666666;*/
  color:#2C3995;
  text-decoration:none;
  text-decoration:none;
  transition-property: color;
   transition-duration: 0.5s;
  
  -webkit-transition-property: color; /*Safari e Chrome */
    -webkit-transition-duration: 0.5s;
         
    -o-transition-property: color;      /*Opera*/
    -o-transition-duration: 0.5s;
         
    -moz-transition-property: color;    /*Firefox*/
    -moz-transition-duration: 0.5s;
  }

  a.arrowlink,
  #extras a.arrowlink {
    display:block; padding-right:34px; margin-bottom:15px;
    height:13px;
    font-size:14px; font-family:Arial; color:#2c3995; font-weight:bold;
        line-height:13px;
        background:url(../img/arrow-rigth.png) right center no-repeat;
  }

  a img { border:0; }

#wrapper-3 a:visited {
  /*color:#2C3995;*/
}

h2{
  font-family: 'FrutigerC';
  color:#000;
  font-size:18px;
  padding:0;
  font-weight:normal;
  text-align:left;
  }
  .colonnaSxSubnav h2,
  .widgetBianco h2 {
        margin-bottom: 10px; padding-bottom: 10px;
        border-bottom: 1px solid #CCCCCC;
  }
        .colonnaSxSubnav h2 {
    }
      
  h2.subtitle {
    color: #2c3995;
    padding: 0 0 10px 0;
  }
h1{
  font-family: 'FrutigerC';
  color:#333;
  font-size:30px;
  padding:0;
  font-weight:normal;
  border-bottom:solid 1px #A6A6A6;
  padding-bottom:5px;
  margin-bottom:15px;
  }
/*******************************************************************************************************************
*******************************************************CLASSi GENERICHE**********************************************
*********************************************************************************************************************/
.centratura{
  margin:0 auto;
  width:990px;
  position:relative;
  }

/*******************************************************************************************************************
*******************************************************WRAPPER*******************************************************
*********************************************************************************************************************/
.wrapper{
  width:100%;
  min-height:100%;
}
.clear{
  clear:both;
  }
/*******************************************************************************************************************
*******************************************************HEADER CONTAINER*********************************************
*********************************************************************************************************************/
#header{
  
  }
#top{
  border-top:solid 3px #EAEAEA;
  background:#FFF;
  }
/*------------------------navigatore di servizio-------------------------*/
.serviceNav{
  font-family: 'FrutigerC';
  font-size:12px;
  overflow:hidden;
  margin-top:-3px;
  float:left;
  }
.serviceNav li{
  display:block;
  float:left;
  margin-right:30px;
  padding:15px 0;
  border-top:solid 3px #EAEAEA;
  }
.serviceNav li.selected{
  border-top:3px solid #2c3995;
  }
.serviceNav li a{
  color:#555555;
  }
.serviceNav li a:hover, .serviceNav li.selected a{
  color:#2c3995;
  }
/*------------------------SOCIAL + LINGUA-------------------------*/
.SocialLanguage{
  float:right;
  overflow:hidden;
  margin-top:10px;
  }
/*------------------------SOCIAL-------------------------*/
.social{
  float:left;
  overflow:hidden;
  padding-right:30px;
  border-right:dotted 1px #999;
  }
.social li{
  float:left;
  }
.social li a{
  display:block;
  width:23px;
  height:22px;
  background-position:top;
  background-repeat:no-repeat;
  margin-left:20px;
  }
.social li a:hover{
  background-position:bottom;
  }
.social li.rss a{
  background-image:url(../img/rss.png);
  }
.social li.youtube a{
  background-image:url(../img/youtube.png);
  }
.social li.flickr a{
  background-image:url(../img/flickr.png);
  }
.social li.linkedin a{
  background-image:url(../img/linkedin.png);
  }
/*------------------------language-------------------------*/
.language{
  float:right;
  padding-left:30px;
  margin-top:2px;
  }
html.lt-ie9 .language{
  margin-top:4px;
  }
.language a{
  display:block;
  padding-right:30px;
  text-transform:uppercase;
  }
.language a.en{
  background:url(../img/en.jpg) right center no-repeat;
  font-family: 'FrutigerC';
  font-size:12px;
  color:#777777;
  }
.language a.it{
  background:url(../img/it.jpg) right center no-repeat;
  font-family: 'FrutigerC';
  font-size:12px;
  color:#777777;
  }

/*------------------------BANDA CENTRALE NAVIGATORE-------------------------*/
#center{
  background:url(../img/bgHeader.jpg) center center no-repeat;
  height:63px;
  }
/*-----------------------------HEDER LOGO-------------------------------*/
#logoExor{
  background:url(../img/exor-logo.png) center center no-repeat;
  width:204px;
  height:63px;
  display:block;
  margin-left:2px;
  }
/*----------------------- NAVIGATORE PRIMARIO -------------------------*/
#barraNavig{
  background:url(../img/bgNavigation.png) center center no-repeat #EEEEEE;
  height:53px;
  margin-top:2px;
  }
#navigPrimario{
  font-family: 'FrutigerC';
  font-size:13px;
  color:#838993;
  text-transform:uppercase;
  overflow:hidden;
  text-align:center;
  min-width:999px;
  }
#navigPrimario > li{
  margin:0;
  padding:0;
  margin-left:-3px;
  height:47px;
  cursor:pointer;
  display:inline-block;
  background:url(../img/bg-nav-selected.jpg) center center repeat-x;
  }
#navigPrimario > li > a{
  display:block;
  padding:4px 31px;
  color:#ffffff; /*#838993;*/
  border-right:dotted 1px #838993;
  margin-top:11px;
  }
#navigPrimario li:first-child > a{
  padding-left:43px;
  }
html.lt-ie9  #navigPrimario > li > a{
  padding:4px 28px;
  }
html.lt-ie9  #navigPrimario > li:first-child > a{
  padding-left:50px;
  }
#navigPrimario > li.last > a{
  border-right:none;
  }
li#ExorButton{
  padding-left:30px;
  margin-left:11px;
  }
#navigPrimario > li.selected, #navigPrimario > li:hover,#navigPrimario > li.over, #navigPrimario > li.selected:first-child, #navigPrimario > li:hover:first-child{
  background:none;
  }
#navigPrimario > li.selected > a,#navigPrimario > li:hover > a,#navigPrimario > li.over > a{
  color:#FFF;
  cursor:pointer;
  }
#navigPrimario > li:first-child{
  background:url(../img/diagonal-home-selected.png) left center no-repeat;
  }
/*----------------------- SUBMENUS -------------------------*/
.submenu{
  position:absolute;
  top:159px;
  left:0;
  width:100%;
  background:url(../img/bg-submenu.png) top center no-repeat;
  padding:20px 0;
  z-index:10;
  text-align:left;
  }
.submenu ul{
  float:left;
  margin-left:20px;
  }
.submenu ul li{
  background:url(../img/arrow-rigth.png) left center no-repeat;
  text-transform:uppercase;
  font-family: 'FrutigerC';
  font-size:14px;
  border-bottom:solid #434F64 1px;
}
.submenu ul li.last{
  border-bottom:none;
  }
.submenu ul li a{
  color:#A1A7B1;
  padding:5px 10px 5px 20px;
  display:block;
  }
.submenu ul li a:hover{
  color:#FFF;
  }
/*----------------------- CRONOLOGIA / RICERCA /  -------------------------*/
#cronologia{
  background:#EEEEEE;
  padding:8px 0 0px;
  border-bottom:dotted 1px #999999;
  }
ul#cronoLinks{
  float:left;
  overflow:hidden;
  font-family: 'FrutigerC';
  font-size:12px;
  margin-top:6px;
  }
ul#cronoLinks li{
  float:left;
  text-transform:uppercase;
  }
ul#cronoLinks li span{
  margin:0 6px;
  }
ul#cronoLinks li a{
  color:#555555;
  }
ul#cronoLinks li.current a, ul#cronoLinks li a:hover{
  color:#2c3995;
  }
ul#cronoLinks li.current span{
  display:none;
  }
/*----Cerca documentazione / Ricerca globale--*/
#searchBarTop{
  float:right;
  }
/* Ricerca globale--*/
form#searchGlobal{
  display:block; position: relative;
  float:left;
  margin:0;
  padding:0;
  overflow:hidden;
  margin-top:-6px;
  }
form#searchGlobal input[type=text]{
  border:none;
  background:#FFF;
  color:#828282;
  font-family: 'FrutigerC';
  font-style:italic;
  font-size:12px;
  padding:5px 25px 5px 5px;
  width:100px;
  display:block;
  float:left;
  box-shadow: 0 0 4px #dddddd;
  border:1px solid #dddddd;
  margin:5px;
  }
a.magnifier{
  background:url(../img/magnifier-icon.png);
  width:15px;
  height:15px;
  display:block;
  }
form#searchGlobal a.magnifier{
  /*float:left;*/ position: absolute; top:9px; right:10px;
  margin:2px 5px 0 0px;
  cursor:pointer;
  }
/*--Ricerca Documentazione--*/
a#cercaDocumentazione{
  display:block;
  font-family: 'FrutigerC';
  text-transform:uppercase;
  font-size:12px;
  float:left;
  color:#535353;
  background:url(../img/search-soc-icon.png) right center no-repeat;
  width:90%;
  padding:3px 0px 3px 0px;
  cursor:pointer;
  margin:16px auto 10px auto;
  text-align:center;

  }
a#cercaDocumentazione:hover{
  color:#2c3995;
  }
html.ie9 a#cercaDocumentazione{
  padding:3px 35px 4px 0px;
  }
.btnCercaDocContainer{
  display:block;
  float:left;
  height: 52px;
    margin-top: -14px;
  margin-left:20px;
  position:relative;
  width:230px;
  }
.btnCercaDocContainer.selected,
.btnCercaDocContainer.changefilters {
  background:url(../img/bg-cercaDocBtn.jpg) center center repeat-x;
}
  .btnCercaDocContainer.changefilters { position: relative; }
  .btnCercaDocContainer.selected a#cercaDocumentazione,
  .btnCercaDocContainer.changefilters a#cercaDocumentazione {
  color:#FFF;
  }
  
  .btnCercaDocContainer.changefilters .frecciaModRicerca {
    overflow: hidden; position: absolute; bottom: -1px; left: 50%; margin-left: -13px;
    width: 26px; height: 14px;
    background:url(../img/frecciaRicercaDocBtn_up.png) 0 2px no-repeat transparent;
  }
    .btnCercaDocContainer.changefilters.selected .frecciaModRicerca { display: none; }
/*------------------------------------------FINESTRA Ricerca Documentazione-----------------------------------------*/
#searchDoc{
  z-index:999;
  background:url(../img/bg-ricerca-top.png) center top no-repeat;
  height:293px;
  position:absolute;
  width:100%;
  top:211px;
  }
.frecciaRicercaDoc{
  background:url(../img/frecciaRicercaDocBtn.png) 865px top no-repeat;
  height:10px;
  }
html.ie9 #searchDoc{
  top:211px;
  }
html.lt-ie9 #searchDoc{
  top:211px;
  }
#searchDoc h2{
  font-family: 'FrankCondR';
  font-size:18px;
  font-weight:normal;
  color:#000;
  border-bottom:dotted 1px #000;
  text-transform:uppercase;
  padding-bottom:5px;
  position:relative;
  }
a.closeRicercaDoc{
  display:block;
  position:absolute;
  background:url(../img/closeRicercaBtn.png) center center no-repeat;
  width:30px;
  height:30px;
  right:0;
  top:-7px;
  cursor:pointer;
  }
#searchDocForm{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  }
/*--------SINISTRA FORM------------*/
.sxFormRicerca{
  float:left;
  width:650px;
  color:#333333;
  padding:15px 0;
  position:relative;
  }
        .comunicati-stampa .sxFormRicerca {
      width:100%;
    }
.periodoRicerca{
  overflow:hidden;
  }

.periodoRicerca span{
  font-weight:bold;
  display:block;
  float:left;
  margin-top:4px;
  }
.gruppoPeriodo{
  float:left;
  margin-left:30px;
  }
.gruppoPeriodo label{
  float:left;
  display:block;
  margin:4px 10px;
  }
.selectUp{
  color:#666;
  float:left;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  background:url(../img/bg-selectForm.png);
  border:none;
  padding:3px;
  min-width:110px;
  }
.sliderContainer{
  margin-top:30px;
  border-bottom:dotted 1px #666;
  height:50px;
  }
/*modifica slider*/
.sliderContainer .ui-corner-all, .sliderContainer .ui-corner-bottom, .sliderContainer .ui-corner-right,.sliderContainer .ui-corner-br{
  border-radius:0px;
  }
.sliderContainer .ui-widget-content{
  border:none;
  background:#BBBBBB;
  }
.sliderContainer .ui-slider-horizontal{
  height:7px;
  }
.sliderContainer .ui-slider .ui-slider-range{
  background:#6E6E6E;
  }
.sliderContainer .ui-state-default, .sliderContainer .ui-widget-content .ui-state-default, .sliderContainer .ui-widget-header .ui-state-default{
  border:none;
  width:4px;
  height:11px;
  background:#2c3995;
  margin-left:-4px;
  top:-2px;
  }
.sliderContainer .dateSlider{
  overflow:hidden;
  position:absolute;
  margin-top:-7px;
  width:100%;
  }
.sliderContainer .dataContainer{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#666;
  text-align:center;
/*  float:left;*/
  border-right:1px #666666 solid;
  padding-top:10px;
/*  width:14.1%;*/
  }
.sliderContainer .dataContainer.last{
  border-right:none;
  }
/*PARTE DESTRA FORM*/
.dxFormRicerca{
  float:right;
  width:310px;
  margin-top:15px;
  }
.dxFormRicerca p{
  font-weight:bold;
  }
.scrollerContainer.tipoDocumento{
  height:150px;
  margin-top:10px;
  }
.rigaTipoDocumento{
  overflow:hidden;
  padding:5px 0;
  }
.rigaTipoDocumento label, .rigaTipoDocumento input{
  float:left;
  }
.rigaTipoDocumento label{
  margin-left:5px;
  color:#898B8C;
  }
.rigaTipoDocumento.selected label{
  color:#333;
  }
.rigaTipoDocumento input{
  margin-top:1px;
  }
.ricercaBtn{
  display:block;
  background:url(../img/bg-tasti-blu.jpg) right center;
  border:none;
  color:#FFF;
  cursor: pointer;
    display: block;
    font-family: 'FrankCondR';
    font-size: 14px;
    overflow: hidden;
    padding: 7px 0;
  width:300px;
    text-transform:uppercase;
  margin:10px auto;
  }
    .comunicati-stampa .ricercaBtn {
    float:right; margin-top:20px; padding:0 0 2px 0;
    width:110px; height:25px;
  }
.ricercaTestuale{
  margin-top:20px;
  font-weight:bold;
  }
        .comunicati-stampa .ricercaTestuale { float:left; width:auto; }
.ricercaTestuale label{
  margin-right:20px;
  }
.ricercaInput{
  color:#666;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  background:url(../img/bg-selectForm.png);
  border:none;
  padding:3px;
  width:520px;
  }
        .comunicati-stampa .ricercaInput { width:437px; height:19px; }

.select-container {
  overflow:hidden; clear:both; padding-bottom:20px; margin-bottom:20px;
  width:100%;
  border-bottom:1px solid #a6a6a6;
}
  .select-container label {
    display:block; float:left; margin-top:4px; margin-right:10px;
    font-weight:bold;
  }
    .select-container select {
    width:272px;
  }
    .select-container .ricercaBtn {
    margin-top:0; float:none; float:left; margin-left:15px;
    background-position:0 0;
  }

/*******************************************************************************************************************
*******************************************************HOME PAGE TOP ANIMATION*********************************************
*********************************************************************************************************************/
#homeTop{
  background:url(../img/bgHomeTop.png) center center no-repeat;
  height:220px;
  overflow:hidden;
  margin-bottom:20px;
  text-align:left;
  }
#homeTop .left{
  float:left;
  width:450px;
  padding:10px 0;
  }
#homeTop .left h1{
  font-family: 'FrankCondR';
  font-size:25px;
  font-weight:normal;
  color:#2c3995;
  margin-bottom:auto;
  padding:0;
  border-bottom:none;
}
#homeTop .left p{
  font-size:14px;
  font-family: 'FrutigerC';
  color:#333;
  }
.buttonsHomeTop{
  overflow:hidden;
  }
html.lt-ie9 .buttonsHomeTop{
  margin-top:-10px;
  }
.buttonsHomeTop a{
  display:block;
  float:left;
  position:relative;
  margin-top:10px;
  text-transform:uppercase;
  }
.buttonsHomeTop a.approccioBtn{
  background:url(../img/bg-approccioBtn2.png) left bottom no-repeat;
  width:209px;
  height:81px;
  font-family: 'FrankCondR';
  font-size:14px;
  color:#333333;
  }
.buttonsHomeTop a.approccioBtn:hover{
  color:#2c3995
  }
.buttonsHomeTop a.approccioBtn span{
  position:absolute;
  display:block;
  top:10px; left:15px;
  width:130px;
  line-height:14px;
  }
.buttonsHomeTop a.navBtnSmall{
  background:url(../img/bg-navSmallBtn.png);
  width:206px;
  height:81px;
  margin-left:2px;
  margin-top:10px;
  }
.buttonsHomeTop a.navBtnSmall span{
  display:block;
  position:absolute;
  left:15px;
  top:9px;
  color:#FFF;
  font-family: 'FrankCondR';
  font-size:14px;
  }
/*SLIDER*/
.slider.homeTop{
  width:580px;
  height:220px;
  position:absolute;
  right:0;
  top:0;
  }
.slider.homeTop .slide{
  width:580px;
  height:220px;
  top:0;
  left:0;
  position:absolute;
  }
.sliderPag{
  text-align:center;
  position:absolute;
  left:0;
  bottom:10px;
  width:100%;
  }
.sliderPag a{
  display:inline-block;
  width:10px;
  height:10px;
  background:url(../img/sliderPag.png) center bottom no-repeat;
  cursor:pointer;
  margin:0 5px;
  }
.sliderPag a.selected{
  background:url(../img/sliderPag.png) center top no-repeat;
  }
/*******************************************************************************************************************
*******************************************************Centro PAGINA*********************************************
*********************************************************************************************************************/
.centratura.tre{

  }
.colonna{
  float:left;
  margin-bottom:10px;
  }
.colonna.last{
  margin-right:0;
  }
/*-----------COLONNA 1/3 Pagina */
.colonnaDaTre{
  width:323px;
  margin-right:10px;
  }
/*-----------widget evidenza----------- */
.widgetBianco{
  position:relative;
  background-color:#FFF;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.2);
  padding:12px;
  }
  .colonnaSxSubnav .widgetBianco {
    margin:0 0 20px 0;
  }
    .tre .widgetBianco.portfinv {
    min-height:261px;
  }
.evidenza{
  background-image:url(../img/linguetta-in-evidenza.png);
  background-repeat:no-repeat;
  background-position:12px top;
  }
.evidenza h2{
  padding-left:25px;
  margin-bottom:17px;
  }
.theGallery{
  overflow:hidden;
  }
.scroller{
  overflow:hidden;
  }
.slideEvidenza{
  position:relative;
  float:left;
  }
.caption{
  padding:10px;
  background:url(../img/bg-caption.png);
  font-family:Arial, Helvetica, sans-serif;
  position:absolute;
  left:0;
  bottom:0;
  width:280px;
  }
.caption p.titolo{
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  font-family: 'FrutigerC';
  }
.caption p{
  font-size:12px;
  font-family: 'FrutigerC';
  }
#paginatorDiv,
.slidesjs-pagination {
  text-align:center;
  left:0;
  width:100%;
  margin-top:8px;
  }
    .slidesjs-pagination li {
      display:inline-block;
    /*width:10px;*/ height:10px;
        line-height:10px;
  }

#paginatorDiv a,
.slidesjs-pagination li a{
  display:inline-block;
  width:10px;
  height:10px;
  background:url(../img/sliderPag.png) center bottom no-repeat;
  cursor:pointer;
  margin:0 5px;
  }
        .slidesjs-pagination li a { overflow:hidden; text-indent:-10000px; }
#paginatorDiv a.selected,
.slidesjs-pagination li a.active {
  background:url(../img/sliderPag.png) center top no-repeat;
  }

.colonnaSxSubnav .evidenza ul li {
  overflow:hidden; padding-bottom:12px; margin-bottom:12px;
  width:100%;
    border-bottom:1px solid #d4d4d4;
}
    .colonnaSxSubnav .evidenza ul li.last { border:none; margin-bottom:0; }
    .colonnaSxSubnav .evidenza ul li img,
  .colonnaSxSubnav .evidenza ul li .content {
    float:left;
  }
        .colonnaSxSubnav .evidenza ul li img {
      border:1px solid #d4d4d4;
    }
        .colonnaSxSubnav .evidenza ul li .content {
      margin-left:13px;
      font-family:Arial;
      width:165px;
    }
            .colonnaSxSubnav .evidenza ul li .content span.date,
      .colonnaSxSubnav .evidenza ul li .content p {
        font-size:10px; color:#666666;
      }
                .colonnaSxSubnav .evidenza ul li .content span.date { font-style:italic; }
      .colonnaSxSubnav .evidenza ul li .content h4 {
        padding:3px 0 3px 0;
        font-size:12px; color:#333333;
      }

/*-----------widget COMUNICATI----------- */
.blu{
  color:#2c3995;
  }
.widgetBianco.comunicati{
  background-image:url(../img/bg-comunicati.png);
  background-repeat:no-repeat;
  background-position:right top;
  font-family:Arial, Helvetica, sans-serif;  
  }
.widgetBianco.comunicati h2{
  border-bottom:solid 1px #CCC;
  }
.rigaComunicato{
  border-bottom:solid 1px #CCCCCC;
  margin-right:20px;
  background:url(../img/arrow-rigth.png) 95% center no-repeat;
  cursor:pointer;
  display:block;
  }
.rigaComunicato p{
  -webkit-transition-property: color; /*Safari e Chrome */
    -webkit-transition-duration: 0.5s;
         
    -o-transition-property: color;      /*Opera*/
    -o-transition-duration: 0.5s;
         
    -moz-transition-property: color;    /*Firefox*/
    -moz-transition-duration: 0.5s;
  }
.rigaComunicato:hover p.titoloComunicato{
  color:#2c3995;
  }
.rigaComunicato:hover p.testoComunicato{
  color:#000;
  }
.testiContainerComunicato{
  padding:10px 40px 10px 0px;
  }
p.dataComunicato{
  font-style:italic;
  font-size:10px;
  color:#666666;
  margin-bottom:3px;
  }
p.titoloComunicato{
  color:#333;
  font-size:12px;
  margin-bottom:3px;
  font-size:13px;
  font-family: 'FrutigerC';
  }
p.testoComunicato{
  color:#666;
  font-size:13px;
  font-family: 'FrutigerC';
  }
/*scroller*/
.widgetBianco.comunicati .scrollerContainer{
  overflow:hidden;
  height:189px;
  }
/*button link*/
.widgetBianco.comunicati .buttonLink{
  padding-top: 8px
}
/*-----------------------------------------------widget intraday----------------------------------------------- */
.widgetBianco.intraday h2{
  border-bottom:solid 1px #CCC; margin-bottom: 0;
  text-transform:uppercase;
  }
.containerSchema{
  padding:8px 0;
  border-bottom:1px solid #CCC;
  text-align:center;
  }
.datiSchema{
  font-family: 'FrankCondR';
  font-size:16px;
  }
.datiSchema .dato{
  overflow:hidden;
  padding:10px 0 0;
  }
  .intraday .datiSchema .dato{
    padding:8px 0 0;
  }
.datiSchema .dato .etichetta{
  float:left;
  }
.datiSchema .dato .datoPercentuale{
  float:right;
  padding-right:18px;
  }
.datiSchema .dato .datoPercentuale.salita{
  background:url(../img/frecciaVerdeSu.png) right center no-repeat;
  }
.datiSchema .dato .datoPercentuale.discesa{
  background:url(../img/frecciaRossaGiu/binary.png) right center no-repeat;
  }
.verde{
  color:#59B200;
}
.rosso{
  color:#FF0000;
}

a.tasti{
  display:block;
  background:url(../img/bg-tasti-grey.png) repeat-x left top;
  font-family: 'FrankCondR';
  font-size:14px;
  color:#FFF;
  overflow:hidden;
  text-transform:uppercase;
  padding:7px 0;
  cursor:pointer;
  }
        .widgetBianco.portfinv a.tasti {
      /*margin-top:45px;*/
    }
a.tasti:hover{
  background:url(../img/bg-tasti-grey.png) repeat-x left bottom;
  }
a.tasti span{
  display:block;
  float:right;
  padding-right:20px;
  background:url(../img/arrow-rigth-white.png) right center no-repeat;
  margin-right:15px;
  }
.widgetBianco.intraday a.tasti{
  margin-top:10px;
  }
/*-----------------------------------------------widget portafolio investimenti----------------------------------------------- */
.widgetBianco.portfinv h2 {
  margin-bottom:5px;
  border-bottom:solid 1px #CCC;
  text-transform:uppercase;
}
    .colonnaSxSubnav .widgetBianco.portfinv h2 { margin-bottom:10px; padding-bottom:10px; }
.portfinv ul {
  padding-bottom:8px;
}
.portfinv ul li {
  overflow:hidden; position:relative; padding: 9px 0 9px 0;
  width:100%; height:46px;
  border-bottom:1px solid #e6e6e6;
}
.portfinv ul li.last { border:none; }
/*per l'asterisco della percentuale*/
.portfinv ul li.last { 
height: auto;
overflow: visible; padding: 0; 
}
.portfinv ul li img {
  position:absolute; top:9px; left:0;
  /*float:left; margin-right:10px;*/
}
.portfinv ul li .desc {
  float:none; display:table-cell; padding-left:70px;
  height:46px;
  font-size:11px; font-family:Arial; font-weight:bold; color:#333333;
  /*line-height:46px;*/ text-transform:uppercase;
    vertical-align: middle;
}
    .colonnaSxSubnav .portfinv ul li span.desc {
    width:98px;
    font-size:10px;
  }
.portfinv ul li span.perc {
  position:absolute; top:8px; right:0;
  font-size:18px; color:#2c3995;
  line-height:46px;
}
    .colonnaSxSubnav .portfinv ul li span.perc { font-size:13px; }

/*-----------widget ultimo documenti da due----------- */  
.colonnadaDue{
  width:656px;
  margin-right:10px;
  position:relative;
  min-height:136px;
  }
.colonnadaDue.last{
  margin-right:0px;
  }
.colonnadaDue h2{
  border-bottom:1px solid #CCC;
  padding-bottom:10px;
  }
.ultimiDocumenti a.tasti{
  position:absolute;
  right:6px;
  top:6px;
  padding-left:20px;
  }
.colonnaDocumenti{
  float:left; position:relative;
  overflow:hidden;
  width:175px; height:109px;
  margin-top:15px;
  padding-right:20px;
  border-right:dotted 1px #CCC;
  margin-right:20px;
  }
    .colonnaSxSubnav .colonnaDocumenti,
  .colonnaSxSubnav ul.colonnaDocumenti li {
    padding:0 0 15px 0; margin-right:0; margin-top:15px; overflow:hidden;
    width:100%;
    border:none; border-bottom:1px solid #e5e5e5;
  }
        .colonnaSxSubnav .colonnaDocumenti.last { border:none; }
        .colonnaSxSubnav ul.colonnaDocumenti { margin-top:0; border:none; }
.colonnaDocumenti.last{
  border-right:none;
  margin-right:0;
  }
.pdf{
  background:url(../img/pdf-icon.png);
  width:30px;
  height:28px;
  float:left;
  margin-right:10px;
  }
.testiDocumenti{
  float:left;
  width:135px;
  }
        .colonnaSxSubnav .testiDocumenti,
    #extras .testiDocumenti{
      width:180px;
    }
.testiDocumenti p{
  font-family: 'FrutigerC';
  color:#333;
  font-size:13px;
  }
.testiDocumenti p.data{
  font-style:italic;
  font-size:10px;
  margin-bottom:3px;
  }
a.scaricaDocumento,
#extras a.scaricaDocumento,
#extras li a.scaricaDocumento{
  display:block;
  background:url(../img/bg-dounload.png) repeat-x center center;
  font-size:10px;
  color:#333;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.2);
  padding:7px 7px 7px 10px;
  font-family:Arial, Helvetica, sans-serif;
  cursor:pointer;
  margin-top:10px;
  }
        .lettera-azionisti ul.colonnaDocumenti a.scaricaDocumento,
        #extras .lettera-azionisti ul.colonnaDocumenti a.scaricaDocumento,
        #extras .lettera-azionisti ul.colonnaDocumenti li a.scaricaDocumento,
    .results .content a.scaricaDocumento {
      margin-top:0; margin-left:0; float:left;
      width:auto;
    }
          .results .content a.scaricaDocumento { float:none; float:right; }

a.scaricaDocumento span{
  display:block;
  background:url(../img/dl-ico.png) 95% center no-repeat;
  text-align: left;
  }
        .lettera-azionisti ul.colonnaDocumenti a.scaricaDocumento span,
    .results .content a.scaricaDocumento span { padding-right:35px; }
    a.scaricaDocumento.linkto {
    position:relative;
  }
    a.scaricaDocumento.linkto span {
    font-size:13px; font-family:'fonts/myriaR';
        background:url(../img/arrow-rigth.png) 99% center no-repeat;
  }
    a.scaricaDocumento.linkto img {
    float:left; margin-top:-3px; margin-right:10px;
  }
  
#home .ultimiDocumenti a.scaricaDocumento {
  position:absolute; bottom:2px; right:20px;
}  
#home .ultimiDocumenti a.scaricaDocumento span {
padding-right:35px;
}
  
/*-----------------------------------------------TASTO DOCUMENTI FINANZIARI----------------------------------------------- */
.documentiFinanziari{
  padding:12px;
  background:url(../img/bg-documenti-finanziari2.png) repeat-x left bottom;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.2);
  height:136px;
  }
.documentiFinanziari h2{
  color:#000;
  font-weight:normal;
  }
.documentiFinanziari img{
  display:block;
  margin:9px auto 10px auto;
  }
a.tasti.blu{
  background:url(../img/bg-tastoblu.png);
  }
a.tasti.blu:hover{
  background:url(../img/bg-tastoblu-hover.png);
  }
/*-----------------------------------------------MEDIATECA----------------------------------------------- */
.mediaGallery{
  width:390px;
  padding:10px 20px;
  position:relative;
  margin-right:10px;
  }
.mediaGallery h2{
  padding-left:30px; margin-bottom: 17px;
  background:url(../img/media-icon.png) left 1px no-repeat;
  border-bottom:solid 1px #CCC;
  padding-bottom:10px;
  }
.mediatecaContoainer{
  width:390px;
  height:175px;
  position:relative;
  overflow:hidden;
  margin-top:10px;
  margin-bottom:10px;
  }
.scrollerMediateca{
  position:absolute;
  top:0;
  left:0;
  }
a.tastiGallery{
  display:block;
  width:8px;
  height:12px;
  position:absolute;
  top:137px;
  background-position:top;
  background-repeat:no-repeat;
  cursor:pointer;
  }
a.tastiGallery.disabled{
  background-position:bottom;
  }
a.tastiGallery.prev{
  background-image:url(../img/arrow-left-mediateca.png);
  left:5px;
  }
a.tastiGallery.next{
  background-image:url(../img/arrow-right-mediateca.png);
  right:5px;
  }
/*-----------CALENDARIO + WEBCAST----------- */
.Calendario{
  width:216px;
  position:relative;
  margin-right:10px;
  }
.calendarioHome{
  height:154px;
  position:relative;
  }
.calendarioHome a.tasti{
  position:absolute;
  bottom:10px;
  width:196px;
  }
.Calendario h2{
  border-bottom:solid 1px #CCC;
  padding-bottom:8px;
  }
  .calendarioHome h2 {
    width:143px;
  }
.calendarioSmall{
  background:url(../img/bg-calendario.png);
  width:50px;
  height:50px;
  position:absolute;
  right:10px;
  top:10px;
  }
.calendarioSmall p{
  text-transform:uppercase;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  color:#2c3995;
  font-weight:bold;
  text-align:center;
  margin-top:22px;
  line-height:10px;
  }
p.eventoSmallHome{
  color: #2C3995;
font-size: 16px;
font-family: 'FrutigerC';
margin-top: 20px;
font-weight: bold;
  }
/*-----------WEBCAST----------- */
.widgetBianco.webcastHome{
  background:url(../img/bg-webcast.png) center bottom repeat-x #2c3995;
  margin-top:10px;
  position:relative;
  height:71px;
  }
.webcastHome h2{
  border-bottom:none;
  padding-bottom:0;
  color:#FFF;
  padding-left:35px;
  text-transform:uppercase;
  font-weight:normal;
  background:url(../img/webcast-ico.png) left center no-repeat;
  line-height:31px;
  }
.webcastHome .calendarioSmall{
  background:url(../img/bg-calendario-bianco.png);
  }
.webcastHome .calendarioSmall p{
  color:#FFF;
  }
p.webcastP{
  margin-left:36px;
  color:#FFF;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  width:110px;
  line-height:13px;
  }
/*-----------FACT SHEET----------- */
.widgetBianco.factsheetHome{
  background:url(../img/bg-webcast.png) center bottom repeat-x #2c3995;
  margin-top:10px;
  position:relative;
  height:71px;
  }
.factsheetHome h2{
  padding-bottom:0; margin-bottom:15px;
  color:#FFF;
  font-weight:normal;
    text-transform:uppercase;
    border-bottom:none;
  /*line-height:31px;*/
  }
p.factsheetP{
  padding-left:15px; overflow:hidden;
    width:180px;
  color:#FFF; font-size:10px;  font-family:Arial, Helvetica, sans-serif;
  line-height:13px;
    background:url(../img/arrow-down.png) 0 center no-repeat transparent;
  }
p.factsheetP img {
  float:left; margin-right:10px;
}
/*LETTERA AGLI AZIONISTI*/
.letteraHome h2{
  padding-bottom:10px;
  border-bottom:solid 1px #CCC;
  color:#2c3995;
  }
.letteraHome .bloccoLettera{
  overflow:hidden;
  margin-top:7px;
  margin-bottom:7px;
  }
.letteraHome .bloccoLettera img{
  display:block;
  float:left;
  margin-right:10px;
  }
.letteraHome .bloccoLettera .sx{
  float:left;
  width:150px;
  }
 .bloccoLettera .sx p{
   font-size:12px;
   }
 .bloccoLettera .sx p.introLettera{
   font-size:16px;
   font-style:italic;
   }

/* CORPORATE *******************************************************/

h2.title-light {
  margin:35px 0 17px 0; float:none; clear:both;
  font-weight:normal; font-size:20px; font-family: 'FrutigerC'; color:#303030;
}

ul.people {
  overflow:hidden;
  width: 732px; height:auto;
}
.editing ul.people{
  width:700px !important
}
    ul.people li {
    float:left; overflow:hidden; padding:10px; margin:0 14px 14px 0; position:relative;
    width:208px; height:93px;
    border:1px solid #DDDDDD;
    background:url(../img/gradient_grey_light.gif) repeat-x 0 bottom #ffffff;
    cursor: pointer;
  }
    ul.people.disabled li { cursor: auto; }
        ul.people li.last { margin-right:0; }

        ul.people li img,
    ul.people li h3,
    ul.people li h4,
    ul.people li a {
      float:left; clear:none;
      font-weight:normal;
    }
            ul.people li h3,
      ul.people li h4 {
                font-family: 'FrutigerC';
      }
        ul.people li h3 {
          margin-bottom:10px;
          width:115px; height:31px;
          font-size:16px;
          line-height:16px;
        }
              ul.people li h4 {
          width:110px;
          font-size:11px; color:#2c3995;
          text-transform:uppercase; line-height:10px;
        }

            ul.people li img { margin-right:10px; }
            ul.people li a.download,
      .comitato-element a.download {
        position:absolute; bottom:10px; right:10px; display:block; padding-right:25px;
        height:14px;
        font-size:10px; font-family:Arial; color:#333333;
                line-height:14px;
                background:url(../img/dl-ico.png) no-repeat right center transparent;
      }
        .comitato-element a.download { position: relative; margin-top: 12px; top:auto; right: auto; }
        ul.people li a.download:hover,
        .comitato-element a.download:hover{ text-decoration: underline; }

    ul.people li div.detail {
      display:none;
    }
      
    ul.people.special {
    overflow:visible; padding-bottom:10px; float:left;
  }
        ul.people.special h3 { clear:right; width:235px; color:#fff; }
        ul.people.special h4 { clear:right; width:auto; color:#aaafb6; }
        ul.people.special li {
      width:330px; height:95px;
            background:url(../img/gradient_blue_dark.gif) repeat-x 0 bottom #ffffff;
      border:none;
            -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
      -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.2);
      box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.2);
    }
        ul.people.special li a.download {
      color:#fff;
      background-image:url(../img/dl-ico_white.png)
    }

p.note {
  padding-bottom:30px;
  font-size:12px; color:#333333;
}

div.corporate-popup-outer {
  position: absolute; top:0; left:0; z-index:255;
  width:100%; height:100%;
  text-align:center;
  background: url('../img/bg_blank.gif') repeat 0 0 transparent;
}
  div.corporate-popup {
    margin:auto; padding:20px 25px 20px 25px; overflow: hidden; position: relative;
    width:670px; height:auto;
    text-align: left;
    background-color: #ffffff;
    border-top:5px solid #2c3995;
    border-bottom:5px solid #2c3995;
    box-shadow: 0 0 20px #bfbfbf;    
  }
  
  div.corporate-popup div.detail div.col-lt {
    float:left; overflow: hidden; margin-right: 29px;
    width:273px;
  }
  div.corporate-popup div.detail div.col-rt {
    float:left;
    width: 340px;
  }
    div.corporate-popup div.detail div.col-rt h4 {
      font-size: 35px; color: #000000; font-family: 'FrutigerC';
      text-transform: uppercase;
    }
    div.corporate-popup div.detail div.col-rt h5 {
      padding-bottom: 21px;
      font-size: 18px; color: #2c3995; font-family: 'fonts/myriaR'; font-weight: normal;
      text-transform: uppercase;
    }
    div.corporate-popup div.detail div.col-rt p {
      padding-bottom: 30px;
      font-size: 13px; color: #525252; font-family: 'fonts/myriaR';
      text-align:justify;
    }
    
  div.corporate-popup a.close {
    position: absolute; top:11px; right: 17px; overflow: hidden;
    width: 15px; height: 15px;
    text-indent: -10000px;
    background: url('../img/closeRicercaBtn.png') no-repeat 0 0 transparent;
  }

/* CORPORATE END ***************************************************/

/* LETTERA AZIONISTI ***********************************************/

div.intro {
  overflow:hidden; padding-bottom:35px;
  width:100%;
}
    div.intro img.mainpic {
    float:left;
        -webkit-box-shadow: 7px 7px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    7px 7px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         7px 7px 0px rgba(50, 50, 50, 0.3);
  }

  div.intro div.content {
    float:right;
    width:468px;
  font-family: 'FrutigerC';
  }
        div.intro div.content h3 {
      padding:7px 0 7px 0;
      font-size:20px; color:#2c3995; font-weight:normal; font-style:italic;
    font-family: 'FrutigerC';
    }
        div.intro div.content p {
      padding-bottom:20px;
            font-size:14px; color:#535353;
      border-bottom:1px dotted #777777;
    font-family: 'FrutigerC';
    }
        div.intro div.content ul li {
      width:100%;
            border-bottom:1px dotted #777777;
      font-family: 'FrutigerC';
    }
            div.intro div.content ul li a {
        display:block;
        height:25px;
                font-size:14px; color:#535353;
                line-height:25px; text-transform:uppercase; text-indent:17px;
                background:url(../img/arrow-rigth_grey_small.png) no-repeat 0 center transparent;
      }

        div.intro div.content ul.links,
    #main div.intro div.content ul.links {
      margin-top:30px; margin-bottom:0; overflow:hidden;
      width:100%;
    }
          div.intro div.content ul.links li,
      #main div.intro div.content ul.links li {
        float:left; padding:0;
                width:auto; height:29px;
        border:none;
        background:none;
      }
                div.intro div.content ul.links li.first,
        #main div.intro div.content ul.links li.first {
          padding-right:20px; margin-right:20px;
          border-right:1px solid #dddddd;
        }
                div.intro div.content ul.links li a,
        #main div.intro div.content ul.links li a {
          float:left;
                    height:auto;
                    text-transform:none;
          background:none;
        }
                    div.intro div.content ul.links li a.arch,
          #main div.intro div.content ul.links li a.arch {
            overflow:hidden; padding-left:40px; padding-right:15px; position:relative; float:left;
            width:auto; height:29px;
                        font-family: 'FrutigerC'; font-size:15px; color:#000;
                        line-height:29px; text-align:left; text-indent:0;
                        background:url(../img/icon_archive.png) no-repeat 0 0 transparent;
          }
                        div.intro div.content ul.links li a.arch img.icon-arrow,
            #main div.intro div.content ul.links li a.arch img.icon-arrow {
              position:absolute; top:10px; right:0;
            }

div.intro div.content ul.links li a.downlpdf,
a.downlpdf,
#main .links li a.downlpdf,
#main a.downlpdf,
#main div.intro div.content ul.links li a.downlpdf {
  overflow:hidden; padding-left:45px; position:relative; display:block;
  width:125px; height:29px;
  font-size:11px; color: #535353;
    line-height:29px; text-align:left; text-indent:0;
    background:url(../img/button_gray_small.png) no-repeat right 0 transparent;
}
    a.downlpdf img {
    position:absolute; top:0;
  }
        a.downlpdf img.icon-pdf { left:0; }
        a.downlpdf img.icon-dnl { top:7px; right:10px; }

/* LETTERA AZIONISTI END *******************************************/

/* ACCORDION *******************************************************/

#accordion .ui-accordion-header {
  margin:0;
    width:720px; height:34px;
   font-family: 'FrutigerC'; font-size:18px; color:#000;
    line-height:34px;
  border-bottom:1px solid #a6a6a6 !important;
  background:none;
  border-radius:none;
  cursor:pointer;
}
    #accordion .ui-state-active,
  #accordion .ui-widget-content .ui-state-active,
  #accordion .ui-widget-header .ui-state-active { color:#000; }

    #accordion .ui-accordion-header a.backtop {
    display:block; float:right; padding-right:22px; margin-right:4px;
        height:34px;
    font-family:Arial; font-size:11px; color:#545454; font-weight:normal;
      line-height:34px;
        background:url(../img/arrow-up.png) no-repeat right center transparent;
  }

#accordion .ui-state-default .ui-icon {
  float:left; display:block; clear:none; overflow:hidden;
    width:24px; height:34px;
  background:url(../img/arrow-rigth_grey.png) no-repeat center center transparent;
}
    #accordion .ui-state-active .ui-icon { background-image:url(../img/arrow-down_black.png); }

#accordion .ui-widget-content {
  margin:13px 0 20px 0; overflow:hidden;
  width:100%;
  font-family: 'FrutigerC'; font-size:14px; color:#535353;
  background:none;
  height:auto !important;
}
    #accordion .ui-widget-content p {
    margin-bottom:20px;
    text-align:justify;
  }

  #accordion .ui-widget-content p.company-title {
    overflow:hidden;
    width:100%;
  }
  #accordion .ui-widget-content p.company-title img {
    float:left; margin-right: 15px;
  }

/* ACCORDION END ***************************************************/

/* TABLE DATA *******************************************************/

h4.tab-title {
  margin:0; padding:0;
    width:100%; height:30px;
    font-family: 'FrutigerC'; font-size:16px; color:#ffffff; font-weight:normal;
    line-height:30px; text-align:center;
    background:url(../img/bg-nav-selected.jpg) repeat-x 0 bottom transparent;
}
  h4.tab-title.align-left { text-align: left; text-indent: 20px; margin-top:20px; }

table.table-data {
  margin-bottom:20px;
  width:100%;
  border-bottom:1px solid #777777;
  border-collapse:collapse;
}
    table.table-data td,
  table.table-data th {
    padding:7px 18px 7px 18px;
    font-size:13px; font-weight:bold; color:#444444;
    text-align:left;
        background-color:#ffffff;
    border-right:1px dotted #777777; border-bottom:1px dotted #777777;
  font-family: 'FrutigerC';
  }
        table.table-data th {
      color:#ffffff; font-weight:normal; font-size:14px;
      background-color:#081833;
      border-color:#ffffff; border-bottom:none;
    }
            table.table-data th.last { border-right:1px solid #081833; }
            table.table-data th.first { border-left:1px solid #081833; }
        table.table-data tr.odd td { background-color:#eeeeee; }
        table.table-data td.last { border-right:1px solid #777777; }
        table.table-data td.first { /*width:80%;*/ font-weight:normal; border-left:1px solid #777777; }
        table.table-data td.first.date { width:65px; }
        table.table-data tr.subhead td { font-weight:normal; }
        table.table-data td.haspdf { width:100px; }

    table.table-data.variant th {
      color:#ffffff; font-family: 'FrutigerC';
      text-transform: uppercase;
      border:none;
      background: url("../img/bg-nav-selected.jpg") repeat-x scroll 0 bottom transparent;
    }
    
    table.table-data.variant td.first { font-weight: bold; white-space: nowrap; }
    table.table-data.variant td.last { font-weight: normal; }
    
    table.table-data.variant tr.expired td { color: #999999; }
    
    table.table-data.com-internal a {
      display:block; padding-left: 34px;
      min-height: 16px;
      color:#666666; font-weight:normal; font-size:13px;      
      background:url(../img/pdf-icon_arrow.png) no-repeat 0 0 transparent;
    }

table.table-data-list {
  margin-bottom:40px;
  width:100%;
  /*border-bottom:1px solid #777777;*/
  border-collapse:collapse;
}
    table.table-data-list td,
  table.table-data-list th {
    padding:7px 18px 7px 18px;
    font-family: 'FrutigerC'; font-size:16px; color:#2c3995;
    text-align:left; vertical-align: text-top;
    /*border-right:1px dotted #777777;*/ border-top:1px dotted #777777;
  }
        table.table-data-list th {      
      background-color:#F7F7F7; border-top:none;
    }    
    table.table-data-list td:first-child,
    table.table-data-list th:first-child { width:190px; color: #666666; }
/* TABLE DATA ***************************************************/

/* COMUNICATI STAMPA ********************************************/
.results h2 {
  padding-bottom:7px; margin-bottom:14px;
  border-bottom:1px solid #cccccc;
  font-size:16px;
}
/* COMUNICATO STAMPA SINGOLO */

.press-release {
  overflow:hidden;
  padding-bottom: 30px;
  padding-right: 30px;
}

.press-release h2 span.date {
  float:right; padding-top:3px;
  font-size:12px; color:#212121; font-style:italic; font-family:Arial;
}

.press-release h2{
  margin-bottom: 14px;
  padding-bottom: 7px;
}

.press-release .content {
  padding-left:50px;
  background:url() no-repeat 0 0 transparent;
}

.press-release .content.type-pdf {
  background-image:url(../img/pdf-Big-Ico.png);
}

.press-release .content a.scaricaDocumento {
  margin-top:0; margin-left:0; float:left;
  width:auto;
}

.press-release .content a.scaricaDocumento { float:none; float:right; }

.press-release .content a.scaricaDocumento span { padding-right:35px; }

.goback {
  padding-left:16px;
  font-family:'FrankCondR'; color:#666666; font-size:14px;
  text-transform:uppercase;
  background:url(../img/arrow-left_grey.png) no-repeat left center transparent;
}

.press-release .content .goback {
  float:left; margin-top:5px;
}

.press-release .text-section div{
  color: #666666;
  font-family: Arial;
  font-size: 12px;
}


/* FINE COMUNICATO STAMPA SINGOLO */

.results h2 span.date {
  float:right; padding-top:3px;
  font-size:12px; color:#212121; font-style:italic; font-family:Arial;
}

.ultimi-documenti .results h2 span.date { float:none; }

.news-partecipate .results {
  margin-top:35px;
}

ul.results li {
  overflow:hidden; margin-bottom:20px;
}

ul.results li a.img-link {
  float:left; margin-right: 9px;
}

.results .content {
  padding-left:50px;
    background:url() no-repeat 0 0 transparent;
}
    .results .content.type-pdf {
         min-height:32px;
         background-image:url(../img/pdf-Big-Ico.png);
  }
    .ultimi-documenti .results .content.type-pdf { float: left; }
    .results .content p {
    clear:both; margin-bottom:20px;
        font-size:14px; color:#666666; font-family:Arial;
  }
    .ultimi-documenti .results .content p {
      padding-top: 5px; float: left; clear: none; margin-bottom: 0;
      width: 500px; min-height:28px;
      font-size:15px; color:#2c3995; font-family:'FrankCondR';
    }

    .news-partecipate .results .content {
    float:right; padding-left:0; padding-bottom:25px; position:relative;
    width:644px;
    font-family:Arial;
    border-bottom:1px solid #dddddd;
  }
        .news-partecipate .results .last .content { border:none; }
        .news-partecipate .results .content .date {
      font-size:10px; font-style:italic; color:#202020;
    }
        .news-partecipate .results .content h3 {
            padding-top:5px;
      width:525px;
    }
          .news-partecipate .results .content a {
        font-size:14px;  color:#2c3995;
    font-family: 'FrutigerC';
      }
        .news-partecipate .results .content a.readmore {
      position:absolute; top:10px; right:5px;
           font-family: 'FrutigerC'; color:#333333; font-size:10px;
      text-transform:none;
    }
            .news-partecipate .results .content a.readmore span { background-image:url(../img/arrow-rigth_grey.png); }

.readmore {
  padding-right:16px;
    font-family:'FrankCondR'; color:#666666; font-size:14px;
  text-transform:uppercase;
    background:url(../img/arrow-rigth_grey.png) no-repeat right center transparent;
}
    .results .content .readmore {
    float:left; margin-top:5px;
  color:#666666;   font-size:12px;
  }

.paginator {
  position:relative; margin-top:40px; margin-bottom:20px; clear:both;
  width:100%; height:29px;
    background:url(../img/navigator_back.png) repeat-x 0 0 #dddddd;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.2);
}
    .paginator div.center {
    position:absolute; top:0; left:50%;
  }
        .paginator div.center ul.pages {
      margin:4px 0 0 -50%;
    }
            .paginator div.center ul.pages li {
        float:left; margin:0 7px 0 7px;
      }
                .paginator div.center ul.pages li a.arrow {
          display:block; overflow:hidden; margin-top:4px;
          height:12px;
          text-indent:-10000px;
        }
                    .paginator div.center ul.pages li a.arrow.left,
          .paginator div.center ul.pages li a.arrow.right {
            width:8px;
                        background:url(../img/arrow-left-mediateca.png) no-repeat 0 -12px transparent;
          }
                        .paginator div.center ul.pages li a.arrow.right { background-image:url(../img/arrow-right-mediateca.png); }
                    .paginator div.center ul.pages li a.arrow.first,
          .paginator div.center ul.pages li a.arrow.last {
            width:14px;
                        background:url(../img/arrow-left-first.png) no-repeat 0 0 transparent;
          }
                        .paginator div.center ul.pages li a.arrow.last { background-image:url(../img/arrow-right-last.png); }

                .paginator div.center ul.pages li h4 {
          float:left; clear:none;
                    font-family:'FrutigerC'; color:#282828; font-size:16px; font-weight:normal;
        }

                .paginator div.center ul.pages li ul.numbers {
          float:left;
        }
                    .paginator div.center ul.pages li ul.numbers a {
                        font-family:'FrutigerC'; color:#616161; font-size:16px;
          }
                        .paginator div.center ul.pages li ul.numbers a:hover,
            .paginator div.center ul.pages li ul.numbers a.selected { color:#2c3995; }
                            .paginator div.center ul.pages li ul.numbers a.selected { font-weight:bold; }

/* COMUNICATI STAMPA END ****************************************/

/* SOCIAL NEWS ********************************************/

/*
    font-family: 'fonts/myriadB';
    font-family: 'FrankCondR';
    font-family: 'FrutigerC';
    font-family: 'fonts/myriaR';
*/

.social-news ul.news li {
  padding:16px 0 12px 0; overflow:hidden; position:relative;
  width:100%;
    font-family:'FrutigerC'; color:#333333; font-size:12px;
  line-height:16px;
  border-bottom:1px dotted #7f7f7f;
}
    .social-news ul.news li.last  { border:none; }
    .social-news ul.news li img {
    float:left; margin-left:5px; margin-right:20px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
  width:250px;
  }
        .social-news ul.news li.main-news img {
      margin:0 0 20px 0; float:none;
      -webkit-box-shadow: none;
      -moz-box-shadow:    none;
      box-shadow:         none;
  width:100%
    }

    .social-news ul.news li div.content {
    float:right; padding-bottom:45px;
    width:414px;
  }
        .social-news ul.news li.main-news div.content {
      width:100%;
    }
    .social-news ul.news li div.content h2 {
    margin-bottom:20px;
        font-family:'FrutigerC'; font-size:20px;
  }
        .social-news ul.news li.main-news div.content h2 { font-size:30px; }

    .social-news ul.news li a.readmore {
    position:absolute; bottom:12px; right:0;
    width:150px; height:auto;
  }

/* SOCIAL NEWS END ****************************************/

/* CAREER *************************************************/

.careers ul.list,
.investitori ul.list {
  overflow:hidden;
  width:100%; min-height:100px;
  /*background:url(../img/gradient_grey_light_inv.gif) repeat-x 0 0 #ffffff;*/
}
    .investitori ul.list { background:none; }
    .careers ul.list li,
  .investitori ul.list li {
    float:left; margin-top:4px; padding:10px 52px 0 52px;
    border-right:1px dotted #5c5c5c;
  }
        .investitori ul.list li { padding:10px 30px 0 30px; }
        .careers ul.list li.last,
    .investitori ul.list li.last { border:none; }
      .careers ul.list li:first-child { padding-left:0; }
      .careers ul.list li.last { padding-right:0; }
        .social-csr ul.list li { padding:26px 82px 13px 72px; }
        .social-csr ul.list li.cushman {
      position:relative;
      width:175px;
    }
            .social-csr ul.list li.cushman a {
        position:absolute; top:90px; left:65px; margin:0;
        min-width:62px;
        text-align:center;
      }
                .social-csr ul.list li.cushman a.right { left:auto; right:-5px; }

/* CAREER END *********************************************/

/* GENERIC ********************************************/

p.generic {
  margin-bottom:20px;
  font-family: 'FrutigerC'; color:#525252; font-size:14px;
}
  .logos p.generic { font-weight: bold; }
  p.generic.variant { font-family: Arial; }
p.generic.small { font-size:12px; }  
  
p.generic.table-p {
    margin-top:-15px; padding-left:18px;
    text-align:right;
}  
/*p.generic.table-p a.readmore {
  display: inline-block; margin-top: 10px; padding: 3px 10px 3px 10px;
  font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #333333;    
  text-transform:none;
  cursor: pointer;
  background: url("../img/bg-dounload.png") repeat-x scroll center center rgba(0, 0, 0, 0);  
}*/

img.img-shadow {
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
  .factsheet img.img-shadow { margin-top:20px; }

/* GENERIC END ****************************************/

/*******************************************************************************************************************
*******************************************************FOOTER*********************************************
*********************************************************************************************************************/   

/*------------------------------------FOOTER TOP------------------------------------*/
#footerTop{
  background:#081833;
  padding:20px 0;
  }
.colonnaFooterTop{
  float:left;
  border-right:#25213A solid 1px;
  padding-right:20px;
  margin-right:20px;
  width:165px;
  height:290px;
  }
.colonnaFooterTop.last{
  border-right:none;
  margin-right:0;
  padding-right:0;
  }
.colonnaFooterTop p.titolo{
  color:#FFF;
  font-family: 'FrankCondR';
  font-size:14px;
  text-transform:uppercase;
  margin-bottom:5px;  margin-top:20px;
  }
.colonnaFooterTop p.titolo:first-child {
    margin-top:0;
}  
.colonnaFooterTop p.titolo.margintop{
  margin-top:20px;
  }
.colonnaFooterTop a{
  font-size:12px;
  font-family: 'FrutigerC';
  color:#CECED3;
  display:block;
  margin-bottom:6px;
  line-height:12px;
  }
.colonnaFooterTop a:hover{
  color:#FFF;
  }
/*------------------------------------FOOTER MIDDLE------------------------------------*/
#footerMiddle{
  position:relative; padding:10px 0 0 0;
  background:#303030;
  /*padding:20px 0;*/
}
    #footerMiddle .centratura {
     padding:10px 0 20px 0;
  }
.colonnaFooterMiddle{
  float:left;
  border-right:#454545 solid 1px;
  padding-right:20px;
  margin-right:20px;
  width:210px;
  height:118px;
  }
.colonnaFooterMiddle.prima{
  width:237px;
  }
.colonnaFooterMiddle.last{
  border-right:none;
  padding-right:0;
  margin-right:0;
  }
.colonnaFooterMiddle p.titolo{
  color:#FFF;
  font-family: 'FrankCondR';
  font-size:18px;
  margin-bottom:5px;
  }
.colonnaFooterMiddle p{
  color:#FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  }
p.piva{
  margin-top:50px;
  }
.colonnaFooterMiddle p.nome{
  font-size:12px;
  margin:10px 0 3px 0;
  }
.colonnaFooterMiddle p.icone{
  padding-left:25px;
  color:#FFF;
  background-position:left center;
  background-repeat:no-repeat;
  padding-top:3px;
  padding-bottom:3px;
  }
.colonnaFooterMiddle p.icone.phone{
  background-image:url(../img/phone-icon.png);
  }
.colonnaFooterMiddle p.icone.fax{
  background-image:url(../img/print-icon.png);
  }
.colonnaFooterMiddle p.icone.mail{
  background-image:url(../img/mail-icon.png);
  }
.colonnaFooterMiddle p.icone a{
  color:#FFF;
  }
.colonnaFooterMiddle p.icone a:hover{
  text-decoration:underline;
  }

div.butt-center {
  position:absolute; top:-20px; left:50%;
}
    div.butt-center a {
    display:block; margin-left:-50%; float:left; overflow:hidden; padding:9px 52px 0 52px;
    width:auto; height:13px;
        color: #FFFFFF; font-family: 'FrankCondR'; font-size:13px;
    text-transform:uppercase; line-height:13px;
        background:url(../img/arrow-down.png) no-repeat 105px 11px #303030;
  }

/*------------------------------------FOOTER BOTTOM------------------------------------*/
#footerBottom{
  padding:10px 0;
  }
.tastiBottomFooter{
  float:right;
  overflow:hidden;
  }
.tastiBottomFooter a{
  display:block;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  color:#333;
  text-decoration:none;
  font-size:11px;
  }
.tastiBottomFooter a:hover{
  text-decoration:underline;
  }
.tastiBottomFooter a.vstamp{
  padding-left:25px;
  margin-left:25px;
  background:url(../img/print-bottom-icon.png) left center no-repeat;
  }
  
#footer {
  overflow:hidden; padding-top: 13px; padding-bottom: 13px;
  width:100%; height:auto;
  font-size:11px; color: #212121; font-family: Arial;
  text-align:center;
}
#footer .centratura{
  overflow:hidden;
}
#footer a {
  font-size:11px; color: #212121;
}
#footer p {
  float:left;
}
  #footer p span.title {
    margin-right: 28px;
    color: #0C0724; font-size: 18px; font-family: 'FrankCondR';
  }
  #footer p span.piva { margin-left: 28px; }
              
#footer ul {
  float:right;
}
  #footer ul li {
    float:left; margin-left: 40px; padding-top: 5px;
  }
    #footer ul li a.print-link {
      padding-left:23px;
      background: url(../img/print-bottom-icon.png) no-repeat 0 center transparent;
    }

/*******************************************************************************************************************
*******************************************************PAGINE CON COLONNA SINISTRA*********************************************
*********************************************************************************************************************/
.colonnaSxSubnav{
  float:left;
  width:250px;
  }
.colonnaDxContenuti{
  float:right; padding-bottom:30px;
  width:720px;
  }
/***************************************SUBMENU**********************************************/
ul#subnav{
  background:#081833;
  padding:15px;
  margin:0 0 20px 0;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.2);
  }
ul#subnav > li{
  font-size:14px;
  font-family: 'FrutigerC';
  text-transform:uppercase;

  border-bottom:solid 1px #384151;
  }
ul#subnav > li.last{
  border-bottom:none;
  }
ul#subnav > li > a{
  color:#838992;
  padding:5px 0 5px 20px;
  display:block;
  background:url(../img/arrow-rigth-submenu.png) left center no-repeat;
  cursor:pointer;
  }
ul#subnav > li > a:hover, ul#subnav > li.selected > a{
  color:#FFF;
  background:url(../img/arrow-rigth-submenu-selected.png) left center no-repeat;
  }
ul#subnav > li > ul{
  padding-bottom:10px;
  }
ul#subnav > li > ul > li{
  font-size:14px;
  font-family: 'FrutigerC';
  text-transform:none;
  }
ul#subnav > li > ul > li a{
  color:#838992;
  padding:2px 0 2px 20px;
  cursor:pointer;
  display:block;
  }
ul#subnav > li > ul > li > a:hover, ul#subnav > li > ul > li.selected > a{
  color:#FFF;
  }

ul#subnav ul.subsubmenuSx {
  padding-left:35px; padding-bottom:12px;
}
    ul#subnav ul.subsubmenuSx li {
    color:#838992; font-size:9px;
        list-style-type:disc; list-style-position:outside;
  }
        ul#subnav ul.subsubmenuSx li a { font-size:13px; padding-left:0; }
    ul#subnav ul.subsubmenuSx li a:hover,
    ul#subnav ul.subsubmenuSx li.selected > a {
        color: #FFFFFF;
    }
    
ul#subnav li ul li.thirdlv {
    padding-left:10px;
}    
ul#subnav li ul li.thirdlv a { font-size:13px; }
/*---------------------------------------------------------------------CRITERI DI RICERCA-------------------------------------------------------------*/  
.criteriRicercaContainer{
  background:#FFF;
  border-bottom:dotted 1px #666;
  position:relative;
  }
.btnCercaDocContainer.frecciaModRicerca{
  display:none;
  }
.btnCercaDocContainer.selectedCambia .frecciaModRicerca{
  position:absolute;
  left:50%;
  margin-left:-11px;
  bottom:-1px;
  background:url(../img/freccia-cambia-criteri.png) no-repeat;
  width:21px;
  height:10px;
  }
h2.testataCriteri{
  padding:13px 0;
  text-transform: uppercase;
  }
.centratura.filtri{
  padding:8px 0;
  }
.filtroTop{
  overflow:hidden;
  padding:10px;
  background:#E5E5E5;
  display:inline-block;
  margin-right:10px;
  }
.filtroTop span{
  display:block;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  color:#333333;
  font-size:12px;
  }
.filtroTop a{
  width:9px;
  height:9px;
  background:url(../img/remove-filter.png) top center no-repeat;
  display:block;
  float:left;
  margin:3px 0 0 15px;
  cursor:pointer;
  }
.filtroTop a:hover{
  background:url(../img/remove-filter.png) bottom center no-repeat;
  }
.btnCercaDocContainer.selectedCambia{
  background:url(../img/bg-cercaDocBtn.jpg) center center repeat-x;
  }
.btnCercaDocContainer.selectedCambia a#cercaDocumentazione{
  color:#FFF;
  }
/*---------------------------------------------------------------------risultati di ricerca-------------------------------------------------------------*/
.scrollerContainer.ricercaResult{
  /*max-height:800px;
  overflow:hidden;*/
  }
h2.titoloResults{
  padding:10px 0 20px 0;
  color:#2c3995;
  margin-top: 150px;
  }
.widgetBianco.fullpage{
  margin-bottom:20px;
  }
tr.testata{
  background:url(../img/bg-tabella.jpg) center center repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  font-size:12px;
  font-weight:normal;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.2);
  }
tr.testata th{
  padding:10px;
  }
  tr.testata th a {
    color: #ffffff;
    text-transform: uppercase; text-decoration: underline;
  }
    tr.testata th a:hover { text-decoration: none; }
tr.righeResults td.scarica{
  width:150px;
  border-right:none;
  }
td.scarica a.scaricaDocumento{
  margin-top:0;
  }
tr.righeResults td{
  padding:17px 10px 17px 10px;
  border-right:dotted 1px #666;
  border-bottom:dotted 1px #666;
  }
tr.righeResults.bg{
  background:url(../img/bg-tdRicerca.jpg) center bottom repeat-x;
  }
.risultatiTable{
  font-family: 'FrutigerC';
  font-size:13px;
  text-align:left;
  color:#333;
  }
.titoloRisultatoRicerca{
  font-weight:bold;
  }
td.dataDoc{
  width:200px;
  }
.dataResult{

  }
.dataResult p{
  display:block;
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:40px;
  font-style:italic;
  min-height:23px;
  padding-top:7px;
  }
.dataResult.pdfResult p{
  background-image:url(../img/pdf-Big-Ico.png);
  }
/*******************************************************************************************************************
*******************************************************MEDIATECA*****************************************************
*********************************************************************************************************************/
.mediaWrapper{
  height:480px;
  position:relative;
  overflow:hidden;
  width:100%;
  margin-bottom: 10px;
  }
  .mediaWrapper.story { margin-bottom: 0; }
.mediaContainer{
  position:absolute;
  top:0;
  }
.mediaSingolo{
  width:990px;
  height:480px;
  float:left;
  position:relative;
  opacity: 0.2;
  filter: alpha(opacity = 20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  }
.mediaSingolo img {
width: 100%;
display: block;
}
  .mediaWrapper.story,
  .story .mediaSingolo{ height: 571px; }

.editing .mediaWrapper.story,
.editing .story .mediaSingolo{ height:auto; }

.mediaSingolo.selected{
  opacity: 1;
  filter: alpha(opacity = 100);
  }
.didaFotoMedia{
  position:absolute;
  bottom:0;
  right:0;
  background:url(../img/bg-nero-trasp.png);
  color:#FFF;
  font-size:20px;
  padding:10px;
  max-width:300px;
  font-family: 'FrutigerC';
  text-align:right;
  }
.mediateca .didaFotoMedia span {
font-size: 12px;
font-family: 'FrutigerC';
display: block;
line-height: 15px;
margin-top: 10px;
}
  .story .didaFotoMedia{
    /*padding: 0; bottom: auto; top: 50%;
    max-width:495px;
    color: #000000;
    background: none;*/
  }
    .story .didaFotoMedia .year {
      /*padding: 0 20px 0 20px;
      font-size: 65px; font-family: 'FrutigerC'; color: #ffffff;
      background:url(../img/bg-nero-trasp.png) repeat 0 0 transparent;*/
    display: block; clear: both;
    color: #333333; font-family: 'FrankCondR'; font-size: 17px;
    text-align: left;
    }
    .story .didaFotoMedia p.text {
      /*padding: 10px 20px 10px 20px;
      max-width: 455px;
      font-size: 15px; font-family: 'FrutigerC';
      text-align: justify;
      background:url(../img/bg_white_trans.png) repeat 0 0 transparent;*/
    display: block; margin-top: 10px;
    font-family: 'FrutigerC'; font-size: 12px;
    line-height: 15px;    
    }
.frecce{
  position:absolute;
  top:50%;
  margin-top:-70px;
  width:990px;
  left:50%;
  margin-left:-495px;
  }
.frecce a{
  display:block;
  width:74px;
  height:141px;
  position:absolute;
  background-position:center top;
  background-repeat:no-repeat;
  cursor:pointer;
  }
.frecce a:hover{
  background-position:center bottom;
  }
.frecce a.prev{
  background-image:url(../img/mediateca/frecciaSx.png);
  left:-84px;
  }
.frecce a.next{
  background-image:url(../img/mediateca/frecciaDx.png);
  right:-84px;
  }
/*Miniature*/
.miniatureWrapper{
  width:100%;
  height:90px;
  overflow:hidden;
  position:relative;
  background:#000;
  }
  .miniatureWrapper.story{
    position:absolute; left:0; top:523px;
    height:48px;
    background:url(../img/story_thumbs_back.png) repeat-x 0 0 transparent;
  }
.miniatureContainer{
  position:absolute;
  top:0;
  }
  .story .miniatureContainer{ padding-top:6px; padding-right: 10px; }
.miniaturaSingolo{
  width:130px;
  height:90px;
  float:left;
  opacity: 0.3;
  filter: alpha(opacity = 30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  cursor:pointer;
  }
.miniaturaSingolo img {
width: 130px;
}
  /*.miniaturaSingolo .didaFotoMedia .year { opacity: 0.3; filter: alpha(opacity = 30); }*/
  .story .miniaturaSingolo{
    padding-right: 3px; position: relative;
    width:37px; height:37px;
    text-align: right;
    opacity:1;
    filter: alpha(opacity = 100);
    border-right:1px solid #5c5c5c;
  }
    .story .miniaturaSingolo span { font-size: 13px; font-family: 'FrankCondR'; color: #333333; }
      .story .miniaturaSingolo.selected span { font-size: 15px; color: #2c3995; }
.miniaturaSingolo.selected, .miniaturaSingolo:hover{
  opacity: 1;
  filter: alpha(opacity = 100);
  }
.story a.ext-link {  
  /*display: block; margin:0; padding: 7px 0; overflow: hidden; clear: both; float: right;
  width: 150px;
  font-family: 'FrankCondR'; font-size: 14px; color: #FFFFFF;
  text-transform: uppercase; text-align: center;
  background: url("../img/bg-tasti-blu.jpg") repeat scroll right center transparent;*/
  
  
  clear: both; float: right; overflow: hidden; padding-right: 20px; position: relative;
  width: auto; height: auto;
  color: #2C3995; font-family: 'FrutigerC'; font-size: 14px;
  line-height: auto; text-align: left; text-indent: 0;
  background: url("../img/arrow-rigth.png") no-repeat scroll right center transparent;
}
.ui-accordion-content img{
  display:block;
  margin:0 auto 10px auto;}
  
#carousel-container {
    border-left: 1px solid #AFAFAF; border-right: 1px solid #AFAFAF;  border-top: 1px solid #AFAFAF;
}
  
#portafoglio-expand {
  background: none repeat scroll 0 0 #E2E2E2;
  border-left: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF;
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 22px;
  overflow: hidden;
  padding-top: 3px;
  width: 718px;
}  
#portafoglio-expand:hover {
  color: #666666;
}
#portafoglio-expand-container {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 140px;
}
#portafoglio-expand-text {
  float: left; padding-top:2px;
}
#portafoglio-expand-arrow {
  background: url("../img/portafoglio-arrow.jpg") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 18px;
  width: 22px;
}
#portafoglio-expand-arrow.expanded {
  background-position: 0 -18px;
}
#portafoglio-others {
    overflow:hidden;
  background: url("../img/portafoglio-others-bg.jpg") repeat-x scroll 0 0 transparent;
  border-left: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF; border-bottom: 1px solid #AFAFAF;     
  height: 125px;
  width: 718px;
}
.portafoglio-others-box { display:block; overflow:hidden; float:left; width:auto; height:125px; border-right: 1px solid #AFAFAF; }
.portafoglio-others-box.last {border-right: none;}
/*#portafoglio-others-2 { width: 89px; }
#portafoglio-others-1 { width: 127px; }
#portafoglio-others-3 { width: 165px; }
#portafoglio-others-4 { width: 118px; }
#portafoglio-others-5 { width: 80px; }
#portafoglio-others-6 { width: 134px; }*/

/**/
.logos ul.list, .investitori ul.list {
overflow: hidden;
width: 100%;
min-height: 100px;

}
.logos ul.list li:first-child {
padding-left: 0;
}
.logos ul.list li:last-child {
border-right: none;
}
.logos ul.list li, .investitori ul.list li {
float: left;
margin-top: 4px;
padding: 10px 47px 0 47px;
border-right: 1px dotted #5C5C5C;
}
.logos ul.list li.last {
border-right: none;
padding-right:0;
}

/*** ASSOCIAZIONI E FONDAZIONI SOSTENUTE **********************************************************/

a:focus {  
  outline:none; /* fx 1.05,Safari, Mac IE*/
  -moz-outline:none; /* fx 1.07*/
}
a:active {  
  outline: none;
  -moz-outline:none;
}

a { /* remove unwanted focus outlines from links */
  noFocusLine: expression(this.onFocus=this.blur())
  outline: none;
}
*:focus {
  outline: none;
}

#tabs { position:relative; padding-top:56px; border:none; border-radius:0; }

#tabs .ui-widget-content {
  background-color: #FFF;
  border:none; border-radius:0;
}

#tabs .ui-widget-header {
  z-index:99; position:absolute; top:0; left:0;
  border:none;
  background: none;
}

#tabs .ui-state-default, #tabs .ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default {
  margin-left: 0; float: left;
  width:240px; height:56px;
  color:#000000;
  border-radius: 0; border:none;
  background:#ffffff; /*background:url(../img/social_ico_pen.png) no-repeat 45px center #ffffff;*/
  opacity: 0.3; filter: alpha(opacity = 30);
}
#tabs .ui-state-active, #tabs .ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active { opacity: 1; filter: alpha(opacity = 100); }

#tabs  .ui-tabs-nav li a {
  display:block; /*padding:22px 0 0 83px;
  width:152px; height:39px;*/
  width:240px; height:56px;
  color:#000000; font-family: 'FrutigerC'; font-size: 16px; font-weight: normal;
  line-height:56px;
  /*text-align:left;*/
  text-align:center;
}
.ui-tabs-nav li a span {
  padding-left: 35px; display: inline-block;
  height:30px;
  line-height:30px;
  background:url(../img/social_ico_pen.png) no-repeat 0 0 transparent;
}
  .ui-tabs-nav li a.tab2 span { background:url(../img/social_ico_book.png) no-repeat 0 0 transparent; }
  .ui-tabs-nav li a.tab3 span { background:url(../img/social_ico_heart.png) no-repeat 0 0 transparent; }

#tabs .ui-state-active a, #tabs .ui-state-active a:link, #tabs .ui-state-active a:visited,
#tabs .ui-state-default a, #tabs .ui-state-default a:link, #tabs .ui-state-default a:visited{ color:#000000; }

.widgetBianco.ui-tabs-panel { padding-top:20px; font-size:12px; color:#333333; background-color: #ffffff; }

#tabs .links {
  clear: both; overflow: hidden;
  width:100%;
}
#tabs .links a {
  float: right; padding-left: 20px; margin-left:12px;
}

#tabs .tab-element {
  overflow: hidden; margin-bottom: 20px;
  width:100%;
  border-bottom: 1px dotted #7f7f7f;
}
#tabs .tab-element.last { border:none; }
#tabs .tab-element p { margin-top:10px; }

/*** MOD 09/08/2014 ****************************/

#extras .ultimiDocumenti {
  padding-bottom: 43px;
}

#extras .ultimiDocumenti a.tasti {
  top:auto; bottom:12px; right:18px;
}

table.table-data-list {
  border:12px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.2);
}
table.table-data-list th { background-color: #ffffff; }
.logos ul.list.csr li.cushman {
position: relative;
width: 95px;
}
.logos ul.list.csr li.cushman {
position: relative;
width: 95px;
}
.logos ul.list.csr li {
padding: 26px 62px 13px 52px;
  min-height:112px;
}
ul.list.csr li.cushman a {
position: absolute;
top: 90px;
left: 45px;
margin: 0;
min-width: 62px;
text-align: center;
}
ul.list.csr li.cushman a.right {
left: auto;
right: -25px;
}
/********************POPIN VIDEO********************/
.video-content-wrapper .ui-corner-all, .video-content-wrapper .ui-corner-bottom, .video-content-wrapper .ui-corner-right, .video-content-wrapper .ui-corner-br{
  display:inline-block;
  }
.video-content-wrapper  .ui-dialog-titlebar.ui-widget-header{
  display:block !important;
  background:#999;
  border:none;
  position:relative;
  border:none;
  border-radius:0 !important;
  }
.video-content-wrapper  span.ui-dialog-title{
  margin-left: 20px;
  margin-top: 7px;
  display: block;
  float: left;
  max-width: 90%;
  }
.video-content-wrapper  .ui-button.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close{
  display: block;
  background: url(../img/closeRicercaBtn.png) center center no-repeat;
  width: 30px;
  height: 30px;
  right: 10px;
  cursor: pointer;
  position:relative;
  float:right;
  border:none;
  }
#accordion h3{
  border:none !important;
  }
#accordion .ui-widget-content{
  border:none !important;}
#accordion h3.ui-widget-content{
  border-bottom:1px solid #A6A6A6 !important
  }
#accordion .ui-accordion-content{
  border-radius:0 !important;
}

/*** MOD 06/09/2014 ****************************/

.widgetBianco .content-txt {
  float:right; overflow: hidden;
  width:537px;
}
.widgetBianco .content-txt div.content {
  padding-left: 0;
}
.widgetBianco .content-txt .downlpdf,
.widgetBianco .content-txt .readmore {
  float:right;
}
.widgetBianco .content-txt .readmore { margin-top: 0; padding-left: 20px; }
.widgetBianco .content-txt .downlpdf { margin:2px 10px 0 0; }

.list-clean {
  width:100%;
}
.list-clean li {
  overflow: hidden; position: relative; padding-bottom: 20px; padding-top: 20px;
  width:100%; min-height: 40px;
  border-bottom: 1px solid #CCCCCC;
}
.list-clean li h4 {
  padding:0 0 2px 0; margin: 0; clear: none;
  width:70%;
  font-family: 'FrankCondR'; font-size: 20px; font-weight: normal; color: #2c3995;
  text-align: left;
}
.list-clean li p {
  clear: none;
  width:70%;
  font-family: Arial; color:#666666; font-size: 12px;
}
.list-clean li a.goto {
  position: absolute; top:35px; right: 10px; padding-right: 20px;  
  font-family: 'FrankCondR'; font-size: 14px; font-weight: normal; color: #2c3995;
  text-transform: uppercase;
  background:url(../img/arrow-rigth.png) no-repeat right 2px transparent;
}
.foot-links {
  margin-top:20px;
  font-family: Arial; color:#666666; font-size: 15px;
}
.foot-links a {
  font-weight: bold; color: #2c3995;
}

/*** MOD 16/09/2014 (SITE MAP) ****************************/

#sitemap .links {
    border:none;
}

#sitemap .links h2 a {
    display:block;
    height: 25px;
    font-size:18px; font-weight:normal;
    line-height: 25px;
    border-bottom: 1px dotted #333333;
}

#sitemap .links h2 a:hover, #sitemap .links h2 a:active, #sitemap .links h2 a:focus { color: #081832; }

#sitemap .links > ul {
    margin: 0 0 0 80px;
}  
#sitemap .links > ul li a {
    display:block; padding: 0 0 0 20px;   
    height: 25px; font-size:13px;
    color: #333333; font-weight: normal;
    line-height: 25px;
    border-bottom: 1px dotted #CCCCCC;
}
#sitemap #wrapper-3 .links ul ul {
    margin: 0 0 0 160px;
}
#sitemap .links ul ul a {
    display:block; padding: 0 0 0 20px;   
    height: 25px; font-size:13px;
    color: #999999; font-weight: normal;
    line-height: 25px;
    border-bottom: 1px dotted #CCCCCC;
}


/*** MOD 27/09/2014 (MEDIATECA) ****************************/

.didaFotoMedia-wrapper {
  float:left; overflow:hidden; position:relative;
  width:250px; height:480px;
}

.didaFotoMedia {
  padding: 10px; position: absolute; right: auto; left:0; bottom: 0; overflow: hidden;
  max-width: 230px; width:250px;
  color: #333333; font-family: 'FrankCondR'; font-size: 15px;
  text-align: left;
  background: url() no-repeat 0 0 #ffffff;    
}
.didaFotoMedia .scrollerContainer {
  overflow:hidden;
  width:235px; height:200px;
}
.didaFotoMedia .scrollerContent {
  width:225px;
}
.mediaSingolo img {
  float:left;
  width:740px;
}
/**/
.theGallery .slidesjs-container{height:200px !important;}
.theGallery .slidesjs-control{height:200px !important;}

/*** MOD 15/10/2014 ****************************/

div.text-section p a {
    font-family: 'FrutigerC';!important; font-weight:bold!important; font-size: 14px!important; color:#2C3995!important;
}

/*** MOD 24/10/2014 ****************************/

.letter-content-wrapper .letter-row a {
    color: #2C3995;
}

.results .content p {
   font-family: 'FrutigerC';
   text-align: left;
}
.results .content p span.title {
  padding-bottom:6px; display: block;
  color: #2C3995; font-size: 16px; font-style: italic; font-weight: normal;
  text-transform:capitalize;
}

/*.investor-rel ul.results {
  float:left;
  width:100%;
}
.investor-rel ul.results li {
  margin-right:21px;
}
.investor-rel ul.results li:nth-child(3n+3),
.investor-rel ul.results li.last { clear:right; margin-right:0; }

.investor-rel .widgetBianco {
  float:left; position: relative;
  width:202px; height: 250px;
  text-align:center;
}
.investor-rel .widgetBianco .content-txt {
  overflow:hidden;
  width:100%;
}
.investor-rel .widgetBianco .content-txt img {
  margin-bottom:10px;
}
.investor-rel .widgetBianco .readmore.bottom {
  position:absolute; top:230px; left:12px;
  width:inherit;
}
.investor-rel .widgetBianco .content-txt h3 {
  color: #2C3995; font-size: 16px; font-weight: normal; font-family: 'FrankCondR';
  text-align: left;
}*/
ul.results.smallwidgets {
  float:left;
  width:100%;
}
ul.results.smallwidgets li {
  margin-right:21px;
}
ul.results.smallwidgets li:nth-child(3n+3),
ul.results.smallwidgets li.last { clear:right; margin-right:0; }

.smallwidgets .widgetBianco {
  float:left; position: relative;
  width:202px; height: 250px;
  text-align:center;
}
.smallwidgets .widgetBianco .content-txt {
  overflow:hidden;
  width:100%;
}
.smallwidgets .widgetBianco .content-txt img {
  margin-bottom:10px;
}
.smallwidgets .widgetBianco .readmore.bottom {
  position:absolute; top:230px; left:12px;
  width:inherit;
}
.smallwidgets .widgetBianco.collapsible .readmore.bottom {
    left: 12px;
    position: absolute;
    top: 161px;
    width: inherit;
}
.smallwidgets .widgetBianco .content-txt h3 {
  color: #2C3995; font-size: 16px; font-weight: normal; font-family: 'FrankCondR';
  text-align: left;

}

.widgetBianco.collapsible {
  height: 180px;
}
.widgetBianco.collapsible.collapsed {
  height:22px;
}

.widgetBianco.collapsible h2,
.widgetBianco.collapsible.portfinv h2{
  position: relative;
  font-size:16px;
  text-transform: none;
  cursor:pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.widgetBianco.collapsible h2 span.plus-minus {
  display:block; overflow: hidden; position: absolute; top:0; right: 0;
  width:23px; height: 23px;
  background: url("../img/plus-minus.png") no-repeat 0 -23px transparent;
}
.widgetBianco.collapsible.collapsed h2 {
  border-bottom:0;
}
.widgetBianco.collapsible.collapsed h2 span.plus-minus {
  background-position: 0 0;
}

.investor-rel .widgetBianco.collapsible .readmore.bottom {
  position:absolute; top:142px; left:12px;
  width:inherit;
}

#main .investor-rel .widgetBianco .content-txt a.downlpdf {
  margin:0;
  width:157px; height: auto;
  color: #2C3995; font-size: 16px; font-weight: normal; font-family: 'FrankCondR';
  line-height: 16px;
  background:none;
}
.investor-rel .widgetBianco.rel-bil,
.widsmall.conference {
  text-align: left;
}
#main .investor-rel .widgetBianco.rel-bil .content,
#main .widsmall.conference .content {
  overflow: hidden; margin-bottom: 10px;
  width:100%;  
}
#main .investor-rel .widgetBianco.rel-bil .content-txt a.downlpdf,
#main .widsmall.conference .content-txt a.downlpdf {
  margin:30px 0 20px 0; /*margin: 0;*/ padding-bottom:20px;
  min-height: 28px; width:71%;
  border-bottom: 1px solid #cccccc;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #2C3995; font-family: 'FrankCondR'; font-size: 16px; font-weight: normal;
    line-height: 16px;    
}
#main .investor-rel .widgetBianco.rel-bil .content-txt .readmore,
#main .widsmall.conference .content-txt .readmore {
  padding-right: 16px; padding-left: 0; float:none; clear: both; display: block;
  color: #2C3995; font-family: 'FrankCondR'; font-size: 14px;
  text-transform: none;
  background: url("../img/arrow-rigth.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.smallwidgets .com-stampa .content p {
  margin-bottom: 5px;
}
.smallwidgets .com-stampa .content p.testoDocumento {
  color: #2C3995; font-family: 'FrankCondR'; font-size: 14px;
}
.smallwidgets .rating p {
  font-size:16px;
}
.smallwidgets .rating p span {
  display: block; padding-bottom: 10px;
  color: #2C3995; font-family: 'FrankCondR'; font-size: 18px;
}

.widgetBianco.collapsible.portfinv ul li,
.widgetBianco.widsmall.portfinv ul li {
  margin:0;
  height: auto;
}

.widgetBianco.collapsible.portfinv ul li .desc,
.widgetBianco.widsmall.portfinv ul li .desc {
  height: auto;
  padding-left: 0;
  text-transform: uppercase;
}
.widgetBianco.collapsible.portfinv ul li span.perc,
.widgetBianco.widsmall.portfinv ul li span.perc {
  font-size: 12px;
  line-height: normal;
}
.widgetBianco.widsmall.portfinv ul li span.perc {
    top:50%; margin-top:-7px;
}
.investor-rel .widgetBianco.collapsible.portfinv ul.results li,
.investor-rel .widgetBianco.widsmall.portfinv ul.results li {
  margin:0;
}

#carousel-container {
    position: relative;
}
#carousel-container p.cnh-desc {
  bottom: 0;
  color: #5A5A5A;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  z-index: 99;
}

/*** MOD 12/11/2014 ****************************/

.widgetBianco.collapsible.portfinv ul li,
.widgetBianco.widsmall.portfinv ul li {
  padding-top:11px;
    position:relative; margin-bottom:0; padding-left:45px;
    width:157px;
}
.widgetBianco.widsmall.portfinv ul li {
    padding-top:22px; padding-bottom:22px;
}
.widgetBianco.collapsible.portfinv ul li img,
.widgetBianco.widsmall.portfinv ul li img {
    position:absolute; top:4px; left:0;
    height:28px;
}
.widgetBianco.widsmall.portfinv ul li img {
    top:50%; margin-top:-14px;
}
.widgetBianco.collapsible.portfinv ul li .desc,
.widgetBianco.widsmall.portfinv ul li .desc {
    font-size:9px;
}
.widgetBianco.collapsible.portfinv ul li {
    margin:0;    
    height: auto;
    padding-top: 11px; padding-bottom: 11px;
    position: relative;
    margin-bottom: 0px;
    padding-left: 45px;
    width: 157px;
}
.widgetBianco.collapsible.portfinv ul li span.perc {
    font-size: 12px;
    line-height: normal;
    right: 0;
    top: 10px; margin-top:0;
}


/*** MOD 14/11/2014 ****************************/

.portafoglio-others-box { position:relative; }
.portafoglio-others-box span.perc {
    position:absolute; bottom:5px; left:0; display:block;      
    width:100%;
    font-family: 'FrankCondR'; font-size: 18px; color:#081832;
    text-align:center;   
}

/*** MOD 17/12/2014 ****************************/

.results h2 {
    line-height:15px;
}
.results .collapsed h2 {
    line-height:normal;
}

ul.wid-inv-list {
    font-size:15px; color:#666666;
    text-align:left;
}
ul.wid-inv-list li {
    padding-left:40px; margin-bottom:15px;
    background: url("../img/icon_check/binary.png") no-repeat 10px 0 transparent;
}

.widsmall .news {
    position:relative;
    width:100%; height:165px;
}
.widsmall .news .news-desc {
    position:absolute; left:0; bottom:0;
    padding:10px;
    background: url("../img/bg_white_trans.png") repeat 0 0 transparent;
}
.widsmall .news .news-desc p {
    margin:0;
    font-family: 'FrutigerC'; color:#333333; font-size:13px;
    line-height:15px;
}
.widsmall .news .news-desc p.titolo {    
    font-weight:bold;
    text-transform:uppercase;
}

.widsmall.events h4 {
    clear:both; margin-bottom:20px;
    font-size:16px; color:#333333; font-family: 'FrankCondR'; font-weight:normal;
    text-align:left;
}
.widsmall.events .calendarioSmall {
    position:relative; top:auto; left:auto; right:auto;
    float:left;
}
.widsmall.events .calendarioSmall p {
  color: #2C3995;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  margin-top: 22px;
  text-align: center;
  text-transform: uppercase;
}
.widsmall.events .eventoSmallHome {
    float:left; clear:none; margin-left:15px; margin-top:10px;
    width:135px;
    font-size:16px; color:#2c3995; font-family: 'FrankCondR'; font-weight:normal;
}
.widsmall .colonnaDocumenti {
    margin-right:0; padding-right:0;
    text-align:left;
    border:none;
}

.widgetBianco.widbig {
    width:695px;
    height:auto;
}
.widgetBianco.widbig .readmore.bottom {
    position:relative; top:auto; left:auto; float:right;
    width:218px;
}

.widgetBianco.widbig ul.people li {
    padding:0; margin-right:30px;
    border:none;
    background:none;
    text-align:left;
}
.widgetBianco.widbig ul.people li h3 {
    font-family: 'FrutigerC';  font-weight:normal; color:#000000;
}

.bigpdfdownload {
    display:block; padding-left:78px; padding-top:15px;
    min-height:79px;
    font-size:15px; color:#333333; font-family: 'FrankCondR'; font-weight:normal;
    background: url("../img/wid_icon_pdf/binary.png") no-repeat 0 0 transparent;
    text-align:left;
}
.widgetBianco .bigpdfdownload {
    margin-top:40px;
}

.widsmall.conference p {
    margin-top:15px;
     font-size:16px; color:#333333; font-family: 'FrankCondR'; font-weight:normal;
     text-align:left;
}
.widsmall.conference p span {
    float:left; display:block; padding-right:11px; margin-right:11px;
    width:50px;
    font-size:20px; color:#2c3995; font-family: 'FrankCondR'; font-weight:normal;
    line-height:18px; text-transform:uppercase;
    text-align:right;
    border-right:1px solid #cccccc;
}

.widsmall .news img {
    width:201px;
}

h2.subtitle {
    margin-top:45px; margin-bottom: 15px; padding: 0 0 5px; clear:both;
    font-family: 'FrutigerC'; font-size: 22px; font-weight: normal; color: #333333;
    border-bottom: 1px solid #A6A6A6;
}

div.form-wrapper.new-search { display:none; }

.collapsible.rating p span {
  color: #2C3995; display:block; clear:both;
  display: block;
  font-family: 'FrankCondR';
  font-size: 18px;
  padding-bottom: 10px;
}
.collapsible.rating p {
  font-size: 16px;
}
.com-stampa.collapsible p.testoDocumento {
  color: #2C3995;
  font-family: 'FrankCondR';
  font-size: 14px;
}

p.asterisk {
    /*margin-top: -8px;*/
    position: absolute; right: 13px; top: 82px;
    color: #666666; font-family: Verdana; font-size: 8px;    
    text-align: right;
}
.portfinv ul li.last p.asterisk {
  position: absolute; right: 0; top: -145px;
}
.collapsible.widsmall.portfinv p.asterisk { top:145px; }

