@charset "utf-8";
/* CSS Document */

/* general */
body {
	background-color: #fff;
}

/* scroll to top */
#scrollUp {
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	background-image: url('../js/top.png');
}
/* § scroll to top */

/* tooltipster */
.noteToolTipTpl {
	display: none;
}
/* § tooltipster */

/* autocomplete */
.autocomplete-suggestions {
	border: 1px solid #dddddd;
	background-color: #fff;
	overflow: auto;
	color: #444;
}
.autocomplete-suggestion {
	padding: 4px 9px; 
	white-space: nowrap; 
	overflow: hidden;
}
.autocomplete-selected { 
	background-color: #d9edf7;
}
.autocomplete-suggestions strong {
	color: #006AA0;
}
.autocomplete-group {
	padding: 4px 9px; 
}
.autocomplete-group strong {
	display: block; 
	border-bottom: 1px solid #dddddd;
}
/* § autocomplete */
/* general */

body {
	background-color: #009344;
	font-family: 'Jura', sans-serif;
	font-size: 16px;
	color: #383838;
}
a {
	text-decoration: none;
}

/* striscia verde */
.striscia-verde {
	position: relative;
	background-color: #009344;
	padding: 10px 0;
}
.striscia-verde .item {
	margin-right: 20px;
	white-space: nowrap;
}
.striscia-verde .item span {
	position: relative;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}
.striscia-verde .item span a {
	padding-left: 0;
	color: #fff !important;
}
.striscia-verde .item span a:hover {
	text-decoration: underline;
}
.striscia-verde .item span:before {
    position: absolute;
    top: -3px;
    left: 0; 
	font-family: fontawesome;
    font-size: 20px;
    color: #ffcc00;
	line-height: 1
}
.striscia-verde .item .telefono:before {
    content: '\f095'; 
}


.striscia-verde .item .appuntamento:before {
    content: '\f133'; 
}

.striscia-verde .item .indirizzo:before {
    content: '\f041'; 
}

/* search */
.striscia-verde .item.cerca {
	height: 40px;
	margin-right: 0;
	margin-left: auto;
}
.striscia-verde .item.cerca .btn-elezioni {
	display: flex;
	align-items: center;
	margin-right: 5px;
	padding: 0 20px;
	border: 1px solid #fff;
	background-color: #ffcc00;
	border-radius: 3px;
	font-size: 20px;
	color: #009344;
	line-height: 36px;
	text-decoration: none;
}
.striscia-verde .item.cerca .btn-elezioni strong {
	flex: 1 1 100%;
	margin-right: 10px;
	font-weight: 700;
}
.striscia-verde .item.cerca .btn-elezioni i {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: auto;
	font-size: 16px;
}
.striscia-verde .item.cerca .btn-elezioni:hover {
	background-color: #009344;
	color: #ffcc00;
}
.striscia-verde .item.cerca .social-ico {
	width: 38px;
	margin-right: 5px;
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}
.striscia-verde .item.cerca .social-ico:hover {
	background-color: #fff;
	border: 1px solid #009344;
	color: #009344;
}
.striscia-verde .item.cerca .search {
	background-color: #fff;
	border-radius: 3px;
}
.striscia-verde .item.cerca .btn {
	height: 40px;
	margin: 0;
	padding: 0 5px;
	border: none;
	font-size: 20px;
	color: #009344;
}
.striscia-verde .item.cerca .btn:focus {
	outline: none;
}
.striscia-verde .item.cerca .campo-testo {
	width: 0;
	height: 40px;
	padding: 5px;
	background-color: transparent;
	border: none !important;
	font-family: Arial, Helvetica, sans-serif;
}
.striscia-verde .item.cerca .campo-testo:focus {
	outline: none;
}
/* $ striscia verde*/

/* main-menu */
.main-menu {
	position: relative;
	background-color: #fff;	
}
.main-menu .navbar {
	min-height: 100px;
	padding: 1rem 0;
}
.main-menu .navbar-brand {
	padding: 0;
}
.main-menu .navbar .nav-item {
}
.main-menu .navbar .nav-item .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	color: #383838;
	line-height: 1;
	text-transform: uppercase;
}
.main-menu .navbar .nav-item .nav-link:hover,
.main-menu .navbar .nav-item.active .nav-link {
	color: #009344;
	text-decoration: none;
}
.main-menu .navbar-toggler {
	border: 1px solid #009344;
	color: #009344 !important;
}
.main-menu .navbar-toggler span.navbar-toggler-icon {
	color: #009344 !important;
	position: relative;
}
.main-menu .navbar-toggler span.navbar-toggler-icon:after {
    position: absolute;
    top: 2px;
    left: 4px;
    content: '\f0c9';
    font-size: 25px;
    font-family: fontawesome;
    color: #009344;
    text-align: center;
}
.main-menu .navbar-toggler button {
	color: #009344;
}
/* § main-menu */

/* fascia area riservata */
.fascia-area-riservata {
	position: relative;
	z-index: 10;
	height: 80px;
	background-color: #f2f1f1;
}
.fascia-area-riservata .area-riservata {
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 30px;
	color: #383838;
	line-height: 1;
	text-transform: uppercase;
}
.fascia-area-riservata .area-riservata:before {
	position: absolute;
    left: 0;
    top: -2px;
    content: '\f023';
    font-size: 35px;
    font-family: fontawesome;
    color: #009344;
}
.fascia-area-riservata .area-riservata:after {
	display: none;
	position: absolute;
    right: 0;
    top: -2px;
	content: '\f105';
    font-family: fontawesome;
    font-size: 35px;
    color: #009344;	
}
.fascia-area-riservata .container-aree-riservate {
	position: relative;
	height: 96px;
	border-radius: 3px;
	background-color: #009344;
}
.fascia-area-riservata .container-aree-riservate:before {
    position: absolute;
    left: -2px;
    top: 13px;
    content: '\f0da';
    font-family: fontawesome;
    font-size: 50px;
    color: #f2f1f1;
}
.fascia-area-riservata .container-aree-riservate .item {
	width: 33%;
	padding: 0 .5rem;
}
.fascia-area-riservata .container-aree-riservate .item a {
	position: relative;
	padding: 5px 25px 5px 10px;
	background-color: #fff;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 700;
	color: #383838;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}
.fascia-area-riservata .container-aree-riservate .item a:hover,
.fascia-area-riservata .container-aree-riservate .item a:hover:after {
	color: #009344;
}
.fascia-area-riservata .container-aree-riservate .item a:after {
	position: absolute;
	right: 10px;
	top: 3px;
	content: '\f105';
    font-size: 20px;
    font-family: fontawesome;
    color: #383838;
}
/* § fascia area riservata */

/* notizie */
.notizie {
	position: relative;
	padding-bottom: 30px;
	background-color: #f2f2f2;
}
.notizie h1 {
	padding: 10px 0;
	background-color: #ffcc00;
	font-size: 38px;
	font-weight: 400;
	color: #009344;
	text-align: center;
	text-transform: uppercase;
}
.notizie h1 span {
	font-weight: 700; 
	color: #383838;
}
.notizia {
	margin-top: 30px;
}
.notizia .data {
	display: inline-block;
	margin-bottom: .3rem;
	/*padding: 3px 5px;*/
	/*background-color: #ffcc00;*/
	font-size: 16px;
	font-weight: 700;
	color: #009344;
	line-height: 1;
}
.notizia h2 {
	font-size: 20px;
	font-weight: 700;
	color: #009344;
}
.notizia h2 a {
	color: #009344;
}
.notizia .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #383838;
	line-height: 1.25;
	text-align: justify;
}
.container-leggi-tutte {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}
.container-leggi-tutte .item.linea {
	flex-grow: 1;
 	height: 1px;
	background-color: #383838;
}
.container-leggi-tutte .item.leggi-tutte {
	margin-left: 20px;
	padding: 7px 10px;
	border-radius: 3px;
	background-color: #009344;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}
.container-leggi-tutte .item.leggi-tutte:hover {
	background-color: #ffcc00;
	color: #383838;
	text-decoration: none;
}
/* § notizie */

/* contatti */
.contatti {
	position: relative;
	padding: 0 0 25px 0;
	background: #fff url("../img/contatti-bg.png") top center no-repeat;
	background-size: cover;
}
h1.titolo-contatti {
	margin: 0 0 25px 0;
	padding: 10px 0;
	background-color: #939598;
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
h1.titolo-contatti span {
	color: #009344;
	font-weight: 700;
}
.contatti .container {
	min-height: 240px;
}
.contatti .colonna-contatti {
	align-self: center;
	padding-bottom: 20px;
	border-bottom: 3px solid #999999;
}
.contatti .colonna-contatti span {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #009344;
	line-height: 1.1;
	text-transform: uppercase;
}
.contatti .colonna-contatti .contatto {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.1;
	text-transform: uppercase;
}
.contatti .colonna-contatti .contatto a {
	display: block;
	width: 100%;
	color: #383838;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contatti .colonna-contatti .contatto.appuntamento a {
	color: #009344;
	text-transform: none;
	font-weight: 700;
}

.contatti .colonna-contatti .contatto:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	content: '';
    font-family: fontawesome;
	font-size: 16px;
    color: #009344;
	text-align: center;
}
.contatti .colonna-contatti .contatto.indirizzo:before {
	content: '\f041';
}
.contatti .colonna-contatti .contatto.cod-fis:before {
	content: 'C.F.';
	font-family: 'Jura', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.contatti .colonna-contatti .contatto.mail:before {
	content: '\f1fa';
}

.contatti .colonna-contatti .contatto.appuntamento:before {
	content: '\f133';
}


.contatti .colonna-contatti .contatto.phone:before {
	content: '\f095';
}
.contatti .colonna-contatti .contatto.fax:before {
	content: '\f1ac';
}
.contatti .colonna-contatti .contatto.telefono:before {
	content: '\f095';
}
/* § contatti */

/* footer */
.footer {
	padding-bottom: 20px;
	background-color: #009344;
	line-height: 1;
}
.footer .logo-footer {
	margin-right: auto;
	margin-top: 20px;
	font-size: 30px;
	color: #fff;
}
.footer .logo-footer span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
}
.footer .logo-footer a {
	color: #fff;
}
.footer .menu-footer {
	margin-top: 25px;
	color: #fff;
}
.footer .menu-footer ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .menu-footer ul li {
	position: relative;
	padding: 0 1rem;
	font-size: 22px;
}
.footer .menu-footer ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '|'
}
.footer .menu-footer ul li:first-child {
	padding-left: 0;
}
.footer .menu-footer ul li:last-child {
	padding-right: 0;
}
.footer .menu-footer ul li:first-child:before {
	content: ''
}
.footer .menu-footer ul li a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.footer .menu-footer ul li a:hover {
	color: #ffcc00;
}
/* $ footer */

/* banner home */
.bannerhome .cycleslider {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/* slide */
.bannerhome .cycleslider .slide {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-height: 300px;
	padding: 2rem 0;
	background-repeat: no-repeat; 
	background-position: center;
	text-decoration: none;
	
	/* backgroundsize */
	background-size: cover;
	-ms-behavior: url(/js/backgroundsize.min.htc);
}
.bannerhome .cycleslider .slide .bannerwrap {
	position: relative;
	z-index: 10;
	opacity: 0;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-right: 7%;
	padding-left: 7%;
	transform: translateY(200%);
}
.bannerhome .cycleslider .slide.moving .bannerwrap {
	transform: translateY(0);
	opacity: 1;
}
.bannerhome .cycleslider .slide .bannerwrap .margin {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 70%;
}
.bannerhome .cycleslider .slide .bannerwrap .margin h1 {
	padding: 5px 10px;
	font-size: 24px;
	font-weight: 700;
	color: #ffcc00;
}
.bannerhome .cycleslider .slide .bannerwrap .margin h1 span {
    padding: 5px 0;
	box-shadow: 0.5rem 0 0 #009344, -0.5rem 0 0 #009344;
	line-height: 36px;
	background-color: #009344;
}
.bannerhome .cycleslider .slide .bannerwrap .margin .txt {
	padding: 5px 10px;
	font-size: 18px;
	color: #383838;
}
.bannerhome .cycleslider .slide .bannerwrap .margin .txt span {
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0.5rem 0 0 #fff, -0.5rem 0 0 #fff;
    line-height: 36px;
}
.csstransitions .bannerhome .cycleslider .slide .bannerwrap {
	
	/* modernizr */
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	transition: all 0.6s ease-in-out;
}
/* $ slide */

/* prev, next */
.bannerhome .cycleslider .cycleprev, 
.bannerhome .cycleslider .cyclenext {
	position: absolute;
	z-index: 1500;
	top: 50%;
	width: 6.25%;
	min-width: 15px;
	height: 0;
	margin-top: -3.125%;
	padding-top: 6.25%;
	font-size: 2.8vw;
	color: #fff;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	
	/* piefix */
	background-color: rgba(0, 0, 0, 0.25);
	-ms-behavior: url(/js/PIE.htc);
}
.bannerhome .cycleslider .cycleprev:hover, 
.bannerhome .cycleslider .cyclenext:hover {
	color: #555;
	
	/* piefix */
	background-color: rgba(255, 255, 255, 0.25);
	-ms-behavior: url(/js/PIE.htc);
}
.bannerhome .cycleslider .cyclenext {
	right: 0;
}
.bannerhome .cycleslider .cycleprev {
	left: 0;
}
.bannerhome .cycleslider .cycleprev:before,
.bannerhome .cycleslider .cyclenext:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -1.4vw;
	font-family: fontawesome;
	line-height: 1;
}
.bannerhome .cycleslider .cyclenext:before {
	content: '\f105';
	text-indent: 10%;
}
.bannerhome .cycleslider .cycleprev:before {
	content: '\f104';
	text-indent: -10%;
}
.csstransitions .bannerhome .cycleslider .cycleprev, 
.csstransitions .bannerhome .cycleslider .cyclenext {
	
	/* modernizr */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
}
/* § prev, next */
/* $ banner home */


/* fascia icone */
.fascia-icone {
	position: relative;
	padding-bottom: 34px;
	background-color: #fff;	
}
.fascia-icone .row {
	padding: 2.5rem 0;
}

/* container icon */
.fascia-icone a.container-icon {
	position: relative;
	height: 100%;
	text-decoration: none;
}
.fascia-icone .first a.container-icon {
	padding-right: 15px;
	padding-bottom: 25px;
}
.fascia-icone .first a.container-icon:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: calc(100% - 15px);
	height: 0;	
	border-top: 5px dotted #c7c7c7;
	content: '';
}
.fascia-icone .second a.container-icon {
	padding-left: 15px;
	padding-bottom: 25px;
}
.fascia-icone .second a.container-icon:after {
	position: absolute;
	top: 0;
	left: -3px;
	width: 0;
	height: calc(100% - 15px);	
	border-left: 5px dotted #c7c7c7;
	content: '';
}
.fascia-icone .third a.container-icon {
	padding-top: 15px;
	padding-right: 15px;
}
.fascia-icone .third a.container-icon:before {
	position: absolute;
	bottom: 0;
	right: -3px;
	width: 0;
	height: calc(100% - 15px);	
	border-left: 5px dotted #c7c7c7;
	content: '';
}
.fascia-icone .fourth a.container-icon {
	padding-top: 15px;
	padding-left: 15px;
}
.fascia-icone .fourth a.container-icon:after {
	position: absolute;
	top: -3px;
	right: 0;
	width: calc(100% - 15px);
	height: 0;	
	border-top: 5px dotted #c7c7c7;
	content: '';
}
.fascia-icone a.container-icon .item.icona {
	flex-shrink: 0;
	flex-grow: 0;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 5px solid #ffcc00;
	position: relative;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 0px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.4);
}
.fascia-icone a.container-icon .item.icona:after {
	left: 0;
    top: 10px;
    width: 128px;
    content: '';
    position: absolute;
    font-size: 65px;
    font-family: fontawesome;
    color: #009344;
    text-align: center;
}
.fascia-icone a.container-icon:hover .item.icona {
	border: 5px solid #009344;
	background-color: #009344;
}
.fascia-icone a.container-icon:hover .item.icona:after {
	color: #ffcc00;
}
.fascia-icone a.container-icon .item.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*text-align: center;*/
	margin-top: 15px;
	padding: 0 20px;
	color: #383838;
	line-height: 1.2;
}
.fascia-icone a.container-icon:hover .item.txt {
	color: #009344;
}
.fascia-icone a.container-icon .item.txt h1 {
	margin: 0;
	font-family: 'Jura', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #009344;
	text-transform: uppercase;
}
.fascia-icone a.container-icon .item.icona.iscritti:after {
	content: '\f040';
}
.fascia-icone a.container-icon .item.icona.nniscritti:after {
	content: '\f0ea';
}
.fascia-icone a.container-icon .item.icona.aziende:after {
	content: '\f275';
	font-size: 60px;
}
.fascia-icone a.container-icon .item.icona.incontra:after {
	content: '\f2b5';
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.5)";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* $ fascia icone */

/* fascia contributi */
.fascia-contributi {
	position: relative;
	z-index: 10;
}
.fascia-contributi .container-fluid {
	min-height: 320px;
	background-color: #009344;
}
.fascia-contributi .container-img {
    height: 364px;
	margin-top: -25px;
    border-radius: 3px;
    background-color: #939598;
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}
.fascia-contributi .container-img .image {
    display: block;
    height: 364px;
	border-radius: 3px;
    background: url(../img/img-contributi.png) center center no-repeat;
    background-size: cover;
    transform: rotate(-2deg);
}
.fascia-contributi .item {
	position: relative;
	width: 80%;
	margin-left: auto;
	padding-right: 61px;
	font-size: 38px;
	color: #383838;
	line-height: 1.2;
	text-transform: uppercase;
}
.fascia-contributi .item:after {
    position: absolute;
    right: 20px;
    top: 50%;
    content: '\f105';
    font-family: fontawesome;
    font-size: 60px;
    line-height: 0;
}
.fascia-contributi .item:hover {
	color: #ffcc00;
	text-decoration: none;
}
.fascia-contributi .item span {
	display: block;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
}
/* $ fascia contributi */

/* comparti */
.bg-comparti {
	position: relative;
	padding: 30px 0;
	background-color: #fff;
}
.bg-comparti:before {
	position: absolute;
	bottom: 0;
	right: 2%;
	width: 100%;
	max-width: 783px;
	height: 100%;
	max-height: 550px;
	content: '';
	background: url("../img/bg-comparti.png") no-repeat center bottom;
}
h2.titolo {
	margin: 40px 0 20px 0;
	font-size: 38px;
	color: #383838;
	text-transform: uppercase;
}
h2.titolo span {
	font-weight: 700;
	color: #009344;
}
.container-comparti {
	margin-bottom: 40px;
}
.container-comparti .box-comparti {
	height: 100%;
	padding: 20px;
	border: 1px solid #9d9d9d;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.6);
}
.container-comparti .box-comparti .titolo .icona-ombra {
	height: 65px;
	width: 65px;
	border-radius: 3px;
	background-color: #c7c7c7;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	
}
.container-comparti .box-comparti .titolo .icona-ombra .icona-titolo {
	height: 65px;
	width: 65px;
	border-radius: 3px;
	border: 1px solid #ffcc00;
	background-color: #fff;
	position: relative;
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}
.container-comparti .box-comparti .titolo .icona-ombra .icona-titolo:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 65px;
	content: '';
	font-family: fontawesome;
	font-size: 30px;
	color: #009344;
	text-align: center;
}
.container-comparti .box-comparti .titolo .icona-ombra .icona-titolo.garantito:before {
	content: '\f00c';	
}
.container-comparti .box-comparti .titolo .icona-ombra .icona-titolo.bilanciato:before {
	content: '\f24e';	
}
.container-comparti .box-comparti .titolo .icona-ombra .icona-titolo.dinamico:before{
	content: '\f201';	
}
.container-comparti .box-comparti .titolo h2 {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1rem;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
.container-comparti .box-comparti .titolo h2 a {
	color: #383838;
}
.container-comparti .box-comparti .titolo h2 a:hover {
	color: #009344;
	text-decoration: none;
}
.container-comparti .box-comparti .txt {
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #383838;
	line-height: 1.3;
	text-align: justify;
}
.container-comparti .box-comparti .valori {
	display: flex;
	padding: 1rem 0 0 0;
}
.container-comparti .box-comparti .valori.valore-quota {
	border-bottom: 1px dotted #383838;
	padding-bottom: 1rem;
}
.container-comparti .box-comparti .valori .icona {
	position: relative;
	width: 33px;
	height: 33px;
	background-color: #f0f0f0;
	border-radius: 3px;
	text-align: center;
}
.container-comparti .box-comparti .valori .icona:after {
	display: block;
	font-family: fontawesome;
	color: #009344;
	font-size: 25px;
	content: '';
	line-height: 33px;
}
.container-comparti .box-comparti .valori .icona.valore:after {
	content: '\f153';	
}
.container-comparti .box-comparti .valori .icona.rendimento:after {
	content: '\f080';
	font-size: 20px;
}
.container-comparti .box-comparti .valori .scritte {
	margin-left: .75rem;
	font-weight: 700;
}
.container-comparti .box-comparti .valori .scritte .titolo-grigio {
	font-size: 18px;
	color: #383838;
	text-transform: uppercase;
}
.container-comparti .box-comparti .valori .scritte .titolo-verde {
	margin-top: -5px;
	font-size: 24px;
	color: #009344;
	text-transform: uppercase;
}
.container-comparti .box-comparti .valori .scritte .numero {
	margin-top: -10px;
	font-size: 38px;
	color: #a4a4a4;
}

/* bottoni verdi */
a.bottoni-verdi {
	position: relative;
	width: 100%;
	min-height: 50px;
	margin: 35px 15px 0 15px;
	padding: 15px;
	border-radius: 5px;
	background-color: #009344;
	color: #fff;
	line-height: 1;
}
a.bottoni-verdi:hover {
	background-color: #ffcc00;
	text-decoration: none;
}
a.bottoni-verdi:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
	content: '\f105';
	font-family: fontawesome;
	font-size: 30px;
	color: #fff;
}
a.bottoni-verdi .icona {
	position: relative;
	height: 70px;
	width: 70px;
	margin-right: 20px;
	border: 3px solid #ffcc00;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	margin-top: -25px;
	margin-bottom: -25px;
}
a.bottoni-verdi .icona:after {
	display: block;
    content: '';
    font-family: fontawesome;
    font-size: 35px;
    color: #009344;
	line-height: 64px;
}
a.bottoni-verdi .icona.andamento:after {
	content: '\f002';	
}

a.bottoni-verdi .icona.appuntamento:after {
	content: '\f00e';	
}

a.bottoni-verdi .icona.politica:after {
	content: '\f185';	
}
a.bottoni-verdi .icona.video:after {
	content: '\f008';	
}
a.bottoni-verdi .txt {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
a.bottoni-verdi .txt span {
	color: #ffcc00;
}
a.bottoni-verdi:hover .txt span {
	color: #009344;
}
/* § comparti */

/* sub home */
.sub-home {
	position: relative;
	z-index: 1;
	padding: 1px 0;
	background-color: #fff;
}
.sub-home a.imag-sub-home {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 345px;
	margin-top: 25px;
	background-size: contain;
	text-align: center;
	text-transform: uppercase;
}
.sub-home a.imag-sub-home:hover {
	-webkit-filter: brightness(40%);
	filter: brightness(40%);
	text-decoration: none;
}
.sub-home a.imag-sub-home:after {
    position: absolute;
    bottom: -55px;
    left: 0;
	width: 100%;
	height: 55px;
	background: url("../img/ombra-img-sub-home.png") top center no-repeat;
    background-size: contain;
	content: '';
}
.sub-home a.imag-sub-home .txt {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.sub-home a.imag-sub-home.img-distinta {
	background: url("../img/image-sub-home/distinta-scuro.png") center center no-repeat;
}
.sub-home a.imag-sub-home.img-promuovere-fondo {
	background: url("../img/image-sub-home/promuovere-il-fondo.png") center center no-repeat;
}
.sub-home a.imag-sub-home.img-omissioni {
	background: url("../img/image-sub-home/pagare-contributi-scuro.png") center center no-repeat;
}
.sub-home a.imag-sub-home.img-iscr-azienda {
	background: url("../img/image-sub-home/iscrivere-azienda-scuro.png") center center no-repeat;
}
.sub-home a.imag-sub-home.img-anticipazione {
	background: url("../img/image-sub-home/anticipazione-scuro.png")center center no-repeat;
}
.sub-home a.imag-sub-home.img-riscatto {
	background: url("../img/image-sub-home/riscatto-scuro.png") center center no-repeat;
}
.sub-home a.imag-sub-home.img-pensione {
	background: url("../img/image-sub-home/pensione.png") center center no-repeat;
}
.sub-home a.imag-sub-home.img-rita {
	background: url("../img/image-sub-home/rita-scuro.png") center center no-repeat;
}

/* iscritti */
.btn-rendita {
	position: relative;
	padding-right: 3rem !important;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ffcc00;
	line-height: 1;
	font-size: 25px;
	color: #252525;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
}
.btn-rendita:hover {
	background-color: #ffcc00;
	color: #252525;
	text-decoration: none;
}
.btn-rendita:after {
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -24px;
	content: '\f105';
	font-size: 45px;
	font-family: fontawesome;
	color: #ffcc00;
}
.btn-rendita .fa {
	font-size: 62px;
	color: #ffcc00;
}
.btn-rendita:hover:after,
.btn-rendita:hover .fa {
	color: #009344;
}
.btn-rendita .txt {
	margin-left: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-rendita.btn-miapensione {
	background-color: #009344;
	border: 1px solid #ffcc00;
	color: #fff;
}
.btn-rendita.btn-miapensione:hover {
	background-color: #ffcc00;
	border: 1px solid #009344;
	color: #252525;
}

/* non iscritti */
.sub-home.non-iscritti {
	padding-bottom: 40px;
	border-top: 1px solid #e7e6e6;
}
.sub-home.non-iscritti .img-nn-iscritti {
	display: block;
	height: 100%;
	min-height: 446px;
	background-size: cover;
}
.sub-home.non-iscritti .img-nn-iscritti.come-funziona {
	background: url("../img/img-come-funziona.png") center center no-repeat;
}
.sub-home.non-iscritti .img-nn-iscritti.vantaggi {
	background: url("../img/img-vantaggi.png") center center no-repeat;
}
.sub-home.non-iscritti .img-nn-iscritti.come-fare-x-aderire {
	background: url("../img/img-come-fare-x-aderire.png") center center no-repeat;
}
.sub-home.non-iscritti a.testo-nn-iscritti {
    display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: flex-start;
    min-height: 335px;
	padding: 40px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #383838;
    text-align: left;
	text-decoration: none;
}
.sub-home.non-iscritti a.testo-nn-iscritti h1 {
	font-family: 'Jura', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #009344;
}
.sub-home.non-iscritti a.testo-nn-iscritti:hover h1 {
	color: #ffcc00;
}

/* bg verde */
.bg-verde {
	position: relative;
	background-color: #009344;
    padding: 3rem 0 0 0;
}
.bg-verde h2.titolo {
	margin: 40px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: 38px;
	color: #fff;
	text-transform: uppercase;
}
.bg-verde h2.titolo span {
	font-weight: 700;
	color: #ffcc00;
}

/* container icon */
.bg-verde a.container-icon {
	position: relative;
	height: 100%;
	text-decoration: none;
}
.bg-verde a.container-icon:before,
.bg-verde a.container-icon:after {
	position: absolute;
	top: 0;
	width: 0;
	height: 150px;	
	border-left: 5px dotted #c7c7c7;
	content: '';
}
.bg-verde a.container-icon:before {
	left: 0;
}
.bg-verde a.container-icon:after {
	right: 0;
}
.bg-verde a.container-icon .item.icona {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 5px solid #ffcc00;
	position: relative;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 0px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.4);
}
.bg-verde a.container-icon .item.icona:after {
	left: 0;
    top: 10px;
    width: 128px;
    content: '';
    position: absolute;
    font-size: 65px;
    font-family: fontawesome;
    color: #009344;
    text-align: center;
}
.bg-verde a.container-icon .item.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	padding: 0 20px;
	color: #fff;
	line-height: 1.2;
}
.bg-verde a.container-icon:hover .item.txt {
	color: #ffcc00;
}
.bg-verde a.container-icon .item.txt h1 {
	font-family: 'Jura', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.bg-verde a.container-icon.bianco:before,
.bg-verde a.container-icon.bianco:after {
	border-left: 5px dotted #fff;
}
.bg-verde a.container-icon.br-centro:before,
.bg-verde a.container-icon.br-centro:after {
	display: none;
}
/* aziende */
.bg-verde a.container-icon .item.icona.area-riservata:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/acc-area-riservata.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.decesso-lavoratore:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/certificato.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.org-incontro:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/incontro-con-fondo.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.norma:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/rispettare-la-norma.png") center center no-repeat;
    background-size: cover;
	content: '';
}
/* iscritti */
.bg-verde a.container-icon .item.icona.cambia-comparto:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/cambia-comparto.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.variare-contributi:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/variare-contributi.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.versare-intero-tfr:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/versare-intero-tfr.png") center center no-repeat;
    background-size: cover;
	content: '';
}
/*.bg-verde a.container-icon .item.icona.accedi-area-riservata:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/acc-area-riservata.png") center center no-repeat;
    background-size: cover;
	content: '';
}*/
.bg-verde a.container-icon .item.icona.comunicare-contributo:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/comunicare-contributo.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.chiedere-il-trasferimento:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/chiedere-il-trasferimento.png") center center no-repeat;
    background-size: cover;
	content: '';
}
/*.bg-verde a.container-icon .item.icona.variare-dati:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/variare-dati-anagrafici.png") center center no-repeat;
    background-size: cover;
	content: '';
}*/
.bg-verde a.container-icon .item.icona.reintegrare-anticipazione:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/reintegrare-anticipazione.png") center center no-repeat;
    background-size: cover;
	content: '';
}
a.container-icon .item.icona.designare-il-beneficiario:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/designare-il-beneficiario.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.confermare-adesione:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/confermare-adesione.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.versare-il-tfr-pregresso:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/versare-il-tfr-pregresso.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.premio-risultato:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/premio-risultato.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.effetture-un-versamento:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/effetture-un-versamento.png") center center no-repeat;
    background-size: cover;
	content: '';
}
.bg-verde a.container-icon .item.icona.attivare-contributi:after {
    top: 0px;
	left: -2px;
	height: 100%;
    max-height: 131px;
	background: url("../img/icone/attivare-contributi.png") center center no-repeat;
    background-size: cover;
	content: '';
}

/* all guide */
.hidden-guide {
	display: none;	
}
.all-guide {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.all-guide:before,
.all-guide:after {
	display: inline-block;
	position: relative;
	top: -7px;
	width: 45%;
	height: 2px;
	background-color: #fff;
	content: '';
	vertical-align: middle;
}
.all-guide:before {
	right: 1em;
    margin-left: -50%;
}
.all-guide:after {
    left: 1em;
    margin-right: -50%;
}
.all-guide a {
	display: inline-block;
	padding: 0 1rem;
	background-color: #009344;
	font-size: 40px;
	color: #fff;
	line-height: 0;
}
.all-guide a:hover {
    color: #ffcc00;
	text-decoration: none;
}
/* $ sub home */

/* interna */
.main {
	position: relative;
	padding: 40px 0;
	border-top: 1px solid #e7e6e6;
	background-color: #fff;
}
.col-left {
	border-left: 4px dotted #c7c7c7;
}
h1.titolo-interna {
	font-size: 2rem;
	font-weight: 700;
	color: #009344;
	text-transform: uppercase;
}
h2.categoria-interna {
	display: inline-block;
	padding: .625rem;
	background: #ffcc00;
	font-size: 1.25rem;
	font-weight: 700;
	color: #009344;
	text-transform: uppercase;
}
.data-interna {
	font-size: 1.25rem;
	font-weight: 700;
	color: #383838;
	text-transform: uppercase;
}

/* testo */
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #383838;
	text-align: justify;
}
.testo a:not(.btn) {
	font-weight: 700;
	color: #009344;
}
.testo a:not(.btn):hover {
	color: #ffcc00;
}
.testo img {
	max-width: 100%;
	height: auto;
}
.testo h1, .testo h2, .testo h3, .testo h4, .testo h5, .testo h6 {
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0em;
}
.testo h1 {
	font-size: 1.802rem;
    color: #009344;
}
.testo h2 {
	font-size: 1.602rem;
    color: #009344;
}
.testo h3 {
	font-size: 1.424rem;
    color: #009344;
}
.testo h4 {
	font-size: 1.266rem;
	color: #ffcc00;
}
.testo h5 {
	font-size: 1.125rem;
	color: #ffcc00;
}
.testo h6 {
	font-size: 1rem;
	color: #ffcc00;
}
.testo small {
	font-size: 0.889rem;
	color: #ffcc00;
}
.testo table {
	text-align: left;	
}
.testo .accordion .card {
	border-color: #fff;
}
.testo .accordion .card > .card-header {
	background-color: #009344;
}
.testo .accordion .card > .card-header .btn {
	display: block;
	width: 100%;
	position: relative;
	padding: 0;
	border: none;
	font-size: 1.25rem;	
	font-weight: 700;
    color: #fff;
	text-decoration: none;
	text-align: left;
}
.testo .accordion .card > .card-header .btn:after {
	position: relative;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	content: '\f056';
	font-family: fontawesome;
	color: #fff;
	line-height: 1;
}
.testo .accordion .card > .card-header .btn[aria-expanded="false"]:after {
	content: '\f055';
}
.testo .accordion .card > .card-header .btn:focus {
	box-shadow: none;
}
.testo .accordion .card .card-body {
	padding-left: 0;
	padding-right: 0;
}
/* § testo */

/* lista */
.lista {
}
.lista a {
	margin-top: 10px;
	color: #383838;
}
.lista-reserved a {
	margin-top: 25px;
}
.lista a:hover {
	text-decoration: none;
}
.lista a .icona-ombra {
	height: 40px;
	width: 40px;
	margin-right: 20px;
	border-radius: 3px;
	background-color: #c7c7c7;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.lista a .icona-ombra .icona {
	height: 40px;
	width: 40px;
	border-radius: 3px;
	border: 1px solid #ffcc00;
	background-color: #fff;
	position: relative;
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}
.lista a .icona-ombra .icona:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	content: '\f0c1';
    font-family: fontawesome;
    font-size: 24px;
    color: #009344;
	text-align: center;
}
.lista a .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2;
}
.lista a .title {
	font-family: 'Jura', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.lista a:hover .title {
	color: #ffcc00;
	text-decoration: none;
}
.lista a .title .info {
	font-family: 'Jura', sans-serif;
	font-weight: 400;
    color: #009344;
}
.lista a .title .novita-label {
	display: inline-block;
	padding: .05rem .15rem;
	background: #ffcc00;
	font-size: 16px;
	font-weight: 700;
	color: #009344;
	text-transform: uppercase;
}
.lista a .title .video-label {
	background: #009344;
	color: #fff;
}
.lista a .title .video-label:hover {
	color: #ffcc00;
}

/* icons */
.lista a .icona-ombra .icona.file:before {
	content: '\f016';
}
.lista a .icona-ombra .icona.file.text:before {
	content: '\f0f6';
}
.lista a .icona-ombra .icona.file.pdf:before {
	content: '\f1c1';
}
.lista a .icona-ombra .icona.file.word:before {
	content: '\f1c2';
}
.lista a .icona-ombra .icona.file.excel:before {
	content: '\f1c3';
}
.lista a .icona-ombra .icona.file.powerpoit:before {
	content: '\f1c4';
}
.lista a .icona-ombra .icona.file.image:before {
	content: '\f1c5';
}
.lista a .icona-ombra .icona.file.zip:before {
	content: '\f1c6';
}
.lista a .icona-ombra .icona.file.audio:before {
	content: '\f1c7';
}
.lista a .icona-ombra .icona.file.video:before {
	content: '\f1c8';
}
.lista a .icona-ombra .icona.link:before {
	content: '\f097';
}
.lista a .icona-ombra .icona.dir:before {
	content: '\f114';
}
.lista a .icona-ombra .icona.faq:before {
	content: '\f128';
}
.lista a .icona-ombra .icona.glossary:before {
	content: '\f02d';
}
.lista a .icona-ombra .icona.result:before {
	content: '';
}
.lista a .icona-ombra .icona.news:before {
	content: '\f0a1';
}

/* allegati */
.container-allegati {
    margin: 20px 0 30px 0;
	padding-top: 10px;
	border-top: 1px solid #009344;
}
/* § lista */

/* menu interna */
ul.menu-interno {
	width: 100%;
}
ul.menu-interno,
ul.menu-interno ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
ul.menu-interno ul ul {
	margin-left: 12px;
}
ul.menu-interno > li {
	margin-bottom: .3rem;
}
ul.menu-interno li a {
	position: relative;
    display: block;
	margin-top: -1px;
    padding: 8px 30px 9px 5px;
    background: transparent;
    border-bottom: 1px solid #cacaca;
    font-size: 14px;
    font-weight: 700;
    color: #383838;
}
ul.menu-interno li a:hover,
ul.menu-interno li a.active {
    border-bottom: 1px solid #ffcc00;
    background: #ffcc00;
    color: #383838;
	text-decoration: none;
}
ul.menu-interno li a:after {
	position: absolute;
	right: 10px;
	top: 4px;
	content: '\f105';
    font-size: 20px;
    font-family: fontawesome;
    color: #009344;
}
ul.menu-interno li a.active:after {
	content: '\f107';
}
ul.menu-interno > li > a {
    border: 1px solid #cacaca;
	border-radius: 3px;
}
ul.menu-interno > li > a:hover,
ul.menu-interno > li > a.active {
    border: 1px solid #009344;
	border-radius: 0;
    background: #009344;
	color: #fff;
}
ul.menu-interno > li > a:hover:after,
ul.menu-interno > li > a.active:after {
	color: #fff;
}
/* § menu interna */

/* andamento quota */
.quota {
	/*font-size: 22px;*/
}
.quota .graficoWrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 3rem;
	background: #ffcc00;
}
.quota .graficoWrap .grafico {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: .5rem;
}
.quota .graficoWrap .grafico .fa-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	font-size: 50px;
	line-height: 1;
}
.quota .tabellaMenu {
	display: flex;
}
.quota .tabellaMenu a {
	margin-right: .2rem;
	padding: .3rem .5rem;
	background: #009344;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	text-decoration: none;
}
.quota .tabellaMenu a.active {
	background: #ffcc00;
	color: #009344;
}
.quota .tabella {
	position: relative;
	min-height: 300px;
	margin-bottom: 3rem;
	padding: .5rem;
	border: .5rem solid #ffcc00;
	background: #fff;
}
.quota .tabella .fa-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	font-size: 50px;
	line-height: 1;
}
.quota .tabella table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
.quota .tabella table tr th {
	width: 50%;
	padding: .3rem .5rem;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #009344;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.quota .tabella table tr td {
	padding: .3rem .5rem;
	background: #F2FFFF;
	border-radius: 3px;
	text-align: center;
}
/* § andamento quota */

/* slider */
.slide_cont {
	margin-top: -3rem;
	margin-bottom: 3rem;
	padding-bottom: 5px;
	background: #ffcc00;
}
.slide_cont .slide_label {
	display: block;
    position: relative;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
    vertical-align: baseline;
}
.slide_cont .slider-handle {
	background: #009344;
}
.slide_cont .slider.slider-horizontal {
	display: block;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.slide_cont .slider-selection {
	background: #868686;
}
.slide_cont .slider-track-high, .slide_cont .slider-track-high,
.slide_cont .slider-track-low, .slide_cont .slider-track-low {
	background: #EAEEF4;
}
/* § slider */

.search_results {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #383838;
}
.search_results a:not(.btn) {
	font-weight: 700;
	color: #009344;
}
.search_results a:not(.btn):hover {
	color: #ffcc00;
}
.search_results .title {
	font-family: 'Jura', sans-serif;
	font-size: 18px;
}
.search_results .url {
	font-family: 'Jura', sans-serif;
	font-size: 18px;
	color: #ffcc00;
}
/* $ interna */

/* Login */
.login-label {
	font-weight: 700;
	color: #009344;
}
.login a,
.login a:hover,
.login-retrieve,
.login-retrieve:hover {
	font-weight: 700;
	color: #009344;
}
/* § Login */

/* Reserved */
.search-reserved {
	position: relative;
	padding: 40px 0 0 0;
	border-top: 1px solid #e7e6e6;
	background-color: #fff;
}
.search-reserved .user-btn {
	/*cursor: default !important;*/
	flex: 1 1 100%;
}
.search-reserved .user-btn:hover {
	background-color: #009344;
	border-color: #009344;
	color: #fff;
}
/* § Reserved */

/* suggest results */
#sresults {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 100%;
	width: 100%;
	border: 1px solid #c0c0c0;
	background-color: #f2f2f2;
}
#sresults .item {
	padding: .1875rem;
	border-bottom: 1px solid #c0c0c0;
}
#sresults .item:last-child {
	border-bottom: 0;
}
#sresults .item:hover {
	background-color: #ededed;
	cursor: pointer;
}

/* tutorial */
.tutorial-page {
	position: relative;
	z-index: 1;
	padding: 1px 0;
	background-color: #fff;
}
.tutorial-page .imag-tutorial-page {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 345px;
	margin-top: 25px;
	background-size: contain;
	text-align: center;
	text-transform: uppercase;
}
.tutorial-page .imag-tutorial-page:after {
    position: absolute;
    bottom: -55px;
    left: 0;
	width: 100%;
	height: 55px;
	background: url("../img/ombra-img-sub-home.png") top center no-repeat;
    background-size: contain;
	content: '';
}
.tutorial-page .imag-tutorial-page.img-tutorial {
	background: url("../img/tutorial.jpg") center center no-repeat;
}
.tutorial-link {
    position: relative;
    height: 100%;
    text-decoration: none;
}
.tutorial-link:hover {
    text-decoration: none;
}
.tutorial-link:after {
    position: absolute;
    top: 0;
	right: 0;
    width: 0;
	height: 0;
	padding-top: calc(56.25% - 24px);
    border-left: 5px dotted #fff;
    content: '';
}
.tutorial-item:nth-child(3n+1) .tutorial-link:before {
    position: absolute;
    top: 0;
	left: 0;
    width: 0;
	height: 0;
	padding-top: calc(56.25% - 24px);
	border-left: 5px dotted #fff;
    content: '';
}
.tutorial-link .thumb {
    position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tutorial-link .thumb:before {
	display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    content: '\f144';
	font-family: fontawesome;
	font-size: 60px;
	color: #009344;
	opacity: 0.8;
}
.tutorial-link .thumb:hover:before {
	color: #fff;
}
.tutorial-link .txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    padding: 0 20px;
    color: #fff;
    line-height: 1.2;
}
.tutorial-link .txt h1 {
    font-family: 'Jura', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
/* § main */
