.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

h1 {
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -5px;
}

h2 {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -2px;
}

h3 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: -1px;
}

h4 {
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  padding-right: 30px;
}

.color-box {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #eee;
}

.color-box.dark-slate-gray {
  background-color: #34495e;
}

.color-box.dark-slate-gray-2 {
  background-color: #2c3e50;
}

.color-box.gold {
  background-color: #f1c40f;
}

.color-box.orange {
  background-color: #f39c12;
}

.color-box.tomato {
  background-color: #e74c3c;
}

.color-box.firebrick {
  background-color: #b22222;
}

.color-box.dark-gray {
  background-color: #95a5a6;
}

.color-box.dark-gray-2 {
  background-color: #758385;
}

.color-box.dark-gray-3 {
  background-color: #5b6b6e;
}

.text-color-hex {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}

.section-holder {
  padding: 4% 30px;
}

.section-holder.header {
  height: 112px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.section-holder.content-section {
  margin-bottom: 0px;
  padding: 0px;
}

.section-holder.content-section.margin {
  margin-bottom: 4%;
}

.section-holder.footer {
  margin-bottom: 0px;
  background-color: rgba(149, 165, 166, 0.09);
}

.section-holder.footer.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(149, 165, 166, 0.29);
  color: #5b6b6e;
}

.section-holder.title-section {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-holder.title-section.cs {
  text-align: center;
}

.section-holder.title-section.cs-nav {
  margin-bottom: 20px;
  background-color: #f39c12;
}

.section-holder.hero-section {
  padding: 0% 0px;
  background-color: rgba(149, 165, 166, 0.09);
  text-align: center;
}

.section-holder.footer-banner {
  background-color: #b22222;
  text-align: center;
}

.section-holder.footer-banner.blue {
  background-color: #35b6bd;
}

.section-holder.cs {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 0%;
  border-style: none none solid;
  border-width: 2px;
  border-color: #88050a;
}

.section-holder.cs._4 {
  border-style: none;
}

._w-input {
  height: 45px;
  margin-bottom: 30px;
  border: 2px solid #e9ecec;
  background-color: #e9ecec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

._w-input:hover {
  border-color: rgba(149, 165, 166, 0.2);
}

._w-input:focus {
  border-color: rgba(149, 165, 166, 0.49);
}

.textarea {
  height: auto;
  min-height: 200px;
}

.button {
  display: inline-block;
  padding: 10px 25px;
  background-color: hsla(0, 0%, 100%, 0.85);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #b22222;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
}

.navbar {
  background-color: transparent;
}

.site-title {
  margin-bottom: 0px;
  padding: 16px 18px;
  background-color: #b22222;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: 0px;
}

.nav-link {
  margin-left: 40px;
  padding: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.09);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #000;
}

.nav-link.w--current {
  border-bottom-color: #b22222;
  color: #b22222;
}

.nav-link.w--current:hover {
  border-bottom-color: #b22222;
}

.nav-link.dropdown {
  margin-left: 0px;
  padding-right: 20px;
}

.nav-link.dropdown.w--open {
  margin-left: 0px;
}

._w-nav-overlay {
  position: relative;
  display: block;
  overflow: visible;
  margin-top: 11px;
  margin-bottom: 11px;
  float: right;
}

.content-holder {
  position: static;
  display: block;
  width: 30%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: left;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000;
  text-decoration: none;
}

.content-holder:hover {
  background-color: transparent;
  color: #f39c12;
}

.cs-img._57 {
  max-width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.cs-img._57.s8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cs-img.s4.s5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

.cs-img.s10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.xsmall {
  font-size: 14px;
  line-height: 22px;
}

.link {
  display: inline;
  padding-bottom: 1px;
  border-bottom: 2px solid rgba(178, 34, 34, 0.29);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #b22222;
}

.link.white {
  border-bottom-width: 3px;
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.link.white:hover {
  border-bottom-color: #fff;
}

.link.white.submit {
  display: inline-block;
  padding: 10px 25px;
  border-bottom-style: none;
  background-color: hsla(0, 0%, 100%, 0.89);
  color: #b22222;
}

.link.white.submit:hover {
  background-color: #fff;
}

.link.float {
  float: left;
}

.small {
  font-size: 15px;
  line-height: 26px;
}

.footer-li {
  margin-bottom: 10px;
}

.dropdown-icon {
  margin-right: 0px;
}

.dropdown-list.w--open {
  padding-top: 10px;
  background-color: #fff;
}

.dropdown {
  margin-left: 40px;
}

.dropdown-link {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #5b6b6e;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.dropdown-link.w--current {
  display: inline;
  color: #5b6b6e;
  text-decoration: underline;
}

.line-dash {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  background-color: #95a5a6;
}

.line-dash.big {
  height: 4px;
}

.line-dash.big.light {
  background-color: #88050a;
  color: #88050a;
}

.no-margin {
  margin-bottom: 0px;
  border-bottom: 4px solid #88050a;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 27px;
  letter-spacing: 0px;
}

.no-margin.top-line {
  padding-top: 20px;
  border-top: 1px dotted #95a5a6;
}

.content-title {
  margin-bottom: 0px;
  padding: 8% 6%;
  font-weight: 600;
}

.content-title.thoughts {
  height: 120px;
  padding-top: 8%;
  padding-bottom: 8%;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.inner-cs-holder {
  position: relative;
  height: 0px;
  padding-bottom: 66.71875%;
  text-align: center;
}

.inner-cs-title {
  display: inline;
  border-bottom: 2px none #000;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.inner-cs-title:hover {
  color: #f39c12;
}

.footer-banner-text {
  color: #fff;
}

.footer {
  background-color: rgba(149, 165, 166, 0.09);
}

.footer-element {
  width: 25%;
  float: left;
  background-color: rgba(149, 165, 166, 0.09);
}

.inner-footer-element {
  height: 400px;
  padding: 8% 6%;
  color: #758385;
}

.footer-icon {
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Et line';
  color: #758385;
  font-size: 45px;
  line-height: 45px;
}

.slider {
  height: auto;
  background-color: rgba(149, 165, 166, 0.09);
}

.hero-slide {
  position: relative;
  padding: 10% 90px;
  text-align: center;
}

.hero-slide.title {
  margin-right: 1px;
  padding: 4% 30px;
  background-color: rgba(149, 165, 166, 0.09);
}

.hero-slide.title.thoughts {
  background-image: linear-gradient(315deg, rgba(178, 34, 34, 0.8), rgba(243, 156, 18, 0.3)), url('../images/_0000_tumblr_na06rsMKCT1tubinno1_1280.jpg.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide.title.blue {
  background-color: #35b6bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 1000px;
}

.hero-slide.title.blue.cc {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/pulitoriavaporeprofessionalipuliziaprofondadisinfezionesenzaagentichimicibiemmedue.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/pulitoriavaporeprofessionalipuliziaprofondadisinfezionesenzaagentichimicibiemmedue.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.arrow-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #95a5a6;
}

.arrow-link:hover {
  color: #000;
}

.slide-nav {
  margin-bottom: 10px;
}

.archive-date {
  display: inline-block;
  width: 90px;
  float: left;
  color: #95a5a6;
}

.archive-holder {
  margin-bottom: 10px;
}

.archive-container {
  margin-bottom: 4%;
}

.floatted {
  display: inline-block;
  width: 90%;
  float: left;
  clear: right;
}

.content-date {
  position: absolute;
  top: 6%;
  right: 6%;
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
}

.hero-date {
  display: inline-block;
  padding: 10px 18px;
  background-color: #fff;
  color: #b22222;
  font-weight: 600;
}

.white {
  padding: 10px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 68px;
  font-weight: 500;
  letter-spacing: 0px;
}

.quote {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 8px solid #95a5a6;
  border-bottom: 2px solid rgba(149, 165, 166, 0.2);
  color: #95a5a6;
  text-align: right;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.mid {
  text-align: center;
}

.work-arrow {
  width: 40px;
  opacity: 0.15;
}

.work-arrow:hover {
  opacity: 0.9;
}

.work-arrow.left-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cs-list {
  opacity: 0.15;
  font-size: 14px;
}

.cs-list:hover {
  opacity: 1;
}

.full-width-image {
  width: 100%;
}

.full-width-image.mb {
  display: inline-block;
  width: 0%;
  max-width: 0%;
}

.blue {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 20px;
  letter-spacing: 0px;
}

.max-width-cs {
  padding-right: 4%;
  padding-left: 4%;
}

.zindex {
  position: relative;
  z-index: 1;
}

.form-wrapper {
  margin-bottom: 0px;
}

.logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nav-menu-1 {
  margin-top: 25px;
}

.nav-link-1 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 16px;
}

.nav-link-1:hover {
  color: #f39c12;
}

.nav-link-1.w--current {
  color: #fff;
}

.nav-link-1.w--current:hover {
  color: #f39c12;
}

.nav-baar {
  border-bottom: 8px solid #f39c12;
  background-color: #88050a;
}

.sliider {
  height: 578px;
}

.slide-1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4._5-6 {
  background-image: url('../images/IMG_0262.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4._6-7 {
  background-image: url('../images/IMG_0264.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4._7-8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/IMG_0265.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/IMG_0265.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-4._7-8.v {
  padding-top: 151px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/pulitoriavaporeprofessionalipuliziaprofondadisinfezionesenzaagentichimicibiemmedue.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/pulitoriavaporeprofessionalipuliziaprofondadisinfezionesenzaagentichimicibiemmedue.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-1 {
  display: block;
  height: 98px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  background-color: #88050a;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: 1000px;
  text-align: center;
}

.link-block {
  width: 150px;
  margin-top: 20px;
  margin-left: 0px;
  padding: 10px 20px;
  float: none;
  border-radius: 8px;
  background-color: #fff;
  color: #88050a;
  text-align: center;
}

.link-block:hover {
  background-color: #f39c12;
}

.link-block.scopri {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #88050a;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.link-block.scopri.f {
  width: 250px;
}

.link-block.usato {
  display: block;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #88050a;
  font-family: Lato, sans-serif;
}

.link-block.usato:hover {
  background-color: #88050a;
  color: #fff;
}

.section-2 {
  margin-top: 2px;
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#88050a), color-stop(13%, #fff));
  background-image: linear-gradient(0deg, #88050a, #fff 13%);
}

.image {
  margin-top: 100px;
}

.paragrafo {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.heading {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 39px;
  text-align: right;
  letter-spacing: 0px;
}

.heading._2 {
  font-size: 30px;
  text-align: center;
}

.heading._96555 {
  text-align: left;
}

.heading._5 {
  text-align: left;
}

.heading-3 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 24px;
  font-weight: 100;
}

.section-3 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/497ae1_cfc3bcdd4c0944f0b13bfd9dcbc63a3b.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/497ae1_cfc3bcdd4c0944f0b13bfd9dcbc63a3b.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-2 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.paragrafo-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}

.sezione-contatti {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/497ae1_e6d6cc49868245eb933e4e3f7f26e1f7.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/497ae1_e6d6cc49868245eb933e4e3f7f26e1f7.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-contatti {
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0px;
}

.contact-row {
  padding-top: 80px;
}

.text-mex {
  padding-top: 40px;
  padding-bottom: 40px;
}

.button-cont {
  background-color: #88050a;
}

.button-cont:hover {
  background-color: #fff;
  color: #88050a;
}

.contact-column {
  padding-right: 10px;
  padding-left: 10px;
}

.text-contatti {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #88050a;
  font-size: 18px;
  font-weight: 900;
  text-align: right;
  letter-spacing: 0px;
}

.form {
  font-size: 16px;
}

.text-block-cont {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: right;
}

.text-labe {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
}

.footer-section {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #88050a;
  text-align: center;
}

.paragrafo-footer {
  display: inline-block;
  padding: 10px 0px;
  float: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.paragrafo-footer._1 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.link-fb {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px 5px 0px;
  float: none;
  text-align: center;
}

.row {
  height: 50vh;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.colonna-1 {
  height: 100%;
}

.colonna-2 {
  height: 100%;
}

.slider-usato {
  height: 100%;
}

.slide-u-1 {
  background-image: url('../images/497ae1_054e8017a5bf4791b196b7efce2865f9-mv2_d_1600_1200_s_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-u-2 {
  background-image: url('../images/497ae1_55da9504e6c44a4d8757ffb2ad2af4f3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-u-3 {
  background-image: url('../images/497ae1_3152a4e865f340efa0e0e072a609cf25-mv2_d_1600_1200_s_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-u-4 {
  background-image: url('../images/497ae1_193251fd853445d785935227f6b33351-mv2_d_1200_1600_s_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-u-5 {
  background-image: url('../images/497ae1_f1c79d44e394466485311e32ee335e0f-mv2_d_1200_1600_s_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-u-6 {
  background-image: url('../images/497ae1_c28cc7a5fc634c4b833fe33f466a7ddf.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-u-7 {
  background-image: url('../images/497ae1_ed29950897da405f9721d1d13d454348.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-u-8 {
  background-image: url('../images/497ae1_6f868f8a8c2a426aae084a74e15f917f.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sss {
  margin-left: 9px;
  float: none;
}

.c4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-creative {
  color: #fff;
  text-decoration: underline;
}

.link-block-g {
  text-decoration: none;
}

.text-block-nav {
  padding-top: 11px;
  padding-right: 10px;
  padding-bottom: 11px;
  float: left;
  clear: none;
  color: #000;
  font-size: 15px;
}

.text-block-nav._12 {
  float: right;
}

.heading-tito {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 19px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.heading-tito._23 {
  font-size: 20px;
}

.heading-tito-2 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
}

.heading-tito-2._23.aa {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 20px;
  font-weight: 400;
}

.heading-tito-2.aaa {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 20px;
  font-weight: 400;
}

.heading-tito-2.b1 {
  font-size: 15px;
}

.heading-tito-2.ba {
  font-size: 15px;
}

.image-1 {
  display: block;
  margin: 10px auto 20px;
}

.button-scheda {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  float: none;
  border: 1px solid #88050a;
  border-radius: 0px;
  background-color: #fff;
  color: #88050a;
  font-size: 14px;
  text-align: center;
}

.button-scheda:hover {
  background-color: #88050a;
  color: #fff;
}

.button-scheda.aspira {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.c3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.contai {
  margin-top: 30px;
  padding-left: 0px;
  border: 1px solid #88050a;
  text-align: center;
}

.contai._45 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-marco {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.slider-idro {
  height: 400px;
}

.slide-1a {
  background-color: #fff;
  background-image: url('../images/497ae1_1b0bb18917e74d819c582d4efced683c.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon {
  color: #000;
}

.slide-2a {
  background-color: #fff;
  background-image: url('../images/497ae1_bb800bf7b95c4ac5b29828839103c216.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3a {
  background-color: #fff;
  background-image: url('../images/497ae1_59dd5bb796ef4faca2ae3a93e8580aa0.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4-a {
  background-color: #fff;
  background-image: url('../images/497ae1_d5fe25919c644dafbce76cf5dd7941aa.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5a {
  background-color: #fff;
  background-image: url('../images/497ae1_eb0f0c8c8f294148ba7667f66d0ba3d2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6a {
  background-color: #fff;
  background-image: url('../images/497ae1_19c898c2b9cf4e318b24d074a3078c68.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7a {
  background-color: #fff;
  background-image: url('../images/497ae1_69e0b050767b466b8eea2a575c7b416c.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8a {
  background-color: #fff;
  background-image: url('../images/497ae1_54b76c110e474a9e9d4fad75c143f152.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9a {
  background-color: #fff;
  background-image: url('../images/497ae1_348eb6a7df3c45079ef32d9e8b08eb34.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10a {
  background-color: #fff;
  background-image: url('../images/497ae1_0a44dbda49d647e483a417514bbdd32e.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-aspira {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.headinf-tito-gen {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

.heading-impianti {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0px;
}

.paragrafo-impianti-di-depu {
  font-family: Lato, sans-serif;
  line-height: 30px;
  text-align: center;
}

.image-impianti {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  text-align: center;
}

.heading-2-tito-lava-pav {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 21px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0px;
}

.heading-2-tito-lava-pav.a {
  text-align: center;
}

.heading-2-tito-lava-pav.v {
  text-align: center;
}

.row-compressori {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
}

.link-email {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  float: none;
  clear: left;
  text-align: center;
}

.row-accesso {
  margin-bottom: 20px;
}

.container-aspi {
  text-align: center;
}

.heading-servizi {
  border-bottom: 4px solid #88050a;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0px;
}

.row-servizi {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.image-servizi {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.h2-servizi {
  margin-bottom: 5px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #88050a;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0px;
}

.paragrafo-servizi {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 35px;
  text-align: center;
}

.map {
  height: 300px;
}

.text-block {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.button-news-letter {
  display: block;
  width: 100%;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 12px;
  background-color: #88050a;
  font-size: 16px;
  text-align: center;
}

.button-news-letter:hover {
  background-color: #000;
  color: #88050a;
}

.hero-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h1-titolo {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.link-block-2 {
  width: 100%;
  height: 300px;
  background-image: url('../images/497ae1_dcdc82d517f24edcb9edfc670d3c8de6-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.text-block-2 {
  text-decoration: none;
}

.link-block-2-copy {
  width: 100%;
  height: 300px;
  background-image: url('../images/Schermata-2017-12-22-alle-10.28.18.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-2-copya {
  width: 100%;
  height: 300px;
  background-image: url('../images/497ae1_94a2baa6ec8f4bcb84802dd9e4775581.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-2-copyaa {
  width: 100%;
  height: 300px;
  background-image: url('../images/497ae1_cab206eb69674fd0bc26fb938712c574.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-2-copy-copy {
  width: 100%;
  height: 300px;
  background-image: url('../images/497ae1_09b2f063bab14255a70b982e245b8b88.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-2-copya-copy {
  width: 100%;
  height: 300px;
  background-image: url('../images/497ae1_b080cf44030e42f6951c94894f952ef7.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-2-copyaa-copy {
  width: 100%;
  height: 300px;
  background-image: url('../images/Schermata-2017-12-22-alle-10.13.32.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-2-copy-copy-copy {
  width: 100%;
  height: 300px;
  background-image: url('../images/497ae1_02fabb8d3c2f42d5a202796ad14c99fa-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-2-copya-copy-copy {
  width: 100%;
  height: 300px;
  background-image: url('../images/497ae1_90b26a841c134032a4a7938689bfc346.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  height: 50vh;
}

.container-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph {
  font-size: 19px;
  text-align: center;
  text-transform: none;
}

.div-block-235 {
  padding-top: 150px;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  height: 2px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.03);
}

.text-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.container-12 {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .section-holder.header {
    margin-bottom: 0px;
    padding: 30px;
  }

  .section-holder.title-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-link {
    position: relative;
  }

  .content-holder {
    width: 50%;
  }

  .dropdown-link.w--current {
    color: #5b6b6e;
  }

  .footer-element {
    width: 50%;
  }

  .inner-footer-element {
    height: auto;
    padding: 8% 6%;
    border-right-style: none;
  }

  .floatted {
    width: 87%;
  }

  .full-width-image.mb {
    margin-bottom: 4%;
  }

  .sliider {
    height: 400px;
  }

  .text-block-cont {
    font-size: 14px;
    text-align: right;
  }

  .paragrafo-footer {
    font-size: 14px;
  }

  .heading-tito {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: -2px;
  }

  h2 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -2px;
  }

  h3 {
    font-size: 23px;
    line-height: 28px;
  }

  h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }

  p {
    margin-bottom: 20px;
  }

  .section-holder {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-holder.header {
    margin-bottom: 0px;
    padding: 30px 20px;
  }

  .section-holder.title-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button {
    padding: 5px 15px;
    font-size: 14px;
  }

  .navbar {
    overflow: visible;
    height: 48px;
    margin-bottom: 0px;
  }

  .nav-link {
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-width: 0px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.w--current {
    margin-right: 0px;
    padding-bottom: 4px;
    border-bottom-width: 2px;
    border-bottom-color: #fff;
    color: #fff;
  }

  .nav-link.w--current:hover {
    border-bottom: 2px solid #fff;
  }

  .nav-link.dropdown {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .nav-link.dropdown.w--open {
    margin-bottom: 15px;
  }

  .menu-button {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 999999;
    width: 50px;
    height: 48px;
    min-width: 0px;
    padding: 0px;
    background-color: #fff;
    background-image: url('../images/menu-icon.svg');
    background-position: 50% 50%;
    background-size: 21px;
    background-repeat: no-repeat;
  }

  .menu-button.w--open {
    background-color: #fff;
    background-image: url('../images/close-icon.svg');
  }

  .brand {
    position: fixed;
    left: 20px;
    top: 30px;
    z-index: 999999;
    padding-left: 0px;
  }

  .brand.w--current {
    position: fixed;
    left: 20px;
    top: 30px;
    z-index: 999999;
  }

  .nav-menu {
    position: static;
    display: inline-block;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #34495e;
    text-align: left;
  }

  .container {
    overflow: visible;
  }

  ._w-nav-overlay {
    position: fixed;
    z-index: 0;
    overflow: visible;
    width: 100%;
    min-width: 100%;
    margin-top: 0px;
    padding-top: 115px;
  }

  .link.float {
    float: none;
    font-size: 15px;
  }

  .bottom-line-holder {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(149, 165, 166, 0.2);
  }

  .menu-text {
    display: none;
  }

  .dropdown-icon {
    position: relative;
    display: inline-block;
  }

  .dropdown-list.w--open {
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .dropdown {
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .dropdown-link {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }

  .dropdown-text {
    display: inline-block;
    margin-right: 20px;
  }

  .inner-footer-element {
    font-size: 15px;
  }

  .footer-icon {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-slide {
    padding-right: 40px;
    padding-bottom: 15%;
    padding-left: 40px;
  }

  .arrow-icon {
    font-size: 20px;
  }

  .arrow-link {
    display: none;
  }

  .archive-date {
    width: 70px;
    font-size: 15px;
  }

  .floatted {
    width: 80%;
  }

  .hero-date {
    padding: 5px 13px;
    font-size: 15px;
  }

  .work-arrow {
    width: 30px;
  }

  .work-arrow.left-arrow {
    width: 30px;
  }

  .cs-list {
    width: 30px;
  }

  .sliider {
    height: 220px;
  }

  .section-1 {
    height: auto;
  }

  .text-contatti {
    text-align: center;
  }

  .text-block-cont {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    z-index: 9999;
  }

  .content-holder {
    width: 100%;
  }

  .footer-element {
    width: 100%;
    float: none;
  }

  .inner-footer-element {
    padding: 8% 6%;
  }

  .hero-slide {
    padding: 7% 40px 25%;
  }

  .archive-date {
    width: 100%;
    float: none;
  }

  .floatted {
    width: auto;
    float: none;
  }

  .white {
    font-size: 35px;
  }

  .sliider {
    height: 190px;
  }

  .slide-1 {
    margin-top: 0px;
  }

  .slide-2 {
    width: 100%;
    height: 100%;
  }

  .section-1 {
    height: auto;
    margin-top: 10px;
  }

  .link-block {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .paragrafo {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragrafo-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-contatti {
    text-align: center;
  }

  .text-block-cont {
    font-size: 14px;
    text-align: center;
  }

  .footer-section {
    font-size: 13px;
  }

  .paragrafo-footer {
    font-size: 14px;
  }

  .colonna-1 {
    margin-bottom: 60px;
  }

  .text-block-nav {
    font-size: 13px;
    text-align: center;
  }

  .headinf-tito-gen {
    padding-left: 10px;
  }

  .heading-impianti {
    font-size: 20px;
  }

  .paragrafo-impianti-di-depu {
    padding-left: 10px;
    font-size: 16px;
  }

  .heading-2-tito-lava-pav {
    padding-left: 10px;
  }

  .heading-servizi {
    padding-left: 10px;
  }

  .icon-1 {
    font-size: 19px;
  }

  .h1-titolo {
    padding: 10px;
    font-size: 20px;
    letter-spacing: 0px;
  }

  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

