﻿html {
	/*font-family: Roboto, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
	font-family: Larsseit, verdana, helvetica, arial;
}
body {
	margin: 0;
	padding: 0;
}
.Pagina {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 40px 0;
	margin: auto;
	background-color: rgb(238, 235, 230);
	transition: 0.5s;
	box-sizing: border-box;
}
.LEGENDA {
	position: relative;
	display: inline-block;
	height: auto;
	width: 100px;
	text-align: left;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-left: 1em;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #C7C7C7;
	border-bottom: solid 1px #C7C7C7;
	border-right: solid 1px #C7C7C7;
	background-color: rgba(255, 255, 255, 1.00);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.LEGENDA .Data {
	display: inline-block;
	width: auto;
	font-size: 18px;
	color: #005588;
	text-align: left;
	vertical-align: top;
	font-family: corsiva;
	line-height: 1em;
	margin-top: 1px;
	font-style: italic;
}
.Pal_Verde, .Pal_Rosso, .Pal_Giallo, .Pal_Neutro {
	display: inline-block;
	border-radius: 10px;
	margin: 0 0.5em;
}
.Pal_Verde {
	border-left: 15px solid #009900;
}
.Pal_Giallo {
	border-left: 15px solid #ffcc66;
}
.Pal_Rosso {
	border-left: 15px solid #CC0000;
}
.Pal_Neutro {
	border-left: 15px solid #CAD7DD;
}
#spirale {
	position: relative;
	display: block;
	width: 650px;
	height: 60px;
	margin: 0 auto;
	top: 30px;
	background-image: url('../img/spirale.png');
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.5s;
	z-index: 1000;
}
#CLNDR {
	position: relative;
	display: block;
	width: 810px;
	padding: 60px 10px 10px 10px;
	margin: 0 auto 60px auto;
	text-align: center;
	border-radius: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
#CLNDR > #calendar {
	margin: 0px;
	width: 100%;
}
.fc-left > h2 {
	font-family: corsiva;
	font-size: 2.5em;
	color: #005588;
	text-decoration: none;
	text-transform: capitalize;
	white-space: nowrap;
	margin-top: -10px;
	transition: 0.5s;
	font-style: italic;
}
.fc-day-header span {
	line-height: 2em !important;
}
.fc-day-header.fc-fri, .fc-day-header.fc-sat, .fc-day-header.fc-sun {
	color: #FFF;
	cursor: pointer;
}
.fc-day-header.fc-fri {
	background-color: #009900;
}
.fc-day-header.fc-sat {
	background-color: #FFCC00;
	color: #000;
}
.fc-day-header.fc-sun {
	background-color: #CC0000;
}
.fc-content {
	padding: 0.2em;
}
.fc-event * {
	font-size: 12px !important;
	line-height: 1.1em !important;
}
.fc-time, .fc-list-item-time {
	display: none;
}
.fc-day-grid-event .fc-content {
	white-space: normal;
}
.fancybox-slide {
	padding: 44px;
}
.fancybox-slide--iframe .fancybox-content {
	width: 80% !important;
	height: 70% !important;
	margin: 0;
}
#BOX {
	background-color: #000;
	height: 768px;
	width: 990px;
	color: #FFF;
}
#FaxVerde {
	background-color: #009900;
	display: block;
	height: 30px;
	width: 990px;
	position: absolute;
}
#FaxGiallo {
	background-color: #FFCC00;
	display: block;
	height: 30px;
	width: 990px;
	position: absolute;
}
#FaxRosso {
	background-color: #CC0000;
	display: block;
	height: 30px;
	width: 990px;
	position: absolute;
}
#FaxMAIN {
	background-color: #CFD5DA;
	display: block;
	height: 30px;
	width: 990px;
	position: absolute;
}
#MAINHOME {
	position: absolute;
	height: 100%;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../img/ico_home.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	font-size: 14px;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Larsseit, verdana, helvetica, arial;
	color: #FFF;
	right: 0px;
}
#MAINHOME:hover {
	color: #FFF;
	background-color: #000000;
}
.HomePiede {
	color: #CCC;
	padding-top: 5px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#EVENTO {
	display: block;
	height: auto;
	width: 800px;
	margin-bottom: 10px;
	margin-left: 80px;
	padding-left: 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(225, 229, 231, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(225, 229, 231, 1.00) 100%);
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
#EVENTO:hover {
	background-image: -webkit-linear-gradient(270deg, rgba(242, 245, 246, 1.00) 0%, rgba(192, 208, 214, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(242, 245, 246, 1.00) 0%, rgba(192, 208, 214, 1.00) 100%);
}
#EVENTO .Data {
	color: #005588;
	font-size: 18px;
	text-transform: capitalize;
	width: 200px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	font-family: corsiva;
	line-height: 1.2em;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 1px;
	font-style: italic;
}
#EVENTO .Titolo {
	font-size: 16px;
	display: inline-block;
	height: auto;
	width: auto;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 10px;
	color: #333333;
}
.Pagina.Scheda {
	background-color: #FFF;
	padding: 20px;
}
#SchedaTitolo {
	position: relative;
	display: block;
	width: 100%;
	font-family: corsiva;
	font-size: 40px;
	text-align: left;
	line-height: 1em;
	word-wrap: hyphenate;
	color: #333333;
	vertical-align: top;
	margin-top: 35px;
	font-style: italic;
}
#SchedaFoto {
	display: block;
	width: 100%;
	height: auto;
	border: 8px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
	box-sizing: border-box;
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 30px;
}
#SchedaTesto {
	position: relative;
	top: 0px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-gap: 60px;
	column-gap: 60px;
	column-rule: solid 1px #CFCFCF;
	margin: 35px 0;
	font-size: 14px;
	text-align: justify;
	color: #333333;
}
.ColVerde {
	color: #009900;
	background-color: #009900;
}
.ColGiallo {
	color: #FFCC00;
	background-color: #FFCC00;
}
.ColRosso {
	color: #CC0000;
	background-color: #CC0000;
}
#LENTE {
	background-color: #FFFFFF;
	width: auto;
	margin-right: 15px;
	height: 16px;
	padding: 8px;
	float: left;
	margin-top: 16px;
	position: absolute;
	margin-left: 13px;
}
@media(max-width:1023.9px) {
	.Pagina {
		width: 100%;
		padding: 40px 20px;
	}
	.Pagina.Scheda {
		width: calc(100% - 40px);
	}
	.fancybox-slide {
		padding: 44px;
	}
	.fancybox-slide--iframe .fancybox-content {
		width: 100% !important;
	}
}
@media(max-width:899.9px) {
	.fc-scroller {
		height: 400px !important;
	}
	#spirale {
		width: 360px;
	}
	#CLNDR {
		width: 100%;
		margin-left: 0;
	}
}
@media(max-width:767.9px) {
	#SchedaFoto {
		width: auto;
	}
	#SchedaTesto {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
@media(max-width:499.9px) {
	.fc-left > h2 {
		font-size: 1.5em;
		margin-top: 0px;
	}
	.fancybox-slide {
		padding: 44px 15px;
	}
	#spirale {
		width: 180px;
	}
	.Pal_Verde, .Pal_Rosso, .Pal_Giallo, .Pal_Neutro {
		display: block;
		margin: 0 auto 10px auto;
	}
	#SchedaFoto {
		width: 100%;
	}
	#CLNDR {
		width: calc(100% + 40px);
		margin-left: -20px;
		border-radius: 0;
	}
}