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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

.logo {
  max-width: 100%;
  padding-top: 0px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: block;
  overflow: visible;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: hsla(0, 0%, 100%, .93);
  font-family: Klavika, sans-serif;
  color: transparent;
}

.section-home {
  display: block;
  height: 100vh;
  padding-top: 60px;
  border: 0px none #000;
  background-color: transparent;
  opacity: 1;
}

.container-home {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-fibranews {
  display: block;
  height: 100vh;
}

.slider-lfp {
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
}

.slide1-lfp {
  display: inline-block;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/IMG_1172.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/IMG_1172.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide1-lfp.city {
  padding-top: 0px;
  background-image: url('../images/MF-6.jpg');
  background-position: 87% 53%;
  background-size: cover;
  text-shadow: 1px 1px 6px #000;
}

.slide1-lfp.fibra {
  background-image: url('../images/Drawing-PreformMelted-into-fiber_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lfp-cont {
  position: static;
  left: 354px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  padding-right: 37px;
  padding-left: 251px;
  -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;
  font-family: Klavika, sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: none;
}

.section-prodotti-e-soluzioni {
  display: block;
  height: 100vh;
  font-family: Klavika, sans-serif;
}

.section-download {
  display: block;
  background-image: url('../images/Sfondo_P8-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Klavika, sans-serif;
  text-transform: uppercase;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin: 8px 0px 5px;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-transition: color 400ms ease, background-color 400ms ease, background-position 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, background-position 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease, background-position 400ms ease;
  transition: color 400ms ease, transform 400ms ease, background-color 400ms ease, background-position 400ms ease, -webkit-transform 400ms ease;
  font-family: Klavika, sans-serif;
  color: #556689;
  font-size: 14px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #26364d;
}

.nav-link.w--current {
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #556689;
  box-shadow: 0 0 4px 0 #a7a8aa;
  -webkit-transition: color 400ms ease, background-color 400ms ease, background-position 400ms ease, -webkit-transform 500ms ease;
  transition: color 400ms ease, background-color 400ms ease, background-position 400ms ease, -webkit-transform 500ms ease;
  transition: color 400ms ease, transform 500ms ease, background-color 400ms ease, background-position 400ms ease;
  transition: color 400ms ease, transform 500ms ease, background-color 400ms ease, background-position 400ms ease, -webkit-transform 500ms ease;
  color: #fff;
  text-transform: uppercase;
}

.nav-link.w--open {
  padding-right: 50px;
}

.list-item {
  text-align: left;
}

.row-progetti {
  font-family: Klavika, sans-serif;
}

.nav-menu {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  font-family: Klavika, sans-serif;
  font-size: 15px;
}

.container-nav-menu {
  display: block;
  width: auto;
  padding-left: 0px;
  text-align: center;
}

.container-logo {
  position: absolute;
  left: 28px;
  top: 16px;
  display: block;
  overflow: visible;
  padding-left: 0px;
}

.row-home {
  width: auto;
  height: auto;
}

.column1-home {
  position: relative;
  display: block;
  padding-right: 10px;
  background-color: transparent;
  opacity: 1;
}

.div-text-home {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-text-home.mobile {
  margin-right: -232px;
  margin-left: -253px;
  background-size: 1833px;
}

.div-col2-home {
  position: absolute;
  left: 861px;
  right: 339px;
  display: block;
  width: 442px;
  height: 100%;
  margin-top: 0px;
  padding: 98px 0px 0px;
}

.header-home {
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  list-style-type: none;
}

.paragraph-home {
  position: static;
  padding: 5px;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.paragraph-home.lfp {
  position: static;
  padding: 0px;
}

.text-block {
  padding-top: 18px;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 2px;
}

.logo-pg {
  margin-top: 5px;
  margin-right: 17px;
  margin-bottom: 5px;
  text-align: right;
}

.row-loghi {
  margin-top: 28px;
  padding-right: 25px;
  padding-left: 0px;
  border: 1px none #000;
}

.col1-loghi {
  position: static;
  border-right: 2px solid #fff;
  text-align: right;
}

.logo-fibra {
  margin: 5px 22px 5px 17px;
  padding-top: 5px;
}

.col2-loghi {
  position: static;
}

.flag {
  position: static;
  top: -6px;
}

.div-block-social {
  position: absolute;
  top: 20px;
  right: 8px;
  overflow: hidden;
  width: 76px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.img-twitter {
  margin-top: 4px;
}

.slider-home {
  display: block;
  height: 100%;
}

.slide-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  padding-top: 14px;
  font-size: 12px;
  line-height: 16px;
}

.arrow-r {
  position: absolute;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  padding-top: 3px;
  -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;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.arrow-r:hover {
  border-color: #fff;
  opacity: 1;
}

.slide2-home {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/la-fibra-del-pianeta.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/la-fibra-del-pianeta.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.div-block-home2 {
  display: block;
  padding-top: 8%;
  padding-left: 0px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-home2.last {
  padding-left: 35%;
}

.header3-home {
  background-color: transparent;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.section-la-fibra-prysmian {
  display: block;
  height: 100vh;
}

.header-page {
  display: block;
  margin-bottom: 25px;
  padding: 5px;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.header-page.special {
  text-transform: uppercase;
}

.section-progetti-vincenti {
  display: block;
  height: 100vh;
}

.slider-pde {
  height: 100%;
}

.header-blu {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Klavika, sans-serif;
  color: #556689;
  font-size: 28px;
  line-height: 41px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-black {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.paragraph-black.lungo {
  font-size: 16px;
  line-height: 17px;
}

.btimg {
  display: block;
  width: 39%;
  margin-right: auto;
  margin-left: auto;
}

.telefonicaimg {
  display: block;
  width: 51%;
  margin-right: auto;
  margin-left: auto;
}

.jazztelimg {
  display: block;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.orangeimg {
  display: block;
  width: 22%;
  margin-right: auto;
  margin-left: auto;
}

.telstraimg {
  display: block;
  width: 52%;
  margin-right: auto;
  margin-left: auto;
}

.telecom-img {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.slide2-lfp {
  display: inline-block;
  padding-left: 0px;
  background-image: url('../images/Drawing-PreformMelted-into-fiber_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  font-family: Klavika, sans-serif;
}

.slide1-pde {
  background-image: url('../images/Sfondo_P8-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Klavika, sans-serif;
}

.slide2-pde {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/sidney-Fotolia_17191420_L.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/sidney-Fotolia_17191420_L.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide3-pde {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/Fotolia_32472882_XL.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/Fotolia_32472882_XL.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide4-pde {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/argentina.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/argentina.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sea-img {
  display: block;
}

.slider-app {
  display: block;
  height: 100%;
}

.slide1-app {
  background-image: url('../images/Telecom_Fotolia_44833711_XXL_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.slide2-app {
  background-image: url('../images/Sfondo_P8-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide3-app {
  background-image: url('../images/italia-futuro.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -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;
  background-color: #fff;
  font-family: Klavika, sans-serif;
}

.lightbox-link {
  position: static;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: Klavika, sans-serif;
  text-align: center;
}

.lightbox-link:hover {
  opacity: 0.65;
}

.leggi-tutto {
  display: block;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.leggi-tutto:hover {
  display: block;
  opacity: 0.7;
}

.slider-lrd {
  display: block;
  height: 100%;
  background-color: transparent;
}

.slide1-home {
  display: inline-block;
  background-color: #26364d;
}

.slide1-news {
  display: inline-block;
  background-color: #26364d;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, .74);
  font-family: Klavika, sans-serif;
  text-align: center;
}

.text-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90vw;
  height: 90vh;
  margin-top: 46px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 30px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 -3px 9px 1px rgba(197, 94, 155, .75);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: Klavika, sans-serif;
  color: #000;
  line-height: 20px;
  text-align: left;
}

.paragraph-wrapper {
  display: block;
  overflow: auto;
  height: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-indent: 0em;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  -webkit-column-rule: 1px dotted #c55e9b;
  column-rule: 1px dotted #c55e9b;
}

.close-x {
  position: relative;
  left: 15px;
  top: 0px;
  right: 28px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .59);
  border-radius: 10%;
  background-color: transparent;
  opacity: 0.75;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  font-family: 'Varela Round', sans-serif;
  color: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  text-align: right;
  letter-spacing: -3px;
  text-decoration: none;
  text-transform: uppercase;
}

.close-x:hover {
  border-style: none;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: scale(1.1) rotate(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotate(180deg);
  color: #fff;
}

.slide2-news {
  position: relative;
  z-index: 0;
  display: inline-block;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Foto-news-13.06.16.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Foto-news-13.06.16.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide0-lfp {
  position: static;
  display: inline-block;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Foto-news-13.06.16.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Foto-news-13.06.16.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.flex-container {
  display: block;
  padding-top: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-container.dx {
  padding-left: 8%;
}

.flex-container.dx.plus {
  padding-left: 26%;
}

.slide0-pde {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/Foto-news-20.06.16.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/Foto-news-20.06.16.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-wrapper.m {
  margin-top: 10px;
  padding: 10px 10px 10px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Klavika, sans-serif;
  color: rgba(197, 94, 155, .57);
  font-size: 20px;
  line-height: 24px;
  text-indent: 0em;
  text-transform: none;
}

.header-wrapper.m.special {
  text-transform: none;
}

.modal-wrapper-wireless {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .79);
  font-family: Klavika, sans-serif;
  text-align: center;
}

.slide3-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/Foto-news-20.06.16.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/Foto-news-20.06.16.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide4-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Foto-newsletter-fibra-ottica-270616.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Foto-newsletter-fibra-ottica-270616.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.modal-wrapper-ultralarga {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  font-family: Klavika, sans-serif;
  text-align: center;
}

.slide-1-lfp {
  position: static;
  display: inline-block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Fotonewsletterfibraottica040716.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Fotonewsletterfibraottica040716.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.modal-wrapper-backhaul {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  font-family: Klavika, sans-serif;
}

.slide5-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/Fotonewsletterfibraottica040716.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/Fotonewsletterfibraottica040716.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.claim-block {
  position: absolute;
  left: -62px;
  top: 0px;
  right: -93px;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-home-block {
  position: static;
  z-index: 768;
  display: block;
  margin-right: -10%;
  margin-left: -20%;
  padding-top: 17%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-home-block.newssection {
  padding-top: 25%;
}

.infograph {
  position: relative;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.infograph:active {
  background-color: #26364d;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.slide4-app {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 503px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.child.news {
  padding-right: 0px;
  padding-left: 503px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.modal-wrapper-superdensa {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  font-family: Klavika, sans-serif;
}

.slide6-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.apice {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

.modal-vrapper-fibra-e-fibra {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: rgba(0, 0, 0, .88);
  opacity: 1;
  font-family: Klavika, sans-serif;
}

.infografica {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.infografica:active {
  background-color: #556689;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.infografica:focus {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.magni {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0.8;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.magni:hover {
  opacity: 0;
}

.x {
  opacity: 0.6;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.x:hover {
  opacity: 1;
}

.slide-1-pde {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Foto-newsletter-fibra-ottica-270616.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Foto-newsletter-fibra-ottica-270616.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide7-news {
  background-color: #26364d;
}

.container-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -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;
  text-align: left;
}

.list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 9px 9px 9px 57px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/LEGGI.png');
  background-position: 0px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #556689;
  font-weight: 700;
  text-align: center;
}

.list-block:hover {
  color: #26364d;
  font-size: 14px;
  text-decoration: none;
}

.list-block.play {
  background-image: url('../images/video.play.png');
  background-position: 0px 50%;
  background-size: 32px;
  color: #556689;
}

.list-block.play:hover {
  border-radius: 5%;
  background-image: url('../images/video.play.png');
  background-position: 0px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  color: #26364d;
  font-size: 14px;
}

.div-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.segno {
  font-size: 50px;
}

.slide-2-lfp {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Foto250716web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Foto250716web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.modal-wrapper-cervello-veloce {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide8-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Foto250716web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Foto250716web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2-pde {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/moscardoweb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/moscardoweb.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.modal-wrapper-obbligo-di-banda-ultralarga {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide9-news {
  background-image: url('../images/moscardoweb.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-wrapper-fibra-veloce-casa {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.modal-wrapper-radiotelescopio {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide5-app {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Foto-parabola_3web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Foto-parabola_3web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide5-app.fix {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Foto-parabola_3web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Foto-parabola_3web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3-pde {
  background-image: url('../images/Foto-goccia-HD-26-09.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-wrapper-autunno-caldo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide13-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Non-solo-cavo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Non-solo-cavo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide6-app {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Non-solo-cavo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Non-solo-cavo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.modal-wrapper-non-solo-cavo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide-3-lfp {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/quanto-vale-la-partita-della-banda-ultralarga.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/quanto-vale-la-partita-della-banda-ultralarga.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide14-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/quanto-vale-la-partita-della-banda-ultralarga.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/quanto-vale-la-partita-della-banda-ultralarga.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.modal-wrapper-industria {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide15-news {
  background-color: #26364d;
}

.slide16-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fibra-ottica-Prysmian.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fibra-ottica-Prysmian.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.modal-wrapper-fame-di-banda {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide-4-lfp {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fibra-ottica-Prysmian.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fibra-ottica-Prysmian.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide17-news {
  background-color: #26364d;
}

.modal-wrapper-kairos {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide18-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/Accessori_Di_Connessione.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/Accessori_Di_Connessione.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide7-app {
  background-image: url('../images/Accessori_Di_Connessione.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-4-pde {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/smart-building.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/smart-building.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide19-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/smart-building.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/smart-building.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.modal-wrapper-smart-building {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
}

.slide-5-pde {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Record-per-la-banda-larga.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Record-per-la-banda-larga.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide20-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Record-per-la-banda-larga.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Record-per-la-banda-larga.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.modal-wrapper-fibra-velocita-luce {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
}

.slide21-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/INNOVAZIONE-SOSTENIBILE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/INNOVAZIONE-SOSTENIBILE.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.modal-wrapper-innovazione-sostenibile {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide8-app {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/INNOVAZIONE-SOSTENIBILE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/INNOVAZIONE-SOSTENIBILE.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide22-news {
  background-color: #26364d;
}

.slide23-news {
  background-color: #26364d;
}

.slide-5-lfp {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/FTTH-Council.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/FTTH-Council.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.modal-wrapper-ftth2017 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
}

.slide24-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/FTTH-Council.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/FTTH-Council.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.spaghetti {
  display: inline-block;
}

.lightbox {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  text-align: left;
}

.leggi-tutto {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.leggi-tutto:hover {
  opacity: 0.65;
}

.slide-6-pde {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/Bandi-Infratel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/Bandi-Infratel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide25-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Bandi-Infratel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Bandi-Infratel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.modal-wrapper-infratel {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
}

.slide9-app {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/smart-city-prysmian.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/smart-city-prysmian.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.modal-wrapper-smart-city {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
}

.slide26-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/smart-city-prysmian.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/smart-city-prysmian.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide10-app {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/industria-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/industria-4.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.modal-wrapper-5g {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-family: Klavika, sans-serif;
}

.slide27-news {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/industria-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/industria-4.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.body {
  font-family: Klavika, sans-serif;
}

.slide3-home {
  background-image: -webkit-linear-gradient(270deg, #000, transparent), url('../images/Ultrabroadband.jpg');
  background-image: linear-gradient(180deg, #000, transparent), url('../images/Ultrabroadband.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.modal-wrapper-ultrabroadband {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, .75);
}

.slide28-news {
  background-image: -webkit-linear-gradient(270deg, #000, transparent), url('../images/Ultrabroadband.jpg');
  background-image: linear-gradient(180deg, #000, transparent), url('../images/Ultrabroadband.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-7-pde {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 61%), url('../images/Cybersecurity_e_fibra.jpg');
  background-image: linear-gradient(180deg, #000, transparent 61%), url('../images/Cybersecurity_e_fibra.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide29-news {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 61%), url('../images/Cybersecurity_e_fibra.jpg');
  background-image: linear-gradient(180deg, #000, transparent 61%), url('../images/Cybersecurity_e_fibra.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.modal-wrapper-cybersecurity {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, .75);
}

.slide-6-lfp {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 82%), url('../images/Internet-of-things.jpg');
  background-image: linear-gradient(180deg, #000, transparent 82%), url('../images/Internet-of-things.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide30-news {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 85%), url('../images/Internet-of-things.jpg');
  background-image: linear-gradient(180deg, #000, transparent 85%), url('../images/Internet-of-things.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.modal-wrapper-open-innovation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, .75);
}

.slide11-app {
  background-image: -webkit-linear-gradient(270deg, #000, transparent), url('../images/Codice-Europa-Digitale.jpg');
  background-image: linear-gradient(180deg, #000, transparent), url('../images/Codice-Europa-Digitale.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide31-news {
  background-image: -webkit-linear-gradient(270deg, #000, transparent), url('../images/Codice-Europa-Digitale.jpg');
  background-image: linear-gradient(180deg, #000, transparent), url('../images/Codice-Europa-Digitale.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.modal-wrapper-codice-europa-digitale {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, .75);
}

.slide-8-pde {
  background-image: -webkit-linear-gradient(270deg, #000, rgba(0, 0, 0, .75) 0%, transparent 58%), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/tabella-commissione-ue-web.jpg');
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .75) 0%, transparent 58%), linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/tabella-commissione-ue-web.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.row {
  display: block;
}

.image {
  border-radius: 3px;
}

.image.graph {
  opacity: 0.8;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.image.graph:hover {
  opacity: 1;
}

.heading {
  text-decoration: underline;
}

.lightbox-graph {
  text-decoration: none;
}

.slide32-news {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 58%), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/tabella-commissione-ue-web_1.jpg');
  background-image: linear-gradient(180deg, #000, transparent 58%), linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/tabella-commissione-ue-web_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.modal-wrapper-riflettori {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, .75);
}

.slide33-news {
  background-color: #26364d;
}

.slide-7-lfp {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 45%), url('../images/banda-larga-e-servizi-broadband.jpg');
  background-image: linear-gradient(180deg, #000, transparent 45%), url('../images/banda-larga-e-servizi-broadband.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide34-news {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 45%), url('../images/banda-larga-e-servizi-broadband.jpg');
  background-image: linear-gradient(180deg, #000, transparent 45%), url('../images/banda-larga-e-servizi-broadband.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.modal-wrapper-entertainment {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, .75);
}

.slide12-app {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 69%), url('../images/SMART-ROAD.jpg');
  background-image: linear-gradient(180deg, #000, transparent 69%), url('../images/SMART-ROAD.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.modal-wrapper-smart-road {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, .75);
}

.slide35-news {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 58%), url('../images/SMART-ROAD.jpg');
  background-image: linear-gradient(180deg, #000, transparent 58%), url('../images/SMART-ROAD.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-9-pde {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 70%), url('../images/new-deal.jpg');
  background-image: linear-gradient(180deg, #000, transparent 70%), url('../images/new-deal.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.modal-wrapper-new-deal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, .75);
}

.slide36-news {
  background-image: -webkit-linear-gradient(270deg, #000, transparent 70%), url('../images/new-deal.jpg');
  background-image: linear-gradient(180deg, #000, transparent 70%), url('../images/new-deal.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

html.w-mod-js *[data-ix="tab-arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, -18px);
  -ms-transform: translate(0px, -18px);
  transform: translate(0px, -18px);
}

html.w-mod-js *[data-ix="cam"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-fame-di-banda"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-industria"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-wireless"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-ultralarga"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-backhaul"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-superdensa"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-fibra-e-fibra"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-cervello-veloce"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-obbligo-di-banda-ultralarga"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-fibra-veloce-casa"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-radiotelescopio"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-autunno-caldo"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-non-solo-cavo"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-kairos"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-smart-building"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-fibra-luce"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-innovazione-sostenibile"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-ftth2017"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-infratel"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-smart-city"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-5g"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-ultrabroadband"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-cybersecurity"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-open-innovation"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-codice-europa-digitale"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-riflettori"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-entertainment"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-smart-road"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="modal-interaction-new-deal"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .logo {
    padding-top: 0px;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .section-home {
    background-image: none;
  }
  .container-home {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 15px;
  }
  .section-fibranews {
    background-position: 18% 50%;
  }
  .slide1-lfp {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/IMG_1172.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/IMG_1172.jpg');
    background-position: 0px 0px, 34% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .lfp-cont {
    overflow: visible;
    margin-top: 55px;
    padding-right: 45px;
    padding-left: 145px;
  }
  .section-download {
    height: auto;
    padding-bottom: 30px;
  }
  .nav-link {
    display: block;
  }
  .nav-menu {
    background-image: url('../images/bg-maincontentbox.jpg');
    background-position: 50% 50%;
    background-size: 640px;
  }
  .container-logo {
    left: 15px;
    top: 15px;
    bottom: 15px;
  }
  .div-text-home {
    overflow: visible;
    margin-right: -53px;
    margin-left: -53px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-text-home.mobile {
    margin-right: -394px;
    margin-left: -249px;
    background-size: 1627px;
  }
  .menu-button {
    display: inline-block;
    background-color: transparent;
    color: #556689;
  }
  .menu-button.w--open {
    display: block;
  }
  .div-col2-home {
    position: relative;
    left: 25px;
    top: 93px;
    right: 1px;
    bottom: 108px;
    margin-top: 7px;
    margin-right: 0px;
    margin-left: -110px;
    padding-right: 19px;
    padding-left: 19px;
  }
  .header-home {
    padding-right: 0px;
    font-size: 26px;
    line-height: 1.2em;
    text-align: center;
  }
  .paragraph-home {
    padding-top: 10px;
    font-size: 16px;
  }
  .text-block {
    font-size: 15px;
  }
  .logo-pg {
    padding-right: 0px;
    padding-left: 0px;
    text-align: right;
  }
  .flag {
    margin-left: 50px;
    text-align: center;
  }
  .div-block-social {
    top: 22px;
    right: 122px;
  }
  .slider-home {
    height: 100%;
  }
  .slide-nav {
    font-size: 12px;
    line-height: 16px;
  }
  .slide2-home {
    background-position: 50% 18%;
    background-size: cover;
  }
  .div-block-home2 {
    margin-right: 84px;
    margin-left: 90px;
  }
  .div-block-home2.last {
    padding-left: 24%;
  }
  .header-page {
    font-size: 28px;
    line-height: 36px;
  }
  .header-blu {
    margin-top: 0px;
  }
  .slide2-lfp {
    background-position: 37% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide2-pde {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/sidney-Fotolia_17191420_L.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/sidney-Fotolia_17191420_L.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .lightbox-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .leggi-tutto {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide1-home.new {
    position: relative;
    z-index: 3;
  }
  .slide1-news {
    z-index: 1;
    background-color: #26364d;
  }
  .modal-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background-color: rgba(0, 0, 0, .8);
  }
  .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95vw;
    height: 85vh;
    margin-top: 64px;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-wrapper {
    display: block;
    overflow: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .close-x {
    position: static;
    left: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slide2-news {
    z-index: 2;
  }
  .flex-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-container.dx {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-container.dx.plus {
    padding-top: 10%;
    padding-left: 38%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-wrapper.m {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .modal-wrapper-wireless {
    display: none;
    background-color: rgba(0, 0, 0, .8);
  }
  .modal-wrapper-ultralarga {
    display: none;
  }
  .modal-wrapper-backhaul {
    display: none;
  }
  .claim-block {
    position: absolute;
    left: -144px;
    top: 5px;
    right: -146px;
    bottom: 0px;
  }
  .text-home-block {
    position: relative;
    left: -32px;
    top: 0px;
    margin-right: -36px;
    margin-left: -50px;
    padding-top: 20%;
  }
  .infograph {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slide4-app {
    background-image: url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
    background-position: 0px 100%;
  }
  .child {
    padding-top: 61px;
    padding-right: 430px;
  }
  .child.news {
    padding-bottom: 61px;
    padding-left: 430px;
  }
  .modal-wrapper-superdensa {
    display: none;
  }
  .slide6-news {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
    background-position: 0px 0px, 100% 100%;
  }
  .list-block.play {
    text-align: left;
  }
  .slide-3-pde {
    background-image: url('../images/Foto-goccia-HDslim.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }
  .modal-wrapper-fame-di-banda {
    display: none;
  }
}

@media (max-width: 767px) {
  .logo {
    padding-top: 3px;
  }
  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: visible;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    background-color: hsla(0, 0%, 100%, .72);
    background-image: none;
    box-shadow: none;
    opacity: 1;
    color: transparent;
  }
  .section-home {
    background-position: 10% 50%;
    background-repeat: repeat;
  }
  .container-home {
    display: block;
  }
  .section-fibranews {
    margin-top: 0px;
  }
  .section-download {
    padding-top: 120px;
  }
  .nav-menu {
    background-image: none;
    background-size: auto;
  }
  .container-nav-menu {
    display: block;
    color: transparent;
  }
  .container-logo {
    left: 15px;
    top: 15px;
    bottom: 15px;
    padding-left: 0px;
  }
  .brand {
    padding-left: 0px;
  }
  .div-text-home.mobile {
    height: 1474px;
    margin-top: -393px;
    margin-right: -10px;
    margin-left: -10px;
    background-position: 17% 50%;
  }
  .menu-button {
    padding-top: 18px;
  }
  .div-col2-home {
    display: block;
    margin-top: -146px;
    margin-left: auto;
  }
  .header-home {
    font-size: 49px;
    line-height: 55px;
  }
  .paragraph-home {
    position: relative;
    right: 38px;
    padding-right: 49px;
    padding-left: 49px;
    font-size: 17px;
    line-height: 23px;
  }
  .column2-home {
    top: 97px;
    margin-top: 0px;
    background-image: url('../images/prysmian_spaghetti.jpg');
    background-position: 86% 50%;
    background-size: auto;
    font-family: Klavika, sans-serif;
  }
  .text-block {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px 0px 0px;
    font-size: 12px;
    text-align: right;
    letter-spacing: 1px;
  }
  .logo-pg {
    position: relative;
    right: auto;
    margin-right: 17px;
    margin-left: 0px;
    clear: none;
  }
  .col1-loghi {
    left: auto;
    top: auto;
    padding-right: 12px;
    text-align: right;
  }
  .col2-loghi {
    margin-top: 4px;
  }
  .flag {
    width: 136px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 93px;
    padding-top: 0px;
  }
  .div-block-social {
    position: absolute;
    top: 27px;
    margin-top: -11px;
  }
  .slider-home {
    height: 100%;
  }
  .slide-nav {
    top: -1485px;
  }
  .slide2-home {
    height: 1118px;
  }
  .div-block-home2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .header3-home {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }
  .header-page {
    padding-right: 0px;
  }
  .section-home-m {
    position: static;
    margin-top: 0px;
    background-color: #26364d;
    font-family: Klavika, sans-serif;
  }
  .div-block-home1-m {
    position: static;
    display: block;
    margin: 0px 9px 9px;
    padding: 82px 10px 40px;
    font-family: Klavika, sans-serif;
  }
  .header-home1-m {
    font-family: Klavika, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
  .paragraph-home-m {
    margin-top: 20px;
    margin-bottom: 27px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
  }
  .div-block-home2-m {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 82px 10px 20px;
  }
  .section-news-m {
    background-color: #26364d;
    font-family: Klavika, sans-serif;
  }
  .container-lfp-m {
    height: auto;
    margin-bottom: 0px;
    padding: 82px 30px 79px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/IMG_1173.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/IMG_1173.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    font-family: Klavika, sans-serif;
    text-align: center;
  }
  .paragraph-page-m {
    padding-bottom: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
  }
  .paragraph-page-m.black {
    margin-bottom: 3px;
    color: #000;
  }
  .div-block-lfp2 {
    margin-top: 0px;
    padding: 49px 10px 59px;
    background-image: url('../images/Drawing-PreformMelted-into-fiber.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: Klavika, sans-serif;
  }
  .header-page-m {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Klavika, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
  .header-page-m.blu {
    margin-top: 0px;
    color: #556689;
  }
  .header-page-m.special {
    text-transform: none;
  }
  .section-pde-m {
    font-family: Klavika, sans-serif;
  }
  .div-pde1-m {
    margin-top: 59px;
  }
  .container-pde-m {
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url('../images/Sfondo_P8-01.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .col-1-loghi-m {
    display: block;
    margin: 12px auto;
    padding: 29px;
    text-align: center;
  }
  .div-pde2-m {
    margin-top: 19px;
    margin-bottom: 46px;
    padding: 207px 46px 20px;
    background-image: url('../images/australia.png');
    background-position: 50% 30px;
    background-size: 130px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .div-pde2-m.sea {
    background-image: url('../images/sudestasiatico.png');
    background-size: 130px;
  }
  .div-pde2-m.argentina {
    background-image: url('../images/argentina.png');
    background-size: 130px;
  }
  .section-approf-m {
    font-family: Klavika, sans-serif;
  }
  .div-approf-m {
    padding: 119px 10px 249px;
    background-color: #09f;
    background-image: url('../images/Telecom_Fotolia_44833711_XXL.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .div-approf-m._4 {
    display: block;
    padding-bottom: 71px;
    -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;
    background-color: #a7a8aa;
    background-image: url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .div-approf2-m {
    padding: 38px 10px 89px;
    background-image: url('../images/Sfondo_P8-01.jpg');
    background-position: 0px 50%;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-approf3-m {
    padding: 30px 10px 90px;
    background-image: url('../images/INGG0310.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .lightbox-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 297px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .lightbox-link:hover {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 56%;
    margin-right: auto;
    margin-left: auto;
  }
  .leggi-tutto {
    margin-bottom: 21px;
  }
  .flag-m {
    display: inline-block;
    margin-left: 25px;
    padding-top: 23px;
    padding-bottom: 0px;
    text-align: left;
  }
  .lightbox-link-m {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .section-dowload-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 96px 5px 30px;
    -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;
    background-image: url('../images/Sfondo_P8-01.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .modal-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    padding-top: 15px;
  }
  .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 90vw;
    height: 80vh;
    padding: 10px;
  }
  .paragraph-wrapper {
    overflow: auto;
    height: 89%;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .close-x {
    left: 0px;
    top: -6px;
    margin-left: 95%;
  }
  .div-block-newsletter1 {
    position: static;
    height: 619px;
    margin-bottom: -223px;
    background-image: url('../images/prysmian_spaghetti_claim.jpg');
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .div-news-m {
    position: relative;
    padding-right: 10px;
    padding-bottom: 56px;
    padding-left: 10px;
    background-image: url('../images/prysmian_spaghetti_claim.jpg');
    background-position: 50% 0px;
    background-size: 529px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .div-news-text-m {
    display: block;
    padding-top: 451px;
  }
  .div-leggi-tutto-m {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .div-news1-m {
    height: 100vh;
    padding-top: 90px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Foto-news-13.06.16.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Foto-news-13.06.16.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    text-align: center;
  }
  .link-bloc-guardail-video-m {
    margin-bottom: 20px;
  }
  .header-wrapper.m {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .modal-wrapper-wireless {
    display: none;
    padding-top: 15px;
  }
  .div-news2-m {
    height: 100%;
    padding: 90px 10px 71px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/Foto-news-20.06.16.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/Foto-news-20.06.16.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .modal-wrapper-ultralarga {
    padding-top: 15px;
  }
  .div-news3-m {
    height: 100%;
    padding: 90px 10px 71px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Foto-newsletter-fibra-ottica-270616.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Foto-newsletter-fibra-ottica-270616.jpg');
    background-position: 0px 0px, 72% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .modal-wrapper-backhaul {
    display: none;
    padding-top: 15px;
  }
  .div-news4-m {
    position: static;
    height: 100%;
    padding: 90px 10px 71px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/Fotonewsletterfibraottica040716.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/Fotonewsletterfibraottica040716.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .modal-wrapper-superdensa {
    display: none;
  }
  .navbarm {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: hsla(0, 0%, 100%, .73);
  }
  .list-block {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .list-block.play {
    text-align: left;
    text-transform: uppercase;
  }
  .div-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 18%;
    padding-left: 18%;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .div-news7-m {
    padding: 119px 10px 71px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Foto250716web.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Foto250716web.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .modal-wrapper-obbligo-di-banda-ultralarga {
    display: none;
  }
  .div-news8-m {
    padding: 119px 10px 71px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/moscardoweb.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/moscardoweb.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .div-news9-m {
    padding: 119px 10px 71px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Foto-parabola_3web.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Foto-parabola_3web.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .div-news10-m {
    padding: 119px 10px 113px;
    background-image: url('../images/Foto-goccia-HDslim.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .div-news11-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Non-solo-cavo.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Non-solo-cavo.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .div-news12-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/quanto-vale-la-partita-della-banda-ultralarga.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/quanto-vale-la-partita-della-banda-ultralarga.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-news13-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fibra-ottica-Prysmian.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fibra-ottica-Prysmian.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-news14-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('../images/Accessori_Di_Connessione.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('../images/Accessori_Di_Connessione.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .div-news15-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/smart-building.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/smart-building.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .div-news16-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Record-per-la-banda-larga.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Record-per-la-banda-larga.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .div-news17-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/INNOVAZIONE-SOSTENIBILE.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/INNOVAZIONE-SOSTENIBILE.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .div-news18-m {
    padding: 120px 10px 70px;
    background-image: url('../images/FTTH-Council.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .div-news19-m {
    padding: 120px 10px 70px;
    background-image: url('../images/Bandi-Infratel.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-news20-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/smart-city-prysmian.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/smart-city-prysmian.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .div-news21-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/industria-4_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/industria-4_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-news22-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/Ultrabroadband.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/Ultrabroadband.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .text-block-2 {
    line-height: 16px;
  }
  .text-block-3 {
    line-height: 16px;
  }
  .text-block-4 {
    line-height: 16px;
  }
  .text-block-5 {
    line-height: 16px;
  }
  .text-block-6 {
    line-height: 16px;
  }
  .text-block-7 {
    line-height: 16px;
  }
  .text-block-8 {
    line-height: 16px;
  }
  .text-block-9 {
    line-height: 16px;
  }
  .text-block-10 {
    line-height: 16px;
  }
  .text-block-11 {
    line-height: 16px;
  }
  .text-block-12 {
    line-height: 16px;
  }
  .text-block-13 {
    line-height: 16px;
  }
  .text-block-14 {
    line-height: 16px;
  }
  .div-news23-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Cybersecurity_e_fibra.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Cybersecurity_e_fibra.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .div-news24-m {
    padding: 120px 10px 70px;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #000, transparent), url('../images/Internet-of-things.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, transparent), url('../images/Internet-of-things.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .div-news25-m {
    padding: 120px 10px 70px;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #000 21%, transparent), url('../images/Codice-Europa-Digitale.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #000 21%, transparent), url('../images/Codice-Europa-Digitale.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .row {
    text-align: center;
  }
  .div-news26-m {
    padding: 120px 10px 70px;
  }
  .div-news27-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banda-larga-e-servizi-broadband.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banda-larga-e-servizi-broadband.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .div-news28-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, #000, transparent), url('../images/SMART-ROAD.jpg');
    background-image: linear-gradient(180deg, #000, transparent), url('../images/SMART-ROAD.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-news29-m {
    padding: 120px 10px 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/new-deal.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/new-deal.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
}

@media (max-width: 479px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    box-shadow: none;
  }
  .section-home {
    background-position: 19% 50%;
    background-size: cover;
  }
  .container-home {
    position: relative;
    left: 0px;
    right: 0px;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: Klavika, sans-serif;
  }
  .section-fibranews {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 0% 98%;
    background-size: auto;
  }
  .nav-menu {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .container-logo {
    left: 10px;
    top: 20px;
    bottom: 19px;
  }
  .column1-home {
    height: 800px;
  }
  .div-text-home.mobile {
    height: 843px;
    margin-top: -148px;
    background-position: 18% 50%;
    background-size: 1220px;
    background-attachment: scroll;
  }
  .div-col2-home {
    margin-top: -510px;
    margin-left: auto;
    padding-top: 0px;
    font-size: 14px;
  }
  .header-home {
    margin-top: 192px;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
  }
  .paragraph-home {
    right: 0px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .text-block {
    position: static;
    left: 0px;
    top: -3px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 21px 0px 0px;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0px;
  }
  .logo-pg {
    margin-right: 8px;
    margin-left: 0px;
  }
  .col1-loghi {
    padding-right: 11px;
    padding-left: 0px;
  }
  .logo-fibra {
    margin-right: 0px;
    margin-left: 8px;
  }
  .col2-loghi {
    position: static;
    display: block;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
  }
  .flag {
    width: 121px;
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 33px;
  }
  .div-block-social {
    top: 27px;
    right: 62px;
  }
  .slider-home {
    position: relative;
    height: 100%;
    clear: both;
  }
  .slide-nav {
    position: absolute;
    top: -1517px;
    padding-top: 16px;
  }
  .arrow-r {
    top: -565px;
  }
  .slide2-home {
    position: relative;
    display: inline-block;
    margin-top: 0px;
  }
  .div-block-home2 {
    position: relative;
    left: 0px;
    top: -14%;
    right: 0px;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 0px;
  }
  .header3-home {
    position: relative;
    margin-top: 0px;
    margin-bottom: 9px;
    font-weight: 400;
    text-align: center;
  }
  .header-page {
    right: 0px;
    margin-top: 0px;
  }
  .section-home-m {
    height: auto;
    margin-top: 0px;
    background-color: transparent;
  }
  .div-block-home1-m {
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
    background-color: transparent;
    font-family: Klavika, sans-serif;
  }
  .div-block-home1-m.fibra-e-fibra {
    padding-top: 84px;
  }
  .header-home1-m {
    position: relative;
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    padding: 0px 5px;
    font-family: Klavika, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 41px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
  .paragraph-home-m {
    position: relative;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
  }
  .div-block-home2-m {
    position: static;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 86px;
    background-color: #26364d;
    font-family: Klavika, sans-serif;
    font-size: 14px;
  }
  .container-home-m {
    margin-top: 0px;
    padding-top: 0px;
    background-color: #26364d;
    font-family: Klavika, sans-serif;
  }
  .section-news-m {
    padding-top: 153px;
  }
  .section-news-m.margin {
    padding-top: 0px;
  }
  .section-lfp-m {
    font-family: Klavika, sans-serif;
  }
  .container-lfp-m {
    height: auto;
    padding: 84px 20px 61px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .paragraph-page-m {
    margin-bottom: 12px;
    padding-bottom: 0px;
  }
  .paragraph-page-m.black {
    margin-bottom: 12px;
  }
  .div-block-lfp2 {
    margin-top: 0px;
    padding-bottom: 97px;
    padding-left: 10px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/Drawing-PreformMelted-into-fiber.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/Drawing-PreformMelted-into-fiber.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
    font-family: Klavika, sans-serif;
  }
  .header-page-m {
    font-size: 28px;
  }
  .header-page-m.blu {
    margin-bottom: 10px;
  }
  .div-pde1-m {
    margin-top: 45px;
  }
  .container-pde-m {
    margin-bottom: 0px;
    padding-top: 42px;
  }
  .col-1-loghi-m {
    margin-top: 13px;
    margin-bottom: 14px;
    padding: 0px 23px;
  }
  .div-pde2-m {
    margin-top: 62px;
    margin-bottom: 20px;
    padding-top: 170px;
    padding-right: 10px;
    padding-left: 10px;
    background-position: 50% 16px;
    background-size: 130px;
  }
  .div-pde2-m.sea {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .div-pde2-m.argentina {
    margin-top: 0px;
    margin-bottom: 31px;
  }
  .section-approf-m {
    margin-top: 0px;
    padding-top: 0px;
  }
  .div-approf-m {
    padding-top: 84px;
    padding-bottom: 115px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/Telecom_Fotolia_44833711_XXL.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/Telecom_Fotolia_44833711_XXL.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .div-approf-m._4 {
    display: block;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/Foto-newsletter-fibra-ottica-11-07-16.jpg');
    background-position: 0px 0px, -185px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .div-approf2-m {
    padding-bottom: 73px;
  }
  .div-approf3-m {
    padding-bottom: 70px;
  }
  .lightbox-link {
    position: absolute;
    margin-top: 175px;
    margin-left: 128px;
  }
  .flag-m {
    max-width: none;
    padding-top: 23px;
    font-size: 14px;
  }
  .section-dowload-m {
    height: auto;
  }
  .modal-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .text-wrapper {
    width: 90vw;
    height: 90vh;
    padding-top: 10px;
  }
  .paragraph-wrapper {
    overflow: auto;
    height: 84%;
    margin-bottom: 10px;
  }
  .close-x {
    top: 0px;
    margin-top: 0px;
    margin-left: 90%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-newsletter1 {
    height: 716px;
    margin-bottom: -276px;
    background-position: 50% 0px;
    background-size: 529px;
    background-repeat: no-repeat;
  }
  .div-news-m {
    height: 1087px;
    padding-bottom: 0px;
    background-size: 481px;
  }
  .div-news-text-m {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 39px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .div-leggi-tutto-m {
    padding-bottom: 30px;
  }
  .div-news1-m {
    height: 100vh;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Foto-news-13.06.16.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Foto-news-13.06.16.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .modal-wrapper-wireless {
    display: none;
  }
  .div-news2-m {
    height: 100%;
    padding-top: 65px;
  }
  .modal-wrapper-backhaul {
    display: none;
  }
  .div-news4-m {
    position: static;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/Fotonewsletterfibraottica040716.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/Fotonewsletterfibraottica040716.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .list-block {
    font-size: 11px;
  }
  .list-block:hover {
    font-size: 11px;
  }
  .list-block.play {
    font-size: 11px;
    line-height: 14px;
    text-align: left;
  }
  .list-block.play:hover {
    font-size: 11px;
  }
  .div-news7-m {
    padding-top: 84px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Foto250716web.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Foto250716web.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .text-block-2 {
    line-height: 14px;
    text-transform: uppercase;
  }
}

@font-face {
  font-family: 'Klavika';
  src: url('../fonts/klavika-light.eot') format('embedded-opentype'), url('../fonts/klavika-light.woff') format('woff'), url('../fonts/klavika-light.ttf') format('truetype'), url('../fonts/Klavika-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-regular.eot') format('embedded-opentype'), url('../fonts/Klavika-regular.woff') format('woff'), url('../fonts/Klavika-regular.ttf') format('truetype'), url('../fonts/Klavika-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}