/*
	Theme Name: Dinamika
	Theme URI: https://www.dinamikachiusure.it/
	Description: Portoni, basculanti  e chiusure industriali
	Version: 1.4.3
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	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 {
	overflow-y: scroll;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
}
body.navmenu_open {
	overflow-y: hidden;
}
section {
	overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    display:table;
}

aside {
	max-width: 100%;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#3e3e3e;
	text-decoration:none;
	cursor: pointer;
}
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-family: "Syne", sans-serif;
	font-weight: 700;
}
h2 {
	font-family: "Syne", sans-serif;
	font-weight: 700;
}
h3 {
	font-family: "Syne", sans-serif;
	font-weight: 700;
}
h4 {
	font-family: "Syne", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
h5 {
	font-family: "Syne", sans-serif;
	font-weight: 700;
}
h6 {
	
}
strong, b {
	font-weight: 700;
}
.divider {
	background-color: #171817;
	width: 100%;
	display: block;
	height: 2px;
	margin: 5px auto 0;
	transition-duration: 0.5s;
}
.black {
	background-color: #171817;
	color: #fff;
}
.black h4,
.black h3,
.black h2,
.black p,
.black .link {
	color: #fff;
}
.black .divider {
	background-color: #fff;
}
.link {
	display: inline-block;
	font-family: "Syne", sans-serif;
	font-weight: 700;
	font-size: 14px;
}
.link:hover .divider {
	width: 50%;
	transition-duration: 0.5s;
}
.pulsante a {
	font-weight: 700 !important;
	text-transform: uppercase;
	padding: 10px 20px !important;
	display: block;
	background-color: #E41D21;
	color: #fff;
	margin-top: 10px;
	transition-duration: 0.5s;
}
.pulsante a:hover {
	background-color: #fff;
	color: #E41D21;
	transition-duration: 0.5s;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.flex-mobile {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.flex-mobile .left,
.flex-mobile .right {
	width: 50%;
}
.reverse-mobile {
	flex-direction: row-reverse;
}
/* go up button */
.up-button {
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	z-index: 2;
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	border: none;
}
.scroll .up-button {
	display: block;
}

/* bottone filtro */
.btn-filtro {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	padding: 10px 5px;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
	user-select: none;
}
.btn-filtro.active {
	background-color: #999;
}

/* spinner */
spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
}
spinner:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #E41D21;
	border-color: #E41D21 transparent #E41D21 transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}

/*------------------------------------*\
    ELEMENTI
\*------------------------------------*/

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #E41D21;
}
.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 #E41D21;
}
.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;
	border: none;
	color: transparent;
	position: absolute;
	top: 5%;
	left: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 5%;
	right: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slide-contatore .slick-dots li {
	border: none;
	width: auto;
	height: auto;
	display: none;
}
.slide-contatore .slick-dots .slick-active {
	background-color: transparent;
	color: #fff;
	display: block;
    width: fit-content;
}
.slide-contatore .slick-dots a {
	color: #fff;
	font-size: 14px;
}
/* FORM */
.wpcf7-form {
	max-width: 600px;
	margin: 0 auto;
}
label {
	font-size: 16px;
	text-align: left;
	padding-top: 30px;
	display: block;
}
input,
textarea,
select {
	outline: none;
	padding: 5px;
	color: #000;
	height: 40px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #fff;
	width: 100%;
}
select {
	margin-top: 0;
}
textarea {
	height: 150px;
}
::placeholder {
	color: #000;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #fff;
}
.wpcf7-acceptance label {
	padding-top: 0;
}
.wpcf7-form a {
	color: #fff;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	border: 1px solid #fff;
	background-color: #fff;
	color: #333;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    text-transform: uppercase;
    margin: 20px auto 0;
    display: block;
}
.wpcf7-submit:hover {
	background-color: #333;
	color: #fff;
	border: 1px solid #fff;
}
div.wpcf7-response-output {
	padding: 0;
}
.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: #fff;
}
/* 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;
}
.accordion.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;
}
/*------------------------------------*\
	LIGHTBOX
\*------------------------------------*/

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    opacity: 0;
}
.lightbox-wrapper[aria-visible="true"] {
    display: flex;
}
.lightbox-wrapper img {
    max-width: 100%;
}
.lightbox-wrapper .lightbox-background {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.72);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.lightbox-wrapper.striped .lightbox-background {
    background: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.66),
        rgba(0,0,0,0.66) 10px,
        rgba(0,0,0,0.64) 10px,
        rgba(0,0,0,0.64) 20px
    );
}
.lightbox-wrapper .lightbox-container {
    width: calc(100% - 40px);
    height: auto;
    z-index: 10;
    position: relative;
    color: white;
    user-select: none;
    pointer-events: none;
}
.lightbox-wrapper .lightbox-content {
    width: 100%;
    max-width: 700px;
    height: auto;
    z-index: 10;
    margin: 0 auto;
}
.lightbox-wrapper .lightbox-content * {
    margin: 0;
    padding: 0;
}
.lightbox-arrows {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-header .close {
	max-width: 30px;
}
.lightbox-wrapper .lightbox-body {
    background-color: #000;
    border-radius: 2px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.67);
    margin: 10px 0px;
    overflow: hidden;
    color: #fff;
}
.lightbox-wrapper .lightbox-popup {
    padding: 15px;
}
.lightbox-wrapper .lightbox-footer {
    display: none;
}
.lightbox-wrapper .lightbox-footer-sx {
    width: calc(100% - 90px);
    font-size: 1.2em;
}
.lightbox-wrapper .lightbox-footer-dx {
    width: 90px;
    text-align: right;
}
.lightbox-wrapper .lightbox-footer h6 {
    font-weight: 400;
    font-size: 14px;
}
.lightbox-wrapper .lightbox-footer h5 {
	color: #fff;
	font-size: 16px;
}
.lightbox-wrapper .lightbox-footer-dx h5{
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
.lightbox-wrapper .lightbox-container h5,
.lightbox-wrapper .lightbox-container h3,
.lightbox-wrapper .lightbox-container h6,
.lightbox-wrapper .lightbox-container img {
    pointer-events: initial;
    color: #fff;
}	
.lightbox-wrapper .lightbox-container h5 {
	padding: 10px;
}
.lightbox-wrapper .lightbox-container img {
	display: block;
}
.lightbox-wrapper.singolo .lightbox-arrows,
.lightbox-wrapper.singolo .lightbox-footer-dx h5 {
    display: none;
}
.lightbox-wrapper .lightbox-container a {
    color: inherit;
    text-decoration: none;
}
.lightbox-wrapper .lightbox-container .hover {
	padding: 10px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .next, 
.lightbox-wrapper .prev {
	width: 30px;
	cursor: pointer;
}

/*------------------------------------*\
	ANIMAZIONI
\*------------------------------------*/

.zoom {
	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);
}
.zoom:hover {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	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: 20s;
	-webkit-animation-duration: 20s;
	-ms-animation-duration: 20s;
	-moz-animation-duration: 20s;
}
.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 5%;
	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;
	z-index: 2;
}
.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: 2s;
	-webkit-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-moz-animation-duration: 2s;
}

@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(90deg);}
	50% {transform: rotateZ(180deg);}
	75% {transform: rotateZ(270deg);}
	100% {transform: rotateZ(360deg);}
}

@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}

@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);}
}

@keyframes dg_loader_animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Fade */
.fade {
    opacity: 0;
    transition: 1.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade.in-page {
    opacity: 1;
}
.fade-in {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
}
.fade-in.in-page {
    transform: translateY(0);
    opacity: 1;
}

.reveal-from-left img, .reveal-from-left .overlay, .reveal-all.reveal-from-left * {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal-from-left.in-page img, .reveal-from-left.in-page .overlay, .reveal-all.reveal-from-left.in-page * {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-from-right img, .reveal-from-right .overlay {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-from-right.in-page img, .reveal-from-right.in-page .overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */
.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.popup-info .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-info .popup {
    width: 100%;
    max-width: 400px;
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    height: fit-content;
}
.popup-info .popup h2 {
    margin-top: 0;
}
.popup-info .popup button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/*--------------BLOG------------------*/
.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr p {
	max-width: 800px;
}
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100% !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div, 
#cmplz-document .cmplz-dropdown summary div,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"], #cmplz-document .cmplz-dropdown summary div input[data-category="functional"], .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"] {
	width: 5% !important;
}
.page-template-template-gdpr input[type=checkbox], .page-template-template-gdpr input[type=radio] {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
	max-width: 6px;
	margin-right: 10px;
}
.page-template-template-gdpr input[type=checkbox]:checked, .page-template-template-gdpr input[type=radio]:checked {
	background-color: #000;
}
.page-template-template-gdpr label {
	padding: 0;
	width: 25%;
	text-align: left;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
	width: 15%;
	text-align: left;
}
.cmplz-category-title{
	width: 80%;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------

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


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/
loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: -1;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
main {
	min-height: 640px;
}
/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	max-width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0.0;
	transition: opacity 0.46s ease;
}
.pagina_caricata .wrapper {
	opacity: 1;
}
.content {
	max-width:100%;
	width:90%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	width: 100%;
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 0;
	padding: 30px 0;
}
.header-widget-area {
	position: absolute;
	top: 0;
	right: 5%;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 10px 0 0;
}
.wpml-ls-current-language {
	padding-right: 5px !important;
}
/* logo */
.logo {
}
.logo img {
	max-width: 150px;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #0F0F0F;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	transition: opacity 0.7s linear;
	opacity: 0;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1.0;
}
.navmenu_open .logo {
	position: absolute;
	z-index: 20;
}
.navmenu_open .openclose {
	position: absolute;
	z-index: 20;
	right: 5%;
}
.mobile .navmenu_close .nav { 
	opacity: 0.0;  
} 
.nav a {
	color: #fff;
	font-family: "Syne", sans-serif;
	font-weight: 400;
}
.nav .current_page_item a {
	font-weight: 700;
}
.nav ul {
	list-style-type: none;
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
/* closebutton */
.openclose {
	cursor: pointer;
	display: block;
}
.navmenu_open .openclose {
	display: flex;
}
.navmenu_open .logo .bianco {
	display: block;
}
.navmenu_open .logo .nero {
	display: none;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #0F0F0F;
	display: block;
	margin: 5px 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
}
.openclose .tre {
	width: 12px;
}
.openclose:hover .uno {
	width: 20px;
}
.openclose:hover .tre {
	width: 20px;
}
.telefono a {
	font-family: "DM Sans", sans-serif;
}
/* footer */
.footer {
	text-align: left;
}
.footer a {
	color: #D2D3D5;
}
.footer h2 {
	color: #fff;
	padding: 30px 0 0;
}
.footer h3 {
	color: #fff;
	font-family: "Syne", sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 30px;
	font-size: 16px;
}
.footer img {
	max-width: 200px;
}
.footer > div {
	width: 100%;
}
.footer .copyright {
	padding: 30px 0;
	color: #fff;
	border-top: 1px solid #D2D3D5;
	margin-top: 30px;
	font-family: "Syne", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.footer .copyright a {
	color: #fff;
}
/*--------------POPUP------------------*/
.popup-content {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.90);
}
.popup-content .sfondo {
	background-color: #333;
	width: 80%;
	height: auto;
	max-width: 800px;
	padding: 30px;
	text-align: center;
	box-shadow: 1px 1px 50px 1px #666;
}
.popup-content .sfondo img {
	margin: 20px 0;
	width: 80%;
}
.popup-content .sfondo p {
	color: #fff;
	font-size: 14px;
}
.popup-content .sfondo h2 {
	color: #fff;
	font-size: 20px;
}
.popup-content .sfondo h3 {
	color: #fff;
}
.popup-content .sfondo h4 {
	text-align: right;
	font-size: 30px;
	color: #fff;
}
.popup-content .sfondo .pulsante {
	border: 1px solid #fff;
}
.popup-content .sfondo .pulsante:hover {
	background-color: #fff;
	color: #000;
}
.popup-content .sfondo .close {
	cursor: pointer;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/
.home .header {
	background-color: #171817;
}
.home .openclose .iconbar {
	background-color: #fff;
}
video {
	width: 100%;
}
#home .row-1 {
	padding: 0 5% 60px;
}
#home .row-1 h1 {
	padding-bottom: 20px;
}
#home .row-1 .testo {
	padding-top: 30px;
}
#home .row-1 .slick-dots {
	bottom: 0;
	margin-bottom: -30px;
}
#home .row-2 {
	padding: 30px 5% 0;
}
#home .row-2 .left {
	padding: 30px 5%;
}
#home .row-2 h2 {
	padding: 10px 0 20px;
}
#home .row-2 .flex-mobile {
	padding: 20px 0;
}
#home .row-2 .flex-mobile h2 {
	padding: 0;
}
.icona {
	text-align: center;
	margin-top: -100px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.icona img {
	max-width: 200px;
}
#home .row-3 h2 {
	padding: 10px 0 20px;
}
#home .row-3 .left,
#home .row-3 .full {
	padding: 30px 5%;
}
#home .row-3 .link {
	margin-top: 20px;
}
#home .row-3 .right {
	padding: 0 5%;
}
#home .row-4 {
	padding: 30px 5%;
}
#home .row-4 h2 {
	padding: 10px 0 20px;
}
#home .row-4 .right {
	margin-top: -120px;
}
#home .row-4 .right p {
	padding: 20px 0;
}
#home .row-5 {
	padding: 30px 5%;
}
#home .row-5 .slick-track {
	display: flex;
	align-items: center;
}
#home .row-5 h2 {
	padding: 10px 0 20px;
}
#home .row-5 .carosello {
	padding: 60px 0 0;
}
#home .row-5 .carosello h5 {
	color: #fff;
	background-color: #000;
	padding: 10px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
#home .row-5 .carosello .image {
	position: relative;
	overflow: hidden;
	max-height: 250px;
}
#home .row-6 {
	padding: 30px 5%;
}
#home .row-6 h2 {
	padding: 10px 0 20px;
}
#home .row-6 p {
	padding-bottom: 20px;
}
#home .row-6 .hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.40);
}
#home .row-6 .hover img {
	max-width: 100px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 40px;
	background-color: transparent;
}
#home .row-6 .hover .black {
	display: none;
}
#home .row-6 h3 {
	padding-top: 10px;
} 
#home .row-6 .blocco {
	position: relative;
	margin-top: 60px;
}
#home .row-6 .blocco:hover .hover {
	display: flex;
}
#home .row-6 .ancore a {
	font-size: 14px;
}
.recensioni {
	text-align: center;
	padding: 30px 5% 0;
}
.social {
	padding-top: 30px;
}
.social h2 {
	text-align: center;
	padding-bottom: 30px;
}
/*--------------INDUSTRIA------------------*/
.intro {
	background-color: #F7F7F7;
	text-align: center;
	padding: 30px 5%;
}
.intro p {
	font-size: 12px;
	color: #3e3e3e;
}
.intro h1 {
	color: #0F0F0F;
	padding: 10px 0;
}
.intro img {
	max-width: 20px;
}
#linea-i .link {
	margin-top: 20px;
}
#linea-i .parallax {
	background-image: url(img/linea-industria/parallax.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
	color: #fff;
}
#linea-i .parallax .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.40);
	height: 100%;
	width: 100%;
}
#linea-i .parallax h2 {
	padding: 10px 0 20px;
}
#linea-i .parallax h2,
#linea-i .parallax h4 {
	color: #fff;
}
#linea-i .row-1,
#linea-i .row-2 {
	padding: 30px 5%;
}
#linea-i .row-1 h2,
#linea-i .row-2 h2 {
	padding: 10px 0 20px;
}
#linea-i .row-1 img,
#linea-i .row-2 img {
	margin-top: 30px;
}
#linea-i .row-2 {
	background-color: #F7F7F7;
}
#linea-i .pulsante a {
	display: inline-block;
	margin-top: 20px;
	border: 1px solid;
}
#linea-i .pulsante a:hover {
	border: 1px solid;
}
.gallery {
	padding: 30px 5%;
}
.gallery h2 {
	text-align: center;
	padding-bottom: 30px;
}
.gallery a {
	display: grid;
	margin-bottom: 5%;
	position: relative;
	overflow: hidden;
	max-height: 250px;
}
.gallery .hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: start;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.30);
}
.gallery .hover h3,
.gallery .hover h5 {
	color: #fff;
}
.filtro {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0 60px;
}
.filtro .all {
	width: 100%;
}
.filtro button {
	background-color: transparent;
	border: none;
	padding: 10px 20px;
	width: 50%;
	text-transform: uppercase;
	font-size: 15px;
}
/*--------------LINEA HOME------------------*/
#linea-h .row-1 {
	padding: 30px 5%;
}
#linea-h .row-1 h2 {
	padding: 0 0 20px;
}
#linea-h .row-1 .right {
	margin-top: 60px;
}
#linea-h .row-1 .left p {
	padding: 20px 0;
}
#linea-h .parallax {
	background-image: url(img/linea-home/parallax.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
	color: #fff;
}
#linea-h .parallax .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.40);
	height: 100%;
	width: 100%;
}
#linea-h .parallax h2 {
	padding: 10px 0 20px;
}
#linea-h .parallax h2,
#linea-h .parallax h4 {
	color: #fff;
}
#linea-h .pulsante a {
	display: inline-block;
	margin-top: 20px;
	border: 1px solid;
}
#linea-h .pulsante a:hover {
	border: 1px solid;
}
#linea-h .row-2 {
	padding: 30px 5%;
}
#linea-h .row-3 h2,
#linea-h .row-2 h2 {
	padding: 10px 0 20px;
}
#linea-h .row-2 img {
	margin-top: 30px;
}
#linea-h .row-3 {
	padding: 0 5% 30px;
	margin-top: -100px;
}
#linea-h .row-3 img {
	margin-bottom: 30px;
}
#linea-h .row-2 p {
	padding-bottom: 20px;
}
/*--------------AZIENDA------------------*/
#azienda .row-1 {
	padding: 30px 5%;
}
#azienda .row-1 h2 {
	padding: 10px 0 20px;
}
#azienda .row-1 .right {
	margin-top: -120px;
}
#azienda .row-1 .right p {
	padding: 20px 0;
}
#azienda .pulsante a {
	display: inline-block;
	margin-top: 20px;
	border: 1px solid;
}
#azienda .pulsante a:hover {
	border: 1px solid;
}
#azienda .row-2 {
	padding: 30px 5%;
}
#azienda .row-3 h2,
#azienda .row-2 h2 {
	padding: 10px 0 20px;
}
#azienda .row-2 img {
	margin-top: 30px;
}
#azienda .row-2 .link {
	margin-top: 20px;
}
#azienda .row-3 {
	padding: 0 5% 30px;
	margin-top: -100px;
}
#azienda .row-3 img {
	margin-bottom: 30px;
}
#azienda .row-5 {
	background-image: url(img/azienda/parallax.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}
#azienda .row-5 .testo {
	background-color: rgba(0, 0, 0, 0.40);
	padding: 60px 5%;
	color: #fff;
	text-align: center;
}
#azienda .row-5 .testo h2 {
	color: #fff;
	padding: 10px 0 30px;
}
#azienda .row-5 .testo h3 {
	color: #fff;
}
#azienda .row-5 .testo h4 {
	color: #fff;
}
#azienda .row-5 .numeri {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: row;
	flex-wrap: wrap;
}
#azienda .row-5 .numeri div {
	width: 30%;
	padding-bottom: 30px;
}
#azienda .row-6 {
	background-color: #1B1B1B;
	padding: 60px 5% 30px;
	color: #fff;
}
#azienda .row-6 h4,
#azienda .row-6 h2,
#azienda .row-6 h3 {
	color: #fff;
}
#azienda .row-6 h2 {
	padding: 10px 0 20px;
}
#azienda .row-6 .right {
	border-top: 1px solid #fff;
	padding-top: 30px;
	margin-top: 30px;
}
#azienda .row-6 .right img {
	display: none;
}
#azienda .row-6 .right h3 {
	padding-bottom: 10px;
}
#azienda .row-6 .right p {
	padding-bottom: 30px;
}
#azienda .row-6 .full {
	display: none;
}
/*--------------SERVIZI------------------*/
#servizi .row-1 {
	padding: 30px 5%;
}
#servizi .row-1 h2 {
	padding: 10px 0 0;
}
#servizi .row-1 .right {
	margin-top: -120px;
}
#servizi .row-1 p {
	padding: 20px 0;
}
#servizi .row-1 .left img {
	padding-top: 30px;
}
#servizi .parallax {
	background-image: url(img/servizi/parallax.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
	color: #fff;
}
#servizi .parallax .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.40);
	height: 100%;
	width: 100%;
	padding: 0 5%;
}
#servizi .parallax h2 {
	padding: 10px 0 20px;
}
#servizi .parallax h2,
#servizi .parallax h4 {
	color: #fff;
}
#servizi .row-2 {
	padding: 30px 5%;
}
#servizi .row-2 h2 {
	padding: 10px 0 20px;
}
#servizi .row-2 img {
	margin-top: 30px;
}
#servizi .row-2 p {
	padding-bottom: 20px;
}
/*--------------CONTATTI------------------*/




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

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.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 div {
		width: 48%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	.footer-widget-area {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.footer-widget-area #text-2 {
		width: 100%;
	}
	.footer-widget-area #text-3,
	.footer-widget-area #text-4,
	.footer-widget-area #nav_menu-2 {
		width: 30%;
	}
	.footer h2 {
		font-size: 40px;
	}
	.footer .copyright {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
	h4 {
		font-size: 16px !important;
	}
/*--------------HOME------------------*/
	#home .row-1 h1 {
		font-size: 4vw;
		padding-bottom: 0;
	}
	#home .row-1 .testo {
		display: flex;
		align-items: end;
		justify-content: space-between;
		flex-direction: row;
	}
	#home .row-1 h1 {
		width: 52%;
	}
	#home .row-1 p {
		width: 45%;
	}
	#home .row-2 .flex-mobile {
		justify-content: start;
	}
	#home .row-2 .flex-mobile div {
		margin-right: 50px;
	}
	#home .row-2 .left {
		padding: 30px 0;
	}
	#home .carosello img {
		padding: 0 2%;
	}
/*--------------INDUSTRIA------------------*/
	.gallery .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.gallery a {
		width: 47.5%;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-5 .testo h3 {
		font-size: 25px;
	}
	
	
	
}
@media only screen and (min-width:1024px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.pulsante a {
		height: auto !important;
		line-height: normal !important;
		margin-top: 0;
		font-size: 14px !important;
	}
	.flex-desktop {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
	}
	.flex-desktop .left,
	.flex-desktop .right {
		width: 50%;
		padding: 2%;
	}
	.reverse-desktop {
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
		flex-direction: row-reverse;
	}
	.reverse-desktop .right,
	.reverse-desktop .left {
		width: 50%;
		padding: 2%;
	}
	.footer h2 {
		padding: 60px 0 0;
	}
	.footer h3 {
		padding-top: 60px;
		font-size: 20px !important;
	}
	.footer .copyright {
		margin-top: 60px;
		padding: 30px 0 60px;
	}
	h1 {
		font-size: 45px !important;
	}
	h2 {
		font-size: 40px !important;
	}
	h3 {
		font-size: 25px !important;
	}
	.slick-prev {
		left: auto;
		right: 5%;
	}
	h4 {
		font-size: 18px !important;
	}
/*--------------HOME------------------*/
	.home.pagina-desktop .nav ul li a {
		color: #fff;
	}
	#home .row-1 p {
		max-width: 400px;
	}
	#home .row-2 {
		padding: 60px 5% 0;
	}
	#home .row-2 h2 {
		max-width: 350px;
	}
	#home .row-2 .left {
		width: 55%;
		padding: 30px 0 140px;
	}
	#home .row-2 .right {
		width: 40%;
	}
	#home .icona {
		margin-top: -140px;
		margin-right: -18vw;
		margin-bottom: 0;
		padding: 60px 0;
	}
	#home .icona img {
	    max-width: 150px;
	}
	#home .row-3 {
		justify-content: start;
	}
	#home .row-3 .right {
		margin-top: -200px;
		width: 59%;
	}
	#home .row-3 .full {
		width: 60%;
	}
	#home .row-3 .left {
		padding: 60px 5% 0;
		width: 41%;
	}
	#home .row-3 .full {
		padding: 0 5% 120px;
		margin-top: -60px;
	}
	#home .row-4 {
		padding: 60px 5%;
	}
	#home .row-4 .right {
		margin-top: -450px;
		width: 40%;
	}
	#home .row-4 .left {
		position: relative;
		width: 55%;
	}
	#home .row-4 .left img {
		width: 90%;
		margin-left: 10%;
	}
	#home .row-4 .icona {
		position: absolute;
		padding: 0;
		margin: 0;
		top: 50%;
		left: 0;
		z-index: 2;
		margin-left: -40px;
	}
	#home .row-5 {
		padding: 60px 5%;
	}
	
	#home .row-5 .carosello h5 {
		left: 5%;
		bottom: 5%;
		margin-bottom: 0;
	}
	#home .row-5 h2 {
		width: 300px;
	}
	#home .row-5 .carosello .image {
		max-height: 30vw;
	}
	#home .row-6 {
		padding: 60px 5%;
	}
	.flex-desktop.due .right {
		margin-top: 200px;
	}
	#home .row-6 .blocco {
		margin-top: 0;
	}
	.recensioni {
		padding: 0 5% 60px;
	}
/*--------------INDUSTRIA------------------*/
	.intro {
		padding-bottom: 120px;
		padding-top: 60px;
	}
	#linea-i .row-1, 
	#linea-i .row-2 {
		padding: 0 5%;
	}
	#linea-i .row-1.top {
		padding: 60px 5%;
		justify-content: center;
	}
	#linea-i .row-1.top .right {
		text-align: right;
	}
	#linea-i .row-1.top .right img {
		max-width: 80%;
		margin-top: -250px;
	}
	#linea-i .row-1 img, 
	#linea-i .row-2 img {
		margin-top: 0;
	}
	#linea-i .row-2.top {
		padding: 60px 5% 0;
		justify-content: center;
	}
	#linea-i .row-2.top .right {
		text-align: right;
		display: grid;
	}
	#linea-i .row-2.top .right img {
		margin-top: -20vh;
	}
	#linea-i .row-2 {
		background-color: #fff;
	}
	#linea-i .left {
		padding: 30px;
	}
	#linea-i .right {
		padding: 0;
		display: grid;
	}
	.gallery {
		padding-top: 60px;
	}
	.gallery a {
        width: 30%;
        max-height: 20vw;
    }
    .filtro button {
	    width: 33%;
    }
    #linea-i .recensioni {
	    padding: 120px 5% 0;
    }
/*--------------LINEA HOME------------------*/
	#linea-h .row-1 {
		padding: 60px 5%;
	}
	#linea-h .row-1 .right {
		margin-top: -300px;
		width: 40%;
	}
	#linea-h .row-1 .left {
		position: relative;
		width: 55%;
	}
	#linea-h .row-1 .left img {
		width: 90%;
		margin-left: 10%;
	}
	#linea-h .row-1 .icona {
		position: absolute;
		padding: 0;
		margin: 0;
		top: 50%;
		left: 0;
		z-index: 2;
		margin-left: -40px;
	} 
	#linea-h .row-3, 
	#linea-h .row-2 {
		padding: 0 5%;
	}
	#linea-h .row-2.top {
		padding: 60px 5% 0;
		justify-content: center;
	}
	#linea-h .row-2.top .right {
		text-align: right;
		display: grid;
	}
	#linea-h .row-2.top .right img {
		margin-top: -20vh;
	}
	#linea-h .row-3 img, 
	#linea-h .row-2 img {
		margin: 0;
	}
	#linea-h .row-2 p {
		padding-bottom: 20px;
	}
	#linea-h .left {
		padding: 30px;
	}
	#linea-h .right {
		padding: 0;
	}
	#linea-h .icona {
		margin-bottom: 0;
	}
	#linea-h .icona img {
		margin: 0 auto;
		display: grid;
	}
	#linea-h .recensioni {
	    padding: 120px 5% 0;
    }
/*--------------AZIENDA------------------*/
	#azienda .left {
		padding: 30px;
	}
	#azienda .right {
		padding: 0;
	}
	#azienda .row-1 {
		padding: 60px 5%;
	}
	#azienda .row-1 .right {
		margin-top: -300px;
		width: 40%;
	}
	#azienda .row-1 .left {
		position: relative;
		width: 55%;
	}
	#azienda .row-1 .left img {
		width: 90%;
		margin-left: 10%;
	}
	#azienda .row-1 .icona {
		position: absolute;
		padding: 0;
		margin: 0;
		top: 50%;
		left: 0;
		z-index: 2;
		margin-left: -40px;
	} 
	#azienda .row-2,
	#azienda .row-3 {
		padding: 0 5%;
	}
	#azienda .row-2.top {
		padding: 60px 5% 0;
		justify-content: center;
	}
	#azienda .row-2.top .right {
		text-align: right;
		display: grid;
	}
	#azienda .row-2.top .right img {
		margin-top: -20vh;
	}
	#azienda .row-3 img, 
	#azienda .row-2 img {
		margin: 0;
		display: grid;
	}
	#azienda .row-2 p {
		padding-bottom: 20px;
	}
	#azienda .icona {
		margin-bottom: 0;
	}
	#azienda .icona img {
		margin: 0 auto;
		display: grid;
	}
	#azienda .row-5 .testo h3 {
		font-size: 40px !important;
	}
	#azienda .row-6 {
		padding: 60px 5%;
	}
	#azienda .row-6 .flex-desktop {
		align-items: start;
	}
	#azienda .row-6 .full {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		padding-top: 60px;
	}
	#azienda .row-6 .left {
		padding: 0;
		width: 35%;
	}
	#azienda .row-6 .right {
		width: 60%;
	}
	#azienda .row-6 .right div {
		cursor: pointer;
		position: relative;
	}
	#azienda .row-6 .right div:hover img {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		max-width: 300px;
	}
	#azienda .row-6 .right p {
		padding-bottom: 60px;
	}
/*--------------SERVIZI------------------*/
	#servizi .left {
		padding: 30px;
	}
	#servizi .right {
		padding: 0;
	}
	#servizi .row-1 {
		padding: 60px 5%;
	}
	#servizi .row-1 .right {
		margin-top: -350px;
		width: 40%;
	}
	#servizi .row-1 .left {
		position: relative;
		width: 55%;
	}
	#servizi .row-1 .left img {
		width: 90%;
		margin-left: 10%;
		padding-top: 60px;
	}
	#servizi .row-1 .icona {
		position: absolute;
		padding: 0;
		margin: 0;
		top: 50%;
		left: 0;
		z-index: 2;
		margin-left: -40px;
	} 
	#servizi .row-2 {
		padding: 0 5%;
	}
	#servizi .row-2.top {
		padding: 60px 5%;
		justify-content: center;
	}
	#servizi .row-2.top .right {
		text-align: right;
		display: grid;
	}
	#servizi .row-2.top .right img {
		margin-top: -150px;
	}
	#servizi .row-2 img {
		margin: 0;
	}
	
	
	#servizi .parallax p {
		max-width: 800px;
	}

}
@media only screen and (min-width:1280px) {
		/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	.pagina-desktop .header {
		padding: 60px 5% 20px;
		height: auto;
	}
	
	/* nav */
	.pagina-desktop .nav {
		display: flex;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: center;
		display: inline-block;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 15px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		letter-spacing: 1px;
		color: #0F0F0F;
	}
	.pagina-desktop .nav .pulsante a {
		color: #fff;
		border: 1px solid #E41D21;
	}
	.pagina-desktop .nav .pulsante a:hover {
		color: #E41D21;
		border: 1px solid #E41D21;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop .logo {
		width: 25%;
	}
	.pagina-desktop .logo img {
		max-width: 150px;
	}
	.header-widget-area {
		top: 35%;
	}
	.parallax {
		background-attachment: fixed !important;
	}
	.logo img {
	    max-width: 200px;
	}
	.pagina-desktop .nav {
		width: 100vw;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 20px;
	}
	.footer-bottom {
		margin-top: 60px;
	}
	main {
		font-size: 18px !important;
	}
	.pagina-desktop.scroll .header {
		position: fixed;
		z-index: 999;
		padding: 20px 5%;
	}
/*--------------HOME------------------*/
	#home .row-3 .right {
		margin-top: -136px;
		padding: 0 0 0 5%;
	}
	#home .row-3 .full {
		margin-top: 60px;
	}
	#home .row-4 .icona {
		margin-left: 30px;
	}
	#home .row-6 .ancore a {
		font-size: 16px;
	}
	#home .row-2 .right {
		padding: 0;
		display: grid;
	}
/*--------------INDUSTRIA------------------*/
	#linea-i .left {
		padding:0 60px;
	}
	#linea-i .row-1.top .right img {
		margin-top: -150px;
	}
	#linea-i .intro .pulsante {
		display: none;
	}
	.gallery {
        padding-top: 120px;
    }
    .filtro button {
	    width: 33%;
    }
    .filtro .link {
	    margin-top: 40px !important;
    }
    #linea-i .parallax {
		height: 800px;
	}
	#linea-i .row-2.top .right img {
		margin-top: -10vh;
	}
/*--------------LINEA HOME------------------*/
	#linea-h .row-1 .icona {
		margin-left: 30px;
	}
	#linea-h .row-1 .right {
		margin-top: -120px;
	}
	#linea-h .intro .pulsante {
		display: none;
	}
	#linea-h .left {
		padding:0 60px;
	}
	#linea-h .row-2.top .right img {
		margin-top: -10vh;
	}
	#linea-h .parallax {
		height: 800px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 .icona {
		margin-left: 30px;
	}
	#azienda .left {
		padding:0 60px;
	}
	#azienda .row-2.top .right img {
		margin-top: -10vh;
	}
	#azienda .row-5 {
		height: 800px;
	}
	#azienda .row-5 .testo {
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#azienda .row-5 .numeri div {
		width: 16%;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 .icona {
		margin-left: 30px;
	}
	#servizi .left {
		padding:0 60px;
	}
	#servizi .row-2.top .right img {
		margin-top: -10vh;
	}
	#servizi .parallax {
		height: 800px;
	}
	
}
@media only screen and (min-width:1600px) {
	.pagina-desktop .nav ul li {
		padding: 0 0 0 40px;
	}
	.pagina-desktop .nav .contact ul li {
		padding: 0 0 0 20px;
	}
	main {
		font-size: 20px !important;
	}
	.pagina-desktop .nav {
        width: 70vw;
    }
    .pagina-desktop .logo {
        width: 25%;
    }
/*--------------HOME------------------*/
	#home .row-1 p {
        max-width: 450px;
    }
    #home .row-2 h2 {
        max-width: 400px;
    }
	#home .row-2 p {
		max-width: 550px;
	}
	#home .row-2 .flex-mobile {
		padding: 40px 0;
	}
	#home .row-2 .flex-mobile div {
        margin-right: 100px;
    }
	#home .row-3 .full {
		max-width: 900px;
	}
	#home .row-4 h2 {
		max-width: 600px;
		padding: 10px 0 60px;
	}
	#home .row-4 .right {
        margin-top: -600px;
    }
    #home .row-5 h2 {
        width: 350px;
    }
	#home .row-6 .uno .left, 
	#home .row-6 .uno .right {
		width: 40%;
	}
/*--------------INDUSTRIA------------------*/
	#linea-i .row-1.top .right img {
		margin-top: -120px;
	}
	.filtro button {
		width: 25% !important;
	}
	 #linea-i .row-2.top .right img {
		margin-top: -15vh;
	}
/*--------------LINEA HOME------------------*/
	#linea-h .row-1 h2 {
		max-width: 600px;
		padding: 10px 0 30px;
	}
    #linea-h .row-2.top .right img {
		margin-top: -15vh;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 h2 {
		max-width: 600px;
		padding: 10px 0 60px;
	}
	#azienda .row-2.top .right img {
		margin-top: -15vh;
	}	
/*--------------SERVIZI------------------*/
	#servizi .row-1 h2,
	#servizi .row-1 p {
		max-width: 600px;
	}
	#servizi .parallax p {
        max-width: 950px;
    }

}
@media only screen and (min-width:1800px) {
	.pagina-desktop .nav {
        width: 60vw;
    }
    .pagina-desktop .logo {
        width: 35%;
    }
}

