/*
	Theme Name: Mottura
	Theme URI: https://www.mottura.com/
	Description: Soluzioni alla luce del sole
	Version: 1.4.3
	Author: Lithos
	Author URI: https://lithos.it/
	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:300 14px/1.4 'Open Sans', sans-serif;
	color:#003057;
	overflow-y: scroll;
}
body.open {
	overflow-y: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.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:#003057;
	text-decoration:none;
}
a:hover {
	color:#003057;
}
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: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 70px;
	color: #fff;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 60px;
	color: #7f838a;
}
h3 {
	font-weight: 600;
	font-size: 28px;
	color: #fff;
}
h4 {
	font-size: 21px;
	color: #7f838a;
}
h5 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
h6 {
	font-size: 16px;
	font-weight: 700;
	color: #7f838a;
}

.left h3{
	color: #7f838a!important;
}

.home-hero-paragraph{
	color: #fff!important;
	font-size: 28px;
}

.home-title-paragraph{
	color: #7f838a!important;
}

.divider {
	
}
.pulsante {
	font-weight: 400;
	border: 2px solid #7f838a;
	text-transform: uppercase;
	padding:5px 10px;
	transition-duration: 0.5s;
	display: table;
}
.pulsante:hover {
	background-color: #7f838a;
	color: #fff;
	transition-duration: 0.5s;
}
.pulsante-white {
	font-weight: 400;
	border: 2px solid #fff;
	text-transform: uppercase;
	padding:5px 10px;
	transition-duration: 0.5s;
	color: #fff;
	display: table;
}
.pulsante-white:hover {
	background-color: #fff;
	color: #7f838a;
	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;
}
.up {
	position: fixed;
	top: 92%;
	right: 1%;
	z-index: 2;
}
.up img {
	max-width: 50px;
	cursor: pointer;
}
.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: 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-slide div {
	display: grid;
}
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    
}
.slick-dots li {
    
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/arrow-left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 100%;
	right: 30%;
	z-index: 2;
	outline: none;
	width: 10px;
	height: 20px;
}
.slick-next {
	background-image: url(img/header/arrow-right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 2;
	outline: none;
	width: 10px;
	height: 20px;
}
/* FORM */
label {
	
}
input,
textarea,
select {
	outline: none;
	padding: 5px;
	color: #003057;
	background-color: #fff;
	border: 1px solid #003057;
	width: 100%;
}
input,
select {
	height: 40px;
}
select {
	appearance: none;
	background-image: url(img/header/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px auto;
	background-position-x: 95%;	
}
.wpcf7 input[type="file"] {
	border: none;
}
::placeholder {
	color: #000;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #003057;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
	margin-right: 10px;
}
.wpcf7-form #privacy:checked {
	background-color:#003057;
}
.wpcf7-form a {
	color: #003057;
	text-transform: lowercase;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
#contatti .wpcf7-form .full div {
	margin-bottom: 0 !important;
}
.wpcf7-submit {
	border: none;
	background-color: #003057;
	color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    font-weight: 700;
}
.wpcf7-submit:hover {
	opacity: 0.9;
}
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: #003057;
}
/* 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: 48%;
  	border-bottom: 2px solid #9ba0a8;
  	margin: 0 1%;
  	color: #9ba0a8;
  	font-size: 16px;
  	padding-bottom: 10px;
  	font-weight: bold;
}

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

/* Style the tab content */
.tabcontent {
	display: flex;
 	padding: 30px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}

#Installazione {
	display: none;
}
/* Style the buttons that are used to open and close the accordion panel */

.inner-accordion {
	background-color: #ededed;
    transition: background 0.46s ease;
}
.inner-accordion.active {
    background-image: linear-gradient(180deg, #ededed, #ffffff);
}
.accordion,
.inner-accordion button {
	background-color: transparent;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	border-bottom: 1px solid #b2b8c1;
	text-transform: uppercase;
	height: 50px;
	display: flex;
    align-items: center;
    font-weight: 400;
}
.inner-accordion button::before,
.accordion::before {
  content: '+';
  color: #003057;
  float: left;
  font-size: 30px;
  margin-right: 10px;
  font-weight: 300;
}
.inner-accordion.active button::before,
.accordion.active::before {
  content: "-"; 
  font-size: 30px;
  color: #003057;
  margin-right: 10px;
}
.accordions .active {
	border-bottom: none;
}
.accordions {
	margin-top: 30px;
}
.inner-accordion button  {
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 20px;
    border: none;
}
/* Style the accordion panel. Note: hidden by default */

.inner-accordion .accordion-content,
.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	text-align: left;
	border-bottom: 1px solid #b2b8c1;
}
.inner-accordion .accordion-content {
    transition: unset;
}
.panel p {
	margin: 20px auto;
}
.btn-doc-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
}
.btn-doc-wrapper .bottone-doc {
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 5px;
    cursor: pointer;
	align-items: center;
	border-radius: 50px;
}
.btn-doc-wrapper .bottone-doc img {
    width: 20px;
    pointer-events: none;
	margin-right: 10px;
}
.btn-doc-wrapper .bottone-doc p {
    padding: 0px;
    margin: 0px;
    pointer-events: none;
}

.document-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(15, 16, 17, 0.55);
}
.document-popup.open {
    display: flex;
}
.document-popup .doc-popup-inner {
    padding: 30px;
    border: 1px solid #2d333f;
    box-shadow: 0px 0px 40px 0px #23233280;
    background-color: #ffffff;
    width: 90%;
    user-select: none;
}
.document-popup .doc-header {
    display: flex;
    justify-content: space-between;
}
.document-popup .doc-header img {
    width: 18px;
    pointer-events: initial;
}
.document-popup .doc-holder {
    padding: 20px 0px;
}
.document-popup .doc-holder .scrollable-docs {
    display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
    overflow: hidden auto;
    height: auto;
    max-height: 450px;
    padding-right: 20px;
}
.document-popup .doc-header h6 {
    color: #003057;
    text-transform: uppercase;
    font-weight: 450;
}
.document-popup .doc-holder a {
    display: flex;
    align-items: start;
    gap: 5px;
}
.document-popup .doc-holder a img {
    width: 18px;
}


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

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.content {
	width:90%;
	margin:0 auto;
	position:relative;
}
section {
	overflow: hidden;
}
/* header */
.header {
	position: relative;
	width: 100%;
	height: 80px;
	line-height: 80px;
	top: 0;
	left: 0;
}
.header .icone img {
	max-width: 20px;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 150px;
}
.logo-header {
	display: none;
}
.logo-left {
	display: inline-block;
}
.open .logo {
	position: fixed;
}
.open .logo-left {
	display: none;
}
.open .logo-header {
	display: inline-block;
}
/* nav */
.menu-mobile {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
	padding-right: 5%;
	margin-top: 20px;
}
.menu-mobile .icone {
	display: inline-flex;
}
.menu-mobile .icone a {
	display: inline-flex;
}
.menu-mobile .icone .icon-blu {
	display: flex;
}
.menu-mobile .icone .icon-white {
	display: none;
}
.menu-mobile img {
	margin-left: 15px;
}
.open .menu-mobile .icone {
	display: none;
}
.nav {
	display: none;
	background-color: #003057;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.nav .desktop {
	display: none;
}
.open .nav {
	display: flex !important;
}
.nav a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav a:after {
	width: 0%;
    transition: width 0.2s linear;
	display: block;
	content: '';
	margin: 10px 0 0;
	padding: 2px 0;
	background-color: #b1b8c2;
}
.nav a:hover::after {
	width: 30px;
	background-color: #b1b8c2;
}
.nav .current_page_item a:after {
	width: 30px;
	background-color: #b1b8c2;
	display: block;
	margin: 10px 0 0;
	height: 5px;
}
.nav .after {
	cursor: pointer;
}
.nav .after a:after {
	display: none;
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav ul li {
	padding: 10px 0;
	line-height: 1;
}
.nav ul li img {
	max-width: 20px;
}
.close .nav {
	display: none !important;
}
.openclose {
	display: block;
}
.open .openclose {
	display: flex;
	position: absolute;
	right: 5%;
	z-index: 999;
	top: 30%;
}
.openclose .iconbar {
	height: 4px;
	width: 30px;
	background-color: #b1b8c2;
	display: block;
	margin: 7px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 30px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 30px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 30px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .tre {
	width: 30px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose-left {
	display: none;
}
.preheader {
	display: none;
}
.nav-left {
	display: none;
}
#indoor .breadcrumps,
#outdoor .breadcrumps,
#tessuti .breadcrumps,
#azienda .breadcrumps,
#certificazioni .breadcrumps,
.single-prodotti .breadcrumps,
.single-famiglie .breadcrumps {
	border-bottom: none;
	padding-bottom: 0;
}
.wpml-ls-legacy-dropdown a {
	border: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown a:hover {
	background: transparent;
	color: #003057;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: none;
	width: 40px;
	left: auto;
	right: 17px;
	box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
}
.wpml-ls-legacy-dropdown a {
	background-color: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:focus, 
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover { 
	
}
.mobile .wpml-ls-legacy-list-horizontal ul {
	flex-direction: row;
	padding-top: 30px;
}
.mobile .wpml-ls-legacy-list-horizontal ul li a {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.mobile .wpml-ls-legacy-list-horizontal ul li a:after {
	content: '-';
	margin: 0;
	padding: 0 5px;
	background-color: transparent;
	width: auto;
}

/* footer */
.footer {
	font-weight: 400;
	font-size: 12px;
	padding: 30px 5%;
	opacity: 0.8;
	color: #7f838a;
}
.footer .column {
	margin: 35px 0;
}
.footer .column-1 img {
	max-width: 100px;
}
.footer .column-1 p {
	padding: 10px 0 0;
}
.footer .column-1 ul li {
	display: inline-block;
}
.footer .column-1 ul li:nth-child(1):after,
.footer .column-1 ul li:nth-child(2):after,
.footer .column-1 ul li:nth-child(3):after,
.footer .column-1 ul li:nth-child(4):after {
	content: '|';
}
.footer .column-1 ul li a {
	padding-right: 5px;
	color: #7f838a;
}
.footer .column-2 ul li {
	margin-bottom: 5px;
}
.footer .column-2 {
	border-left: 1px solid #7f838a;
	padding-left: 10px;
}
.footer .column-2 a {
	color: #7f838a;
}
.footer .column:nth-child(2) ul li a {
	text-transform: uppercase;
	color: #7f838a;
}
.footer .column-3 {
	padding-top: 20px;
}
.footer .column-3 .social {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .column-3 .social img {
	max-width: 30px;
	max-height: 15px;
}
.footer .column-3 b {
	margin-bottom: 5px;
	display: block;
}
.footer .wpcf7-form .flex p {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer .wpcf7-form .flex p .wpcf7-form-control-wrap {
	width: 60%;
}
.footer .wpcf7-form .flex p .wpcf7-submit {
	width: 40%;
	color: #fff;
}
.footer .wpcf7-form .wpcf7-acceptance input {
	border: 1px solid #7f838a;
	height: 15px;
    width: 15px;
    margin-right: 10px;
}
.footer .wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #7f838a;
}
.footer .wpcf7-form .wpcf7-acceptance label {
	display: flex;
}
.footer .wpcf7-submit {
	background-color: #7f838a;
}
.footer input {
	border: 1px solid #7f838a;
	color: #7f838a;
}
.footer ::placeholder {
	color: #7f838a;
}
.footer .wpcf7-form a {
	color: #7f838a;
}
.rw-widget-container {
	left: 0 !important;
	right: auto !important;
	margin: 0 0 20px 20px !important;
}
#webchat {
	display: none;
}
html[lang=it-IT] #webchat {
	display: block;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.privacy {
	padding: 60px 0;
}
.privacy h3 {
	color: #003057;
}
.privacy p {
	padding: 10px 0;
}
/*--------------HOME------------------*/
.home .header {
	position: absolute;
	height: 80px;
	z-index: 1;
}
.home .openclose .iconbar {
	background-color: #fff;
}
.home .menu-mobile .icone .icon-blu {
	display: none;
}
.home .menu-mobile .icone .icon-white {
	display: flex;
}
#home .row-1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: start;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	padding-left: 5%;
}
#home .row-2 {
	text-align: center;
	padding: 60px 0;
}
#home .row-2 h4 {
	padding-bottom: 20px;
}
#home .row-3 a {
	display: grid;
	position: relative;
	z-index: 0;
}
/* #home .row-3 .left h2 {
	margin-bottom: -35px;
	position: relative;
	z-index: 1;
}
#home .row-3 .right h2 {
	position: relative;
	z-index: 1;
	margin-top: -40px;
} */
#home .row-3 .left h3 .title-block-paragraph {
	margin-bottom: -35px;
	position: relative;
	z-index: 1;
	font-size: 60px;
}
#home .row-3 .right h3 .title-block-paragraph {
	position: relative;
	z-index: 1;
	margin-top: -40px;
	font-size: 60px;
}
#home .row-4 {
	padding: 30px 0;
}

#home .row-4 h3 {
	font-size: 36px!important;
	font-weight: 200;
	padding-bottom: 20px;
}

#home .row-4 .title-block-paragraph {
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 60px!important;
	font-weight: 200;
	color: #7f838a;
	font-family: 'Poppins', sans-serif;
}

#home .row-3 h3, #home .row-5 .testo h3, #home .row-6 h3{
	font-size: 60px;
	font-weight: 200;
	color: #7f838a;
	font-family: 'Poppins', sans-serif;
}



#home .row-4 .flex:nth-of-type(2) .left .title-block-paragraph{
	right: 0;
	left: auto;
}

#home .row-4 .left {
	text-align: center;
	padding: 40px 30px;
	position: relative;
}
#home .row-5 {
	padding: 60px 0;
}
#home .row-5 .pulsante {
	margin: 30px auto 0;
}
#home .row-5 .testo {
	margin-bottom: -60px;
	position: relative;
	z-index: 1;
}
#home .row-5 .testo h4 {
	color: #003057;
}
#home .row-6 {
	padding: 0 0 60px;
}
#home .row-6 .realizzazione {
	position: relative;
	display: grid;
	margin-bottom: 2%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30vh;
}
#home .row-6 h3 {
	margin-bottom: -40px;
	position: relative;
	z-index: 1;
}
#home .row-6 p {
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#home .row-6 .realizzazione .text {
	padding: 30px;
	justify-content: end;
	align-items: start;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.5));
}
#home .row-6 .pulsante {
	margin: 30px auto 0;
}
#home .news a img {
	opacity: 0.4;
}
#home .news a:hover img {
	opacity: 1;
}
#home .news {
	background-color: #eff1f3;
	padding: 60px 5%;
	display: none;
}
html[lang=it-IT] #home .news {
	display: block;
}
#home .news h4 {
	text-align: center;
	padding-bottom: 20px;
}
#home .news h3 {
	text-align: center;
	color: #003057;
	font-weight: 300;
	padding-bottom: 30px;
}
#home .news h5 {
	color: #003057;
}
#home .news .articolo {
	padding-bottom: 60px;
}
#home .news article p {
	color: #003057;
	text-transform: none;
	padding-bottom: 0;
	padding-top: 20px;
}
#home .news article .date {
	display: block;
	color: #003057;
}
#home .news article .image {
	display: grid;
}
#home .news article img {
	padding: 0;
}
#home .news .testo {
	background-color: #fff;
	padding: 20px;
}
#home .news .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin-top: 20px;
	width: 100%;
}
#home .news .pulsante {
	margin-left: 30px;
	color: #9ba0a8;
}
#home .news .pulsante:hover {
	color: #fff;
}
#home .news .slick-prev {
	top: 90%;
    left: 0%;
    right: auto;
}
#home .news .slick-next {
	top: 90%;
}

/*--------------INDOOR------------------*/
.slide-indoor .slick-dots {
	bottom: 0;
	right: 12%;
	margin-bottom: -20px;
}
.slide-indoor .slick-dots li {
	text-align: right;
	font-weight: bold;
}
#indoor h1 {
	color: #7f838a;
	margin-top: -60px;
	position: relative;
	z-index: 1;
}
#indoor .row-2 {
	padding: 30px 0;
}
#indoor .row-2 h4 {
	padding-bottom: 20px;
}
#indoor .row-2 .right {
	padding-top: 30px;
}
#indoor .row-2 .column .uno,
#indoor .row-2 .column .due {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#indoor .row-2 .column .uno div,
#indoor .row-2 .column .due div {
	width: 50%;
}
#indoor .row-2 .column a {
	display: grid;
}
#indoor .row-2 .column .testo {
	text-align: center;
	padding: 10px;
	color: #7f848a;
}
#indoor .row-2 .column .due {
	flex-direction: row-reverse;
}
#indoor .row-2 .column .testo img {
	max-width: 50px;
	padding-top: 10px;
}
.breadcrumps {
	font-size: 14px;
	padding-bottom: 10px;
}
/*--------------OUTDOOR------------------*/
#outdoor h1 {
	color: #7f838a;
	margin-top: -60px;
	position: relative;
	z-index: 1;
}
#outdoor .row-2 {
	padding: 30px 0;
}
#outdoor .row-2 h4 {
	padding-bottom: 20px;
}
#outdoor .row-2 .right {
	padding-top: 30px;
}
#outdoor .row-2 .column .uno,
#outdoor .row-2 .column .due {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#outdoor .row-2 .column .uno div,
#outdoor .row-2 .column .due div {
	width: 50%;
}
#outdoor .row-2 .column a {
	display: grid;
}
#outdoor .row-2 .column .testo {
	text-align: center;
	padding: 10px;
}
#outdoor .row-2 .column .due {
	flex-direction: row-reverse;
}
#outdoor .row-2 .column-6 .testo img {
	max-width: 50px;
	padding-top: 10px;
}
#outdoor .row-2 .pulsante {
	border: 2px solid #003057;
	margin: 60px auto 0;
}
#outdoor .row-2 .pulsante:hover {
	background-color: #003057;
}
.breadcrumps {
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b2b8c1;
}
.breadcrumps a {
	color: #9ba0a8;
	font-weight: 400;
}
.breadcrumps p {
	color: #9ba0a8;
	font-weight: 600;
}
#outdoor .row-3 {
	padding: 30px 0;
}
#outdoor .row-3 h4 {
	text-align: center;
	padding-bottom: 30px;
}
#outdoor .row-3 .flex h4 {
	text-align: left;
	padding-bottom: 20px;
}
#outdoor .row-3 .flex .testo {
	padding: 20px 0 30px;
}
.ecobonus .left {
	background-color: #eff1f3;
	text-align: center;
	padding: 5%;
}
.ecobonus h2 {
	color: #fff;
}
.ecobonus h4 {
	padding: 20px 0;
}
.ecobonus .pulsante {
	display: inline-block;
}
/*--------------LASCIATI ISPIRARE------------------*/
#ispirare h1 {
	color: #003057;
	font-size: 30px;
	padding-bottom: 10px;
}
#ispirare .row-2 {
	padding: 30px 0;
}
#ispirare .row-2 .full {
	display: none;
}
#ispirare .row-2 .nascondi {
	color: #7f838a;
	font-weight: bold;
	margin-top: 10px;
}
#ispirare .row-3 .desktop {
	display: none;
}
#ispirare .row-3 .tab {
	display: flex;
}
#ispirare .row-3 .tab button {
	float: none;
	width: 31%;
}
#ispirare .row-3 #Modelli {
	display: flex;
}
#ispirare .row-3 #Comando,
#ispirare .row-3 #Utilizzo {
	display: none;
}
#ispirare .row-3 .tabcontent {
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
#ispirare .row-3 .tabcontent .filtro {
	text-align: center;
	width: 25%;
	padding-bottom: 30px;
}
#ispirare .row-3 .tabcontent img {
	max-width: 100px;
	max-height: 40px;
	margin-bottom: 10px;
}
#ispirare .row-4 {
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
#ispirare .row-4 .modelli {
	width: 50%;
	padding: 5%;
	margin-bottom: 5%;
}
#ispirare .row-4 .modelli h6 {
	padding: 10px 0;
	color: #003057;
}
#ispirare .row-4 .modelli .modello img {
	border: 1px solid #b2b8c1;
}
#ispirare .row-4 .modelli .modello .icon {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
#ispirare .row-4 .modelli .modello .icon img {
	max-width: 30px;
	max-height: 30px;
	border: none;
}
#ispirare .row-4 .modelli .modello .icon .motore {
	width: 100%;
	margin-bottom: 20px;
}
#ispirare .row-4 .modelli .modello .icon .dimensioni {
	width: 100%;
}
/*--------------CATEGORIA------------------*/
#categoria-indoor h1 {
	color: #003057;
	font-size: 30px;
	padding-bottom: 10px;
}
#categoria-indoor .row-2 {
	padding: 30px 0;
}
#categoria-indoor .row-2 .full {
	display: none;
}
#categoria-indoor .row-2 .nascondi {
	color: #7f838a;
	font-weight: bold;
	margin-top: 10px;
}
#categoria-indoor .row-3 .tabcontent {
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
#categoria-indoor .row-3 .tabcontent {
	justify-content: center;
}
#categoria-indoor .row-3 .tabcontent .filtro {
	text-align: center;
	width: 25%;
	padding-bottom: 30px;
}
#categoria-indoor .row-3 .tabcontent img {
	max-width: 100px;
	max-height: 40px;
	margin-bottom: 10px;
}
#categoria-indoor .row-4 {
	padding: 60px 0;
	display: flex;
	align-items: start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
#categoria-indoor .row-4 a {
	margin-bottom: 10%;
	width: 50%;
	text-align: center;
	padding:0 5%;
}
#categoria-indoor .row-4 p {
	font-weight: bold;
}
#categoria-indoor .row-4 img {
	border: 1px solid #b2b8c1;
}
#categoria-indoor .row-4 .tessuto-image img {
	height: 15vh;
}
.correlati {
	 overflow: hidden;
}
.correlati h4 {
	text-align: center;
	padding-bottom: 10px;
}
.correlati .image {
	position: relative;
}
.correlati .image .sfondorevsioni {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
}
.correlati .text {
	justify-content: flex-end;
	align-items: flex-start;
	padding: 20px;
	display: flex !important;
	background-color: rgba(0, 0, 0, 0.30);
}
.correlati p {
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.slide-prodotti {
	margin-bottom: 0 !important;
}
.slide-prodotti .slick-dots {
	bottom: 0;
	right: 10%;
	margin-bottom: -20px;
}
.slide-prodotti .slick-dots li {
	text-align: right;
	font-weight: bold;
}
.call-to-action {
	background-color: #eff1f3;
	text-align: center;
	padding: 30px 5%;
}
.call-to-action h6 {
	text-transform: uppercase;
	color: #003057;
	font-weight: 400;
}
.call-to-action img {
	max-width: 30px;
	height: 30px;
	margin-bottom: 10px;
}
.call-to-action .icon {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;	
	padding-top: 20px;
}
.call-to-action .icon div {
	width: 45%;
}
.filtro {
    user-select: none;
    cursor: pointer;
}
.filtro * {
    pointer-events: none;
}
.filtro div {
	padding: 10px;
}
.filtro.active div {
   padding: 10px;
   background-color: #eff1f3;
}
.single-famiglie .slick-next {
	right: 2%;
	top: 104% !important;
}
.single-famiglie .slick-prev {
	top: 104% !important;
}
.single-famiglie .slick-dots {
	right: 11%;
	top: 104% !important;
}

/*--------------SINGLE PRODOTTO------------------*/
.single-prodotti .row-1 .image {
	position: relative;
	display: grid;
}
.single-prodotti .row-1 h1 {
	font-size: 40px;
}
.single-prodotti .row-1 h3 {
	font-size: 20px;
}
.single-prodotti .row-1 .text {
	justify-content: start;
	align-items: start;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.30);
}
.single-prodotti .row-2 {
	background-color: #eff1f3;
}
.single-prodotti .row-2 .left {
	padding:30px 30px 60px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.single-prodotti .row-2 .right {
	padding: 50px 2% 50px 0;
}
.single-prodotti .row-2 .right .slick-track {
	display: flex;
	align-items: center;
}
.single-prodotti .row-2 h6 {
	color: #003057;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.single-prodotti .slick-dots {
	top: -10%;
	bottom: auto;
	right: 15%;
	margin-bottom: -20px;
}
.single-prodotti .slick-dots li {
	text-align: right;
	font-weight: bold;
}
.single-prodotti .slick-prev {
	top: -10%;
	background-image: url(img/indoor/tende-rullo/Energy-/arrow-left.svg);
	width: 40px;
    height: 20px;
}
.single-prodotti .slick-next {
	top: -10%;
	background-image: url(img/indoor/tende-rullo/Energy-/arrow-right.svg);
	width: 40px;
    height: 20px;
    right: 0;
}
.single-prodotti .name-image {
	text-align: right;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
	color: #fff;
	background-color: rgba(0, 48, 88, 0.80);
	width: 100%;
}
.single-prodotti .row-3 {
	padding: 60px 0;
}
.single-prodotti .row-3 h6 {
	text-transform: uppercase;
	color: #003057;
	font-weight: 400;
	padding-bottom: 20px;
}
.single-prodotti .row-3 .modelli {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.single-prodotti .row-3 .modelli h6 {
	padding: 10px 0;
}
.single-prodotti .row-3 .modelli .modello {
	margin-bottom: 10%;
	width: 45%;
}
.single-prodotti .row-3 .modelli .modello img {
	border: 1px solid #b2b8c1;
}
.single-prodotti .row-3 .modelli .modello .icon {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}
.single-prodotti .row-3 .modelli .modello .icon img {
	max-width: 30px;
	max-height: 30px;
	border: none;
}
.single-prodotti .row-3 .modelli .modello .icon div {
	width: 48%;
}
.single-prodotti .tabella {
	text-transform: uppercase;
	width: 90%;
	overflow-x: scroll;
	margin: 0 auto;
}
.single-prodotti .tabella th {
	padding: 10px;
	min-width: 60px;
	border-bottom: 1px solid #b2b8c1;
	border-right: 1px solid #b2b8c1;
	font-weight: 300;
}
.single-prodotti .tabella td {
	text-align: center;
	border-bottom: 1px solid #b2b8c1;
	border-right: 1px solid #b2b8c1;
	padding: 10px 0;
}
.single-prodotti .info {
	padding: 60px 0;
}
.single-prodotti .documenti {
	padding-bottom: 60px;
}
.single-prodotti .documenti img {
	max-width: 20px;
	max-height: 20px;
	margin-right: 10px;
}
.single-prodotti .documenti div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 50px;
	width: 100%;
}
.single-prodotti .documenti div a {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
}
/*--------------SINGLE TESSUTO------------------*/
.single-prodotti .tessuti-indoor .breadcrumps,
.single-prodotti .tessuti-outdoor .breadcrumps {
	border-bottom: 1px solid #b2b8c1 !important;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.single-prodotti .tessuti-indoor .row-1 .text,
.single-prodotti .tessuti-outdoor .row-1 .text {
	position: relative;
	background-color: transparent;
	padding: 0;
}
.single-prodotti .tessuti-indoor .row-1 .text h1,
.single-prodotti .tessuti-outdoor .row-1 .text h1 {
	color: #003057;
	padding-bottom: 30px;
}
.single-prodotti .tessuti-indoor .row-1 .image,
.single-prodotti .tessuti-outdoor .row-1 .image {
	display: flex;
    flex-direction: column-reverse;
}
.single-prodotti .tessuti-indoor .row-2,
.single-prodotti .tessuti-outdoor .row-2 {
	background-color: transparent;
}
.single-prodotti .tessuti-indoor .row-2 .left,
.single-prodotti .tessuti-outdoor .row-2 .left {
	padding: 0;
}
.single-prodotti .tessuti-indoor .row-2 .left p,
.single-prodotti .tessuti-outdoor .row-2 .left p {
	display: none;
}
.single-prodotti .tessuti-indoor .row-2 .left .flex,
.single-prodotti .tessuti-outdoor .row-2 .left .flex {
	display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
    width: 90%;
    margin-bottom: 30px;
}
.single-prodotti .tessuti-indoor .row-2 .left .flex p,
.single-prodotti .tessuti-outdoor .row-2 .left .flex p {
	display: block;
}
.single-prodotti .tessuti-indoor .row-2 .left .flex .icona-tessuto,
.single-prodotti .tessuti-outdoor .row-2 .left .flex .icona-tessuto {
	width: 33%;
    padding: 10px;
    border-right: 1px solid;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.single-prodotti .tessuti-indoor .row-3,
.single-prodotti .tessuti-outdoor .row-3 {
	padding: 0;
}
.single-prodotti .tessuti-indoor .row-3 .modelli .modello img,
.single-prodotti .tessuti-outdoor .row-3 .modelli .modello img {
	border: none;
}
.single-prodotti .tessuti-indoor .row-1 .image img,
.single-prodotti .tessuti-indoor .row-1 .text h3,
.single-prodotti .tessuti-indoor .row-2 .left h6,
.single-prodotti .tessuti-indoor .row-2 .right,
.single-prodotti .tessuti-indoor .row-3 h6,
.single-prodotti .tessuti-indoor .row-3 .modelli .modello .icon,
.single-prodotti .tessuti-indoor .tabella,
.single-prodotti .tessuti-indoor .info,
.single-prodotti .tessuti-outdoor .row-1 .image img,
.single-prodotti .tessuti-outdoor .row-1 .text h3,
.single-prodotti .tessuti-outdoor .row-2 .left h6,
.single-prodotti .tessuti-outdoor .row-2 .right,
.single-prodotti .tessuti-outdoor .row-3 h6,
.single-prodotti .tessuti-outdoor .row-3 .modelli .modello .icon,
.single-prodotti .tessuti-outdoor .tabella,
.single-prodotti .tessuti-outdoor .info {
	display: none;
}
.single-prodotti .tessuti-indoor .row-3 .modelli h6,
.single-prodotti .tessuti-outdoor .row-3 .modelli h6 {
	display: block;
	text-align: center;
}
.single-prodotti .tessuti-indoor .documenti,
.single-prodotti .tessuti-outdoor .documenti {
	border-top: 1px solid #b2b8c1;
	padding-top: 10px;
	margin-top: 10px;
}
.single-prodotti .icona-tessuto img {
	max-width: 40px;
    max-height: 40px;
}
.single-prodotti .icone-tessuti {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: start;
	flex-wrap: wrap;
	width: 90%;
	margin-bottom: 30px;
}
.single-prodotti .row-3A .icona-tessuto {
	width: 33%;
	padding: 10px;
	border-right: 1px solid;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.single-prodotti .row-3A .icona-tessuto:last-child {
	border-right: none;
}
/*--------------REALIZZAZIONI------------------*/
#realizzazioni h1 {
	color: #003057;
	font-size: 50px;
}
#realizzazioni h5 {
	color: #fff;
}
#realizzazioni .text {
	align-items: start;
	justify-content: end;
	padding: 30px;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.5));
}
#realizzazioni .realizzazioni .realizzazione {
	position: relative;
	display: grid;
	margin-bottom: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30vh;
}
#realizzazioni .realizzazioni p {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#realizzazioni .filtri-realizzazioni {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0;
}
#realizzazioni .filtro {
	background-color: #eff1f3;
	padding: 10px;
	width: 32%;
	text-align: center;
	margin-bottom: 1.333333%;
}
#realizzazioni .filtri-realizzazioni .filtro.active {
    background-color: #003057;
    color: #eff1f3;
}
/*--------------REALIZZAZIONE SINGOLA------------------*/
.single-realizzazione h1 {
	font-size: 50px;
	color: #003057;
	padding-top: 20px;
}
.single-realizzazione .slide-indoor {
	padding: 10px 0;
	margin: 30px 0 0;
	border-top: 1px solid  #b2b8c1;
	border-bottom: 1px solid  #b2b8c1;
}
.single-realizzazione .slick-next {
	right: 2%;
	top: 104% !important;
}
.single-realizzazione .slick-prev {
	top: 104% !important;
}
.single-realizzazione .slick-dots {
	right: 11%;
	top: 104% !important;
}
.single-realizzazione .row-1 .slick-next {
	right: 0; 
	top: 104% !important;
}
.single-realizzazione .dettagli {
	padding-bottom: 30px;
}
.single-realizzazione .dettagli h6 {
	color: #003057;
	font-weight: normal;
	text-transform: uppercase;
}
.single-realizzazione .dettagli div {
	padding: 10px 0;
}
.single-realizzazione .overflow {
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	aspect-ratio: 16/9;
}
/*--------------GALLERY------------------*/
.grid-item { 
	width: 100%; 
	max-width: 100%; 
	display: block; 
}
#gallery h1 {
	color: #003057;
	font-size: 50px;
}
#gallery .filtri-gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0;
}
#gallery .filtro {
	background-color: #eff1f3;
	padding: 10px;
	width: 48%;
	text-align: center;
	margin: 1%;
	display: flex;
    justify-content: center;
    align-items: center;
}
#gallery .filtro.active {
	background-color: #003057;
	color: #eff1f3;
}
.mfp-bottom-bar {
	background-color: #003057;
	height: 30px;
	margin-top: -70px;
	line-height: 30px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.mfp-counter {
	line-height: 30px;
	color: #fff;
    font-size: 16px;
    padding: 0 30px;
    font-weight: bold;
}
.mfp-title {
	padding-right: 0;
	padding-left: 30px;
}
.mfp-title a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
/*--------------RIVENDITORI------------------*/
#rivenditori h1 {
	color: #003057;
	font-size: 50px;
}
#rivenditori .testo {
	padding-top: 60px;
	padding-bottom: 20px;
}
#rivenditori .row-1 input {
	border: 1px solid #9ba0a8;
	max-width: 400px;
}
#rivenditori #map-mottura-point {
	width: 100%;
	height: 450px;
}
#rivenditori .row-1 ::placeholder {
	color: #9ba0a8;
}
#rivenditori .searchMap {
	padding-bottom: 60px;
	text-align: center;
}
#rivenditori .row-1 h6 {
	padding-bottom: 10px;
}
#rivenditori .row-2 {
	padding: 30px 0;
}
#rivenditori .row-2 h4 {
	color: #003057; 
	font-weight: 300;
}
#rivenditori .row-2 .left {
	text-align: center;
}
#rivenditori .row-2 .right {
	text-align: center;
	margin-top: 20px;
}
#rivenditori .row-2 img {
	max-width: 100px;
}
#rivenditori .row-3 {
	background-color: #eff1f3;
	padding: 30px 5%;
}
#rivenditori .row-2 input {
	max-width: 300px;
	border: 1px solid #9ba0a8;
	margin-top: 20px;
	background-color: transparent;
}
#rivenditori .row-2 ::placeholder {
	color: #003057; 
}
.gm-style {
	text-align: center;
}
.gm-style img {
	max-width: 150px;
}
#rivenditori .gm-style h6 {
	color: #003057;
	padding-bottom: 0;
	padding-top: 20px;
}
#rivenditori .card {
	border: 1px solid #9ba0a8;
	padding: 20px;
	text-align: center;
	margin-bottom: 2%;
}
#rivenditori .card img {
	max-width: 150px;
	padding-bottom: 30px;
}
#rivenditori .card h6 {
	color: #003057;
	font-weight: normal;
	 padding-bottom: 10px;
}
#rivenditori .card h5 {
	color: #003057;
	text-transform: uppercase;
}
#rivenditori select {
	width: 250px;
	height: 40px;
	margin-top: 10px;
	font-weight: bold;
	appearance: none;
	background-image: url(img/rivenditori/arrow.svg);
	background-size: 20px auto;
	background-position-x: 10px;
	background-position-y: 10px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-color: transparent;
	outline: none;
}
/*--------------BLOG------------------*/
#blog .row-1 {
	padding: 30px 0;
}
#blog h1 {
	color: #003057;
	font-size: 50px;
}
#blog .row-1 h3 {
	color: #003057;
	font-weight: 300;
}
#blog .pulsante {
	color: #9ba0a8;
}
#blog .pulsante:hover {
	color: #fff;
}
#blog .row-1 .right {
	padding-top: 10px;
}
#blog .row-1 .right .testo {
	padding-top: 20px;
}
#blog .row-1 .right p {
	padding: 20px 0;
}
#blog .row-1 .date {
	font-weight: 700;
	text-transform: uppercase;
	color: #9ba0a8;
	padding-bottom: 20px;
	display: inline-block;
}
#blog .row-2 {
	padding: 60px 5% 30px;
	background-color: #f2f2f2;
}
#blog .row-2 h5 {
	color: #003057;
	padding-bottom: 20px;
}
#blog .row-2 article .testo {
	margin-bottom: 60px;
}
#blog .row-2 article .date {
	display: block;
	color: #003057;
}
#blog .row-2 article a {
	display: grid;
}
#blog .row-2 .testo {
	background-color: #fff;
	padding: 20px;
}
#blog .row-2 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin-top: 20px;
	width: 100%;
}
.pagination {
	text-align: center;
	padding-bottom: 60px;
}
.pagination .current {
	border: 1px solid;
	border-radius: 50%;
	width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
/*--------------SINGOLO BLOG------------------*/
.single-post .row-1 h1 {
	color: #003057;
	font-weight: 300;
	font-size: 30px;
	padding-bottom: 30px;
}
.single-post .row-1 article {
	text-align: center;
	padding-bottom: 30px;
}
.single-post .row-1 .testo {
	text-align: left;
}
.single-post .row-1 h6 {
	color: #003057;
	font-weight: 300;
	padding-top: 30px;
}
.single-post .row-1 .date {
	color: #9ba0a8;
	font-weight: bold;
	padding-bottom: 30px;
	display: inline-block;
}
.single-post .row-1 .testo {
	padding-top: 30px;
}
.single-post .row-1 .testo h5 {
	font-weight: 500;
	color: #003057;
	padding-top: 20px;
}
.single-post .row-1 .share p {
	padding-top: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #9ba0a8;
    font-weight: bold;
    border-top: 1px solid #9ba0a8;
	margin-top: 30px;
}
.single-post .row-1 .share img {
	max-width: 30px;
    max-height: 15px;
    margin-right: 30px;
}
.single-post .row-1 .share .pulsante {
	margin-left: 30px;
	color: #9ba0a8;
}
.single-post .row-1 .share .pulsante:hover {
	color: #fff;
}
.single-post .correlati {
	background-color: #eff1f3;
	padding: 60px 5% 0;
}
.single-post .correlati h3 {
	text-align: center;
	color: #003057;
	font-weight: 300;
	padding-bottom: 30px;
}
.single-post .correlati h5 {
	color: #003057;
}
.single-post .correlati .articolo {
	padding-bottom: 60px;
}
.single-post .correlati article p {
	color: #003057;
	text-transform: none;
	padding-bottom: 0;
	padding-top: 20px;
}
.single-post .correlati article .date {
	display: block;
	color: #003057;
}
.single-post .correlati article .image {
	display: grid;
}
.single-post .correlati article img {
	padding: 0;
}
.single-post .correlati .testo {
	background-color: #fff;
	padding: 20px;
}
.single-post .correlati .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin-top: 20px;
	width: 100%;
}
.single-post .correlati .pulsante {
	margin-left: 30px;
	color: #9ba0a8;
}
.single-post .correlati .pulsante:hover {
	color: #fff;
}
/*--------------CONTATTI------------------*/
#contatti h1 {
	color: #9ba0a8;
	font-size: 50px;
}
#contatti h3 {
	color: #9ba0a8;
	font-weight: 300;
}
#contatti .row-1 {
	padding: 30px 0;
	text-align: center;
}
#contatti .row-1 p {
	padding: 20px 0;
}
#contatti .row-2 {
	padding: 30px 5%;
	background-color: #eff1f3;
	text-align: center;
}
#contatti .row-2 .pulsante {
	margin-top: 30px;
	color: #9ba0a8;
	display: inline-block;
	width: 100px;
	border: 2px solid #9ba0a8;
}
#contatti .row-2 .pulsante:hover {
	color: #fff;
	background-color: #9ba0a8;
}
#contatti .row-2 h6 {
	padding-bottom: 10px;
}
#contatti .wpcf7 {
	text-align: left;
}
#contatti label {
	display: block;
	font-weight: bold;
}
.lavora-con-noi #contatti h3 {
	font-weight: bold;
	font-size: 21px;
}
/*--------------ECOBONUS------------------*/
#detrazioni .row-1 {
	background-image: url(img/ecobonus/banner.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 85vh;
	width: 90%;
	padding: 30px;
	margin: 0 auto;
}
#detrazioni .row-1 h1 {
	font-size: 50px;
}
#detrazioni .row-1 h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
#detrazioni .row-2 {
	text-align: center;
	padding: 30px 0;
}
#detrazioni h3 {
	color: #003057;
	font-weight: 300;
}
#detrazioni .row-3 p {
	padding: 20px 0;
}
#detrazioni .row-3 ul {
	list-style-type: disc;
	list-style-position: inside;
}
#detrazioni .row-3 li {
	padding: 10px 0;
	font-weight: 400;
}
#detrazioni .row-3 .right {
	padding: 20px 0 0;
}
#detrazioni .button {
	width: 100%;
	text-align: center;
	padding: 60px 0;
}
#detrazioni .button .pulsante {
	margin: 0 auto;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
	background-color: #9ba0a8;
	text-transform: none;
}
#detrazioni .button .pulsante:hover {
	background-color: #fff;
	color: #9ba0a8;
}
#detrazioni .row-4 h3 {
	text-align: center;
}
#detrazioni .row-5 .right {
	padding: 30px 0 0;
}
#detrazioni .row-5 h3 {
	text-align: center;
	padding-bottom: 20px;
}
#detrazioni .row-5 p {
	text-align: center;
	padding: 10px;
}
#detrazioni .row-5 .documenti a {
	border: 1px solid #9ba0a8;
	padding: 10px;
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
#detrazioni .row-5 .documenti a img {
	max-width: 150px;
	margin: 0 auto;
}
#detrazioni .row-5 .flex {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
}
#detrazioni .row-5 .flex a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 33%;
}
#detrazioni .row-5 .flex img {
	max-width: 15px;
}
/*--------------CERTIFICAZIONI------------------*/
#certificazioni h3 {
	font-weight: 300;
	color: #9ba0a8;
	font-size: 30px;
}
#certificazioni .row-2 {
	padding: 30px 0;
}
#certificazioni h1 {
	color: #003057;
	font-weight: 300;
	font-size: 41px;
	padding-bottom: 30px;
}
#certificazioni .accordion {
	height: auto;
	justify-content: space-between;
	padding: 20px 0;
}
.accordion::before {
	display: none;
}
.accordion::after {
	content: '+';
    color: #003057;
    float: left;
    font-size: 30px;
    margin-right: 10px;
    font-weight: 300;
}
.accordion.active::after {
  content: "-"; 
  font-size: 30px;
  color: #003057;
  margin-right: 10px;
}
#certificazioni .accordions img {
	max-width: 100px;
	width: 30%;
}
#certificazioni .accordions h5 {
	color: #003057;
	padding: 20px 0;
	font-size: 16px;
	width: 60%;
}
#certificazioni .accordions .panel a {
	font-weight: bold;
	color: #9ba0a8;
	margin: 30px 0;
	display: block;
}
#certificazioni .accordions .panel a img {
	max-width: 20px;
	margin-right: 10px;
}
#certificazioni .row-3 {
	background-color: #eff1f3;
	padding: 30px 5%;
}
/*--------------AZIENDA------------------*/
#azienda .row-1 {
	background-image: url(img/azienda/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	padding: 30px 5%;
	height:40vh;
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}
#azienda h1 {
	font-size: 30px;
	font-weight: bold;
}
#azienda .row-1 h2 {
	font-size: 30px;
	color: #fff;
}
#azienda h3 {
	color: #9ba0a8;
	font-weight: 300;
	padding-bottom: 30px;
}
#azienda .row-2 .uno {
	padding: 30px 0;
}
#azienda .row-2 .due img {
	display: grid;
}
#azienda .row-2 .tre {
	padding: 30px 5%;
	background-image: url(img/azienda/mappa.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#azienda .row-2 .mappa {
	padding: 30px 0;
}
#azienda .row-2 .mappa h3 {
	color: #003057;
	text-align: center;
}
#azienda .row-2 .cerchi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
#azienda .row-2 .cerchi div {
	border: 1px solid;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	padding: 10px;
	margin: 3%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#azienda .row-2 .cerchi h3 {
	font-size: 40px;
	padding-bottom: 0;
}
#azienda .row-3 {
	padding:30px 0 60px;
	border-top: 1px solid #b2b8c1;
}
#azienda .row-3 h3 {
	text-align: center;
	color: #003057;
}
#azienda .row-3 .timeline img {
	max-width: 10px;
	margin-top: 10px;
}
#azienda .row-3 .timeline h3 {
	padding: 20px 0 10px;
	text-align: left;
}
#azienda .hide {
	display:none;
}
#azienda .open {
	display:block;
}
#azienda .hover {
	cursor: pointer;
}
#azienda .row-3 .hover img {
	transition-duration: 1s;
}
#azienda .row-3 .active img {
	transform: rotateZ(90deg);
	transition-duration: 1s;
}
#azienda .row-4 .left {
	padding-bottom: 30px;
}
#azienda .row-4 h3 {
	color: #003057;
}
#azienda .row-4 .right p {
	line-height: 2;
}
#azienda .row-4 .right img {
	max-width: 10px;
	margin-top: 10px;
}
/*--------------TESSUTI------------------*/
#tessuti .row-1 {
	background-image: url(img/tessuti/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	width: 90%;
	height: 60vw;
	padding: 30px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}
#tessuti .row-2 {
	padding: 30px 0;
	text-align: center;
}
#tessuti .row-2 h4 {
	padding-bottom: 20px;
}
#tessuti .row-3 a {
	display: grid;
	position: relative;
	z-index: 0;
}
#tessuti .row-3 .left h2 {
	margin-bottom: -35px;
	position: relative;
	z-index: 1;
}
#tessuti .row-3 .right h2 {
	position: relative;
	z-index: 1;
	margin-top: -40px;
}
/*--------------SINGOLO TESSUTO------------------*/
#categoria-indoor .filtro-tessuti .tab button {
	width: 31%;
}
#categoria-indoor .filtro-tessuti #Installazione .filtro {
	width: 32%;
}
#categoria-indoor .filtro-tessuti #Caratteristiche {
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0;
}
#categoria-indoor .filtro-tessuti #Caratteristiche .filtro,
#categoria-indoor .filtro-tessuti #Trasparenze .filtro {
	width: 31%;
}
.tabcontent.filtri-caratteristiche .filtro {
	background-color: #eff1f3;
	width: 48%;
	margin: 1%;
	text-align: center;
	height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabcontent.filtri-caratteristiche .filtro.active {
	background-color: #003057;
	color: #eff1f3;
}
.tabcontent.filtri-caratteristiche .filtro.active div {
	background-color: transparent;
}
#categoria-indoor .filtro-tessuti .tabcontent .filtro {
	padding-bottom: 0;
}
/*--------------AREA RISERVATA------------------*/
#riservata .row-1 {
	padding: 30px 5%;
}
#riservata h1 {
	color: #003057;
	font-weight: 300;
	font-size: 50px;
}
#riservata .accordion {
	justify-content: space-between;
}
#riservata .wpcf7-form p div {
	padding-bottom: 20px;
	display: block;
}
/*--------------DOWNLOAD------------------*/
#download .row-1 {
	padding: 30px 0;
	height: auto;
}
#download h1 {
	color: #003057;
	font-weight: 300;
	font-size: 50px;
}
#download form {
	max-width: 400px;
	margin: 0 auto;
}
#download form p {
	padding: 10px 0;
}
#download input {
	background-color: #fff;
}
#download .button {
	background-color: #003057;
	color: #fff;
	height: 40px;
	display: block;
	font-size: 16px;
	width: 100%;
	font-family:'NeurialGrotesk-Medium';
	border: none;
}
#download .button:hover {
	opacity: 0.8;
}
section#download {
    overflow: visible;
}
.fascia-registrati {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 60px auto 0;
    text-align: center;
}
.fascia-registrati button {
	background-color: #003057;
    color: #fff;
    height: 40px;
    display: block;
    font-size: 16px;
    width: 100%;
    font-family: 'NeurialGrotesk-Medium';
    border: none;
}
.reg-form-wrapper {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0.45);
    z-index: 100;
    padding: 5%;
}
.reg-form-wrapper[aria-visible="true"] {
    display: flex;
}
.reg-form-wrapper[aria-visible="false"] {
    display: none;
}
.form-registrazione {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ebf1ff;
    box-shadow: 0px 0px 4px 0px #98adb3;
    border-radius: 10px;
    position: relative;
}
.form-registrazione .closebutton {
    color: #232332;
    font-weight: 900;
    position: absolute;
    top: 7px; 
    right: 10px;
    cursor: pointer;
    font-size: 25px;
}
.form-registrazione .flex div {
	margin-top: 20px;
}
.form-registrazione label {
	margin-bottom: 5px;
	display: inline-block;
}
/*--------------PDF------------------*/
section#pdf {
    overflow: unset;
}
#pdf h1 {
	color: #003057;
	font-weight: 300;
	font-size: 50px;
	padding-bottom: 30px;
}
#pdf a.to-search {
    display: flex;
    align-items: center;
    margin: 10px auto;
}
#pdf a.to-search p {
    margin: unset;
}
#pdf .to-search p {
    font-weight: unset;
}
#pdf .doc-ricerca-wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 350px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
#pdf .doc-ricerca-wrap .search-results {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    background-color: #283646;
    color: #ffff;
    padding-top: 30px;
    position: absolute;
    border-radius: 0px 0px 20px 20px;
    top: 20px;
    width: 100%;
}
#pdf .doc-ricerca-wrap.searching .search-results {
    display: flex;
}
.search-results h1,
.search-results h2,
.search-results h3,
.search-results h4,
.search-results h5,
.search-results h6 {
    color: #aab0b4;
}
#pdf .scrollable-results {
    max-height: 350px;
    overflow: hidden auto;
}
#pdf .search-results .inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#pdf .search-results .result {
    padding: 5px;
    display: flex;
    gap: 15px;
    color: #ffff;
    width: 100%;
}
#pdf .search-results .result picture {
    width: 20px;
    height: 20px;
}
#pdf .search-results .result span {
    font-weight: 450;
    color: #ffff;
    width: calc(100% - 20px);
    word-break: break-all;
}
#pdf .ricerca-nei-doc {
    border: 2px solid #537896;
    border-radius: 50px;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
#pdf .ricerca-nei-doc input {
    border: unset;
    outline: unset;
    height: 25px;
    padding: 5px 15px;
    padding-right: 35px;
}
#pdf .ricerca-nei-doc img {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.8;
}
#pdf .ricerca-nei-doc:hover {
    border-color: #003057;
}
#pdf .ricerca-nei-doc:hover img{
   opacity: 1.0;
}
#pdf .accordion {
	justify-content: space-between;
}
#pdf .panel .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
#pdf .panel a {
	width: 100%;
	padding: 10px 0;
    word-break: break-all;
}
#pdf .panel a span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #003057;
	display: inline-block;
	margin-right: 10px;
}
/*--------------SEARCH------------------*/
.ricerca label {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.ricerca h3 {
	color: #003057;
	font-size: 20px;
	font-weight: 300;
}
.ricerca a {
	font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
}
/*--------------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%;
}
#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,
#cmplz-cookies-overview .cmplz-dropdown h5, #cmplz-document .cmplz-dropdown h5, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5 {
	color: #003057;
}

/*--------------SMART HOME------------------*/
#smart .row-1 .image {
	position: relative;
	display: grid;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 50vh;
}
#smart .row-1 h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 20px;
}
#smart .row-1 h4 {
	color: #fff;
}
#smart h3 {
	font-size: 30px;
	font-weight: 400;
	color: #102F54;
	line-height: 1.2;
	padding-bottom: 30px;
}
#smart h4,
#smart h5 {
	color: #003057;
}
#smart h5 {
	font-weight: 400;
}
#smart .row-1 .text {
	justify-content: start;
	align-items: start;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.20);
}
#smart .row-2 {
	padding: 30px 0;
}
#smart .row-2 img {
	margin-top: 30px;
}
#smart .row-2 h5 {
	padding-bottom: 10px;
}
#smart .row-3 .dispositivi {
	text-align: center;
}
#smart .row-3 h4 {
	padding: 30px 0;
}
#smart .row-3 .dispositivi .flex div {
	padding-bottom: 40px;
}
#smart .row-3 .dispositivi .flex img {
	width: 80px;
}
#smart .row-4 h5 {
	padding: 30px 0;
}
#smart .row-4 ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
#smart .row-4 ul li {
	padding: 10px 0;
	font-weight: 400;
}
#smart .row-4 .right {
	margin-top: 30px;
}
#smart .row-5 {
	padding: 30px 0;
}
#smart .row-5 h4 {
	text-align: center;
}
#smart .row-5 div {
	padding: 20px 0;
}
#smart .row-6 .grey {
	background-color: #EBEBEB;
	padding: 10px 5%;
}
#smart .row-6 .titolo {
	padding-top: 30px;
}
#smart .row-6 .flex {
	padding: 30px 0;
}
#smart .row-6 .right {
	margin-top: 30px;
}


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

@font-face {
	font-family:'CenturyGothic';
	src:url('fonts/CenturyGothic/CenturyGothic.eot');
	src:url('fonts/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic/CenturyGothic.woff') format('woff'),
		url('fonts/CenturyGothic/CenturyGothic.ttf') format('truetype'),
		url('fonts/CenturyGothic/CenturyGothic.svg#CenturyGothic') 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 div {
		width: 48%;
	}
	.wpcf7-form .flex .full {
		width: 100%;
	}
	.wpcf7-form .flex-2 .flex {
		width: 100%;
	}
	.wpcf7-form .flex .button p {
		display: flex;
		flex-direction: column;
		align-items: end;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 20px;
	}
	.footer {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
		padding: 60px 5%;
	}
	.footer .column {
		margin: 0;
	}
	.footer .column-1 {
		width: 100%;
	}
	.footer .column-2 {
		width: 33%;
	}
	.tab button {
		font-size: 21px;
	}
/*--------------HOME------------------*/
	#home .row-3 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		padding: 30px 0;
	}
	#home .row-3 .left,
	#home .row-3 .right {
		width: 50%;
		position: relative;
	}
	#home .row-3 h3 {
		position: absolute !important;
		z-index: 1;
	}
/* 	#home .row-3 .left h2 {
		margin-top: -45px;
		right: 0;
	} */

	#home .row-3 .left h3 .title-block-paragraph {
		margin-top: -45px;
		right: 0;
	}
	#home .row-4 {
		padding: 60px 0;
	}
	#home .row-4 .flex {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	#home .row-4 .flex:nth-child(even) {
		flex-direction: row-reverse;
	}
	#home .row-4 .flex:nth-child(even) h2 {
		left: auto;
		right: 0;
	}
	#home .row-4 .left,
	#home .row-4 .right {
		width: 50%;
	}
	#home .row-5 {
		position: relative;
		padding: 0 0 60px;
	}
	#home .row-5 .testo {
		position: absolute;
		margin-top: 60px;
	}
	#home .row-6 h3 {
		text-align: right;
	}
	#home .row-6 .flex {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#home .row-6 .flex .realizzazione {
		width: 48.5%;
		height: 30vw;
		overflow: hidden;
	}
	#home .news h4 {
		padding-bottom: 30px;
	}
	#home .news .articolo {
		padding: 0 3% 60px;
	}
	#home .news article a .image {
		height: 25vw;
		overflow: hidden;
	}
	#home .news h5 {
		height: 70px;
	}
	#home .news .slick-next {
		right: 2%;
	}
	#home .news .slick-prev {
		left: 2%;
	}
/*--------------INDOOR------------------*/
	#indoor .row-2 .column .testo img {
		padding-top: 20px;
	}
	#indoor .row-2 .column .testo {
		padding: 20px;
	}
	.slide-prodotti .slick-dots {
		right: 15%;
	}
/*--------------OUTDOOR------------------*/
	#outdoor .row-2 .column-6 .testo img {
		padding-top: 20px;
	}
	#outdoor .row-2 .column .testo {
		padding: 20px;
	}
	#outdoor .row-3 .soluzioni .flex {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#outdoor .row-3 .soluzioni .reverse {
		flex-direction: row-reverse;
	}
	#outdoor .row-3 .soluzioni .flex .image,
	#outdoor .row-3 .soluzioni .flex .testo {
		width: 50%;
		display: grid;
	}
	#outdoor .row-3 .soluzioni .flex .testo,
	#outdoor .row-3 .flex h4 {
		text-align: center;
	}
	#outdoor .row-3 .soluzioni .flex .testo {
		padding: 5%;
	}
/*--------------CATEGORIA------------------*/
	#categoria-indoor .row-4 a {
		width: 33.33333%;
	}
	#categoria-indoor .row-3 .tabcontent .filtro {
		width: 20%;
	}
	.call-to-action .icon {
		max-width: 50%;
		margin: 0 auto;
	}
	.single-famiglie .slick-dots {
		right: 13%;
	}
/*--------------SINGLE------------------*/
	.single-prodotti .documenti div {
		margin-right: 0;
		width: 50%;
	}
	.single-prodotti .row-1 h3 {
		font-size: 28px;
	}
/*--------------REALIZZAZIONI------------------*/
	#realizzazioni .realizzazioni {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
		padding-bottom: 60px;
	}
	#realizzazioni .realizzazioni .realizzazione {
		width: 49%;
		margin-bottom: 2%;
		overflow: hidden;
		height: 30vw;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
/*--------------REALIZZAZIONE SINGOLA------------------*/
	.single-realizzazione .dettagli {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
	}
	.single-realizzazione .dettagli .column {
		width: 30%;
	}
	.single-realizzazione .slick-dots {
		right: 13%;
	}
	.single-realizzazione .row-1 .slick-dots {
		right: 12%;
	}
/*--------------GALLERY------------------*/
	.grid-item {
		width: 49.7%;
	}
	#gallery .filtro {
		width: 31%;
	}
/*--------------RIVENDITORI------------------*/
	#rivenditori .row-2 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	#rivenditori .row-2 .left {
		width: 40%;
		padding:0 2%;
	}
	#rivenditori .row-2 .right {
		width: 60%;
		padding:0 2%;
	}
	#rivenditori .row-2 .right {
		text-align: left;
		margin-top: 0;
	}
	#rivenditori .row-2 .left {
		text-align: right;
	}
	#rivenditori .row-2 img {
		max-width: 150px;
	}
	#rivenditori .blocchi {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#rivenditori .blocchi .card {
		width: 49%;
	}
/*--------------BLOG------------------*/
	#blog .row-2 {
		padding: 60px 5% 0;
	}
	#blog .row-2 article {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#blog .row-2 article .articolo {
		width: 46%;
		margin:0 2%;
	}
	#blog .row-2 .articolo a {
		height: 24vw;
		overflow: hidden;
	}
	#blog .row-2 .articolo .testo a {
		height: auto;
	}
	#blog .row-2 h5 {
		height: 70px;
	}
/*--------------BLOG SINGOLO------------------*/
	.single-post .correlati article a .image {
		height: 40vh;
		overflow: hidden;
	}
	.single-post .correlati h5 {
		height: 70px;
	}
/*--------------ECOBONUS------------------*/
	#detrazioni .row-1 {
		aspect-ratio: 16/9;
		height: auto;
	}
	#detrazioni .row-1 h2 {
		width: 50%;
	}
	#detrazioni .row-5 .documenti {
		display: flex;
		justify-content: space-around;
		flex-direction: row;
	}
	#detrazioni .row-5 .documenti a {
		width: 48%;
		display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}
/*--------------CERTIFICAZIONI------------------*/
	#certificazioni .riga {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
	#certificazioni .riga img {
		width: 20%;
	}
	#certificazioni .riga div {
		width: 70%;
	}
	#certificazioni .garanzie h5 {
		padding: 0 0 20px;
	}
	#certificazioni .accordion.active {
		padding:20px 0 0;
	}
	#certificazioni .accordions h5 {
		padding: 0;
	}
	#certificazioni .panel p {
		margin: 30px auto;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-3 .timeline .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
		flex-wrap: wrap;
		padding-bottom: 60px;
	}
	#azienda .row-3 .timeline .flex h3 {
		text-align: right;
	}
	#azienda .row-3 .timeline .reverse {
		flex-direction: row-reverse;
	}
	#azienda .row-3 .timeline .reverse h3 {
		text-align: left;
	}
	#azienda .row-3 .timeline .reverse p {
		text-align: right;
	}
	#azienda .row-3 .timeline .reverse a {
		text-align: right;
		display: block;
	}
	#azienda .row-3 .timeline .flex h3,
	#azienda .row-3 .timeline .flex div {
		width: 45%;
	}
	#azienda .row-3 .timeline .flex span {
		width: 15px;
		height: 15px;
		display: inline-block;
		background-color: #003057;
		border-radius: 50%;
		margin-top: 10px;
	}
	#azienda .row-3 .timeline h3 {
		padding: 0;
	}
	#azienda .row-3 .divider {
		position: absolute;
		width: 1px;
		height: 100%;
		display: block;
		top: 80px;
		left: 50%;
		background-color: #003057;
	}
	#azienda .row-4 .hover img {
		transition-duration: 1s;
	}
	#azienda .row-4 .active img {
		transform: rotateZ(90deg);
		transition-duration: 1s;
	}
/*--------------TESSUTI------------------*/
	#tessuti .row-1 {
		height: 40vw;
	}
	#tessuti .row-2 {
		padding: 30px 0 60px;
	}
	#tessuti .row-3 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		padding: 30px 0 60px;
	}
	#tessuti .row-3 .left,
	#tessuti .row-3 .right {
		width: 50%;
		position: relative;
	}
	#tessuti .row-3 h3 {
		position: absolute !important;
		z-index: 1;
	}
	#tessuti .row-3 .left h2 {
		margin-top: -45px;
		right: 0;
	}
/*--------------SINGOLO TESSUTO------------------*/
	#categoria-indoor .filtro-tessuti .filtri-caratteristiche .filtro {
		width: 31%;
		height: 60px;
	}
	.single-prodotti .tessuti-indoor .row-1,
	.single-prodotti .tessuti-outdoor .row-1 {
		float: left;
		width: 50%;
		padding: 0 5%;
	}
	.single-prodotti .tessuti-indoor .row-2,
	.single-prodotti .tessuti-outdoor .row-2 {
		float: left;
		width: 50%;
		padding: 0 5%;
	}
	.single-prodotti .tessuti-indoor .row-2,
	.single-prodotti .tessuti-outdoor .row-2 {
		padding-top: 25%;
	}
	.single-prodotti .tessuti-indoor .row-2 .left .flex, 
	.single-prodotti .tessuti-outdoor .row-2 .left .flex {
		justify-content: end;
	}
	.single-prodotti .tessuti-indoor .row-2 .left .flex .icona-tessuto, 
	.single-prodotti .tessuti-outdoor .row-2 .left .flex .icona-tessuto {
		width: auto;
	}
	.single-prodotti .tessuti-indoor .row-3,
	.single-prodotti .tessuti-outdoor .row-3 {
		clear: both;
		width: 100%;
		padding: 0 5%;
	}
	.single-prodotti .tessuti-indoor .row-3 .modelli .modello,
	.single-prodotti .tessuti-outdoor .row-3 .modelli .modello {
		width: 30%;
	}
	.single-prodotti .tessuti-indoor .row-2,
	.single-prodotti .tessuti-outdoor .row-2 {
		padding-top: 0;
	}
	.single-prodotti .tessuti-indoor .row-2 .left,
	.single-prodotti .tessuti-outdoor .row-2 .left {
		align-items: end;
	}
	.single-prodotti .row-3A .icona-tessuto {
		width: 16%;
	}
/*--------------PDF------------------*/
	.document-popup .doc-holder .scrollable-docs {
		grid-template-columns: 1fr 1fr;
	}

/*--------------LASCIATI ISPIRARE------------------*/
	#ispirare .row-4 .modelli .modello .icon {
		flex-direction: row;
	}
	#ispirare .row-4 .modelli .modello .icon .motore {
		width: 40%;
		margin-bottom: 0;
	}
	#ispirare .row-4 .modelli .modello .icon .dimensioni {
		width: 60%;
	}
/*--------------SMART HOME------------------*/
	#smart .row-1 h3 {
		font-size: 28px;
		line-height: 35px;
		padding-top: 20px;
	}
	#smart .row-1 .text {
		padding: 30px;
	}
	#smart .row-1 .image {
		height: 40vh;
	}
	#smart .row-3 .dispositivi .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#smart .row-3 .dispositivi .flex div {
		width: 30%;
	}
}
@media only screen and (min-width:1024px) {
	.footer .column-1 {
		width: 38%;
	}
	.footer .column-2 {
		width: 20%;
	}
/*--------------HOME------------------*/
	#home .row-1 {
		height: auto;
		aspect-ratio: 16/9;
		padding-left: 10%;
	}
	/* #home .row-3 .left h2 {
		margin-top: -65px;
		margin-right: 30px;
	} */
	#home .row-3 .left h3 .title-block-paragraph {
		margin-top: -65px;
		margin-right: 30px;
	}
	#home .row-3 .right h3 {
		margin-top: -50px;
		margin-left: 30px;
	}
	#home .row-4 {
		padding: 120px 0;
	}
	#home .row-4 .left {
		padding: 95px;
	}
	#home .row-6 h3 {
		margin-bottom: -50px;
	}
	#home .news {
		padding: 60px 5% 120px;
	}
	#home .news article {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#home .news article .articolo {
		width: 29%;
		margin:0 2%;
		padding: 0 3%;
	}
	#home .news article a .image {
		height: 15vw;
		overflow: hidden;
	}
	#home .news .slick-next {
	    right: 1%;
	    top: 105%;
	}
	#home .news .slick-prev {
	    top: 105%;
	    left: 3%;
	}
/*--------------INDOOR------------------*/
	.slide-indoor .slick-dots {
		right: 8.5%;
		bottom: -1%;
	}
	.slide-indoor .slick-prev {
		right: 20%;
	}
	#indoor .row-2 {
		position: relative;
		padding: 60px 0;
	}
	#indoor .row-2 h4 {
		font-size: 21px;
	}
	#indoor .row-2 .left {
		max-width: 45vw;
		position: absolute;
	}
	#indoor .row-2 .right {
		padding-top: 0;
	}
	#indoor .row-2 .column .uno div, 
	#indoor .row-2 .column .due div {
		width: 20%;
	}
	#indoor .row-2 .column .uno, 
	#indoor .row-2 .column .due {
		justify-content: flex-end;
	}
	#indoor .row-2 .column .testo {
		text-align: right;
	}
	#indoor .row-2 .column .due {
		flex-direction: row;
	}
	#indoor .row-2 .column-3,
	#indoor .row-2 .column-4 {
		display: flex;
		justify-content: end;
	}
	#indoor .row-2 .column-3 .uno,
	#indoor .row-2 .column-3 .due {
		width: 40%;
	}
	#indoor .row-2 .column-3 .uno div,
	#indoor .row-2 .column-3 .due div {
		width: 50%;
	}
	#indoor .row-2 .column-4 .uno {
		width: 40%;
	}
	#indoor .row-2 .column-4 .due {
		width: 60%;
	}
	#indoor .row-2 .column-4 .uno div {
		width: 50%;
	}
	#indoor .row-2 .column-4 .due div {
		width: 33.3333333%;
	}
/*--------------OUTDOOR------------------*/
	#outdoor .row-2 {
		position: relative;
		padding: 60px 0;
	}
	#outdoor .row-2 h4 {
		font-size: 21px;
	}
	#outdoor .row-2 .left {
		max-width: 45vw;
		position: absolute;
	}
	#outdoor .row-2 .right {
		padding-top: 0;
	}
	#outdoor .row-2 .column .uno div, 
	#outdoor .row-2 .column .due div {
		width: 20%;
	}
	#outdoor .row-2 .column .uno, 
	#outdoor .row-2 .column .due {
		justify-content: flex-end;
	}
	#outdoor .row-2 .column .testo {
		text-align: right;
	}
	#outdoor .row-2 .column .due {
		flex-direction: row;
	}
	#outdoor .row-2 .column-3,
	#outdoor .row-2 .column-4 {
		display: flex;
		justify-content: end;
	}
	#outdoor .row-2 .column-3 .uno,
	#outdoor .row-2 .column-3 .due {
		width: 40%;
	}
	#outdoor .row-2 .column-3 .uno div,
	#outdoor .row-2 .column-3 .due div {
		width: 50%;
	}
	#outdoor .row-2 .column-4 .uno {
		width: 40%;
	}
	#outdoor .row-2 .column-4 .due {
		width: 60%;
	}
	#outdoor .row-2 .column-4 .uno div {
		width: 50%;
	}
	#outdoor .row-2 .column-4 .due div {
		width: 33.3333333%;
	}
	#outdoor .row-2 .column-6 .uno .testo {
		width: 35%;
		padding: 0 20px;
		display: flex;
	    flex-direction: column;
	    align-items: flex-end;
	}
	#outdoor .row-2 .column-6 .uno .testo p {
		max-width: 280px;
	}
	#outdoor .row-3 {
		padding: 0 0 60px;
	}
	.ecobonus {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		position: relative;
	}
	.ecobonus div {
		width: 50%;
	}
	.ecobonus h2 {
		position: absolute;
		top: 0;
		left: 5%;
		z-index: 1;
	}
	.ecobonus h4 {
		font-size: 20px;
	}
	.ecobonus .left {
		padding: 80px 30px 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.ecobonus .right {
		display: grid;
	}
/*--------------LASCIATI ISPIRARE------------------*/
	#ispirare .row-2 {
		padding: 60px 0;
	}
	#ispirare .row-3 .tabcontent {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	#ispirare .row-3 .tabcontent .filtro {
		width: auto;
		padding-bottom: 60px;
	}
	#ispirare .row-4 {
		padding: 0 0 60px;
	}
	#ispirare .row-4 .modelli {
		width: 33.33333%;
		padding: 2%;
		margin-bottom: 0;
	}
/*--------------CATEGORIA------------------*/
	#categoria-indoor .row-1 .image {
		display: flex !important;
	    align-items: center;
	    justify-content: center;
	}
	#categoria-indoor .row-2 {
		padding: 60px 0;
	}
	#categoria-indoor .row-3 .tabcontent {
		flex-wrap: nowrap;
	}
	#categoria-indoor .row-4 a {
		width: 25%;
		margin-bottom: 5%;
	}
	.slide-prodotti .slick-dots {
	    right:9vw;
	}
	.slide-prodotti .slick-prev {
		right: 25%;
	}
	#categoria-indoor .row-4 .tessuto-image img {
		height: 10vw;
	}
/*--------------SINGLE------------------*/
	.single-prodotti .row-1 .text {
		padding: 30px;
	}
	.single-prodotti .row-1 h1 {
		padding-bottom: 15px;
	}
	.single-prodotti .row-1 .image {
		display: flex !important;
	    align-items: center;
	    justify-content: center;
	}
	.single-prodotti .row-2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
	.single-prodotti .row-2 .left,
	.single-prodotti .row-2 .right {
		width: 50%;
	}
	.single-prodotti .row-2 .left {
		padding: 60px 30px;
	}
	.single-prodotti .slick-slide div {
		display: grid;
	}
	.single-prodotti .slick-dots {
		margin-bottom: 30px;
		right: 5vw;
		top: 105%;
	}
	.single-prodotti .slick-next {
	    top: 105%;
	    margin-bottom: 30px;
	}
	.single-prodotti .slick-prev {
	    top: 105%;
	    margin-bottom: 30px;
	}
	.single-prodotti .row-3 .modelli {
		justify-content: flex-start;
	}
	.single-prodotti .row-3 .modelli .modello {
		width: 25%;
		padding-right: 5%;
	}
	.single-prodotti .tabella th:nth-last-child(1),
	.single-prodotti .tabella td:nth-last-child(1) {
		border-right: none;
	}
	.single-prodotti .tabella {
		overflow-x: auto;
	}
	.single-prodotti .tabella th {
		min-width: 120px;
		width: 11%;
	}
/*--------------REALIZZAZIONI------------------*/
	#realizzazioni .text {
		padding: 5%;
	}
	#realizzazioni .filtro {
		width: 12%;
		cursor: pointer;
		height: 60px;
	    display: flex;
	    justify-content: center;
	    align-items: center;

	}
/*--------------REALIZZAZIONE SINGOLA------------------*/
	.single-realizzazione .dettagli {
		padding-bottom: 60px;
	}
	.single-realizzazione .slick-dots {
		right: 9vw;
	}
	.single-realizzazione .slick-prev {
		right: 20vw !important
	}
	.single-realizzazione .row-1 .slick-dots {
		right: 9%;
	}
/*--------------GALLERY------------------*/
	#gallery .filtro {
		width: 15%;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0.5%;
	}
/*--------------RIVENDITORI------------------*/
	#rivenditori .row-2 {
		padding: 60px 0;
	}
	#rivenditori .blocchi .card {
		width: 31.33333%;
		margin:30px 1%;
	}
	#rivenditori .blocchi {
		justify-content: start;
	}
/*--------------BLOG------------------*/
	#blog .row-1 article {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: row-reverse;
	}
	#blog .row-1 article .left,
	#blog .row-1 article .right {
		width: 45%;
	}
	#blog .row-1 h3 {
		text-align: right;
	}
	#blog .row-1 article .right {
		text-align: right;
		padding-top: 0;
	}
	#blog .row-1 article .right .pulsante {
		display: inline-block;
	}
	#blog .row-2 .articolo a {
		height: 15vw;
	}
/*--------------BLOG SINGOLO------------------*/
	.single-post .correlati article {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.single-post .correlati article .articolo {
		width: 29%;
		margin:0 2%;
	}
	.single-post .correlati article a .image {
		height: 12vh;
		overflow: hidden;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 {
		height: 40vw;
	}
	#azienda .row-1 h2 {
		max-width: 50%;
	}
	#azienda .row-2 .uno,
	#azienda .row-2 .due,
	#azienda .row-2 .tre .flex,
	#azienda .row-4 {
		display: flex;
		flex-direction: row-reverse;
		align-items: start;
		justify-content: space-between;
	}
	#azienda .row-2 .uno h3,
	#azienda .row-2 .uno p {
		width: 48%;
	}
	#azienda .row-2 .uno p {
		text-align: right;
	}
	#azienda .row-2 .due img {
		width: 50%;
	}
	#azienda .row-2 .tre .flex h3,
	#azienda .row-2 .tre .flex p {
		width: 48%;
	}
	#azienda .row-2 .tre .flex p {
		text-align: right;
	}
	#azienda .row-2 .cerchi {
		justify-content: space-between;
	}
	#azienda .row-2 .cerchi div {
		margin: 1%;
	}
	#azienda .row-3 {
		padding-bottom: 0;
	}
	#azienda .row-4 {
		flex-direction: row;
	}
	#azienda .row-4 .left {
		width: 50.1%;
	}
	#azienda .row-4 .right {
		width: 49.9%;
	}
	#azienda .row-4 .right {
		padding:0 30px;
	}
/*--------------TESSUTI------------------*/
	#tessuti .row-2 p {
		max-width: 850px;
		margin: 0 auto;
		font-size: 16px;
	}
	#tessuti .row-3 .left h2 {
		margin-top: -65px;
		margin-right: 30px;
	}
	#tessuti .row-3 .right h2 {
		margin-top: -50px;
		margin-left: 30px;
	}
/*--------------SINGOLO TESSUTO------------------*/
	#categoria-indoor .filtro-tessuti .filtri-installazione,
	#categoria-indoor .filtro-tessuti .filtri-caratteristiche {
		flex-wrap: wrap;
	}
	#categoria-indoor .filtro-tessuti .filtri-installazione .filtro 
	#categoria-indoor .filtro-tessuti .filtri-caratteristiche .filtro {
		width: 24%;
		margin: 0.5%;
	}
	.single-prodotti .tessuti-indoor .row-1 .text,
	.single-prodotti .tessuti-outdoor .row-1 .text {
		padding: 30px 0 0;
	}
	.single-prodotti .tessuti-indoor .row-2 .left,
	.single-prodotti .tessuti-outdoor .row-2 .left {
		width: 100%;
	}
	.single-prodotti .tessuti-indoor .row-3 .modelli .modello,
	.single-prodotti .tessuti-outdoor .row-3 .modelli .modello {
		width: 25%;
	}
	.single-prodotti .row-3A .icona-tessuto {
		width: 12%;
	}
/*--------------DOWNLOAD------------------*/
	#download .row-1 {
		padding: 60px 0;
	}
	#download h1 {
		padding-bottom: 60px;
	}
/*--------------CERTIFICAZIONI------------------*/
	#certificazioni .row-2 {
		padding: 60px 0;
	}
	#certificazioni .row-3 {
		padding: 60px 5%;
	}
/*--------------PDF------------------*/
	#pdf h1 {
		padding-bottom: 60px;
	}
	#pdf .panel {
		padding: 0;
	}
	#pdf .panel a {
		width: 100%;
	}
	#pdf .accordion {
		font-size: 18px;
	}
/*--------------FAMIGLIE------------------*/
	.single-famiglie .slick-dots {
		right: 9vw;
	}
	.single-famiglie .slick-prev {
		right: 20vw !important
	}
/*--------------SMART HOME------------------*/
	#smart .row-1 .image {
		height: 40vw;
	}
	#smart .row-2 {
		padding: 60px 0;
	}
	#smart .row-2 h3 {
		text-align: center;
	}
	#smart .row-2 .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#smart .row-2 .flex .left,
	#smart .row-2 .flex .right {
		width: 45%;
	}
	#smart .row-2 img {
		margin-top: 0;
	}
	#smart .row-3 .dispositivi .flex {
		justify-content: space-evenly;
	}
	#smart .row-3 .dispositivi .flex div {
		width: 20%;
	}
	#smart .row-4 h4 {
		text-align: center;
		padding: 60px 0;
	}
	#smart .row-4 .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 30px;
	}
	#smart .row-4 .flex .left,
	#smart .row-4 .flex .right {
		width: 48%;
	}
	#smart .row-4 .right {
		margin-top: 0;
	}
	#smart .row-4 h5 {
		padding: 0 0 30px;
	}
	#smart .row-5 .flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#smart .row-5 .flex div {
		width: 31%;
	}
	#smart .row-5 p {
		line-height: 1.6;
	}
	#smart .row-6 .titolo {
		text-align: center;
		padding-top: 60px;
	}
	#smart .row-6 .flex {
		padding: 60px 0 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#smart .row-6 .flex .left,
	#smart .row-6 .flex .right {
		width: 48%;
	}
	#smart .row-6 .right {
		margin-top: 0;
	}


}
@media only screen and (min-width:1280px) {
	h1 {
		font-size: 100px;
		line-height: 1;
	}
	h3 {
		font-size: 40px;
	}
	h5 {
		font-size: 25px;
	}
	h4 {
		font-size: 36px;
	}
	h2 {
		font-size: 80px;
	}
	#home .row-3 h3{
		font-size: 80px!important;
	}
	.slide-indoor .slick-prev, 
	.slide-indoor .slick-next {
		top: 101%;
	}
	.slide-indoor .slick-dots {
		right: 120px;
		bottom: -1%;
	}
	.preheader {
		display: flex;
		justify-content: end;
		text-align: right;
		padding-right: 0;
	}
	.wpml-ls-legacy-dropdown {
		display: inline;
	}
	.wpml-ls-legacy-dropdown a {
		background-color: transparent;
		color: #003057;
		border: none;
		font-weight: 700;
		width: 55px;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		border: none;
		background-color: #fff;
		width: 40px;
		text-align: center;
		background-color: #fff;
		right: 10px;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
		width: auto;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
	.wpml-ls-legacy-dropdown a:focus, 
	.wpml-ls-legacy-dropdown a:hover {
		background-color: transparent;
		color: #003057;
		text-decoration: none;
		border: none;
	}
	/* nav */
	.header {
		line-height: normal;
		height: 120px;
		width: 90%;
		margin: 0 auto;
	}
	.open .nav {
		display: block !important;
	}
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: absolute;
		top: 50px;
	}
	.nav ul {
		text-align: right;
		display: inline-block
	}
	.nav ul li {
		padding: 0 0 0 15px;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		padding: 0;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		color: #003057;
		letter-spacing: 1px;
	}
	.close .nav {
		display: block !important;
	}
	#menu-item-42 {
		padding: 0 0 0 15px;
	}
	.nav .desktop {
	    display: block;
	}
	.nav .desktop .after a {
		width: 20px;
	}
	.nav .desktop .icon-blu {
		display: inline-block;
	}
	.nav .desktop .icon-white {
		display: none;
	}
	.home .nav .desktop .icon-blu {
		display: none;
	}
	.home .nav .desktop .icon-white {
		display: inline-block;
	}
	.nav .mobile,
	.menu-mobile,
	.nav-left {
	    display: none;
	}
	.close .nav-left {
		display: none !important;
	}
	.nav-left {
		background-color: #eff1f3;
		width: 22vw;
		margin-top: -25px;
		z-index: 15;
		position: relative;
		height: 100vh;
		margin-left: -6%;
	}
	.close .nav-left ul {
		display: none !important;
	}
	.nav-left ul {
		padding:100px 0 0 5vw;
	}
	.nav-left li {
		padding: 10px 0;
		line-height: 1;
	}
	.nav-left a {
		color: #003057;
	}
	.nav-left .social {
		padding-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		padding: 50px;
	}
	.nav-left .social p {
		color: #b0b8c2;
		margin-bottom: 20px;
	}
	.nav-left .social div {
		display: flex;
		justify-content: start;
		align-items: flex-start;
		width: 100%;
	}
	.nav-left .social div a {
		margin-right: 50px;
	}
	.nav-left .social img {
		max-width: 30px;
		max-height: 15px;
	}
	.openclose {
		display: none;
	}
	.logo {
		max-width: 150px;
		width: 100%;
		top: 45px;
		left: 4%;
	}
	.logo img {
		max-width: 150px;
	}
	.open .logo {
		top: 45px;
		left: 8.7%;
	}
	.open .logo .logo-header {
		display: none;
	}
	.open .logo .logo-left {
		display: block;
	}
	.close .logo .logo-header {
		display: none;
	}
	.close .logo .logo-left {
		display: inline-block;
	}
	.openclose-left {
		display: block;
		position: absolute;
		top: 39px;
		left: 0;
		z-index: 12;
		cursor: pointer;
	}
	.open .openclose-left {
		display: flex;
		position: absolute;
		z-index: 999;
		top: 49px;
		width: 25px;
	}
	.openclose-left .iconbar {
		height: 4px;
		width: 30px;
		background-color: #b1b8c2;
		display: block;
		margin: 7.5px 0;
	}
	.openclose-left img {
		max-width: 25px;
	}
	.openclose-left .uno {
		width: 30px;
		transition-duration: 1s;
		-webkit-transition-duration: 1s;
		-o-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-ms-transition-duration: 1s;
	}
	.openclose-left .tre {
		width: 30px;
		transition-duration: 1s;
		-webkit-transition-duration: 1s;
		-o-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-ms-transition-duration: 1s;
	}
	.openclose-left:hover .uno {
		width: 30px;
		transition-duration: 1s;
		-webkit-transition-duration: 1s;
		-o-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-ms-transition-duration: 1s;
	}
	.openclose-left:hover .tre {
		width: 30px;
		transition-duration: 1s;
		-webkit-transition-duration: 1s;
		-o-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-ms-transition-duration: 1s;
	}
	.nav-left ul {
	    padding: 100px 0 0 5.5vw;
	}
	.nav-left .social {
		padding: 5.5vw 2vw 0 5.5vw;
	}
	.footer .column-1 {
		width: 25%;
	}
	.footer .column-2 {
		width: 15%;
	}
	.footer .column-3 {
		width: 25%;
		padding-top: 0;
	}
/*--------------HOME------------------*/
	.home .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle,
	.home .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:hover {
		color: #fff;
	}
	.home .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
		color: #003057;
	}
	.home .nav-left {
		width: 26vw;
	}
	.home .preheader {
		padding-right: 5%;
	}
	.home .header {
		margin-left: 5%;
		width: 95%;
	}
	.home .nav {
		width: 95%;
	}
	.home .nav ul li a {
		color: #fff;
	}
	.home .nav a:after {
		background-color: #fff;
	}
	.home .nav a:hover::after {
		background-color: #fff;
	}
	.home .openclose-left .iconbar {
		background-color: #b1b8c2;
	}
	#home .row-2 p {
		max-width: 850px;
		margin: 0 auto;
	}
	#home .row-5 img {
		max-width: 1000px;
		margin: 0 auto;
		display: block;
	}
	#home .row-5 .testo {
		margin-top: 100px;
		margin-left: 5%;
	}
	#home .news h5 {
		font-size: 18px;
	}
	.slide-famiglia .slick-dots {
	    right: 10vw;
	}
/*--------------INDOOR------------------*/
	#indoor .row-2 .left. p {
		font-size: 16px;
		line-height: 2;
	}
/*--------------OUTDOOR------------------*/
	#outdoor .row-2 .left p {
		font-size: 16px;
		line-height: 2;
	}
	#outdoor .row-3 .soluzioni .flex .testo {
		padding: 0 120px;
	}
	#outdoor .row-3 h4 {
		font-size: 42px;
	}
	#outdoor .row-3 .flex h4 {
		font-size: 36px;
	}
	.ecobonus h2 {
		font-size: 7vw;
	}
	.ecobonus h4 {
		font-size: 30px;
	}
/*--------------TESSUTI------------------*/
	#tessuti .row-2 p {
		font-size: 16px;
		line-height: 2;
	}
/*--------------LASCIATI ISPIRARE------------------*/
	#ispirare h1 {
		font-size: 60px;
	}
	#ispirare .row-3 .tabcontent img {
		max-height: 30px;
	}
	#ispirare .row-3 .desktop {
		display: block;
	}
	#ispirare .row-3 .tab .desktop {
		width: 100%;
	}
	#ispirare .row-3 .mobile {
		display: none !important;
	}
	#ispirare .row-3 .tab button {
		width: 50%;
		text-align: left;
	}
/*--------------CATEGORIA------------------*/
	#categoria-indoor h1 {
		font-size: 60px;
	}
    .content .tabcontent {
		display: flex !important;
	}
	#Comando {
		width: 50%;
	}
	#Utilizzo,
	#Comando {
		float: left;
	}
	.tab button {
		pointer-events: none;
	}
	#categoria-indoor .row-3 .tabcontent img {
		max-height: 30px;
	}
	#categoria-indoor .row-4 a {
		width: 20%;
		padding: 0 1%;
	}
	.correlati .text {
		padding: 40px;
	}
/*--------------SINGLE------------------*/
	.single-prodotti .row-1 h1 {
		font-size: 60px;
	}
	.single-prodotti .row-1 h3 {
	    font-size: 35px;
	}
	.single-prodotti .row-3 {
		padding: 60px 0 0;
	}
	.single-prodotti .row-3 .modelli .modello {
		margin-bottom: 5%;
	}
/*--------------GALLERY------------------*/
	.grid-item {
		width: 33.0%;
	}
	#gallery .filtri-gallery {
		padding: 60px 0;
	}
/*--------------REALIZZAZIONI------------------*/
	#realizzazioni .filtri-realizzazioni {
		padding: 60px 0;
	}
/*--------------RIVENDITORI------------------*/
	#rivenditori .blocchi .card {
		width: 23%;
	}
	#rivenditori .card h5 {
		font-size: 18px;
	}
/*--------------BLOG------------------*/
	#blog .row-1 {
		padding: 30px 0 60px;
	}
	#blog .row-1 h3 {
		padding-bottom: 0;
	}
	#blog .row-1 article .right {
	    display: flex;
	    align-items: end;
	    flex-direction: column;
	}
	#blog .row-1 article .right div {
		max-width: 500px;
	}
	#blog .row-2 article .articolo {
		width: 29%;
	}
	#blog .row-2 h5 {
		font-size: 18px;
	}
/*--------------SINGOLO BLOG------------------*/
	.single-post .row-1 article {
		max-width: 800px;
		margin: 0 auto;
		padding-bottom: 60px;
		position: relative;
	}
	.single-post .row-1 .share {
		position: absolute;
		top: 110px;
		right: -23%;
		z-index: 1;
	}
	.single-post .row-1 .share p {
		flex-direction: column;
	}
	.single-post .row-1 .share img {
		margin-right: 0;
		margin-top: 20px;
	}
	.single-post .row-1 .share .pulsante {
		margin-left: 0;
		margin-top: 20px;
	}
	.single-post .correlati h5 {
		font-size: 18px;
	}
	.single-post .correlati article a .image {
	    height: 15vh;
	    overflow: hidden;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		padding: 30px 0 60px;
	}
	#contatti .row-1 p {
		padding: 20px 0 60px;
	}
	#contatti .row-2 {
		padding: 60px 0;
	}
	#contatti .wpcf7-form {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#contatti .wpcf7-form p {
		width: 100%;
		padding:0 0 20px;
	}
	#contatti .wpcf7-form .flex {
		flex-direction: column;
		width: 32%;
	}
	#contatti .wpcf7-form .flex div {
		width: 100%;
	}
	#contatti .wpcf7-form .full {
		width: 100%;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: nowrap;
		align-items: center;
	}
	#contatti .wpcf7-form .full div {
		width: auto;
		margin-bottom: 20px;
	}
	#contatti .wpcf7-form .full .button {
		margin-left: 30px;
		margin-bottom: 0;
	}
	#contatti .wpcf7-form textarea {
		height: 140px;
	}
	#contatti .wpcf7-acceptance {
		margin-top: 0;
	}
	#contatti .wpcf7-submit {
		margin-top: 0;
	}
/*--------------ECOBONUS------------------*/
	#detrazioni .row-2 {
		padding: 60px 0;
	}
	#detrazioni .row-3 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
	#detrazioni .row-3 .left, 
	#detrazioni .row-3 .right {
		width: 48%;
	}
	#detrazioni .accordion {
		font-size: 18px;
	}
	#detrazioni .row-5 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row; 
	}
	#detrazioni .row-5 .left,
	#detrazioni .row-5 .right {
		width: 50%;
	}
	#detrazioni .row-5 .right {
		padding: 30px;
	}
	#detrazioni .row-5 h3 {
		padding-bottom: 30px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-2 .uno {
	    padding: 60px 0;
	}
	#azienda .row-2 .uno p {
		font-size: 16px;
		line-height: 2;
	}
	#azienda h3 {
		padding-bottom: 0;
	}
	#azienda .row-2 .tre {
		padding: 60px 5%;
		background-size: 100% auto;
	}
	#azienda .row-2 .mappa {
		padding: 60px 0 0;
	}
	#azienda .row-2 .cerchi {
		padding-top: 30px;
	}
	#azienda .row-3 h3 {
		padding-bottom: 30px;
	}
	#azienda .row-3 .divider {
		top: 130px;
	}
	#azienda .row-3 .timeline h3 {
		line-height: 1;
	}
	#azienda .row-3 .timeline {
		max-width: 800px;
		margin: 0 auto;
	}
	#azienda .row-2 .tre .flex p {
		font-size: 16px;
		line-height: 2;
	}
	#azienda .row-4 .right {
		padding: 0 40px;
	}
	#azienda .row-4 h3 {
		line-height: 1;
		padding-bottom: 30px;
	}
/*--------------SINGOLO TESSUTO------------------*/
	#categoria-indoor .filtro-tessuti .tab button {
		text-align: left;
	}
	#categoria-indoor .filtro-tessuti .tab .uno,
	#categoria-indoor .filtro-tessuti #Utilizzo,
	#categoria-indoor .filtro-tessuti #Comando {
		width: 66%;
	}
	#categoria-indoor .filtro-tessuti #Utilizzo,
	#categoria-indoor .filtro-tessuti #Comando {
		margin-right: 0;
	}
	#categoria-indoor .filtro-tessuti .tab .due,
	#categoria-indoor .filtro-tessuti #Installazione {
		width: 30%;
	}
	#categoria-indoor .filtro-tessuti .full,
	#categoria-indoor .filtro-tessuti .full .tre {
		width: 100%;
	}
	#categoria-indoor .filtro-tessuti .filtri-caratteristiche,
	#categoria-indoor .filtro-tessuti .filtri-installazione {
		display: flex;
	}
	#categoria-indoor .filtro-tessuti .full {
		padding-top: 60px;
	}
	#categoria-indoor .filtro-tessuti #Caratteristiche .filtro {
		width: 18%;
	}
	.single-prodotti .tessuti-indoor .row-3 .modelli .modello,
	.single-prodotti .tessuti-outdoor .row-3 .modelli .modello {
		width: 16.666666%;
	}
	.single-prodotti .tessuti-indoor .row-2 .left,
	.single-prodotti .tessuti-outdoor .row-2 .left {
		padding: 0;
	}
	#categoria-indoor .filtro-tessuti #Caratteristiche {
		justify-content: center;
	}
/*--------------AREA RISERVATA------------------*/
	#riservata .row-1 {
		max-width: 800px;
		margin: 0 auto;
		padding: 60px 5%;
	}
/*--------------PDF------------------*/
	#pdf .panel a {
		font-size: 16px;
	}
	.btn-doc-wrapper {
		grid-template-columns: repeat(4, 1fr);
		gap: 30px 60px;
	}
	.document-popup .doc-holder {
		padding-top: 50px;
	}
	.document-popup .doc-holder .scrollable-docs {
		gap: 40px 60px;
		grid-template-columns: 1fr 1fr 1fr;
    }
/*--------------SMART HOME------------------*/
	#smart h5 {
		font-size: 18px !important;
	}
	#smart h4 {
		font-size: 28px !important;
	}
	#smart .row-1 h1 {
		font-size: 60px;
	}
	#smart .row-1 h4 {
		font-size: 35px;
		line-height: 1;
	}
	
	
}
@media only screen and (min-width:1600px) {
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 120px;
	}
	h3 {
		font-size: 50px;
	}

	.home-hero-paragraph{
		font-size: 50px;
	}

	.home-title-paragraph{
		font-size: 37.5px!important;
	}

	.nav ul li a {
		font-size: 16px;
	}
	.nav-left ul {
	    padding: 120px 0 0 5.5vw;
	}
	.nav ul li {
		padding: 0 0 0 30px;
	}
	.footer {
		padding: 120px 5%;
	}
/*--------------HOME------------------*/
	#home .row-2 p {
		max-width: 920px;
	}
	#home .row-5 {
		padding: 0 0 120px;
	}
	#home .row-5 .testo {
		margin-left: 12%;
	}
	#home .row-6 {
	    padding: 0 0 120px;
	}
	#home .row-6 h3 {
		margin-bottom: -60px;
	}
	#home .row-6 .flex .realizzazione {
		width: 49%;
	}
	#home .row-6 .realizzazione .text {
		padding: 40px 30px;
	}
	#home .news {
		padding: 120px 5% 150px;
	}
	#home .news article {
		max-width: 1400px;
		margin: 0 auto;
	}
	#home .news article a .image {
		height: 250px;
		max-height: 15vw;
	}
	#home .row-4 .title-block-paragraph, #home .row-5 .testo h3, #home .row-6 h3 {
		font-size: 80px!important;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-2 .uno p,
	#azienda .row-2 .tre .flex p {
		font-size: 18px;
	}
/*--------------INDOOR------------------*/
	#indoor .row-2 .left p {
		font-size: 18px;
	}
	#indoor .row-2 .left h4 {
		font-size: 30px;
	}
/*--------------OUTDOOR------------------*/
	#outdoor .row-2 .left p {
		font-size: 18px;
	}
	#outdoor .row-2 .left h4 {
		font-size: 30px;
	}
	.ecobonus h2 {
		top: 5%;
	}
	.ecobonus h4 {
		padding: 40px 0;
		max-width: 500px;
	}
/*--------------LASCIATI ISPIRARE------------------*/
	#ispirare h1 {
		padding-bottom: 20px;
	}
/*--------------CATEGORIA------------------*/
	#categoria-indoor h1 {
		padding-bottom: 20px;
	}
	.single-famiglia .slick-dots {
		left: -123%;
	}
	.slide-prodotti .slick-prev {
	    right: 23%;
	}
/*--------------SINGLE------------------*/
	.single-prodotti .tabella th {
	    min-width: 150px;
	}
	.single-realizzazione .dettagli {
		padding-bottom: 100px;
	}
	.single-prodotti .row-2 .left {
		min-height: 40vw;
		padding: 60px;
	}
	.single-prodotti .slick-dots {
		right: 4.5vw;
	}
	#blog .row-1 h3 {
		font-size: 40px;
	}
/*--------------GALLERY------------------*/
	.grid-item {
		width: 33.1%;
	}
/*--------------SINGOLO BLOG------------------*/
	.single-post .row-1 article {
		max-width: 1000px;
	}
	.single-post .correlati article a .image {
	    height: 20vh;
	    overflow: hidden;
	}
	.single-post .correlati article {
		max-width: 1400px;
		margin: 0 auto;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		max-width: 1400px;
		margin: 0 auto;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 h2,
	#azienda .row-1 h1 {
		font-size: 40px;
	}	
	#azienda .row-2 .tre {
		padding: 120px 5%;
	}
	#azienda .row-3 h3 {
		padding-bottom: 60px;
	}
	#azienda .row-3 .divider {
	    top: 170px;
	}
	#azienda .row-3 .timeline h3 {
		font-size: 40px;
	}
	#azienda .row-2 .cerchi div {
		width: 180px;
		height: 180px;
	}
/*--------------TESSUTI------------------*/
	#tessuti .row-2 {
		padding: 60px 0;
	}
	#tessuti .row-2 p {
		max-width: 980px;
		font-size: 18px;
	}
/*--------------SINGOLO TESSUTO------------------*/
	#categoria-indoor .filtro-tessuti .filtro {
		width: 11%;
		height: 90px;
	}
	#categoria-indoor .filtro-tessuti #Caratteristiche .filtro {
		width: 12%;
	}
	.single-prodotti .tessuti-indoor .row-2 .left,
	.single-prodotti .tessuti-outdoor .row-2 .left {
		min-height: auto;
	}
	.single-prodotti .tessuti-indoor .row-1,
	.single-prodotti .tessuti-outdoor .row-1 {
		padding: 0 0 0 5%;
	}
	.single-prodotti .tessuti-indoor .row-2,
	.single-prodotti .tessuti-outdoor .row-2 {
		padding-top: 40px;
	}
	.single-prodotti .tessuti-indoor .row-1 .image,
	.single-prodotti .tessuti-outdoor .row-1 .image {
		max-width: 500px;
	}
	.single-prodotti .row-3A .icona-tessuto {
		width: 10%;
	}
/*--------------SINGOLO REALIZZAZIONE------------------*/
	.single-realizzazione .row-1 .slick-dots {
	    right: 10%;
	}
/*--------------PDF------------------*/
	.btn-doc-wrapper {
		gap: 30px 10vw;
	}
}


