<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #EFEFEF !important;
}

.text-nero {
	color: #000;
}

.text-arancio {
	color: #F27C00;
}

.regular {
	font-weight: 400;
}

.logo {
    max-width: 300px;
}

.logoFooter {
    max-width: 260px;
}

select {
    border: none !important;
    margin-bottom: 0;
    background-size: 7px 5px;
    background-position: right 0px top calc(50% + -2px);
}

header .head {
    height: 162px;
	  -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

body.scrolling.submenu header .head {
  padding-bottom: 120px !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

select[name="lingua"] {
  height: 20px;
  color: #707070;
  text-transform: uppercase;
  background-color: transparent;
}

a.button {
    padding: 10px 30px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 16px;
    line-height: 18px;
    margin-top: 0;
    display: block;
    max-width: 230px;
    margin: 0 auto;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.bg-transparent {
		background-color: transparent;
}

.bg-orange {
    background-color: #F27C00;
}

.bg-blu {
		background-color: #0F305A;
}

.bg-azzurro {
		background-color: #004998;
}

.button .ico-right {
    width: 13px;
    transform: rotate(-90deg);
    margin-left: 5px;
}

.button.bg-orange {
  color: #fff !important;
}

.button .ico-white path {
    fill: #fff;
}

.ico-social {
    width: 20px;
}

div#testata {
    margin-bottom: 0;
    z-index: 1;
}

/*.head .logo {
    width: 125px;
    height: 125px;
    z-index: 2;
    margin-top: 40px;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

body.scrolling.submenu .head .logo {
    margin-top: 70px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}*/

.testata-head {
    height: calc(100vh - 162px);
    opacity: 1;
    padding: 150px 50px 50px 50px;
    box-sizing: border-box;
    z-index: 2;
    /*animation: loadTestataHead 1s ease 1;
    -webkit-animation: loadTestataHead ease 1s 1;*/
	  -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*@keyframes loadTestataHead {
  0% {
    opacity: 0;
    right: -100vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

.load75 {
  width: 537px;
  opacity: 1;
  margin-left: 0;
  animation: load75 2s ease 1;
  -webkit-animation: load75 ease 2s 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

@keyframes load75 {
  0% {
    opacity: 0;
    margin-left: 75vw;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    width: 100%;
  }
}

.load50 {
  width: 537px;
  opacity: 1;
  margin-left: 0;
  animation: load50 2s ease 1;
  -webkit-animation: load50 ease 2s 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

@keyframes load50 {
  0% {
    opacity: 0;
    margin-left: 50vw;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    width: 100%;
  }
}

.load25 {
  width: 537px;
  opacity: 1;
  margin-left: 0;
  animation: load25 2s ease 1;
  -webkit-animation: load25 ease 2s 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

@keyframes load25 {
  0% {
    opacity: 0;
    margin-left: 25vw;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    width: 100%;
  }
}

.loadBtn {
  opacity: 1;
  margin-left: 0;
  animation: loadBtn 2s ease 1;
  -webkit-animation: loadBtn ease 2s 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

@keyframes loadBtn {
  0% {
    opacity: 0;
    margin-left: 50vw;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}*/

.loadImage {
  opacity: 1;
  display: block;
	height: auto;
  animation: loadImage 3s ease 1;
  -webkit-animation: loadImage ease 3s 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

@keyframes loadImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.testata-footer {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.testata-footer .ico {
		width: 30px;
		height: 30px;
}

.testata-footer .ico path {
    fill: #F27C00;
}

.testata .simbologo {
    position: absolute;
    top: 0;
    left: -60px;
    width: 100%;
    max-width: 600px;
}

body.pagina-interna .testata .simbologo {
	top: -200px;
}

.testata .tratteggio {
    position: absolute;
    top: -350px;
    right: -260px;
    width: 100%;
    max-width: 400px;
}

.testata .tratteggio.tratteggio-2 {
    top: auto;
    bottom: -200px;
    right: 100px;
}

.testata .tratteggio.tratteggio-3 {
    top: auto;
    bottom: 50px;
    right: 300px;
    max-width: 300px;
}

.testata .cavo-1 {
    position: absolute;
    top: 200px;
    right: -220px;
    max-width: 600px;
}

.abs-cover {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.box-image,
.effect-image {
	width: 100%;
	height: 400px;
	max-width: 100%;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.box-image img,
.effect-image img {
	width: 100%;
  margin: 0 auto;
	display: block;
	position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.box-image:hover img,
.effect-image:(not:no-zoom):hover img {
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.box-image:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.box-image:after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: calc(200px - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #F27C00;
  background-image: url(../images/ico/box-arrow.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transform: rotate(-30deg);
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.box-image:hover:after {
	bottom: -230px;
	left: -100px;
	width: 480px;
  height: 440px;
	background-size: 0px 0px;
	background-position: top 0 right 0;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.box-image .box-text {
  padding: 25px 35px 35px 35px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
	position: relative;
	z-index: 3;
}

.box-image h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
}

.box-image .box-text p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: -80px;
	opacity: 0;
	animation: loadOpacityRev 1s ease 1;
  -webkit-animation: loadOpacityRev ease 1s 1;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.box-image:hover .box-text p {
	margin-bottom: 0;
	opacity: 1;
	animation: loadOpacity 1s ease 1;
  -webkit-animation: loadOpacity ease 1s 1;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.box-home a:first-child .box-image,
.box-home a:first-child .effect-image {
	margin-right: 30px;
}

.box-home a:nth-child(2) .box-image,
.box-home a:nth-child(2) .effect-image, {
	margin: 0 15px;
}

.box-home a:last-child .box-image,
.box-home a:last-child .effect-image {
	margin-left: 30px;
}

/*.box-materiale {
  max-width: 30vw;
  display: inline-block;
  margin: 10px 10px !important;
}

.box-home a.box-materiale:last-child .effect-image {
	margin-left: 0;
}*/

.box-home .boxes-prodotti a .effect-image {
	margin: 0 10px !important;
	height: 300px;
}

.cl-sm-1.middle {
	width: 4%;
}

/*.box-home .boxes-prodotti a.link-effetto-freccia.box-cavo {
  width: 13.9%;
  display: inline-flex;
}*/

/*.box-home .boxes-prodotti a:first-child .effect-image {
	margin-right: 15px;
}

.box-home .boxes-prodotti a:last-child .effect-image {
	margin-left: 15px;
}

.box-home .boxes-prodotti a:nth-child(2) .effect-image,
.box-home .boxes-prodotti a:nth-child(3) .effect-image {
	margin: 0 15px;
}*/

@keyframes loadOpacity {
  0% {
    opacity: 0;
		margin-bottom: -80px;
  }
  100% {
    opacity: 1;
		margin-bottom: 0;
  }
}

@keyframes loadOpacityRev {
  0% {
    opacity: 1;
		margin-bottom: 0;
  }
  100% {
    opacity: 0;
		margin-bottom: -80px;
  }
}

#home-scroll {
	margin-top: -100px;
}

.paragrafo h3 {
	color: #242424;
}

.paragrafo p {
	color: #000000;
	margin-top: 40px;
}

a.btn-normal,
a:hover.btn-normal {
  background-color: transparent !important;
  padding: 10px !important;
  color: #F27C00 !important;
  margin: 0 !important;
  border: none !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0 !important;
  text-align: left !important;
  text-transform: initial !important;
  margin-top: 50px !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.btn-normal .ico {
    transform: rotate(-90deg);
    width: 24px;
    height: 24px;
    margin-left: 20px;
	  -webkit-transition: all 200ms linear;
	  -moz-transition: all 200ms linear;
	  -ms-transition: all 200ms linear;
	  -o-transition: all 200ms linear;
	  transition: all 200ms linear;
}

.btn-normal:hover .ico {
    transform: rotate(-90deg);
    width: 24px;
    height: 24px;
		animation: loadMarginBtn .5s ease 1;
	  -webkit-animation: loadMarginBtn ease .5s 1;
	  -webkit-transition: all 200ms linear;
	  -moz-transition: all 200ms linear;
	  -ms-transition: all 200ms linear;
	  -o-transition: all 200ms linear;
	  transition: all 200ms linear;
}

.btn-normal .ico path {
    fill: #F27C00;
}

@keyframes loadMarginBtn {
  0% {
		margin-left: 15px;
  }
  15% {
		margin-left: 10px;
  }
  30% {
		margin-left: 5px;
  }
  45% {
		margin-left: 0px;
  }
  60% {
		margin-left: 5px;
  }
  75% {
		margin-left: 10px;
  }
  90% {
		margin-left: 15px;
  }
  100% {
		margin-left: 20px;
  }
}

.ico-box .box {
    display: inline-block;
    width: 49.333%;
		margin: 20px 0;
}

.ico-box .box p {
		color: #fff;
		font-size: 16px;
		line-height: 20px;
		margin: 0;
}

.ico-box .box .ico {
		width: 100px;
		height: 100px;
}

.elenco-puntato {
    margin: 40px 0;
}

.elenco-puntato .elenco {
	  font-size: 20px;
	  line-height: 24px;
  	color: #000;
}

.elenco-puntato .elenco &gt; div {
		font-weight: 500;
}

.elenco-puntato .num {
    color: #000;
    font-size: 40px;
    margin-right: 40px;
}

.bg-azzurro .elenco-puntato .elenco,
.bg-azzurro .elenco-puntato .num {
    color: #fff;
}

.prodotti-home {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.thumb-home {
		max-width: 600px;
		height: auto;
}

.pre-footer {
		padding: 75px;
    box-sizing: border-box;
}

.footer-bottom {
    padding-top: 100px;
}

.pre-footer {
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: -200px;
    position: relative;
    z-index: 3;
}

.underline {
		text-decoration: underline;
}

.footer-menu {
    margin-right: 10px;
}

.bordo-divisore {
		height: 1px;
		background-color: rgba(255,255,255,.6);
}

#header-menu {
		position: relative;
		z-index: 2;
		padding-top: 0;
}

.menu-hamburger {
    background-color: #004998;
    padding: 5px;
    box-sizing: border-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.menu-hamburger span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 4px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menu-hamburger span:first-child {
		margin-top: 8px;
}

.btn-info-mobile {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff !important;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    margin-right: 10px;
}

main,
footer {
    position: relative;
    z-index: 1;
}

.video-thumb {
	max-width: 1000px;
	height: auto;
}

a.video-link {
    margin-top: -280px;
}

span.ico-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-semplice .slick-slide {
    margin: 0 10px;
}

.slide-semplice img {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: transparent;
}

.slick-prev {
		z-index: 1 !important;
		left: 50px !important;
    width: 100px;
    height: 100px;
		top: 35%;
}

.slick-next {
		z-index: 1 !important;
		right: 50px !important;
    width: 100px;
    height: 100px;
		top: 35%;
}

.slick-prev:before {
    background-image: url(ico/slide-l.svg);
    background-size: contain;
    width: 100px;
    height: 100px;
    display: block;
}

.slick-next:before {
    background-image: url(ico/slide-r.svg);
    background-size: contain;
    width: 100px;
    height: 100px;
    display: block;
}

.slick-slider .slick-slide .link-slide {
		margin: -45px 0 0 0;
		width: 80px;
		opacity: 0;
	  -webkit-transition: all 200ms linear;
	  -moz-transition: all 200ms linear;
	  -ms-transition: all 200ms linear;
	  -o-transition: all 200ms linear;
	  transition: all 200ms linear;
}

.slick-slider .slick-slide h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin: 20px 0 0 0;
		opacity: 0;
	  -webkit-transition: all 200ms linear;
	  -moz-transition: all 200ms linear;
	  -ms-transition: all 200ms linear;
	  -o-transition: all 200ms linear;
	  transition: all 200ms linear;
}

.slick-slider .slick-slide.slick-current h3 {
		opacity: 1;
		margin-left: 0;
		animation: moveH3 2s ease 1;
		-webkit-animation: moveH3 ease 2s 1;
	  -webkit-transition: all 200ms linear;
	  -moz-transition: all 200ms linear;
	  -ms-transition: all 200ms linear;
	  -o-transition: all 200ms linear;
	  transition: all 200ms linear;
}

.slick-slider .slick-slide.slick-current .link-slide,
.effetto-freccia {
		opacity: 1;
		transform: rotate(45deg);
		margin-right: 0;
		animation: rotateLink 2s ease 1;
		-webkit-animation: rotateLink ease 2s 1;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
}

.link-effetto-freccia .effetto-freccia {
		display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    width: 82px;
    height: 82px;
		opacity: 1;
		transform: rotate(45deg);
		margin-right: 0;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
}

.link-effetto-freccia:hover .effetto-freccia {
		display: block;
		animation: rotateLink 2s ease 1;
		-webkit-animation: rotateLink ease 2s 1;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
}

.box-cavo .slide-semplice {
		background-color: #fff;
}

.box-cavo .prod {
		position: absolute;
		bottom: 20px;
		left: -20px;
		width: 100%;
		max-width: 300px;
		height: auto;
		top: auto;
}

@keyframes moveH3 {
	0% {
		opacity: 0;
		margin-left: 20px;
	}
	100% {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes rotateLink {
	0% {
		opacity: 0;
		margin-right: 50px;
		transform: rotate(0deg);
	}
	100% {
		opacity: 1;
		margin-right: 0;
		transform: rotate(45deg);
	}
}

a.plus-link {
    width: 40px;
    height: 40px;
		z-index: 3;
    background-color: #F27C00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
		position: relative;
}

a.plus-link span {
		width: 24px;
		height: 4px;
		background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
		display: block;
    position: absolute;
}

a.plus-link span:first-child {
    top: 18px;
    left: 8px;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
}

a.plus-link span:nth-child(2) {
    top: 18px;
    left: 8px;
		transform: rotate(90deg);
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
}

a.plus-link.active span:nth-child(1) {
		transform: rotate(180deg);
		opacity: 1;
		animation: fadeOutPlus1 .5s ease 1;
		-webkit-animation: fadeOutPlus1 ease .5s 1;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
}

a.plus-link.active span:nth-child(2) {
    transform: rotate(180deg);
    opacity: 0;
		animation: fadeOutPlus .5s ease 1;
		-webkit-animation: fadeOutPlus ease .5s 1;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
}

@keyframes fadeOutPlus1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

@keyframes fadeOutPlus {
	0% {
		opacity: 1;
		transform: rotate(90deg);
	}
	100% {
		opacity: 0;
		transform: rotate(180deg);
	}
}

@keyframes marginTopFase {
	0% {
		opacity: 0;
		margin-top: -10px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}

body.pagina-interna .testata .simbologo {
    /*max-width: 400px;*/
		max-width: 300px;
}

body.pagina-interna .testata-head {
    /*height: 650px;*/
		height: auto;
}

p.overflow {
    height: 300px;
}

.overflow::-webkit-scrollbar-thumb {
  	background: #707070;
}

.overflow::-webkit-scrollbar-thumb:hover {
  	background: #707070;
}

.overflow::-webkit-scrollbar-thumb:active {
  	background: #707070;
}

.overflow::-webkit-scrollbar {
  width: 3px;
}

.overflow::-webkit-scrollbar-track,
.overflow::-webkit-scrollbar-track:hover,
.overflow::-webkit-scrollbar-track:active {
  background-color: rgba(112,112,112,.3) !important;
}

.box-number {
    color: #242424;
    font-size: 20px;
    line-height: 24px;
		padding: 0 20px;
    box-sizing: border-box;
}

.numero.f200 {
    font-size: 200px;
    line-height: 200px;
}

.thumb-sub-titolo {
		max-width: 700px;
    margin: 50px 0 0 -40px;
}

.thumb-mission {
    margin-bottom: -400px;
}

body.pagina-interna select[name="lingua"] {
    margin-top: 57px;
}

.slick-left .slick-slide {
    margin-right: 40px;
		width: 400px !important;
}

.slick-left h3 {
		color: #000000;
}

.slick-left .slide-semplice img {
    border: solid 1px rgba(0,0,0,.3)!important;
}

.slide-semplice h4 {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #004998;
    padding-right: 20px;
		z-index: 1;
		text-transform: uppercase;
}

.formContatti input[type=text],
.formContatti input[type=email],
textarea {
    height: 50px !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: #004998 !important;
		border: solid 1px #004998 !important;
    border-bottom: solid 1px rgba(255,255,255,.3) !important;
    color: rgba(255,255,255,1) !important;
		outline: none !important;
		outline: 0 !important;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
		-webkit-appearance: none !important; /* remove default appearance on Webkit-based browsers */
    -moz-appearance: none !important; /* remove default appearance on Mozilla-based browsers */
    appearance: none !important; /* remove default appearance on all other browsers */
		padding: 0 !important;
}

.formContatti textarea:focus,
.formContatti input[type=text]:focus,
.formContatti input[type=email]:focus,
.formContatti textarea:visited,
.formContatti input[type=text]:visited,
.formContatti input[type=email]:visited,
.formContatti textarea:hover,
.formContatti input[type=text]:hover,
.formContatti input[type=email]:hover {
    outline: 0 !important;
		outline: none !important;
		-webkit-appearance: none !important; /* remove default appearance on Webkit-based browsers */
    -moz-appearance: none !important; /* remove default appearance on Mozilla-based browsers */
    appearance: none !important; /* remove default appearance on all other browsers */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    border-bottom: solid 1px rgba(255,255,255,1) !important;
}

.formContatti input[type=text]::-webkit-input-placeholder,
.formContatti input[type=email]::-webkit-input-placeholder,
.formContatti textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(255,255,255,.3) !important;
}

.formContatti input[type=text]::-moz-placeholder,
.formContatti input[type=email]::-moz-placeholder,
.formContatti textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(255,255,255,.3) !important;
}

.formContatti input[type=text]::-moz-input-placeholder,
.formContatti input[type=email]::-moz-input-placeholder,
.formContatti textarea::-moz-input-placeholder {
  opacity: 1;
  color: rgba(255,255,255,.3) !important;
}

.formContatti input[type=text]::-moz-placeholder,
.formContatti input[type=email]::-moz-placeholder,
.formContatti textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(255,255,255,.3) !important;
}

.formContatti input:-webkit-autofill,
.formContatti input:-webkit-autofill:hover,
.formContatti input:-webkit-autofill:focus,
.formContatti input:-webkit-autofill:active,
.formContatti textarea:-webkit-autofill,
.formContatti textarea:-webkit-autofill:hover,
.formContatti textarea:-webkit-autofill:focus,
.formContatti textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 0 white inset !important;
}

.formContatti input:-webkit-autofill,
.formContatti textarea:-webkit-autofill {
    background-color: #004998 !important;
}

.formContatti textarea {
    height: 100px !important;
}

.mappa {
	width: 400px !important;
	height: 400px !important;
}

form button.submit.btn {
    background-color: transparent !important;
    border: solid 2px #E47500 !important;
    color: #E47500 !important;
    text-transform: lowercase;
    font-size: 22px;
    line-height: 20px;
    text-align: left;
    max-width: 160px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.was-validated :invalid ~ .invalid-feedback {
    margin-top: 25px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px solid green;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

a.button-regular {
    border: solid 1px #004998 !important;
    color: #004998 !important;
		display: inline-flex !important;
		z-index: 3 !important;
}

a.button-regular .ico path {
	fill: #004998 !important;
}

a.button.disabled {
    pointer-events: none !important;
    border-color: #707070 !important;
    color: #707070 !important;
    opacity: .4 !important;
}

a.button.disabled .ico path {
	fill: #707070 !important;
}

a.button.back .ico-right {
	transform: rotate(90deg);
  margin-left: -5px;
  margin-right: 5px;
}

ul.menu-app li a.button-regular {
	margin-right: 20px;
	vertical-align: top;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

ul.menu-app li a.button-regular:hover {
	background-color: #004998 !important;
	color: #fff !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

ul.menu-app li a.button-regular:hover .ico path {
	fill: #fff !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.head-briciole {
	border-bottom: solid 1px #707070;
}

.bradius-20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

a.button-regular.bg-orange {
    border-color: #F27C00 !important;
}

a.button-regular.bg-orange .ico path {
    fill: #fff !important;
}

.breadcrumb h2 {
	font-size: 13px !important;
  line-height: 13px !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

@media only screen and (max-width: 1023px) {

	.thumb-mission {
	    margin-bottom: 0;
	}

	.thumb-sub-titolo {
    margin: 20px 0 20px -20px;
	}

	p.overflow {
    height: auto;
	}

	.numero.f200 {
    font-size: 100px;
    line-height: 100px;
	}

	.logo {
	    max-width: 180px;
	}

	body.pagina-interna .testata-head {
	    height: auto;
			padding: 0;
	}

	a.btn-normal.no-margin-tablet {
	    margin: 0 !important;
	}

	.elenco-puntato {
    margin: 20px 0;
	}

	.elenco-puntato .num {
    color: #000;
    font-size: 30px;
    margin-right: 20px;
	}

	.elenco-puntato .elenco {
    font-size: 16px;
    line-height: 20px;
	}

	.box-scomparsa .box-s-principale {
		display: none;
		opacity: 0;
		margin-top: 0;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}

	.box-scomparsa .box-s-principale.active {
		display: block;
		margin-top: 0;
		opacity: 1;
		animation: marginTopFase 2s ease 1;
		-webkit-animation: marginTopFase ease 2s 1;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}

	.slick-prev:before,
	.slick-next:before {
	    width: 50px;
	    height: 50px;
	}

	.slick-next {
			right: 20px !important;
			top: 30%;
			width: 50px;
			height: 50px;
	}

	.slick-prev {
			left: 20px !important;
			top: 30%;
			width: 50px;
			height: 50px;
	}

	.slick-slider .slick-slide h3 {
			margin: 10px 0 0 0;
	    font-size: 16px;
	    line-height: 20px;
	}

	.slick-slider .slick-slide .link-slide {
			margin: 10px 0 0 0;
	    width: 40px;
	}

	.slick-slider .slick-slide .link-slide svg {
			width: 40px;
	    height: 40px;
	}

	nav#menu-top.open {
    padding-top: 11px;
	}

	#menu-top .head-mobile .menu-hamburger {
		position: absolute;
    top: 31px;
    right: 20px;
	}

	#menu-top .head-mobile .menu-hamburger span:first-child {
    margin-top: 14px !important;
	}

	#menu-top .head-mobile .menu-hamburger span:last-child {
		width: 20px !important;
    margin-top: -6px !important;
	}

	#testata {
    position: inherit;
	}

	.testata .tratteggio {
    top: -300px;
    right: -80px;
    max-width: 250px;
		position: fixed;
	}

	.testata .tratteggio.tratteggio-3 {
    bottom: 150px;
    right: -250px;
    max-width: 300px;
	}

	.testata-head {
    height: auto;
    padding: 0 20px;
	}

	.testata-head .h1-testata,
	.testata-head p {
		text-align: left;
	}

	body.pagina-interna .testata-head .h1-testata,
	body.pagina-interna .testata-head p {
		text-align: center;
	}

	#header-menu {
    height: 120px;
	}

	.testata .cavo-1 {
    position: fixed;
		top: 75vw;
    right: -100px;
    max-width: 250px;
		height: auto;
	}

	.testata .simbologo {
    top: 100px;
    left: -100px;
    max-width: 300px;
	}

	.testata-head .social {
    margin: 20px 0;
	}

	.testata-head .social .ico-social {
    width: 30px;
    height: 30px;
	}

	.box-home a:first-child .box-image,
	.box-home a:first-child .effect-image {
    margin: 0 0 20px 0;
	}

	.box-home a:nth-child(2) .box-image,
	.box-home a:nth-child(2) .effect-image {
    margin: 0 0 20px 0;
	}

	.box-home a:last-child .box-image,
 	.box-home a:last-child .effect-image{
    margin: 0 0 0 0;
	}

	.prodotti-home {
    width: 100%;
    position: absolute;
    bottom: auto;
    left: 0;
    top: -170px;
    width: 100%;
    max-width: 80vw;
    height: auto;
    transform: rotate(90deg);
    z-index: 1;
	}

	.slick-left .slick-slide {
    width: auto !important;
		margin-right: 20px !important;
  }

	.slick-left .slick-slide a.menu-item {
    margin-top: 20px !important;
  }

	.slide-radius {
    padding: 20px;
	}

	.slide-semplice.s-materiali {
    font-size: 18px;
    line-height: 24px;
  }

	.slick-left .slide-semplice img {
    width: 70vw;
  }

	.box-home .boxes-prodotti a:first-child .effect-image {
		margin: 0;
	}

	/*.box-home .boxes-prodotti a:first-child .effect-image {
		margin-right: 0;
	}

	.box-home .boxes-prodotti a:last-child .effect-image {
		margin-left: 0;
	}

	.box-home .boxes-prodotti a:nth-child(2) .effect-image,
	.box-home .boxes-prodotti a:nth-child(3) .effect-image {
		margin: 0;
	}*/

	.box-cavo .prod {
    width: 50%;
	}

	.boxes-prodotti .box-cavo .effect-image {
	   padding-top: 50vw !important;
	}

	.box-home .boxes-prodotti a .effect-image {
    margin: 10px 0 !important;
	}

	body.homepage #testata h1 {
		text-align: center;
	}

	#video.popup .popup-content {
		padding: 40px 0 0 0 !important;
    background-color: #000;
	}

	#video.popup .popup-content a.closepop {
    top: 15px;
		right: 15px;
	}

	.popup .popup-content img.thumb-close {
    max-width: 18px;
    width: 18px;
    height: auto;
	}

	.video-link svg.ico {
    width: 80px;
    height: auto;
	}

	.elenco-puntato .elenco &gt; div.bold {
		color: #FF7727;
	}

	.was-validated :invalid ~ .invalid-feedback {
    margin-top: 50px;
	}

}

@media only screen and (max-width: 767px) {

	.mappa {
		width: 100% !important;
		height: 300px !important;
	}

	.box-number {
			padding: 20px 0;
	}

	.ico-box .box .ico {
    width: 80px;
    height: 80px;
	}

	body.pagina-interna .testata p {
    padding-right: 0;
	}

	.h1-testata {
    font-size: 34px;
    line-height: 38px;
	}

	.ico-box .box {
		width: 48.333%;
    vertical-align: top;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
	}

	.ico-box .box p {
    font-size: 13px;
    line-height: 17px;
	}

	.slick-next,
	.slick-prev {
			top: 32%;
	}

	.f30 {
	  font-size: 22px;
	  line-height: 26px;
	}

	.f50 {
    font-size: 30px;
    line-height: 35px;
	}

	p {
    font-size: 16px;
    line-height: 22px;
	}

	.testata p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 40vw;
	}

	.pre-footer {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
	}

	.footer-bottom {
    padding-top: 0;
	}

	.logoFooter {
    max-width: 200px;
		margin-bottom: 0;
	}

	a.video-link {
    margin-top: -35vw;
	}

}

@media only screen and (max-width: 425px) {

	.box-cavo .prod {
		width: 80%;
	}

}
</pre></body></html>