<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    background-image: url('../img/sfondo.jpg');
    background-size: cover;
    background-attachment: fixed;
}

::selection {
    color: white;
    background-color: #ed1c24;
}

a {color: #ed1c24;}
a:hover {color: #ed1c24; text-decoration: none; background-color: transparent;}

h1 {color: white; font-weight: 400; letter-spacing: 1px; font-size: 30px;}
h2 {color: white; font-weight: 400; font-size: 15px; line-height: 25px;}
h3 {color: white; font-weight: 400; letter-spacing: 1px; font-size: 25px; margin-top: 30px; margin-bottom: 15px;}
h4 &gt; a {color: white; font-weight: 400; margin-left: 40px; letter-spacing: 1px;}

.item-page {margin-top: -5px;}

.tp-loader {display: none;}
.tp-rightarrow, .tp-leftarrow {display: none;}

/*MENU PRINCIPALE*/

.menu-principale {
    text-align: center;
    margin-bottom: -20px;
    margin-top: 10px;
}

.menu-principale ul {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}

.menu-principale ul &gt; li {
    display: inline-block;
    padding: 0px 30px;
}

.menu-principale ul &gt; li &gt; a {
    color: white;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.menu-principale ul &gt; li &gt; a:hover {
    background-color: transparent;
    color: #ed1c24;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.menu-principale ul &gt; li.active &gt; a {
    color: #ed1c24;
}

/*NEWS*/

.newsflash &gt; p {
    display: none;
}

.category-desc.clearfix &gt; p &gt; img {margin-left: 100px; margin-bottom: -30px;}

.page-header &gt; h2 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: -10px;
}

.article-info-term {display: none;}
.published {color: white;}

/*FOOTER*/

.footer-wrapper {height: auto; margin-top: 20px;}
.footer-wrapper.sticky {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.sfondo-footer {
    background-image: url('../img/sfondo-footer.png');
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.footer {
    color: black;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
}

/*BTN SOCIAL*/

.btn.btn-facebook {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1px;
  background: #3a5896;
  padding: 7px 50px 7px 50px;
  text-decoration: none;
  text-shadow: none;
  border: none;
  margin-bottom: -5px;
}

.btn.btn-facebook:hover {
  background: #223d75;
  text-decoration: none;
}

.btn.btn-twitter {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1px;
  background: #4099ff;
  padding: 7px 58px 7px 58px;
  text-decoration: none;
  text-shadow: none;
  border: none;
  margin-bottom: -5px;
}

.btn.btn-twitter:hover {
  background: #1272e0;
  text-decoration: none;
}

/*FORM DI CONTATTO*/

div#b2jcontainer_m90.b2jcontainer.contact-form {background-color: transparent; border-color: transparent; color: white;}
div#b2jcontainer_m90.b2jcontainer.contact-form &gt; form#b2j_form_m90.b2j_form.b2jform-extended &gt; div.b2j-contact-group-class &gt; div.control-group &gt; div.controls &gt; input {
    background-color: transparent;
}
div#b2jcontainer_m90.b2jcontainer.contact-form &gt; form#b2j_form_m90.b2j_form.b2jform-extended &gt; div.b2j-contact-group-class &gt; div.control-group &gt; div.controls &gt; input[type="text"] {
    color: white;
}

div#b2jcontainer_m90.b2jcontainer.contact-form &gt; form#b2j_form_m90.b2j_form.b2jform-extended &gt; div.b2j-contact-group-class &gt; div.control-group &gt; div.controls &gt; textarea {
    background-color: transparent;
    color: white;
}

div#b2jcontainer_m90.b2jcontainer.contact-form &gt; form#b2j_form_m90.b2j_form.b2jform-extended &gt; div.control-group.b2j-contact-actions &gt; div.controls &gt; input.btn.btn-success {
    background: #ed1c24;
    margin-left: -70px;
}</pre></body></html>