@charset "iso-8859-1";

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/ubuntu-v14-latin-regular.eot'); 
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('/fonts/ubuntu-v14-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/ubuntu-v14-latin-regular.woff2') format('woff2'), 
       url('/fonts/ubuntu-v14-latin-regular.woff') format('woff'), 
       url('/fonts/ubuntu-v14-latin-regular.ttf') format('truetype'), 
       url('/fonts/ubuntu-v14-latin-regular.svg#Ubuntu') format('svg');
	font-display: swap;
}

/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/ubuntu-v14-latin-italic.eot'); 
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'),
       url('/fonts/ubuntu-v14-latin-italic.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/ubuntu-v14-latin-italic.woff2') format('woff2'), 
       url('/fonts/ubuntu-v14-latin-italic.woff') format('woff'), 
       url('/fonts/ubuntu-v14-latin-italic.ttf') format('truetype'), 
       url('/fonts/ubuntu-v14-latin-italic.svg#Ubuntu') format('svg'); 
	font-display: swap;
}

/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/ubuntu-v14-latin-500.eot'); 
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('/fonts/ubuntu-v14-latin-500.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/ubuntu-v14-latin-500.woff2') format('woff2'), 
       url('/fonts/ubuntu-v14-latin-500.woff') format('woff'), 
       url('/fonts/ubuntu-v14-latin-500.ttf') format('truetype'), 
       url('/fonts/ubuntu-v14-latin-500.svg#Ubuntu') format('svg'); 
	font-display: swap;
}

/* ubuntu-500italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/ubuntu-v14-latin-500italic.eot'); 
  src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),
       url('/fonts/ubuntu-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/ubuntu-v14-latin-500italic.woff2') format('woff2'), 
       url('/fonts/ubuntu-v14-latin-500italic.woff') format('woff'), 
       url('/fonts/ubuntu-v14-latin-500italic.ttf') format('truetype'), 
       url('/fonts/ubuntu-v14-latin-500italic.svg#Ubuntu') format('svg'); 
	font-display: swap;
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;

  src: url('/fonts/ubuntu-v14-latin-700.eot'); 
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('/fonts/ubuntu-v14-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/ubuntu-v14-latin-700.woff2') format('woff2'), 
       url('/fonts/ubuntu-v14-latin-700.woff') format('woff'), 
       url('/fonts/ubuntu-v14-latin-700.ttf') format('truetype'), 
       url('/fonts/ubuntu-v14-latin-700.svg#Ubuntu') format('svg'); 
   font-display: swap;
}

/* ubuntu-700italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/ubuntu-v14-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),
       url('/fonts/ubuntu-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/ubuntu-v14-latin-700italic.woff2') format('woff2'), 
       url('/fonts/ubuntu-v14-latin-700italic.woff') format('woff'), 
       url('/fonts/ubuntu-v14-latin-700italic.ttf') format('truetype'), 
       url('/fonts/ubuntu-v14-latin-700italic.svg#Ubuntu') format('svg'); 
	font-display: swap;
}

*{
	margin:0;
	padding:0;
	font-family: Ubuntu, Helvetica, sans-serif;
	box-sizing: border-box;

}

a {
	color:#000;
	text-decoration:none;
	border-style:none;
}

body { 
  color:#333;
  background-color: #FFF;
  background: url(/img/background_1_1366x768.webp) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#bantop{

	padding: 0px;
	width: 100%; 
	height: 190px; 
	overflow: hidden;
	font-size: 42px;
	font-weight:bold;
	margin-bottom: 6px;
    	
}

#bantop-txt{

	height: 190px; 
	display:table;
}

#bcookie {
	position: relative;
	color: #FFF;
	background: rgba(153,153,153,0.8);
}


#bottomp{
	background: #FFF;
	height: 10px;
    position:relative;
    z-index:2;
}

.boxcontdx {
	position: absolute;
	right: 0px;
	width: 250px;
	color: #fff;
	background-color: #FF6600;
	padding:6px 0 6px 10px;
}

.boxcontdx a{
	color: #fff;
	text-decoration:none;
}

.boxregsx {
	position: absolute;
	left: 0px;
	width: 250px;
	color: #fff;
	background-color: #87CFF5;
	padding:6px 0 6px 10px;
}

.boxregsx a{
	color: #fff;
	text-decoration:none;
}

#boxlogos{
	background: rgba(255, 255, 255, 0.5);
	padding:10px 10px 10px 20px; 
	/*height: 120px; */
	overflow:hidden;
} 

#boxlogosp{
	background: rgba(255, 255, 255, 0.8);
	height: 10px;
	z-index: 10;
}

#boxvedianche {	
	width: 100%; 
	min-height:130px; 
	margin-bottom:10px; 
}

#btop {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 15px;
	background-color: #00A0DE;
	z-index: 51;
}

#cont-input-box-mob	{ display:none;}

#fisso {
	position: fixed; 
	width: 917px; 
	top: 15px; 
	background-color: #ffffff; 
	z-index: 50;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	
}

#fisso-sm {
	position: fixed; 
	width: 300px; 
	height: 228px; 
	margin-left:210px;
	top: 120px; 
	background: rgba(240, 240, 240, 0.98);

	z-index: 50;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	
}

#fisso-sm2 {
	position: fixed; 
	width: 300px; 
	height: 228px; 
	margin-left:294px;
	top: 120px; 
	background: rgba(240, 240, 240, 0.98);

	z-index: 50;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	
}

#fisso-sm3 {
	position: fixed; 
	width: 300px; 
	margin-left:415px;
	height: 228px; 
	top: 120px; 
	background: rgba(240, 240, 240, 0.98);

	z-index: 50;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	
}

#fissobottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 52;
}


#input-box {
	position: absolute; 
	top:10px;
	right:40px;
}

#maind {
	display:block;
	margin:130px auto;
	width:917px;
	position:relative;
}

#menupr {
	list-style: none;
}



ul#menupr li{
    float: left;
    padding: 2px 18px 0px 18px ;	
	border-left: 1px solid #CCC;
	height: 36px;

}

ul#menupr li a {
    font-size: 17px;
   	display: block;
    text-decoration: none;
}

ul#menupr li.active, ul#menupr li:hover {
	background-color: #EBEBEB;
}

ul#menupr a { display: block; }


#spatopmob{
	display:none;
}

.aranc-col {
	color:#d65d3b;
}

.arancio {
	color:#FF6600;
}

.backgiallo {
	background-color: #FC0;
}

.backrosso {
	background-color: #F30;
}

.backverde {
	background-color: #0C0
}

.bnav {
	margin-top:-15px;
	font-size: 85%;
}


.band-bg{
	padding-left: 65px; 
	line-height: 40px;   
	margin: 0px; 
	background-position: 20px 0px;
	background-size: 25px 17px;
}


tr.border_bottom td {
  border-bottom:1pt solid #CCC;
}

tr.border_bottomy th {
  border-bottom:2pt solid #F90;
}


.bordosinistra {
		 border-left:1px solid #DDD;
}

.bottom{
	background: #FFF;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	font-size: 12px;	
}

.box-trec {
	/* depr */
	float: left; width:295px;
}

.boxattiva {
	position: relative;
	right: 0px;
	width: 305px;
	color: #fff;
	background-color: #FF6600;
	padding:6px 0 6px 10px;
	text-decoration:none;
}
.boxattiva a{
	color: #fff;
	text-decoration:none;
}

.boxpulsante {
	border: solid #000 1px;
    background-color: #F6F6F6;
}

.boxpulsante:hover {
    background-color: #FFFFFF;
}

.cblu{
	color: #005684;
}

.centralino-col {
	color: #005C8C;
}

.cevi-3box {
	width: 282px; height: 256px;
}

.chiudicookie {
	text-decoration:none;
	position: absolute;
	top: 6px;
	right: 6px;
	line-height:1;
	font-size:26px;
	background:#FFF;
	padding:0 5px;
}

.correlati-img {
	position: absolute; 
	bottom:23px;
	right:18px;
}

.div13 {
	/* depr */
	width:301px; 
	float:left;
	padding: 0 2px 0 2px;
	margin: 22px 0 0 0;
}


.divcont {
	padding:10px; 
	margin-top:1px; 
	background-color: #FFF;
	border-bottom:1px solid #CCC;
	overflow:hidden;
}

.divcornice {
	border: 1px solid #D3D3D3;
	height: 100%;	/* box-sizing: border-box; */
	padding-top: 5px;
}

.divunico {
	/* depr */
	padding: 22px 16px 0 16px;
}

.duecol {  
	float: left;
  	width: 50%;
  	padding: 10px;
}


ul.elenco-pdf {
	margin-top:15px; 
	margin-left:30px; 
	margin-bottom:30px;
}

ul.elenco-pdf li {
	list-style-image: url('/img/ico_pdf.gif'); 
	padding:10px 0;
}


.etich {

	color:#FFF;
	font-weight:bold;
	font-size:12px;
	line-height:28px;
	padding:4px 8px 4px 8px;  
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 3px;
	-webkit-box-shadow: #B3B3B3 1px 1px 1px;
	-moz-box-shadow: #B3B3B3 1px 1px 1px; 
	box-shadow: #B3B3B3 1px 1px 1px;

}

.etichelp {

	color:#FFF;
	font-weight:bold;
	font-size:12px;
	line-height:28px;
	padding:4px 8px 4px 8px;  
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #B3B3B3 1px 1px 1px;
	-moz-box-shadow: #B3B3B3 1px 1px 1px; 
	box-shadow: #B3B3B3 1px 1px 1px;

}


.extboxcall{
	height:120px;
}

.extboxcall > div {
	width:260px; padding: 35px 0 10px 0;
}

.floleft{
	float:left;
}

.flonoflol {
	float:left;
}

.foo-1 {
	float:left;
	width:28%;
	padding: 0px 0px 0px 10px;
}

.foo-2 {
	float:left;
	width:54%;
}

.foo-3 {
	float:left;
	width:18%;
}

.foo-3 {
	float:left;
	width:18%;
}

.freccia2 {
	margin:0;
	list-style: none;
	list-style-image:url('/img/freccia-ne.webp');
	font-size: 14px;
}

ul.freccia2 li{
	padding: 8px 0 4px 0;
}


.h1c1 {
	font-size:40px;
}

.h2c1 {
	font-size:30px;
}

.input-bi {
	line-height: 34px;
	height: 34px;
	border: 1px solid #999;
	background-color: #DDD;
}

.input-bi-textarea {
	line-height: 25px;
	border: 1px solid #999;
	background-color: #DDD;
}

.input-bi-err {
	line-height: 34px;
	height: 34px;
	border: 1px solid #999;
	background-color: #FF7B64;
}

.input-t {
	background-color: #E6E6E6;
	line-height: 30px;
	height: 30px;
	border: none;
	border-left: 10px solid #E6E6E6;
}

.input-t-err {
	background-color: #FF7B64;
	line-height: 30px;
	height: 30px;
	border: none;
	border-left: 10px solid #FF7B64;
}

.lineacel {
	height: 6px;
	background-color:#008BD2;
}

.linkpicc {
    font-size: 11px;
	text-decoration:none;
}

.linkpicc:hover {
	text-decoration:underline;
}

.lisfreccia {
	list-style: none;
	list-style-image:url('/img/freccia.png');
}


.matt100{
	/* depr */
	position: relative; 
	float: left; 
	max-width: 917px; 
	background-color: #FFF;
	margin:10px 0px 3px 0px;
}

.mattmen{
	position: relative; 
	float: left; 
	width: 299px; 
	height: 210px; 
	margin:10px -2px 3px 8px;
} 

.mcorrelati {
	list-style-image:url('/img/freccia.png');
	margin:20px
}

.mcorrelati li {
	float:left;
    padding: 10px 32px 0 0 ;
	font-weight:bold;
}

ul.mcorrelati a {
	color: #C17400;
	text-decoration: none;
	border-style:none;
}


.menuser{
	list-style: none;
}

ul.menuser li{
    padding: 2px 12px 0px 42px ;	
	height: 27px;
}

ul.menuser li a {
    font-size: 16px;
    text-decoration: none;
}

.ombra {
	box-shadow: 2px 2px 5px 0px #CCC;
	-webkit-box-shadow: 2px 2px 5px 0px #CCC;
	-moz-box-shadow: 2px 2px 5px 0px #CCC;
}

.ombral {
	box-shadow: 2px 2px 5px 0px #DDD;
	-webkit-box-shadow: 2px 2px 5px 0px #DDD;
	-moz-box-shadow: 2px 2px 5px 0px #DDD;
}


.ombratop {
	box-shadow: 2px 2px 5px 0px #CCC;
	-webkit-box-shadow: 2px 2px 5px 0px #CCC;
	-moz-box-shadow: 2px 2px 5px 0px #CCC;
}

.ombtxt {
	text-shadow: 4px 4px 10px #CCC;
}

.pec-sf {
	background-image:url(/img/barp-pec.png);
	background-repeat:repeat-x;
}

.prli{
	list-style: none;    
    width:120px;
	margin:0px 5px 5px 0px; 
	line-height:16px;
}

div.paddingdestra20 {
	padding-right:20px;
}

div.paddingsinistra20 {
	padding-left:20px;
}

.pec-col {
	color:#EC671B;
}

.pforminfo {
	cursor: pointer;
}

.pforminfosp {
  overflow: hidden; 
  padding-top: 50%; 
  padding-bottom:; 
  position: relative;
}
 
.pforminfosp iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute; 
   top: 0;
   width: 100%;
}

.prul {
	columns: 3;
  	-webkit-columns: 3;
  	-moz-columns: 3;
}

.punt {
	height: 1px;
	background-image:url(/img/tratt.gif);
	background-repeat: repeat-x;
}

.puntcel {
	height: 1px;
	background-image:url(/img/trattcel.gif);
	background-repeat: repeat-x;
}

.rounded {
  	-webkit-border-radius: 0 15px 15px 0;
  	-moz-border-radius: 0 15px 15px 0;
  	border-radius: 0 15px 15px 0;
}

.sfondocentr {
  background-color: #FFF;
  background: url(/img/bg_centralino_cloud.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sfondopag2 {
  background-color: #FFF;
  background: url(/img/background_2_1366x768.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sfondopag-fib {
  background-color: #FFF;
  background: url(/img/fibra_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sfondopag-voip {
  background-color: #FFF;
  background: url(/img/bg_voip.webp) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sfsotto {	
	background-position: bottom; 
}

.sivmob { display:none;}

.spantxttitolo{
	font-size: 30px;
	font-weight: 500;
}

.trecol {  
	float: left;
  	width: 33.33%;
  	padding: 10px;
}

.txterrore{
	color: #FF7B64;
	font-weight: bold;
}

.txtmedio{
	font-size: 13px;
}

.txtpiccolo{
	font-size: 11px;
}

.voip-col {
	color: #E50E7E;
}

.voip-int-col {
	color: #4F8BC5;
}

.voip-int-bkg {
	background-color: #4F8BC5;
	color: #FFF;
}

.voip-int-sf {
	background-image:url(/img/barp-voip-int.png);
	background-repeat:repeat-x;
}

.voip-sf {
	background-image:url(/img/barp-voip.png);
	background-repeat:repeat-x;

}

/* OLD */
.boxdescri {
	float: left; width:315px; padding:10px 0 10px 10px;
}

.ui-autocomplete {max-height: 200px; overflow-y: scroll; overflow-x: hidden;}
.ui-autocomplete-input {max-height: 200px; overflow-y: scroll; overflow-x: hidden;}
.ui-autocomplete-loading { background:url('/img/loading-r.gif') no-repeat right center }






@media only screen and (max-width:890px) {
	
	#boxvedianche {	
		background-image:none; 
	}
	
	
	#fisso { 
		width: 100%;
		top:-1px;
		left:-1px;
	}

	#idbody 	{ background-image:none; }
	#maind  {width:100%; margin:0 auto;}
	
	#spatopmob		{ 
		display: block;
		height:85px;
	}
	
	.bnav {
		margin-top:5px;
		font-size: 85%;
	}

	.bordosinistra {
		 border-left:none;
	}
	
	.box-trec {
		/* depr */
		float: none; width:286px;
	}
	
	.cevi-3box {
		padding:5px;
		margin: auto;
	}
	
	.div13 {
		/* depr*/
		width:276px; 
		float:none;
		padding: 0 2px 0 2px;
		margin: 22px 0 0 0;
	}
	
	.divunico {
		padding: 10px 4px 0 4px;
	}

	.duecol {  
		float: none;
		width: 100%;
	}

	.flonoflol {
		float: none;
	}
	
	.foo-1 {
		float: none;
		width:100%;
		text-align: center;
	}
	
	.foo-2 {
		float: none;
		width:100%;
		margin-bottom:10px;
	}
	
	.foo-3 {
		float: left;
		width:62%;
	}
	
	.foo-4 {
		float: left;
		width:38%;
		padding: 0px 0px 0px 10px;
	}
	
	.foo-5 {
		float: none;
		width:100%;
		padding:10px;
		background-color:#EBEBEB
	}
	
	.h1c1 {
		font-size:31px;
	}
		
	.img70p {
		width: 70%;
		height: 70%;
	}

	.imgad100 {
		width: 100%;
		height: 100%;

	}
	
	.input-bi {
		width: 100%;
	}
	
	.input-bi-textarea {
		width: 100%;
	}	
	
	.mcorrelati li {
		float:none;
    	padding: 20px 32px 0 0 ;
	}
		
	.novmob { display:none;}
	
		
	div.paddingdestra20 {
		padding-right:10px;
	}
	
	div.paddingsinistra20 {
		padding-left:10px;
	}
	
	.pforminfosp {
	  min-width:300px;
	  padding-top: 25%; 
	  position: relative;
	  min-height:470px;
		
	}
	
	.prli{
		margin:0px 10px 10px 0px; 
		line-height:30px;
	}
	
	.prul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		
		width: 100%;
		font-size:17px;
	}
	
	
	.ombra {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	
	.sivmob { display:block;}
	

	.tichi {
		border-top: 1px solid #CCC;
		padding: 16px 0 0 0;
		height: 52px;
		background-color: #97C33A;
		font-size:20px;
	}
	
	.trecol {  
		float: none;
		width: 100%;
	}
	
/* OLD */

	.boxdescri {
		float: none; width:100%; padding:10px;
	}
	
}
