/*
	Theme Name: Nutrigenimed
	Theme URI: https://nutrigenimed.it
	Description: Dimagrimento e Nutrizione
	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 'Roboto', sans-serif;
	color:#036d92;
}
/* 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:#003775;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	color:#036d92;
}
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 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	color: #003775;
	font-weight: 600;
	line-height: 1.2;
}
h2 {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	color: #003775;
	font-weight: 600;
	line-height: 1.2;
}
h3 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
}
.pulsante {
	color: #fff;
	background-color: #e53012;
	padding: 10px 20px;
	border-radius: 30px;
	border: 1px solid #e53012;
	display: inline-block;
	margin-top: 30px;
	font-weight: bold;
}
.pulsante:hover {
	border: 1px solid #e53012;
	background-color: transparent;
	color: #e53012;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
}
.freccia {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 14px;
}
.freccia img {
	max-width: 20px;
	margin-left: 10px;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.freccia:hover img {
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.blu {
	color: #0099cc;
}
.up {
	position: fixed;
	top: 95%;
	right: 2%;
	z-index: 2;
}
.up img {
	max-width: 30px;
	cursor: pointer;
}
.zoom {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 4s;
	-webkit-transition-duration: 4s;
	-o-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

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

.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}
@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}
/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/home/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 30%;
	left: 5%;
	z-index: 1;
	outline: none;
	width: auto;
    height: auto;
    background-size: 30px;
}
.slick-next {
	background-image: url(img/home/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 30%;
	right: 5%;
	z-index: 1;
	outline: none;
	width: auto;
    height: auto;
    background-size: 30px;
}
/* FORM */
input,
textarea {
	outline: none;
	padding: 5px;
	color: #003775;
	margin-bottom: 30px;
	background-color: #fff;
	border: none;
	width: 100%;
	border-radius: 10px;
}
input {
	height: 30px;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #003775;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #003775;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 30px;
	border: 1px solid #e53012;
	background-color: #e53012;
	border-radius: 5px;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    color: #fff;
}
.wpcf7-submit:hover {
	background-color: transparent;
	color: #e53012;
}
.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;
}
div.wpcf7-response-output {
	padding: 0;
}
::placeholder {
	color: #003775;
}
.wpcf7-spinner {
	display: none;
}


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

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

/* header */
.pre-header {
	background: -webkit-linear-gradient(left,rgba(0,75,134,1),rgba(69,155,195,1));
	background: -o-linear-gradient(right,rgba(0,75,134,1),rgba(69,155,195,1));
	background: -moz-linear-gradient(right,rgba(0,75,134,1),rgba(69,155,195,1));
	background: linear-gradient(to right, rgba(0,75,134,1), rgba(69,155,195,1));
	padding: 10px 5%;
	font-weight: 500;
}
.pre-header .left {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.pre-header .left a {
	color: #fff;
	font-size: 14px;
	display: flex;
}
.pre-header .left img {
	margin-right: 10px;
}
.pre-header .right {
	display: none;
}
.pre-header img {
	max-width: 20px;
}
.header {
	position: relative;
	width: 100%;
	height: 120px;
	line-height: 120px;
	z-index: 10;
}
.header .left,
.header .right {
	display: none;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 999;
	margin-top: 20px;
}
.logo img {
	max-width: 200px;
}
/* nav */
.nav {
	display: none;
	background-color: #036d92;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/footer/favicon.png);
	background-position: right bottom;
	background-size: 50%;
	background-repeat: no-repeat;
}
.nav a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.nav a:hover {
	text-decoration: underline;
}
.nav .current_page_item a {
	color: #e74f36;
	font-weight: bold;
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 30px 0;
	line-height: 1;
}
.openclose {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 999;
}
.openclose img {
	max-width: 20px;
}
.book a {
	background-color: #fff;
	color: #003775;
	padding: 15px 20px;
	border-radius: 10px;
	border: 1px solid #fff;
}
.book a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
/* footer */
.footer {
	background-color: #001c3b;
	padding: 30px 5%;
	color: #fff;
	font-size: 14px;
}
.footer a {
	color: #fff;
}
.footer .colonna-1 img {
	max-width: 200px;
}
.footer .colonna-2 img {
	max-width: 15px;
	max-height: 20px;
	margin-right: 10px;
}
.footer .colonna-2 a {
	margin-top: 10px;
	display: flex;
}
.footer .colonna-4 img {
	max-width: 20px;
	max-height: 20px;
	margin-right: 10px;
}
.footer h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}
.footer .colonna {
	padding: 20px 0;
}
.copyright {
	color: #fff;
	background-color: #01172f;
	padding: 10px 5%;
	font-size: 14px;
}
.copyright a {
	color: #fff;
	text-decoration: underline;
}
.chat {
	position: fixed;
	bottom: 4%;
	right: 2%;
	z-index: 200;
	text-align: center;
}
.chat h3 {
	font-size: 12px;
}
.chat img {
	max-width: 40px;
}

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


/*--------------HOME------------------*/
#home .fascia-1 {
	border-top: 1px solid #036d92;
	text-align: center;
}
#home .fascia-1 .text {
	position: relative;
	padding: 30px 5%;
}
#home .fascia-1 h3 {
	padding: 20px 0;
}
#home .fascia-2 {
	padding: 30px 5%;
	text-align: center;
	background-image: url(img/home/icona-parallax.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
}
.linea {
	width: 2px;
	height: 100px;
	background-color: #003775;
	display: block;
	margin: 0 auto 20px;
}
#home .fascia-2 h2 {
	padding: 20px 0;
}
#home .fascia-3 {
	padding: 30px 0;
}
#home .fascia-3 .row-1 h3 {
	padding: 30px 5%;
}
#home .fascia-3 .row-1 .testo {
	background-color: #e9f1f2;
	padding: 30px 5% 100px;
}
#home .fascia-3 .row-1 h2 {
	padding-bottom: 20px;
}
#home .fascia-3 .staff {
	margin-top: 20px;
}
#home .fascia-3 .staff img {
	max-width: 80px;
	margin-right: 10px;
	border-radius: 50%;
}
#home .fascia-3 .row-1 .right {
	padding: 0 5%;
	margin-top: -60px;
}
#home .fascia-3 .row-2 {
	padding: 60px 0;
}
#home .fascia-3 .row-2 .left {
	background-color: #f8f4f3;
	padding: 30px 5% 100px;
}
#home .fascia-3 .row-2 .right {
	padding: 0 5%;
	margin-top: -60px;
}
#home .fascia-3 .row-3 .left {
	display: none;
}
#home .fascia-3 .row-3 .right {
	padding: 0 5%;
	margin-top: -60px;
}
#home .fascia-3 .row-3 .center {
	background-color: #e9f1f2;
	padding: 30px 5% 100px;
}
#home .fascia-3 .row-4 {
	padding: 60px 0;
}
#home .fascia-3 .row-4 .left {
	background-color: #e9f1f2;
	padding: 30px 5% 100px;
}
#home .fascia-3 .row-4 .right {
	padding: 0 5%;
	margin-top: -60px;
}
#home .fascia-3 .row-5 .left {
	background-color: #f8f4f3;
}
#home .fascia-4 {
	padding: 30px 0;
}
#home .fascia-4 .testo {
	text-align: center;
	padding-bottom: 30px;
}
#home .fascia-4 .testo h2 {
	padding-bottom: 10px;
}
#home .fascia-4 .carosello .news .paragrafo {
	padding: 10px;
	box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
	margin-bottom: 30px;
	border-radius: 0 0 20px 20px;
}
#home .fascia-4 .carosello .news .hover {
	overflow: hidden;
}
#home .fascia-4 .carosello .news img {
	border-radius: 20px 20px 0px 0px;
}
#home .fascia-4 .carosello .news p {
	padding: 10px 0;
}
#home .fascia-4 .carosello .news a {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 14px;
	color: #036d92;
	font-weight: bold;
}
#home .fascia-4 .carosello .news:hover img {
	transition-duration: 4s;
	-webkit-transition-duration: 4s;
	-o-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
#home .fascia-4 .freccia {
	text-align: center;
}
#home .fascia-5 {
	padding: 30px 5%;
}
#home .fascia-5 .left h2 {
	display: none;
}
#home .fascia-5 .right img {
	max-width: 20px;
	margin-right: 10px;
}
#home .fascia-5 .right h2 {
	padding: 20px 0;
	text-align: center;
}
#home .fascia-5 .right li {
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.call-to-action {
	display: grid;
	position: relative;
}
.call-to-action .text {
	display: flex;
	height: 100%;
	width: 60%;
	left: 5%;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}
.call-to-action .text h2 {
	margin-bottom: 20px;
}
.call-to-action .pulsante {
	margin-top: 0;
}
.parallax .text {
	align-items: center;
	text-align: center;
	width: 100%;
	left: 0;
}
.recensioni {
	text-align: center;
	padding: 30px 0;
}
.recensioni h2 {
	padding-bottom: 30px;
}
.social-wall {
	background-color: #f7f1f0;
	padding: 30px 5%;
	text-align: center;
}
.social-wall h2 {
	padding-bottom: 30px;
}
/*--------------AZIENDA------------------*/
#azienda .fascia-1 .testo {
	padding: 30px 0;
	text-align: center;
}
#azienda h1 {
	padding-bottom: 20px;
}
#azienda .fascia-3 {
	position: relative;
	display: grid;
}
#azienda .fascia-3 .text {
	left: 5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
#azienda .fascia-3 .pulsante {
	margin-top: 20px;
}
#azienda .fascia-4 {
	padding: 60px 0 30px;
}
#azienda .fascia-4 h2 {
	margin-bottom: 20px;
}
.team {
	margin-top: 20px;
}
.team .professionista {
	padding-bottom: 30px;
}
.team .professionista div {
	display: flex;
	cursor: pointer;
	position: relative;
}
.team .hover {
	display: none;
}
.team h3 {
	padding-top: 15px;
	color: #004d75;
}
.team a {
	font-size: 12px;
	text-decoration: underline;
	font-weight: 500;
}
.team .professionista div:hover .hover {
	background-color: rgba(0, 55, 117, 0.70);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
}
/*--------------SERVIZI------------------*/
.servizi .header {
	position: relative;
	margin-top: 0;
}
#servizi .fascia-1 .testo {
	padding: 30px 5%;
	text-align: center;
}
#servizi h1 {
	padding-bottom: 10px;
}
#servizi .fascia-2 .row-1 h3 {
	padding: 30px 5%;
}
#servizi .fascia-2 .row-1 .testo {
	background-color: #e9f1f2;
	padding: 30px 5% 100px;
}
#servizi .fascia-2 .row-1 h2 {
	padding-bottom: 20px;
}
#servizi .fascia-2 .staff {
	margin-top: 20px;
}
#servizi .fascia-2 .staff img {
	max-width: 80px;
	margin-right: 10px;
	border-radius: 50%;
}
#servizi .fascia-2 .row-1 .right {
	padding: 0 5%;
	margin-top: -60px;
}
#servizi .fascia-2 .row-2 {
	padding: 60px 0;
}
#servizi .fascia-2 .row-2 .left {
	background-color: #f8f4f3;
	padding: 30px 5% 100px;
}
#servizi .fascia-2 .row-2 .right {
	padding: 0 5%;
	margin-top: -60px;
}
#servizi .fascia-2 .row-3 .left {
	display: none;
}
#servizi .fascia-2 .row-3 .right {
	padding: 0 5%;
	margin-top: -60px;
}
#servizi .fascia-2 .row-3 .center {
	background-color: #e9f1f2;
	padding: 30px 5% 100px;
}
#servizi .fascia-2 .row-4 {
	padding: 60px 0;
}
#servizi .fascia-2 .row-4 .left {
	background-color: #e9f1f2;
	padding: 30px 5% 100px;
}
#servizi .fascia-2 .row-4 .right {
	padding: 0 5%;
	margin-top: -60px;
}
#servizi .fascia-2 .row-5 .left {
	background-color: #f8f4f3;
}
/*--------------SERVIZIO SINGOLO------------------*/
#servizio-singolo .fascia-1 {
	display: grid;
}
#servizio-singolo .fascia-2 {
	padding: 30px 5%;
	background-image: url(img/home/icona-parallax.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
#servizio-singolo .parallax {
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	height: 400px;
}
#servizio-singolo h1 {
	padding-bottom: 20px;
}
#servizio-singolo .fascia-4 {
	padding: 30px 0;
}
#servizio-singolo .fascia-4 h2 {
	padding-bottom: 20px;
}
#servizio-singolo .fascia-5 {
	padding: 30px 0;
	background-color: #eff5f6;
}
#servizio-singolo .fascia-5 h2 {
	padding-bottom: 10px;
}
#servizio-singolo .fascia-5 .wpcf7 {
	padding-top: 20px;
}
/*--------------PROFESSIONISTI------------------*/
.single-professionisti .fascia-1 {
	padding: 30px 0;
	background-color: #e9f1f2;
}
.single-professionisti .fascia-1 h1 {
	padding: 10px 0;
}
.single-professionisti .fascia-1 h3 {
	color: #0099cc;
	padding-bottom: 30px;
}
.single-professionisti .freccia {
	display: table;
}
.single-professionisti .fascia-3 .slick-prev,
.single-professionisti .fascia-2 .slick-prev {
	background-image: url(img/home/left-blu.svg);
	left: -15%;
}
.single-professionisti .fascia-3 .slick-next,
.single-professionisti .fascia-2 .slick-next {
	background-image: url(img/home/right-blu.svg);
	right: -18%;
}
.single-professionisti .fascia-3 .slick-prev,
.single-professionisti .fascia-3 .slick-next,
.single-professionisti .fascia-2 .slick-prev,
.single-professionisti .fascia-2 .slick-next {
	top: 45%;
}
.single-professionisti .fascia-2 {
	padding: 30px 0;
}
.single-professionisti .fascia-2 h3 {
	padding-bottom: 20px;
}
.single-professionisti .fascia-3 {
	text-align: center;
	padding: 30px 0;
}
.single-professionisti .fascia-3 h3 {
	padding-bottom: 10px;
}
.single-professionisti .fascia-2 .carosello,
.single-professionisti .fascia-3 .carosello {
	margin: 0 auto;
	width: 80%;
}
.single-professionisti .fascia-3 .icona {
	padding: 60px 0 30px;
}
.single-professionisti .fascia-3 .icona div {
	border-radius: 50%;
	height: 250px;
	width: 250px;
	padding: 40px;
	box-shadow: 0 0.2rem 1.0rem rgb(36 36 36);
	display: flex;
	margin: 0 auto 20px;
}
.single-professionisti .fascia-3 .slick-prev, 
.single-professionisti .fascia-3 .slick-next {
    top: 40%;
}
.single-professionisti .fascia-3 .icona p {
	text-transform: uppercase;
	font-size: 20px;
	color: #071C41;
}
.single-professionisti .fascia-3 img {
	max-width: 20px;
	margin-right: 10px;
}
.single-professionisti .fascia-3 p {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
.single-professionisti .fascia-3 .lista {
	margin-top: 30px;
}
.single-professionisti .fascia-4 .carosello .news:hover img {
	transition-duration: 4s;
	-webkit-transition-duration: 4s;
	-o-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.single-professionisti .fascia-4 {
	padding: 30px 0;
}
.single-professionisti .fascia-4  h3 {
	padding-bottom: 20px;
	color: #003775;
}
.single-professionisti .fascia-4 .carosello .news .paragrafo {
	padding: 10px;
	box-shadow: 0 0.2rem 1.8rem rgb(36 36 36 / 10%);
	margin-bottom: 30px;
	border-radius: 0 0 20px 20px;
}
.single-professionisti .fascia-4 .carosello .news img {
	border-radius: 20px 20px 0px 0px;
}
.single-professionisti .fascia-4 .carosello .news p {
	padding: 10px 0;
}
.single-professionisti .fascia-4 .carosello .news a {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 14px;
	color: #036d92;
	font-weight: bold;
}
.single-professionisti .fascia-4 .carosello .news .hover {
	overflow: hidden;
}
.single-professionisti .fascia-4 .news h3 {
	padding-bottom: 0px;
}
.single-professionisti .fascia-4 .freccia {
	text-align: center;
}
.single-professionisti .fascia-5 {
	padding: 30px 5%;
	background-color: #eff5f6;
}
.single-professionisti .fascia-5 h2 {
	padding-bottom: 10px;
}
.single-professionisti .fascia-5 .wpcf7 {
	padding-top: 20px;
}
.single-professionisti .fascia-6 {
	padding: 30px 5%;
	background-color: #eff5f6;
}
.single-professionisti .fascia-6 h2 {
	padding-bottom: 10px;
}
.single-professionisti .fascia-6 .team .carosello .slick-next {
	background-image: url(img/home/right-blu.svg);
	top:35%;
}
.single-professionisti .fascia-6 .team .carosello .slick-prev {
	top:35%;
	background-image: url(img/home/left-blu.svg);
}
.form-popup {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	padding-top: 100px;
	display: none;
	text-align: left;
}
.form-popup .close {
	color: #fff;
	text-align: right;
	margin:2% 5%;
	font-size: 25px;
	cursor: pointer;
}
.form-popup .contenitore {
	background-color: #fff;
	padding: 20px;
	margin: 0 5%;
}
.form-popup p {
	text-align: left;
}

/*--------------NEWS------------------*/
.single .content {
	padding: 30px 0;
}
.single h1 {
	font-size: 25px;
}
.single .date {
	padding: 10px 0;
	display: block;
}
.single h3 {
	padding-bottom: 20px;
}
.single p {
	padding-bottom: 10px;
}
/*--------------CONTATTI------------------*/
.contatti .header {
	position: relative;
	background-color: #eff5f6;
}
#contatti .fascia-2 {
	padding: 30px 5% 0;
	text-align: center;
}
#contatti .fascia-2 h3 {
	padding-bottom: 10px;
}
#contatti .fascia-2 .recapiti {
	padding: 30px 0 0;
}
#contatti .fascia-2 .recapiti .icona {
	padding: 30px 0;
}
#contatti .fascia-2 .recapiti .icona div {
	border-radius: 50%;
	height: 100px;
	width: 100px;
	padding: 20px;
	box-shadow: 0 0.2rem 1.8rem rgb(36 36 36);
	display: flex;
	margin: 0 auto 20px;
}
#contatti .fascia-3 {
	padding: 30px 5%;
	background-color: #eff5f6;
}
#contatti .fascia-3 h2 {
	padding-bottom: 10px;
}
#contatti .fascia-3 .wpcf7 {
	padding-top: 20px;
}
#contatti iframe {
	display: grid;
}
/*--------------QUESTIONARIO------------------*/
#questionario {
	padding: 60px 0;
}
#questionario h2 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 30px;
}
#questionario .intro h3 {
	text-align: center;
	padding-bottom: 60px;
}
#questionario ul {
	text-align: center;
}
#questionario li {
	padding: 30px 0;
}
#questionario li p {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}
#questionario ul li:nth-child(1) label,
#questionario ul li:nth-child(2) label {
	padding-left: 0;
}
#questionario label {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
    padding-left: 15vh;
}
#questionario input[type=text] {
	width: 300px;
	border: 1px solid #003775;
	margin-bottom: 0;
	text-align: center;
}
#questionario input[type=radio] {
	width: 20px;
	height: 20px;
	margin-bottom: 0;
	margin-right: 15px;
	appearance: none;
	border-radius: 50%;
	border: 1px solid #003775;
}
#questionario input[type=radio]:checked {
	background-color: #003775;
}
#questionario label span {
	width: 150px;
    text-align: left;
}
#questionario button {
	color: #fff;
	background-color: #e53012;
	padding: 10px 20px;
	border-radius: 30px;
	border: 1px solid #e53012;
	display: inline-block;
	margin: 30px auto;
	font-weight: bold;
	cursor: pointer;
}
#questionario button:hover {
	border: 1px solid #e53012;
	background-color: transparent;
	color: #e53012;
}
#questionario .pulsanti {
	text-align: center;
}
#questionario .risposta {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#questionario .wpcf7-acceptance {
	text-align: center;
    margin: 0 auto;
    display: table;
}
#questionario .wpcf7-acceptance label {
	padding-left: 0;
}
#questionario .wpcf7-acceptance input {
	margin-right: 10px;
}
#questionario .wpcf7-acceptance span {
	width: 100%;
}
#questionario .sportive input[type=text] {
	text-align: center;
	width: 300px;
	border: 1px solid #003775;
}
#questionario .sportive ::placeholder {
	opacity: 0.5;
}
#questionario .sportive:first-child label {
	padding: 0;
}
#questionario .step-6 p {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.thank-you-page section {
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*--------------GDPR------------------*/
.page-template-template-demo label {
	display: flex;
	padding: 10px 0;
}
.page-template-template-demo input {
	width: auto;
	height: auto;
	margin-right: 5px;
	border: 1px solid;
	margin-bottom: 0;
}




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

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

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

@media only screen and (min-width:768px) {
	.wpcf7-form .flex p {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form .flex p span {
		width: 48%;
	}
	.wpcf7-form .flex .privacy {
		width: 60%;
	}
	.wpcf7-submit {
		margin-top: 0;
		display: block;
		float: right;
	}
	.wpcf7-form input {
	    height: 40px;
	}
	div.wpcf7-response-output {
		font-size: 20px;
		text-align: right;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.pre-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}
	.pre-header .right {
		display: flex;
		width: 50%;
		text-align: left;
		align-items: center;
		justify-content: flex-start;
	}
	.pre-header .right a {
		margin-right: 10px;
	}
	.pre-header .left {
		width: 50%;
		justify-content: end;
	}
	.pre-header .left a {
		margin-left: 10px;
	}
	.nav ul li {
		padding: 30px 0;
	}
	.nav a {
		font-size: 20px;
	}
	.footer {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer .colonna {
		width: 48%;
	}
	.copyright {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
	.slick-prev {
		background-image: url(img/home/left-blu.svg);
		top: 45%;
		left: -5%;
	}
	.slick-next {
		background-image: url(img/home/right-blu.svg);
		top: 45%;
		right: -5%;
		width: auto;
	}
	h1 {
		font-size: 35px;
	}
/*--------------HOME------------------*/
	#home .fascia-3 .row-1 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
	}
	#home .fascia-3 .row-1 .left {
		width: 60%;
	}
	#home .fascia-3 .row-1 .right {
		width: 40%;
	}
	#home .fascia-3 .row-1 .right {
		margin: 0;
		padding: 0;
		margin-right: -50px;
		margin-top: -100px;
	}
	#home .fascia-3 .row-1 .testo {
		padding: 60px 25%;
	}
	#home .fascia-3 .row-1 h3 {
		padding: 30px 25%;
	}
	#home .fascia-3 h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	#home .fascia-3 .row-2 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	#home .fascia-3 .row-2 .left {
		width: 55%;
	}
	#home .fascia-3 .row-2 .right {
		width: 45%;
	}
	#home .fascia-3 .row-2 .right {
		padding: 0;
		margin-top: -120px;
		margin-left: 30px;
	}
	#home .fascia-3 .row-2 .left {
		padding: 60px 7% 220px;
		margin-right: -50px;
	}
	#home .fascia-3 .row-3 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
	}
	#home .fascia-3 .row-3 .left {
		display: flex;
	}
	#home .fascia-3 .row-3 .right {
		margin-top: -200px;
	}
	#home .fascia-3 .row-3 .center {
		padding: 30px 5%;
	}
	#home .fascia-3 .row-4 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
	}
	#home .fascia-3 .row-4 .left {
		width: 55%;
	}
	#home .fascia-3 .row-4 .right {
		width: 45%;
	}
	#home .fascia-3 .row-4 .right {
		padding: 0;
		margin-top: -400px;
	}
	#home .fascia-3 .row-4 .left {
		padding: 60px 7%;
		margin-left: -20px;
	}
	#home .fascia-4 .carosello .news {
		padding: 0 5%;
	}
	#home .fascia-5 {
		padding: 60px 5%;
	}
	#home .fascia-5 .right h2 {
		padding: 40px 0;
	}

/*--------------AZIENDA------------------*/
	#azienda .fascia-1 .testo {
		padding: 60px 0 0;
	}
	#azienda .team {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#azienda .team .professionista {
		width: 48%;
	}
/*--------------SERVIZI------------------*/
	#servizi .fascia-2 .row-1 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
		margin-top: 60px;
	}
	#servizi .fascia-2 .row-1 .left {
		width: 60%;
	}
	#servizi .fascia-2 .row-1 .right {
		width: 40%;
	}
	#servizi .fascia-2 .row-1 .right {
		margin: 0;
		padding: 0;
		margin-right: -20px;
		margin-top: -100px;
	}
	#servizi .fascia-2 .row-1 .testo {
		padding: 60px 10%;
	}
	#servizi .fascia-2 .row-1 h3 {
		padding: 30px 25%;
	}
	#servizi .fascia-2 h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	#servizi .fascia-2 .row-2 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	#servizi .fascia-2 .row-2 .left {
		width: 55%;
	}
	#servizi .fascia-2 .row-2 .right {
		width: 45%;
	}
	#servizi .fascia-2 .row-2 .right {
		padding: 0;
		margin-top: -120px;
	}
	#servizi .fascia-2 .row-2 .left {
		padding: 60px 7% 220px;
		margin-right: -30px;
	}
	#servizi .fascia-2 .row-3 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
	}
	#servizi .fascia-2 .row-3 .left {
		display: flex;
	}
	#servizi .fascia-2 .row-3 .right {
		margin-top: -220px;
	}
	#servizi .fascia-2 .row-3 .center {
		padding: 30px 5%;
	}
	#servizi .fascia-2 .row-4 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
	}
	#servizi .fascia-2 .row-4 .left {
		width: 55%;
	}
	#servizi .fascia-2 .row-4 .right {
		width: 45%;
	}
	#servizi .fascia-2 .row-4 .right {
		padding: 0;
		margin-top: -400px;
	}
	#servizi .fascia-2 .row-4 .left {
		padding: 60px 7%;
		margin-left: -20px;
	}
/*--------------SERVIZIO SINGOLO------------------*/
	#servizio-singolo .fascia-4 .team {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#servizio-singolo .fascia-4 .team .professionista {
		width: 48%;
	}

/*--------------PROFESSIONISTI------------------*/
	.single-professionisti .fascia-2 .slick-slide img,
	.single-professionisti .fascia-3 .slick-slide img {
		padding: 5%;
	}
	.single-professionisti .fascia-3 {
		padding: 30px 0 60px;
	}
	.single-professionisti .fascia-3 .icona div {
		width: 150px;
		height: 150px;
	}
	.single-professionisti .fascia-3 .slick-prev, 
	.single-professionisti .fascia-3 .slick-next {
		top: 35%;
	}
	.single-professionisti .fascia-3 h2 {
		max-width: 400px;
		margin: 0 auto;
	}
	.single-professionisti .fascia-4 .carosello .news {
		padding: 0 5%;
	}
	.single-professionisti .fascia-4 h3 {
		padding-bottom: 30px;
	}
	.single-professionisti .fascia-4 .carosello .news .paragrafo {
		padding: 20px;
	}
	.single-professionisti .fascia-6 .carosello .professionista {
		padding: 0 2%;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-2 {
		padding: 60px 5%;
	}
	#contatti .fascia-2 .recapiti {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		padding: 30px 0 0;
	}
	#contatti .fascia-2 .recapiti .icona {
		width: 25%;
		padding: 30px 0 0;
	}
	#contatti .fascia-3 {
		padding: 60px 5%;
	}

}
@media only screen and (min-width:1024px) {
	.pre-header .right a {
		margin-right: 20px;
		width: 20px;
	}
	.pre-header .left {
		justify-content: flex-end;
	}
	.pre-header .left a {
		margin-left: 30px;
	}
	.footer .colonna {
		width: 23%;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
	}
	.slick-prev {
		left: -3%;
	}
	.slick-next {
		right: -3%;
	}
/*--------------HOME------------------*/
	#home .fascia-1 .text {
		position: absolute;
		display: flex;
		flex-direction: column;
		text-align: right;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
	}
	#home .fascia-1 .text div {
		max-width: 300px;
	}
	#home .fascia-2 {
		background-size: 40%;
		padding: 60px 5%;
		background-attachment: fixed;
	}
	#home .fascia-2 .testo {
		max-width: 730px;
		margin: 0 auto;
	}
	#home .fascia-3 {
	    padding: 120px 0;
	    background-image: url(img/home/icona-parallax.svg);
		background-size: 40%;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-attachment: fixed;
	}
	#home .fascia-3 .row-1 .testo {
		padding: 60px 25% 120px;
	}
	#home .fascia-3 .row-2 .right {
		margin-top: -300px;
	}
	#home .fascia-3 .row-4 .right {
		margin-top: -350px;
	}
	#home .fascia-3 .row-3 .center {
		padding: 60px 5% 120px;
	}
	#home .fascia-4 {
		padding: 120px 0;
	}
	#home .fascia-4 .testo {
		text-align: left;
		padding-bottom: 60px;
	}
	#home .fascia-4 .testo h2 {
		padding-bottom: 20px;
	}
	#home .fascia-4 .carosello .news .paragrafo {
		padding: 20px;
	}
	#home .fascia-5 {
		padding: 0 5% 30px;
	}
	.call-to-action .text {
		width: 450px;
	}
	.parallax .text {
		width: 100%;
	}
	.recensioni {
		padding: 120px 0;
	}
	.social-wall {
		padding: 120px 5%;
	}
	.form-popup .contenitore {
		padding: 30px;
 	}
/*--------------SERVIZI------------------*/
	#servizi .fascia-1 p {
		max-width: 600px;
		margin: 0 auto;
	}
	#servizi .fascia-2 .row-1 .testo {
		padding: 60px 25% 120px;
	}
	#servizi .fascia-2 .row-2 .right {
		margin-top: -300px;
	}
	#servizi .fascia-2 .row-3 .center {
		padding: 30px 5% 120px;
	}
	#servizi .fascia-2 .row-4 .right {
		margin-top: -350px;
	}
/*--------------SERVIZIO SINGOLO------------------*/
	#servizio-singolo .fascia-2 p {
		column-count: 2;
	}
	#servizio-singolo .fascia-2 {
		background-size: 40%;
		padding: 60px 0;
		background-attachment: fixed;
	}
/*--------------PROFESSIONISTI------------------*/
	.single-professionisti .fascia-1 .content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
	.single-professionisti .fascia-1 .left, 
	.single-professionisti .fascia-1 .right {
		width: 48%;
	}
	.single-professionisti .fascia-2 .carosello, 
	.single-professionisti .fascia-3 .carosello {
		width: 90%;
	}
	.single-professionisti .fascia-3 .slick-prev, 
	.single-professionisti .fascia-2 .slick-prev {
		left: -5%;
	}
	.single-professionisti .fascia-3 .slick-next, 
	.single-professionisti .fascia-2 .slick-next {
		right: -5%;
	}
	.single-professionisti .fascia-3 .slick-prev, 
	.single-professionisti .fascia-3 .slick-next {
		top: 40%;
	}
	.single-professionisti .fascia-3 h2 {
		max-width: 600px;
	}
	.single-professionisti .fascia-3 .lista {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		max-width: 1100px;
	}
	.single-professionisti .fascia-3 .lista .left,
	.single-professionisti .fascia-3 .lista .right {
		width: 48%;
	}
/*--------------CONTATTI------------------*/
	.contatti .header {
		margin-top: 0;
	}
	#contatti .fascia-2 {
		padding: 120px 5%;
	}
	#contatti .fascia-2 .recapiti {
		padding: 60px 0 0;
	}
	#contatti .fascia-3 {
		padding: 120px 5%;
	}
/*--------------QUESTIONARIO------------------*/
	#questionario h2 {
		font-size: 30px;
	}
	#questionario label {
		padding-left: 8vh;
	}
}
@media only screen and (min-width:1280px) {
	/* nav */
	.nav {
		display: none;
	}
	.nav ul {
		margin-top: 0;
		text-align: right;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		padding: 0 0 0 15px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #000;
		text-transform: capitalize;
		letter-spacing: 1px;
	}
	.current_page_item a {
		text-decoration: underline;
	}
	.openclose img {
		display: none;
	}
	.header {
		margin-top: 0;
		position: relative;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		height: 120px;
		line-height: inherit;
		padding: 30px 5%;
		top: 0;
		left: 0;
		z-index: 20;
		display: flex;
	}
	.header .left, 
	.header .right {
		display: flex;
		width: 33%;
	}
	.header .right {
		justify-content: flex-end;
	}
	.header .left ul, 
	.header .right ul {
		display: flex;
	}
	.header .left ul li a, 
	.header .right ul li a {
		color: #036d92;
	}
	.header .right ul li {
		margin-left: 30px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.header .left ul li {
		margin-right: 50px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.logo {
		position: relative;
		width: 33%;
		left: auto;
		top: auto;
		text-align: center;
		margin-top: 0;
	}
	.logo img {
		max-width: 300px;
	}
	.book a {
		background-color: #e53012;
		color: #fff !important;
		padding: 15px 20px;
		border-radius: 30px;
		border: 1px solid #e53012;
	}
	.book a:hover {
		color: #e53012 !important;
	}
/*--------------HOME------------------*/
	#home .fascia-3 .row-2 .right {
		margin-top: 0;
	}
	#home .fascia-3 .row-4 .left {
		margin-left: -60px;
	}
	#home .fascia-3 .row-4 .right {
		margin-top: -200px;
	}
	#home .fascia-5 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5% 120px;
		background-image: url(img/home/icona-parallax.svg);
		background-size: 40%;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-attachment: fixed;
	}
	#home .fascia-5 div {
		width: 48%;
	}
	#home .fascia-5 .left h2 {
		display: block;
		padding-bottom: 60px;
	}
	#home .fascia-5 .right h2 {
		display: none;
	}

/*--------------AZIENDA------------------*/
	#azienda h1 {
		font-size: 30px;
	}
	#azienda .fascia-1 {
		position: relative;
	}
	#azienda .fascia-1 .testo {
		position: absolute;
		top: 0;
		left: 67%;
		z-index: 1;
		width: 30%;
		text-align: left;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: 100%;
	}
	#azienda .fascia-4 {
		padding: 120px 0 90px;
	}
	#azienda .team {
		justify-content: flex-start;
	}
	#azienda .team .professionista {
		width: 33.333333%;
		padding: 2%;
	}
	#azienda .team {
		margin-top: 60px;
	}
	#azienda .fascia-4 .testo {
		padding: 0 2%;
	}
/*--------------SERVIZI------------------*/
	#servizi .fascia-1 .testo {
		padding: 60px 5%;
	}
	#servizi .fascia-2 .row-2 .right {
		margin-top: -150px;
	}
	#servizi .fascia-2 .row-4 .left {
		margin-left: -60px;
	}
	#servizi .fascia-2 .row-4 .right {
		margin-top: -200px;
	}
/*--------------SERVIZIO SINGOLO------------------*/
	#servizio-singolo .fascia-4 {
		padding: 60px 0;
	}
	#servizio-singolo .fascia-5 {
		padding: 60px 0;
	}
	#servizio-singolo .parallax {
		height: 500px;
	}
	#servizio-singolo .fascia-4 .team .professionista {
		width: 33%;
		padding: 1%;
	}
	#servizio-singolo .fascia-4 .team {
		justify-content: flex-start;
	}

/*--------------PROFESSIONISTI------------------*/
	.single-professionisti .fascia-1,
	.single-professionisti .fascia-2 {
		padding: 60px 0;
	}
	.single-professionisti .fascia-3,
	.single-professionisti .fascia-4 {
		padding: 0 0 60px;
	}
	.single-professionisti .fascia-3 h3 {
		padding-bottom: 30px;
	}
	.single-professionisti .fascia-3 .freccia {
		margin: 30px auto;
	}
	.single-professionisti .fascia-4 {
		padding-top: 60px;
	}
	.single-professionisti .fascia-5 {
		padding: 60px 5%;
	}
	.single-professionisti .fascia-6 {
		padding: 60px 5%;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-2 {
	    max-width: 1000px;
		margin: 0 auto;
	}
	#contatti .fascia-2 .recapiti .icona div {
		width: 130px;
		height: 130px;
	}
	#contatti .fascia-2 .recapiti .icona div img {
		max-width: 70px;
	    text-align: center;
	    margin: 0 auto;
	}
}
@media only screen and (min-width:1600px) {
/*--------------HOME------------------*/
	#home .fascia-1 h1 {
		font-size: 70px;
	}
	#home .fascia-1 h3 {
		font-size: 20px;
	}
	#home .fascia-1 .text div {
		max-width: 450px;
	}
	#home .fascia-2 {
		padding: 60px 5% 120px;
	}
	#home .fascia-3 .row-3 .right {
	    margin-top: -15%;
	}
	#home .fascia-3 .row-4 .right {
		margin-top: -250px;
	}
/*--------------AZIENDA------------------*/
	#azienda h1 {
		font-size: 40px;
	}
/*--------------SERVIZI------------------*/
	#servizi .fascia-2 .row-1 {
		margin-top: 120px;
	}
	#servizi .fascia-2 .row-3 .right {
	    margin-top: -15%;
	}
	#servizi .fascia-2 .row-4 .right {
		margin-top: -250px;
	}
/*--------------PROFESSIONISTI------------------*/
	.single-professionisti .content {
		max-width: 100%;
	}
}


