/*
	Theme Name: Tesy4
	Theme URI: https://tesy4.com
	Description: Acciaio Inox
	Version: 1.4.3
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 16px/1.4 'NeueHaasDisplay-Roman', Helvetica, Arial, sans-serif;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}
.iub__us-widget {
	display: none !important;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 35px;
	line-height: 1.2;
}
h2 {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 1.2px;
}
h3 {
	text-transform: uppercase;
	line-height: 1.2;
}
h4 {
	font-family:'NeueHaasDisplay-Medium';
	font-size: 20px;
	line-height: 1.2;
}
h5 {
	text-transform: uppercase;
	font-family:'NeueHaasDisplay-Bold';
	font-size: 16px;
}
.divider {
	
}
.viola {
	background-color: #555A7A;
	color: #fff;
}
.bianco {
	color: #A05959;
	background-color: #fff;
}
.pulsante {
	font-family:'NeueHaasDisplay-Roman';
	text-transform: uppercase;
	background-color: #555A7A;
	color: #fff;
	border-radius: 20px;
	padding: 10px;
	display: inline-block;
}
.pulsante:hover {
	opacity: 0.9;
	color: #fff;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.up {
	position: fixed;
	top: 95%;
	right: 2%;
	z-index: 2;
}
.up img {
	max-width: 30px;
	cursor: pointer;
}
.zoom {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 4s;
	-webkit-transition-duration: 4s;
	-o-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation-inverse {
	animation-name: rotation-inverse;
	-webkit-animation: rotation-inverse;
	-ms-animation-name: rotation-inverse;
	-moz-animation-name: rotation-inverse;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
}
@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}
@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}
/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 30px;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 5%;
	z-index: 1;
	outline: none;
	width: 40px;
	height: 40px;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 30px;
	border: none;
	color: transparent;
	position: absolute;
	top: 40%;
	right: 0;
	z-index: 1;
	outline: none;
	width: 40px;
	height: 40px;
}
.carosello .slick-prev {
	width: 20px;
	height: 100%;
	top: 35%;
	left: 0%;
	background-size: 20px;
}
.carosello .slick-next {
	top: 35%;
	width: 20px;
	height: 100%;
	background-size: 20px;
}
/* FORM */
label {
	
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	margin-top: 20px;
	background-color: #fff;
	border: none;
	width: 100%;
}
input {
	height: 40px;
}
::placeholder {
	color: #000;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #555A7A;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #555A7A;
}
.wpcf7-form a {
	color: #000;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #555A7A;
	background-color: #555A7A;
	color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: #F4F4F4;
	color: #555A7A;;
	border: 1px solid #555A7A;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7-spinner {
	display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #000;
}
/* Style the tab */
.tab {
  	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  	background-color: inherit;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	transition: 0.3s;
  	width: 31%;
  	border-bottom: 2px solid #999;
  	margin: 0 1%;
  	text-transform: uppercase;
  	color: #666;
  	font-size: 16px;
}

/* Create an active/current tablink class */
.tab button.active {
  	color: #ff5028;
  	border-bottom: 2px solid #ff5028;
}

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #199095;
	border-radius: 100px;
}
.accordion :after {
	content: ">";
	color: #f7c231;
	margin-top: 20px;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordions .active, 
.accordion:hover {
	
}
.accordions {
	margin-top: 30px;
}
.active :after {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	background-color: #199095;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	border-radius: 20px;
	margin: 20px auto;
	color: #fff;
	text-align: left;
}
.panel p {
	margin: 30px auto;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.content {
	max-width:1400px;
	width:90%;
	margin:0 auto;
	position:relative;
}
.preheader {
	background-color: #000;
	text-align: right;
	padding: 5px 5%;
	position: relative;
	z-index: 5;
}
.preheader a {
	color: #fff;
}
.preheader img {
	max-width: 10px;
	margin-right: 10px;
}
/* header */
.header {
	position: absolute;
	width: 100%;
	height: 140px;
	line-height: 130px;
	top: 0;
	left: 0;
	z-index: 3;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
	margin-top: 10px;
}
.logo img {
	max-width: 150px;
}
.logo-black {
	display: none;
}
/* nav */
.nav {
	display: none;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.nav a {
	color: #fff;
	text-transform: uppercase;
}
.nav .current_page_item a {
	background-color: #555A7A;
	padding: 10px;
}
.nav .current_page_item a {
	font-family:'NeueHaasDisplay-Bold';
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
.openclose {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 10px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 5px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.wpml-ls-slot-2 {
	display: inline-flex;
}
.sub-menu .wpml-ls-slot-2 a:after,
.wpml-ls-current-language a:after {
	content: '-';
	margin: 0;
	padding: 0 5px;
	background-color: transparent;
	width: auto;
}
.sub-menu .wpml-ls-slot-2:nth-last-child(1) a:after {
	content: '';
}
/* footer */
.footer {
	background-color: #000;
	color: #fff;
	padding: 30px 5%;
	font-size: 14px;
}
.footer a {
	color: #fff;
}
.footer .row a {
	display: flex;
}
.footer .row-2 img {
	max-width: 150px;
	margin: 30px 0;
}
.footer .row .left .medium {
	font-size: 20px;
	margin-bottom: 60px;
}
.footer .row .column .right-2 {
	margin: 30px 0;
}
.footer .row .right {
	font-size: 20px;
	margin-bottom: 30px;
}
.footer ul img {
	display: none;
}
.footer .current-menu-item {
	background-color: #555A7A;
}
.footer .current-menu-item img {
	display: inline-block;
	margin-right: 20px;
	max-width: 20px;
}
.footer .row .right li {
	padding: 10px 20px;
}
.popup {
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	text-align: left;
	color: #fff;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.48);
	align-items: center;
}
.popup .quadrato {
	position: absolute;
	z-index: 3;
	width: 90%;
	max-width: 700px;
	height: auto;
	background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    overflow-y: scroll;
    margin: 0 auto;
}
.popup .close {
	color: #000;
	text-align: right;
	font-size: 25px;
	cursor: pointer;
	position: absolute;
    z-index: 3;
    top: 2%;
    right: 5%;
}
.popup p {
	color: #000;
}
.popup input {
	border: 1px solid;
}
.popup label {
	color: #000;
}
.catalogo {
	display: contents;
}
.catalogo a {
	transform: rotateZ(-90deg);
    margin-top: 0;
    margin-right: -100px;
    padding: 10px 0;
    font-size: 20px;
    background-color: #fff;
    color: #555A7A;
    width: 250px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #555A7A;
    position: fixed;
	top: 400px;
	right: 0;
	z-index: 2;
	cursor: pointer;
}
.wa__btn_popup {
	bottom: 60px !important;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*--------------HOME------------------*/
#home h1 {
	color: #fff;
	margin-bottom: 20px;
}
#home .row-1 {
	position: relative;
}
#home .row-1 .slide-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}
#home .row-1 h3 {
	color: #fff;
}
#home .text {
	width: 85%;
}
#home .row-1 .pulsante {
	margin-top: 30px;
}
#home .row-2 {
	text-align: center;
	padding: 30px 0;
}
#home .row-2 h2 {
	padding-bottom: 30px;
}
#home .row-3 {
	padding-bottom: 30px;
}
#home .row-3 h2 {
	padding: 10px 0;
}
#home .row-5 {
	padding: 100px 5% 150px;
	background-image: url(img/home/sfondo-grigio.svg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
#home .row-5 .slick-prev {
	opacity: 0;
}
#home .row-5 .carosello .slick-next {
	right: -5%;
	top: 40%;
	overflow: hidden;
}
#home .carosello {
	padding: 0 1%;
}
#home .carosello img {
	border: 5px solid #fff;
}
#home .row-5 .white {
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
}
#home .row-5 h2 span {
	color: #555A7A;
}
#home .row-5 .carosello .white span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #555A7A;
	border-radius: 50%;
	margin-right: 5px;
} 
#home .row-5 h4 {
	padding-top: 30px;
	text-align: center;
}
#home .row-5 .pulsante {
	border-radius: 0;
    text-align: center;
    text-transform: capitalize;
    height: 40px;
    width: 100%;
}
#home .row-5 .hover .pulsante {
	display: none;
}
#home .row-6 {
	background-image: url(img/home/sfondo-grigio-scuro.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -150px;
}
#home .row-6 .carosello .slick-next {
	opacity: 0;
}
#home .row-6 .carosello .slick-prev {
	opacity: 1;
	top: 40%;
	left: -5%;
}
#home .row-6 .carosello .slick-next {
	right: auto;
	left: -5%;
	top: -50%;
	transform: rotateZ(180deg);
}
.parallax {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 400px;
	margin-top: -80px;
}
#home .row-7 {
	background-color: #555A7A;
	padding: 30px 5% 100px;
	color: #fff;
	text-align: center;
}
#home .row-7 h2 {
	margin-bottom: 30px;
}
#home .row-7 h4 {
	margin-top: 20px;
	font-size: 25px;
}
#home .row-7 p {
	padding: 20px 0;
}
#home .row-8 {
	background-image: url(img/home/sfondo-arancio.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 180px 5% 30px;
	margin-top: -150px;
}
#home .row-8 .flex p {
	padding: 20px 0;
}
#home .row-8 .fasi {
	padding-top: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}
#home .row-8 .fasi div {
	width: 50%;
	padding: 3%;
	margin-bottom: 30px;
}
#home .row-8 .fasi div h5 {
	margin-top: 10px;
}
.call-to-action {
	text-align: center;
	padding: 30px 0 0;
	display: grid;
}
.call-to-action h3 {
	margin-bottom: 20px;
	color: #555A7A;
}
.call-to-action p {
	padding: 20px 0;
}
.call-to-action img {
	margin-top: 30px;
}
.recensioni {
	text-align: center;
	padding: 30px 0;
}
#home .row-9 {
	display: grid;
}

/*--------------AZIENDA------------------*/
#azienda .row-1 h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
#azienda .row-1 h2 {
	font-size: 35px;
}
#azienda .row-1 {
	position: relative;
	color: #fff;
}
#azienda .row-1 .slide-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}
#azienda .row-2 {
	margin-top: -50px;
}
#azienda .row-3 {
	text-align: center;
	padding: 30px 0;
}
#azienda .row-3 h2 {
	padding-bottom: 20px;
}
#azienda .row-3 strong {
	padding-top: 20px;
	display: block;
}
#azienda .row-4 {
	background-image: url(img/azienda/sfondo-arancio.svg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	color: #fff;
	padding: 150px 5%;
}
#azienda .row-4 h2 {
	margin-bottom: 20px;
}
#azienda .row-4 .right {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#azienda .row-4 .right img:nth-child(1) {
	width: 100%;
}
#azienda .row-4 .right img:nth-child(2),
#azienda .row-4 .right img:nth-child(3) {
	width: 48%;
	margin-top: 4%;
}
#azienda .row-5 {
	background-image: url(img/azienda/sfondo-grigio.png);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 5%;
	margin-top: -100px;
	text-align: center;
}
#azienda .row-5 h2 {
	margin-bottom: 20px;
}
#azienda .row-5 img {
	margin-top: 60px;
}
/*--------------PRODOTTI------------------*/
#prodotti .image {
	display: grid;
}
#prodotti .row-1 {
	padding: 100px 5% 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #E0E0E0;
}
#prodotti .row-1 h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
#prodotti .row-1 h2 {
	font-size: 35px;
}
#prodotti .row-1 h3 {
	margin-top: 20px;
}
#prodotti .row-1 p {
	padding-top: 20px;
}
#prodotti .row-1 .flex {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	margin-top: 30px;
}
#prodotti .row-1 .flex a {
	margin: 0 15px;
}
#prodotti .row-1 .flex img {
	max-height: 80px;
    max-width: 150px;
    margin-bottom: 10px;
}
#prodotti .row-2 {
	padding: 30px 0;
}
#prodotti .row-2 .testo h2 span {
	color: #555A7A;
}
#prodotti .row-2 .testo p {
	padding: 20px 0;
}
#prodotti .row-2 .standard {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
#prodotti .row-2 a {
	margin-bottom: 30px;
	display: block;
}
#prodotti .row-2 a img {
	border: 1px solid #000;
}
#prodotti .row-2 a p {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px !important;
	text-align: center;
	height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#prodotti .row-2 a p span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #555A7A;
	border-radius: 50%;
	margin-right: 5px;
} 
#prodotti .row-2 a .pulsante {
	border-radius: 0;
	text-align: center;
	text-transform: capitalize;
	height: 40px;
}
#prodotti .row-2 .hover {
	display: grid;
}
#prodotti .row-2 .hover .pulsante {
	display: none;
}
#prodotti .row-2A {
	padding: 250px 5% 0;
	background-color: #F4F4F4;
}
#prodotti .row-2A .custom .white {
	background-color: #fff;
}
#prodotti .row-2A .custom a {
	padding: 5px;
}
#prodotti .row-2A .custom a p {
	border: none;
}
#prodotti .row-2A .custom a img {
	border: none;
}
#prodotti .row-2A h3 {
	padding-bottom: 10px;
	padding-top: 60px;
}
#prodotti .row-2B {
	background-image: url(img/prodotti/sfondo.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 250px 5%;
	margin-top: -80px;
}
#prodotti .row-2B .custom .white {
	background-color: #fff;
}
#prodotti .row-2B .custom a {
	padding: 5px;
}
#prodotti .row-2B .custom a p {
	border: none;
}
#prodotti .row-2B .custom a img {
	border: none;
}
#prodotti .row-3 {
	padding: 0 5% 60px;
	text-align: center;
}
#prodotti .row-3 h2 {
	margin-bottom: 20px;
}
/*--------------PRODOTTO SINGOLO------------------*/
.single-prodotto .logo-white {
	display: none;
}
.single-prodotto .logo-black {
	display: inline-block;
}
.single-prodotto .openclose .iconbar {
	background-color: #000;
}
.single-prodotto .row-1B {
	padding: 30px 0;
}
.single-prodotto .row-1B h2 {
	color: #555A7A;
	font-size: 20px;
	pointer-events: none;
}
.single-prodotto .row-1B h2 a {
	color: #555A7A;
}
.single-prodotto .row-1B h1 {
	padding: 10px 0;
}
.single-prodotto article .row-2 {
	text-align: center;
}
.single-prodotto article .row-2A {
	padding: 100px 5%;
}
.single-prodotto .row-2 h3 {
	padding-bottom: 20px;
}
.single-prodotto .row-2 .testo p {
	padding: 20px 0;
}
.single-prodotto .row-2 a {
	margin-bottom: 30px;
	display: block;
}
.single-prodotto .row-2 a p {
	padding: 10px !important;
	text-align: left;
	height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-prodotto .row-2 a p span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #555A7A;
	border-radius: 50%;
	margin-right: 5px;
} 
.single-prodotto .row-2 a .pulsante {
	border-radius: 0;
	text-align: center;
	text-transform: capitalize;
}
.single-prodotto .row-2 .hover {
	display: grid;
}
.single-prodotto .row-2 .hover .pulsante {
	display: none;
}
.single-prodotto .row-2 .custom {
	margin:0 auto;
}
.single-prodotto .row-2 .white {
	background-color: #fff;
}
.single-prodotto .row-2A,
.single-prodotto .row-2C {
	background-image: url(img/prodotti/sfondo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 5%;
	position: relative;
	z-index: 1;
}
.single-prodotto .row-2B {
	background-image: url(img/home/sfondo-grigio.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 150px 5%;
	position: relative;
	z-index: 0;
	margin-top: -120px;
}
.single-prodotto .row-2C {
	margin-top: -120px;
}
.single-prodotto .carosello {
	width: 99%;
}
/*--------------REALIZZAZIONI------------------*/
#realizzazioni .row-2 {
	text-align: center;
	padding: 30px 0 150px;
}
#realizzazioni .row-2 h3 {
	padding: 10px 0;
}
#realizzazioni .row-3 {
	padding: 30px 5%;
	background-color: #F7F7F7;
}
#realizzazioni .row-3 .testo {
	padding: 20px 0;
}
#realizzazioni .row-3 .testo h3 {
	padding-bottom: 10px;
}
#realizzazioni .row-3 .right {
	text-align: right;
}
#realizzazioni .row-3 .progetti {
	margin-bottom: 60px;
}
#realizzazioni .row-3 .progetti:first-child {
	margin-top: -100px;
}
#realizzazioni .row-3 .progetti:last-child {
	margin-bottom: -400px;
}
#realizzazioni .call-to-action {
	margin-top: 400px;
}
.slider-nav img {
	padding:0 2%;
}
/*--------------SERVIZI------------------*/
#servizi .row-1 .slide-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}
#servizi .row-2 {
	text-align: center;
	padding: 30px 0;
}
#servizi .row-2 h1 {
	margin-bottom: 30px;
}
#servizi .row-2 .blocchi {
	padding-top: 60px;
}
#servizi .row-2 .testo {
	padding: 20px 0 60px;
}
#servizi .row-2 h5 {
	margin-bottom: 5px;
}
/*--------------CONTATTI------------------*/
#contatti .image {
	display: grid;
	background-color: #F4F4F4;
}
#contatti .row-1 {
	height: 100%;
	display: grid;
}
#contatti .row-2 {
	padding: 60px 0 120px;
	text-align: center;
}
#contatti .row-2 h1 {
	margin-bottom: 20px;
}
#contatti .row-3 {
	text-align: center;
	padding: 60px 5%;
	background-color: #F4F4F4;
}
#contatti .row-3 h4 {
	margin-bottom: 30px;
}
/*--------------GDPR------------------*/
.page-template-template-demo .logo-white {
	display: none;
}
.page-template-template-demo .logo-black {
	display: inline-block;
}
.page-template-template-demo .openclose .iconbar {
	background-color: #000;
}




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'NeueHaasDisplay-Roman';
	src:url('fonts/NeueHaasDisplay-Roman/NeueHaasDisplay-Roman.eot');
	src:url('fonts/NeueHaasDisplay-Roman/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/NeueHaasDisplay-Roman/NeueHaasDisplay-Roman.woff') format('woff'),
		url('fonts/NeueHaasDisplay-Roman/NeueHaasDisplay-Roman.ttf') format('truetype'),
		url('fonts/NeueHaasDisplay-Roman/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'NeueHaasDisplay-Medium';
	src:url('fonts/NeueHaasDisplay-Medium/NeueHaasDisplay-Medium.eot');
	src:url('fonts/NeueHaasDisplay-Medium/NeueHaasDisplay-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/NeueHaasDisplay-Medium/NeueHaasDisplay-Medium.woff') format('woff'),
		url('fonts/NeueHaasDisplay-Medium/NeueHaasDisplay-Medium.ttf') format('truetype'),
		url('fonts/NeueHaasDisplay-Medium/NeueHaasDisplay-Medium.svg#NeueHaasDisplay-Medium') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'NeueHaasDisplay-Bold';
	src:url('fonts/NeueHaasDisplay-Bold/NeueHaasDisplay-Bold.eot');
	src:url('fonts/NeueHaasDisplay-Bold/NeueHaasDisplay-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/NeueHaasDisplay-Bold/NeueHaasDisplay-Bold.woff') format('woff'),
		url('fonts/NeueHaasDisplay-Bold/NeueHaasDisplay-Bold.ttf') format('truetype'),
		url('fonts/NeueHaasDisplay-Bold/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
	.wpcf7-form label {
		
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form .flex p {
		width: 48%;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 20px;
	}
	.footer .row,
	.footer .row-2,
	.footer .copyright {
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
	}
	.footer .row .left {
		width: 48%;
	}
	.footer .row .right {
		font-size: 30px;
		width: 40%;
	}
	.footer .row-2 img {
		margin: 0;
	}
	.footer .row-2 .left {
		width: 48%;
	}
	.footer .row-2 .right {
		width: 40%;
	}
	.footer .copyright {
		margin-top: 60px;
	}
	.footer .copyright .left {
		width: 48%;
	}
	.footer .copyright .left ul {
		display: inline-flex;
	}
	.footer .copyright .left ul li {
		padding-right: 2px;
	}
	.footer .copyright .right {
		width: 40%;
	}
	h1 {
		font-size: 55px;
	}
	.catalogo {
		display: contents;
	}
	.catalogo a {
		transform: rotateZ(-90deg);
	    margin-top: 0;
	    margin-right: -100px;
	    padding: 10px 0;
	    font-size: 20px;
	    background-color: #fff;
	    color: #555A7A;
	    width: 250px;
	    text-align: center;
	    font-weight: bold;
	    border: 1px solid #555A7A;
	    position: fixed;
		top: 400px;
		right: 0;
		z-index: 5;
		cursor: pointer;
	}
	.carosello a {
		padding: 3px;
	}
/*--------------HOME------------------*/
	#home .text {
	    width: 100%;
	}
	#home .row-3 {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-direction: row;
	}
	#home .row-3 div {
		width: 45%;
	}
	#home .reverse {
		flex-direction: row-reverse;
	}
	#home .reverse .right {
		text-align: right;
	}
	#home .row-7 p {
		max-width: 350px;
		margin: 0 auto;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 h2 {
		font-size: 45px;
		max-width: 550px;
		margin: 0 auto;
	}
	#azienda .row-5 div {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	#azienda .row-5 img {
		width: 50%;
		padding: 3%;
	}
/*--------------PRODOTTI------------------*/
	#prodotti .row-1 h2 {
		font-size: 45px;
	}
	#prodotti .row-2 {
		padding: 60px 0;
	}
	#prodotti .row-2 a {
		margin-bottom: 0;
	}
	#prodotti .row-2 a p {
		height: 40px;
	}
	#prodotti .row-2A {
		padding: 150px 5%!important;
	}
	#prodotti .row-2A .custom {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#prodotti .row-2A .custom a {
		width: 50%;
		padding-bottom: 30px;
	}
	#prodotti .row-2B {
		padding: 150px 5%!important;
	}
	#prodotti .row-2B .custom {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#prodotti .row-2B .custom a {
		width: 50%;
	}
	#prodotti .row-3 {
		padding: 100px 5%;
	}
/*--------------PRODOTTO SINGOLO------------------*/
	.single-prodotto .carosello {
		width: 100%;
	}
	.single-prodotto .carosello .slick-next,
	.single-prodotto .carosello .slick-prev {
		top: 40%;
	}
/*--------------REALIZZAZIONI------------------*/
	#realizzazioni .row-2 p {
		max-width: 520px;
		margin: 0 auto;
	}
	#realizzazioni .row-3 .testo {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#realizzazioni .row-3 .testo h3 {
		width: 25%;
	}
	#realizzazioni .row-3 .testo p {
		width: 70%;
	}
	#realizzazioni .row-3 .left h3 {
		text-align: right;
	}
	#realizzazioni .row-3 .right p {
		text-align: left;
	}
	.slider-for img {
		padding: 0 0.5%;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-2 p {
		max-width: 520px;
		margin: 0 auto;
	}
	#servizi .row-2 .blocchi {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#servizi .row-2 .blocchi .flex {
		width: 46%;
	}

}
@media only screen and (min-width:1024px) {
	/* nav */
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 95%;
		position: relative;
	}
	.nav ul {
		margin-top: 0;
		text-align: right;
	}
	.nav ul li {
		padding: 0 15px;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		padding: 0;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #fff;
		text-transform: capitalize;
		letter-spacing: 1px;
	}
	.openclose {
		display: none;
	}
	.logo {
		max-width: 200px;
		width: 100%;
	}
	.logo .row-2 img {
		max-width: 200px;
	}
	.footer {
		padding: 60px 5%;
	}
	h2 {
		font-size: 50px;
	}
	h4 {
		font-size: 22px;
	}
	.wpml-ls-current-language {
		position: relative;
	}
	.wpml-ls-current-language a:after {
	    content: "";
	    vertical-align: middle;
	    display: inline-block;
	    border: 0.35em solid transparent;
	    border-top: 0.5em solid;
	    position: absolute;
	    right: 0;
	    top: calc(50% - 0.175em);
	    padding: 0;
	}
	.sub-menu {
		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 30px;
		right: -3px;
		z-index: 2;
	    background-color: #fff;
		width: 50px !important;
	}
	.sub-menu .wpml-ls-slot-2 a:after {
		display: none;
	}
	.wpml-ls-current-language:hover .sub-menu {
		display: flex;
	}
	.sub-menu a {
		color: #000 !important;
		font-weight: bold;
	}
/*--------------HOME------------------*/
	#home .row-1 .slide-1 {
		height: auto;
		aspect-ratio: 16/9;
	}
	#home .row-2 {
		padding: 60px 0;
	}
	#home .row-2 p {
		max-width: 500px;
		margin: 0 auto;
	}
	#home .row-3 {
		padding-bottom: 60px;
	}
	#home .row-5 {
		padding: 150px 5% 200px;
	}
	#home .row-5 .flex {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		flex-direction: row;
	}
	#home .row-5 .flex div {
		width: 45%;
	}
	#home .row-5 p {
		padding: 0 0 40px;
	}
	#home .row-5 .pulsante {
		line-height: 40px;
	}
	.slick-next {
		right: -5%;
	}
	#home .row-5 h4 {
		max-width: 600px;
		margin: 0 auto;
	}
	#home .row-7 {
		padding: 60px 5% 150px;
	}
	#home .row-8 .flex {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		flex-direction: row;
	}
	#home .row-8 .flex div {
		width: 45%;
	}
	.call-to-action {
		padding: 60px 0 0;
	}
	.recensioni {
		padding: 60px 0;
	}
	#home .row-6 .carosello .slick-prev {
		top: 40%;
		left: -3%;
		opacity: 0;
	}
	#home .row-6 .carosello .slick-next {
		opacity: 1;
		left: -2%;
	}
	.parallax {
		height: 50vh;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 {
		background-position: bottom;
	}
	#azienda .row-1 .slide-1 {
		height: auto;
		aspect-ratio: 16/9;
	}
	#azienda .row-3 {
		padding: 60px 0;
	}
	#azienda .row-3 p {
		max-width: 600px;
		margin: 0 auto;
	}
	#azienda .row-4 {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: row;
		padding: 100px 5% 200px;
	}
	#azienda .row-4 .left {
		width: 40%;
	}
	#azienda .row-4 .right {
		width: 55%;
	}
	#azienda .row-5 {
		padding: 150px 5% 60px;
	}
	#azienda .row-5 p {
		max-width: 600px;
		margin: 0 auto;
	}
/*--------------PRODOTTI------------------*/
	#prodotti .row-1 {
		background-position: center bottom;
		padding: 100px 5%;
	}
	#prodotti .row-1 .flex img {
		max-width: 300px;
	}
	#prodotti .row-1 h2,
	#prodotti .row-1 p,
	#prodotti .row-3 {
		max-width: 800px;
		margin: 0 auto;
	}
	#prodotti .row-2 a p {
		height: 60px;
	}
	#prodotti .row-2A .custom a {
	    width: 33.333333%;
	}
/*--------------PRODOTTO SINGOLO------------------*/
	.carosello .slick-prev {
		left: -5%;
	}
	.single-prodotto .nav a {
		color: #000;
	}
	.single-prodotto .nav .current_page_item a {
		color: #fff;
	}
	.single-prodotto .row-2A {
		background-position: bottom;
	} 
	.single-prodotto .row-2C {
		background-position: top;
	}
	.single-prodotto .row-2 .custom {
		max-width: 1000px;
	}
	.single-prodotto .row-1B {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: row;
		padding: 100px 0;
	}
	.single-prodotto .row-1B .left,
	.single-prodotto .row-1B .right {
		width: 40%;
	}

/*--------------REALIZZAZIONI------------------*/
	#realizzazioni .row-2 {
		padding: 60px 0 15%;
	}
	#realizzazioni .row-3 {
		margin-top: 15%;
	}
	#realizzazioni .row-3 .progetti:first-child {
		margin-top: -25%;
	}
	#realizzazioni .row-3 .flex {
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	}
	.slider-for {
		width: 70%;
	}
	.slider-nav {
		width: 120px;
	}
	.slider-nav .slick-track {
	    display: flex;
		flex-direction: column;
	}
	#realizzazioni .row-3 .testo {
		width: 70%;
	}
	#realizzazioni .row-3 .right .flex {
		flex-direction: row-reverse;
	}
	#realizzazioni .right .slick-track {
	    align-items: end;
	}
	#realizzazioni .row-3 .right .testo {
		width: 70%;
		margin-left: 30%;
	}
	#realizzazioni .row-3 .left .slick-prev {
	    top: 90%;
		left: 125%;
	}
	#realizzazioni .row-3 .left .slick-next {
		right: -40%;
		top: 90%;
	}
	#realizzazioni .row-3 .right .slick-prev {
	    top: 90%;
		left: -40%;
	}
	#realizzazioni .row-3 .right .slick-next {
		right: 125%;
		top: 90%;
	}
	#realizzazioni .slider-nav .slick-track,
	#realizzazioni .slider-nav .slick-slide {
		width: 100px !important;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 {
		background-position: center bottom;
	}
	#servizi .row-1 .slide-1 {
		height: auto;
		aspect-ratio: 16/9;
	}
	#servizi .row-2 {
		padding: 60px 0 30px;
	}
	#servizi .row-2 .blocchi {
		padding-top: 120px;
		justify-content: center;
	}
	#servizi .row-2 .blocchi .flex {
		width: 33.333333%;
		padding: 3%;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		aspect-ratio: auto;
	}
	#contatti iframe {
		height: 500px;
	}
/*--------------GDPR------------------*/
	.page-template-template-demo .nav a {
		color: #000;
	}
	.page-template-template-demo .nav .current_page_item a {
		color: #fff;
	}
}
@media only screen and (min-width:1280px) {
	.nav ul li a {
		font-size: 16px;
		padding: 0 20px;
	}
	.footer .row .column {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
	}
	.footer .row .column .left-2 {
		width: 60%;
	}
	.footer .row .column .right-2 {
		margin: 0;
		width: 40%;
	}
	.footer .row .left .medium {
		font-size: 25px;
	}
	.catalogo a {
		top: 350px;
	}
	.wpml-ls-current-language a:after {
		right: 20px;
	}
	.sub-menu {
		right: 15px;
	}
/*--------------HOME------------------*/
	#home .row-7 {
		padding: 60px 5% 200px;
	}
	#home .row-7 .flex {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		flex-direction: row;
	}
	#home .row-7 .flex div {
		width: 23%;
	}
	#home .row-8 .fasi div {
		width: 33.3333%;
	}
	#home .row-5 .mobile {
		display: none;
	}
	#home .row-5 .white {
		text-align: left;
		padding: 10px;
		height: 60px;
		line-height: 30px;
	}
	#home .row-5 .hover {
		position: relative;
	}
	#home .row-5 .hover .pulsante {
		display: none;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		transition-duration: 1s;
		opacity: 1;
		position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 2;
	    padding: 0;
	}
	#home .row-5 a:hover .hover .pulsante {
		display: flex;
		opacity: 0.9;
		text-transform: uppercase;
		transition-duration: 1s;
		font-weight: bold;
		font-size: 20px;
	}
	.carosello a {
		padding: 5px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-2 {
	    margin-top: -60px;
	}
	#azienda .row-5 {
	    margin-top: -150px;
	}
/*--------------PRODOTTI------------------*/
	#prodotti .row-2 {
		padding: 120px 0;
	}
	#prodotti .row-2 .testo {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		padding-bottom: 60px;
	}
	#prodotti .row-2 .testo h2,
	#prodotti .row-2 .testo p {
		width: 50%;
		padding: 0;
	}
	#prodotti .row-2 .hover {
		position: relative;
	}
	#prodotti .row-2 .pulsante {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#prodotti .row-2 .mobile {
		display: none;
	}
	#prodotti .row-2 .hover .pulsante {
		display: none;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		transition-duration: 1s;
		opacity: 1;
	}
	#prodotti .row-2 a:hover .hover .pulsante {
		display: flex;
		opacity: 0.9;
		text-transform: uppercase;
		transition-duration: 1s;
		font-weight: bold;
		font-size: 20px;
	}
	#prodotti .row-2 a p {
		justify-content: flex-start;
		height: 63px;
	}
	#prodotti .row-2A {
		padding: 150px 5% 250px !important;
	}
	#prodotti .row-2A .custom a {
	    width: 25%;
	    border: none;
	}
	#prodotti .row-2B {
		padding: 200px 5% !important;
		margin-top: -150px;
	}
	#prodotti .row-2B .custom a {
	    width: 25%;
	}
/*--------------PRODOTTO SINGOLO------------------*/
	.single-prodotto .row-2 .custom {
	    width: 100%;
	    max-width: 1200px;
	}
	.carosello .slick-next {
		right: -3%;
	}
	.carosello .slick-prev {
	    left: -3%;
	}
	.single-prodotto .row-2A {
		padding: 60px 5% 150px;
	}
	.single-prodotto .row-2C {
		padding: 150px 5% 60px;
	}
	.single-prodotto .row-2B {
		padding: 200px 5%;
	}
	.single-prodotto .row-2 a .mobile {
		display: none;
	}
	.single-prodotto .row-2 .hover {
		position: relative;
	}
	.single-prodotto .row-2 .hover .pulsante {
		display: none;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		transition-duration: 1s;
		opacity: 1;
	}
	.single-prodotto .row-2 a:hover .hover .pulsante {
		display: flex;
		opacity: 0.9;
		text-transform: uppercase;
		transition-duration: 1s;
		font-weight: bold;
		font-size: 20px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.single-prodotto .row-2 a p {
		justify-content: start;
	}
	.single-prodotto article .row-2A {
		padding: 100px 5% 200px;
	}
	.single-prodotto article .row-2B {
		padding: 300px 5% 200px;
		margin-top: -200px;
	}
	.single-prodotto article .row-2C {
		padding: 200px 5% 100px;
		margin-top: -200px;
	}
/*--------------REALIZZAZIONI------------------*/
	#realizzazioni .row-2 {
		max-width: 1200px;
		margin: 0 auto;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-3 .wpcf7 {
		max-width: 1000px;
		margin: 0 auto;
	}
}
@media only screen and (min-width:1600px) {
	h1 {
		font-size: 70px;
	}
	body {
		font-size: 18px;
	}
	.nav ul li a {
		font-size: 18px;
	}
	.catalogo a {
		top: 35%;
	}
/*--------------HOME------------------*/
	#home .row-3 .right p {
		max-width: 400px;
		margin: 0;
	}
	#home .reverse .right {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-end;
	}
	#home .row-5 p {
		padding: 0 0 60px;
	}
	#home .row-7 p {
		max-width: 400px;
	}
	#home .row-6 .carosello .slick-prev {
		top: 45%;
	}
	.call-to-action {
		padding: 120px 0 0;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-5 {
	    padding: 200px 5% 60px;
	}
	#azienda .row-5 img {
		width: 40%;
	}
/*--------------PRODOTTI------------------*/
	#prodotti .row-2 {
		padding: 120px 0;
	}
	#prodotti .row-2 .right {
	    height: 790px;
	}
	#prodotti .row-2B {
	    padding: 200px 5% !important;
	}
	#prodotti .row-3 {
		padding: 60px 5% 100px;
	}
	#prodotti .row-2 a p {
		height: 76px;
	}
	.single-prodotto .row-2 .custom {
		max-width: 1400px;
	}
/*--------------PRODOTTO SINGOLO------------------*/
	.single-prodotto .row-1B {
		padding: 120px 0;
	}
	.single-prodotto .row-2A {
		padding: 120px 5% 200px;
	}
	.single-prodotto .row-2B {
		padding: 250px 5%;
	}
	.single-prodotto .row-2C {
		padding: 200px 5% 100px;
	}
}


