@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: fontPannello;
	src: url("../../Font00/font.eot"); /* IE9 Compat Modes */
	src: url("../../Font00/font.eot?#iefix") format("embedded-opentype"), 	/* IE6-IE8 */
		 url("../../Font00/font.otf") format("opentype"), 					/* Open Type Font */
		 url("../../Font00/font.svg") format("svg"), 						/* Legacy iOS */
		 url("../../Font00/font.ttf") format("truetype"), 					/* Safari, Android, iOS */
		 url("../../Font00/font.woff") format("woff"), 						/* Modern Browsers */
		 url("../../Font00/font.woff2") format("woff2"); 					/* Modern Browsers */
	font-weight: normal;
}
@font-face{	
	font-family: fontPannello;
	src: url("../../Font00/font-italic.eot"); /* IE9 Compat Modes */
	src: url("../../Font00/font-italic.eot?#iefix") format("embedded-opentype"), 	/* IE6-IE8 */
		 url("../../Font00/font-italic.otf") format("opentype"), 					/* Open Type Font */
		 url("../../Font00/font-italic.svg") format("svg"), 						/* Legacy iOS */
		 url("../../Font00/font-italic.ttf") format("truetype"), 					/* Safari, Android, iOS */
		 url("../../Font00/font-italic.woff") format("woff"), 						/* Modern Browsers */
		 url("../../Font00/font-italic.woff2") format("woff2"); 					/* Modern Browsers */
	font-style: italic;
}
html{
	height: 100%;
	background-color: #022445;
}
body {
	height: 99%;
	font-family: "fontPannello", "Palatino", "Palatino Linotype", "Times New Roman", "Century Schoolbook", "Baskerville Old Face", "serif";
	background-color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 100;
}
a {
	text-decoration: none;
	color: #c69c6d;
}
a:hover {
	text-decoration: underline;
}
/* Container */
.container {
	width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	background-color: white;;
	text-align: center;
}
.denominazione{
	align-content: center;
	color: #002445;
	font-style: normal; 
	font-weight: 100;
	margin: 0px;
	padding: 0px;
}
.capocolor{
	color: #c69c6d;
}
.descrizione{
	align-content: center;
	color: #c69c6d;
	font-style: italic; 
	font-weight: 100;
	margin: 0px;
	padding: 0px;
}
/* Piede */
.piede{
	width: 100%;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #022445;
	color: #c69c6d;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: lighter;
}
hr.sfpiede{
	display: block;
	border: 2px solid #022445;
	margin: 0;
	height: 0;
	background-color: #022445;
	width: auto;
}
hr.sfbody{
	display: block;
	border: 1px solid white;
	margin: 0;
	height: 0;
	background-color: white;
	width: auto;
}
/* Mobile */
@media (max-width: 320px) {
	.container{
		margin: 0 auto -130px; 
	}
	.denominazione{
		padding-top: 40px;
		font-size: 34px;
		line-height: 35px;
	}
	.descrizione{
		padding-top: 15px;
		font-size: 14px;
		padding-bottom: 35px;
	}
	/* Piede */
	.piede, #push{
		font-size: 14px;
		line-height: 15px;
		height: 130px;
	}
	.piede_sede{
		display: block;
		text-align: center;
		height: auto;
		vertical-align: bottom;
		margin-top: 18px;
	}
	.piede_email{
		display: block;
		text-align: center;
		height: auto;
		vertical-align: top;
		bottom: 0;
	}
}
/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
	.container{
		margin: 0 auto -130px; 
	}.denominazione{
		padding-top: 65px;
		font-size: 48px;
		line-height: 50px;
	}
	.descrizione{
		padding-top: 16px;
		font-size: 19px;
		padding-bottom: 35px;
	}
	/* Piede */
	.piede, #push{
		font-size: 15px;
		line-height: 17px;
		height: 130px;
	}
	.piede_sede{
		display: block;
		text-align: center;
		height: auto;
		vertical-align: bottom;
		margin-top: 18px;
	}
	.piede_email{
		display: block;
		text-align: center;
		height: auto;
		vertical-align: top;
		bottom: 0;
	}
}
/* Desktops */
@media (min-width: 768px) {
	.container{
		margin: 0 auto -150px; 
	}.denominazione{
		padding-top: 170px;
		font-size: 69px;
		line-height: 70px;
	}
	.descrizione{
		padding-top: 40px;
		font-size: 30px;
		padding-bottom: 40px;
	}
	/* Piede */
	.piede, #push{
		font-size: 16px;
		line-height: 19px;
		height: 150px;
	}
	.piede_sede{
		display: inline-block;
		text-align: left;
		height: auto;
		vertical-align: bottom;
		bottom: 0;
		margin-right: 170px;
		margin-top: 18px;
	}
	.piede_email{
		display: inline-block;
		text-align: right;
		margin-left: 170px;
		height: auto;
		vertical-align: bottom;
		bottom: 0;
	}
}