/*
	Theme Name: Thor Tubi
	Theme URI: https://www.thorhoses.com/
	Description: Tubi industriali
	Version: 1.4.3
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	Tags: HTML5, CSS3

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

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 16px/1.4 'Lato', sans-serif;
	color:#3F3F3E;
	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:#3F3F3E;
	text-decoration:none;
}
a:hover {
	color:#3F3F3E;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 60px;
	line-height: 1;
	font-family:'CenturyGothic';
	font-weight: bold;
}
h2 {
	font-size: 50px;
	line-height: 1;
	letter-spacing: 1px;
	font-family:'CenturyGothic';
	font-weight: bold;
}
h3 {
	font-size: 25px;
	line-height: 1;
	font-family:'CenturyGothic';
	font-weight: bold;
}
h4 {
	font-size: 20px;
	color: #E40E20;
	line-height: 1;
	font-family:'CenturyGothic';
	font-weight: bold;
}
h5 {
	font-size: 16px;
	color: #E40E20;
	line-height: 1;
	font-family:'CenturyGothic';
	font-weight: bold;
}
h6 {
	font-size: 35px;
	line-height: 1;
	font-family:'CenturyGothic';
	font-weight: bold;
}
.divider {
	width: 20px;
	height: 1px;
	background-color:  #E40E20;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.pulsante {
	background-color: #fff;
	border: 1px solid #3F3F3E;
	text-transform: uppercase;
	width: 200px;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	font-family:'CenturyGothic';
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.pulsante span {
  background-color: #fff;
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}
.pulsante span:nth-child(2) {
  background: #ff0000;
  opacity: 0.0;
  width: 0%;
  transition: width 0.45s ease;
  transition-property: width, opacity;
}
.pulsante span:nth-child(3) {
  background-color: transparent;
  color: #000;
  transition: color 0.65s ease;
}
.pulsante:hover span:nth-child(2) {
  width: 100%;
  opacity: 1.0;
}
.pulsante:hover span:nth-child(3) {
  color: #fff;
}
.pulsante:hover {
	border: 1px solid #ff0000;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.up {
	position: fixed;
	top: 95%;
	right: 2%;
	z-index: 2;
}
.up img {
	max-width: 30px;
	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: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

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

.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}
@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}
/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 10px;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 5%;
	z-index: 1;
	outline: none;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 10px;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
}
.slider-nav {
	width: 100%;
	display: none;
	position: relative;
}
.slider-nav .slick-list {
	width: 450px;
	display: block;
	margin: 0 auto;
}
.slider-nav .slick-track {
	display: block;
}
.slider-nav .slick-initialized .slick-slide {
	display: block;
	z-index: 2000;
	background: red;
	float: left;
}

.slider-nav-desktop {
    display: block;
}

.slider-nav-desktop .slick-slide {
    opacity: .3;
    text-transform: uppercase;
    transform: scale(0.6, 0.6);
    transform-origin: center left;
    transition: opacity .1s ease, transform .1s ease;
}
.slider-nav-desktop .slick-slide.slick-current,
.slider-nav-desktop .slick-slide.slick-current-clone-animate {
    opacity: 1;
    transform: scale(1, 1);
}

.slider-nav-desktop .slick-next {
    margin-top: 2rem * 2;
}
.slider-nav-desktop .slick-prev {
    margin-bottom: 2rem * 2;
}


/* FORM */
label {
	
}
input,
textarea {
	outline: none;
	padding: 5px 10px;
	color: #000;
	margin-top: 20px;
	background-color: #eee;
	border: 1px solid #fff;
	width: 100%;
}
input {
	height: 40px;
}
::placeholder {
	color: #3F3F3E;
	opacity: 50%;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #3F3F3E;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #3F3F3E;
}
.wpcf7-form a {
	color: #3F3F3E;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #3F3F3E;
	background:#fff;
	color: #3F3F3E;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    text-transform: uppercase;
}
.wpcf7-submit:hover {
	color: #fff;
	border: 1px solid #E40E20;
	background:#E40E20;
}
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: #000;
}
/* Style the tab */
.tab {
  	overflow: hidden;
  	padding: 30px 0;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  	background-color: inherit;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	transition: 0.3s;
  	width: auto;
  	border: 1px solid #F0F1F2;
  	font-size: 16px;
  	border-radius: 10px;
  	padding: 20px 10px;
  	font-weight: bold;
}

/* Create an active/current tablink class */
.tab button.active {
  	color: #fff;
  	background-color: #C3C8CA;
}

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 20px;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #F0F1F2;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	font-family:'CenturyGothic';
	text-align: left;
	margin-top: 30px;
	position: relative;
}
.accordion:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-position: right;
	width: 20px;
	height: 20px;
	margin-top: 20px;
    margin-right: 20px;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accordions.active {
	border-bottom: none;
}
.accordions {
	margin-top: 30px;
}
.active:after {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	border-radius:0 0 10px 10px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #F0F1F2;
	border-top: none;
}
.pressure .panel,
.temperature .panel {
    max-height: unset;
}
.panel .linea {
	border-top: 1px solid #F0F1F2;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start; 
}
.panel .linea p:first-child {
	font-weight: bold;
	width: 40%;
}
.panel .linea p {
	margin: 10px auto;
	width: 55%;
}
.tabcontent.active {
	display: flex;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.content {
	width:90%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	line-height: 120px;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 100px;
}
.logo-open {
	display: none;
}
.open .logo {
	position: fixed;
}
.open .logo-open {
	display: inline-block;
}
.open .logo-close {
	display: none;;
}
.open .logo {
	left: 0;
}
/* nav */
.nav {
	display: none;
	background-color: #F0F1F2;
	color: #3F3F3E;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.open .nav {
	display: flex;
}
.nav a {
	color: #3F3F3E;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family:'CenturyGothic';
}
.nav .current_page_item a {
	color: #E40E20;
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding-left: 5%;
}
.nav ul li {
	padding: 25px 0;
	line-height: 1;
}
.openclose {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #5b6670;
	display: block;
	margin: 5px 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose img {
	max-width: 20px;
}

.navigation-row {
    height: 100%;
    width: 100%;
    z-index: 1000;
    position: relative;
    display: flex;
    align-items: center;
    top: 0;
    left: 5%;
}
.nav-col {
    width: 90%;
}
.nav-col.col2 ul li,
.nav-col.col3 ul li {
	padding: 15px 0;
}
.navigation-row ul{
    display: none;
}
.navigation-row ul li h4{
    color: unset;
    cursor: pointer;
}
.nav-col.col1 ul {
    display: block;
}
.nav-col ul[aria-open="true"]{
    display: block;
}
.menu-trigger {
	cursor: pointer;
}
/*header*/
.header .icone {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	margin-right: 12%;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header .icone .white {
	display: none;
}
.header .icone img {
	max-width: 20px;
	margin-right: 20px;
}
.header .icone p {
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	margin-top: -8px;
}
.header .ricerca-wordpress {
    position: relative;
    z-index: 1;
}
.header .ricerca-wordpress a.search-icon {
    z-index: 5;
    cursor: pointer;
}
.header .ricerca-wordpress .barra-di-ricerca {
    position: absolute;
    display: block;
    top: -10px;
    right: 20px;
    width: 0px;
    height: 40px;
    background-color: transparent;
    z-index: -1;
    overflow: hidden;
}
.header .ricerca-wordpress[aria-open="true"] .barra-di-ricerca {
    width: 190px;
}
.header .ricerca-wordpress .barra-di-ricerca form, 
.header .ricerca-wordpress .barra-di-ricerca form input {
    padding: 0;
    margin: 0;
}

.header .ricerca-wordpress .barra-di-ricerca form input {
    position: absolute;
    top: 0px;
    box-sizing: border-box;
    padding-right: 40px;
    opacity: 0.7;
}
.header .ricerca-wordpress .barra-di-ricerca .search-submit {
    display: none;
}

/* footer */
.footer {
	background-color: #3F3F3E;
	padding: 60px 5% 30px;
	color: #fff;
	font-weight: 400;
}
.footer a {
	color: #fff;
}
.footer .column-1 img {
	max-width: 100px;
	margin-bottom: 20px;
}
.footer .column {
	padding-bottom: 20px;
}
.footer .column p {
	padding-bottom: 5px;
}
.footer .column-4 ul {
	column-count: 2;
	width: 50%;
}
.footer .column-4 li {
	margin-bottom: 10px;
}
.footer .column-5 img {
	max-width: 30px;
}
.copyright {
	padding: 10px 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.copyright li {
	display: inline-block;
}

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


/*--------------HOME------------------*/
#home .row-1 {
	background-image: url(img/home/banner-mobile.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	padding-left: 5%;
	display: flex;
	align-items: flex-start;
	justify-content: end;
	flex-direction: column;
	padding-bottom: 15%;
}
#home .row-1 h1 {
	color: #fff;
}
#home .row-2 .numeri {
	padding: 60px 0;
	box-shadow: 0px 0px 30px -10px #999;
}
#home .row-2 .uno {
	background-image: url(img/home/numero-1.png);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: 10%;
	transition-duration: 0.5s;
}
#home .row-2 .due {
	background-image: url(img/home/numero-2.png);
	background-size: 150px;
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: 10%;
	transition-duration: 0.5s;
}
#home .row-2 .tre {
	background-image: url(img/home/numero-3.png);
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: 10%;
	transition-duration: 0.5s;
}
#home .row-2 .uno h3 {
	padding-left: 20%;
	transition-duration: 0.5s;
}
#home .row-2 .due h3 {
	padding-left: 35%;
	transition-duration: 0.5s;
}
#home .row-2 .tre h3 {
	padding-left: 45%;
	transition-duration: 0.5s;
}
#home .row-2 .uno span {
	margin-left: 40%;
	width: 0;
	height: 3px;
	background-color: #E40E20;
	transition-duration: 0.5s;
	margin-bottom: 10px;
	display: block;
}
#home .row-2 .due span {
	margin-left: 60%;
	transition-duration: 0.5s;
	width: 0;
	height: 3px;
	background-color: #E40E20;
	margin-bottom: 10px;
	display: block;
}
#home .row-2 .tre span {
	margin-left: 70%;
	transition-duration: 0.5s;
	width: 0;
	height: 3px;
	background-color: #E40E20;
	margin-bottom: 10px;
	display: block;
}
#home .row-2 .uno:hover {
	background-image: url(img/home/numero-1-hover.png);
	background-size: 70px;
	transition-duration: 0.5s;
}
#home .row-2 .due:hover {
	background-image: url(img/home/numero-2-hover.png);
	background-size: 170px;
	transition-duration: 0.5s;
}
#home .row-2 .tre:hover {
	background-image: url(img/home/numero-3-hover.png);
	background-size: 250px;
	transition-duration: 0.5s;
}
#home .row-2 .uno:hover h3 {
	padding-left: 30%;
	transition-duration: 0.5s;
}
#home .row-2 .due:hover h3 {
	padding-left: 50%;
	transition-duration: 0.5s;
}
#home .row-2 .tre:hover h3 {
	padding-left: 70%;
	transition-duration: 0.5s;
}
#home .row-2 .uno:hover span {
	transition-duration: 0.5s;
	width: 100px;
}
#home .row-2 .due:hover span {
	transition-duration: 0.5s;
	width: 100px;
}
#home .row-2 .tre:hover span {
	transition-duration: 0.5s;
	width: 100px;
}
#home .row-3 {
	background-image: url(img/home/Banner-DNA.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 450px;
}
#home .row-3 .testo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 5%;
	width: 100%;
	height: 100%;
}
#home .row-3 p {
	padding: 10px 0 20px;
	width: 60%;
	margin: 0 auto;
}
#home .row-4 {
	padding: 60px 0;
}
#home .row-4 .left {
	padding-bottom: 30px;
}
#home .row-4 .left h5 {
	padding: 15px 0;
}
#home .row-4 .left p {
	padding-bottom: 30px;
}
#home .row-4 .right {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 30px;
}
#home .row-4 .right .blocchi {
	width: 50%;
	border-right: 1px solid #C3C8CA;
	display: flex;
}
#home .row-4 .right span {
	height: 3px;
	width: 50%;
	background-color: #E40E20;
	display: block;
	transition-duration: 0.5s;
}
#home .row-4 .right h6 {
	font-weight: bold;
	color: #C3C8CA;
	padding: 10px 0;
}
#home .row-4 .right p {
	text-transform: uppercase;
	font-weight: bold;
}
#home .row-4 .right .blocchi .testo div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
#home .row-4 .right .hover {
	text-transform: lowercase;
	font-weight: 300;
	display: none;
	font-size: 10px;
	padding-left: 10px;
}
#home .row-4 .right .blocchi .testo {
	flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    padding: 30px 10px;
}
#home .row-4 .right .blocchi .testo:hover {
	box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
}
#home .row-4 .right .blocchi:hover h6 {
	color: #E40E20;
}
#home .row-4 .right .blocchi:hover span {
	width: 100%;
	transition-duration: 0.5s;
}
#home .row-5 {
	background-image: url(img/home/sfondo-foresta.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	width: 100%;
	background-position: top;
	text-align: center;
	padding: 0 5%;
}
#home .row-5 img {
	max-width: 30px;
}
#home .row-5 .pulsante {
	margin: 30px auto 0;
}
#home .row-6 {
	padding: 60px 5%;
}
#home .row-6 h5 {
	padding: 20px 0;
}
#home .row-6 p {
	padding-bottom: 60px;
}
#home .row-6 .left {
	padding-bottom: 60px;
}
#home .row-7 {
	display: grid;
}
#home .row-8 {
	padding: 60px 0 0;
}
#home .row-8 h2 {
	text-align: center;
	padding-bottom: 30px;
}
#home .row-8 h5 {
	color: #3F3F3E;
	padding: 20px 0;
}
#home .row-8 .articoli a {
	margin-bottom: 60px;
	display: block;
}
.call-to-action {
	background-color: #F0F1F2;
	padding: 60px 5%;
}
.call-to-action img {
	max-width: 100px;
	margin-left: -6%;
	overflow: hidden;
}
.call-to-action h5 {
	padding: 40px 0;
}
/*--------------COMPANY------------------*/
#company .row-1 {
	position: relative;
	display: grid;
	height: 50vh;
	background-color: #F0F1F2;
}
#company .row-1 img {
	display: none;
}
#company .row-2 {
	padding: 30px 0;
}
#company .row-2 h2 {
	padding-bottom: 10px;
}
#company .row-2 p {
	padding: 20px 0;
}
#company .row-3 {
	padding: 30px 0;
	overflow: hidden;
}
#company .row-3 h5 {
	padding:0 5% 30px;
}
#company .row-3 h2 {
	padding: 0 20px;
	color: #C3C8CA;
}
#company .row-3 .slick-current h2 {
	color: #3F3F3E;
}
#company .row-3 h3 {
	padding: 30px;
	line-height: 1.4;
}
#company .row-3 .slider-for {
	box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
	border-radius: 20px;
    margin: 20px 5%;
}
#company .row-4 {
	background-image: url(img/company/sfondo.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
#company .row-4 .testo {
	padding: 60px;
}
#company .row-4 h2 {
	padding-bottom: 20px;
}
#company .row-5 {
	padding: 60px 0;
}
#company .row-5 .right h2,
#company .row-5 .right h5 {
	padding: 0 5%;
}
#company .row-5 .right h2 {
	padding-bottom: 15px;
}
#company .row-5 .right h5 {
	padding-bottom: 30px;
}
#company .row-5 .right .slide-company {
	background-color: #F0F1F2;
	padding: 20px 5% 60px;
}
#company .row-5 .right .slide-company h5 {
	color: #3F3F3E;
	padding: 0;
	text-transform: uppercase;
}
#company .row-5 .right .slide-company p {
	border-top: 1px solid #3F3F3E;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#company .row-5 .slick-next {
	background-image: url(img/company/arrow-right.svg);
	width: 20px;
	height: 20px;
	background-size: 20px;
	top: 90%;
	left: 15%;
	right: auto;
}
#company .row-5 .slick-prev {
	background-image: url(img/company/arrow-left.svg);
	width: 20px;
	height: 20px;
	background-size: 20px;
	top: 90%;
}
.slider-nav {
    display: block;
}
.slider-nav-desktop {
    display: none;
}
/*--------------QUALITY------------------*/
#quality .row-1 {
	position: relative;
	display: grid;
	height: 50vh;
	background-color: #F0F1F2;
}
#quality .row-1 img {
	display: none;
}
#quality .row-2 {
	background-color: #F0F1F2;
	padding: 30px 5%;
}
#quality .row-2 h5 {
	padding: 15px 0 20px;
}
#quality .row-2 .left div span {
	color: #E40E20;
	font-size: 25px;
	margin-right: 10px;
}
#quality .row-2 .right {
	margin-top: 30px;
}
#quality .row-2 .left div {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
#quality .row-3 {
	padding: 30px 0;
}
#quality .row-3 h5 {
	padding: 15px 0 20px;
}
#quality .row-3 .left {
	padding-bottom: 20px;
}
#quality .row-3 .right .blocco {
	box-shadow: 0px 0px 30px -10px #999;
	padding: 20px;
	flex-direction: column;
	margin-bottom: 30px;
}
#quality .row-3 .right .blocco img {
	max-width: 200px;
	margin: 20px 0;
}
#quality .row-3 .right .blocco p {
	border-top: 1px solid;
	padding-top: 20px;
}
#quality .row-3 .right h4 {
	color: #3F3F3E;
}
#quality .row-4 {
	background-color: #F0F1F2;
	padding: 30px 5%;
}
#quality .row-4 .left img {
	max-width: 120px;
	margin: 30px 0;
}
#quality .row-4 .right {
	position: relative;
	padding: 30px 0 20%;
}
#quality .row-4 .right img {
	width: 70%;
}
#quality .row-4 .image-3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-top: 30%;
	margin-left: 30%;
}
#quality .row-5 {
	padding: 30px 0;
}
#quality .row-5 .left img {
	max-width: 250px;
	margin-bottom: 30px;
}
#quality .row-5 .left div span {
	color: #E40E20;
	font-size: 25px;
	margin-right: 10px;
}
#quality .row-5 .left div {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
#quality .row-5 .left a {
	margin: 20px 0;
}
#quality .row-6 {
	background-image: url(img/quality/sfondo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
}
#quality .row-6 .testo {
	padding: 30px 5%;
}
#quality .row-6 h2 {
	color: #fff;
	margin-bottom: 20px;
}
#quality .row-6 p {
	margin-bottom: 15px;
}
#quality .row-6 .testo div {
	width: 70%;
}
/*--------------PRODUCTS PAGE ------------------*/
#products .row-1 {
	position: relative;
	display: grid;
	height: 50vh;
	background-color: #F0F1F2;
}
#products .row-1 img {
	display: none;
}
#products .row-2 .filter {
	padding: 20px 0;
	border-top: 1px solid #C4C8CA;
	border-bottom: 1px solid #C4C8CA;
	margin: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
#products .row-2 .filter .tendina {
	display: none;
	width: 100%;
}
#products .row-2 .filter .tendina.close {
	display: none;
}
#products .row-2 .filter .tendina.open {
	display: block;
}
#products .row-2 .filter .indice {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	width: 50%;
}
#products .row-2 .filter .indice img {
	max-width: 15px;
	margin-left: 20px;
}
#products .row-2 .filter .indice h4 {
	color: #3F3F3E;
}
#products .row-2 .filter .indice select {
	border: none;
	outline: none;
}
#products .row-2 .prodotti .blocco {
	margin-bottom: 4%;
	background-color: #F4F4FA;
}
#products .row-2 .prodotti .testo {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding-left: 5%;
	padding-bottom: 5%;
}
#products .row-2 .prodotti h3 {
	padding-bottom: 10px;
}
#products .row-2 .prodotti .desktop {
	display: none;
}
#products .filtro .tendina h4 {
	color: #3F3F3E;
	padding: 30px 0;
}
#products .filtro .clear {
	display: none;
}
#products .filtro.open {
	width: 100%;
}
#products .filtro.open .one {
	color: #3F3F3E;
	display: flex;
}
#products .filtro .one img {
	display: none;
}
#products .filtro.open .one img {
	display: inline-block;
	max-width: 20px;
	margin-right: 10px;
}
#products .filtro.open .clear {
	display: block;
}
#products .filtro.open .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	border-bottom: 1px solid #C4C8CA;
	padding-bottom: 20px;
}
#products .desktop {
	display: none;
}
#products .accordion {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
#products .panel {
	border: none;
}
#products .categoria {
	border-bottom: 1px solid #C4C8CA;
}
#products .temperature {
	border-bottom: none;
}
#products .categoria select {
    border: none;
    background-color: #eee;
    width: 100%;
    padding: 10px;
    color: #a1a1a0;
    outline: none;
    height: 70px;
    margin-bottom: 20px;
}
#products .categoria input {
	margin-top: 0;
	height: 70px;
	margin-bottom: 20px;
}
.pagination {
	text-align: center;
    user-select: none;
}
.pagination .page-numbers {
	padding: 5px;
    cursor: pointer;
}
.pagination .page-numbers.current {
	color: #E40E20;
    cursor: default;
}
/*input filtri*/

.ctfo-input.retro {
    margin-right:0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    cursor: pointer;
}
.ctfo-input .panel{
    margin-bottom: 30px;
    margin-top: -30px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.ctfo-input .panel ul{
    padding-bottom: 25px;
    padding-top: 30px;
}
.ctfo-input .panel ul li{
    font-size: 1.8rem;
    padding-bottom: 10px;
    display: flex;
    align-items: baseline;
}
#products .ctfo-input .panel {
    max-height: 437px;
}
#products .ctfo-input[aria-open="false"] .panel {
    max-height: 0px;
    overflow: hidden;
}
#products .ctfo-input button.accordion{
    color: #3F3F3E;
    padding: 30px 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1;
    font-family: 'CenturyGothic';
    font-weight: bold;
    width: 90%;
}
#products .ctfo-input button.accordion:after {
	margin-top: 30px;
	margin-right: -20px;
}
.ctfo-input.retro {
    border-radius: 0;
}
#products .ctfo-input ul[aria-visible="false"] {
    display: none;
}
#products .categoria .ctfo-input .panel ul li input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin: 0 15px 0 0;
    appearance: none;
    border: 1px solid #436843;
    background-color: transparent;
    padding: 5px;
}
#products .categoria .ctfo-input .panel ul li input[type="checkbox"]:checked {
    background-color: #3F3F3E;
}
.ctfo-input input[type="text"],
.ctfo-input input[type="email"],
.ctfo-input input[type="submit"] {
    width: 100%;
    height: 50px;
    border-radius: 100px;
    background-color: #F3F8F0;
    font-family:'CeraPro-Regular';
    font-size: 2rem;
    line-height: 1.5;
    padding: 12px 50px;
    border: none;
    color: #43684A;
    margin:0 0 30px 0;	
}
.ctfo-input input[type="submit"]{
    background-color: #85BC64;
    padding: 0;
    margin: 0;
    color: #fff;
    margin: 0 auto;
    border: 1px solid transparent;
}
.ctfo-input input[type="submit"]:hover{
    background-color: #fff;
    color: #85BC64;
    border: 1px solid #85BC64;
}
.ctfo-input ::-webkit-input-placeholder { /* Edge */
    color: #43684A;
}
.ctfo-input :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #43684A;
}
.ctfo-input ::placeholder {
    color: #43684A;
}
.ctfo-input .option, .ctfo-input .accordion {
    width: 100%;
    border-radius: 100px;
    font-size: 2rem;
    line-height: 1.5;
    padding: 10px 50px;
    display: inline-block;
    border: none;
    margin-bottom: 30px;
    transition: 0.5s;
}


/* multirange  */
.descrizione-range {
    display: flex;
}
.descrizione-range label {
    width: 50%;
    display: block;
}
.descrizione-range label:last-child {
    text-align: right;
}

[multi-range] {
    position: relative;
    height: 7px;
    border-radius: 10px;
    text-align: left;
    margin: 28px 10px;
    max-width: calc(100% - 20px);
    z-index: 1;
}
[multi-range]  * {
    user-select: none;
}

[multi-range] > div {
    position: absolute;
    pointer-events: none;
    left: 1px;
    right:  15px;
    height: 14px;
    width:  100%;
}
[multi-range] > div::after {
    content: "";
    display: block;
    width: 104%;
    position: relative;
    top: 0px;
    left: -2%;
    height: 7px;
    background-color: #f0f1f3;
    z-index: -1;
    border-radius: 7px;
}
[multi-range] > div > [inverse-left] {
    position: absolute;
    left: 28px;
    height: 7px;
    border-radius: 10px;
    margin: 0 7px;
    pointer-events: none;
}
[multi-range] > div > [inverse-right] {
    position: absolute;
    right: 1px;
    height: 7px;
    border-radius: 10px;
    margin: 0 7px;
    pointer-events: none;
}
[multi-range] > div > [range] {
    position: absolute;
    left: 0;
    height: 7px;
    border-radius: 14px;
    background-color: #626262;
    pointer-events: none;
}
[multi-range] > div > [thumb] {
    position: absolute;
    display: block;
    top: -5px;
    z-index: 2;
    height: 15px;
    width:  15px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #3f3f3d;
    border-radius: 50%;
    outline: none;
    pointer-events: none;
    cursor: pointer;
}
[multi-range] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -20px;
    width: calc(100% + 25px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
[multi-range] > input[type=range].range-start {
    left:-15px;
}
[multi-range] > input[type=range].range-end {
    left:-15px;
}

div[multi-range] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}
div[multi-range] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}
div[multi-range] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}
div[multi-range] > input[type=range]:focus {
    outline: none;
}

div[multi-range] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}
div[multi-range] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}
div[multi-range] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[multi-range] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}
div[multi-range] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}
div[multi-range] > input[type=range]::-ms-tooltip {
    display: none;
}

[multi-range] > div [sign] {
    opacity: 0;
    position: absolute;
    display: flex;
    margin-left: -1px;
    top: -16px;
    z-index: 35;
    background-color: #1ABC9C;
    color: #fff;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    pointer-events: none;
}
[multi-range] > div [sign]:after {
    position: absolute;
    content: '';
    left: 3px;
    border-radius: 6px;
    top: 16px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-width: 8px;
    border-top-style: solid;
    border-top-color: #1ABC9C;
}
[multi-range] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}
[multi-range] [thumb]:hover [sign] {
    opacity: 1;
}
.frase-link {
	padding: 30px 0;
}
.frase-link h3 {
	font-size: 22px;
	line-height: 1.4;
}
.frase-link a {
	text-decoration: underline;
}
/*--------------PRODUCT SINGLE------------------*/
.single-product .header {
	position: relative;
}
.single-product section {
	padding: 0;
}
.single-product h1 {
	font-size: 30px;
	padding: 10px 0 20px;
}
.single-product .back {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	padding: 20px 0;
	border-top: 1px solid #C4C8CA;
	border-bottom: 1px solid #C4C8CA;
	margin-bottom: 30px;
}
.single-product .back img {
	max-width: 30px;
	margin-right: 30px;
}
.single-product article {
	padding: 30px 5%;
}
.single-product article .left {
	background-color: #F4F4FA;
}
.single-product article .right .testo {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 20px;
}
.single-product article .right .testo div {
	width: 90%;
}
.single-product article .right .image {
	width: 50px;
	height: 50px;
	background-color: #3F3F3E;
    border-radius: 50%;
}
.single-product article .right .image:hover {
	opacity: 0.9;
}
.single-product article .right img {
    width: 50px;
    height: 50px;
    display: block;
    padding: 10px;
}
.single-product article .right .dekstop {
	display: none;
}
.single-product .carosello .slick-slide {
	margin: 0 5px;
}
.single-product .carosello .slick-next,
.single-product .carosello .slick-prev {
	border: none;
}
.single-product .carosello .slick-prev {
	left: 2%;
	top: 120%;
	padding: 0;
	border-radius: 0;
}
.single-product .carosello .slick-next {
	top: 120%;
	right: -5%;
	padding: 0;
	border-radius: 0;
}
.single-product .tabcontent {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.single-product .tabcontent .linea {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #F0F1F2;
}
.single-product .tabcontent .linea p {
	width: 50%;
}
.single-product .tabcontent .linea p:first-child {
	font-weight: bold;
}
.single-product .tabcontent .pulsante {
	margin: 30px auto 0;
}
.single-product .size {
	padding: 30px 0;
}
.single-product .size h2 {
	text-transform: uppercase;
	font-size: 30px;
}
.single-product .row-2 {
	background-image: url(img/products/sfondo.jpg);
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	color: #fff;	
	padding: 40px;
}
.single-product .row-2 h3 {
	padding-bottom: 20px;
}
.single-product .row-2 .pulsante {
	margin: 30px 0;
}
.single-product h2 {
	font-size: 30px;
}
.single-product .row-2 h2 {
	margin: 0 0 20px;
}
.breadcrumps {
	display: none;
}
.single-product .row-correlati {
	padding: 60px 0;
}
.single-product .row-correlati h2 {
	margin-bottom: 15px;
}
.single-product .row-correlati .flex {
	margin-top: 30px;
}
.single-product .row-correlati a {
	background-color: #F4F4FA;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	position: relative;
}
.single-product .row-correlati a h5 {
	color: #3F3F3E;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 30px;
}
.single-product .call-to-action-2 {
	background-color: #fff;
}
/*--------------CONTACTS------------------*/
#contacts .row-1 {
	position: relative;
	display: grid;
	height: 50vh;
	background-color: #F0F1F2;
}
#contacts .row-1 img {
	display: none;
}
#contacts .row-6 {
	padding: 60px 5%;
}
#contacts .row-6 h5 {
	padding: 20px 0;
}
#contacts .row-6 p {
	padding-bottom: 60px;
}
#contacts .row-6 .left {
	padding-bottom: 60px;
}
#contacts .row-2 {
	padding: 30px 0 0;
}
#contacts .row-2 h5 {
	text-transform: uppercase;
	color: #C3C8CA;
	font-size: 14px;
}
#contacts .row-2 h4 {
	text-transform: uppercase;
	color: #3F3F3E;
}
#contacts .row-2 .divider {
	height: 3px;
	width: 100%;
	background-color: #E40E20;
	display: block;
	margin: 20px 0;
}
#contacts .row-2 p {
	padding: 20px 0;
}
#contacts .row-2 .testo {
	margin-bottom: 60px;
}
#contacts .row-2 .testo:hover {
	background-color: #F0F1F2;
}
/*--------------NEWS------------------*/
#news .row-1 {
	position: relative;
	display: grid;
	height: 50vh;
	background-color: #F0F1F2;
}
#news .row-1 img {
	display: none;
}
#news .row-2 {
	padding: 60px 0 0;
}
#news .row-2 h5 {
	color: #3F3F3E;
	padding: 20px 0;
}
#news .row-2 .articoli a {
	margin-bottom: 60px;
	display: block;
}
#news .row-2 img {
	display: grid;
}
#news .pagination {
	padding-bottom: 60px;
}
#news .pagination .page-numbers {
	padding: 0;
}
/*--------------NEWS SINGOLA------------------*/
.single-post section {
	padding: 60px 0 0;
}
.single-post h1 {
	text-align: center;
	padding: 60px 0;
}
.single-post .row-1 {
	display: flex;
	flex-direction: column-reverse;
}
.single-post .row-1 h5 {
	color: #3F3F3E;
	padding-bottom: 20px;
}
.single-post .row-1 img {
	margin-bottom: 30px;
}
.single-post .row-2 {
	padding-top: 20px;
}
.single-post .row-3 {
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 30px 0;
}
.single-post .row-3 img {
	max-width: 30px;
	margin: 10px 5px 0;
}
.single-post .row-3 h5 {
	text-transform: uppercase;
}
.single-post .correlati {
	padding: 30px 0;
}
.single-post .correlati h2 {
	text-align: center;
	padding-bottom: 30px;
}
.single-post .correlati .articoli a {
	margin-bottom: 60px;
	display: block;
}
.single-post .correlati h5 {
	color: #3F3F3E;
	padding: 20px 0;
}




/*------------------------------------*\
	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 .gdpr {
		width: 65%;
	}
	.wpcf7-form .flex .right {
		text-align: right;
		width: 35%;
	}
	.wpcf7-form .flex .right p {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: end;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul {
		padding-left: 10%;
	}
	.header .icone {
		margin-right: 9%;
	}
	.footer {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.footer .column {
		width: 33%;
	}
	.copyright {
		justify-content: center;
	}
/*--------------HOME------------------*/
	#home .row-1 h1 {
		width: 50%;
	}
	#home .row-2 .uno h3 {
	    padding-left: 15%;
	}
	#home .row-2 .due {
		background-position-x: 40%;
	}
	#home .row-2 .due h3 {
	    padding-left: 48%;
	}
	#home .row-2 .tre h3 {
	    padding-left: 80%;
	}
	#home .row-2 .tre {
		background-position-x: 80%;
	}
	#home .row-2 .uno:hover h3 {
		padding-left: 25%;
	}
	#home .row-2 .uno span {
		margin-left: 30%;
	}
	#home .row-2 .due:hover h3 {
		padding-left: 60%;
	}
	#home .row-2 .due span {
		margin-left: 65%;
	}
	#home .row-2 .tre:hover h3 {
		padding-left: 90%;
	}
	#home .row-2 .tre span {
		margin-left: 85%;
	}
	#home .row-3 .testo {
		text-align: left;
		align-items: flex-start;
		padding-left: 23%;
	}
	#home .row-3 {
		height: 700px;
	}
	#home .row-3 p {
		margin: 0;
		width: 250px;
	}
	#home .row-4 .right .blocchi .testo div {
		justify-content: space-between;
	}
	#home .row-4 .right .blocchi .testo:hover .hover {
		display: block;
		width: 50%;
		padding: 0;
	}
	#home .row-5 h2 {
		max-width: 400px;
	}
	#home .row-5 h2 {
	    max-width: 550px;
	    margin: 0 auto;
	}
	#home .row-8 .articoli {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#home .row-8 .articoli a {
		width: 31%;
	}
	.call-to-action img {
		max-width: 140px;
	}
/*--------------COMPANY------------------*/
	.slider-nav {
        display: none;
    }
    .slider-nav-desktop {
        display: block;
    }
	.slider-nav .slick-list {
		height: 350px;
	}
	.slider-nav .slick-list .slick-track {
		display: flex;
		flex-direction: column;
	}
	#company .row-3 .flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		padding-left: 5%;
	}
	.slider-nav {
		width: 30%;
	}
	.slider-for {
		width: 70%;
	}
	#company .row-3 h2 {
		padding: 20px 0;
		color: #3F3F3E;
	}
	#company .row-3 h3 {
		padding: 60px;
	}
	#company .row-4 {
		height: 65vh;
	}
	#company .row-4 .testo {
		width: 470px;
		padding: 60px 0 60px 150px;
	}
	#company .row-5 .sedi {
		display: flex !important;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
	#company .row-5 .right .slide-company p {
		border-top: none;
		border-left: 1px solid #3F3F3E;
		margin-top: 0;
		padding-top: 0;
		padding-left: 10px;
		margin-left: 10px;
		width: 58%;
	}
	#company .row-5 .right .slide-company h5 {
		width: 0;
	}
	#company .row-5 .right .slide-company .pulsante {
		margin-top: 100px;
	}
	#company .row-5 .slick-next {
		left: 80px;
	}
/*--------------QUALITY------------------*/
	#quality .row-3 .right {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
	}
	#quality .row-3 .right div {
		width: 48%;
	}
	#quality .row-4 .left h2 {
		padding-bottom: 30px;
	}
	#quality .row-4 .left div {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
	}
	#quality .row-4 .left div p {
		width: 80%;
	}
	#quality .row-4 .left img {
		margin: 0;
		max-width: 100px;
	}
	#quality .row-4 .right {
		padding: 30px 0 25%;
	}
	#quality .row-6 {
		background-position: center;
		height: 400px;
	}
	#quality .row-6 .testo {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#quality .row-6 .testo h2 {
		width: 60%;
	}
	#quality .row-6 .testo div {
		width: 40%;
	}
/*--------------PRODUCTS------------------*/
	#products .row-2 .prodotti .flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#products .row-2 .prodotti .blocco {
		width: 48%;
	}
/*--------------PRODUCTS SINGLE------------------*/
	.single-product .row-2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		background-position: right;
		height: 450px;
	}
	.single-product .row-2 div {
		width: 48%;
	}
	.single-product .row-2 h2 {
		font-size: 40px;
	}
	.single-product .carosello .slick-next {
		right: -2%;
	}
	.single-product .row-correlati .flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.single-product .row-correlati .flex a {
		width: 32%;
	}
/*--------------CONTACTS------------------*/
	#contacts .row-2 {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#contacts .row-2 .testo {
		width: 50%;
		padding: 2%;
	}
	#contacts .row-2 h5 {
		height: 30px;
	}
/*--------------NEWS------------------*/
	#news .row-2 .articoli {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#news .row-2 .articoli a {
		width: 31%;
	}
/*--------------NEWS SINGOLA------------------*/
	.single-post .correlati .articoli {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.single-post .correlati .articoli a {
		width: 31%;
	}
}
@media only screen and (min-width:1024px) {
	h1 {
		font-size: 100px;
	}
	h2 {
		font-size: 60px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 35px;
	}
	.logo {
		max-width: 120px;
		width: 100%;
		margin-top: 5px;
	}
	.open .logo {
		margin-top: 10px;
	}
	.logo img {
		max-width: 120px;
	}
	.openclose .iconbar {
		width: 30px;
		margin: 8px 0;
	}
	.openclose img {
		max-width: 30px;
	}
	.header .icone {
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0%;
		margin-right: 9%;
	}
	.header .icone img {
		margin-right: 30px;
	}
	.header .icone a {
		display: grid;
	}
	.header .icone p {
		margin-top: 0;
		font-size: 14px;
		margin-left: 30px;
	}
	.footer .column {
		width: 23%;
	}
	.footer .column-5 {
		text-align: right;
		width: 5%;
	}
	.footer .column-4 ul {
		width: 100%;
	}
/*--------------HOME------------------*/
	#home .row-2 .uno,
	#home .row-2 .uno:hover {
		background-size: 80px;
	}
	#home .row-2 .due {
		background-size: 180px;
	}
	#home .row-2 .due:hover {
		background-size: 200px;
	}
	#home .row-2 .tre {
		background-size: 250px;
	}
	#home .row-2 .tre:hover {
		background-size: 280px;
	}
	#home .row-2 .uno span {
	    margin-left: 26%;
	}
	#home .row-2 .due h3 {
	    padding-left: 48%;
	}
	#home .row-2 .uno:hover h3 {
	    padding-left: 20%;
	}
	#home .row-2 .due span {
	    margin-left: 62%;
	}
	#home .row-2 .due:hover h3 {
	    padding-left: 55%;
	}
	#home .row-2 .tre span {
	    margin-left: 88%;
	}
	#home .row-3 h2 {
		font-size: 40px;
	}
	#home .row-3 .testo {
		padding-left: 20%;
	}
	#home .row-5 {
		height: 600px;
	}
	#home .row-5 h2 {
		max-width: 700px;
		margin-top: 30px;
	}
	.call-to-action {
		padding: 60px 5%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
	}
	.call-to-action img {
		margin-left: -14%;
	}
	.call-to-action .left {
		width: 40%
	}
	.call-to-action .right {
		width: 55%;
	}
/*--------------COMPANY------------------*/
	#company .row-2 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		padding: 120px 0;
	}
	#company .row-2 div {
		width: 45%;
	}
	#company .row-3 {
		padding: 0 0 120px;
	}
	#company .row-3 h5 {
		font-size: 25px;
	}
	#company .row-3 h3 {
		padding: 80px;
	}
	#company .row-4 .testo {
		width: 550px;
		padding: 120px 0 60px 150px;
	}
	#company .row-5 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		padding: 120px 0;
	}
	#company .row-5 .left {
		width: 40%;
	}
	#company .row-5 .right {
		width: 55%;
	}
	#company .row-5 .right .slide-company h5 {
		width: 15%;
	}
/*--------------QUALITY------------------*/
	#quality .row-2 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		padding: 120px 5%;
	}
	#quality .row-2 .left,
	#quality .row-2 .right {
		width: 48%;
	}
	#quality .row-2 .right {
		margin-top: 0;
	}
	#quality .row-3 {
		padding: 120px 0;
	}
	#quality .row-3 .left {
		padding-bottom: 60px;
	}
	#quality .row-4 {
		padding: 120px 5% 12%;
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: space-between;
	}
	#quality .row-4 .left {
		width: 55%;
	}
	#quality .row-4 .right {
		width: 40%;
		padding: 0;
	}
	#quality .row-4 .left h2 {
	    padding-bottom: 60px;
	}
	#quality .row-5 {
		padding: 120px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#quality .row-5 .left,
	#quality .row-5 .right {
		width: 48%;
	}
	#quality .row-5 .full {
		width: 100%;
		margin-top: 60px;
	}
/*--------------PRODUCTS SINGLE------------------*/
	.single-product h2 {
		font-size: 60px;
	}
	.single-product .slick-track {
		margin-left: 0;
	}
	.single-product .row-2 {
		height: 600px;
	}
/*--------------NEWS------------------*/
	#news .row-2 {
	    padding: 120px 0 0;
	}
	#news .row-2 .articoli a {
		margin-bottom: 120px;
	}
/*--------------NEWS SINGOLA------------------*/
	.single-post section {
		padding: 120px 0 0;
	}
	.single-post h1 {
		font-size: 70px;
		padding: 60px 0 120px;
	}
	.single-post .row-1 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.single-post .row-1 .left,
	.single-post .row-1 .right {
		width: 45%;
	}
	.single-post .row-1 img {
	    margin: 0;
	}
	.single-post .row-2 {
		padding: 60px 0 30px;
	}
	.single-post .row-3 {
		padding: 15px 0;
	}
	.single-post .row-3 h5 {
		margin-bottom: 5px;
	}
	.single-post .correlati h2 {
		padding-bottom: 60px;
	}
	
}
@media only screen and (min-width:1280px) {
	.text {
		padding-left: 5%;
		text-align: left;
		justify-content: flex-start;
	}
	.nav-col {
	    width: 32%;
	}
/*--------------HOME------------------*/
	#home .row-1 {
		background-image: url(img/home/banner.jpg);
		padding-bottom: 5%;
	}
	#home .row-1 h1 {
		width: 100%;
		font-size: 100px;
	}
	#home .row-2 .uno {
		background-position-x: 70px;
	}
	#home .row-2 .uno h3 {
	    padding-left: 130px;
	}
	#home .row-2 .uno:hover h3 {
	    padding-left: 200px;
	} 
	#home .row-2 .uno span {
	    margin-left: 260px;
	}
	#home .row-2 .due {
	    background-position-x: 40%;
	}
	#home .row-2 .due h3 {
	    padding-left: 45%;
	}
	#home .row-2 .due:hover h3 {
	    padding-left: 52%;
	}	
	#home .row-2 .due span {
	    margin-left: 57%;
	}
	#home .row-3 .testo {
	    padding-left: 15%;
	}
	#home .row-2 .tre:hover h3 {
	    padding-left: 86%;
	}
	#home .row-2 .tre span {
	    margin-left: 86%;
	}
	#home .row-3 p {
		padding: 20px 0;
	}
	#home .row-4 {
		padding: 120px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	#home .row-4 .left {
		width: 35%;
	}
	#home .row-4 .right {
		width: 60%;
	}
	#home .row-4 .right .blocchi {
		width: 33.33333%;
	}
	#home .row-4 .right h6 {
		padding: 15px 0;
	}
	#home .row-4 .right .blocchi .testo:hover .hover {
		width: 60%;
	}
	#home .row-6 {
	    padding: 120px 5%;
	    display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	#home .row-6 .left {
		width: 35%;
		padding-bottom: 0;
	}
	#home .row-6 .right {
		width: 60%;
	}
	#home .row-8 {
	    padding: 120px 0;
	}
	#home .row-8 h2 {
		padding-bottom: 60px;
	}
	#home .row-8 .articoli a {
	    width: 27%;
	    margin-bottom: 0;
	}
	.call-to-action {
		padding: 120px 5%;
	}
/*--------------COMPANY------------------*/
	#company .row-1 {
		height: 100%;
		background-color: transparent;
	}
	#company .row-1 img {
		display: block;
	}
	#company .row-5 .left {
		width: 48%;
	}
	#company .row-5 .right {
		width: 48%;
	}
	.slider-nav-desktop {
		width: 30%;
	}
	#company .row-3 .slider-for {
		margin: 0;
	}
/*--------------QUALITY------------------*/
	#quality .row-1 {
		height: 100%;
		background-color: transparent;
	}
	#quality .row-1 img {
		display: block;
	}
	#quality .row-2 .left, 
	#quality .row-2 .right {
	    width: 45%;
	}
	#quality .row-3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	#quality .row-3 .left {
		width: 40%;
	}
	#quality .row-3 .right {
		width: 55%;
	}
	#quality .row-4 .left {
    	width: 50%;
	}
	#quality .row-5 .left, 
	#quality .row-5 .right {
	    width: 45%;
	}
	#quality .row-5 .left div span {
		font-size: 30px;
	}
	#quality .row-6 {
		height: 600px;
	}
	#quality .row-6 .testo {
	    align-items: center;
		height: 60%
	}
/*--------------PRODUCTS------------------*/
	#products .row-1 {
		height: 100%;
		background-color: transparent;
	}
	#products .row-1 img {
		display: block;
	}
	#products .row-2 {
		padding: 120px 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
	}
	#products .row-2 .filter {
		border: none;
		width: 30%;
		display: block;
		margin: 0;
		padding: 0;
	}
	#products .row-2 .filter .indice,
	#products .row-2 .mobile {
		display: none;
	}
	#products .row-2 .filter .tendina {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#products .row-2 .filter .tendina .categoria {
		border-bottom: 1px solid;
		margin-bottom: 30px;
		padding-bottom: 30px;
		width: 100%;
	}
	#products .row-2 .filter h4 {
		color: #3F3F3E;
		padding:0 0 20px 0;
	}
	#products .row-2 .prodotti {
		width: 60%;
	}
	#products select {
	    border: none;
	    background-color: #eee;
	    width: 100%;
	    padding: 10px;
	    color: #a1a1a0;
	    outline: none;
	}
	#products input {
		padding-top: 0;
	}
	#products .row-2 .desktop {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		width: 100%;
	    margin-bottom: 40px;
	}
	#products .row-2 .desktop .indice {
		display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    flex-direction: row;
	    width: 50%;
	}
	#products .row-2 .desktop .indice h4 {
	    color: #3F3F3E;
	    font-size: 16px;
	}
	#products .row-2 .desktop .indice img {
	    max-width: 15px;
		margin-left: 20px;
	}
	#products .row-2 .prodotti .flex {
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	#products .row-2 .accordion:after {
		background-image: none;
	}
	#products .row-2 .accordion {
		pointer-events: none;
	}
	#products .categoria input {
		height: 40px;
	}
	#products .categoria select {
		height: 40px;
	}
	#products .panel {
		max-height: 100%;
	}
    #products .row-2 .prodotti .desktop {
	    display: flex;
	    justify-content: end;
    }
    #products .row-2 .prodotti .desktop select {
	    background-color: #fff;
	    width: 130px;
	    cursor: pointer;
    }
    #products .row-2 .prodotti .testo h3 {
	    font-size: 22px;
    }
    #products .categoria .ctfo-input .panel ul li input[type="checkbox"] {
	    display: block;
    }
    #products .ctfo-input[aria-open="false"] .panel {
	    max-height: 100%;
    }
    .mobile-sectors,
    .mobile-categories {
        display: none;
    }
/*--------------PRODUCTS SINGLE------------------*/
	.single-product .back {
		display: none;
	}
	.single-product .header {
		position: absolute;
	}
	.single-product section {
		padding: 0;
	}
	.single-product article {
		padding: 0;
		display: flex;
		justify-content: center;
		flex-direction: row;
	}
	.single-product article .left,
	.single-product article .right {
		width: 50%;
	}
	.single-product article .left {
		background-color: #F3F4F9;
		padding-top: 100px;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.single-product article .right {
		padding: 0 60px;
		margin-top: 100px;
	}
	.single-product article .right .mobile {
		display: none;
	}
	.single-product article .right .desktop {
		display: block;
	}
	.single-product .panel {
		overflow: visible;
		max-height: 100%;
	}
	.single-product .accordion {
		margin-top: 0;
		padding: 20px 0;
		pointer-events: none;
		font-weight: bold;
	}
	.single-product .accordion:after {
		display: none;
	}
	.single-product .accordion {
		border: none;
	}
	.single-product .panel .linea {
		background-color: #F0F1F2;
		border-top:2px solid #fff;
	}
	.single-product .panel .linea p:first-child {
		width: 30%;
	}
	.single-product .panel .linea p {
		width: 65%;
	}
	.single-product article .right .image {
		border-radius: 0;
		margin-top: 30px;
		width: 200px;
		height: 40px;
	}
	.single-product article .right img {
		text-align: center;
	    width: 40px;
	    height: 40px;
	    margin: 0 auto;
	}
	.single-product .size {
		padding: 120px 0;
	}
	.single-product .tabcontent {
		padding: 30px 5%;
		position: relative;
	}
	.single-product .tabcontent,
	.tab button.active {
		background-color: #F0F1F2;	
	}
	.tab button.active {
		color: #E40E20;
		border-radius: 10px 10px 0 0;
	}
	.tab {
		padding: 30px 0 0;
	}
	.tab button {
		border-radius: 0;
		border: none;
		border-right: 1px solid #F0F1F2;	
	}
	.single-product .carosello .slick-slide {
		margin: 0;
	}
	.single-product .tabcontent .pulsante {
		position: absolute;
	    bottom: 10%;
	    right: 4%;
	    margin: 0;
	}
	.single-product .tabcontent .linea {
		border-bottom: 2px solid #fff;
		width: 60%;
	}
	.breadcrumps {
		display: block;
		width: 50%;
		position: absolute;
		top: 0;
		left: 5%;
		margin-top: 140px;
		z-index: 1;
	}
	.single-product .row-2 {
		background-position: center;
	}
	.single-product .row-2 h2 {
		font-size: 60px;
		padding: 5%;
	}
	.single-product .carosello .slick-prev,
	.single-product .carosello .slick-next {
		top: 40%;
	}
	.single-product .carosello .slick-next {
		right: -1%;
	}
	.single-product .carosello .slick-prev {
		left: 1%;
	}
	.single-product .row-correlati {
		padding: 0 0 120px;
	}
/*--------------CONTACTS------------------*/
	#contacts .row-1 {
		height: 100%;
		background-color: transparent;
	}
	#contacts .row-1 img {
		display: block;
	}
	#contacts .row-2 {
		padding-bottom: 60px;
	}
	#contacts .row-6 {
	    padding: 120px 5%;
	    display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	#contacts .row-6 .left {
		width: 35%;
		padding-bottom: 0;
	}
	#contacts .row-6 .right {
		width: 60%;
	}
	#contacts .row-2 .testo {
		width: 33.333333%;
	}
/*--------------NEWS------------------*/
	#news .row-1 {
		height: 100%;
		background-color: transparent;
	}
	#news .row-1 img {
		display: block;
	}
	#news .row-2 {
	    padding: 120px 0;
	}
	#news .row-2 .articoli a {
	    width: 27%;
	    margin-bottom: 0;
	}
	
}

@media only screen and (min-width:1600px) {
/*--------------HOME------------------*/
	#home .row-3 h2 {
	    font-size: 50px;
	}
	#home .row-3 p {
	    margin: 0;
	    width: 350px;
	}
/*--------------COMPANY------------------*/
	#company .row-2 p {
		max-width: 500px;
	}
	#company .row-5 .right .slide-company p {
		width: 80%;
	}
	#company .row-3 .slider-for {
	    width: 50%;
	    margin: 20px 0;
	}
	.slider-nav {
	    width: 10%;
	}
	#company .row-3 h3 {
		font-size: 40px;
		width: 100% !important;
	}
/*--------------QUALITY------------------*/
	#quality .row-3 .right {
	    width: 50%;
	}
	#quality .row-4 {
		padding: 120px 5% 15%;
	}
	#quality .row-4 .left img {
		max-width: 120px;
	}
	#quality .row-6 .testo div {
		width: 30%;
	}
	#quality .row-6 p {
		max-width: 420px;
	}
/*--------------PRODUCTS SINGLE------------------*/
	.single-product article .right {
		margin-top: 150px;
		padding: 0 5%;
	}
	.single-product article .right .image {
		margin-top: 60px;
	}
	.single-product .row-2 {
		height: 650px;
	}
	.single-product .row-2 div {
		width: 35%;
	}
	.single-product article .right .testo {
		margin: 20px 0;
	}
/*--------------CONTACTS------------------*/
	#contacts .row-2 .testo {
		width: 25%;
		padding: 30px 4%;
	}
	#contacts .row-2 .testo h4 {
		font-size: 24px;
	}
}
@media only screen and (min-width:1800px) {
	#home .row-2 .due h3 {
	    padding-left: 44%;
	}
}









