:root {
  --black: black;
}

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

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

body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #292929;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

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

p {
  color: #979797;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.button {
  color: #313131;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
  box-shadow: 0 0 0 1px #313131;
}

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

.button.button-form {
  width: 98%;
  display: block;
}

.button.button-white {
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
}

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

.navigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  padding: 18px 39px;
  position: absolute;
}

.navigation-link {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #fff;
}

.navigation-link.link-scroll {
  color: rgba(99, 99, 99, .58);
  text-decoration: none;
}

.navigation-link.link-scroll:hover, .navigation-link.link-scroll.w--current {
  color: #313131;
}

.banner {
  height: 80vh;
  background-color: #333;
  padding-top: 0;
}

.banner.inner-banner {
  height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/banner-contatti.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 199px;
}

.banner.inner-banner.photo-2 {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/officina-meccanica-arena.jpg');
}

.banner.inner-banner.photo-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/foto-arena.png');
  background-position: 0 0, 50% 129%;
}

.banner.inner-banner.photo-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/storm.jpg');
}

.banner.inner-banner.photo-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/trattori-riparazioni.jpg');
}

.banner.servizi {
  height: 65vh;
}

.logo {
  float: left;
  text-align: center;
  padding-top: 9px;
  display: block;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.gray {
  background-color: #f7f7f7;
  padding-top: 46px;
  padding-bottom: 46px;
}

.section.parallax {
  padding-top: 14px;
  padding-bottom: 68px;
}

.section.parallax.photo-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/foto6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.parallax.photo-3 {
  background-image: linear-gradient(rgba(255, 255, 255, .73), rgba(255, 255, 255, .73)), url('../images/servizi-arena.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 68px;
}

.section.second-gray {
  background-color: #f7f7f7;
}

.section.small-background {
  text-align: left;
}

.title-wrapper {
  text-align: center;
  margin-bottom: 35px;
}

.line {
  width: 50px;
  height: 2px;
  background-color: #292929;
  margin: 30px auto;
  display: block;
}

.line.in-left {
  margin-left: 0;
}

.line.white-line {
  background-color: #fff;
}

.sub-title {
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
}

.circle-box {
  width: 85px;
  height: 86px;
  background-color: #313131;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-box.icon-1 {
  background-image: url('../images/COMPETENZA_1.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 1px solid #000;
}

.circle-box.icon-2 {
  background-image: url('../images/COMPETENZA.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 1px solid #000;
}

.circle-box.icon-3 {
  background-image: url('../images/QUALITA.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 1px solid #000;
}

.circle-box.icon-4 {
  background-image: url('../images/ASSI.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 1px solid #000;
}

.circle-box.icon-5 {
  background-image: url('../images/leaf_ffffff_101leaf_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.circle-box.icon-6 {
  background-image: url('../images/bomb_ffffff_101bomb_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.circle-box.icon-7 {
  background-image: url('../images/camera-retro_ffffff_101camera-retro_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.circle-box.icon-8 {
  background-image: url('../images/flag-o_ffffff_101flag-o_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.icon-wrapper {
  text-align: center;
}

.nav-menu {
  float: right;
}

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

.div-space {
  margin-top: 20px;
}

.div-space.more-space {
  margin-top: 40px;
}

.div-space.more-space.center-space, .div-space.center {
  text-align: center;
}

.fun-facts-wrapper {
  z-index: 1;
  text-align: center;
}

.fun-facts-text {
  font-size: 36px;
  position: relative;
}

.logo-client {
  width: 16.666%;
  float: left;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.sign {
  float: right;
}

.footer {
  background-color: rgba(0, 0, 0, .85);
  padding-top: 11px;
  padding-bottom: 11px;
}

.white {
  color: #fff;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 400;
}

.item {
  width: 33.333%;
  height: 300px;
  float: left;
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.portfolio-overlay {
  width: 100%;
  height: 100%;
  color: #313131;
  background-color: #fff;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 1px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.text-overlay {
  position: relative;
  top: 39%;
}

.portfolio-text {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.sub-text {
  color: #919191;
  margin-top: 10px;
  font-family: PT Serif, serif;
  font-size: 15px;
}

.sub-text.in-team {
  margin-bottom: 20px;
}

.heading-inner {
  letter-spacing: 5px;
  font-size: 30px;
}

.white-1 {
  color: #fff;
  font-weight: 500;
}

.sub-inner {
  color: rgba(255, 255, 255, .72);
  text-shadow: 1px 1px 6px #000;
  margin-top: 18px;
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 300;
}

.team-wrapper {
  position: relative;
  overflow: hidden;
}

.heading-team {
  margin-bottom: 10px;
}

.social-team {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .7);
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-icon-team {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .5s;
}

.social-icon-team:hover {
  background-color: rgba(0, 0, 0, .61);
}

.social-icon-team.facebook {
  background-image: url('../images/facebook_ffffff_150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon-team.twitter {
  background-image: url('../images/twitter_ffffff_150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon-team.rss {
  background-image: url('../images/rss_ffffff_150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon-team.linkdin {
  background-image: url('../images/linkedin_ffffff_150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.row-space {
  margin-top: 20px;
}

.row-space.more-space {
  margin-top: 50px;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider-nav {
  padding-top: 21px;
  font-size: 9px;
  position: relative;
}

.photo-client {
  width: 80px;
  height: 80px;
  background-image: url('../images/img115_1img115.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo-client.photo-2 {
  background-image: url('../images/img116_1img116.jpg');
}

.testimonials-wrapper {
  text-align: center;
  padding-left: 192px;
  padding-right: 192px;
}

.testimonials {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.contact {
  background-color: #f7f7f7;
}

.contact-left {
  width: 70%;
  float: left;
  padding-top: 33px;
  padding-left: 25px;
  padding-right: 13px;
}

.contact-left.left-2 {
  width: 30%;
  background-color: rgba(0, 0, 0, .85);
  background-image: none;
  padding: 4px 20px 26px 41px;
}

.white-3 {
  color: #fff;
  font-size: 13px;
}

.paragraph-contact {
  color: #c7c7c7;
  font-size: 14px;
}

.text-field {
  width: 48%;
  height: 50px;
  max-width: 100%;
  color: #313131;
  background-color: #ebebeb;
  border-style: none;
  margin-bottom: 10px;
  margin-right: 12px;
  display: inline-block;
}

.text-field:focus {
  background-color: #dedede;
}

.text-area {
  width: 98%;
  background-color: #ebebeb;
  border: 1px #ebebeb;
  margin-right: 5px;
  padding-bottom: 214px;
}

.text-area:focus {
  background-color: #dedede;
}

.error-message {
  width: 98%;
  text-align: center;
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.error {
  color: #e05858;
  margin-bottom: 0;
  font-size: 14px;
}

.success-message {
  width: 98%;
  text-align: center;
  background-color: #23a168;
  padding-top: 14px;
  padding-bottom: 14px;
}

.success {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.pure-white {
  color: #fff;
}

.big-slider {
  height: 80vh;
  clear: both;
  background-color: rgba(0, 0, 0, 0);
}

.big-slider.servi {
  height: 65vh;
}

.big-slider.servi._1 {
  background-color: rgba(0, 0, 0, .6);
}

.arrow {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, .43);
  margin-top: 296.5px;
  margin-right: 0;
  padding-top: 23px;
  font-size: 24px;
  transition: opacity .5s;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, .7);
}

.arrow.arrow-2 {
  margin-left: 0;
}

.dots-nav {
  opacity: .61;
  font-size: 12px;
}

.slide {
  background-image: url('../images/MECCANICA-VM-ARENA-SALVATORE.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide._2 {
  background-image: url('../images/foto2.jpg');
  background-size: cover;
}

.slide._2.servizi2 {
  background-image: url('../images/37b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/foto3.jpg');
  background-size: cover;
}

.slide._4 {
  background-image: url('../images/foto4.jpg');
  background-size: cover;
}

.slide._5 {
  background-image: url('../images/foto5.jpg');
  background-size: cover;
}

.slide.servizi1 {
  background-image: url('../images/16.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide.prodotti.erpice {
  background-color: #fff;
  background-image: url('../images/FOTO-20.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slide.prodotti.erpice.hurricane {
  background-image: url('../images/hurricane.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.prodotti.erpice.hurricane.diserbo {
  background-image: url('../images/23.JPG');
  background-position: 50% 0;
  background-size: cover;
}

.slide.prodotti.erpice.hurricane.trainato {
  background-image: url('../images/7.JPG');
  background-position: 50% 100%;
}

.slide.prodotti.erpice.hurricane.trainato.comapct {
  background-image: url('../images/nuova.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide.prodotti.erpice.carrello {
  background-image: url('../images/FOTO-42.png');
  background-size: contain;
}

.slide.prodotti.erpice.carrello.trincia-erba {
  background-image: url('../images/2-min.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide.prodotti.erpice.carrello.trincia-erba.double {
  background-image: url('../images/copertina.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.prodotti.erpice.carrello.trincia-erba.double.speed {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Trincia-erba-interfilare-serie-Speed.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide.prodotti.erpice.carrello.trincia-erba.double.speed.b {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/3-3.JPG');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.slide.prodotti.erpice.carrello.trincia-erba.double.speed.ff {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/forca.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.prodotti.erpice.carrello.trincia-erba.ff {
  background-image: url('../images/1_2.jpg');
  background-position: 50%;
}

.slide.prodotti.erpice.carrello.trincia-erba.ff.dd {
  background-image: url('../images/pala-ribaltabile.jpeg');
  background-position: 50%;
  background-attachment: scroll;
}

.slide.prodotti.erpice.arrowerpi {
  background-image: url('../images/2-COPERTINA.jpg');
}

.slide.prodotti.erpice.arrowerpi.lavsuolo {
  background-image: url('../images/FOTO-1.jpg');
  background-size: cover;
}

.slide.prodotti.erpice.arrowerpi.lavsuolo.manu {
  background-image: url('../images/FOTO-5.jpeg');
}

.slide.prodotti.erpice.arrowerpi.arr {
  background-image: url('../images/FOTO-41.jpeg');
  background-size: cover;
}

.slide.prodotti.erpice.arrowerpi.arr.d {
  background-image: url('../images/copertina-arrow.jpg');
  background-position: 50%;
}

.slide.prodotti.erpice.sli {
  background-image: url('../images/FOTO-26-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.prodotti.erpice.sli._33 {
  background-image: url('../images/FOTO-33.jpeg');
  background-size: cover;
  background-attachment: fixed;
}

.slide.prodotti.erpice.sli.interfilare {
  background-image: url('../images/FOTO-40.jpeg');
}

.slide.prodotti.r {
  background-image: url('../images/copertina-pagina-prodotti-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.slider-big-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-size: 44px;
  font-weight: 600;
}

.slide-wrapper {
  margin-top: 118px;
}

.line-slider {
  width: 200px;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  margin: 25px auto 40px;
  display: block;
}

.navigation-scroll {
  z-index: 2000;
  width: 100%;
  background-color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .13);
}

.icon {
  text-align: center;
  margin-bottom: 24px;
}

.container {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 0;
  padding-bottom: 6px;
  padding-left: 8px;
  display: block;
}

.bold-text {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.paragraph {
  color: #000;
  font-weight: 400;
}

.paragraph-2 {
  height: 273px;
  color: #000;
  font-size: 17px;
  line-height: 35px;
}

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

.columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image {
  box-shadow: 1px 1px 3px #000;
}

.heading {
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 34px;
}

.heading.sfondo {
  background-image: linear-gradient(#fff, #fff);
  padding: 49px;
}

.bold-text-2 {
  letter-spacing: 0;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.container-3 {
  justify-content: center;
  display: block;
}

.heading-2 {
  letter-spacing: 3px;
}

.div-block-2 {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

.column, .brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
}

.text-block {
  color: #c00001;
  margin-left: 3px;
  font-size: 13px;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-3 {
  z-index: 3;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-3-copy {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-4 {
  margin-top: 35px;
  margin-left: 15%;
  margin-right: 15%;
}

.div-block-5 {
  width: 100%;
  height: 300px;
  background-image: url('../images/17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-5._9 {
  background-image: url('../images/9.jpg');
  background-size: cover;
}

.div-block-5._9._11 {
  background-image: url('../images/11.jpg');
  background-size: cover;
}

.div-block-5._10 {
  background-image: url('../images/10.jpg');
  background-size: cover;
}

.div-block-5._12 {
  background-image: url('../images/12.jpg');
  background-size: cover;
}

.div-block-5._12.atomizzatore {
  background-image: url('../images/atomizzatore.jpg');
  background-position: 50%;
}

.div-block-5._13 {
  background-image: url('../images/13.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.div-block-5._14 {
  background-image: none;
}

.div-block-5._15 {
  background-image: url('../images/DSC_0530-2.JPG');
  background-position: 0%;
  background-size: cover;
}

.div-block-5.mezziagr {
  background-image: url('../images/riparazione-mezzi-agricoli---arena.jpg');
  background-size: cover;
}

.heading-3 {
  letter-spacing: 1px;
  font-size: 12px;
}

.heading-4 {
  letter-spacing: 1px;
  font-size: 11px;
}

.heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10 {
  letter-spacing: 1px;
  font-size: 12px;
}

.div-block-2-copy {
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  display: block;
}

.div-block-2-copy._33 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.dots-nav-copy {
  opacity: .61;
  font-size: 12px;
  display: none;
}

.text-block-2 {
  letter-spacing: 2px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.columns-2 {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.image-2 {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-6 {
  height: 40vh;
  margin-bottom: 30px;
}

.html-embed {
  height: 100%;
}

.l1 {
  color: #fff;
  text-decoration: none;
}

.image-4 {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  background-image: url('../images/vm-arena-progettazione.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-3 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.list-item {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.list {
  margin-bottom: 30px;
}

.div-block-7 {
  margin-bottom: 10px;
}

.image-5 {
  height: 100%;
  display: inline-block;
}

.image-6, .image-7 {
  height: 100%;
}

.lightbox-link-2 {
  margin-bottom: 20px;
}

.div-block-8 {
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  margin-bottom: 40px;
}

.youtube {
  margin-bottom: 20px;
}

.container-7 {
  padding-top: 97px;
}

.div-block-9 {
  height: 350px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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;
  font-weight: 300;
  line-height: 35px;
}

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

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

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

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

.youtube-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6 {
  margin-bottom: 20px;
}

.image-9, .image-10, .image-11 {
  padding-bottom: 25px;
}

.youtube-3 {
  margin-bottom: 25px;
}

.image-12 {
  display: inline-block;
}

.image-13 {
  background-color: rgba(0, 0, 0, 0);
}

.image-14 {
  max-height: 100%;
  text-align: left;
  object-fit: cover;
  display: inline-block;
  position: static;
}

.dropdown-list {
  background-color: var(--black);
}

.dropdown-link {
  color: #fff;
}

.dropdown-link._11 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.dropdown-link._11.w--current {
  color: #fd0808;
}

.dropdown-link._11._2 {
  text-transform: uppercase;
  text-decoration: none;
}

.dropdown {
  display: block;
}

.dropdown-list-2 {
  background-color: var(--black);
}

.dropdown-list-2.w--open {
  background-color: #000;
  border: 1px #fff;
  border-top-color: rgba(255, 255, 255, .38);
  border-bottom: 1px solid rgba(255, 255, 255, .56);
  border-radius: 0;
}

.columns-3 {
  margin-bottom: 20px;
}

.div-block-236 {
  width: 100%;
  height: 300px;
  background-image: url('../images/7_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #000;
}

.div-block-236.q {
  background-image: url('../images/1_1.jpg');
}

.div-block-237 {
  width: 80%;
  height: 100%;
  background-color: var(--black);
  padding: 20px 10px;
}

.div-block-237:hover {
  background-color: var(--black);
}

.div-block-238 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-238.ff {
  height: 80px;
}

.div-block-239 {
  width: 20%;
  background-color: #c00000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.div-block-239:hover {
  background-color: var(--black);
}

.div-block-239.g {
  width: 20%;
}

.div-block-239.g.uu {
  height: 100%;
}

.text-block-20 {
  color: #fff;
  font-size: 20px;
}

.text-block-20._2 {
  text-align: center;
  font-size: 30px;
  line-height: 20px;
}

.text-block-20.w {
  font-size: 17px;
}

.link-block {
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}

.columns-4, .columns-5 {
  margin-bottom: 20px;
}

.nuovos {
  width: 100%;
  height: 300px;
  background-image: url('../images/2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.nuovos._11 {
  background-image: none;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nuovos.ss {
  background-image: none;
  background-size: auto;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-240 {
  height: 80vh;
  background-image: url('../images/pala-ribaltabile.jpeg');
  background-position: 0%;
  background-size: cover;
}

.div-block-240.v {
  background-image: url('../images/forca.jpeg');
  background-position: 50% 70%;
  display: block;
}

.div-block-241 {
  height: 80vh;
  background-image: url('../images/forca.jpeg');
  background-position: 50%;
  background-size: cover;
}

.pop-up-modal {
  z-index: 999999;
  background-color: rgba(42, 42, 45, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up {
  width: 450px;
  height: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 100px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .25);
}

.pop-up-icon {
  width: 150px;
  height: 150px;
  background-color: #fff;
  background-image: none;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.exit-button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #c70c0c;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.pop-up-heading {
  color: #c20606;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}

.primary-button {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #b90404;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
}

.primary-button:hover {
  background-color: #f6b685;
}

.paragraph-5 {
  font-size: 15px;
}

.container-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.container-15 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-242 {
  margin-top: 30px;
}

.image-16, .image-17 {
  margin-bottom: 20px;
}

.image-18 {
  margin-bottom: 30px;
}

.div-block-243 {
  height: 250px;
  background-image: url('../images/FOTO-5.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.div-block-244 {
  height: 250px;
  background-image: url('../images/FOTO-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

html.w-mod-js [data-ix="hide-portfolio-overlay"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-portfolio-title"] {
  opacity: 0;
  transform: translate(0, -26px);
}

html.w-mod-js [data-ix="move-portfolio-sub-title"] {
  opacity: 0;
  transform: translate(0, 26px);
}

html.w-mod-js [data-ix="slide-in-inner-big-text-on-load"], html.w-mod-js [data-ix="slide-in-inner-sub-text-on-load"] {
  opacity: 0;
  transform: scale(1.3);
}

html.w-mod-js [data-ix="slide-out-social-team"] {
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="slide-in-big-text-slider-on-slide"] {
  opacity: 0;
  transform: scale(1.28);
}

html.w-mod-js [data-ix="slide-in-line-slider-on-slide"] {
  width: 0;
}

html.w-mod-js [data-ix="slide-in-sub-text-slider-on-slide"] {
  opacity: 0;
  transform: translate(0, -25px);
}

html.w-mod-js [data-ix="zoom-in-button-slider-on-slide"] {
  opacity: 0;
  transform: scale(1.15);
}

html.w-mod-js [data-ix="zoom-in-image-on-scroll"] {
  opacity: 0;
  transform: translate(-47px)scale(1.2)rotate(-25deg);
}

html.w-mod-js [data-ix="zoom-in-image-on-scroll-2"] {
  opacity: 0;
  transform: translate(47px)scale(1.2)rotate(25deg);
}

html.w-mod-js [data-ix="slide-in-image-on-scroll"] {
  opacity: 0;
  transform: translate(-94px);
}

@media screen and (max-width: 991px) {
  .banner {
    height: 707px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .94);
  }

  .fun-facts-wrapper {
    top: 72px;
  }

  .item {
    width: 50%;
  }

  .testimonials-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-left {
    width: 100%;
  }

  .contact-left.left-2 {
    width: 100%;
    text-align: center;
  }

  .big-slider {
    height: 600px;
  }

  .arrow {
    margin-top: 226.5px;
  }

  .slide {
    padding-top: 58px;
  }

  .slider-big-text {
    font-size: 41px;
  }

  .hamburger {
    color: #fff;
    background-color: rgba(0, 0, 0, .59);
  }

  .hamburger.w--open {
    background-color: rgba(0, 0, 0, .7);
  }

  .column-space {
    margin-top: 20px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 18px;
  }

  .navigation {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section {
    padding-left: 0;
    padding-right: 40px;
  }

  .section.parallax {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.second-gray {
    padding-top: 400px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sub-title {
    padding-left: 20px;
    font-size: 12px;
  }

  .icon-wrapper {
    margin-bottom: 40px;
  }

  .fun-facts-wrapper {
    top: 86px;
  }

  .div-image {
    margin-bottom: 20px;
  }

  .logo-client {
    width: 33.333%;
  }

  .heading-inner {
    font-size: 25px;
  }

  .testimonials-wrapper {
    padding-left: 37px;
    padding-right: 37px;
  }

  .text-field {
    width: 47.7%;
  }

  .arrow {
    display: none;
  }

  .slider-big-text {
    font-size: 35px;
  }

  .video {
    margin-left: 20px;
    margin-right: auto;
  }

  .primary-button {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 70vh;
    padding-top: 0;
  }

  .banner.inner-banner {
    padding-top: 186px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .banner.inner-banner.photo-2 {
    height: 60vh;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .banner.servizi {
    height: 65vh;
  }

  .section {
    margin-right: 0;
    padding: 20px 10px 60px;
  }

  .section.second-gray {
    padding-top: 10px;
    padding-right: 10px;
  }

  .section.small-background {
    background-position: 100% 100%;
  }

  .sub-title {
    padding-left: 0;
    font-size: 13px;
  }

  .div-space.more-space {
    margin-top: 20px;
  }

  .logo-client {
    width: 50%;
  }

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

  .item {
    width: 100%;
  }

  .heading-inner {
    line-height: 30px;
  }

  .sub-inner {
    margin-top: 5px;
    font-size: 15px;
    line-height: 32px;
  }

  .text-field {
    width: 98%;
  }

  .big-slider {
    height: 70vh;
  }

  .big-slider.servi._1 {
    height: 65vh;
  }

  .slider-big-text {
    font-size: 20px;
    line-height: 30px;
  }

  .slide-wrapper {
    margin-top: 0;
  }

  .line-slider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bold-text {
    text-align: center;
    font-size: 15px;
  }

  .paragraph-2 {
    height: auto;
    text-align: center;
    line-height: 25px;
  }

  .columns {
    flex-direction: column;
  }

  .image {
    margin-bottom: 20px;
  }

  .heading.sfondo {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .heading-11 {
    line-height: 30px;
  }

  .heading-12 {
    line-height: 22px;
  }

  .paragraph-3, .paragraph-4 {
    text-align: center;
  }

  .image-8 {
    padding-bottom: 13px;
  }

  .pop-up {
    width: 96%;
    padding: 10px;
  }

  .pop-up-icon {
    display: none;
  }

  .primary-button {
    text-align: center;
  }
}


