/*
	AnythingSlider v1.8+ events theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET events DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider 193px   */
#slider {
	width: 363px;
	height: 214px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 events state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-events {
	margin: 0 15px 0 15px;
	margin-top:0px;
	
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 0 25px 0 25px;
	width:363px !important ;
}
/* slider window - top & bottom borders, events state */
.anythingSlider-events .anythingWindow {
	border-top: 0px solid #777;
	border-bottom: 0px solid #777;
}
/* Navigation buttons + start/stop button, events state */
.anythingSlider-events .anythingControls a {
	/* top shadow */
	background: #777 url(i/events.png) center -288px repeat-x;
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-events .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, events state */
.anythingSlider-events .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, events state */
.anythingSlider-events .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, events state */
.anythingSlider-events .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, events hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-events .anythingControls a.start-stop:hover,
.anythingSlider-events .anythingControls a.start-stop.hover,
.anythingSlider-events .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-events.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-events.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #7C9127;
}
/* Navigation current & hovered button, active state */
.anythingSlider-events.activeSlider .anythingControls a.cur,
.anythingSlider-events.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #7C9127;
}

/* start-stop button, stopped, active state */
.anythingSlider-events.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-events.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-events.activeSlider .start-stop:hover,
.anythingSlider-events.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-events .arrow {
	top: 35%;
	position: absolute;
	display: block;
	padding-top:26px;
}

.anythingSlider-events .arrow a {
	display: block;
	width: 8px;
	height: 15px;
	margin: 0 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(i/slider-home-sx.gif) no-repeat;
}

/* back arrow */
.anythingSlider-events .back { left: 10px; }
.anythingSlider-events .back a { background-position: left top; background: url(i/slider-home-sx.gif) no-repeat !important;}
.anythingSlider-events .back a:hover,
.anythingSlider-events .back a.hover { background-position: left top; background: url(i/slider-home-sx.gif) no-repeat !important; }
.anythingSlider-events .back a:hover,
.anythingSlider-events .back a.hover { background-position: left -140px; }

/* forward arrow*/
.anythingSlider-events .forward { right: 10px; }
.anythingSlider-events .forward a { background-position: right top; background: url(i/slider-home-dx.gif) no-repeat ;}
.anythingSlider-events .forward a:hover,
.anythingSlider-events .forward a.hover { background-position: right top; background: url(i/slider-home-dx.gif) no-repeat ; }
.anythingSlider-events .forward a:hover,
.anythingSlider-events .forward a.hover { background-position: right -140px; } 

 /*Navigation Links */
.anythingSlider-events .anythingControls { outline: 0; }
.anythingSlider-events .anythingControls ul { margin: 0; padding: 0; float: left;}
.anythingSlider-events .anythingControls ul li { display: inline;}
.anythingSlider-events .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-events .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-events .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-events .arrow {
	top: 35% !important;
}
.as-oldie .anythingSlider-events .arrow {
	top: 35% !important;
}
.as-oldie .anythingSlider-events .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-events .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-events .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-events .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-events .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	/*background: transparent;
	background: url(i/sfondocontatore.png) #efedee no-repeat left bottom;*/
	display: block;
	overflow: hidden;
	float: left;
	/*padding: 10px 0 0 0;*/
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 0;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse widget-contatore-FER-apri-dettaglio of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}



.widget-contatore-CTER 
{
    
     list-style: none; 
     margin-bottom: 20px; 
     padding: 0 0 0 0; 
     min-height:214px !important;
     width: 383px !important;
     }


.widget-contatore-CTER { width: 100%;font-size:95% }
.widget-contatore-CTER ul { margin: 0; padding: 0; }
.widget-contatore-CTER .bx-wrapper ul li{border-radius:5px;}
.whiteRow .widget-contatore-CTER .content{margin-bottom:5px;}

.widget-contatore-CTER .bx-prev { background-image: url(i/slider-home-sx.gif);left:-18px;}
.widget-contatore-CTER .bx-prev a {color:#690; }		
.widget-contatore-CTER .bx-prev {left: -10px;}

.widget-contatore-CTER .bx-next { background-image: url(i/slider-home-dx.gif); right:-18px; }
.widget-contatore-CTER .bx-next a {color:#690; }		
.widget-contatore-CTER .bx-next {right: -20px;}
.widget-contatore-CTER .bx-next a:hover,
.widget-contatore-CTER .bx-next a.hover { background-position: right top; background: url(i/slider-home-dx.gif) no-repeat; }
/*
.anythingSlider-default .forward { right: 10px; }
.anythingSlider-default .forward a { background-position: right top; background: url(i/slider-home-dx.gif) no-repeat;}
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-position: right top; background: url(i/slider-home-dx.gif) no-repeat; } */



.widget-contatore-CTER .bx-wrapper {margin: 0 1%;}
.widget-contatore-CTER .bx-wrapper { margin-left: 10%; width: 95%; }


.widget-contatore-CTER a.widget-contatore-CTER-apri-dettaglio {
	cursor: pointer; 
	text-decoration: none; 
	margin-top: 5px; 
	float: left; 
	color: #fff; 
	font-size: 12px; 
	background: #108c4e; 
	padding: 1px 10% 1px 10px; 
	margin-right:10px;
	background: #108c4e url(i/ico-dropdown-dett.gif) no-repeat 90% center;
	line-height:20px;
}

.widget-contatore-CTER a.widget-contatore-CTER-apri-report {
	cursor: pointer; 
	text-decoration: none; 
	margin-top: 5px; 
	float: left; 
	color: #108e4a;
	font-size: 12px; 
	background: #ffa500;
	padding: 1px 10% 1px 10px; 
	margin-right:10px;
	line-height:20px;
}

.widget-contatore-CTER a.widget-contatore-CTER-apri-dettaglio1 {
	cursor: pointer; 
	text-decoration: none; 
	margin-top: 5px; 
	float: left; 
	color: #fff; 
	font-size: 12px; 
	background: #108c4e; 
	padding: 1px 10% 1px 10px; 
	margin-right:10px;
	background: #108c4e url(i/ico-dropdown-dett.gif) no-repeat 90% center;
	line-height:20px;
	display : none; /*eliminare riga per mostrare il pulsante dettagli sulla wp*/
}

.widget-contatore-CTER a.widget-contatore-FER-apri-informazioni {
	cursor: pointer; 
	text-decoration: none; 
	margin-top: 5px; 
	float: right; 
	color: #fff; 
	font-size: 12px; 
	background: #585858; 
	padding: 1px 12px 1px 10px; 
	margin-right:40px;
	line-height:20px;
}

.widget-contatore-FER-apri-informazioni {
	cursor: pointer; 
	text-decoration: none; 
	margin-top: 5px; 
	float: right; 
	color: #fff; 
	font-size: 12px; 
	background: #585858; 
	padding: 1px 12px 1px 10px; 
	margin-right:40px;
	line-height:20px;
}
.widget-contatore-CTER span {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
	line-height:1px;
}

.widget-contatore-CTER span strong {
	color: #108c4e;
}

.Anno {
	text-decoration: underline; 
	font-weight:bold;
	color: #585858; 
	
}

.AnnoTitle 
{
    font-weight:bold;
	color: #585858; 
}
    
.costo_annuo SPAN, .costo_annuo_value SPAN {font-size: 14px !important; }

.widget-contatore-CTER span.costo_annuo_value {
	text-decoration: none; 
	font-weight:bold;
	color: #108c4e; 
	
}

.widget-contatore-template 
{
    min-height:204px !important;
}

.widget-contatore-template-CTER
{ 
    /*background:#efedee url(i/SfondoContatore.png) no-repeat left bottom; */
    background: none;
    list-style: none; 
    margin: 0; 
    padding: 0 0 0 0; 
    height: auto !important;
	height: 200px;
	min-height:204px !important;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
 }
 
.widget-contatore-template-CTER h4 { margin: 0px 0px 8px 0px; padding: 0px !important;}
.widget-contatore-template-CTER h4 SPAN { color: #666; font-size: 24px !important; font-weight: bold; line-height: 1em; }
.widget-contatore-template-CTER h5 SPAN { font-size: 17px !important; padding: 0; margin: 0; }
.widget-contatore-template-CTER h5 { padding: 0; margin: 0; }
.widget-contatore-template-CTER p { margin: 0; padding: 0; font-size: .8em; line-height: .2em; }
.widget-contatore-template-CTER p strong { color: #108c4e; }
.widget-contatore-template-CTER .content{margin-left: 6%;}


.popuptesto {
	
	font-size: 14px;
}

.popuptestobold 
{
    font-weight : bold;
}
.popuptitolo {
	color:#76b700;
	font-size: 17px;
	font-weight: bold;
	/*background: #76b700*/
}
.popuptestata {
	color:#76b700;
	font-size: 20px;
	font-weight: bold;
	float: none;
	
	/*background: #76b700*/
}

.BicolumnC {
	
	/*BORDER-BOTTOM: #5f6062 1px solid; */
	TEXT-ALIGN: left; 
	MARGIN: 0px 0px 10px; 
	WIDTH: 33% !important; 
	FLOAT: left;
	font-size: 14px;
    background-image: url('i/bg_div2.png')  no-repeat right top
    }
.BicolumnA {
	
	/*BORDER-BOTTOM: #5f6062 1px solid; */
	TEXT-ALIGN: center; 
	MARGIN: 0px 0px 10px; 
	WIDTH: 33% !important; 
	FLOAT: left;
	font-size: 14px
	

}
.BicolumnB {
	
	/*BORDER-BOTTOM: #5f6062 1px solid; */
	TEXT-ALIGN: center; 
	MARGIN: 0px 0px 10px; 
	WIDTH: 33% !important; 
	FLOAT: left; 
	font-size: 14px
	

}

.titolo 
{
    color : #108c4e;
}

.bloccoInfoDettagli 
{
    margin-bottom : 40px;
}