<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 */

@font-face {
    font-family: 'museo_sans500';
    src: url('fonts/exljbris_-_museosans-500-webfont.eot');
    src: url('fonts/exljbris_-_museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exljbris_-_museosans-500-webfont.woff') format('woff'),
         url('fonts/exljbris_-_museosans-500-webfont.ttf') format('truetype'),
         url('fonts/exljbris_-_museosans-500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
	margin:0;
	padding:0;
	background-color:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
}
::selection {background:#F90}
::-moz-selection {#F90}

::-webkit-scrollbar{
    width:0.8em;
    height:0.8em;
    background: #BCB5B3;
    margin-right: 10px;
}
::-webkit-scrollbar:hover{
    background-color:#A09C9A;
    border: none;
}
::-webkit-scrollbar-thumb{
    min-height:0.8em;
    min-width:0.8em;
    background-color: #777471;
border: none;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #595552;
border: none;
}
::-webkit-scrollbar-thumb:active{
    background-color:#595552;
    border: none;
}

img {
	border: 0;
}

#menu {
	width:100%;
	height:70px;
	background-color:#f19300;
	box-shadow:0 1px 10px #000;
	position:fixed;
	z-index:500;
}
.menu_in {
	width:945px;
	height:70px;
	margin:0 auto;
	padding:0 0 0 15px;
}
#menu ul, li {
	list-style:none;
	display:inline;
	margin:0 0.7em;
	font-size:1em;
	line-height:65px;
	padding:0;
	font-weight:bold;
}
li a:link,
li a:visited,
li a:active {
	text-decoration:none;
	color:#FFF;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
}
li a:hover {
	color:#666;
}

/* ================= SLIDER FOTOGRAFICO ================= */

.banner {
	position: relative;
	overflow:auto;
	padding:0;
	margin:0;
}

.banner li { 
    list-style: none;
    padding:0;
	margin:0;
}
.banner h1 {
	text-align:center;
	color:#fff;
	margin:0;
}

.banner ul li { 
    float: left;
	padding:0;
	margin:0; 
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto; 
	min-height:700px;
}

.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {
  background: #fff;
  opacity: 1;
}
.logo {
	width:266px;
	height:103px;
	margin:250px auto 0 auto;
	background-image: url(img/homepage/logo.png);
}
.btn h1 {
	font-size:1em;
	margin:0;
	line-height:40px;
	color:#FFF;
}

.btn {
	width:115px;
	height:40px;
	margin:0 auto;
	padding:0;
	border-radius:2px;
	background-color:#f19300;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
a .btn:link, .btn:visited, .btn:active  {
	width:115px;
	height:40px;
	margin:0 auto;
	padding:0;
}

a .btn:hover {
	background-color:#d17700;
}


/* ================= FINE SLIDER FOTOGRAFICO ================= */


.deco {
	border-bottom-color:#f19300;
	border-bottom-style:solid;
	margin:0 auto;
}
.contenuti {
	width:960px;
	height:auto;
	margin:0 auto;
	background-color:#f1f1f1;
}
footer {
	width: 100%;
	height: 150px;
	margin: 40px 0 0 0;
	background-color: #1b1b1b;
	border-top-style: solid;
	border-top-color:#f19300
}
.footer_in {
	width:960px;
	height:150px;
	margin:0 auto;
}
.footer_in_sx {
	width:720px;
	height:150px;
	float:left;
}
.footer_cont {
	width:230px;
	height:50px;
	margin:0 10px 0 0;
	padding:20px 0;
	float:left;
}
.footer_cont_alt {
	width:240px;
	height:150px;
	margin:0;
	padding:0;
	float:left;
}
.icon {
	width:35px;
	height:50px;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	display:block;
}

.fascia {
    width:60px;
	height:148px;
	float:left;
	margin:0 0 0 60px;
	padding:0;
	background-color:#666;	
}
.social {
    width:60px;
	height:150px;
	float:left;
	margin:0 0 0 60px;
	padding:0;
	background-image:url(img/social.jpg);	
}
.icon_social {
	width:45px;
	height:45px;
}


h2 {
	font-family: 'museo_sans500';
	font-size:35px;
	text-align:center;
	line-height:60px;
	color:#f19300;
	margin-top:20px;
}
h3 {
	font-family: 'museo_sans500';
	font-size:0.7em;
	float:left;
	line-height:15px;
	color:#FFF;
	font-weight:lighter;
	margin:0;
}
h3#copyright {
	font-family: 'museo_sans500';
	font-size:0.7em;
	float:left;
	line-height:0;
	color:#FFF;
	margin:40px 0 0 30px;
	font-weight:lighter;
}
p {
	margin-top:20px;
	text-align:center;
	color:#606060;
	font-family: 'museo_sans500';
	font-size:1.2em;
	line-height:30px;
	font-weight:lighter;
}
</pre></body></html>