@charset "UTF-8";
/* CSS Document */
body{
	overflow-x:hidden;
}

/* MENU */
.container-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.container-header:after {
  clear: both;
  content: "";
  display: block;
}
.container-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
  .container-header {
    height: 80px;
	box-shadow: 3px -3px 9px #333;
  }
}

.container-header .logo,
.container-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container-header .logo {
  left: 5%;
}
.container-header .logo a, .container-header .logo img {
  display: block;
}

.container-header .nav-trigger {
  display: table;
  height: 100%;
  padding: 0 2em;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  right: 0;
}
.container-header .nav-trigger span {
  display: table-cell;
  vertical-align: middle;
}
.container-header .nav-trigger em, .container-header .nav-trigger em::after, .container-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #25283D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.container-header .nav-trigger em {
  margin: 6px auto 6px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.container-header .nav-trigger em::before, .container-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.container-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.container-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .container-header .nav-trigger {
    display: none;
  }
}

.container-header.nav-open .nav-trigger em {
  background-color: rgba(255, 255, 255, 0);
}
.container-header.nav-open .nav-trigger em::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.container-header.nav-open .nav-trigger em::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.container-menu {
	display: inline-block;
	float: right;
	height: 100%;
	padding-right: 5%;
}
.container-menu > ul {
	position: absolute;
	z-index: 2;
	top: 72px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	display: none;
	box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
	list-style: none;
	padding-left: 0;
}
.container-menu > ul a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 19px;
	border-top: 1px solid #f2f2f2;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
    letter-spacing: 0.4px;
    transition: all 0.4s ease-in-out;
}
.container-menu > ul a:hover, .container-menu > ul a.active {
	color: #00B4D8;
	text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .container-menu{
    display: table;
  }
  .container-menu > ul {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .container-menu > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .container-menu > ul li {
    display: inline-block;
    float: left;
    margin-right: 36px;
  }
  .container-menu > ul li:last-of-type {
    margin-right: 0;
  }
  .container-menu > ul a {
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
  }
}

.nav-open .container-menu ul,
.container-menu ul:target {
 
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-open .container-menu ul,
  .container-menu ul:target {
    display: table-cell;
  }
}

/**/

.container-img {
  display: table;
  width: 100%;
  margin-top: 72px;
  height: 270px;
}
.container-img .container-img-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .container-img {
    height: 400px;
  }
	
	.menu-assistenza{
		color:#F2913D!important;
	}
}
@media only screen and (min-width: 1024px) {
  .container-img {
    height: 450px;
    margin-top: 80px;
  }
}

/* Row testo */
.container-text{
	padding-top: 45px;
	padding-bottom: 45px;
}

h1{
	font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1.5px #333;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	margin-bottom: 12px;
	cursor: default;
    transition: all 0.4s ease-in-out;
}

h1:hover{
    color: #333;
    -webkit-text-stroke: 1.5px transparent;
}

h3{
	font-family: 'PT Serif', serif;
	color:#396EB0;
	font-size: 27px;
}

h4{
	font-family: 'PT Serif', serif;
	color:#396EB0;
	font-size: 24px;
}

p, li{
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	color:#333;
	font-size:18px;
	line-height: 30px;
}

p b{
	font-weight: 400;
}

a,
a:hover{
	color:#00B4DB;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


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

	h1{
		font-size: 54px;
	}
	
	p{
		font-size:16px;
	}
	
	.container-title p{
		font-size: 21px;
	}
	
	.container-text {
		padding-top: 27px;
		padding-bottom: 21px;}

}

/* Button */
button {
    background-color: #fff;
    color: #00B4DB;
    border: 2px solid #00B4DB;
    padding: 9px 30px 6px 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1px;
	transition: all .25s ease-in-out;
}

button:hover{
	background-color: #00B4DB;
	color: #fff;
}

/* Home */

body .mc-cycle{
	position:relative;
	margin-top: -80px;
}

#arrow_left > img,
#arrow_right > img {
    position: absolute;
    top: 60%;
	height:6%;
    padding: 10px 0;
	opacity: 0.5;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

#arrow_left > img:hover,
#arrow_right > img:hover{
	opacity: 1;
}

#arrow_left > img {
	left:2%;}

#arrow_right > img {
	right:2%;}

@media only screen and (max-width: 575px){
	
	.col-text-slide{
		margin-right: -190px!important;
	}
	
	.title-slide {
		font-size: 45px!important;}
	
	.text-slide {
    	font-size: 16px!important;
		letter-spacing: 6px!important;}
	
  }

@media only screen and (min-width: 576px) and (max-width: 767px){
	
	.col-text-slide{
		margin-right: -215px!important;
	}
	
	.title-slide {
		font-size: 57px!important;}
	
	.text-slide {
    	font-size: 21px!important;
		letter-spacing: 6px!important;}
	
  }

@media only screen and (max-width: 767px){
	
	.col-text-slide {
    	position: absolute;
		top: 75%!important;}
	
  }

/* Testo slideshow */
.col-text-slide{
	position: absolute; 
	top:70%;
	right: 50%;
	margin-right: -312px;
	padding:30px;}

.title-slide,
.text-slide{
	text-align: center;
}

.title-slide{
	font-size: 72px;
	color:#FFFFFF;
	text-shadow: 2px 2px 3px #333;
	font-family: 'Merriweather', serif;
	font-weight: 400;
}


.text-slide{
	font-size: 24px;
	letter-spacing: 9px;
	color: #F2913D;
	text-shadow: 1.5px 1px 1px #333;
	font-family: 'Montserrat', sans-serif;
	margin-top: -21px;
}

@media only screen and (max-width:1023px){
	
	body .mc-cycle{
		margin-top: -60px;
	}

}

/* Gallery */
.owl-gallery{
	margin-top: -15px;
}

.owl-gallery .item img{
	height: 240px;
	width:100%;
	position: absolute;
	object-fit: cover;
}

.owl-gallery .owl-item{
	margin-right: 0!important;
	height:240px;
}

.owl-gallery .owl-dots{
	display: none;
}

.lb-nav a.lb-prev {
	background: url("../img/Gallery_prev.png") left 48% no-repeat!important;}

.lb-nav a.lb-next {
	background: url("../img/Gallery_next.png") right 48% no-repeat!important;}

.lb-number{
	display: none!important;
}

.lb-data .lb-close {
	display: none!important;}

.lb-outerContainer{
	border-radius: 0;
}

.lightbox .lb-image{
	border: none;
	border-radius: 0;
}

/* Prodotto */
.box-foto {
  	background-color: white;
  	margin-bottom: 25px;
	box-shadow: 1px 2px 12px -1px rgb(0 0 0 / 22%);
}

.box-img{
	overflow: hidden;
}

.box-img img{
	width:100%;
	-moz-transition: all 0.6s;
  	-webkit-transition: all 0.6s;
  	transition: all 0.6s;
	z-index: 0;
}

.box-testo {
	text-align: center;
	padding: 27px 30px 18px 30px;
	z-index: 1;
}

.box-nome{
	font-family: 'PT Serif', serif;
	color:#396EB0;
	font-size: 24px;
	margin-bottom: 3px;
	font-weight: 500;
}

.box-dett{
	color:#333;
	margin-bottom: 3px;
	font-weight: 300;
	font-size: 15px;
}

.box-foto button {
    margin: 12px 0px;
	width:100%;
}

@media only screen and (min-width: 768px) and (max-width:1023px){
	
	.box-nome{
		font-size: 18px;}
}

/* Immagine pagine interne */
.cd-interno{
  background: url("../img/SilFer-HOME-01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* About */
.box-about{
	background-color: #F2F3F7;
	text-align: center;
	padding: 30px 30px 9px 30px;
	box-shadow: 1px 2px 12px -1px rgb(0 0 0 / 22%);
}

.box-about img{
	width:100%;
    max-width: 100%;
}

.box-about h3{
	margin-top: 24px;
	margin-bottom: 3px;
}

.box-about p{
	font-weight: 300;
}

.box-about button{
	width: 100%;
	cursor: pointer;
	margin-top: 6px;
}

.owl-about .item img{
	height: 100%;
	width:100%;
	position: absolute;
	object-fit: cover;
}

.owl-about .owl-item{
	margin-right: 0!important;
	height:240px;
}

.owl-about .owl-dots{
	display: none;
}

/* Servizi */
#section-servizi{
	background-color: #F2F3F7;
}

.col-box-servizi{
	padding: 30px 30px 9px 30px;
	background-color: #fff;
	box-shadow: 1px 2px 12px -1px rgb(0 0 0 / 22%);
	margin-bottom: 30px;
}

.col-box-servizi h4{
	color: #333;
	font-weight: 600;
}

.col-box-servizi p{
	font-size: 16px;
}

/* Prodotti */
#section-prodotti,
#dettaglio-prodotti{
	background-color: #F2F3F7;
}

.col-box-prodotti{
	padding: 30px 30px 9px 30px;
	background-color: #fff;
	box-shadow: 1px 2px 12px -1px rgb(0 0 0 / 22%);
	margin-bottom: 30px;
}

.col-box-prodotti h4{
	color: #333;
	font-weight: 600;
}

.col-box-prodotti p{
	font-size: 16px;
}

.btn-prodotti {
    text-align: right;
}

.col-box-prodotti button{
	width: 50%;
	margin-bottom: 24px;
}

@media only screen and (max-width:991px){
	
	.col-box-prodotti button {
    	width: 100%;
	}
	
}

/* Contatti */
.col-contact i {
    width: 22px;
}

#maps {
    width: 100%;
    height: 450px;
    margin-bottom: -6px;
}

@media only screen and (max-width: 767px){
	
	#maps{
		height: 270px;
	}
	
}

/* Footer */
footer{
	background-color: #333;
	text-align: center;
	padding-top: 30px;
    padding-bottom: 15px;
}

footer p,
footer a{
	color:#fff;
}

footer a:hover{
	text-decoration: none;
	-moz-transition: all 0.4s;
  	-webkit-transition: all 0.4s;
 	transition: all 0.4s;
}

.footer-social {
    margin-bottom: 9px;
}

.footer-social i{
	font-size: 45px;
}

.footer-social i:hover{
	-moz-transition: all 0.2s;
  	-webkit-transition: all 0.2s;
 	transition: all 0.2s;
}

.footer-privacy{
	text-transform: uppercase;
	font-weight: 600;
}

.col-1-footer{
	text-align: left;
}

.col-1-footer p{
	font-size: 15px;
}

.col-2-footer{
	text-align: right;
	line-height: 30px;
}

.col-2-footer a{
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

@media only screen and (max-width:991px){
	
	.col-2-footer{
		display: none;
	}

}