/*
	Theme Name: Genesi
	Theme URI: https://genesilab.srl
	Description: Forniture protesi dentali
	Version: 1.4.3
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	Tags: HTML5, CSS3

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

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 16px/1.4 'CircularStd-Book', Helvetica, Arial, sans-serif;
	color:#fff;
}
/* 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:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 30px;	
	text-transform: uppercase;
	font-family:'Audrey-Normal';
	letter-spacing: 5px;
}
h2 {
	text-transform: uppercase;	
	font-family:'Audrey-Normal';
	font-size: 25px;
	letter-spacing: 5px;
}
h3 {
	text-transform: uppercase;	
	font-family:'CircularStd-Black';
	letter-spacing: 5px;
	font-size: 25px;
}
h4 {
	text-transform: uppercase;
	font-family:'CircularStd-Medium';
	letter-spacing: 5px;
	font-size: 25px;
}
h5 {
	text-transform: uppercase;	
	font-family:'Audrey-Normal';
	font-size: 20px;
	letter-spacing: 5px;
}
.divider {
	width: 100px;
	background-color: #13E0EA;
	height: 2px;
	display: block;
	margin: 20px 0;
}
.pulsante-white {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	padding: 10px;
	text-transform: uppercase;
	display: inline-block;
	width: 200px;
	letter-spacing: 2px;
	text-align: center;
}
.pulsante-white:hover {
	background-color: #fff;
	color: #000;
}
.pulsante-black {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	padding: 10px;
	text-transform: uppercase;
	display: inline-block;
	width: 200px;
	letter-spacing: 2px;
	text-align: center;
}
.pulsante-black:hover {
	background-color: #fff;
	color: #000;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.20);
}
.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/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 5%;
	z-index: 1;
	outline: none;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
}
.slide .slick-prev {
	background-image: url(img/header/left-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 5%;
	z-index: 1;
	outline: none;
}
.slide .slick-next {
	background-image: url(img/header/right-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
}
/* FORM */
.wpcf7 {
	background-color: #131A1D;
	padding: 10px 30px 30px;
	margin-top: 30px;
}
input,
textarea {
	outline: none;
	padding: 10px;
	color: #000;
	margin-top: 20px;
	background-color: #fff;
	width: 100%;
	border: none;
}
input {
	height: 40px;
}
textarea {
	height: 100px;
}
::placeholder {
	color: #000;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #fff;
}
.wpcf7-form a {
	color: #fff;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #1CE8D9;
	background-color: #1CE8D9;
	color: #000;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #000;
}
/* Style the tab */
.tab {
  	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  	background-color: inherit;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	transition: 0.3s;
  	width: 31%;
  	border-bottom: 2px solid #999;
  	margin: 0 1%;
  	text-transform: uppercase;
  	color: #666;
  	font-size: 16px;
}

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

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #199095;
	border-radius: 100px;
}
.accordion :after {
	content: ">";
	color: #f7c231;
	margin-top: 20px;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.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;
}
.content {
	max-width:1400px;
	width:90%;
	margin:0 auto;
	position:relative;
}
section {
	overflow: hidden;
}
/* header */
.header {
	position: absolute;
	width: 100%;
	height: 120px;
	line-height: 120px;
}
.header .logo .black {
	display: none;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
	margin-top: 10px;
}
.logo img {
	max-width: 150px;
}
/* nav */
.nav .desktop {
	display: none;
}
.nav {
	display: none;
	background-color: #131A1D;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.nav a {
	color: #fff;
	text-transform: uppercase;
}
.nav a:hover {
	text-decoration: underline;
}
.current_page_item a {
	color: #00daf2 !important;
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
.openclose {
	position: absolute;
	top: 30%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 10px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 5px;
	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%;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(img/footer/sfondo-logo.svg);
	background-size: 100% auto;
	background-position: left center;
	background-repeat: no-repeat;
	background-position-x: -100px;
}
.footer a {
	color: #fff;
}
.footer .logo-footer {
	max-width: 200px;
}
.footer .social {
	margin: 0;
	background-color: transparent;
}
.footer .social img {
	max-width: 30px;
	max-height: 20px;
	margin: 10px 5px 0;
}
.footer ul {
	padding: 40px 0;
}
.footer span {
	color: #00daf2;
}


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

/*--------------GDPR------------------*/
.page-template-template-gdpr {
	background-color: #131A1D;
}
.page-template-template-gdpr section h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr section p {
	max-width: 800px;
}
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100% !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div, 
#cmplz-document .cmplz-dropdown summary div,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"], #cmplz-document .cmplz-dropdown summary div input[data-category="functional"], .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"] {
	width: 5% !important;
}
.page-template-template-gdpr input[type=checkbox], .page-template-template-gdpr input[type=radio] {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
	max-width: 6px;
	margin-right: 10px;
}
.page-template-template-gdpr input[type=checkbox]:checked, .page-template-template-gdpr input[type=radio]:checked {
	background-color: #000;
}
.page-template-template-gdpr label {
	padding: 0;
	width: 25%;
	text-align: left;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
	width: 15%;
	text-align: left;
}
.cmplz-category-title{
	width: 80%;
}

/*--------------HOME------------------*/
#home {
	background-color: #131A1D;
}
#home .row-1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	height: 100vh;
	width: 100%;
	position: relative;
	color: #fff;
}
#home h1 {
	padding-bottom: 20px;
}
#home .row-2 {
	padding: 30px 0;
	text-align: center;
	background-image: url(img/home/firma.svg);
	background-size: 300px auto;
	background-repeat: no-repeat;
	background-position: right;
	background-position-y: 85%;
}
#home .row-2 h2 {
	padding-bottom: 20px;
}
#home .row-3 {
	text-align: center;
	padding-bottom: 30px;
	background-color: #000;
}
#home .row-3 h2 {
	background-color: #000;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}
#home .row-3 h3 {
	color: #fff;
}
#home .row-3 p {
	padding: 30px 5%;
	text-align: center;
}
#home .row-4 {
	position: relative;
	background-image: url(img/home/genesi-lab.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
	display: flex;
    align-items: center;
    justify-content: center;
}
#home .row-4 .testo {
	background-color: #131A1D;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	text-align: center;
	width: 350px;
}
#home .row-4 .testo p {
	padding: 20px 0;
}
#home .row-4 .testo img {
	max-width: 80px;
}
#home .row-5 {
	padding: 30px 0;
}
#home .row-5 .left {
	padding: 0 5% 30px;
}
#home .row-5 .left img {
	max-width: 80px;
	margin-top: 20px;
}
#home .row-5 .right .text {
	color: #fff;
	justify-content: end;
    align-items: flex-start;
}
.call-to-action {
	text-align: center;
	background-image: url(img/laboratorio/slide-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 400px;
	position: relative;
}
.call-to-action .text {
	background-color:rgba(0, 0, 0, 0.50);
}
.call-to-action h2 {
	padding: 0 5% 20px;
}
.social {
	padding: 30px 0;
	text-align: center;
	background-color: #131A1D;
	color: #fff;
}
.recensioni {
	text-align: center;
	padding: 30px 0;
}
/*--------------AZIENDA------------------*/
#azienda .row-1 {
	background-image: url(img/azienda/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	height: 100vh;
	width: 100%;
	position: relative;
	color: #fff;
}
#azienda h1 {
	padding-bottom: 20px;
}
#azienda .row-3 {
	background-color: #000;
	color: #fff;
	padding: 30px 5%;
	text-align: center;
}
#azienda .row-3 span {
	color: #13E0EA;
}
#azienda .row-4 {
	position: relative;
	background-image: url(img/azienda/pagina-AZIENDA.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50vh;
	width: 100%;
}
#azienda .row-5 {
	padding: 30px 0;
}
#azienda .row-5 .left {
	padding: 0 5% 30px;
}
#azienda .row-5 .left img {
	max-width: 80px;
	margin-top: 20px;
}
#azienda .row-5 .right .text {
	color: #fff;
	justify-content: end;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.20);
}
#azienda .row-5 .right .hover {
	display: none;
}
#azienda .row-5 .blocco:hover .hover {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.50);
	padding: 0 5%;
}
#azienda .row-5 .blocco:hover .text {
	display: none;
}
#azienda .row-4 {
	position: relative;
	color: #fff;
}
#azienda .row-4 h2 {
	padding-bottom: 20px;
}
#azienda .row-6 {
	background-color: #131A1D;
	color: #fff;
}
#azienda .row-6 h5 {
	color: #3CBBCD;
}
#azienda .row-6 .blocco {
	flex-direction: column;
}
#azienda .row-6 .blocco .right {
	padding: 30px 5% 60px;
}
#azienda .call-to-action {
	background-image: url(img/azienda/parallax-azienda.jpg);
	color: #fff;
	height: 600px;
}
#azienda .call-to-action h2 {
	padding: 0 5%;
}
/*--------------LAB------------------*/
#lab {
	background-color: #000;
}
#lab .row-1 {
	background-image: url(img/azienda/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	height: 100vh;
	width: 100%;
	position: relative;
	color: #fff;
}
#lab h1 {
	padding-bottom: 20px;
}
#lab .row-2 .left {
	padding: 30px 5%;
}
#lab .row-2 .right {
	display: grid;
	padding:30px 5%;
}
#lab .row-3 {
	padding: 30px 0;
	text-align: center;
}
#lab .row-3 .icone {
	margin-top: 30px;
}
#lab .row-3 .icone div {
	padding: 30px 0;
}
#lab .row-3 .icone img {
	max-width: 200px;
	margin-bottom: 20px;
}
#lab .row-4 {
	position: relative;
	color: #fff;
	background-image: url(img/azienda/pagina-AZIENDA.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30vh;
	width: 100%;
}
#lab .row-4 .text {
	justify-content: flex-start;
}
/*--------------CASI CLINICI------------------*/
.casi-clinici .header {
	position: relative;
	background-color: #000;
}
#casi {
	background-color: #000;
	color: #fff;
}
#casi .divider {
	margin: 20px auto;
	display: inline-block;
}
#casi .row-1 {
	padding: 30px 5%;
}
#casi .row-2 .casi .testo {
	padding: 30px 5% 0;
	text-align: center;
}
#casi .row-2 .casi:nth-child(odd) {
	background-color: #131A1D;
}
#casi .row-2 .casi .carosello {
	padding: 30px 0;
}
#casi .row-2 .casi .carosello p {
	padding-top: 20px;
	text-align: center;
}
#casi .row-2 .casi .carosello img {
	padding: 2%;
}
#casi .row-2 .casi .carosello .slick-prev {
	background-image: url(img/header/left-white.svg);
}
#casi .row-2 .casi .carosello .slick-next {
	background-image: url(img/header/right-white.svg);
}
#casi .row-2 .casi .carosello .slick-prev,
#casi .row-2 .casi .carosello .slick-next {
	top: 0%;
}
#casi .row-4 {
	position: relative;
	color: #fff;
	margin-top: 30px;
	background-image: url(img/azienda/pagina-AZIENDA.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30vh;
	width: 100%;
}
#casi .row-4 .text {
	justify-content: flex-start;
} 
#casi .row-4 h2 {
	font-size: 25px;
}
/*--------------SERVIZI------------------*/
.servizi .header {
	position: relative;
	background-color: #000;
}
#servizi {
	background-color: #000;
}
#servizi .row-1 {
	padding: 30px 5%;
}
#servizi span {
	color: #13E0EA;
}
#servizi .row-2 .left {
	padding: 30px 5%;
	background-color: #131A1D;
}
#servizi .row-2 h2 {
	font-size: 25px;
}
#servizi .row-2 .right {
	display: grid;
	position: relative;
}
#servizi .row-4 {
	position: relative;
	color: #fff;
	background-image: url(img/servizi/pagina-SERVIZI.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 40vh;
	width: 100%;
}
#servizi .row-4 .text {
	background-color: rgba(0, 0, 0, 0.50);
}
/*--------------CONTATTI------------------*/
.contatti .header {
	position: relative;
	background-color: #000;
}
#contatti {
	background-color: #000;
}
#contatti .divider {
	
}
#contatti h2 span {
	color: #1CE8D9;
}
#contatti .row-1 {
	padding: 30px 0;
}
#contatti .row-1 .left {
	padding-bottom: 30px;
	text-transform: uppercase;
}
#contatti iframe {
	width: 100%;
	height: 400px;
}
#contatti .row-3 {
	padding: 30px 0;
}
#contatti .row-3 h2 {
	text-align: center;
}

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

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

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

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

@font-face {
	font-family:'CircularStd-Black';
	src:url('fonts/CircularStd-Black/CircularStd-Black.eot');
	src:url('fonts/CircularStd-Black/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/CircularStd-Black/CircularStd-Black.woff') format('woff'),
		url('fonts/CircularStd-Black/CircularStd-Black.ttf') format('truetype'),
		url('fonts/CircularStd-Black/CircularStd-Black.svg#CircularStd-Black') 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;
	    align-content: center;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.wpcf7-form .flex .send p {
		display: flex;
		flex-direction: column;
		align-items: end;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 20px;
	}
	.footer {
		background-size: 600px auto;
	}
/*--------------HOME------------------*/
	#home .row-2 {
		background-position-y: 50%;
	}
	#home .row-3 .servizi {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: row;
	}
	#home .row-2 .servizi .blocco {
		width: 33.33333%;
	}
	#home .row-4 {
		justify-content: end;
		align-items: end;
		height: 50vh;
	}
	#home .row-4 .testo {
		flex-direction: row;
		width: 600px;
		text-align: left;
		align-items: end;
	}
	#home .row-4 .testo div {
		margin-right: 50px;
	}
	#home .row-4 .testo p {
		padding: 10px 0 0;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-4 {
		height: 30vw;
	}
	#azienda .row-4 .text {
	    justify-content: center;
	    align-items: flex-start;
	    text-align: left;
    }
    #azienda .row-4 h2 {
	    width: 400px;
    }
    #azienda .row-4 a {
	    text-align: center;
	    margin-top: 20px;
    }
    #azienda .row-6 .uno .left {
	    max-width: 50%;
    }
    #azienda .row-6 .due .left {
	    max-width: 50%;
    }
    #azienda .row-6 .uno .right {
	    max-width: 50%;
	    text-align: right;
    }
    #azienda .row-6 .due .right {
	    max-width: 50%;
    }
    #azienda .row-6 .blocco {
	    flex-direction: row-reverse;
	    align-items: center;
    }
    #azienda .row-6 .due {
	   justify-content: flex-start;
	   flex-direction: row;
    }
    #azienda .row-6 .tre {
	    justify-content: end;
    }
    #azienda .row-6 h5 {
	    font-size: 30px;
    }
	#azienda .call-to-action {
		height: 500px;
	}
/*--------------LAB------------------*/
    #lab .row-3 .icone {
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-around;
	    flex-direction: row;
    }
    #lab .row-3 .icone div {
	    width: 30%;
    }
    #lab .row-3 .icone h5 {
	    font-size: 16px;
    }
    #lab .row-3 .icone img {
	    max-width: 120px;
    }
    #lab .row-4 {
	    height: 30vw;
    }
    #lab .row-4 .text {
	    justify-content: center;
	    align-items: flex-start;
	    text-align: left;
	    left: 5%;
    }
    #lab .row-4 a {
	    text-align: center;
	    margin-top: 20px;
    }
/*--------------CASI CLINICI------------------*/
	#casi .row-1 {
		text-align: center;
	}
	#casi .row-4 {
		height: 30vw;
	}
	#casi .row-4 .text {
	    justify-content: center;
	    align-items: flex-start;
	    text-align: left;
	    left: 5%;
    }
    #casi .row-4 a {
	    text-align: center;
	    margin-top: 20px;
    }
/*--------------SERVIZI------------------*/
	#servizi .row-1 {
		text-align: center;
	}
/*--------------CONTATTI------------------*/
   #contatti .row-1 {
	   display: flex;
	   justify-content: space-between;
	   align-items: center;
	   flex-direction: row;
   }
   #contatti .row-1 .left,
   #contatti .row-1 .right {
	   width: 49%;
   }
   #contatti .row-1 .left {
	   padding-bottom: 0;
   }

}
@media only screen and (min-width:1024px) {
	/* nav */
	.nav .desktop {
		display: block;
	}
	.nav .mobile {
		display: none;
	}
	.nav .logo-desktop img {
		max-width: 200px;
	}
	.nav .logo-desktop.black {
		display: none;
	}
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
	}
	.nav ul {
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		padding: 0 20px;
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
	}
	.openclose {
		display: none;
	}
	.logo {
		display: none;
	}
	.divider {
		width: 120px;
	}
	.slick-next,
	.slick-prev {
		top: 105%;
	}
	.footer {
		padding: 60px 5%;
	}
/*--------------HOME------------------*/
	#home .row-2 {
		padding: 120px 0;
	}
	#home .row-2 h2 {
		max-width: 700px;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	#home .row-3 {
		padding: 120px 0;
	}
	#home .row-3 p {
		padding: 60px 5% 30px;
	}
	#home .row-4 .testo {
		width: 70%;
		padding: 30px;
	}
	#home .row-5 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 60px 0;
	}
	#home .row-5 .left {
		width: 30%;
	}
	#home .row-5 .right {
		width: 70%;
	}
	#home .row-5 .left img {
		margin-top: 40px;
	}
	.call-to-action {
		height: 500px;
	}
	.call-to-action h2 {
		max-width: 800px;
		margin: 0 auto;
	}
	.social {
		padding: 120px 5%;
	}
	.recensioni {
		padding: 60px 0;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-3 {
		padding: 60px 5%;
	}
	#azienda .row-5 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 60px 0;
	}
	#azienda .row-5 .left {
		width: 30%;
	}
	#azienda .row-5 .right {
		width: 70%;
	}
	#azienda .row-5 .left img {
		margin-top: 40px;
	}
/*--------------LAB------------------*/
	#lab .row-2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		padding: 60px 0;
	}
	#lab .row-2 .right,
	#lab .row-2 .left {
		width: 50%;
		padding: 0 5%;
	}
	.slide .slick-next,
	.slide .slick-prev {
		width: 50px;
		height: 50px;
	}
	.slide .slick-prev {
		left: 1%;
	}
	#lab .row-3 {
		padding: 60px 0;
		max-width: 800px;
		margin: 0 auto;
	}
	#lab .row-3 h2 {
		margin-bottom: 10px;
	}
	#lab .row-3 .icone img {
		max-width: 150px;
	}
	#lab .row-3 .icone h5 {
		font-size: 20px;
	}
/*--------------CASI CLINICI------------------*/
	#casi .row-1 {
		padding: 60px 5%;
	}
	#casi .row-2 .casi .testo {
		padding: 60px 5% 0;
	}
	#casi .row-2 .casi .carosello {
	    padding: 60px 0;
	}
	#casi .row-2 .casi .carosello .slick-prev, 
	#casi .row-2 .casi .carosello .slick-next {
	    top: 0;
	    width: 30px;
	    height: 40px;
	    right: 5%;
	}
	#casi .row-4 {
		margin-top: 60px;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 {
		padding: 60px 5%;
	}
	#servizi .row-2 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 0 5%;
	}
	#servizi .row-2 .left {
		padding: 30px;
		text-align: left;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	#servizi .row-2 .left, 
	#servizi .row-2 .right {
		width: 50%;
	}
	#servizi .reverse {
		flex-direction: row;
	}
	#servizi .reverse .left {
		text-align: right;
		align-items: end;
	}
	#servizi .row-4 {
		height: 30vw;
	}
	#servizi .row-4 .text {
		background-color: rgba(0, 0, 0, 0);
		width: 43%;
		margin-left: 60%;
		text-align: left;
		align-items: start;
		color: #131A1D;
	}
	#servizi .row-4 a {
		border: 1px solid #131A1D;
		color: #131A1D;
	}
	#servizi .row-4 a:hover {
		background-color: #131A1D;
		color: #fff;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
	    padding: 120px 0;
	}
	#contatti .row-3 {
	    padding: 120px 0;
	}
}
@media only screen and (min-width:1280px) {
	.nav ul li a {
		padding: 0 30px;
	}
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 40px;
	}
/*--------------HOME------------------*/
	#home .row-2 {
    	background-position-x: 80%;
	}
	#home .row-2 h2 {
		max-width: 900px;
	}
	#home .row-3 h2 {
		padding: 30px 0;
	}
	#home .row-3 p {
		max-width: 1000px;
		margin: 0 auto;
	}
	#home .row-5 {
		padding: 120px 0;
	}
	#home .row-4 {
		height: 600px;
	}
	#home .row-4 .testo {
		padding: 60px;
		justify-content: space-between;
	}
	#home .row-4 .testo p {
		max-width: 520px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-3 {
		padding: 120px 5%;
	}
	#azienda .row-3 p {
		max-width: 1000px;
		margin: 0 auto;
	}
	#azienda .row-6 .tre .left {
	    max-width: 35%;
	}
	#azienda .row-6 .uno .right {
		margin-left: 15%;
	}
	#azienda .row-6 h5 {
		font-size: 30px;
	}
	#azienda .row-6 .tre .right {
		max-width: 450px;
	}
	#azienda .row-4 h2 {
        width: 500px;
    }
	.call-to-action h2 {
		max-width: 1000px;
	}
/*--------------CASI CLINICI------------------*/
	#casi .row-1 {
		padding: 120px 5%;
	}
	#casi .row-1 p {
		max-width: 1000px;
		margin: 0 auto;
	}
	#casi .row-2 p {
		max-width: 800px;
		margin: 0 auto;
	}
	#casi .row-4 {
		margin-top: 120px;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 {
		padding: 120px 5%;
	}
	#servizi .row-1 p {
		max-width: 1000px;
		margin: 0 auto;
	}
	#servizi .row-2 .left {
		padding: 30px;
	}
	#servizi .row-2 .left p {
		width: 70%;
	}
	#servizi .call-to-action {
		margin-top: 120px;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-3 {
	    max-width: 900px;
	    margin: 0 auto;
	}
}
@media only screen and (min-width:1600px) {
	.divider {
	    width: 150px;
	    margin: 40px 0;
	}
	body {
		font-size: 18px;
	}
/*--------------HOME------------------*/
	#home .row-4 {
		height: 800px;
	}
	#home .row-4 .testo {
		width: 50%;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-5 {
		padding: 120px 0;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-2 h2 {
	    font-size: 30px;
	}
	#servizi .row-2 .left {
        padding: 60px;
    }
    #servizi .row-4 .text {
	    width: 39%;
	    margin-left: 62%;
    }
/*--------------CONTATTI------------------*/
	#contatti iframe {
		height: 600px;
	}
}


