<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #CCC;
  -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #01632f;
}
::-webkit-scrollbar:horizontal {
  height: 5px;
}
::-webkit-scrollbar-track:horizontal {
  background: #CCC;
  box-shadow: none;
}
body {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  background: #f8f8f8;
  color: #777777;
}
.wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.wrap-shadow {
  background: #FFF;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}
.wrap-shadow .single-img {
  max-width: 100%;
}
.wrap-shadow .single-img img {
  width: 100%;
}
#map {
  width: 100%;
  height: 370px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #map {
    height: 250px;
  }
}
#marker-map p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
#marker-map a {
  color: #01632f;
}
#marker-map a:hover {
  color: #777777;
}
#invio-ok {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  padding: 15px 30px;
  max-width: 250px;
  background: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #777777;
  -webkit-box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.5);
}
#invio-ok strong {
  color: #01632f;
}
#invio-ok span.b-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #ededed;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  padding: 4px 17px 10px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #e2001a;
  cursor: pointer;
}
#invio-ok span.b-close:hover {
  color: #777777;
  background: #e2001a;
}
.fancy {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
}
.fancy span {
  position: absolute;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 99, 47, 0.75);
}
.fancy span i {
  position: absolute;
  font-size: 22px;
  margin-top: -15px;
  margin-left: -15px;
  top: 50%;
  left: 50%;
  color: #FFF;
}
.fancy:hover span {
  top: 0;
}
.content {
  padding: 35px 50px;
}
.content .box-1-2 {
  width: 45%;
  margin: 20px 2.5%;
  float: left;
}
@media (max-width: 850px) {
  .content .box-1-2 {
    float: none;
    margin: 20px 0;
    width: 100%;
  }
}
.content p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  margin: 0 0 20px;
}
.content p.red-home {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #e2001a;
}
.content .left {
  float: left;
  margin: 10px 20px 15px 0;
}
.content .left.left-1-3 {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .content .left.left-1-3 {
    float: none;
    margin: 15px auto;
    max-width: 200px;
  }
}
.content .left.left-4 {
  margin-right: 0;
}
@media (max-width: 970px) {
  .content .left.left-4 {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .content .left.left-4 {
    float: none;
    margin: 15px auto;
    max-width: 200px;
  }
}
.content .right {
  float: right;
  margin: 10px 0 15px 20px;
}
@media (max-width: 768px) {
  .content .left,
  .content .right {
    float: none;
    display: block;
    margin: 15px auto;
    max-width: 200px;
  }
}
.content h1 {
  float: left;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  color: #01632f;
  max-width: 300px;
  padding: 0 120px 0 0;
  margin: 0 0 25px;
  position: relative;
}
.content h1:after {
  content: '';
  height: 80%;
  top: 10%;
  right: 75px;
  position: absolute;
  background: #01632f;
  width: 3px;
  -ms-transform: rotate(15deg);
  /* IE 9 */
  -webkit-transform: rotate(15deg);
  /* Chrome, Safari, Opera */
  transform: rotate(15deg);
}
@media (max-width: 668px) {
  .content h1:after {
    right: 25px;
  }
}
@media (max-width: 668px) {
  .content h1 {
    padding-right: 0;
    max-width: 100%;
    float: none;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }
  .content h1:after {
    display: none;
  }
}
.content h1.h1-full {
  max-width: 100%;
  width: 100%;
  padding: 0;
  float: none;
}
.content h1.h1-full:after {
  display: none;
}
.content h2 {
  color: #01632f;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  clear: both;
  display: block;
  border-bottom: 1px dashed #777777;
  margin: 50px 0 15px;
  text-transform: uppercase;
}
.content h2 span {
  color: #777777;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.content h3 {
  color: #777777;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  clear: both;
  display: block;
  margin: 40px 0 15px;
}
.content table {
  margin: 20px 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  border: 2px solid #777777;
}
.content table th {
  color: #01632f;
  background: #dddddd;
}
.content table th,
.content table td {
  padding: 8px 15px;
  text-align: center;
  border: 1px dashed #aaaaaa;
}
.content .big-link {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3ba86e;
  padding: 15px 30px;
  color: #FFF;
  text-decoration: none;
  font-size: 25px;
  margin: 15px auto 30px;
  position: relative;
  display: block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.content .big-link:hover {
  background: #db5463;
}
.content .form-big {
  background: #eaeaea;
  padding: 20px;
  max-width: 500px;
  margin: 20px auto 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.content .form-big .errors {
  color: red;
}
.content .form-big .codice-segreto {
  display: none;
}
.content .form-big .box-1-2 {
  margin: 10px 2.5% 0;
}
@media (max-width: 850px) {
  .content .form-big .box-1-2 {
    float: left;
    width: 45%;
  }
}
@media (max-width: 650px) {
  .content .form-big .box-1-2 {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.content .form-big label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.content .form-big select {
  margin-bottom: 15px;
}
.content .form-big input {
  width: 100%;
  margin-bottom: 15px;
}
.content .form-big input#button {
  float: right;
  width: auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background: #3ba86e;
  color: #FFF;
  border: none;
  margin: 2px 2.5% 0 15px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
@media (max-width: 650px) {
  .content .form-big input#button {
    margin: 20px 0 0;
  }
}
.content .form-big input#button:hover {
  background: #db5463;
}
.content .form-big .form-note {
  width: 95%;
  float: left;
  padding: 0 2.5% 15px;
}
.content .form-big .form-note label.spunta {
  padding-top: 7px;
}
.content .form-big .form-note label.spunta input {
  width: auto;
  margin: 5px 7px 0 0;
}
.content .form-big .form-note details summary {
  padding-top: 20px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.content .form-big .form-note details p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
}
@media (max-width: 650px) {
  .content .form-big .form-note {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.content .form-big .form-note textarea {
  min-width: 96%;
  padding: 2%;
  min-height: 75px;
}
body header.header {
  width: 100%;
  min-height: 135px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}
body header.header a.logo {
  position: absolute;
  top: 10px;
  left: 0;
  width: 230px;
  height: 220px;
  background: url('/img/logo.png') no-repeat 0 0;
  background-size: 100%;
}
body header.header nav.nav {
  z-index: 5;
}
body header.header nav.nav .button-responsive {
  display: none;
}
body header.header nav.nav ul.nav {
  padding: 0;
  margin: 0;
  padding: 0 0 0 250px;
}
body header.header nav.nav ul.nav li.nav {
  position: relative;
  float: left;
}
body header.header nav.nav ul.nav li.nav:hover &gt; a {
  color: #e2001a;
  border-bottom: #e2001a 1px solid;
}
body header.header nav.nav ul.nav li.nav &gt; a {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  padding: 55px 30px;
  display: block;
  float: left;
  text-decoration: none;
  color: #777777;
}
body header.header nav.nav ul.nav li.nav ul.sub-nav {
  padding: 0 5%;
  position: absolute;
  width: 90%;
  top: 80px;
  display: none;
  left: 0;
  background: #FFF;
  border-bottom: #e2001a 1px solid;
}
body header.header nav.nav ul.nav li.nav ul.sub-nav li {
  margin: 15px 0;
}
body header.header nav.nav ul.nav li.nav ul.sub-nav li a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  color: #777777;
}
body header.header nav.nav ul.nav li.nav ul.sub-nav li a:hover {
  color: #FFF;
  background: #01632f;
}
body header.header nav.nav ul.nav li.nav:hover ul.sub-nav {
  display: block;
}
@media (max-width: 868px) {
  body header.header {
    min-height: 245px;
  }
  body header.header a.logo {
    top: 10px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 144px;
  }
  body header.header nav.nav ul.nav {
    padding: 160px 0 0;
  }
  body header.header nav.nav ul.nav li.nav {
    width: 20%;
    text-align: center;
  }
  body header.header nav.nav ul.nav li.nav &gt; a {
    padding: 30px 5%;
    width: 90%;
  }
  body header.header nav.nav ul.nav li.nav:hover ul.sub-nav {
    top: 50px;
  }
}
@media (max-width: 568px) {
  body header.header {
    min-height: 110px;
  }
  body header.header a.logo {
    top: 10px;
    left: 10px;
    margin-left: 0;
    width: 130px;
    height: 124px;
    z-index: 10;
  }
  body header.header nav.nav .button-responsive {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    padding: 7px 10px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    color: #FFF;
    background: #01632f;
    cursor: pointer;
  }
  body header.header nav.nav .button-responsive i.icon-cancel {
    display: none;
  }
  body header.header nav.nav .button-responsive:hover {
    background: #777777;
  }
  body header.header nav.nav ul.nav {
    position: absolute;
    top: -1000px;
    z-index: 1;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    background: #FFF;
    left: 0;
    width: 100%;
    border-bottom: #01632f solid 5px;
    padding-bottom: 50px;
  }
  body header.header nav.nav ul.nav li.nav {
    float: none;
    display: block;
    width: 100%;
  }
  body header.header nav.nav ul.nav li.nav:hover &gt; a {
    color: #FFF;
    border-bottom: none;
    background: #777777;
  }
  body header.header nav.nav ul.nav li.nav a:hover {
    border-bottom: none;
    background: #777777;
    color: #FFF;
  }
  body header.header nav.nav ul.nav li.nav a {
    float: none;
  }
  body header.header nav.nav ul.nav li.nav ul.sub-nav {
    margin: 0;
    background: #777777;
    border-bottom: 2px solid #01632f;
    top: 0;
    display: none;
    position: relative;
  }
  body header.header nav.nav ul.nav li.nav ul.sub-nav li {
    margin: 0 0 20px;
  }
  body header.header nav.nav ul.nav li.nav ul.sub-nav li a {
    padding: 10px;
    color: #FFF;
  }
  body header.header nav.nav ul.nav li.nav:hover ul.sub-nav {
    top: 0;
    display: block;
  }
}
.cycle-next,
.cycle-prev {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1000;
  font-size: 20px;
  color: #FFF;
  padding: 11px;
  background: #777777;
  cursor: pointer;
}
.cycle-next:hover,
.cycle-prev:hover {
  background: #01632f;
}
.cycle-prev {
  left: 0;
}
.cycle-next {
  right: 0;
}
.slideshow-home {
  position: relative;
  z-index: 1;
  max-width: 960px;
}
@media (max-width: 868px) {
  .slideshow-home .cycle-next,
  .slideshow-home .cycle-prev {
    bottom: 50%;
    margin-bottom: -25px;
  }
}
@media (max-width: 568px) {
  .slideshow-home .cycle-next,
  .slideshow-home .cycle-prev {
    display: none;
  }
}
.slideshow-home figure {
  width: 100%;
  padding: 0 0 50px;
  margin: 0;
  position: relative;
}
@media (max-width: 868px) {
  .slideshow-home figure {
    padding: 0;
  }
}
.slideshow-home figure img {
  width: 100%;
}
.slideshow-home figure h2 {
  position: absolute;
  bottom: 20px;
  left: 75px;
  background: #e2001a;
  padding: 10px;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 868px) {
  .slideshow-home figure h2 {
    display: none;
  }
}
.slideshow-home figure span {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  left: 75px;
  bottom: 15px;
  color: #777777;
  padding-right: 75px;
}
@media (max-width: 868px) {
  .slideshow-home figure span {
    display: none;
  }
}
ul.box-foto {
  list-style: none;
  padding: 1%;
  margin: 0;
  background: #eaeaea;
}
ul.box-foto li {
  float: left;
  margin: 1%;
  width: 23%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
ul.box-foto li img {
  width: 100%;
}
ul.box-foto li a {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -14px;
  color: #FFF;
  text-align: center;
  background-color: rgba(1, 99, 47, 0.75);
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
ul.box-foto li a h2 {
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  padding: 5px 0;
  margin: 0;
}
ul.box-foto li a p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  padding: 0 15px;
  display: none;
}
ul.box-foto li:hover a {
  background-color: rgba(226, 0, 26, 0.75);
  top: 0;
  margin-top: 0;
  height: 100%;
}
ul.box-foto li:hover a h2 {
  padding: 30px 0 15px;
  border-bottom: 1px solid #FFF;
}
ul.box-foto li:hover a p {
  display: block;
}
@media (max-width: 868px) {
  ul.box-foto li {
    width: 30%;
    margin: 1.5% 10%;
  }
}
@media (max-width: 668px) {
  ul.box-foto li {
    width: 35%;
    margin: 3% 7.5%;
  }
}
@media (max-width: 568px) {
  ul.box-foto li {
    width: 46%;
    margin: 2%;
  }
}
footer.footer .copy {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  padding: 25px 50px;
}
footer.footer .copy a {
  color: #777777;
  text-decoration: none;
}
footer.footer .copy a.tiphys {
  float: right;
}
footer.footer .copy a:hover {
  color: #e2001a;
}
footer.footer ul {
  background: #eaeaea;
  border-bottom: #01632f solid 5px;
  padding: 25px 50px;
  margin: 0;
  list-style: none;
}
footer.footer ul li {
  margin-right: 4%;
  width: 42%;
  float: left;
}
footer.footer ul li i {
  color: #e2001a;
}
footer.footer ul li i.marker {
  padding-bottom: 20px;
  float: left;
}
footer.footer ul li.follow-us i {
  font-size: 20px;
}
footer.footer ul li a {
  text-decoration: none;
  color: #777777;
}
footer.footer ul li a:hover {
  color: #01632f;
}
footer.footer ul li a:hover i {
  color: #01632f;
}
footer.footer ul li span.title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: black;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
footer.footer ul li span.title:after {
  content: '';
  height: 100%;
  top: 0;
  right: -20px;
  position: absolute;
  background: black;
  width: 2px;
  -ms-transform: rotate(15deg);
  /* IE 9 */
  -webkit-transform: rotate(15deg);
  /* Chrome, Safari, Opera */
  transform: rotate(15deg);
}
footer.footer ul li span.left {
  float: left;
  margin-right: 20px;
}
footer.footer ul li span.left i {
  padding-top: 8px;
}
footer.footer ul li:first-child {
  width: 30%;
}
footer.footer ul li:last-child {
  margin-right: 0;
  width: 20%;
}
footer.footer ul li:last-child i {
  margin-right: 20px;
}
@media (max-width: 968px) {
  footer.footer ul li,
  footer.footer ul li:first-child {
    width: 47.5%;
    margin: 0 2.5% 35px 0;
  }
  footer.footer ul li:last-child {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  footer.footer ul li,
  footer.footer ul li:first-child {
    width: 100%;
    margin: 0 0 35px 0;
  }
  footer.footer ul li span.left,
  footer.footer ul li:first-child span.left {
    float: none;
    display: block;
    padding-bottom: 15px;
  }
  footer.footer ul li:last-child {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 868px) {
  .lt-ie9 body header.header a.logo {
    background-image: url('/img/logo-small.png');
  }
}
.lt-ie9 ul.box-foto li a {
  background-image: url('/img/green-65.png');
}
.lt-ie9 ul.box-foto li:hover a {
  background-image: url('/img/red-65.png');
}
.lt-ie9 .fancy span {
  background-image: url('/img/green-65.png');
}
.slide-text-home {
  text-align: center;
  background: #eaeaea;
  border-bottom: #01632f solid 5px;
  margin-bottom: 35px;
}
.slide-text-home p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}
.slide-text-home h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  color: #01632f;
  padding: 15px 15px 0;
}
@media (max-width: 668px) {
  .slide-text-home h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }
}
.slide-text-home a.button {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
  background: #01632f;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 10px;
  cursor: pointer;
  transition: background 0.15s linear;
}
.slide-text-home a.button:hover {
  background: #777777;
}
.slide-text-home .testimonials {
  min-height: 150px;
  width: 100%;
  display: block;
}
.slide-text-home .testimonials p {
  padding: 0 30px;
}
.slide-text-home .testimonials a {
  font-weight: 700;
  color: #01632f;
  transition: color 0.15s linear;
}
.slide-text-home .testimonials a:hover {
  color: #777777;
}
.slide-text-home .testimonials p.signature {
  text-align: right;
  font-weight: 700;
  margin: 5px 0 0;
}
.slide-text-home .cycle-pager {
  font-size: 65px;
  line-height: 50px;
  padding-bottom: 5px;
}
.slide-text-home .cycle-pager span {
  color: white;
  margin: 0 5px;
  cursor: pointer;
}
.slide-text-home .cycle-pager span.cycle-pager-active {
  color: #777777;
}
.slide-text-home .cycle-pager span:hover {
  color: #01632f;
}
.new-box {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e2001a;
  padding: 15px 30px;
  color: #FFF;
  text-decoration: none;
  font-size: 25px;
  margin: 35px auto 30px;
  position: relative;
  display: block;
  text-align: center;
}
.new-box h2 {
  margin-top: 0;
  color: white;
}
body.on .content,
body.on .box-foto,
body.on .footer,
body.on .new-box,
body.on .slide-text-home {
  display: none;
}
@media (max-width: 568px) {
  body.on header.header nav.nav .button-responsive i.icon-th-list {
    display: none;
  }
  body.on header.header nav.nav .button-responsive i.icon-cancel {
    display: inline-block;
  }
  body.on header.header nav.nav ul.nav {
    top: 0;
  }
}
/*# sourceMappingURL=main.min.css.map */</pre></body></html>