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

*{
	margin:0px;
	padding:0px;
}

img { 
   border:none;
}

a {text-decoration:none}

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#acacac;
	background-color:#ffffff;
	overflow-x:hidden;
}

.wrapper{
	width:940px;
	margin: 0 auto;
}

.header{
	height:130px;
	background-image:url(../img/pattern-top.gif);
}

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

.box-indirizzo{
	background-color:#f1f1f1;
	-webkit-box-shadow: -5px 0px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    -5px 0px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         -5px 0px 0px rgba(50, 50, 50, 0.3);
	float:right;
	padding:20px 30px 20px 30px;
	color:#007e36;
	font-size:13px;
	width:210px;
	height:90px;
}

.menu{
	background-color:#f1f1f1;
	color:#007e36;
	text-transform:uppercase;
	text-align:center;
	padding:20px 0 20px 0;
}
.sottmenu{
	width:940px;
	margin:0 auto;
	left:calc(50% - 470px);
}

.sottmenu div ul{
	list-style:none;
}

.sottmenu div li{
	display:inline;
	
}

.sottmenu div li a{
	font-size:14px;
	padding:20px 15px 20px 15px;
	color:#007e36;
	text-decoration:none;

}

.sottmenu div li a:hover{
	background-color:#007e36;
	color:#ffffff;
}

.linea-verde{
	background-color:#82bc00;
	border-top:#007d38 solid 3px;
	padding:10px 0 30px 0;
}

.icone{
	width:210px;
	margin-right:30px;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	float:left;
}

.icona-sx{
	float:left;
	margin-right:5px;
}

.testo-icona{
	float:left;
	margin-top:25px;
}

.linea-iscriviti{
	background-color:#037a38;
	padding:10px 0 10px 0;
	font-size:19px;
	color:#ffffff;
	position:relative;
}

.input-home{
	background-color:#e5e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#007b34;
	border:0px;
	padding:5px;
	width:355px;
	margin-left:19px;
}

.go{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width:90px;
	height:90px;
	font-size:40px;
	font-weight:bold;
	border: solid 5px #82bc00;
	position:absolute;
	background-color:#037a38;
	top: -70px;
	left: 840px;
	text-align:center;
	line-height: 90px;
}

.contatti-home{
	width:470px;
	float:left;
	padding: 45px 0 45px 0;
	color:#007833;
	font-size:16px;
}

.richiedi-home{
	width:470px;
	float:left;
	padding: 45px 0 45px 0;
	color:#007833;
	font-size:16px;
}

.titolo{
	font-size:24px;
	color:#007833;
	text-transform:uppercase;
}

.input-verde{
	background-color:#82bc00;
	color:#ffffff;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:165px;
	border:0px;
	font-size:12px;
	float:left;
}

.input-bordoverde{
	border:1px solid #007833;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:30px;
	width:185px;
	margin-bottom:5px;
}

.button{
	background-color:#007833;
	border:0px;
	color:#ffffff;
	font-size:16px;
	padding:5px;
	margin-top:5px;
	width:185px;
}

.footer{
	border-top:solid 1px #007833;
	color:#4a4a49;
	text-align:center;
	padding:15px;
}

/* slide */
#slider1 {
    width: 1680px; /* important to be same as image width */
    height: 348px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:auto;
}

#slider1Content {
    width:1680px; /* important to be same as image width or wider */
    position: absolute;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.slider1Image span {
    position: absolute;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
    padding: 10px 20px;
    width: 1680px;
	text-align:left;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 30px;
}

.left {
	top: 90px;
    left: 0;
	width: 480px !important;
	height: 160px;
	background:rgba(228,228,228,0.8);
	padding: 20px 30px 30px 0px;
}

.left h2{
	font-size:24px;
	color:#007833;
	margin-bottom:15px;
}

.left h3{
	color:#82bc00;
}

.left p{
	color:#585756;
	font-size:14px;
	margin-top:10px;
}

.left p a{
	color:#007833;
}


.checkboxFive {
	position: relative;
}

.checkboxFive label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
	border-radius:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover:after {
	opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.checkboxFive label:checked:after {
	opacity: 1;
}


.contenuto-pagine{
	width:940px;
	margin:0 auto;
	color:#585756;
	font-size:12px;
}


.contenuto-pagine h1{
	font-size:18px;
	margin:0px;
	padding:15px 0 15px 0;
	color:#007833;
}

.contenuto-pagine-left{
	float:left;
	width:460px;
}

.contenuto-pagine-right{
	float:right;
	width:460px;
}


.titoli-interni{
	font-size:18px;
	line-height:30px;
}

.titoli-promozione{
	font-size:16px;
	line-height:30px;
	background-color:#82BC00;
	color:#ffffff;
	padding:5px;
}

.pdf{
	margin-top:10px;
	color:#007833;
}

.pdf img{
	margin-right:5px;
	vertical-align:middle;
}

.bottone-verde{
	background-color:#007E36;
	padding:10px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.input-turno{
	background-color:#82bc00;
	color:#ffffff;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:165px;
	border:0px;
	font-size:12px;
	float:left;
}

.button2{
	background-color:#007833;
	border:0px;
	color:#ffffff;
	font-size:12px;
	padding:10px;
	width:120px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.icona-servizi{
	float:left;
	margin-right:15px;
}

.titolo-servizi{
	font-size:18px;
	font-weight:bold;
	padding-top:20px;

}

.immagine-servizi{
	float:left;
	margin-right:20px;
	
}

#toTop {
	width:24px;
	height:24px;
        position:fixed; /* this is the magic */
        bottom:65px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
		border-radius:3px;
		-webkit-border-radius:3px;
		   -moz-border-radius:3px;
		     -o-border-radius:3px;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
		   -moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
		     -o-box-shadow:0 0 3px rgba(0,0,0,0.3);
	background:url('../img/b_up.jpg') left top no-repeat;
}
#toTop:hover{
	background-position:left bottom;
	}
	
	
.box-offerta{
	position: absolute;
	z-index: 997;
	left: 50%;
	margin-left: -470px;
	top: 255px;
	width: 480px !important;
	background:rgba(255,255,255,0.9);
	padding: 20px 30px 30px 0px;
}

.box-offerta h2{
	font-size:22px;
	color:#007833;
	margin-bottom:15px;
}

.box-offerta h3{
	color:#82bc00;
}

.box-offerta p{
	color:#585756;
	font-size:14px;
	margin-top:10px;
}

.box-offerta p a{
	color:#007833;
}


ul.loghi { width:940px; overflow:hidden; margin:1em auto; list-style:none;}
ul.loghi li { float:left; margin:0 8px 16px 8px; border:1px solid #037a38; line-height:200px;}
ul.loghi li .fill { width:205px; height:205px; background:#fff; position:relative; padding:5px;}


ul.loghi li.tbc .fill { text-align:center; display:table-cell; vertical-align:middle; }

ul.loghi-eventi { width:250px; overflow:hidden; margin:1em auto; list-style:none;}
ul.loghi-eventi li { float:left; margin:0 8px 16px 8px; border:1px solid #037a38; line-height:200px;}
ul.loghi-eventi li .fill { width:205px; height:205px; background:#fff; position:relative; padding:5px;}


ul.loghi-eventi li.tbc .fill { text-align:center; display:table-cell; vertical-align:middle; }
