a {
	color: #4c9520;
}
a:hover {
	color: #006533;
}
h1 {
    font-size: 2.85em;
}

#logo img {
	width: 7em;
}
#header .button.wide {
	background: none repeat scroll 0 0 #4C9520;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.52);
	font-size: 1.55em;
	width: 14.5em;
}
#header .button.wide:hover {
	background: none repeat scroll 0 0 rgba(101, 181, 52, 0.76);			
}
#navButton {
	display: none;
}
#cycler{position:relative;}
#cycler img{ 
	position:absolute;
	z-index:1;
	left:0;
	width: 100%;
	height: 100%;
}
#cycler img.active{z-index:3}

#nav {
    background-color: white;
    font-weight: bold;
    position: fixed;
    top: 0;
	display: block !important;
}

.wrapper.style1 {
    padding-top: 0;
}

#header .byline.accessoRiservato {
    color: #000000;
    font-size: 90%;
    line-height: 1em;
    margin-top: 40px;
    text-align: center;
}

#header .row.accessoRiservato {
    background-color: rgba(0, 0, 0, 0.58);
    bottom: 0;
    height: auto;
	margin: auto;
    position: absolute;
    width: 100%;
	z-index: 0;
}
