<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:"Montserrat", sans-serif;
	min-width:960px;
	height: 100%;
}
.clear {
	clear:both;
}
h1,h2,h3,h4,p {
	margin:0px;
	padding:0px;
}
* {
	box-sizing:border-box;
}
a img {
	border:none;
}
#mainContainer {
	width:100%;
	min-width:960px;
	height: 100%;
}
#header {
	min-height:332px;
	
	width:100%;
	min-width:960px;
}
#logo {
	background: url(images/logo.png) no-repeat;
	height: 125px;
	width: 529px;
	display: block;
	float: left;
	position: absolute;
}
#topNav {
	display: table;
	position: absolute;
	top: 25px;
	right: 50px;
}
#topNav a {
	font-size:13px;
	font-weight:400;
	display: table-cell;
	background: #C5632F;
	height: 61px;
	width: 81px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border-radius:40px;
}
#topNav a:hover, #topNav .sel {
	color:#C5632F;
	background: #FFFFFF;
}

#slogan {
	position: absolute;
	top: 27%;
	font-size: 42px;
	color: #FFFFFF;
	font-weight: 700;
	text-shadow:4px 4px 4px #333;
	text-transform:uppercase;
	width:700px;
	margin-left: 30px;
}
.sep {
	width: 20px;
	height: 81px;
	display: table-cell;
}
#slideshow {
	width:100%;
	border-bottom: 30px solid #C5632F;
	min-height:332px;
	max-height:492px;
	overflow: hidden;
}
#slideshow ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#slideshow img {
	width:100%;
	min-width:960px;
}
#logo, #topNav, #slogan {
	z-index: 20;
}
#contents {
	width: 100%;
	min-width:960px;
	font-size:13px;
	height: 100%;
	border-bottom: 1px solid #CCCCCC;
	background: url(images/bg_body.png) repeat-x bottom;
}
#leftCol {
	background: #010101;
	color: #FFFFFF;
	width:22%;
	height: 100%;
	padding-top: 30px;
	float:left;
}
#leftCol h3 {
	background:#FFFFFF;
	color:#010101;
	padding: 10px 10px 10px 30px;
	text-transform: uppercase;
}
#leftCol ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
}
#leftCol li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 30px;
	margin-top: 2px;
}
#leftCol a:hover, #leftCol .sel {
	color: #FFFFFF;
	background: #C5632F;
}
#body {
	float: left;
	width: 78%;
	height:100%;
}
#footer {
	font-size: 11px;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}
.homeText {
	display: block;
	float: left;
	width: 44%;
	font-size: 14px;
	margin: 3%;
	text-align: justify;
}
.homeSub {
	display: block;
	float: left;
	width: 19%;
	margin: 3%;
	text-align: justify;
}
.homeText strong {
	color: #C5632F;
}
.imgSub {
	display: block;
	background: #C5632F;
	overflow: hidden;
	border-radius:50%;
	border: 10px solid #C5632F;
	text-align:center;
	margin-bottom: 25px;
}
.imgSub img {
	width:100%;
}
.tecnologie {
	padding: 40px;
}
.tecImg {
	float: left;
	width: 30%;
	text-align: center;
}
.tecText {
	float: left;
	width: 64%;
	margin-left: 3%;
	text-align: justify;
}
.corpo {
	float: left;
	width: 64%;
	margin-right: 6%;
}
.rightCol {
	float: left;
	width: 30%;
}
.titleFoto {
	color: #C5632F;
}
.foto ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.shadow a {
	display: block;
	float: left;
	width: 45%;
	text-decoration: none;
}
.shadow img {
	width: 100%;
}
.progetto {
	padding: 40px;
}
.progetto h2 {
	color: #FFFFFF;
	background: #C5632F;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}
.foto .sep {
	float:left;
	width:10%;
	diasplay:block;
	height:100px;
}
.shadow a, .sep {
	margin-top:25px;

}.testi {
	margin-bottom: 40px;
	text-align: justify;
}
.rightCol img {
	width: 100%;
}
.planimetrie {
	margin-bottom: 40px;
}
.testi h1 {
	font-size: 28px;
	color: #C5632F;
	font-weight: 400;
	margin-bottom: 10px;
}
.tecImg img {
	width: 80%;
}
.rightCol a {
	margin-bottom: 40px;
	display: block;
	color: #C5632F;
	text-decoration: none;
}
.plan {
	width: 17.5%;
	text-align:center;
	display: block;
	float: left;
	color: #C5632F;
	text-decoration: none;
	margin-top: 25px;
}
.plan a {
	color: #C5632F;
	text-decoration: none;
}
.plan img {
	width: 100%;
}
a.m {
	font-size: 11px;
	color: #333333;
}
.contatti td, contatti th {
	padding: 5px;
}
.contatti input, .contatti textarea {
	width: 100%;
	background: #ECECEC;
	padding: 5px;
	border-style: none;
	border-radius:.5em;
	font-family:"Montserrat", sans-serif;
	font-size:14px;
}
.contatti p {
	margin-bottom: 10px;
	font-size: 14px;
}
.contatti p strong, .contatti p a {
	color: #C5632F;
}
.contatti #privacy {
	width: auto;
}
form {
	margin: 0px;
	padding: 0px;
}
#alert {
	position: absolute;
	height: 150px;
	width: 250px;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	margin:auto;
	display:none;
	background:#FFFFFF;
	text-align:left;
	border-radius:.5em;
	padding:20px;
	border:5px solid #C5632F;
	box-shadow:10px 10px 10px #333;
	font-size:13px;
}
a.read {
	text-decoration: underline;
}
a#close {
	display:block;
	padding-left:.5em;
	padding-right:.5em;
	padding-top:.1em;
	padding-bottom:.1em;
	position:absolute;
	background:#FFFFFF;
	color:#C5632F;
	margin-left:210px;
	margin-top:-2.5em;
	border: 5px solid #C5632F;
	border-radius: 2em;
	box-shadow:0px 0px 4px #999;
	text-decoration:none;
}
</pre></body></html>