 /**********************************************************
 *                      Breadcrumb
 **********************************************************/
/**
 * Genesis places the breadcrumb directly below the header, 
 * giving it the full width of theme to expand into.
 * You can eaisly drag the breadcrumb html to the main 
 * content column if you need to.
 */
#breadcrumb {
  /*padding: 0 0 0.75em;*/
}
/*.breadcrumb{padding-bottom:1.8em;}*/
/************** Breadcrumb personalizzati ****************/
#breadcrumb {
   /*height:2.3em;*/
   /*display:inline-block;*/
   padding:0;
   margin-bottom:2em !important;
   
   /*background:url(../images/bread1-bg.png) !important;*/
}

ul.breadcrumbs {
   margin:0;
   padding:0;
   padding-bottom:0 !important;
   width:auto;

}
ul.breadcrumbs li {
   list-style:none;
   margin:0;
   padding:0 25px 0 15px;
   float:left;
   height:2em !important;
   line-height:2em !important;
   background:#0057AD url(images/crumbs-b.png) center right no-repeat;
   text-transform:uppercase;
   font:bold .85em Arial, Helvetica, Sans-Serif;
   /*text-shadow: 1px 1px 0 #ffffff;*/
      /*margin-bottom:1.8em;*/
       border-top:1px solid #DEDEDE;
       border-bottom:1px solid #DEDEDE;
      
}
ul.breadcrumbs li.breadcrumb-last {
   /*background:none;*/
   padding:0 25px 0 15px;
   background-image:none !important;
   color:#f9ff3d;
   border-left:none;
   border-right:1px solid #DEDEDE;
          border-top:1px solid #DEDEDE;
       border-bottom:1px solid #DEDEDE;
}
ul.breadcrumbs li.breadcrumb-1, ul.breadcrumbs li.breadcrumb-2 {
  
   /*border-left:1px solid #DEDEDE;*/
}
ul.breadcrumbs a{
color:#fff;	
text-decoration:none;
}
/* per evitare che prevalgano gli stili per le classi sottostanti definite nel css per gli altri browser */
ul.breadcrumbs li a{
color:#fff;	
text-decoration:none;
background-color:transparent;
padding:0;
}
ul.breadcrumbs li a:hover{
color:#fff;	
text-decoration:none;
background-color:transparent;
padding:0;
}
.breadcrumbs li:first-child a {
				padding-left:0px !important;
				z-index: auto !important;
			}