@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  line-height: 1em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
body {
  background-color: #555;
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
}

p, ol, li, ul {
  line-height: 1.6em;
}
a {
    font-weight: 700;
  text-decoration: none;
}
input, textarea, select {
  font-family: 'Raleway', sans-serif;
  box-sizing: border-box;
}
input:focus, textarea, select {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
strong, b {
  font-weight: 700;
}
italic, em {
  font-style: italic;
}
.spazio20 {
  height: 20px;
}
.spazio40 {
  height: 40px;
}
.spazio60 {
  height: 60px;
}
.spazio80 {
  height: 80px;
}
.spazio100 {
  height: 100px;
}
.testocentro {
  text-align: center;
}
.testodestra {
  text-align: right;
}
.testosinistra {
  text-align: left;
}
.testogiustifica {
  text-align: justify;
}
.clear {
  clear: both
}

.tornainizio {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  opacity: 0.7;
  background-image: url("../images/ritorna.svg");
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1000;
  transform: rotateY(90deg);
  transition: all 0.4s ease-in-out;
}
.tornainizio:hover {
  opacity: 1;
}
.tornainizioscrolled {
  transform: rotateY(0deg);
}
.portale, #fondobianco {
  position: fixed;
  z-index: 100000001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
#fondobianco {
    opacity: 0;
    background-color: #fff;
  display: none;
}
.fondobiancoattivo {
  display: block !important;
  opacity: 1 !important;
  animation: fadeInFromNone 0.5s ease-out;
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -40px;
  width: 80px;
  height: 80px;
}
.path {
  stroke: #e1071b;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.ready .portale {
  animation: 0.6s ease-out 0s 1 forwards portalechiudi;
}
.portades {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 10000000;
  background-color: #fff;
}
.ready .portades {
  animation: 1s ease-out 0.5s 1 forwards portades;
}
.portasin {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 10000000;
  background-color: #fff;
}
.ready .portasin {
  animation: 1s ease-out 0.5s 1 forwards portasin;
}
div.ml_box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(75, 75, 75, 0.95);
  text-align: center;
  z-index: 10000000000000;
}
div.ml_box img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: zoom-out;
  cursor: -webkit-zoom-out;
  border-radius: 0px;
}
.autocomplete-suggestions {
    text-align: left;
    cursor: pointer;
    border: 0px solid #fff;
    background: transparent;
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: content-box !important;
    margin-top: 30px;
}
.autocomplete-suggestion {
    position: relative;
    padding: 10px 30px;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95em;
    color: #D4F5CB;
    font-weight: 600;
    transition: all 0.3s ease-out;
    box-sizing: content-box !important;
    border: 1px solid #fff;
    margin-bottom:10px;
    border-radius: 0px;
     background-color: #4db133;
}
.autocomplete-suggestion b {
    font-weight: bold;
    color: #fff;
}
.autocomplete-suggestion.selected {
    background: #fff;
    color:#666;
    padding: 15px 30px;

}
.autocomplete-suggestion.selected b {
    font-weight: 600;
    color:#666;
}
.colore0 {
  background-color: #3DBEF7;
}
.colore1 {
  background-color: #e9dfd4;
}
.colore2 {
  background-color: #555;
}
.colore3 {
  background-color: #2cac68;
}
.colore4 {
  background-color: #ffc000;
}
.colore5 {
  background-color: #e4003a;
}
.colore6 {
  background-color: #f5f5f5;
}
.colore7 {
  background-color: #5fb948;
}
.colore8 {
  background-color: #4db133;
}
.colore9 {
  background-color: #f5f5f5;
}
.colore10 {
  background-color: #44b3ba;
}
.menunow .colore1menu {
  color: #D1C3B3;
}
.menunow .colore2menu {
  color: #333;
}
.menunow .colore3menu {
  color: #2cac68;
}
.menunow .colore4menu {
  color: #ffc000;
}
.menunow .colore5menu {
  color: #e1071b;
}
.menunow .colore6menu {
  color: #666;
}
.menunow .colore7menu {
  color: #5fb948;
}
.menunow .colore8menu {
  color: #4db133;
}
.menunow .colore9menu {
  color: #f5f5f5;
}
.menunow .colore10menu {
  color: #44b3ba;
}
.intro {
  width: 100%;
  height: 200px;
  display: block;
  margin-top: -200px;
  margin-bottom: -80px;
  clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
  z-index: 15;
}
.introspeciale {
  height: 201.5px;
  background-color: #fff;
}
.intro_home, .intro_privacy {
  width: 100%;
  height: 200px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  clip-path: none;
  overflow: hidden;
}
.section {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 180px;
  margin-bottom: 20px;
  line-height: 1.5em;
  color: #fff;
}
.sectioninverti {
  color: #555;
}
.section h1 {
  font-size: 4em;
    line-height: 1em;
  margin-bottom: 40px;
}
.section h2 {
  font-size: 1.5em;
    margin-bottom: 20px;
}
.section a {
  color: #fff;
}
.sectioninverti a {
  color: #555;
}
.linkevidenziarosso a {
  background-image: linear-gradient(to right, transparent 51%, #fff 49%);
  background-position: 0;
  background-size: 200%;
  transition: all 0.4s ease-in-out;
  padding: 5px 0px;
  font-weight: bold;
}
.linkevidenziarosso a:hover {
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-position: -100%;
  padding: 5px 20px;
  color: #e1071b;
}

.section hr {
  border: 0;
  height: 1px;
  background-color: #fff;
}
.sectioniverti hr {
  background-color: #555;
}
.section .hrsfuma {
  display: block;
  width:100%;
  border: 0 ;
  height: 2px ;
  margin-bottom: 20px;    
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.sectioninverti .hrsfuma {
    background-image: linear-gradient(to right, rgba(80, 80, 80, 0), rgba(80, 80, 80, 0.85), rgba(80, 80, 80, 0)) !important;
}

.section_home h1{
  margin-top: 80px;
}
.section_ricercaappalto {
    padding-top: 0px;
    overflow: visible;
}
.section_lista {
  min-height: 0;
  height: auto;
  padding-top: 0px;
}
.section_home {
  padding-top: 0px;
  padding-bottom: 0px;
     overflow:visible;
}
.section_notizie{
  table-layout: fixed;
  padding-top: 80px;
}
.section_menu {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.section_pagamenti {
  background-image: url("../images/salvadanaio.jpg");
  background-repeat: no-repeat;
  background-position: left 150px bottom 0px;
  background-size: auto 420px;
  padding-bottom: 340px;
}
.section_modulistica {
  background-image: url("../images/bkmodulistica.jpg");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 350px;
  padding-bottom: 310px;
}
.section_informative {
  background-image: url("../images/bkinformative.jpg");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 400px;
  padding-bottom: 310px;
}
.section_contatti {
  box-sizing: content-box;
  min-height: calc(100% - 120px);
  padding-bottom: 80px;
  margin-bottom: -20px;
}
.section_speciale {
  table-layout: fixed;
  min-height: 0;
  height: auto;
  padding-top: 120px;
  padding-bottom: 200px;
  margin-bottom: 20px;
}
.sectioncontainer1 {
  display: table-cell;
  position: relative;
  min-height: 100%;
  margin-top: -200px;
  vertical-align: middle;
  text-align: center;
  padding: 0px 150px 80px 150px;
  max-width: 100%;
}
.sectioncontainerhome{

  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
   
}
.sectioncontainer1c {
  min-height: 0;
}
.sectioncontainer1_menu {
  padding-bottom: 0px;
  z-index: 10;
}
.sectioncontainer1_contatti {
  padding-bottom: 0px;
}
.sectioncontainer2 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.sectioncontainer3 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.tabella1 {
  width: 100%;
  position: relative;
  max-width: 100%;
  display: inline-table;
  vertical-align: top;
}
.tabella1row {
  display: table-row;
}
.tabella1 .td {
  display: table-cell;
  vertical-align: top;
}
.tabella1 .tdimg {
  width: 350px;
}
.tabella1 .tdtext {
  min-width: 400px;
  padding-top: 60px;
}
.tabella1 .tdtextsin {
  padding-left: 100px;
  padding-right: 60px;
  text-align: left;
}
.tabella1 .tdtextdes {
  padding-left: 60px;
  padding-right: 100px;
  text-align: right;
}
.ernysin, .ernydes {
  opacity: 0;
}
.erny250 {
    width:300px;
    height:auto;
}
.erny300 {
    width:300px;
    height:auto;
}
.erny330 {
    width:330px;
    height:auto;
}
.erny350 {
    width:350px;
    height:auto;
}
.ready .sezionenow2 .ernysin {
  animation: 0.6s ease-out 0s 1 both ernysin;
}
.ready .sezionenow2 .ernydes {
  animation: 0.6s ease-out 0s 1 both ernydes;
}
.chiusura {
font-size: 0.9em;
}
.vocechiusura {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  width: 200px;
}
.vocechiusura a {
  font-weight: 600;
    display: inline-block;
    padding-bottom: 30px;
}
.vocechiusura .rigamenu {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50px;
  right: 100%;
  height: 4px;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
.vocechiusura:hover .rigamenu {
  right: 50px;
}
.privacybanner {
  display: block;
  position: fixed;
  bottom: 40px;
  left: 40px;
  background-color: #555;
  color: #fff;
  z-index: 1000000000000000000000000000;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  line-height: 1.5em;
  font-size: 0.9em;
    font-weight: 400;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.privacybanner a {
    color:#fff;
    font-weight: 700;
}
.ready .privacybanner {
  animation: 0.5s ease-out 1.5s 1 forwards inizioprivacybanner;
}
.privacyok {
  animation: 1s ease-out 0s 1 forwards chiudiprivacy !important;
}
@keyframes chiudiprivacy {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(300px);
    opacity: 0;
  }
}
@keyframes inizioprivacybanner {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.linktondo {
    color:#555;
    font-weight: 700;
    padding:5px 20px;
    background-color:#fff;
    transition:0.4s;
    cursor:pointer;
    border-radius: 500px;
    display: inline-block;
}
.linktondo:hover {
    padding:5px 40px;
}
@media screen and (max-width: 860px) {
    .privacybanner {
  left: 0;
        right: 0;
  bottom: 70px;
        text-align: center;
padding: 20px;
  line-height: 1.2em;
  max-width: 40000px;

}
}