@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: 145px;
	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: 10%;
}
.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: 94px;
	line-height: 94px;
	color: #333;
	font-size: 21px;
	font-family: 'Comfortaa', cursive;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
    letter-spacing: 0.4px;
    transition: all 0.4s ease-in-out;
}
.container-menu > ul a:hover, .container-menu > ul a.active {
	color: #00AFF4;
	text-decoration: none;
}

@media only screen and (max-width:1023px){
	
	.container-menu > ul li:first-child a {
		margin-top: 30px;
	}

	.container-menu > ul li:last-child a {
		margin-bottom: 30px;
	}
	
	.container-menu > ul a {
		font-size: 25px;
	}
	
}

@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: 90px;
  }
  .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;
  }
}

/* Lingue */
.menu-lang,
.menu-lang a{
	color:#C19F5F!important;
}

/* Logo */
.logo img {
    width: 120px;
}

@media only screen and (max-width:1023px){
	
	.container-header{
		height: 120px;
		background-color: #F5F5F5;
	}
	
	.logo img {
		width: 85px;
	}
	
	.container-menu > ul{
		top: 120px;
	}
	
}

/**/

.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: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.container-text-home{
	text-align: left!important;
	padding-top: 78px;
    padding-bottom: 78px;
}

h1{
	font-weight: 400;
	color:#333;
	font-family: 'Comfortaa', cursive;
	font-size: 40px;
	margin-bottom: 27px;
	text-align: center;
	line-height: 58px;
}

h1 span{
	color:#C19F5F;
	font-style: italic;
}

h2{
	color:#333;
	font-family: 'Comfortaa', cursive;
	margin-bottom: 12px;
    margin-top: 18px;
    font-size: 34px;
    line-height: 48px;
}

h3{
	font-family: 'Raleway', sans-serif;
	color:#00AFF4;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 18px;
	letter-spacing: 1px;
}

p, li{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color:#333;
	font-size:18px;
	line-height: 32px;
}

p b{
	font-weight: 500;
}

a,
a:hover{
	color:#00AFF4;
	font-weight: 300;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

button{
	cursor: pointer;
	border: none;
	border-radius: 45px;
	font-family: 'Raleway', sans-serif;
}


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

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

}

@media only screen and (max-width:991px){
	
	h3{
		margin-top: 45px;
	}
	
}

/* 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%;}



/* Testo slideshow */
.col-text-slide{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding: 45px;
}

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

.title-slide{
	font-size: 96px;
	color:#333;
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
}


.text-slide{
	font-size: 24px;
	color: #333;
	font-family: 'Raleway', sans-serif;
	margin-top: 18px;
	line-height: 45px;
}

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

}

/* ROW */
.row-flex{
	display: flex;
    justify-content: center;
    align-items: center;
}

.container-gray{
	background-color: #F9F9F9;
	border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    margin-top: -45px;
	text-align: center;
}

/* Home - BOX */
.box-img-button img{
	width: 100%;
	height: 300px;
    object-fit: cover;
}

.col-home-img button {
    position: absolute;
    left: 50%;
    margin-left: -70px;
	width: 140px;
    text-align: center;
    top: 70%;
	background-color: #fff!important;
	color:#C19F5F!important;
	font-size: 16px!important;
	padding:9px 18px!important;
}

.col-home-img a:hover button{
    background-color: #C19F5F!important;
	color:#fff!important;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

@media only screen and (max-width:991px){
	
	.col-home-img{
		margin-bottom: 30px;
	}
	
}

/* div - margin regulator */
.div-margin-regulator {
    margin-top: 45px;
}

/* Icon */
.section-icon{
	background: linear-gradient(to bottom, #333333, #5A5A5A);
	border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    margin-top: -45px;
	padding-top: 27px;
}

.section-icon h1{
	color:#fff;
	text-align: center!important;
}

.section-icon h3{
	text-align: center!important;
}

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

.section-icon img{
	width: 60%!important;
}

.title-icon{
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 1.2px;
	margin-top: 33px;
	font-size: 18px;
}

.text-icon{
	color:#fff;
	margin-top: -12px;
}

@media only screen and (max-width:1023px){
	
	.section-icon img {
		width: 40%!important;
	}
	
	.title-icon{
		margin-top: 21px;
		font-size: 18px;
		margin-bottom: 36px;
	}

}

/* Box macchinari */
.box-macchinari{
	background: linear-gradient(to bottom, #333333, #5a5a5a);
	border-radius: 21px;
	padding:45px;
	text-align: left!important;
	margin-top: -60px;
}

.box-macchinari h2,
.box-macchinari p{
	color:#fff;
}

/* Prodotti cablo */
.prodotto-section{
	margin-top: 21px;
}

.row.prodotto-row {
    background-color:#F5F5F5;
    border-radius: 21px;
	margin-bottom: 45px;
}

.prodotto-img {
    padding: 0;
}

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

.prodotto-text img{
	width:30%!important;
}

.prodotto-title{
	color:#00AFF4;
	font-weight: 600;
    letter-spacing: 1.2px;
    margin-top: 33px;
    font-size: 18px;
}

.prodotto-desc{
	margin-top: -12px;
}

@media only screen and (max-width:991px){
	
	.prodotto-text {
		padding: 45px;
	}
	
}

/* Pagine interne - container testo */
.container-button{
	text-align: center;
}

.container-text img{
	width: 100%;
	border-radius: 21px;
}

.container-text button {
   	color: #fff;
    background-color: #00AFF4;
    padding: 15px 36px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
	width: 100%;
    margin-top: 12px;
}

.container-text a:hover button {
    background-color: #F5F5F5;
	color:#333;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

/* Pagine interne - BOX */
.container-dett-prod{
	margin-bottom: 6px;
}

.col-dett-prod{
	text-align: center;
	margin-bottom: 50px;
}

.col-dett-prod img{
	width: 100%;
    object-fit: cover;
	margin-bottom: 24px;
}

.title-box-dett{
	font-weight: 400;
	color:#333;
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	margin-bottom: 18px;
}

.title-box-dett span{
	color:#C19F5F;
	font-style: italic;
}

.col-dett-prod button{
	width: 100%;
	background-color: #C19F5F;
	color:#fff;
	padding:9px;
	margin-bottom: 18px;
}

.col-dett-prod a:hover button {
    background-color: #957945;
	-moz-transition: all 0.6s;
  	-webkit-transition: all 0.6s;
  	transition: all 0.6s;
}

/* Pagine interne - LINK SHOP */
.container-link{
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
}

.container-link .title-box-dett{
	color:#fff!important;
	font-size: 40px;
	text-align: left;
}

.container-link button{
	color:#333;
	background-color: #fff;
	width: 100%;
	padding:21px;
	font-size: 24px;
	font-weight: 400;
}

.container-link a:hover button{
	color: #C19F5F;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.col-link-social{
	text-align: center;
}

.container-link i {
    color: #333;
    background-color: #fff;
    padding: 18px;
    border-radius: 6px;
    font-size: 32px;
}

.col-link-social a:hover i{
	color:#C19F5F;
	-moz-transition: all 0.6s;
  	-webkit-transition: all 0.6s;
  	transition: all 0.6s;
}

@media only screen and (max-width:991px){
	
	.col-dett-prod:first-child button{
		margin-bottom: 69px;
	}
	
	.container-link .title-box-dett{
		text-align: center;
		margin-bottom: 36px;
	}
	
}

/* Pastry tech - BOX */
.container-dett-pastrytech{
	margin-bottom: 45px;
}

.box-dett-pastrytech{
	background-color: #F5F5F5;
	margin-bottom: 18px;
	padding: 27px;
}

.box-dett-pastrytech .title-box-dett{
	margin-bottom: 12px;
}

.box-dett-pastrytech button{
	background-color: #C19F5F;
	color:#fff;
	width: 100%;
	padding: 9px;
}

.box-dett-pastrytech a:hover button {
    background-color: #957945;
	-moz-transition: all 0.6s;
  	-webkit-transition: all 0.6s;
  	transition: all 0.6s;
}

@media only screen and (min-width:992px){

	.box-dett-pastrytech:nth-child(2n+1) {
		border-right: 9px solid #fff;
	}

	.box-dett-pastrytech:nth-child(2n+0) {
		border-left: 9px solid #fff;
	}
	
	
}

/* News - BOX */
.container-news{
	margin-bottom: 45px;
}

.box-news{
	background-color: #F5F5F5;
	margin-bottom: 18px;
	padding: 27px;
}

.box-news img{
	width: 100%;
	border-radius: 6px;
	margin-bottom: 30px;
}

.title-box-news{
	font-weight: 400;
	color:#333;
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	margin-bottom: 18px;
}

.title-box-news span{
	color:#C19F5F;
	font-style: italic;
}

.box-news .title-box-news{
	margin-bottom: 12px;
}

.box-news button{
	background-color: #C19F5F;
	color:#fff;
	width: 100%;
	padding: 9px;
}

.box-news a:hover button {
    background-color: #957945;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

@media only screen and (min-width:992px){

	.box-news:nth-child(2n+1) {
		border-right: 9px solid #fff;
	}

	.box-news:nth-child(2n+0) {
		border-left: 9px solid #fff;
	}
	
	
}

/* 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/cablo-img-ev.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;
	margin-top: 60px;

}

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

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

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

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;
	display: flex;
    justify-content: right;
    align-items: end;
}

.col-2-footer a{
	text-decoration: none;
	font-size: 16px;
}

/* Form */
form {
    margin-top: 40px;
}

.form-control{
	height: auto;
	border-radius: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#333;
	padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#Textarea{
	border-radius: 18px;
}

form .btn-primary{
	background-color: #333;
	color:#fff;
	width:100%;
	border:none;
	border-radius: 60px;
	padding:15px;
	font-family: 'Open Sans', sans-serif!important;
    font-size: 18px!important;
	letter-spacing: 1px;
	margin-top: 3px;
}

form .btn-primary:hover{
	background-color: #00AFF4;
}

/* Modifiche Nuove Aggiunte */


/* Stili per la form contatti deil sito */
.elemento-larghezza-totale {
    width: 100% !important;
}

.nf-form-fields-required {
    margin-bottom: 25px;
}

.label-right .nf-field-label {
    padding-left: 1px !important;
}