<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-top, .main-footer {
  background: #0D3691;
}
.header-navigation .container .main-navigation {
  width: 120%;
}
.header.header-home-one .stricky-fixed {
    background-color: white;
}

.header-top .logo:before {
  background-color: #EF5610;
}

footer.site-footer .footer-widget.about-widget h3, footer.site-footer .footer-widget .title h3 {
  color: aliceblue;
}
footer.site-footer .footer-widget p, footer.site-footer .footer-widget ul.links-list li a {
  font-size: 15px;
  color: white;
  line-height: 25px;
}
#home h3{margin:45px 0;}
.home-list-items{list-style:none}
.home-list-items li{line-height:32px;}
.home-list-items i{color:#fe5a0e}
.feature-caption {padding:15px;}
.feature-caption div {background-color:#f3f3f3;padding:15px;}
.feature-caption div i{font-size:60px;}
.mainBtn, .btn-outline{
  margin: 20px;
  display: inline-block;
  background: #fe5a0e;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins';
  width: 295px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.mainBtn:hover, .btn-outline:hover{
  background: #252525;
  color: aliceblue;
}
.mainBtn{
  margin: 40px;
  line-height: 54px;
}
.header-navigation ul.navigation-box &gt; li &gt; a.active{
  color:#fe5a0e;
}
#oasi p{
  margin: 0 0 3vh;
  line-height: 1.4em;
  
}
#oasi h3{    
  margin: 6rem;
}
#oasi h5, #contatti h5{
  color: #fe5a0e;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  p{padding-left:15px;padding-right:15px;}
}

/* VIDEO PLYR */
/* .plyr__video-wrapper.plyr__video-embed iframe {*/
.plyr__video-embed iframe, .plyr.plyr--full-ui.plyr--video {
  width: 100vw !important;
  height: 80vh;
}
.plyr__video-embed iframe {
  position: relative;
  top: -85px;
}

/*
 iframe, iframe:hover, .plyr__video-wrapper, .plyr__video-embed{pointer-events:none !important;}
*/ 
.sedeIdroTec {
  background-image: url(/media/Idro-tec_sede.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 80vh;
  position: relative;
  top: -10vh;
}

.prodottiIdroTec {
  background-image: url(/media/Idro-tec_prodotti.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100vw;
  height: 60vh;
  position: relative;
  top: -10vh;
}

.main-footer {
  background-image: url(/media/water_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 40vh;
  
}

/*--------------------------------------------------------------
# Azienda
--------------------------------------------------------------*/
.azienda .swiper-slide img {
  width: 10vw;
  opacity: 0.5;
  transition: 0.3s;
}
.azienda .swiper-slide:hover img {
  opacity: 1;
}
.azienda .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.azienda .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}
.azienda .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}

/* ADDOLCITORI */
.addolcitori-slider {max-height: 70vh;}
.addolcitori-slider img {width: 100%;}

.addolcitori2-slider {max-height: 50vh;}
.addolcitori2-slider img {width: 100%;}

/* Footer */
.footer-widget.links-widget .links-list .nav-item {
  margin-top: 0px !important;
  line-height: 10px
}
.footer-widget.links-widget .links-list .nav-item a{
  margin-top: 7px !important;
  line-height: 10px
}

.footer.site-footer .main-footer {
  padding-top: 45px !important;
  padding-bottom: 20px !important;
}
.feature-caption i{
  font-size: 9rem !important;
  position: relative;
  top: 2vh;
}

/* MEDIA QUERY */
@media screen and (max-width: 576px) {
  .numProducts .row div {line-height: 4rem;}
}</pre></body></html>