/*
	Theme Name: Celtis
	Theme URI: http://www.celtissrl.it/
	Description: Il nuovo modo di abitare
	Version: 1.4.3
	Tags: HTML5, CSS3

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

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 16px/1.4 'AkkuratPro-Regular', sans-serif;
	color:#333;
	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 {
	text-decoration:none;
	color: #333;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
b {
	font-family:'AkkuratPro-Bold';
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	color: #194722;
	text-transform: uppercase;
	font-size: 30px;
	font-family:'AkkuratPro-Bold';
}
h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-family:'AkkuratPro-Bold';
}
h3 {
	text-transform: uppercase;
	font-size: 25px;
	font-family:'AkkuratPro-Bold';
}
h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-family:'AkkuratPro-Bold';
}
h5 {
	text-transform: uppercase;
	font-size: 18px;
	font-family:'AkkuratPro-Bold';
}
h6 {
	text-transform: uppercase;
	font-size: 16px;
	font-family:'AkkuratPro-Bold';
}
.corsivo {
	font-family:'modernlinePersonalUse';
	text-transform: none;
	font-size: 50px;
    padding: 0 10px;
    font-weight: bold;
}
.divider {
	
}
.pulsante-left {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	padding: 5px;
}
.pulsante-right {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	padding: 5px;
}
.pulsante-right img,
.pulsante-left img {
	max-width: 5px;
	margin: 0 10px;
	transition-duration: 0.5s;
	transform: translateX(0px);
}
.pulsante-left:hover img {
	transition-duration: 0.5s;
	transform: translateX(-10px);
	color: #fff;
}
.pulsante-right:hover img {
	transition-duration: 0.5s;
	transform: translateX(10px);
	color: #fff;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.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: 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-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-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 40%;
	left: 7%;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slick-next {
	background-image: url(img/header/right-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 40%;
	right: 7%;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
/* FORM */
.wpcf7-form {
	
}
label {
	
}
input,
textarea,
select {
	outline: none;
	padding: 5px;
	color:#194722;
	margin-top: 20px;
	background-color: #fff;
	border: none;
	width: 100%;
}
input,
select {
	height: 40px;
}
::placeholder {
	color: #194722;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #194722;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #194722;
}
.wpcf7-form a {
	color: #333;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #194722;
	background-color: #194722;
	color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 100%;
    text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #194722;
}
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: #333;
}
/* Style the tab */
.tab {
  	overflow: hidden;
  	border-top: 1px solid #85BC3E;
  	border-bottom: 1px solid #85BC3E;
  	margin-bottom: 30px;
}

/* 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: 50%;
  	text-transform: uppercase;
  	font-size: 14px;
}
.abitazioni .tab button {
	height: 50px;
	transition-duration: 0.5s;
}
.abitazioni .tab button:first-child {
	border-right: 1px solid #85BC3E;
	padding-right: 10px;
}
.abitazioni .tab button:hover {
	background-color: #85BC3E;
	color: #fff;
	transition-duration: 0.5s;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #85BC3E;
	color: #fff;
	transition-duration: 0.5s;
}

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

#Benessere,
#muratura {
	display: flex;
}

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

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

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

/* header */
.header {
	position: absolute;
	width: 100%;
	height: 110px;
    line-height: 150px;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
}
.logo .green {
	display: none;
}
.logo img {
	max-width: 150px;
}
.open .logo {
	position: fixed;
}
/* nav */
.nav {
	display: none;
	background-color: #194722;
	color: #333;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/home/favicon.svg);
	background-size: 20% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-position-x: 95%;
	background-position-y: 95%;
}
.open .nav {
	display: flex;
}
.close .nav {
	display: none !important;
}
.nav a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.nav .current_page_item a {
	color: #85BC3E;
}
.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: 15px 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: #fff;
	display: block;
	margin: 5px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
/* footer */
.footer {
	padding: 30px 5%;
	border-bottom: 1px solid #333;
	font-size: 14px;
}
.footer .column-1 img {
	max-width: 150px;
	margin-bottom: 20px;
}
.footer .column-2 {
	padding-bottom: 15px;
}
.footer .column-2 img {
	max-width: 15px;
	margin-right: 10px;
}
.footer b {
	color: #194722;
}
.footer .download {
	background-image: url(img/footer/libro.svg);
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #85BC3E;
	padding: 10px;
	text-align: left;
	color: #fff;
	width: 200px;
	margin-top: 15px;
	display: block;
	background-position-x: 95%;
}
.footer .download b {
	font-size: 18px;
	line-height: 1;
	padding-bottom: 10px;
	display: block;
}
.footer .download img {
	max-width: 15px;
	margin-right: 5px;
}
.copyright {
	padding: 10px 5%;
	text-align: center;
	font-size: 14px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*--------------HOME------------------*/
#home .row-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: flex-end;
	flex-direction: column;
}
#home .row-1 a {
	margin-bottom: 100px;
	padding-right: 60px;
}
#home .row-2 {
	padding: 30px 0;
	text-align: center;
}
#home .row-2 img {
	max-width: 200px;
}
#home .row-2 h1 {
	padding: 20px 0;
}
#home .row-2 .corsivo {
	color: #85BC3E;
}
#home .row-3 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 60px 5%;
}
#home .row-3 .left img {
	max-width: 150px;
	margin-bottom: 20px;
}
#home .row-3 p {
	padding: 20px 0;
}
#home .row-4 {
	padding: 30px;
}
#home .row-4 .sfondo {
	padding: 30px;
	background-color: #e6e9e4;
}
#home .row-4 .left {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#home .row-4 .left div {
	width: 45%;
}
#home .row-4 .left div:nth-child(2) {
	margin-top: 30px;
}
#home .row-4 .right {
	padding-top: 30px;
}
#home .row-4 h2 {
	color: #85BC3E;
	text-align: left;
}
#home .row-4 h3 {
	color: #194722;
	text-align: right;
}
#home .row-4 p {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 60px;
}
#home .row-4 .corsivo {
	font-size: 60px;
}
#home .row-4 .pulsante-right {
	border-bottom: 2px solid #85BC3E;
	color: #333;
}
#home .row-5 {
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 60px 5%;
	text-align: center;
	height: 100vh;
	position: relative;
}
#home .row-5 h2 {
	color: #fff;
}
#home .row-5 .corsivo {
	color: #194722;
}
#home .row-5 .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#home .row-5 .flex .pulsante-right {
	color: #333;
	border-bottom: 2px solid #333;
	width: 300px;
}
#home .row-5 .flex .pulsante-left {
	width: 300px;
}
.call-to-action {
	padding: 30px;
}
.call-to-action .sfondo {
	background-color: #85BC3E;
	color: #fff;
	text-align: center;
	padding: 30px;
}
.call-to-action h3 {
	padding: 30px 0;
}
.recensioni {
	text-align: center;
	padding: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
}
.recensioni h2 {
	padding-bottom: 20px;
}
.recensioni a {
	margin-top: 20px;
	display: inline-block;
}
.fen {
	background-color: #194722;
	padding: 60px 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 30px 0;
}
.fen .blocco {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.fen h2 {
	color: #fff;
	font-size: 25px;
	padding-bottom: 60px;
}
.fen h2 .corsivo {
	color: #A2D45E;
	font-size: 20px;
	padding-bottom: 20px;
	display: block;
	line-height: 2;
	letter-spacing: 4px;
}
.fen .blocco a {
	color: #fff;
	margin-top: 30px;
}
.fen .blocco p {
	color: #fff;
	margin-bottom: 20px;
}
.fen .column-1 img,
.fen .column-3 img {
	max-width: 150px;
}
.fen .column-2 {
	padding: 60px 0;
}
.fen .column-3 a {
	font-weight: bold;
	text-decoration: underline;
}
.fen .pulsante-left {
	border-bottom: 2px solid #A2D45E;
}

/*--------------AZIENDA------------------*/
#azienda .row-1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	text-align: center;
	color: #fff;
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#azienda .row-1 .right {
	overflow: hidden;
	width: 100%;
}
#azienda .row-1 h1 {
	padding-right: 30vw;
	margin-left: 30vw;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#azienda .row-2 {
	padding: 60px 5%;	
	background-image: url(img/about/favicon.svg);
	background-size: 50% auto;
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
	background-position-x: -30px;
}
#azienda .row-2 h2 {
	text-align: center;
	color: #194722;
}
#azienda .row-2 .corsivo {
	color: #85BC3E;
}
#azienda .row-2 h3 {
	color: #194722;
	padding: 20px 0;
}
#azienda .row-2 h3 span {
	color: #85BC3E;
}
#azienda .row-2 .flex {
	padding-top: 30px;
}
#azienda .row-2 .flex .right span {
	color: #85BC3E;
}
#azienda .row-2 .flex .right img {
	max-width: 100px;
	display: block;
	margin: 30px auto 0;
}
#azienda .row-2 .feng {
	background-color: #e6e9e4;
	padding: 30px;
	text-align: center;
}
#azienda .row-3 {
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 60px 5%;
	text-align: center;
	height: 100vh;
	position: relative;
}
#azienda .row-3 h2 {
	color: #fff;
}
#azienda .row-3 .corsivo {
	color: #194722;
}
#azienda .row-3 .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#azienda .row-3 .flex .pulsante-right {
	color: #333;
	border-bottom: 2px solid #333;
	width: 300px;
}
#azienda .row-3 .flex .pulsante-left {
	width: 300px;
}
#azienda .row-4 {
	padding: 30px;
}
#azienda .row-4 .sfondo {
	padding: 30px;
	background-color: #e6e9e4;
}
#azienda .row-4 .left {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#azienda .row-4 .left div {
	width: 45%;
}
#azienda .row-4 .left div:nth-child(2) {
	margin-top: 30px;
}
#azienda .row-4 .right {
	padding-top: 30px;
}
#azienda .row-4 h2 {
	color: #85BC3E;
	text-align: left;
}
#azienda .row-4 h3 {
	color: #194722;
	text-align: right;
}
#azienda .row-4 p {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 60px;
}
#azienda .row-4 .corsivo {
	font-size: 60px;
}
#azienda .row-4 .pulsante-right {
	border-bottom: 2px solid #85BC3E;
	color: #333;
}
/*--------------FILOSOFIA------------------*/
#filosofia .row-1 {
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	text-align: center;
	color: #fff;
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#filosofia .row-1 .right {
	overflow: hidden;
	width: 100%;
}
#filosofia .row-1 h1 {
	padding-right: 30vw;
	margin-left: 30vw;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#filosofia .row-2 {
	padding: 30px 0;
	text-align: center;
}
#filosofia .row-2 h2 {
	padding: 20px 0;
	color: #194722;
	line-height: 1;
}
#filosofia .row-2 .corsivo {
	color: #85BC3E;
}
#filosofia .row-2 .sezioni {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}
#filosofia .row-2 .sezioni a {
	position: relative;
	height: 100%;
	width: 100%;
	display: grid;
}
#filosofia .row-2 .sezioni a:hover h4 {
	border: 3px solid #85BC3E;
	padding: 10px;
}
#filosofia .row-2 .sezioni h4 {
	color: #fff;
}
#filosofia .row-3 {
	padding: 30px 0;
}
#filosofia .row-3 h2 {
	text-align: center;
	padding-bottom: 30px;
	color: #194722;
}
#filosofia .row-3 .corsivo {
	color: #85BC3E;
}
#filosofia .row-3 .dettagli {
	background-color: #e6e9e4;
}
#filosofia .row-3 .dettagli .right {
	padding: 20px;
	padding-bottom: 60px;
}
#filosofia .row-3 .dettagli h5 {
	color: #85BC3E;
	padding-bottom: 10px;
}
#filosofia .row-3 .dettagli .reverse h5 {
	color: #194722;
}
#filosofia .row-4 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 60px 5%;
}
#filosofia .row-4 .left img {
	max-width: 150px;
	margin-bottom: 20px;
}
#filosofia .row-4 p {
	padding: 20px 0;
}
/*--------------ABITAZIONI------------------*/
.abitazioni .header {
	position: relative;
}
.abitazioni .openclose .iconbar {
	background-color: #194722;
}
.abitazioni .logo .green {
	display: inline-block;
}
.abitazioni .logo .white {
	display: none;
}
.abitazioni.open .logo .white {
	display: inline-block;
}
.abitazioni.open .logo .green {
	display: none;
}
.abitazioni.close .logo .green {
	display: inline-block;
}
.abitazioni.close .logo .white {
	display: none;
}
#abitazioni .row-1 {
	padding: 30px 0;
	text-align: center;
}
#abitazioni .row-1 h1 {
	color: #1A5632;
	padding-bottom: 30px;
}
#abitazioni .row-1 h1 .corsivo {
	color: #85BC3E;
}
#abitazioni .row-2 {
	text-align: center;
}
#abitazioni .row-2 .filtro {
	font-size: 14px;
	text-transform: uppercase;
}
#abitazioni .tabcontent {
	flex-wrap: wrap;
}
#abitazioni .row-2 .muratura {
	width: 100%;
}
#abitazioni .row-2 .muratura .left {
	text-align: left;
}
#abitazioni .row-2 .muratura h3 {
	color: #194722;
}
#abitazioni .row-2 .muratura h3 span {
	color: #85BC3E;
}
#abitazioni .row-2 .muratura p {
	padding: 20px 0;
}
#abitazioni .row-2 .muratura .pulsante-right {
	color: #333;
	border-bottom: 1px solid #85BC3E;
	padding: 0;
	margin-bottom: 30px;
	display: inline-block;
}
#abitazioni .row-3 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 60px 5%;
}
#abitazioni .row-3 .left img {
	max-width: 150px;
	margin-bottom: 20px;
}
#abitazioni .row-3 p {
	padding: 20px 0;
}
#abitazioni .row-4 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px;
	margin-bottom: 30px;
}
#abitazioni .row-4 .blocco {
	background-color: #85BC3E;
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#abitazioni .row-4 .blocco h2 {
	color: #194722;
}
#abitazioni .row-4 .blocco h2 .corsivo {
	color: #fff;
}
#abitazioni .row-4 .blocco a {
	color: #194722;
	margin-top: 30px;
}
.abitazioni .footer {
	background-color: #EDEDED;
}
.abitazioni .copyright {
	background-color: #EDEDED;
}
/*--------------TERRENI------------------*/
.terreni .header {
	position: relative;
}
.terreni .openclose .iconbar {
	background-color: #194722;
}
.terreni .logo .green {
	display: inline-block;
}
.terreni .logo .white {
	display: none;
}
.terreni.open .logo .white {
	display: inline-block;
}
.terreni.open .logo .green {
	display: none;
}
.terreni.close .logo .green {
	display: inline-block;
}
.terreni.close .logo .white {
	display: none;
}
#terreni .row-1 {
	padding: 30px 0;
	text-align: center;
}
#terreni .row-1 h1 {
	color: #1A5632;
	padding-bottom: 30px;
}
#terreni .row-1 h1 .corsivo {
	color: #85BC3E;
}
#terreni .row-2 {
	text-align: center;
}
#terreni .row-2 .muratura {
	width: 100%;
}
#terreni .row-2 .muratura .left {
	text-align: left;
}
#terreni .row-2 .muratura h3 {
	color: #194722;
}
#terreni .row-2 .muratura h3 span {
	color: #85BC3E;
}
#terreni .row-2 .muratura p {
	padding: 20px 0;
}
#terreni .row-2 .muratura .pulsante-right {
	color: #333;
	border-bottom: 1px solid #85BC3E;
	padding: 0;
	margin-bottom: 30px;
	display: inline-block;
}
#terreni .row-3 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 60px 5%;
}
#terreni .row-3 .left img {
	max-width: 150px;
	margin-bottom: 20px;
}
#terreni .row-3 p {
	padding: 20px 0;
}
#terreni .row-4 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px;
	margin-bottom: 30px;
}
#terreni .row-4 .blocco {
	background-color: #85BC3E;
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#terreni .row-4 .blocco h2 {
	color: #194722;
}
#terreni .row-4 .blocco h2 .corsivo {
	color: #fff;
}
#terreni .row-4 .blocco a {
	color: #194722;
	margin-top: 30px;
}
.terreni .footer {
	background-color: #EDEDED;
}
.terreni .copyright {
	background-color: #EDEDED;
}
/*--------------CONTATTI------------------*/
.contatti .header {
	position: relative;
}
.contatti .openclose .iconbar {
	background-color: #194722;
}
.contatti .logo .green {
	display: inline-block;
}
.contatti .logo .white {
	display: none;
}
.contatti.open .logo .white {
	display: inline-block;
}
.contatti.open .logo .green {
	display: none;
}
.contatti.close .logo .green {
	display: inline-block;
}
.contatti.close .logo .white {
	display: none;
}
#contatti h1 {
	color: #85BC3E;
}
#contatti .row-1 {
	text-align: center;
	padding: 30px 0 0;
}
#contatti .row-1 h3 {
	padding: 10px 0 30px;
	color: #194722;
}
#contatti .row-1 .left {
	padding: 0 5% 30px;
}
#contatti .row-1 .left img {
	max-width: 15px;
	margin-right: 15px;
}
#contatti .row-1 .right {
	display: grid;
}
#contatti .row-2 {
	background-color: #e6e9e4;
	padding: 30px;
	margin-bottom: 30px;
}
#contatti .row-2 h2 {
	text-align: center;
	color: #85BC3E;
}
#contatti .row-2 h3 {
	text-align: center;
	color: #194722;
}
#contatti .row-3 {
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 60px 5%;
	text-align: center;
	height: 100vh;
	position: relative;
}
#contatti .row-3 h2 {
	color: #fff;
}
#contatti .row-3 .corsivo {
	color: #194722;
}
#contatti .row-3 .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#contatti .row-3 .flex .pulsante-right {
	color: #333;
	border-bottom: 2px solid #333;
	width: 300px;
}
#contatti .row-3 .flex .pulsante-left {
	width: 300px;
}
#contatti .call-to-action .sfondo {
	background-color: #1A5632;
	background-image: url(img/contatti/libro.svg);
	background-position: right;
	background-size: 70% auto;
	background-repeat: no-repeat;
	background-position-x: 125%;
}
/*--------------SINGLE------------------*/
.single-progetti .header {
	position: relative;
}
.single-progetti .openclose .iconbar {
	background-color: #194722;
}
.single-progetti .logo .green {
	display: inline-block;
}
.single-progetti .logo .white {
	display: none;
}
.single-progetti.open .logo .white {
	display: inline-block;
}
.single-progetti.open .logo .green {
	display: none;
}
.single-progetti.close .logo .green {
	display: inline-block;
}
.single-progetti.close .logo .white {
	display: none;
}
.single-progetti .row-1 h1 {
	text-align: right;
	border-bottom: 1px solid;
	color: #1A5632;
	padding:30px 50px 30px 0;
	margin-bottom: 30px;
	display: inline-block;
}
.single-progetti .row-1 .left .paragrafo {
	display: none;
}
.single-progetti .row-1 h1 .corsivo {
	color: #A2D45E;
	padding: 10px 0;
	display: block;
}
.single-progetti .row-1 .right {
	display: flex;
    flex-direction: column;
    align-items: end;
}
.single-progetti .row-1 .right img {
	padding: 0 5%;
}
.single-progetti .row-1 .right p {
	padding: 0 5% 30px;
	text-align: right;
}
.single-progetti .row-2 {
	padding: 30px 5%;
	text-align: center;
}
.single-progetti .slide {
	padding: 0 5% 30px;
}
.single-progetti .tabella {
	text-align: center;
	color: #1A5632;
}
.single-progetti .tabella h2 {
	padding-bottom: 20px;
}
.single-progetti .tabella h5 {
	border-bottom: 2px solid #85BC3E;
	padding: 20px;
}
.single-progetti .downloads {
	padding: 30px 5%;
}
.single-progetti .downloads .download {
	background-image: url(img/footer/libro.svg);
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #85BC3E;
	background-position-x: 95%;
	padding: 10px;
	text-align: left;
	color: #fff;
	width: 100%;
	margin-top: 15px;
	display: block;
}
.single-progetti .downloads .download b {
	font-size: 18px;
	line-height: 1;
	padding-bottom: 10px;
	display: block;
	color: #194722;
}
.single-progetti .downloads .download img {
	max-width: 15px;
	margin-right: 5px;
}
.single-progetti .planimetrie {
	padding: 60px 0;
	text-align: center;
}
.single-progetti .planimetrie h2 {
	padding-bottom: 20px;
}
.single-progetti .planimetrie img {
	display: grid;
}
.single-progetti .planimetrie h5 {
	margin-bottom: 30px;
	border: 2px solid #85BC3E;
	padding: 10px;
}
.single-progetti .fen {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px;
}
.single-progetti .fen .blocco {
	background-color: #194722;
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.single-progetti .fen .blocco h2 {
	color: #fff;
	font-size: 25px;
}
.single-progetti .fen .blocco h2 .corsivo {
	color: #A2D45E;
	font-size: 20px;
	padding-bottom: 20px;
	display: block;
	line-height: 2;
}
.single-progetti .fen .blocco a {
	color: #fff;
	margin-top: 30px;
}
.single-progetti .fen .pulsante-left {
	border-bottom: 2px solid #A2D45E;
}
.single-progetti .correlati {
	background-color: #e6e9e4;
	padding: 60px 5% 30px;
}
.single-progetti .correlati h2 {
	color: #194722;
}
.single-progetti .correlati h2 .corsivo {
	color: #85BC3E;
	padding: 0;
	margin-bottom: 30px;
	display: block;
}
.single-progetti .correlati .pulsante-right {
	color: #194722;
	border-bottom: 2px solid #85BC3E;
}
.single-progetti .correlati .relation {
	padding-top: 60px;
}
.single-progetti .correlati .relation a {
	position: relative;
	margin-bottom: 30px;
}
.single-progetti .correlati .relation a div {
	display: grid;
}
.single-progetti .correlati .relation h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #85BC3E;
	color: #fff;
	padding: 10px;
}
.single-progetti .shui {
	padding: 30px 5%;
	text-align: center;
}
.single-progetti .shui h2 {
	color: #1A5632;
	padding-bottom: 30px;
}
.single-progetti .shui h2 .corsivo {
	color: #85BC3E;
}
.single-progetti .shui img {
	margin-top: 20px;
	max-width: 150px;
}
.single-progetti .shui div {
	padding: 30px;
	box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
	margin: 20px 0;
}
.single-progetti video {
	width: 100%;
}
/*--------------PRIVACY------------------*/
.page-template-template-demo-php label {
	padding: 10px 0;
	display: flex;
}
.page-template-template-demo-php input {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-right: 5px;
	border: 1px solid #333;
}
.page-template-template-demo-php .header {
	position: relative;
}
.page-template-template-demo-php .openclose .iconbar {
	background-color: #194722;
}
.page-template-template-demo-php .logo .green {
	display: inline-block;
}
.page-template-template-demo-php .logo .white {
	display: none;
}
.page-template-template-demo-php.open .logo .white {
	display: inline-block;
}
.page-template-template-demo-php.open .logo .green {
	display: none;
}
.page-template-template-demo-php.close .logo .green {
	display: inline-block;
}
.page-template-template-demo-php.close .logo .white {
	display: none;
}

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

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

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

@font-face {
	font-family:'modernlinePersonalUse';
	src:url('fonts/modernlinePersonalUse/modernlinePersonalUse.eot');
	src:url('fonts/modernlinePersonalUse/modernlinePersonalUse.eot?#iefix') format('embedded-opentype'),
		url('fonts/modernlinePersonalUse/modernlinePersonalUse.woff') format('woff'),
		url('fonts/modernlinePersonalUse/modernlinePersonalUse.ttf') format('truetype'),
		url('fonts/modernlinePersonalUse/modernlinePersonalUse.svg#modernlinePersonalUse') 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: center;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.wpcf7-form #privacy {
		margin-top: 0;
	}
	textarea {
		height: 160px;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	.footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer .column {
		width: 33.333333%;
	}
	.footer .column-2,
	.footer .column-3 {
		text-align: right;
	}
	.footer .column-3 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
	.copyright {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
	.pulsante-left img,
	.pulsante-right img {
		max-width: 7px;
	}
/*--------------HOME------------------*/
	#home .row-2 h1 {
		max-width: 600px;
		margin: 0 auto;
	}
	#home .row-4 h3 {
		text-align: left;
		margin-left: 200px;
	}
	.fen h2 {
		display: flex;
	}
	.fen h2 .corsivo {
		padding: 0 20px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 {
		justify-content: flex-end;
	}
	#azienda .row-1 h1 {
		padding-right: 10vw;
		margin-left: 10vw;
	}
	#azienda .row-1 .right {
		width: auto;
	}
	#azienda .row-4 h3 {
		text-align: left;
		margin-left: 200px;
	}
/*--------------FILOSOFIA------------------*/
	#filosofia .row-1 {
		justify-content: flex-end;
	}
	#filosofia .row-1 h1 {
		padding-right: 10vw;
		margin-left: 10vw;
	}
	#filosofia .row-1 .right {
		width: auto;
	}
	#filosofia .row-3 h2 {
		width: 450px;
		margin: 0 auto;
	}
	#filosofia .row-3 .dettagli .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}
	#filosofia .row-3 .dettagli .reverse {
		flex-direction: row;
	}
	#filosofia .row-3 .dettagli .row .right {
		text-align: right;
		padding: 40px;
	}
	#filosofia .row-3 .dettagli .reverse .right {
		text-align: left;
	}
	#filosofia .row-3 .dettagli .row .left,
	#filosofia .row-3 .dettagli .row .right {
		width: 50%;
	}
	#filosofia .row-3 .dettagli .row .left {
		display: grid;
	}
/*--------------ABITAZIONI------------------*/
	#abitazioni .row-2 .muratura {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}
	#abitazioni .row-2 .muratura:nth-child(even) {
		flex-direction: row;
	}
	#abitazioni .row-2 .muratura .left,
	#abitazioni .row-2 .muratura .right {
		width: 50%;
	}
	#abitazioni .row-2 .muratura .left {
		text-align: right;
		padding: 30px;
	}
	#abitazioni .row-2 .muratura:nth-child(even) .left {
		text-align: left;
	}
	#abitazioni .tabcontent {
		padding: 60px 0 80px;
	}
	#abitazioni .row-4 .blocco {
		width: 50%;
	}
/*--------------TERRENI------------------*/
	#terreni .row-2 {
		padding-bottom: 30px;
	}
	#terreni .row-2 .muratura {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}
	#terreni .row-2 .muratura:nth-child(even) {
		flex-direction: row;
	}
	#terreni .row-2 .muratura .left,
	#terreni .row-2 .muratura .right {
		width: 50%;
	}
	#terreni .row-2 .muratura .left {
		text-align: right;
		padding: 30px;
	}
	#terreni .row-2 .muratura:nth-child(even) .left {
		text-align: left;
	}
	#terreni .row-4 .blocco {
		width: 50%;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	#contatti .row-1 .left,
	#contatti .row-1 .right {
		width: 45%;
	}
	#contatti .row-1 .left {
		text-align: left;
		padding:0 0 0 10%;
	}
	#contatti .row-1 .corsivo {
		padding: 0;
	}
	#contatti .row-2 h3 {
		padding-bottom: 30px;
	}
/*--------------SINGLE------------------*/
	.single-progetti .row-1 {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
	.single-progetti .row-1 div {
		width: 48%;
	}
	.single-progetti .row-1 .left .paragrafo {
		display: block;
		padding: 30px 5%;
		width: 100%;
	}
	.single-progetti .row-1 .right img {
		padding: 0 10% 0 0;
	}
	.single-progetti .row-1 h1 {
		margin-bottom: 60px;
	}
	.single-progetti .row-2 {
		display: none;
	}
	.single-progetti .tabella {
		padding: 30px 5%;
	}
	.single-progetti .tabella div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.single-progetti .tabella h5 {
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50%;
	}
	.single-progetti .tabella h5:nth-child(odd) {
		border-right: 2px solid #85BC3E;
	}
	.single-progetti .downloads {
		padding: 30px 5% 60px;
	}
	.single-progetti .downloads .download {
		width: 450px;
		margin: 15px auto;
	}
	.single-progetti .fen {
		display: flex;
		justify-content: end;
		align-items: end;
	}
	.single-progetti .fen .blocco {
		width: 50%;
	}
	.single-progetti .fen h2 {
		flex-direction: column;
		padding-bottom: 0;
	}
	.single-progetti .correlati .flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.single-progetti .correlati h2 {
		width: 70%;
	}
	.single-progetti .correlati h2 .corsivo {
		padding: 0 10px;
		display: inline;
	}
	.single-progetti .correlati .relation {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
	}
	.single-progetti .correlati .relation a {
		width: 48%;
		margin: 2%;
	}
}
@media only screen and (min-width:1024px) {
	.header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 0;
		height: 100px;
	}
	/* nav */
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		background-image: none;
		padding-right: 10%;
	}
	.nav ul {
		margin-top: 0;
		text-align: right;
		display: inline-block;
	}
	.nav ul li {
		padding: 0 0 0 15px;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #fff;
		text-transform: capitalize;
		letter-spacing: 1px;
		padding-bottom: 5px;
	}
	.nav ul li a:hover {
		border-bottom: 2px solid #fff;
	}
	.openclose {
		display: none;
	}
	.logo {
		max-width: 150px;
		width: 100%;
		position: relative;
		left: 10%;
	}
	.pulsante-right,
	.pulsante-left {
		font-size: 14px;
	}
	.pulsante-left img, 
	.pulsante-right img {
	    max-width: 6px;
	}
	.tab button {
		width: 25%;
	}
/*--------------HOME------------------*/
	#home .row-1 {
		height: auto;
		aspect-ratio: 16/9;
	}	
	#home .row-2 {
		padding: 60px 0;
	}
	#home .row-2 p {
		max-width: 700px;
		margin: 0 auto;
	}
	#home .row-4 {
	    padding: 60px;
	}
	#home .row-4 .sfondo {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 60px;
	}
	#home .row-4 .left {
		width: 60%;
	}
	#home .row-4 .right {
		width: 35%;
	}
	#home .row-5 {
		background-position: center center;
	}
	#home .row-5 .flex {
		flex-direction: row;
		justify-content: space-around;
	}
	.call-to-action {
		padding: 60px;
	}
	.call-to-action .sfondo {
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.call-to-action .left,
	.call-to-action .right {
		width: 50%;
	}
	.call-to-action .left {
		text-align: left;
		padding: 40px;
	}
	.call-to-action .right {
		text-align: right;
		padding: 60px;
	}
	.call-to-action .corsivo {
		font-size: 100px;
		line-height: 1;
	}
	.call-to-action h3 {
		padding: 0 0 100px;
	}
	.recensioni {
		padding: 60px;
	}
	.fen {
		flex-direction: row;
		justify-content: space-between;
		padding: 60px 5%;
		flex-wrap: wrap;
		align-items: start;
		margin: 60px 0;
	}
	.fen h2 {
		width: 100%;
		justify-content: center;
		padding-bottom: 120px;
	}
	.fen .blocco {
		width: 30%;
	}
	.fen .column-2 {
	    padding: 0;
	} 
	.fen .blocco p {
		margin-bottom: 40px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 {
		height: auto;
		aspect-ratio: 16/9;
	}
	#azienda .row-2 {
		background-size: 300px auto;
		background-position-x: -50px;
	}
	#azienda .row-2 h2 {
		max-width: 500px;
		margin: 0 auto;
	}
	#azienda .row-2 .flex {
	    padding-top: 60px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-direction: row-reverse;
	}
	#azienda .row-2 .reverse {
		flex-direction: row;
	}
	#azienda .row-2 .flex .left,
	#azienda .row-2 .flex .right {
		width: 45%;
	}
	#azienda .row-2 .flex .right {
		text-align: right;
	}
	#azienda .row-2 .reverse .right {
		text-align: left;
	}
	#azienda .row-3 {
		background-position: center center;
	}
	#azienda .row-3 .flex {
		flex-direction: row;
		justify-content: space-around;
	}
	#azienda .row-4 {
	    padding: 60px;
	}
	#azienda .row-4 .sfondo {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 60px;
	}
	#azienda .row-4 .left {
		width: 60%;
	}
	#azienda .row-4 .right {
		width: 35%;
	}
/*--------------FILOSOFIA------------------*/
	#filosofia .row-1 {
		height: auto;
		aspect-ratio: 16/9;
	}
	#filosofia .row-2 {
		padding: 60px 0;
	}
	#filosofia .row-2 p {
		max-width: 700px;
		margin: 0 auto;
	}
	#filosofia .row-2 .sezioni {
		padding-top: 60px;
	}
	#filosofia .row-3 {
		padding: 0 0 120px;
	}
	#filosofia .row-3 .left {
		max-width: 300px;
	}
	#filosofia .row-3 h2 {
		padding-bottom: 60px;
	}
	#filosofia .row-3 .dettagli .row {
		justify-content: flex-start;
	}
	#filosofia .row-3 .dettagli img {
		margin-top: -30px;
	}
	#filosofia .row-3 .first .left {
		margin-right: 10%;
	}
	#filosofia .row-3 .reverse {
		margin-left: -5.5%;
	}
	#filosofia .row-3 .last {
		margin-right: -5.5%;
	}
	#filosofia .row-3 .dettagli .last img {
		margin-top: -30%;
		margin-bottom: -30px;
	}
	#filosofia .row-3 .dettagli h5 {
		font-size: 25px;
	}
/*--------------ABITAZIONI------------------*/
	.abitazioni .nav ul li a {
		color: #194722;
	}
	.abitazioni  .nav .current_page_item a {
		color: #85BC3E;	
	}
	#abitazioni .row-1 {
		padding: 60px 0;
	}
	#abitazioni .row-1 p {
		max-width: 650px;
		margin: 0 auto;
	}
	#abitazioni .tab button {
		width: 50%;
		font-size: 16px;
	}
	#abitazioni .row-2 .muratura .left {
		padding: 60px;
	}
	#abitazioni .row-4 {
		margin-bottom: 60px;
		padding: 60px;
	}
	#abitazioni .row-4 .blocco {
		padding: 60px;
	}
/*--------------TERRENI------------------*/
	.terreni .nav ul li a {
		color: #194722;
	}
	.terreni  .nav .current_page_item a {
		color: #85BC3E;	
	}
	#terreni .row-1 {
		padding: 60px 0;
	}
	#terreni .row-1 p {
		max-width: 650px;
		margin: 0 auto;
	}
	#terreni .row-2 {
	    padding-bottom: 60px;
	}
	#terreni .row-2 .muratura .left {
		padding: 60px;
	}
	#terreni .row-4 {
		margin-bottom: 60px;
		padding: 60px;
	}
	#terreni .row-4 .blocco {
		padding: 60px;
	}
/*--------------CONTATTI------------------*/
	.contatti .nav ul li a {
		color: #194722;
	}
	.contatti  .nav .current_page_item a {
		color: #85BC3E;	
	}
	.contatti .nav ul li a:hover {
		border-bottom: 2px solid #85BC3E;
	}
	#contatti .row-1 .right {
		display: flex;
		justify-content: end;
	}
	#contatti .row-1 .right img {
		max-width: 500px;
	}
	#contatti .row-2 {
		margin-bottom: 60px;
		padding: 60px;
	}
	#contatti .row-3 {
		background-position: center center;
	}
	#contatti .row-3 .flex {
		flex-direction: row;
		justify-content: space-around;
	}
	#contatti .call-to-action .left {
		width: 65%;
	}
	#contatti .call-to-action .right {
		width: 35%;
	}
	#contatti .call-to-action .sfondo {
		background-size: 400px auto;
		background-position-x: 110%;
	}
/*--------------PROGETTI------------------*/
	.abitazioni .nav ul li a:hover {
		border-bottom: 2px solid #85BC3E;
	}
/*--------------SINGLE------------------*/
	.single-progetti .nav ul li a {
		color: #194722;
	}
	.single-progetti .nav ul li a:hover {
		border-bottom: 2px solid #85BC3E;
	}
	.single-progetti  .nav .current_page_item a {
		color: #85BC3E;	
	}
	.single-progetti .row-1 h1 {
		margin-bottom: 30px;
	}
	.single-progetti .row-1 .right p {
		padding: 0 10% 30px;
	}
	.single-progetti .row-1 .left .paragrafo {
		padding: 30px 5% 60px 10%;
	}
	.single-progetti .planimetrie .flex {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: row;
	}
	.single-progetti .planimetrie .flex a {
		width: 33.33333%;
		padding: 2%;
	}
	.single-progetti .shui {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.single-progetti .shui h2 {
		width: 100%;
	}
	.single-progetti .shui div {
		width: 30%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
/*--------------PRIVACY------------------*/
	.page-template-template-demo-php .nav ul li a {
		color: #194722;
	}
	.page-template-template-demo-php .nav .current_page_item a {
		color: #85BC3E;	
	}
	.page-template-template-demo-php .nav ul li a:hover {
		border-bottom: 2px solid #85BC3E;
	}
}
@media only screen and (min-width:1280px) {
	.header {
		height: 120px;
	}
	body {
		font-size: 18px;
	}
	.logo,
	.logo img {
		max-width: 200px;
	}
	.nav ul li {
		padding: 0 0 0 30px;
	}
	.nav ul li a {
		font-size: 18px;
	}
	.footer .column-1 img {
	    max-width: 300px;
	}
	.pulsante-right, 
	.pulsante-left {
	    font-size: 18px;
	}
/*--------------HOME------------------*/
	#home .row-1 a {
		padding-right: 120px;
	}
	#home .row-3 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 120px 5%;
	}
	#home .row-3 .left,
	#home .row-3 .right {
		width: 50%;
	}
	#home .row-3 p {
		max-width: 300px;
		margin: 0 auto;
	}
	#home .row-3 .left img {
		max-width: 200px;
		margin-bottom: 0;
	}
	#home .row-4 .left div:nth-child(2) {
		margin-top: 60px;
	}
	#home .row-5 {
		height: auto;
		aspect-ratio:16/9;
	}
	#home .row-5 .flex .pulsante-right {
		padding-left: 120px;
		width: 450px;
	}
	#home .row-5 .flex .pulsante-left {
		padding-right: 120px;
		width: 450px;
	}
	
/*--------------AZIENDA------------------*/
	#azienda .row-3 {
		height: auto;
		aspect-ratio:16/9;
	}
	#azienda .row-3 .flex .pulsante-right {
		padding-left: 120px;
		width: 450px;
	}
	#azienda .row-3 .flex .pulsante-left {
		padding-right: 120px;
		width: 450px;
	}
	#azienda .row-4 .left div:nth-child(2) {
		margin-top: 60px;
	}
/*--------------FILOSOFIA------------------*/
	#filosofia .row-3 .dettagli .row .right {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: end;
	}
	#filosofia .row-3 .dettagli .reverse .right {
		justify-content: flex-start;	
		align-items: start;
	}
	#filosofia .row-3 .dettagli .row .right p {
		max-width: 400px;
	}
	#filosofia .row-3 .left {
	    max-width: 450px;
	} 
	#filosofia .row-4 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 120px 5%;
	}
	#filosofia .row-4 .left,
	#filosofia .row-4 .right {
		width: 50%;
	}
	#filosofia .row-4 p {
		max-width: 300px;
		margin: 0 auto;
	}
	#filosofia .row-4 .left img {
		max-width: 200px;
		margin-bottom: 0;
	}
/*--------------ABITAZIONI------------------*/
	#abitazioni .row-2 .filtro {
		font-size: 18px;
		padding-bottom: 20px;
	}
	#abitazioni .tab button {
		font-size: 20px;
	}
	#abitazioni .row-3 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 120px 5%;
	}
	#abitazioni .row-3 .left,
	#abitazioni .row-3 .right {
		width: 50%;
	}
	#abitazioni .row-3 p {
		max-width: 230px;
		margin: 0 auto;
	}
	#abitazioni .row-3 .left img {
		max-width: 200px;
		margin-bottom: 0;
	}
	#abitazioni .tab {
		max-width: 700px;
		margin: 0 auto;
	}
/*--------------TERRENI------------------*/
	#terreni .row-3 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 120px 5%;
	}
	#terreni .row-3 .left,
	#terreni .row-3 .right {
		width: 50%;
	}
	#terreni .row-3 p {
		max-width: 300px;
		margin: 0 auto;
	}
	#terreni .row-3 .left img {
		max-width: 200px;
		margin-bottom: 0;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-3 {
		height: auto;
		aspect-ratio:16/9;
	}
	#contatti .row-3 .flex .pulsante-right {
		padding-left: 120px;
		width: 450px;
	}
	#contatti .row-3 .flex .pulsante-left {
		padding-right: 120px;
		width: 450px;
	}
/*--------------SINGLE------------------*/
	.single-progetti .row-2 {
		max-width: 1000px;
		margin: 0 auto;
		padding: 120px 5%;
	}
	.slick-next,
	.slick-prev {
		top: 50%;
	    width: 30px;
		height: 50px;
	}
	.single-progetti .row-1 h1 {
		padding: 30px 100px 30px 0;
	}
	.single-progetti .row-1 .right p {
		padding: 0 10% 60px;
	}
	.single-progetti .row-1 .left .paragrafo {
		padding: 60px 5% 60px 10%
	}
	.single-progetti .tabella {
		max-width: 1000px;
		margin: 0 auto;
	}
	.single-progetti .fen {
		padding: 60px;
	}
	.single-progetti .fen .blocco {
		padding: 60px;
	}
	.single-progetti .correlati {
		padding: 120px 5%;
	}
	.single-progetti .shui div {
		width: 32%;
	}
}
@media only screen and (min-width:1600px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 50px;
	}
	.corsivo {
		font-size: 60px;
	}
	.slick-next {
		right: 10%;
	}
	.slick-prev {
		left: 10%;
	}
/*--------------HOME------------------*/
	#home .row-2 h1 {
		max-width: 800px;
	}
	#home .row-5 h2 .corsivo {
		font-size: 70px;
	}
	.call-to-action h3 {
		font-size: 40px;
	}
	.call-to-action .corsivo {
		font-size: 150px;
	}
	.fen {
		padding: 120px 5%;
	}
	.fen .column-1 img, 
	.fen .column-3 img {
		max-width: 200px;
	}
	.fen .blocco {
        width: 25%;
    }
/*--------------AZIENDA------------------*/
	#azienda h1 .corsivo {
		font-size: 100px;
	}
	#azienda .row-1 h3 {
		font-size: 35px;
	}
	#azienda .row-2 h2 {
	    max-width: 710px;
	    margin: 0 auto;
	}
	#azienda .row-2 .flex {
		max-width: 1200px;
		margin: 0 auto;
	}
	#azienda .row-3 h2 .corsivo {
		font-size: 70px;
	}
/*--------------FILOSOFIA------------------*/
	#filosofia h1 .corsivo {
		font-size: 100px;
	}
	#filosofia .row-1 h3 {
		font-size: 35px;
	}
	#filosofia .row-3 h2 {
		width: 700px;
	}
	#filosofia .row-3 .dettagli .row {
		justify-content: center;
	}
	#filosofia .row-3 .reverse {
	    margin-left: -10%;
	}
/*--------------ABITAZIONI------------------*/
	#abitazioni .row-2 .muratura h3 {
		font-size: 40px;
	}
	.single-progetti .slide {
		max-width: 1600px;
		margin: 0 auto;
	}
/*--------------TERRENI------------------*/
	#terreni .row-2 .muratura h3 {
		font-size: 40px;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-3 h2 .corsivo {
		font-size: 70px;
	}
/*--------------SINGLE------------------*/
	.single-progetti .shui {
		padding: 30px 5% 60px;
	}
	.single-progetti .shui div {
		padding: 60px;
	}
	.single-progetti .slide {
		padding: 120px 5% 60px;
	}
	.single-progetti .planimetrie {
		padding: 60px 0 0;
	}
}


