html {
	color:#333333;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:13px;
	line-height:16px;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	text-align:left;
}

body {
	font-size:12px;
	background-color:#E9E9E9;
	margin:0;
	padding:0;
}

#pagina {
	background-color:#FFFFFF;
	width:960px;
	margin:0 auto 0 auto;
	padding:20px 30px 10px 30px;
}

.clearfix {	clear:both;}
.alignright {	float: right;}
.alignleft {	float: left;}

h1, h2, h3 {
	color:#990151;
	font-size:18px;
	line-height:20px;
	margin:0px 0px 10px 0px;
}

h4 {	margin-bottom:3px;}

a.nounder { text-decoration: none;}

.riga-h { height:1px; width: 100%; background-color: #aaa; clear:both; margin: 15px 0;}



/* MENU */

div#top-menu-bg {
    width: 960px;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 30px;
    margin: -20px -30px;
    z-index: 10;
}

ul#top-menu {
	list-style-type:none;
	list-style-position:initial;
	list-style-image:initial;
	background-color:#9C9C9C;
	display:inline-block;
	font-size:13px;
	width:100%;
	margin:0;
	padding:0;
}

ul#top-menu li {
	display:inline;
	float:left;
	border-right:1px solid #FFFFFF;
}
ul#top-menu li:last-child {
    border: none;
}

#top-menu .selezionato {
	background-color:#990151;
}

#top-menu .selezionato a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	line-height:3;
	padding:0px 13px 0px 13px;
}

#top-menu li a {
	color:#fff;
	display:block;
	text-decoration:none;
	line-height:3;
	padding:0px 15px 0px 15px;
	font-weight: bold;
}

#top-menu li a:hover {
	background-color:#ccc;
	color:#FFFFFF;
}

ul#top-menu li ul {
	display:none;
}

ul#top-menu li ul li {
	width:250px;
	border-right-width:0;
}

ul#top-menu-sub {
z-index: 10 !important;
}

#top-menu-sub li a {
line-height: 1.5 !important;
display: block !important;
padding: 8px 10px 6px 10px !important;
}

ul#top-menu li:hover ul a {
	color:#5d5d5d; /* #990151; */
}
ul#top-menu li:hover ul a:hover {
	color:#FFFFFF;
}
ul#top-menu li:hover ul {
	display:block;
	position:absolute;
	z-index:1;
	background-color:#F9F9F9;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-o-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-ms-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
	width:250px;
	margin:0px 0px 0px -1px;
	padding:0;
	border: #990151 1px solid;
}

/* HOME TOP */

#home-top {
	width:960px;
	display:block;
    margin-top: 44px;
	clear: both;
    height: auto;
    overflow: hidden;
}

#logo {
	float:left;
	margin-top:20px;
	margin-left:20px;
}

#logo img {
	float:left;
	margin-right:30px;
}

/*#top-box {
	position:relative;
	right:20px;
	top:20px;
	float:right;
	width:140px;
	height:115px;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4a6df+0,c6538d+50,990151+51,c94678+100
background: #f4a6df;
background: -moz-linear-gradient(top,  #f4a6df 0%, #c6538d 50%, #990151 51%, #c94678 100%);
background: -webkit-linear-gradient(top,  #f4a6df 0%,#c6538d 50%,#990151 51%,#c94678 100%);
background: linear-gradient(to bottom,  #f4a6df 0%,#c6538d 50%,#990151 51%,#c94678 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a6df', endColorstr='#c94678',GradientType=0 );
}*/

#top-box {
    position: relative;
    right: 20px;
    top: 20px;
    float: right;
    width: 140px;
    height: 115px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: -moz-linear-gradient(bottom, #c6538d 0%, #990151 51%, #c94678 100%);
    background: -webkit-linear-gradient(bottom, #c6538d 0%,#990151 51%,#c94678 100%);
    background: linear-gradient(to top, #c6538d 0%,#990151 51%,#c94678 100%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

#top-box:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4a6df+0,c6538d+50,990151+51,c94678+100&0.7+0,0.7+100 */
/*background: -moz-linear-gradient(top,  rgba(244,166,223,0.7) 0%, rgba(198,83,141,0.7) 50%, rgba(153,1,81,0.7) 51%, rgba(201,70,120,0.7) 100%);
background: -webkit-linear-gradient(top,  rgba(244,166,223,0.7) 0%,rgba(198,83,141,0.7) 50%,rgba(153,1,81,0.7) 51%,rgba(201,70,120,0.7) 100%);
background: linear-gradient(to bottom,  rgba(244,166,223,0.7) 0%,rgba(198,83,141,0.7) 50%,rgba(153,1,81,0.7) 51%,rgba(201,70,120,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f4a6df', endColorstr='#b3c94678',GradientType=0 );*/
	 }

#top-box:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#990151+0,c94678+100&0.7+0,0.7+100 */
background: -moz-linear-gradient(top, rgba(153,1,81,0.7) 0%, rgba(201,70,120,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(153,1,81,0.7) 0%,rgba(201,70,120,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(153,1,81,0.7) 0%,rgba(201,70,120,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3990151', endColorstr='#b3c94678',GradientType=0 ); /* IE6-9 */
}
	
#top-box a {
	color:#fff;
	/*font-weight:bold;*/
	font-size:15px;
	text-decoration:none;
	/*position:relative;*/
	display: block;
	/*width: 100%;
	height: 100%;*/
	padding-top: 13px;
    line-height: 20px;
	margin: 8px;
}
#top-box a tel, #top-box a span {
    font-size: 18px;
	line-height: 24px;
}

#home-top h3 {
	font-size:16pt;
	font-family:Georgia, serif;
	line-height:1.2;
	width:620px;
	font-weight:normal;
	margin:0;
}

#home-top h1 {
	font-family:Georgia, serif;
	font-size:24pt;
	line-height:30px;
	margin-bottom:0;
	margin-top: 21px;
}

div#headercontent {    width: 100%;    margin-top: 30px; overflow: auto;}

#benvenuto {
	float: left;
	background-color:rgba(255,255,255,0.80);
	color:#000000;
	width:50%;
	z-index:8;
	overflow:hidden;
	box-sizing:border-box;
	margin-left:0;
	top:0;
    padding: 20px 45px;
}
#benvenuto h3 {    font-size: 21px; }
#benvenuto p {	font-size:16px; line-height: 24px; text-align: justify;}
#benvenuto img {	margin-bottom:10px;}

#benvenuto-dx { float: left; width: 50%;}

#slider-home {
	position: relative;
    width: 440px;
    height: 228px;
    overflow: hidden;
    margin: 0px 0px 17px 0px;
    display: inline-block;
}
.nivoSlider {    width: 960px !important;    left: -50%;}

#home-box {
	margin-bottom: 20px;
	clear: both;
	float: left;
}
#home-box.flex, .row.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.box {
	float:left;
	width:200px;
	/*min-height: 210px;*/
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-o-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-ms-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
	background-image:-webkit-linear-gradient(90deg, rgb(252, 252, 252) 0%, rgb(255, 255, 255) 100%);
	border-top:3px solid #990151;
	margin:10px;
	padding:10px;
	position: relative;
}
.box.reconline h3 { 
    color: #fff;
    background-color: #990151;
    padding: 3px 8px;
}
.box.last {
    background: #e0e0e0;
    padding: 5px;
	}
.box.noheight {
    min-height: inherit;
    margin: 5px;
    width: 170px;
    background: #990151;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    border: solid 1px #fff;	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#990151+0,5b003f+29,990151+58 */
	background: #990151; /* Old browsers */
	background: -moz-linear-gradient(top,  #990151 0%, #5b003f 29%, #990151 58%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #990151 0%,#5b003f 29%,#990151 58%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #990151 0%,#5b003f 29%,#990151 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990151', endColorstr='#990151',GradientType=0 ); /* IE6-9 */
}
.box.noheight.grey {
    background: linear-gradient(to bottom, #424242 0%,#3a3a3a 29%,#585858 58%);
}

.tablinkext .box.noheight.center {
    float: none;
    margin: auto;
}

.box.noheight:hover {
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#990151+0,5b003f+29,990151+58&0.8+0,0.8+100 */
background: -moz-linear-gradient(top,  rgba(153,1,81,0.8) 0%, rgba(91,0,63,0.8) 29%, rgba(153,1,81,0.8) 58%, rgba(153,1,81,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(153,1,81,0.8) 0%,rgba(91,0,63,0.8) 29%,rgba(153,1,81,0.8) 58%,rgba(153,1,81,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(153,1,81,0.8) 0%,rgba(91,0,63,0.8) 29%,rgba(153,1,81,0.8) 58%,rgba(153,1,81,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc990151', endColorstr='#cc990151',GradientType=0 ); /* IE6-9 */
}

/*.box.noheight li {
    background: none;
    border: none;
    padding: 0;
}*/
.box.noheight h2 {
    color: #fff;
    margin-left: 20px;
}

a .box.noheight h2:before {
    content: "\f061";
    font-family: FontAwesome;
    margin-right: 7px;
    margin-left: -20px;
	}

.box-2 {
	float: left;
	width: 420px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
	height: 100px;
	background-image: -webkit-linear-gradient(90deg, rgb(252, 252, 252) 0%, rgb(255, 255, 255) 100%);
	border-top: 3px solid #990151;
	margin: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
	}
.box-2 h4 {
	color:#990151;
	font-size:16px;
	line-height:22px;
	margin:0px 0px 10px 0px;
}

.box-3 {
	float: left;
	width: 270px;
	min-height: 110px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
	background-image: -webkit-linear-gradient(90deg, rgb(252, 252, 252) 0%, rgb(255, 255, 255) 100%);
	border-top: 3px solid #990151;
	margin: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.link-colonna li {
	width: 250px;
}

.link-colonna a {
	text-decoration:none;
}

.link-colonna a:hover {
	text-decoration: underline;
}

.approfondimento, .tslistino { float:right}
.sinistra { float:left !important;}
	
.approfondimento, .tslistino {
display: table;
padding-right: 20px;
padding: 9px 30px 9px 40px;
}
.approfondimento a, .tslistino a {	text-decoration:none;}
.approfondimento a:hover, .tslistino a:hover {	text-decoration:underline;}

.approfondimento.reconline {    float: none;    margin-bottom: 5px;    padding: 9px 10px;    background-color: #fff; font-size: 14px;}
p.approfondimento.reconline.inattivo, a.approfondimento.reconline.inattivo {    background-color: #E0E0E0;}
#pagina-contenuto .approfondimento.reconline.inattivo a {    color: #aaa;}

/* nuovi tasti con link su tutta l'area */
a.approfondimento.reconline {    margin-top: 0;}
a.approfondimento.reconline p {    font-size: 14px;}
a.approfondimento.reconline p:hover {    color: #DC0C79;}
a.approfondimento.reconline.inattivo p {    color: #aaa;}


/* recupero online */

alert h1 {
    color: #5d9fd8;
    font-size: 16px;
    line-height: 40px;
}

.reconlineform input[type="submit"] {
    background-color: #990151;
    border-radius: 5px;
    color: #fff;
    border: 2px solid #ccc;
    padding: 5px 11px;
    font-size: 14px;
}

.reconlineform .approfondimento {
    width: 50%;
    float: none;
}

/* listino demo */

.listop {
    overflow: auto;
    border: 1px solid #ccc;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 37px 0 20px;
    background: #fff;
}

.listop a {
    text-decoration: none;
}
.listop .tablink {
    height: inherit;
}

#pagina-contenuto #list-test.listattivo .boxchiaro {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6538d+0,ffffff+10,ffffff+90,c6538d+100 */
    background: #c6538d;
    background: -moz-linear-gradient(top, #c6538d 0%, #ffffff 10%, #ffffff 90%, #c6538d 100%);
    background: -webkit-linear-gradient(top, #c6538d 0%,#ffffff 10%,#ffffff 90%,#c6538d 100%);
    background: linear-gradient(to bottom, #c6538d 0%,#ffffff 10%,#ffffff 90%,#c6538d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6538d', endColorstr='#c6538d',GradientType=0 );
}
#pagina-contenuto #list-stan.listattivo .boxchiaro {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#939393+0,ffffff+10,ffffff+90,939393+100 */
background: #939393; /* Old browsers */
background: -moz-linear-gradient(top, #939393 0%, #ffffff 10%, #ffffff 90%, #939393 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #939393 0%,#ffffff 10%,#ffffff 90%,#939393 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #939393 0%,#ffffff 10%,#ffffff 90%,#939393 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
    border: 1px solid #5d5d5d;
	}

#pagina-contenuto .listop .boxnote {
    width: 212px;
    margin: auto;
    text-align: left;
}

.listop-cont .row { margin-top: 20px;}
.listop-cont .tablinkext {    height: 52px;}

.listop-cont #afftest.tabcontainer, .listop-cont #standard.tabcontainer {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid;
}

.listop-cont #afftest.tabcontainer {
    border-color: #990151;
}
.listop-cont #afftest .grigio-grande {
    color: #990151;
    line-height: 2em;
}

.listop-cont #standard.tabcontainer {
    border-color: #5d5d5d;
}
	
	/*nelle 3 pagine non serve*/
	.listop-cont #standard .grigio-grande {
		color: #5d5d5d;
		line-height: 2em;
	}

#pagina-contenuto .testo #standard table.listino td.alternata {
    background-color: #f6e3ec;
}


/* modifiche per listino 3 pages  */

#standard .one-half.tablink, #startup .one-half.tablink {
    width: 448px;
    padding: 0;
}
#standard .tablink span.grigio-grande, #startup .tablink span.grigio-grande {
    padding: 20px 25px 0;
}
#pagina-contenuto #standard h2.titattivita {
    background-color: #990151;
}
#pagina-contenuto #standard.testo table.listino td.alternata {
    background-color: #f6e3ec;
}

#startup .tablink span.grigio-grande {    color: #5d5d5d;}
#startup .tablink span.grigio-grande.blue {    color: #5457fd;}
#startup .tabattiva { border-color: #5d5d5d;     border-bottom-color: #fff;}
#startup .tabcontainer {    border-color: #5d5d5d;}


/* nuovi tasti */

.box li, .box-2 li, .box-3 li, .box-meta li, #benvenuto li, .approfondimento, .link-colonna li, .tslistino {
	margin-top: 10px;
	margin-left: 0px;
	list-style-type: none;
	background-color: #E0E0E0;
	padding: 10px 10px;
	display: block;
	border: grey 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* position: absolute; */
	/* bottom: 23px; */
}
.box-meta.trecol {    width: 280px;}
.box-meta li:hover, .box-meta.trecol li:hover, .approfondimento:hover, .box li:hover {	background-color: #B0B0B0;}
.box-meta li a, .box-meta.trecol li a, .approfondimento a, .tslistino a, .reconlineform a.approfondimento {    font-size: 14px;}

.box a:hover, .box-2 a:hover, .box-3 a:hover, .box-meta a:hover, #benvenuto a:hover, .box-meta li a:hover, .box-meta.trecol li a:hover, #pagina-contenuto .approfondimento a:hover {	color: #DC0C79;    text-decoration: none;}

.box-meta li a:before, .box-meta.trecol li a:before, .approfondimento a:before, .box-2 li a:before, .box-3 li a:before, .tslistino a:before, a.approfondimento.reconline span:before, .reconlineform a.approfondimento span:before, li.tastofreccia a:before { content: "\f061"; font-family: FontAwesome; margin-right: 7px;}

.tslistino { background-color: #990151;}
.tslistino a { color:#fff !important;}
.tslistino:hover {	background-color: #C43F85;}
.tslistino a:hover { color: #ccc;    text-decoration: none;}
 
.box h2 {
	font-weight: normal;
	font-size: 17px;
	margin-top: 6px;
}

.box a, .box-2 a, .box-3 a, .box-meta a, #benvenuto a, .approfondimento, .tslistino {
	color:#990151;
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
	cursor: pointer;
}
.box.last a {
	color: #c5c5c5;
    font-weight: normal;
}
	
#benvenuto a { font-size: 15px;}
#benvenuto .approfondimento { margin-right:20px;     width: 145px;    margin-top: 0;    margin-bottom: 10px;}
.approfondimento.duerighe {
    width: 200px;
}
.approfondimento.duerighe a:before {
    margin: 8px 12px 4px 2px;
    font-size: 1.3em;
    display: block;
    float: left;
}


/* CONTENUTO */

#contenuto {
	margin:0px 0px 25px 0px;
	padding:0;
}

.box-meta {
	float:left;
	width:440px;
	padding:10px 20px 10px 20px;
	text-align: justify;
}

.box-meta img {
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-o-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-ms-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
	display:block;
	margin: 0px 0px 20px 0px;
}

.rosso {
	color:#990151;
}
.rosso-grande {
	color:#990151;
	font-size:16px;
	font-weight: bold;
}
.grigio-grande {
    color: #333333;
	font-size:16px;
	font-weight: bold;
}
.grigio-medio {
	color: #333333;
	font-size: 14px;
}
.grigio-grande sup {
    font-size: 10px;
    font-weight: normal;
	}

#pagina-contenuto {
	float:left;
	width:900px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-o-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-ms-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 1px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px;
	background-image: url(../immagini/sf-testo.jpg);
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
	padding:20px;
}

#pagina-contenuto h2 {
	background-color:#990151;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
}
#pagina-contenuto h2.titattivita {
    background-color: #5f5f5f;
}

#pagina-contenuto .testo {
	padding-left: 20px;
	width: 559px;
	float: right;
	border-left: 1px solid #990151;
	min-height: 180px;
	padding-bottom: 20px;
}
#pagina-contenuto .txtpiccolo {
	font-size: 11px;
}
#pagina-contenuto .txtmedio {
	font-size: 13px;
}

.testo p {
	margin: 0px;
	text-align: justify;
	font-size: 13px;
    line-height: 18px;
	}
.testo ul {
	margin-top: 10px;
	margin-bottom: 15px;
}

#pagina-contenuto a, #light a {
	color:#990151;
}
#pagina-contenuto p.elenco-attivita a .grigio {
    color: #555;
}

#pagina-contenuto .immagine {
	display: inline-block;
	width: 300px;
	float: left;
	margin-right: 20px;
}

/* FOOTER*/

#footer {
	color: #333333;
	font-size: 12px;
	background-color: #F9F9F9;
	float: left;
	border-top: 1px solid #990151;
	padding: 10px 0px 0px 0px;
	width: 960px;
}

.box-footer ul {
	margin:0;
	padding:0;
}

.box-footer li {
	list-style-type:square;
	margin-left:12px;
	padding-left:0;
}

.box-footer a {
	color:#990151;
}

.box-footer {
	width:200px;
	float:left;
	margin:0px 10px 0px 10px;
	padding:10px;
}

#visitatore {
	width:150px;
	padding-left:20px;
	text-align:left;
	float:left;
	color:#990151;
}

#footer #informazioni {
	width:620px;
	display:block;
	float:left;
	color:#777777;
}

#linkedin a {
	color:#777777;
}

#linkedin a:hover {
	color:#990151;
}

#linkedin {
	line-height:20px;
	width:130px;
	padding-left:15px;
}

#linkedin img {
	float:right;
	margin-left:5px;
}

#menu-bottom ul {
	width:920px;
	text-align:center;
}

#menu-bottom li {
	list-style-type:none;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #777777;
}

#menu-bottom li:last-child {
	border-right-style:none;
}

#menu-bottom a {
	color:#777777;
	text-decoration:none;
}

#menu-bottom a:hover {
	text-decoration:underline;
}

/* lightbox informativa */

.dark_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.bright_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid #E0E0E0;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

form #privato, form #azienda {
	display:none;
}


/* listino in tab */

p.listinointro { padding: 25px; line-height: 25px;}
.row { clear: both;    display: block;    margin-top: 48px;    overflow: auto;}
.row.servizi {    margin-top: 15px;}
.row.servizi .box h2 {    height: 42px;}
.one-half {    width: 46%;    padding: 2%;    float: left;}
.one-third {    width: 298px;     float: left;}
.two-third {    width: 596px;     float: left;}
.two-third p {    margin-left: 20px;}
.tabcontainer {    padding: 25px; border: 1px solid #990151; border-top: none; -webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s; 	background-color: #fff;}
@keyframes animatezoom{from{transform:scale(0);} to{transform:scale(1);}}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}

.tablink {
	border: 1px solid #ccc;
	border-bottom-color: #5b5b5b;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    transition: background-color .25s,border .15s;
    height: 75px;
    display: table;
}
.tablink.back .boxchiaro {
	border: 1px solid #5b5b5b;
	margin: 19px;
	float: right;
	width: 150px;
}
.tablink:hover {    border-color: #990151;}
.tablink.back:hover {
    border-color: #ccc;
    border-bottom-color: #5b5b5b;
}
.tablinkext { display: table;    height: 75px;    border: 1px solid #fff;    border-bottom: 1px solid #5b5b5b;}
.noborder { border: none; }

.tablink span.grigio-grande {    padding: 20px 14px 0;    display: block; color: #990151;}
.tablinkext .box.noheight {    width: 32%; /* 75%;*/   padding: 0;    float: right;    margin: 10px 10px 0;}
#pagina-contenuto .tablinkext h2 { background: none; margin: 4px 0 4px 26px; font-size: 14px; padding: 1px;}

.tabattiva {    border-color: #990151; border-bottom-color: #fff; color: #990151; background-color: #fff;}
.tabattiva:hover {   background-color: #f1f1f1;}

#pagina-contenuto .back .boxchiaro {
    border: 1px solid #5b5b5b;
    margin: 19px;
    float: right;
    width: 150px;
}
#pagina-contenuto .back .boxchiaro h2 {
    color: #5b5b5b;
}

/* tabella listino principale */

#pagina-contenuto .testo table.listino.dettaglio td, #pagina-contenuto .testo table.listino.dettaglio td p {    font-size: 13px;    line-height: 13px; text-align: center;} 

#pagina-contenuto .testo table.listino {
	font-size: 14px;
	border: 1px solid #9C9C9C;
	background-color: #fff
}
#pagina-contenuto .testo table.listino td {
	/*border: 1px solid #9C9C9C;*/
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
    padding: 5px;
}
#pagina-contenuto .testo table.listino td.piccolo  {
	font-size: 12px;
	line-height: 24px;
}
#pagina-contenuto .testo table.listino td.alternata  {
	background-color: #eee;
}
#pagina-contenuto .testo table.listino tr.fondorosa  {
	/*background-color: #F7CBDF;*/
}
#pagina-contenuto .testo table.listino tr.stand {
    font-size: 12px;
}
#pagina-contenuto .testo table.listino th {
	background-color: #5f5f5f;
	color: #fff;
    text-align: center;
	border: 1px solid #fff;
	height: 32px;
}
#pagina-contenuto .testo table.listino .noborder {
    border-right: none;
    border-bottom: none;
}
#pagina-contenuto .testo table.listino tr > td {    border-right: 1px solid #9C9C9C;}
#pagina-contenuto .testo table.listino td {    border-bottom: 1px solid #9C9C9C;}
#pagina-contenuto .testo table.listino tr:last-child td {    border-bottom: none;}

#pagina-contenuto .boxchiaro {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
	border: 1px solid #990151;
    background-color: #fff;
    width: 212px;
    margin: auto;
	text-align: left;
}
#pagina-contenuto a.servizi .boxchiaro {
    float: left;
    margin-top: 10px;
}
#pagina-contenuto .boxchiaro:hover {    background-color: #eeeeee;}
#pagina-contenuto a .boxchiaro h2 {
    background: none;
    color: #990151;
    font-size: 14px;
    margin: 2px 0 2px 20px;
}
#pagina-contenuto a .boxchiaro h2:before {
    content: "\f061";
    font-family: FontAwesome;
    margin-right: 7px;
    margin-left: -20px;
}
#pagina-contenuto .back .boxchiaro h2:before {
    content: "\f060";
}
#pagina-contenuto a .boxchiaro h2 span {
    font-size: 22px;
}

.cerchio {
	width: 126px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #9c004f;
	padding: 8px;
	height: 126px;
	color: #9c004f;
    margin: -45px 35px 15px;
	margin-right: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+23,ffffff+38,ffffff+59,e6e6e6+74 */
	background: rgb(230,230,230); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(230,230,230,1) 23%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 59%, rgba(230,230,230,1) 74%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(230,230,230,1) 23%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 59%,rgba(230,230,230,1) 74%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(230,230,230,1) 23%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 59%,rgba(230,230,230,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px;
    -o-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px;
    -ms-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px;
}
.testo .cerchio p {
	font-size: 14px;
	margin-top: 8px;
	font-weight: bold;
	text-align: center;
}


/* schema servizio */

#pagina-contenuto .innerrow {    clear: both;}

#pagina-contenuto .schemaservizi {
    margin: 35px auto;
    display: flex;
    width: 94%;
}

#pagina-contenuto .testo-2col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;	
	margin: 35px 3%;
    font-style: italic;
	text-align: justify;
	}

#pagina-contenuto .ottavo {
    width: 22%;
    float: left;
    background-color: #fff;
    border: 1px solid #5f5f5f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

#pagina-contenuto .ottavo h2 {
    font-size: 14px;
    line-height: 1.2em;
    background: -moz-linear-gradient(bottom, #c6538d 0%, #990151 51%, #c94678 100%);
    background: -webkit-linear-gradient(bottom, #c6538d 0%,#990151 51%,#c94678 100%);
    background: linear-gradient(to top, #c6538d 0%,#990151 51%,#c94678 100%);
}

#pagina-contenuto .ottavo ul {
    padding: 0 10px 0;
    list-style-position: inside;
}
#pagina-contenuto .ottavo li {
    margin: 2px 0;
    padding: 0px;
    list-style-type: decimal;
}

#pagina-contenuto .ottavo.freccia {
    width: 5%;
    background: none;
    border: none;
    color: #ca5a94;
    text-align: center;
    margin: auto;
    font-size: 4em;
}
#pagina-contenuto .ottavo.freccia.marginpic {
    margin: 25px;
}

/* litebox */

.featherlight-iframe .featherlight-content {
    width: 40%;
    height: 40%;
}
.featherlight .featherlight-close-icon {
    font-size: 17px;
	top: 4px !important;
    right: 19px !important;
}
.featherlight .featherlight-inner {
    width: 100%;
    height: 100%;
}
body#pagsintesi {
    background-color: #ffffff;
    padding: 20px;
}



/* form offerta */

#pagina-contenuto.offerta-custom {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    background-image: none;
}
.offerta-custom table {    font-size: 1.1em;    line-height: 1.2em; margin: 0 auto;}
.offerta-custom td.separatore {    background-image: linear-gradient(transparent 9px, #bdbdbd 9px, transparent 10px);}
.offerta-custom input, .offerta-custom select, .offerta-custom textarea {    font-size: 1em;     margin-bottom: 5px;}
.offerta-custom input[type="submit"] {
	font-size: 1.14em;
    background-color: #990151;
    color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #aaa;
    padding: 4px 10px;
}