/* Stile globale */

.skip-link{
	position:absolute;
	left:-9999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:10000;
}
.skip-link:focus{
	position:fixed;
	left:1rem;
	top:1rem;
	width:auto;
	height:auto;
	padding:0.75rem 1.25rem;
	background:#124e2a;
	color:#ffffff;
	font-weight:700;
	border-radius:4px;
	outline:3px solid #ffaf4b;
	outline-offset:2px;
	text-decoration:none;
}
:focus-visible{
	outline:2px solid #ffaf4b;
	outline-offset:2px;
}
main:focus{ outline:none; }

html,
body {
    height: 100%;
	font-family: 'Lato', sans-serif;
	margin:0;
	padding:0;
	}

body {
	font-size:16px;
	background-color:#ffffff;
	}

div{
	margin:0;
	padding:0;
	height:auto;
	width:auto;
	}

h1, h2, h3, h4{
	margin:0;
	padding:0;
	}

ul li{
	list-style:none;
	}
	
p{ 
font-size:13px;
font-weight:400;
}
	
.a,
.a:hover,
.a:visited,
.a:visited:active,
.a:active{color:#207443;}
	
.title-page h1{
	font-size:27px;
	font-weight:bold;
	color:#000000;
	font-style:italic;
	}
	
.title-page .sub-title{
	font-size:15px;
	font-weight:bold;
	font-style: italic;
	}
	
.rosso{
	color: #FF0000;
	}

.verde{
	color: #207443;
	}

.nero{
	color:#000000;
	}
	
.bianco{
	color: #fbfbfb;
	}
	
.btn-app{
	float:right;
	display:inline;
	margin:5px 15px 15px 0;
	}
.btn-app img{
	max-width:130px;
	}

.contatti-m{
	text-align:right;
	font-size:14px;
	}
.contatti-m a{
	color:#000000;
	}
	
.contatti-m .link-contatti{
	color: #207443;
	text-decoration:underline;
	font-weight:bold;
	}
.contatti-m .link-contatti:hover{
	color: #124e2a;
	text-decoration:underline;
	}

	
.numeroverde{
	margin:5px auto !important;
	width:215px !important;
	}
.text-nv{
	font-size:10px;
    margin: 0 auto 5px auto;
	}
.text-nv strong{
	display:block;
	}
	
.navbar-verde{
	background: rgba(18,78,42,1);
	background: -moz-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,78,42,1)), color-stop(100%, rgba(32,116,67,1)));
	background: -webkit-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -o-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -ms-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: linear-gradient(to bottom, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124e2a', endColorstr='#207443', GradientType=0 );
	color:#ffffff;
	margin-bottom:0;
	}
	
#navbar{
	padding:0 !important;
	}

.navbar-nav{
	margin-left: 10px !important;
    margin-right: 10px !important;
	border-left: 1px solid #207443;
	}
	
.navbar-verde .container-fluid{
	padding:0 !important;
	}

	
.navbar-nav>li>a{
	padding-left:15px !important;
	padding-right:15px !important;
	border-right:none;
	color:#ffffff !important;
	border-right:1px solid #207443;
	min-width: 150px;
	padding-top:7px;
	padding-bottom:7px;
	}
.navbar-nav>li>a:hover{
	background: rgba(18,78,42,1);
	background: -moz-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(18,78,42,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,78,42,1)), color-stop(100%, rgba(18,78,42,1)));
	background: -webkit-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(18,78,42,1) 100%);
	background: -o-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(18,78,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(18,78,42,1) 100%);
	background: linear-gradient(to bottom, rgba(18,78,42,1) 0%, rgba(18,78,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124e2a', endColorstr='#124e2a', GradientType=0 );
	}
	
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff !important;
	background: rgba(18,78,42,1);
	background: -moz-linear-gradient(top, rgba(32,116,67,1) 0%, rgba(18,78,42,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,116,67,1)), color-stop(100%, rgba(18,78,42,1)));
	background: -webkit-linear-gradient(top, rgba(32,116,67,1) 0%, rgba(18,78,42,1) 100%);
	background: -o-linear-gradient(top, rgba(32,116,67,1) 0%, rgba(18,78,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(32,116,67,1) 0%, rgba(18,78,42,1) 100%);
	background: linear-gradient(to bottom, rgba(32,116,67,1) 0%, rgba(18,78,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207443', endColorstr='#124e2a', GradientType=0 );
}
.navbar-nav .last>a{
	border:none !important;
	}

.navbar-nav>li>a .glyphicon{
	margin-right:5px;
	font-size:16px;
	color:#ebebeb;
	text-shadow:1px 2px 0 rgba(0,0,0,0.2);	
	}

.navbar-nav>li>a span{
    font-family: 'Lato', sans-serif !important;
	font-size:15px !important;
	text-transform:uppercase !important;
	font-weight:500 !important;
	letter-spacing:0.5px !important;
	text-shadow:1px 2px 0 rgba(0,0,0,0.2) !important;
	}
.navbar-nav>li>a .s-menu{
    font-family: 'Lato', sans-serif !important;
	font-size:12px !important;
	color:#ebebeb !important;
	text-transform:none !important;
	font-weight:500 !important;
	letter-spacing:normal !important;
	}
	
#menu-ric{
	background: rgba(255,146,10,1);
	background: -moz-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,146,10,1)), color-stop(100%, rgba(255,175,75,1)));
	background: -webkit-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
	background: -o-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
	background: linear-gradient(to bottom, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b', GradientType=0 );
	color: #ffffff;
	}
	
.navbar-nav>#menu-ric>a:hover{
	background: #f28500;
	}
	
.bianca{
	color:#000000;
	background-color:#ffffff;
	display:block;
	background-image:url(../img/gray.png);
	background-repeat:repeat;
	}

.bianca .container{
	padding-top:15px;
	border-left:2px solid #c9c9c9;
	border-right:2px solid #c9c9c9;
	background-color:#ffffff;}

.bianca .container .row,
.nera .container .row,
.copy .container .row{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.bianca .container .row > [class*="col-"],
.nera .container .row > [class*="col-"],
.copy .container .row > [class*="col-"],
.bianca .container .row > .footer > [class*="col-"]{
	padding-right: 15px;
	padding-left: 15px;
}
/* Wrapper intermedi che spezzano la flex-grid: ripristino flex sul wrapper */
.nera .container .row > .footer,
.bianca .container .row > .footer{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
/* index.php: il middle col-sm-12 contiene 3 col senza row interna — forzo grid sui figli col-* */
.bianca .container .row > .col-sm-12 > .col-sm-3,
.bianca .container .row > .col-sm-12 > .col-sm-6{
	float: none;
}
.bianca .container .row > .col-sm-12.row-inner-flex{
	display: flex;
	flex-wrap: wrap;
}


		
.nera{
	background-color:#222222;
	color:#ffffff;
	border-top:3px solid #124e2a;
	}

.nera .container{
	padding-top:0;
	border-left: none;
	border-right: none;
	background-color:#222222;}

.sep{
	width: 100%;
    background-color: #c9c9c9;
    height: 1px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
	}

.footer{
	padding-top:15px;
	padding-bottom:15px;
	}
	
.newsletter{
	background-color: #333333;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #555555;
	border-bottom:3px solid #444444;
    height: auto;
	margin-bottom:15px;
	}
	
.newsletter h4{
	font-size:18px;
	color: #ffffff;
	text-align:center;
	display:block;
	font-weight:bold;
	margin-top:10px;
	}
.newsletter form{
	display:block;
	margin-top:0;
	}
	
.newsletter form input{
	width:100%;
	border-radius: 3px;
	height:40px;
	}
	
.newsletter form .privacy{
	width:100%;
	border-radius: 3px;
	height:20px;
	width:20px;
	margin-top:2px;
	}
.privacy-label{
	font-weight:normal; 
	color:#999999; 
	font-size:12px;
	margin-top:10px;
	}

.newsletter .campo{
	margin-bottom: 5px;
    margin-top: 18px;
	}
	
.btn-footer{
	margin-top:18px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	border:1px solid #ff7d05;
	border-bottom: 2px solid #ae5503;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:16px;
	display:block;
	text-decoration:none;
	background: linear-gradient(210deg, #ff7d05, #fbab26, #ff7d05);
	background-size: 600% 600%;
	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;
	-o-animation: AnimationName 5s ease infinite;
	animation: AnimationName 5s ease infinite;
	}
	@-webkit-keyframes AnimationName {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-moz-keyframes AnimationName {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-o-keyframes AnimationName {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@keyframes AnimationName { 
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}

.btn-footer:hover{
	margin-top:18px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	border:2px solid #ae5503;
	border-bottom: 2px solid #ae5503;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:20px;
	display:block;
	text-decoration:none;
	background: linear-gradient(210deg, #ae5503, #df6c03, #ae5503);
	background-size: 600% 600%;
	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;
	-o-animation: AnimationName 5s ease infinite;
	animation: AnimationName 5s ease infinite;
	}
	@-webkit-keyframes AnimationName {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-moz-keyframes AnimationName {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-o-keyframes AnimationName {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@keyframes AnimationName { 
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	
.banner-home{
	width:100%;
	margin: 0 auto;
	}
	
.copy{
	background-color: #000000;
    color: #999999;
    font-size: 12px;
    text-align: center;
    padding: 15px;
    margin-bottom: -20px;
    margin-top: -5px;
}
.copy .container{
	background-color:#000000;
	color:#999999;
	font-size:12px;
	text-align:center;
	border-left: none;
	border-right: none;
	padding:0 !important;
}

.copy a{ 
	color:#999999;
	}


.copy a:hover{ 
	color:#076B35;
	}

.offers,
.newsletter{
	position: relative;
}

.offers .loader,
.newsletter .loader2{
	background: white url( '../img/ajax-loader.gif' ) no-repeat center center;
	height: 100%;
	left: 0;
	position: absolute;
	top: -2px;
	width: 100%;
	z-index: 9999;
	display: none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #076b35;
	border-left-color: #07a550;
	border-right-color: #07a550;
	border-bottom-color: #076b35;
}


/* Box Numeri Verdi */
.box-numeri-verdi{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin: 0 0 20px;
	box-shadow: 2px 0 0 #cecdcd, -2px 0 0 #cecdcd, 0 2px 0 #cecdcd, 0 -2px 0 #cecdcd, 1px 1px #cecdcd, -1px -1px 0 #cecdcd, 1px -1px 0 #cecdcd, -1px 1px 0 #cecdcd;
}

.box-numeri-verdi .titolo{
	color: #333333;
	padding: 0 10px;
	font-weight:bold;
	font-size: 16px !important;
	margin: 0 auto!important;
}

.box-numeri-verdi iframe{
	height: 240px;
	margin: 0 auto;
	width: 100%;
}

.box-numeri-verdi .bordi{
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 10px;
}

.box-numeri-verdi .table{
	width: 100%;
	margin: 0;
	table-layout: fixed;
}

.box-numeri-verdi caption{
	margin: -10px auto 5px;
    width: 100%;
	color: #656565;
	font-size: 12px;
	line-height: 14px;
	text-align:center;
}

.box-numeri-verdi a{
	font-size: 24px;
    line-height: 34px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #c9d7cf;
    width: 100%;
    margin: 0 auto 3px auto;
	font-weight:bold;
}

.box-numeri-verdi a .glyphicon{
	color:#207443;
	font-size:20px;
	margin-left:15px;
}

.box-numeri-verdi .nero{
	color: #000000;
}

.box-numeri-verdi .bianco{
	color: #207443; 
}

.box-numeri-verdi .ultimo {
    border: none;
}

.box-numeri-verdi .carrello {
	display: inline-block;
	height: 0;
	width: 0;
	background-position: -738px -395px;
	margin: 0 auto;
	visibility:hidden;
}

.box-numeri-verdi td{
	padding: 0 !important;
	border: none !important;
}

.box-numeri-verdi select{
	font-size: 16px;
    margin: 3px 0 0;
    padding: 5px 10px;
	text-align: center;
}

.box-numeri-verdi .bordino{
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: white;
	color:#333333;
}

.box-numeri-verdi .link{
	font-size: 14px;
	color: white;
	padding: 0 12px;
	padding: 10px;
}

.box-numeri-verdi .info{
	font-size: 16px;
	color: #1a400a;
	padding: 7px 0;
}
.top100 .colore,
.top200 .colore,
.top300 .colore,
.top500 .colore{
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
	background: rgba(18,78,42,1);
	background: -moz-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,78,42,1)), color-stop(100%, rgba(32,116,67,1)));
	background: -webkit-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -o-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -ms-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: linear-gradient(to bottom, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124e2a', endColorstr='#207443', GradientType=0 );
	}	

.box-numeri-verdi .link{
	text-align: right;
}

.box-numeri-verdi .link-pagina{
	color: white;	
}

.box-home{
	background-color:#f7f7f7;
	border: 1px solid #c9c9c9;
	border-radius:5px;
	border-bottom:3px solid #c9c9c9;
	margin-bottom:15px;
	margin-left:-10px;
	margin-right:-10px;
	padding:10px;
	font-size:13px;
	text-align:justify;
	color: #000000;
	}

.box-home:hover{
	box-shadow: 0 0 15px #999999;
	}

.box-home ul {
	padding:0;
	}

.box-home ul li{
	list-style:none;
	margin-left:15px;
	text-align:justify;
	}

.box-home ul li a{
	margin-left: -5px;
	}
.box-home ul li img{
	margin-left:-15px;
	float: left;
	}
	
.box-home strong a{
	font-size:12px;
	color:#ffffff;
	background: rgba(18,78,42,1);
	background: -moz-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,78,42,1)), color-stop(100%, rgba(32,116,67,1)));
	background: -webkit-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -o-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -ms-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: linear-gradient(to bottom, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124e2a', endColorstr='#207443', GradientType=0 );
	padding:3px;
	margin:-10px;
	margin-bottom:15px;
	text-align:center;
	display:block;
	border-radius:5px 5px 0 0;
	text-shadow:1px 2px 0 rgba(0,0,0,0.2);
	}
	
.box-home strong a:hover{
	text-decoration:none;
	}
	
.box-home h4,
.box-home h3,
.box-home h2{
	font-size:14px;
	color:#ffffff;
	background: rgba(18,78,42,1);
	background: -moz-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,78,42,1)), color-stop(100%, rgba(32,116,67,1)));
	background: -webkit-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -o-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: -ms-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	background: linear-gradient(to bottom, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124e2a', endColorstr='#207443', GradientType=0 );
	padding:3px;
	margin:-10px;
	margin-bottom:15px;
	text-align:center;
	border-radius:3px 3px 0 0;
	text-shadow:1px 2px 0 rgba(0,0,0,0.2);
	}
    
	
.box-home img{
	margin:0 auto;
	}
	
.box-home .link-img img{
	margin:0 auto;
	}
	
.box-home .link-img{
	margin: 0 auto;
	display:block;
	text-align:center;
	}

.sep-footer{
	width: 100%;
    background-color: #666666;
    height: 1px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
	}

.contatti-footer {
	color:#d1d1d1;
	font-size:13px;
	}


.contatti-footer a{
	font-size:13px;
	color: #d1d1d1;
	}
	
.link-utili-footer{
	font-size:13px;
	color:#d1d1d1;
	}

.link-utili-footer h5{
	font-size:15px;
	color:#ffffff;
	}
	
.link-utili-footer a{
	color:#d1d1d1;
	}
.link-utili-footer a:hover{
	color:#ffffff;
	}

.link-utili-footer a .freccia-footer{
	float:left;
	margin-right:5px;
	height: 10px;
	width:6px;
	margin-top:4px;
	}
	
.social-footer h5{
	font-size:15px;
	color: #ffffff;}
	
.social-footer a {
	text-decoration: none;
}

.social-footer a img{
	max-width: 35px;
	margin-right: 5px;
	margin-top: 5px;
}
.loghi-footer a{
	display:inline-block;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
	}
	
.loghi-footer a img{
	height:38px;
	width:auto;
	}

.box-ricarica,
#box-tariffe-footer,
.box-faq{
	color:#333333;
	display:block;
	padding:10px;
	border:1px solid #c9c9c9;
	border-bottom:3px solid #c9c9c9;
	border-radius: 5px;
	margin-bottom:15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9c9c9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9c9c9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9c9c9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 12px;
	min-height:160px;
	}

.box-ricarica{
	text-align:center;
	}
	
.box-ricarica .img-ricarica{
	margin: -10px;
	}
	
.box-ricarica:hover,
.box-faq:hover{
	box-shadow: 0 0 15px #999999;
	text-decoration:none;
	color: #333333;
	}

.box-ricarica h4{
	font-size:16px;
	}
	
#box-tariffe-footer{
	background-image: url(../img/box-tariffe-footer.png);
	background-repeat: no-repeat;
	background-position:right;
	}

#box-tariffe-footer h4{
	font-weight:bold;
	}
	
#box-tariffe-footer p{
	background-color:#ffffff;
	padding:3px 3px 3px 0;
	display:inline-block;
	border-radius:3px;
	}
	
.box-faq img{
	max-width:50px;
	display:block;
	margin: 0 auto;
	}

#form-login{
	width:200px;
	margin:0 auto;
	text-align:center;
	}

.box-pubblicita .sub-title{
	color:#333333 !important;
	font-size: 10px !important;
	}

.box-pubblicita img{
	margin:0 auto;
}

.box-home .btn-app-sidebar img{
	margin:15px auto 0 auto;
	padding:0 16px;
	}
	
.box-home .img-app{
	max-width:150px;
	margin:0 auto 15px auto;
	}
	
.box-home .text-small{
	font-size:11px;
	line-height:16px;
	}
	
.nvlist .nv{
	margin-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}	

.row-num{
	margin: 0 !important;
	}
	
.intronv{
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	background: #124e2a;
    background: -moz-linear-gradient(top, #124e2a 0%, #207443 100%);
    background: -webkit-linear-gradient(top, #124e2a 0%,#207443 100%);
    background: linear-gradient(to bottom, #124e2a 0%,#207443 100%);
	color:#ffffff;
	text-align:center;
	display:block;
	padding:10px;
	letter-spacing:1px;
	margin-top:30px;
}
.boxoffertanatale{
  background: rgb(232,65,65);
  background: -moz-linear-gradient(0deg, rgba(232,65,65,1) 0%, rgba(156,10,10,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(232,65,65,1) 0%, rgba(156,10,10,1) 100%);
  background: linear-gradient(0deg, rgba(232,65,65,1) 0%, rgba(156,10,10,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e84141",endColorstr="#9c0a0a",GradientType=1);
}
.btn-nv{
	font-size:20px;
	color: #000000;
	display: block;
	background-color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	}
	
.btn-nv:hover{
	color: #124e2a;
	text-decoration:none;
	}

.btn-nv .altri-num{
	color: green ;
	margin: 0 2px;
	}
	
.btn-nv .glyphicon{
	color: green
	}

.Stile6 {
	color: #336600;
	font-family: 'Lato', sans-serif;
	font-size: 23px !important;
	font-weight: bold;
}

#loginLC input{
	width:100%;
	}
.p-login{
	margin:0;
	padding:0;
	font-size:11px;
	text-align:left;
	}
	
.btn-login{
	float:right;
	margin-top:10px !important;
	margin-bottom:10px !important;
	}
	
.link-recupero{
	display:block;
	text-align:center;
	color: #407839
	}
	
.form-recupero input{
	width:100%;
	}

.btn-recupero{
	background-color: #407839;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	display:block;
	border: 1px solid #407839;
	border-bottom: 3px solid #1e4719;
	width:100%;
	}
	
.btn-recupero:hover{
	background-color: #1e4719;
	border:1px solid #1e4719;
	border-bottom:3px solid #1e4719;
	}

.othernumbers_cont {
	background: white;
	border: 1px solid #c9c9c9;
	display: none;
	height: 410px;
	position: absolute;
	z-index: 999;
}

.othernumbers{
	height: 410px;	
	margin: 0 auto;
	overflow-y: scroll;
	width: 210px;
}

.othernumbers a{
	width: auto;
	font-size: 16px;
    margin: 0;
    padding: 2px;
    line-height: 0;
    padding-top: 0;
}

.othernumbers a .glyphicon{
	width: auto;
	font-size: 16px;
    margin-top: 2px;
    padding: 2px;
}

.selectpicker,
.selectpicker:hover,
.selectpicker:visited,
.selectpicker:visited:active,
.selectpicker:active{
	background: rgba(28,117,64,1);
	background: -moz-linear-gradient(top, rgba(28,117,64,1) 0%, rgba(38,153,84,1) 53%, rgba(28,117,64,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,117,64,1)), color-stop(53%, rgba(38,153,84,1)), color-stop(100%, rgba(28,117,64,1)));
	background: -webkit-linear-gradient(top, rgba(28,117,64,1) 0%, rgba(38,153,84,1) 53%, rgba(28,117,64,1) 100%);
	background: -o-linear-gradient(top, rgba(28,117,64,1) 0%, rgba(38,153,84,1) 53%, rgba(28,117,64,1) 100%);
	background: -ms-linear-gradient(top, rgba(28,117,64,1) 0%, rgba(38,153,84,1) 53%, rgba(28,117,64,1) 100%);
	background: linear-gradient(to bottom, rgba(28,117,64,1) 0%, rgba(38,153,84,1) 53%, rgba(28,117,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7540', endColorstr='#1c7540', GradientType=0 );
	color:#ffffff !important;
	border: none !important;
}

.othernumbers .last{
    font-size: 16px;
    color: #0a7e0e;
    margin-top: 15px;
    height: 18px !important;
}

.othernumbers .last .glyphicon{
	margin:0 !important;
	margin-top: -10px !important;
}

.othernumbers_super{
	width: 210px;
	margin: 0px auto;
	overflow: hidden;
}

.othernumbers .text{
	margin-left: 7px;
}

.othernumbers .glyphicon-zoom-in{
	margin: 7px;
}

.btn-fax{
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: #ff9c00;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #cc7e04;
    letter-spacing: 2px;
    margin-top: 15px;
}

.btn-fax:hover{
    background: #cc7e04;
    color: #ffffff;
}


.loader-new{
    height: 370px;
    display: inline-block;
    width: 100%;
    background-color: white;
    /*background-image: url('../img/box-home-loader.png');*/
    background-image: url('../img/box-home-loader.gif');
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    margin: -10px auto -15px auto !important;
    padding: 0 !important;   
}

.title-homepage{
    text-align: center;
    font-size:22px;
    margin-bottom:10px;
}

.privacy-list li{
	list-style: circle !important;
	font-size:13px;
}
.warning-message{
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #ebebeb;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #cccccc;
}

button#ihavecookiesBtn {
	margin-left: 0px !important;
}
#gdpr-cookie-message {
	position: fixed;
	left: 0;
	bottom: 30px;
	max-width: 375px;
	background: rgba(18,78,42,1);
  background: -moz-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,78,42,1)), color-stop(100%, rgba(32,116,67,1)));
  background: -webkit-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
  background: -o-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
  background: -ms-linear-gradient(top, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
  background: linear-gradient(to bottom, rgba(18,78,42,1) 0%, rgba(32,116,67,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124e2a', endColorstr='#207443', GradientType=0 );

	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	font-family: system-ui;
	z-index: 9999;
}

button#ihavecookiesBtn {
	margin-left: 0px !important;
}
#gdpr-cookie-message {
	position: fixed;
	bottom: 30px;
	max-width: 530px;
	background-color: #000000;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
  margin-right: 30px;
	font-family: system-ui;
	z-index: 9999;
}
#gdpr-cookie-message h4 {
	color: #ffffff;
	font-family:"Open Sans",sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#gdpr-cookie-message h5 {
	color: #ffffff;
	font-family:"Open Sans",sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	font-family:"Open Sans",sans-serif;
	color: #ebebeb;
	font-size: 15px;
	line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 30%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: blue;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: blue;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,button#ihavecookiesBtn {
	border: none;
	background: white;
	color: black;
	font-family:"Open Sans",sans-serif;
	font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
	padding: 7px 15px;
	border-radius: 50px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: black;
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: black;
  margin-left: 0;
  float: left
}
button#gdpr-cookie-discard {
	background: white;
	color: black;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
	height: 15px !important;
}
.btn-dettagli-cookie{
  font-size: 12px;
  display: inline-block;
  width: 100%;
  border: none;
}

.cookie-header{
  position: absolute;
  top: -47px;
  left: 0;
  display: flex;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.cookie-footer{
  position: absolute;
  bottom: -54px;
  left: 0;
  display: flex;
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.btnAccordion{
  display: block;
  width: 100%;
  text-align: left;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #666;
}
.btnAccordion i{
  float: right;
  margin-top: 3px;
  font-size: 20px;
  color: #666;
}
.boxAccordion{
  padding: 15px 10px 0 10px;
  border: 1px solid #666;
  border-top: none;
  margin-top: -5px;
  font-size: 14px !important;
  margin-bottom: 15px;
  border-radius: 0 0 5px 5px;
}
.cookie-text p{
  font-size: 16px;
}
.cookie-text ul li{
  font-size: 16px;
}


.container-check {
	display: block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	line-height: 30px;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border:2px solid #cccccc;
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
	background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
	left: 9px;
	top: 5px;
	width: 9px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#telecomando {
    position: fixed;
    background: 0 0;
    left: 0;
    bottom: 30px;
    border-radius: 0 5px 5px 0;
    z-index: 999;
}
#telecomando .pulsante-tel{
	display: block;
	float: left;
	clear: both;
	width: 40px;
	height: 40px;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	margin-bottom: 2px;
}

.pulsante-tel button{
	display: block;
	height: 40px;
	width: 40px;
	color: #ffffff !important;
	border-radius: 0 4px 4px 0;
	text-decoration: none !important;
  border: none;
}

.pulsante-tel i{
	text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  margin-top: 10px;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.2);
}
.pulsante-green{
	background-color: rgba(18,78,42,1);
}
.pulsante-green:hover,
.pulsante-green:focus{
	background-color: rgba(32,116,67,1);
}