/* CSS Document */

/*.list_carousel {background-color: #ccc;	margin:0 auto; height:400px; width: 980px;}
#testo-home{width:330px; padding:20px;
	height: 360px;
    left: 0;
    position: absolute;
    top: 0px;}
.list_carousel ul {margin:0 auto; padding:0 0 0 258px; list-style: none; display: block; overflow: hidden;}
.list_carousel li {
	width: 610px;
	height: 400px;
	padding:0 0 0 200px;
	margin: 0px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {float: left;	margin-left: 10px;}
.next {float: right; margin-right: 10px;}
.pager {float: left; width: 300px; text-align: center;}
.pager a {margin: 0 5px; text-decoration: none;}
.pager a.selected {text-decoration: underline;}
.timer {background-color: #999;	height: 6px; width: 0px;}*/


#c-carousel {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	min-height:410px;
}
#wrapper {
	width: 980px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	background-color:#FFF;
}
#text {
	background-color: #FFF;
	width: 310px;
	height: 350px;
	padding:20px 25px 25px 25px;
	position: absolute;
	right: 5px;
	z-index: 2;
}
#text h4 {font-family:"Times New Roman", Times, serif; color:#005B83; font-style:italic; font-weight:bold; font-size: 24px; line-height: 20px; margin: 0 0 5px 0;}
#text h5 {font-family:"Times New Roman", Times, serif; color:#00A650; font-style:italic; font-weight:bold; font-size: 18px; margin: 0 0 15px 0;}
#carousel {
	width:610px;
	height: 400px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}
/*#carousel img {display: block;	float: left;}*/

#carousel div.slide {
	position: relative;
	float:left;
	display:block;
}
#carousel div.slide div {
	background-color: rgba(0, 0, 0, 0.6);
	width: 610px;
	position: absolute;
	top: 0;
}
#carousel div.slide h4 {
	font-size: 35px;
	padding: 30px 0 0 100px;
}
#carousel div.slide p {
	font-size: 16px;
	padding: 10px 0 20px 100px;
}
#carousel div.slide h4, #carousel div.slide p {
	color: white;
	margin: 0;
}



.clearfix {float: none; clear: both;}
.timer {background-color:#005B83;	height: 6px; width: 0px;}

/* CAROSELLO PER MASTER*/
#master-carousel {
	min-height: 600px;
}
#master-carousel * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

#master-wrapper {
	background-color: #FFFFFF;
	width: 980px;
	padding-top: 0px;
	margin: 0px;
}
#tabs > div {
	width: 760px;
	padding-left:220px;
	float: left;
	overflow: hidden;
	background-color:#FFFFFF;
}
#tabs img {
	display: block;
	margin: 0 25px 0 0;
	float: left;
}
#tabs h3 {
	font-size: 20px;
	color:#1B5DAB;
	line-height: 20px;
	margin: 30px 0 20px 0;
}
#tabs .sub-tit-verde{ color:#00A650; font-weight:bold;}
#tabs .sub-tit-grigio{ color:#808285;}
#tabs .sub-tit-azzurro{ color:#1B5DAB; font-weight:bold;}
#tabs .onda-8, .onda-12, .onda-16{
	background-image:url(src/onda-blu.jpg);
	background-repeat:repeat-y;
	min-height:760px;
}
#tabs .onda-9, .onda-13, .onda-17{
	background-image:url(src/onda-verde.jpg);
	background-repeat:repeat-y;
	min-height:760px;
}
#tabs .onda-10, .onda-14, .onda-18{
	background-image:url(src/onda-arancio.jpg);
	background-repeat:repeat-y;
	min-height:760px;
}		
#tabs .onda-11, .onda-15{
	background-image:url(src/onda-viola.jpg);
	background-repeat:repeat-y;
	min-height:760px;
}
#pager {
	width: 980px;
	margin: -0px auto 0px auto;
	text-align: center;
	background-color:#7BAEE2;
}
#pager a {
	border: 1px solid transparent;
	border-bottom: none;
	border-left: none;
	border-color: #005B83;
	color: #005B83;
	font-size: 13px;
	text-decoration: none;
	line-height: 15px;
	display: inline-block;
	height: 15px;
	padding: 10px 8px;
}
#pager a:hover {
	color: #FFFFFF;
}
#pager a:first-child {
	border-left: 1px solid #005B83;
}
#pager a.selected {
	background-color: #F4F0EE;
	font-weight:bold;
	color: #333;
}

