/* Let's get this party started */
::-webkit-scrollbar { width: 5px; }

/* Track */
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2); -webkit-border-radius: 0; border-radius: 0; }

/* Handle */
::-webkit-scrollbar-thumb { -webkit-border-radius: 0; border-radius: 0; background: rgba(171,0,0,1);  }
::-webkit-scrollbar-thumb:window-inactive { background: rgba(171,0,0,0.4); }
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
html, body {
    height: 100%;
}
body {
	background: #fff;
	color: #343333;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#skipNav {
	display: none;
}


h1 {
	display: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	color: #ad0928;
	font-weight: 400;
	margin: 0 0 35px 0;
	word-spacing: -6px;
}
h2 span {
	color: #908f8f;
}
h2 strong {
	color: #161616;
	font-weight: normal;
}


iframe {
	border: none;
}

a {
	color: #343333;
	text-decoration: none;
}
a:hover {
	color: #343333;
	text-decoration: underline;
}
a:visited { outline: none; }
a:link { outline: none; }
a:active { outline: none; }

input { outline: none; }

p {
	margin: 0 0 20px 0;
	line-height: 20px;
}

em {
	font-style: italic;
}

div.important p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
}
div.important span {
	color: #a70827;
}

img {
	border: 0;
}

ul {
	margin: 0 0 20px 0;
	padding: 0;
}
ul li {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 19px;
}

.align-justify { text-align: justify; }

.clear { clear: both; }

#scrollToTop{
	width: 64px; 
	height: 64px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: url(../img/arrow-circle-top.jpg) no-repeat;
}
#scrollToTop:hover {
	text-decoration: none;
	cursor: pointer;
}

#response div {
	margin: 10px 0 30px 0;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#response div.success { 
	color: #FFF;
	border: 1px solid #3B3B3B;
	background: url(../img/icon_response_success.png) 10px center no-repeat;
	padding-left: 33px;
	background-color: #1F1F1F;
	-moz-box-shadow: 0 1px 1px #000000 inset;
	-webkit-box-shadow: 0 1px 1px #000000 inset;
	box-shadow: 0 1px 1px #000000 inset;
}
#response div.error {
	color: #FFF; border: 1px solid #3B3B3B;
	background: url(../img/icon_response_error.png) 10px center no-repeat;
	padding-left: 33px;
	background-color: #1F1F1F;
	-moz-box-shadow: 0 1px 1px #000000 inset;
	-webkit-box-shadow: 0 1px 1px #000000 inset;
	box-shadow: 0 1px 1px #000000 inset;
}

/*#response div.info    	{ color: #1600A7; border: 1px solid #1600A7; background: url(../img/icon_response_info.gif) 10px center no-repeat; padding-left: 33px;background-color: #F6F6F6; }*/
#response ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#response ul li {
	padding: 0 0 0 25px;
	margin: 0;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	color: #FFF;
}
#response ul li ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
	margin: 3px 0 10px 0;
}
#response ul li ul li {
	background: none;
}
#response ul li ul li {
	padding: 0;
	margin: 0;
}
#response ul li.spacer {
	margin-bottom: 5px;
}

/* <FIELDSET> */
fieldset { border: none; margin: 0 0 20px 0; padding: 0; width: 100%; overflow: hidden; }
fieldset legend { font-size: 16px; margin: 0 0 10px 0; font-weight: 900; }
fieldset label { float: left; width: 180px; margin: 0 0 4px 0; padding: 0; line-height: normal; }
fieldset input, fieldset select, fieldset textarea { font-size: 13px; color: #555; border: 1px solid #D4D4D4; }
fieldset textarea { height: 100px; resize: none; }
fieldset select {  }
fieldset .blockize { width: 88%; padding: 3px; }
fieldset .noborder { border: none; }
fieldset .row { clear: both; margin: 0 0 16px 0; padding: 0; }
fieldset .row .joint {  }
fieldset .helper { display: block; color: #666; font-size: 12px; margin: 5px 0 0 0; }
fieldset button {
	display: block;
	background-image: linear-gradient(top, #ce3c3b 0%, #ae3332 100%);
	background-image: -o-linear-gradient(top, #ce3c3b 0%, #ae3332 100%);
	background-image: -moz-linear-gradient(top, #ce3c3b 0%, #ae3332 100%);
	background-image: -webkit-linear-gradient(top, #ce3c3b 0%, #ae3332 100%);
	background-image: -ms-linear-gradient(top, #ce3c3b 0%, #ae3332 100%);
	background-color: #1ba158;
	border: none;
	color: #fff;
	text-transform: lowercase;
	margin: 15px 0 0 0;
	padding: 4px 10px;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	font-family: 'Lato';
}
fieldset button.enabled:hover {
	cursor: pointer;
}
fieldset button:hover {
	cursor: pointer;
}
/* </FIELDSET> */

/* SECTION SITE */

#container {
	width: 100%;
	position: relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header {
	background: url(../img/background_header.jpg) repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 124px;
	display: table;
}
#header .logo {
	width: 1025px;
	height: 124px;
	margin: 0 auto;
	line-height: 124px;
}
#header .logo img {
	width: 437px;
	vertical-align: middle;
	margin: 0 0 0 20px;
}
#header .show-nav-mobile {
	display: none;
}
#header .social-mobile {
	display: none;
}

#mini-border {
	width: 100%;
	margin: 0 auto;
	height: 13px;
	background-color: #d1cfcf;
}

#nav {
	width: 100%;
    /*position: relative;*/
	background-color: #b6b5b5;
	height: 39px;
	float: left;
}
#nav .center {
	width: 1025px;
	margin: 0 auto;
	overflow: visible;
}

/*--- LINK PRINCIPALI ---*/
#nav ul {
	margin: 0 0 0 6px;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #343333;
	margin: 0 12px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	line-height: 38px;
 	font-style: normal;
 	font-weight: 400;
	position: relative;
}
#nav ul li span {
	color: #fffefe;
	font-size: 14px;
	font-weight: bold;
}
#nav ul li a {
	color: #343333;
	padding: 10px 15px;
}
#nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #80142B;
}
#nav ul li.actual a {
	color: #fff;
	background-color: #80142B;
}

/*--- MENU' SECONDARIO ---*/
#nav ul li ul {
	display: none;
	position: absolute;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #4b4a4a;
	opacity: 0.9;
	z-index: 999;
	float: none;
} 
#nav ul li:hover ul { 
	display: block;
}
#nav ul li:hover ul li ul { 
	display: none;
}
#nav ul li ul li { 
	float: none;
    line-height: normal;
    margin: 0;
    padding: 0;
	font-style: normal;
	font-size: 14px;
	position: relative;
	white-space: nowrap;
}
#nav ul li ul li span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#nav ul li ul li a { 
	color: #fff;
    display: block;
    padding: 7px 12px;
	width: auto;
}
#nav ul li.actual ul li a { 
	color: #fff;
	background-color: transparent;
}
#nav ul li.actual ul li a:hover { 
	color: #fff;
	background-color: #80142B;
}
#nav ul li.actual ul li a:hover span {
	color: #fff;
}
#nav ul li ul li.actual a {
	color: #fff;
	background-color: #80142B;
}
#nav ul li ul li a:hover { 
	text-decoration: none;
	background-color: #80142B;
	color: #fff;
}
#nav ul li ul li a:hover span { 
	color: #fff;
}

/*--- MENU' TERZIARIO ---*/
#nav ul li ul li ul {
	display: none;
	background-color: #4b4a4a;
    left: 100%;
    list-style-type: none;
    opacity: 1;
    padding: 0;
	margin: 0;
    position: absolute;
    top: 0;
    z-index: 999;
}
#nav ul li ul li:hover ul { 
	display: block;
}
#nav ul li ul li.actual ul li a {
	background-color: transparent;
}
#nav ul li ul li ul li a {
	padding: 7px 15px;
}
#nav ul li ul li ul li.actual a {
	color: #fff;
	background-color: #80142B;
}

#social {
	background-color: #DDDCDC;
	float: left;
	height: 39px;
	min-width: 50px;
	box-sizing: border-box;
	padding: 0 10px;
}
#social h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ad0928;
	line-height: 39px;
	float: left;
	font-weight: normal;
}
#social h3 span {
	color: #161616;
	margin: 0 0 0 -3px;
}
#social ul {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}
#social ul li {
	float: left;
	width: 24px;
	height: 39px;
	margin: 0 7px 0 0;
	padding: 0;
}
#social ul li.googleplus {
	background: url(../img/icon_googleplus.jpg) center no-repeat;
}
#social ul li.twitter {
	background: url(../img/icon_twitter.jpg) center no-repeat;
}
#social ul li.facebook {
	background: url(../img/icon_facebook.jpg) center no-repeat;
	margin-right: 0;
}
#social ul li a {
	
}
#social ul li a:hover {
	background-color: transparent;
}
#social ul li a span {
	display: none;
}

#language {
	background-color: #787878;
	float: left;
	height: 39px;
	min-width: 50px;
	box-sizing: border-box;
	padding: 0 10px;
}
#language h3 {
	display: none;
}
#language ul {
	margin: 0;
	padding: 0;	
}
#language ul li {
	margin: 0;
	padding: 0;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	color: #acabab;
}
#language ul li a {
	margin: 0;
	padding: 0;
	color: #fff;
}
#language ul li a:hover {
	color: #80142B;
	background-color: transparent;
}
#language ul li:before {
	content: ">";
	color: #343333;
	padding: 0 2px;
}
#language ul li.first:before {
	content: "";
	padding: 0;
}


/* CONTENT MAIN START */

div.pages { padding: 5px 0 0 0; margin: 0 0 20px 0; background-color: #FFF; font-size: 15px; }
div.pages strong { padding: 3px 4px; background-color: #cc0033; color: #FFF; }
div.pages span { font-weight: bold; margin: 0 5px 0 0; }
div.pages a { font-weight: normal; color: #777; border: 1px transparent #CCC; padding: 3px 4px; }

#mainContent {
	width: 1025px;
	margin: 30px auto 0 auto;
	box-sizing: border-box;
    padding: 20px;
	overflow: hidden;
}
#mainContent .left {
	float: left;
	width: 640px;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
#mainContent  a {
	color: #9C0727;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	color: #9C0727;
	text-decoration: underline;
}

#image-slide {
	overflow: hidden;
	position: relative;
	margin: 0 0 30px 0;
	height: 283px;
}
#image-slide .innSlide {
	height: 283px;
}
#image-slide img {
	max-width: 100%;
	height: auto;
	width: auto;
	position: absolute;
	z-index: 1;
}


#mainContent .right {
	float: left;
	width: 343px;
	box-sizing: border-box;
}

#mainContent .centerContent {
	margin: 0 auto;
	width: 560px;	
}


/* CONTENT */

#mainContent .button {
	background: url(../img/button_small.png) no-repeat;
	width: 73px;
	height: 19px;
	text-align: center;
	display: block;
}
#mainContent .button a {
	color: #fffefe;
	line-height: 19px;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
}
#mainContent .button a:hover {
	color: #fffefe;
}

#mainContent .button-big {
	background: url(../img/button_big.png) no-repeat;
	width: 107px;
	height: 26px;
	text-align: center;
	display: block;
}
#mainContent .button-big a {
	color: #fffefe;
	line-height: 26px;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
}
#mainContent .button-big a:hover {
	color: #fffefe;
}

.box-home {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.box-home h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #ad0928;
	word-spacing: -8px;
	margin: 0 0 20px 0;
}
.box-home h3 span {
	color: #908f8f;
}
.box-home h3 strong {
	color: #161616;
	font-weight: normal;
}
.box-home img {
	max-width: 100%;
	height: auto;
	width: auto;
	float: left;
}
.box-home .testo {
	float: left;
	width: 248px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-family: 'Lato';
	font-size: 12px;
	font-weight: 300px;
	color: #343333;
}
.box-home .testo p {
	line-height: 17px;
}

#news {
	overflow: hidden;
}
#news  h3 {
	font-size: 18px;
	color: #bd0926;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 5px 0;
}
#news  h4 {
	font-size: 14px;
	color: #161616;
	font-weight: 400;
	margin: 0 0 15px 0;
}
#news dl {
	margin: 0;
	padding: 0;
}
#news dl dt.title {
	font-size: 18px;
	color: #bd0926;
}
#news dl dt.data {
	font-size: 14px;
	color: #161616;
}
#news dl dd {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 13px;
	color: #343333;
	line-height: 19px;
}
#news p {
	background: url(../img/button_small_grey.png) no-repeat;
    height: 19px;
    width: 74px;
	text-align: center;
	margin: 0 0 28px 0;
}
#news p a {
	/*color: #fffefe;*/
	line-height: 19px;
	font-size: 11px;
	font-family: "Lato";
	font-style: italic;
	font-weight: 700;
}
#news p a:hover {
	/*color: #fffefe;*/
	text-decoration: underline;
}
#news p.read a {
	color: #fff;
}
#news p.read a:hover {
	color: #fff;
}
#news .contenuto p {
	background: none;
    height: auto;
    width: auto;
	text-align: left;
	margin: 0 0 15px 0;
}

#linkutili {
	
}
#linkutili h3 {
	font-weight: 700;
	color: #343333;
	font-size: 15px;
	margin: 0 0 10px 0;
}
#linkutili ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}
#linkutili ul li {
	margin: 0 0 5px 15px;
	padding: 0;
	list-style-type: square;
}

/* CONTENT RIGHT */

#box-news {
	width: 343px;
	height: auto;
	position: relative;
	background-color: #e7e7e7;
	padding: 15px;
	box-sizing: border-box;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	margin: 0 0 40px 0;
}
#box-news h3 {
	font-size: 24px;
	font-weight: normal;
	color: #161616;
	word-spacing: -8px;
	margin: 0 0 20px 0;
}
#box-news h3 span {
	color: #908f8f;
}
#box-news h3 strong {
	color: #ad0928;
	font-weight: normal;
}
#box-news .container-news {
	width: 100%;
	height: 200px;
	position: relative;
	
	
}
#box-news .container-news .nsBox {
	position: absolute;
	width: 999999px;
	height: 200px;
	top: 0;
	left: 0;
}
#box-news .container-news .nsBox .single {
	float: left;
	width: 304px;
	height: 200px;
	margin: 0 24px 0 0;
	position: relative;
}
#box-news .container-news .nsBox .single dl {
	margin: 0;
	padding: 0;
}
#box-news .container-news .nsBox .single dl dt.title {
	font-size: 18px;
	color: #bd0926;
}
#box-news .container-news .nsBox .single dl dt.data {
	font-size: 14px;
	color: #161616;
}
#box-news .container-news .nsBox .single dl dd {
	font-family: "Lato";
	font-style: normal;
	font-weight: 300;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 13px;
	color: #343333;
	line-height: 19px;
}
#box-news .container-news .nsBox .single p {
	background: url(../img/button_small_grey.png) no-repeat;
	bottom: -19px;
    height: 19px;
    left: 235px;
    position: absolute;
    width: 74px;
	text-align: center;
}
#box-news .container-news .nsBox .single p a {
	color: #fffefe;
	line-height: 19px;
	font-size: 11px;
	font-family: "Lato";
	font-style: italic;
	font-weight: 700;
}
#box-news .container-news .nsBox .single p a:hover {
	color: #fffefe;
	text-decoration: underline;
}
#box-news .circle-nav {
	bottom: 15px;
    height: 15px;
    left: 17px;
    overflow: hidden;
    position: absolute;
}
#box-news .circle-nav ul {
    list-style-type: none;
}
#box-news .circle-nav ul li {
	list-style-type: none;
	float: left;
	margin: 0 4px 0 0;
	font-size: 9px;
	cursor: pointer;
}
#box-news .circle-nav ul li span {
	display: none;
}
#box-news .circle-nav ul li a {
	color: #999;
}

#box-lastBlogArticle {
	width: 343px;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0 15px;
	box-sizing: border-box;
}
#box-lastBlogArticle h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #ad0928;
	margin: 0 0 20px 0;
}
#box-lastBlogArticle h3 span {
	color: #161616;
	font-weight: normal;
}
#box-lastBlogArticle ul li {
	margin-bottom: 10px;
}

#box-newsletter {
	width: 343px;
	height: auto;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 15px;
	box-sizing: border-box;
}
#box-newsletter h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #ad0928;
	margin: 0 0 20px 0;
}
#box-newsletter h3 span {
	color: #161616;
	font-weight: normal;
}
#box-newsletter fieldset {
	border: none;
}
#box-newsletter fieldset .row label {
	float: left;
	width: 80px;
}
#box-newsletter fieldset .row input {
	width: 200px;
	padding: 3px;
}
#box-newsletter fieldset .row .condizioni {
	padding: 5px;
}
#box-newsletter fieldset .row .condizioni label {
	float: none;
	margin: 0 10px 0 0;
}
#box-newsletter fieldset .row .condizioni input {
	width: auto;
	padding: 0;
}
#box-newsletter fieldset .privacy {
	overflow: auto;
	border: 1px solid #DDD;
	padding: 10px;
	background-color: #FEFEFE;
	height: 150px;
	margin: 0 0 10px 0;
}
#box-newsletter fieldset .privacy p {
	font-size: 10px;
	line-height: 13px;
}
#box-newsletter fieldset .privacy h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
}
#box-newsletter button {
	background: url(../img/button_small_grey.png) no-repeat;
	width: 73px;
	height: 19px;
	text-align: center;
	border: none;
}
#box-newsletter button span {
	color: #fffefe;
	line-height: 19px;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
	font-family: 'Lato';
}
#box-newsletter button:hover {
	color: #fffefe;
	text-decoration: underline;
	cursor: pointer;
}

#box-linkutili {
	width: 343px;
	height: auto;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 15px;
	box-sizing: border-box;
}
#box-linkutili h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #ad0928;
	margin: 0 0 20px 0;
	word-spacing: -7px;
}
#box-linkutili h3 span {
	color: #161616;
	font-weight: normal;
}
#box-linkutili img {
    height: auto;
    max-width: 100%;
    width: auto;
}

#box-diconodilui {
	overflow: hidden;
	margin: 0 0 40px 0;
	padding: 0 15px;
	box-sizing: border-box;
}
#box-diconodilui h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #ad0928;
	word-spacing: -8px;
	margin: 0 0 10px 0;
}
#box-diconodilui h3 span {
	color: #908f8f;
}
#box-diconodilui h3 strong {
	color: #161616;
	font-weight: normal;
}
#box-diconodilui img {
	max-width: 100%;
	height: auto;
	width: auto;
	float: left;
}
#box-diconodilui .testo {
	float: left;
	box-sizing: border-box;
	font-family: 'Lato';
	font-size: 12px;
	font-weight: 300px;
	color: #343333;
	margin: 10px 0 0 0;
}
#box-diconodilui .testo p {
	line-height: 17px;
	margin: 0 0 10px 0;
}

#box-lacasamuseo {
	overflow: hidden;
	margin: 0 0 40px 0;
	padding: 0 15px;
	box-sizing: border-box;
}
#box-lacasamuseo h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #ad0928;
	word-spacing: -8px;
	margin: 0 0 10px 0;
}
#box-lacasamuseo h3 span {
	color: #908f8f;
}
#box-lacasamuseo h3 strong {
	color: #161616;
	font-weight: normal;
}
#box-lacasamuseo img {
	max-width: 100%;
	height: auto;
	width: auto;
	float: left;
}
#box-lacasamuseo .testo {
	float: left;
	box-sizing: border-box;
	font-family: 'Lato';
	font-size: 12px;
	font-weight: 300px;
	color: #343333;
	margin: 10px 0 0 0;
}
#box-lacasamuseo .testo p {
	line-height: 17px;
	margin: 0 0 10px 0;
}

/* CONTENT LEFT */

#quaderni {
	overflow: hidden;
}
#quaderni .q {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}
#quaderni .q img {
	display: block;
}

#quaderni .q a {
	position: absolute;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
	opacity: 0;
	width: 100%;
	height: auto;
	background-color: #000;
	text-decoration: none;
	display: block;
}
#quaderni .q a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=70);
    -khtml-opacity: 0.70;
    -moz-opacity: 0.70;
	opacity: 0.70;
	background-color: #000;
	text-decoration: none;
	overflow: hidden;
}
#quaderni .q a span {
	display: none;
}
#quaderni .q a:hover span {
	color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    margin: 0;
    padding: 50px 0 0 0;
	display: block;
	text-align: center;
	/*height: 100%;*/
}

#organigramma {
	overflow: hidden;
}
#organigramma h3 {
	margin-bottom: 10px;
}
#organigramma p {
	margin: 0 0 30px 0;
}
#organigramma .col {
	float: left;
	width: 48%;
}
#organigramma .col:first-child {
	margin-right: 2%;
}

#blog {
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 0 0 0;
}
#blog .backPage {
	text-align: right;
}
#blog .backPage p {
	margin: 0 0 5px 0;
}
#blog dl {
	overflow: hidden;
	margin: 0 0 50px 0;
	padding: 0;
}
#blog dl dt {
	background-color: #b6b5b5;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 7px 10px;
}
#blog dl dd {
	margin: 0 0 0 0;
	padding: 0;
}
#blog dl dd.immagine {
	/*background: url(../img/bg_border_image_home.png) no-repeat; width: 519px; height: 309px; margin: 4px 0 10px 0;*/
}
#blog dl dd.immagine img {
	margin: 0 0 10px; 
	max-width: 100%;
	height: auto;
	width: auto;
}
#blog dl dd.opzioni {
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	text-align: right;
	border-top: 1px solid #eaeaeb;
}
#blog .commenti {
	overflow: hidden;
	display: none;
	margin: 20px 0 0 0;
}
#blog .commenti a#next {
	display: block;
	text-align: center;
	padding: 10px 0;
	background-color: #EEE;
	color: #999;
	border: 1px solid #CCC;
}
#blog .commenti div {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#blog .commenti .autore {
	color: rgba(0, 39, 59, 0.35);
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
#blog .commenti .autore span {
	font-size: 14px;
	font-weight: 700;
	color: #77B300;
}
#blog .commenti .autore small {
	font-size: 12px;
	font-weight: 400;
	color: #ccc;
	margin: 0 2px;
}
#blog .commenti .testo {
	font-size: 14px;
	font-weight: 400;
	color: #444;
}

#opere {
	overflow: hidden;
}
#opere dl {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}
#opere dl dt {
	float: left;
    margin: 0 15px 0 0;
    max-width: 100%;
    padding: 0;
    width: 120px;
}
#opere dl dt img {
	max-width: 100%;
	height: auto;
	width: auto;
}
#opere dl dd {
	margin: 0;
	padding: 0;
}
#opere dl dd.title {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #bd0926;
}

.galleria { height: 450px; clear: both; }

#photogallery {
	overflow: hidden;
    position: relative;
}
#photogallery .kmcarousel-slide {
	position: relative;
	height: 350px;
}
#photogallery .kmcarousel-slide .image-wrapper {
	font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#photogallery .kmcarousel-slide .image-wrapper {
	max-width: 100%;
}
#photogallery .kmcarousel-slide .image-wrapper img {
	max-width: 100%;
}

#photogallery .nav-arrows {

}
#photogallery .nav-prev:before {
    bottom: 0;
    color: #fff;
    content: "<";
    font-size: 30px;
    font-weight: 900;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
#photogallery .nav-prev.disabled:before {
    color: #999;
}
#photogallery .nav-prev {
    bottom: 0;
    box-sizing: border-box;
    margin: auto;
    overflow: hidden;
    padding: 5%;
    position: absolute;
    top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

#photogallery .nav-next:before {
	bottom: 0;
    color: #fff;
    content: ">";
    font-size: 30px;
    font-weight: 900;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
#photogallery .nav-next.disabled:before {
    color: #999;
}
#photogallery .nav-next {
    bottom: 0;
    box-sizing: border-box;
    margin: auto;
    overflow: hidden;
    padding: 5%;
    position: absolute;
    top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
#photogallery .nav-arrows a {
    
}
#photogallery .nav-arrows a:hover {
    text-decoration: none;
}
#photogallery .nav-arrows span {
    display: none;
}

.inline-photo {
	overflow: hidden;
}
.inline-photo a {
	float: left;
	display: block;
	border: 1px solid #ccc;
	margin: 2px;
}
.inline-photo a:hover {
	border: 1px solid #A60829;
}
.inline-photo img {
	height: 100px;
	display: block;
	padding: 1px;
	box-sizing: border-box;
}

/*
#photogallery .nav-bullets {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
	text-align: center;
    z-index: 2;
}
#photogallery .nav-bullets a.active:after {
    opacity: 1 !important;
}
#photogallery .nav-bullets a:after {
    background-color: #fff;
    border-radius: 50%;
    content: ".";
    display: block;
    font-size: 0;
    height: 10px;
    opacity: 0.3;
    width: 10px;
}
#photogallery .nav-bullets a {
    display: inline-block;
    margin-right: 5px;
    outline: none;
}
#photogallery .nav-bullets a span {
    display: none;
}
*/

/* FOOTER START */

#mini-border-footer {
	width: 100%;
	margin: 0 auto;
	height: 13px;
	background-color: #d1cfcf;
}

#footer {
	background: url(../img/background_footer.jpg) repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 156px;
	display: table;
    clear: both;
}
#footer .center {
	width: 1050px;
	height: 156px;
	margin: 0 auto;
}
#footer .center img {
	height: 110px;
	vertical-align: middle;
	margin: 20px 0 0 20px;
	float: left;
}
#footer .copyright {
	float: left;
	margin: 20px 0 0 30px;
	border-left: 1px solid #fff;
	padding-left: 30px;
}
#footer .copyright p {
	color: #fff;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
}
#footer .copyright p small {
	font-size: 10px;
	line-height: 13px;
	font-style: normal;
}
#footer .navigation {
	float: left;
	margin: 20px 0 0 30px;
	border-left: 1px solid #fff;
	padding-left: 30px;
	height: 120px;
}
#footer .navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#footer .navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-style: italic;
	font-weight: 700;
	font-size: 12px;
	width: 110px;
}
#footer .navigation ul li a {
	color: #fff;
}
#footer .navigation ul li ul {
	float: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer .navigation ul li ul li {
	float: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	height: auto;
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
}
#footer .navigation p {
	float: left;
    font-size: 11px;
    margin: 0 0 0 12px;
	color: #fff;
}
#footer .navigation p a {
	color: #fff;
}
#footer .navigation p a:hover {
	color: #fff;
	text-decoration: underline;
}





