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

body {
	margin: 0;
	color: #333;
	font-family: 'Sabon', Times, serif;
}
* {
	margin: 0;
	padding: 0;
}
b,strong {
	font-weight:bold;
}
i,em {
	font-style:italic;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.bgwidth {
	width: 100%;
}
.bgheight {
	height: 100%;
}
.header {
	position: relative;
	background-color: #55764B;
	height: 120px;
	z-index: 1;
}
.header_container {
	width: 890px;
	padding: 15px 20px;
	margin: 0 auto;
	background-color: #55764B;
}
.menu {
	position: relative;
	background-color: #FFF;
	height: 35px;
	opacity: 0.95;
	z-index: 1;
}
.menu_container {
	width: 890px;
	margin: 0 auto;
	height: 35px;
	padding: 0 20px;
	background-color: #FFF;
}
.menu_container li {
	float: left;
	list-style: none;
}
.menu_links {
	display: block;
	padding: 10px 15px 0 15px;
	float: left;
	border-right: 2px solid #EBEBEB;
	height: 25px;
	color: #333;
}
.menu_container li:first-child .menu_links {
	border-left: 2px solid #EBEBEB;
}
a:hover .menu_links {
	background-color: #94c292;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
	transition: background 500ms ease;
}
.menu_language {
	font-size: 14px;
}
.menu_languagehide {
	font-size: 14px;
	display: none;
}
a:hover .menu_language {
	color: #000;
	background-color: #94c292;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
	transition: background 500ms ease;
}
.container {
	position: relative;
	padding: 0 20px;
	width: 890px;
	margin: 55px auto 55px auto;
	z-index: 1;
}
.main_container {
	width: 640px;
	float: left;
}
.box {
	width: 600px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	background-image: url(../graphics/white.png);
}
.box a {
	color: #333;
	font-style: italic;
}
.box a:hover {
	color: #55764B;
}
#donazione_box {
	width: 600px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	background-color: #94c292;
}
#donazione_box h1, #donazione_box h1 li {
	color: #FFF;
}
.second_container {
	width: 224px;
	float: left;
	margin-left: 20px;
}
.box_links {
	display: block;
	padding: 12px;
	background-color: #FFF;
	opacity: 0.95;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	float: left;
	width: 200px;
	font-style: italic;
}
.box_links_short {
	width: 50%;
	float: left;
	color: #333;
	background-color: #FFF;
}
a:hover .box_links {
	color: #55764B;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
    -ms-transition: color 500ms ease;
    -o-transition: color 500ms ease;
	transition: color 500ms ease;
}
a:hover .box_links_short {
	color: #55764B;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
    -ms-transition: color 500ms ease;
    -o-transition: color 500ms ease;
	transition: color 500ms ease;
}
.box_links_image {
	text-align: right;
	margin-top:10px;
}
.box_links_image:first-child {
	margin-top:0;
}
.contatti {
	display: block;
	padding: 12px;
	background-color: #FFF;
	opacity: 0.95;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	float: left;
	width: 200px;
}
.contatti a {
	display: block;
	color: #333;
	line-height: 18px;
	float: left;
	width: 200px;
	font-style: italic;
}
.contatti h2 {
	font-size: 14px;
	display: block;
	color: #333;
	line-height: 18px;
	float: left;
	width: 200px;
	font-style: italic;
}
.contatti a:hover {
	color: #55764B;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
    -ms-transition: color 500ms ease;
    -o-transition: color 500ms ease;
	transition: color 500ms ease;
}
.didscalia {
	width: 400px;
	margin: 10px 0 0 200px;
	color: #666;
	font-size: 13px;
	line-height: 16px;
	opacity: 0.9;
}
.doc_container {
	height: 38px;
	margin-top: 15px;
}
.doc_container img {
	float: left;
	margin-right: 15px;
}
.doc {
	display: block;
	opacity: 0.95;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	float: left;
	font-style: italic;
}
a:hover .doc {
	color: #55764B;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
    -ms-transition: color 500ms ease;
    -o-transition: color 500ms ease;
	transition: color 500ms ease;
}
#donazione {
	color: #FFF;
	background-color: #94c292;
	line-height: 18px;
}
a:hover #donazione {
	background-color: #55764B;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
	transition: background 500ms ease;
}
#attivo {
	color: #FFF;
	background-color: #333;
}
.descrizione {
	float: left;
	width: 400px;
}
.foto {
	float: left;
	width: 180px;
	margin-right: 20px;
}
.progetto {
	float: none;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	opacity: 0.9;
	line-height: 30px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	font-style: italic;
	opacity: 0.9;
}
p, li {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	opacity: 0.9;
}

a {
	text-decoration: none;
}
.clearB {
	clear: both;
}
/*
.download a[href $='.pdf'] {
	background: url("../graphics/icon-pdf.png") no-repeat scroll 0px 2px transparent;
	display: block;
	padding: 2px 0 2px 20px;
	background-position: 0% 20%;
}*/

/*Mini Gallery
 ---------------------------------------------------*/
.mini-gallery-row {
	overflow: hidden;
}
.mini-gallery-img {
	display: block;
	width: 135px;
	height: 135px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	opacity: 0.8;
}
.mini-gallery-img:first-child {
	margin-left: 0;
}
.mini-gallery-img:hover {
	opacity: 1;
}

/*Form
 ---------------------------------------------------*/
.form .mc-field-group{
	margin-bottom:10px;
	
}
.form .indicates-required {
	font-size:small;
	margin-bottom:20px;
}
.form .asterisk{
	color:#55764B;
}
.form .input{
	display:block;
	width:50%;
	padding:8px 5px 5px 5px;
	background-color:#94c292;
	border:1px solid white;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
	transition: background 500ms ease;
}
.form .checkbox {
	margin-right:5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form .input-group .title {
	display:inline-block;
	margin-bottom:5px;
}
.form .input-group-list {
	margin-left:10px;
}
.form .input:focus {
	border-color:#94c292;
	background-color:white;
}

.form .button{
	padding:8px 10px 5px 10px;
	background-color:#55764B;
	border:1px solid #55764B;
	color:white;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
	transition: background 500ms ease;
}
.form .button:hover {
	cursor: pointer;
	background-color:#94c292;
}

::-webkit-input-placeholder {
   color: #55764B;
}

:-moz-placeholder { /* Firefox 18- */
   color: #55764B;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #55764B;  
}

:-ms-input-placeholder {  
   color: #55764B;  
}



