@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


*{
	font-family: "Open Sans", sans-serif;
}
.special-font{
	font-family: "Libre Bodoni", serif;
}
.container{
	width:100%;
	max-width:unset;
	padding:0;
	margin:0 auto;
	float:none;
}
/* Global */ 
a:hover {
	transition: all 0.5s ease-out allow-discrete;
}
a {
	transition: all 0.5s ease-out allow-discrete;	
}
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0;
}
body{
	background-color:#f9f9f9;
}
html {
  font-size: 10px;
}
.absoluted-supercentered{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
}
.fake-button {
    border: 2px solid #E30613;
    font-size: 2rem;
    padding: 1.5rem 2rem;
    line-height: 2rem;
}
.leftcentered-flexed{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-align:left;	
}
.ultracentered-flexed{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.tns-outer{
	padding:0 4rem !important;
	position:relative;
}
.tns-outer .tns-controls button{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	color:#fff;
	font-size:3rem;
	width:5rem;
	height:5rem;
	border-radius:100rem;
	background-color:#2b2e2f;
	border:none;
	display:block;
}
.tns-outer .tns-controls button:nth-child(1){
	left:0;
}
.tns-outer .tns-controls button:nth-child(2){
	right:0;
}
a{
	text-decoration:none !important;
}
.row {
    --bs-gutter-x: 0;
}
.fake-button:hover {
	color: #E30613;
	background-color: #FFF;
}
.full-white-text{
	color:#fff;
}
.full-green-text{
	color: #88ccca;
}
.special-border-button{
    background-color: #757e7d;
    color: #fff;
    border: 3px solid #88ccca;
    font-family: "Libre Bodoni", serif;
    border-radius: 1rem;
}
.backgrounded-image{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
/* Preheader */ 
.preheader-block {
    background-color: #f2ece1;
    color: #713b3e;
    padding: 0;
    height: 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 995;
}
.user-logged-in .preheader-block{
	z-index: 1;
}
.scrolling .preheader-block{
	top:-5rem;
}
.preheader-block .row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    --bs-gutter-x: 0;
}
.preheader-slot {
    display: inline-block;
    width: fit-content;
    padding: 0 1rem;
    font-size: 1.6rem;
} 
.preheader-block a {
	color: #713b3e;
	text-decoration: none;
}
.micro-mail {
	border-left: 2px solid #713b3e;
	border-right: 2px solid #713b3e;
}



/* Prefooter */
.prefooter-block {
	background-color: #2B2E2F;
	color: #FFF;
	border: .2rem solid #B3000A;
}
.prefooter-block .row {
	padding: 3rem;
}
.prefooter-block .prefooter-slot {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.prefooter-block .prefooter-slot.first{
	width:30%;
	padding-right:2rem;
}
.prefooter-block .prefooter-slot.first img{
	width:100%;
	display:block;
}
.prefooter-block .prefooter-slot.second {
    font-size: 2rem;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    padding: 5rem 2rem 3rem;
    width: 50%;
}
.prefooter-block .prefooter-slot.third{
	width:20%;
}
/* Footer */
.footer-container {
	background-color: #FFF !important;
	color: #000 !important;
	padding:0;
}
.footer-container a {
	color: #000 !important;
}
.footer-container .row {
    padding: 10rem 1.5rem;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.footer-logo {
    width: 100%;
    max-width: 30rem;
}
.footer-container .footer-slot {
	padding: 1rem 2rem;
}
.footer-container .second {
	border-left: 2px solid #2B2E2F;
	border-right: 2px solid #2B2E2F;
}
.footer-container .footer-slot h3{
    margin: 0 0 1rem auto;
    text-align: right;
    font-size: 2.5rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-container .footer-slot h4{
    margin: 1rem 0 1rem auto;
    text-align: right;
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-container .footer-slot.first,
.footer-container .footer-slot.second,
.footer-container .footer-slot.third{
	width:calc(100% / 3);	
}
.half-footer-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;	
}
.half-footer-menu .single-column{
    width: 50%;
    padding: 0 0 0 2rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;	
}
.half-footer-menu .single-column a{
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
}
.footer-container .footer-slot p{
	font-size:1.8rem;
	color:#000;
	margin:0;
}
.footer-container .second,
.footer-container .third {
	text-align: right;
}
.footer-slogan {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.8rem;
    padding-left: 1rem;
}
.white-loading{
	display:none;
}
.path-frontpage .white-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    display:block;
    height: 100%;
    background-color: #ffffff;
}
.user-logged-in.path-frontpage .white-loading{
	display:none !important;
}
.disappear {
    animation: disappearAnimation 2s ease-in-out 0.3s forwards;
}
@keyframes disappearAnimation {
  0% {
	opacity:1;
	z-index:9998;
  }
  100% {
	 opacity:0;
	 z-index:-1;
  }
}
main .region-content{
	margin-top:12rem;
}
header nav.navbar{
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    background-color: #fff !important;
    width: 100%;
    top: 0;
    transition: all 0.3s linear;
    box-shadow: 0px 3px 5px rgb(173 173 173);
    height: 8rem;
    z-index: 999;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}
.navbar-brand .site-logo{
    position: fixed;
    top: 0;
    padding: 4rem 2rem 2rem;
    z-index: 99999;
    margin: 0;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    height: auto;
    left: 50%;
    width: 25rem;
    transform: translateX(-50%);
    background-color: #bddfe3;    
}
.path-frontpage .navbar-brand .site-logo{
    position: fixed;
    top: 0;
    padding: 4rem 2rem 2rem;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%);
    margin: 0;
    background-color: transparent;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    width:60vw;
    
}
.navbar-brand .site-logo img{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
}

.brandingSpecial{
	animation: brandingSpecialAnimation 1.5s ease-in-out 0.3s forwards;
}
@keyframes brandingSpecialAnimation {
  0% {
	top:25vh;
	width: 60vw;
	height:auto;
	background-color: transparent;
  }
  100% {
    top: 0;
    height: auto;
    width: 25rem;
    background-color: #bddfe3;
  }
}


.user-logged-in header nav.navbar{
	z-index: 1;
}
header .region-nav-main{
	width:100%;
}
#block-studiozambon-main-navigation .navbar-nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center !important;
    align-items: center;	
}
#block-studiozambon-main-navigation .navbar-nav .nav-item{
    margin: 0 2%;
    width: calc(((100% - 40rem) / 6) - 4%);
    text-align: center;
}
#block-studiozambon-main-navigation .navbar-nav .nav-item:nth-child(3){
    margin-right: 20rem;
}
#block-studiozambon-main-navigation .navbar-nav .nav-item:nth-child(4){
    margin-left: 20rem;
}
#block-studiozambon-main-navigation .navbar-nav ul.dropdown-menu .nav-item{
	width:100%;
	margin:0 !important;
}
#block-studiozambon-main-navigation .navbar-nav ul.dropdown-menu .nav-item a{
    text-align: left;
    font-size: 1.8rem;
    padding: 1rem !important;
}
.dropdown-item.active,
.media-library-view--widget
.view-header a.dropdown-item.is-active,
.dropdown-item:active,
#block-studiozambon-main-navigation .navbar-nav ul.dropdown-menu .nav-item a:hover {
    text-decoration: none;
    background-color: #bddfe3;
    color: #345655 !important;
}

.scrolling header nav.navbar{
	top:0;
}
.navbar-nav .nav-item a,
.navbar-nav .nav-item span{
    color: #000;
    font-size: 2.2rem;
    font-weight: 400;
    padding: 1rem 0 !important;
    position: relative;
    font-family: 'Libre Bodoni';
    transition: all 0.3s linear;
}
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item span:hover,
.navbar-nav .nav-link.show{
	color:#88ccca;
}
.navbar-nav .nav-item a::before,
.navbar-nav .nav-item span::before{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:0;
	transition:all 0.3s linear;
	height:0.3rem;
	background-color:#37312c;
	display:none;
}
.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item span:hover::before{
	width:90%;
}

#menu-responsive {
    display:none;
}

.copyright-footer {
    background-color: #000;
    padding: 1rem 2rem;
    width: 100%;
    position: relative;
    text-align: center;
}	
.copyright-footer span {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}
.logo-designed {
    width: 9rem;
    margin: 1rem;
}
.main-footer-section .footer-last-info{
    background-color: #345655;
    text-align: center;
    padding: 1rem;
    margin: 0;
    color: #cbfffd;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: italic;
}
.main-footer-section{
	background-color:#dde9e8;
}
.main-footer-section .centered-footer{
	width:100%;
	max-width:1366px;
	margin:0 auto;
	padding:5rem 2rem;
	align-items: stretch;
}
.main-footer-section .centered-footer .tre-single-footer{
    padding: 0 4rem;
    border-right: 2px solid #000;
    text-align: left;
}
.main-footer-section .centered-footer .tre-single-footer:nth-child(1),
.main-footer-section .centered-footer .tre-single-footer:nth-child(3){
	width:35%;	
}
.main-footer-section .centered-footer .tre-single-footer:nth-child(2){
	width: 30%;	
}
.main-footer-section .centered-footer .tre-single-footer:nth-child(2),
.main-footer-section .centered-footer .tre-single-footer:nth-child(3){
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;	
}
.main-footer-section .centered-footer .tre-single-footer:last-child{
	border-right:none;
}
.main-footer-section .centered-footer .tre-single-footer .footer-logo{
	display:block;
	margin:0 auto 2rem 0;
	width:20rem;
	height:auto;
}

.main-footer-section .centered-footer .tre-single-footer h4{
	margin:0 auto 1rem 0 ;
	font-size:2.5rem;
	font-weight:700;
	color:#345655;
}
.main-footer-section .centered-footer .tre-single-footer:first-child h4,
.main-footer-section .centered-footer .tre-single-footer:first-child p{
    width: calc(100% - 4rem);
    margin-left: 4rem;
}
.main-footer-section .centered-footer .tre-single-footer p,
.main-footer-section .centered-footer .tre-single-footer a{
    color: #515151;
    font-size: 1.5rem;
    font-weight: 600;	
}
.main-footer-section .centered-footer .tre-single-footer:nth-child(2) h4,
.main-footer-section .centered-footer .tre-single-footer:nth-child(3) h4{
	width:100%;
}
.main-footer-section .centered-footer .tre-single-footer:nth-child(2) a{
    width: 50%;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
}
.main-footer-section .centered-footer .tre-single-footer:nth-child(3) a{
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}
.main-footer-section .centered-footer .tre-single-footer:nth-child(3) p{
    font-size: 1.8rem;
    font-weight: 500;	
}
.main-footer-section .centered-footer .tre-single-footer:nth-child(3) a i{
    margin-right: 1rem;
    font-size: 2rem;
    color: #88ccca;
    width: 2.5rem;
    text-align: center;
}







.webform-submission-richiedi-informazioni-form{
	text-align:center;
}
.webform-submission-richiedi-informazioni-form .form-item{
    display: inline-block;
    vertical-align: middle;
    width: 46.5%;
    margin: 0 1.5% 2rem;
}
.webform-submission-richiedi-informazioni-form label{
	display:none;
}
.webform-submission-richiedi-informazioni-form .form-item input,
.webform-submission-richiedi-informazioni-form .form-item textarea{
    text-align: center;
    background-color: transparent;
    color: #888888;
    border: none;
    border-bottom:2px solid #1a1a1a;
    font-size: 1.8rem;
    padding: 2rem;
    font-weight: 600;
    border-radius:0;
}
.webform-submission-richiedi-informazioni-form .form-item.form-item-captcha-response input{
    border: none;
    background-color: #e9e9e9;	
}
.webform-submission-richiedi-informazioni-form .form-item input::placeholder,
.webform-submission-richiedi-informazioni-form .form-item textarea::placeholder{
	color: #888888;
}
.webform-submission-richiedi-informazioni-form .form-item.form-item-messaggio,
.webform-submission-richiedi-informazioni-form .form-item.form-type-webform-terms-of-service{
	width:96%;
}
.webform-submission-richiedi-informazioni-form .form-item.form-type-webform-terms-of-service{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.webform-submission-richiedi-informazioni-form .form-item.form-type-webform-terms-of-service label{
    font-size: 1.6rem;
    padding-left: 1rem;
    text-align: left;
    display: block;
}
.webform-submission-richiedi-informazioni-form .form-item.form-type-webform-terms-of-service input{
    padding: 0;
    background-color: #858585;
    border: 1px solid #000;
}
.webform-submission-richiedi-informazioni-form .webform-button--submit{
    background-color: #757e7d;
    color: #fff;
    border: 3px solid #88ccca;
    font-family: "Libre Bodoni", serif;
    font-size: 2rem;
    text-align: center;
    padding: 1rem 7rem;
    margin-top: 2rem;
    font-weight: 400;
}
.webform-submission-richiedi-informazioni-form legend span{
    color: #1a1a1a;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 500;
    font-size: 4rem;
}
.webform-submission-richiedi-informazioni-form .form-item select{ 
    text-align: center;
    background-color: transparent;
    color: #1a1a1a;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid #1a1a1a;
    font-size: 1.8rem;
    padding: 2rem;
    border-radius: 0;
}
.webform-submission-richiedi-informazioni-form .form-item select option{
	color: #888888;
}
.contatti-prefooter{
    width: 100%;
    max-width: 1170px;
    margin: 8rem auto 8rem;
}
.contatti-prefooter h2{
	font-size:7rem;
	margin:0 auto 4rem;
	text-align:center;
    width: 100%;
    color: #345655;	
}
.special-tpo-intro-page{
    position: relative;
    padding: 5rem 5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
}
.padre-figlia-triangle{
    position: absolute;
    top: 20%;
    height: 50%;
    width: auto;
    left: 5vw;
    z-index: -1;
    animation: rotatingSquareAnimation 180s linear infinite;
    opacity: 0.4;
}
.special-tpo-intro-page .special-top-triangle{
    position: absolute;
    top: 0;
    height: 65%;
    width: auto;
    left: 0vw;
    z-index: -1;
    animation: rotatingSquareAnimation 180s linear infinite;
    opacity: 0.4;
}
@keyframes rotatingSquareAnimation{
  0% {
    transform:rotate(0deg)
  }
  100% {
    transform:rotate(360deg)
  }
}
@keyframes counterrotatingSquareAnimation{
  0% {
    transform:rotate(0deg)
  }
  100% {
    transform:rotate(-360deg)
  }
}
.special-tpo-intro-page .half-left-image{
    border-top-left-radius: 5vw;
    border-bottom-left-radius: 5vw;
    border-top-right-radius: 5vw;
    box-shadow: 3px 3px 8px rgb(150,150,150);
    width: 50%;
    height: 25vw;
    overflow: hidden;
    position: relative;
} 
.special-tpo-intro-page .half-right-text{
	width:50%;
	padding:10vh 0 10vh 5vw;
}
.special-tpo-intro-page .half-right-text .border-text{
	border-left:4px solid #345655;
	padding-left:3rem;
	text-align:left;
}
.special-tpo-intro-page .half-right-text .border-text h2{
    margin: 0 auto 2vw 0;
    font-size: 5vw;
    color: #345655;
    line-height: 1;
}
.special-tpo-intro-page .half-right-text .border-text p{
    font-size: 1.5vw;
    color: #1a1a1a;
}
#videoHome{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.special-tpo-intro-page .half-right-text a{
    font-size: 1.5vw;
    margin-top: 6rem;
    padding: 1vw 2vw;
    display: inline-block;
}
.studio-padrefiglia-section {
    padding: 2rem 5vw 5rem;
    position: relative;
    overflow: hidden;
}
.studio-padrefiglia-section .left-studio-title{
    width: 35%;
    padding-right: 4vw;
}
.studio-padrefiglia-section .right-studio-box{
	width:65%;
	align-items: flex-start;
}
.studio-padrefiglia-section .right-studio-box .single-box{
    width: calc(90% / 3 - 1vw);
    margin: 0 0.5vw 1vw;
    height: 17vw;
    border-radius: 2rem;
}
.studio-padrefiglia-section .right-studio-box .single-box.backgrounded-image{
	
    transition: all 0.3s linear;	
}
.studio-padrefiglia-section .right-studio-box .single-box.backgrounded-image:hover{
	filter: grayscale(0);
}
.studio-padrefiglia-section .right-studio-box .last-text-box{
	width:calc(40% - 1rem);
	margin:0 0.5rem 1rem;
}
.studio-padrefiglia-section .right-studio-box .last-text-box h3{
    padding-top: 3rem;
    font-size: 4vw;
    color: #345655;
    padding-left: 2.5vw;
    margin: 0;
}
.studio-padrefiglia-section .left-studio-title h2{
    width: 100%;
    color: #345655;
    font-size: 4vw;
    margin: 0 auto 3rem;
}
.studio-padrefiglia-section .left-studio-title hr{
    width: 100%;
    opacity: 1;
    border: 0;
    height: 0.3rem;
    background-color: #515151;
    transform: translateX(20rem);
    z-index: -1;
}
.studio-padrefiglia-section .left-studio-title h4{
    color: #515151;
    margin: 4rem 0 0 auto;
    font-size: 2vw;
    text-transform: uppercase;
    text-align: right;
}
.half-image-text-tred{
    align-items: stretch;
    padding: 3vw 5vw;
}
.half-image-text-tred .half-left-image{
    width: 40%;
    border-radius: 2rem;
}
.half-image-text-tred .half-rigt-text{
    width: 50%;
    position: relative;
    margin-right: 10%;
}
.half-image-text-tred .half-rigt-text::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% + 5vw);
    width: 0.4rem;
    background-color: #515151;
}
.half-image-text-tred .half-rigt-text h3{
    background-color: #88ccca;
    text-align: right;
    font-size: 2vw;
    color: #fff;
    text-transform: uppercase;
    padding: 1vw 5vw;
    font-weight: 700;
    margin-bottom: 2vw;
}
.half-image-text-tred .half-rigt-text p{
    font-size: 1.2vw;
    text-align: right;
    padding: 0 5vw;
    color: #345655;
}
.half-image-text-tred .half-rigt-text img{
    width: 14rem;
    height: auto;
    margin: 0 5vw 6rem auto;
    display: block;
}
.home-team-section{
    padding-bottom: 4rem;
}
.home-team-section h2,
.news-home-section h2{
    width: 100%;
    color: #345655;
    font-size: 4vw;
    margin: 3vw auto;
    text-align: center;	
}
.home-team-section .view-lista-team-homepage .view-content{
	width:100%;
	padding:0 5vw;
	margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    position:relative;
    z-index:2;
}
.home-team-section .view-lista-team-homepage .view-content .views-row{
    width: calc(100% / 3);
    padding: 0 4vw 4rem;
}
.team-preview-dentista .field--name-field-foto-profilo img{
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    box-shadow: 3px 3px 8px rgb(150,150,150);
    filter: grayscale(1);
    transition: all 0.3s linear;
    margin-bottom: 1rem;
}
.team-preview-dentista:hover .field--name-field-foto-profilo img{
	filter: grayscale(0);
}
.team-preview-dentista .field--name-field-qualifica{
    font-style: italic;
    color: #345655;
    font-size: 2.5rem;
    margin: 1rem auto;
    text-align: center;
    font-weight: 600;
}
.team-preview-dentista .team-title{
    display: block;
    text-align: center;
    color: #345655;
    font-family: "Libre Bodoni", serif;
    font-size: 4rem;
    margin: 0 auto 0rem;
}
.team-preview-dentista .field--name-field-specializzazione{
    color: #515151;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}
.home-team-section .view-lista-team-homepage{
	position:relative;
	overflow:hidden;
}
.home-team-section .view-lista-team-homepage::before{
    content: '';
    background-image: url('/sites/default/files/dente-bianco-back.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vw;
    width: 40vw;
    position: absolute;
    top: 50%;
    right: -15vw;
    transform: translateY(-50%);
    z-index: 1;
}

.home-team-section .view-lista-team-homepage .view-footer{
	text-align:center;
}
.home-team-section .view-lista-team-homepage .view-footer a{
    display: inline-block;
    background-color: #757e7d;
    color: #fff;
    border: 3px solid #88ccca;
    font-family: "Libre Bodoni", serif;
    font-size: 2.5rem;
    text-align: center;
    padding: 1.5rem 4rem;
    margin-top: 2rem;
    font-weight: 400;
}
.orari-section .centered-orari{
    padding: 5vw 2rem;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    text-align:center;
    overflow:hidden;
}
.orari-section .centered-orari h2{
    width: 100%;
    color: #345655;
    font-size: 7rem;
    margin: 0 auto 3rem;
    text-align: center;	
}
.orari-section .centered-orari .giorni-orari-list{
	align-items: stretch;
}
.orari-section .centered-orari .single-orario{
    width: 20%;
    border-right: 2px solid #345655;
    text-align: center;
    padding: 0 3rem;
}
.orari-section .centered-orari .single-orario:last-child{
	border:none;
}
.orari-section .centered-orari .single-orario h3{
	color:#345655;
	font-size:2.2rem;
	font-weight:600;
}
.orari-section .centered-orari .single-orario p{
	color:#345655;
	font-size:2rem;
}
.gallery-section{
	padding:8rem 10vw 0;
}
.gallery-section h2{
    width: 100%;
    color: #345655;
    font-size: 4vw;
    margin: 0 auto 3vw;
    text-align: center;	
}
.gallery-section .gallery-list-image{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;	
}
.gallery-section .gallery-list-image .single-prefooter-image{
    margin: 0 1% 1vw;
    min-height: 20vw;
    border-radius: 2vw;
}
.half-contatti-mappa .right-map-cont{
	border-radius:3rem;
	width:50%;
}
.half-contatti-mappa .right-map-cont iframe{
	border-radius:3rem;
}
.half-contatti-mappa{
	width:100%;
	padding:0 5vw;
}
.half-contatti-mappa .left-info-cont{
	width: 50%;
    padding: 0 5vw 0 10vw;
}
.half-contatti-mappa .left-info-cont h1{
	text-align:left;
    width: 100%;
    color: #345655;
    font-size: 4vw;
    margin: 0 auto 5vw;
}
.half-contatti-mappa .left-info-cont h4{
    text-align: left;
    font-style: italic;
    margin: 0 auto 2rem 0;
    color: #515151;
    font-size: 2.5rem;
    font-weight: 700;
}
.half-contatti-mappa .left-info-cont a{
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    color: #000;
    font-weight: 500;
}
.half-contatti-mappa .left-info-cont a i{
    margin-right: 1rem;
    font-size: 2rem;
    color: #88ccca;
    width: 2.5rem;
    text-align: center;	
}





.img-comp-container {
    position: relative;
    height: 58.5rem;
    width: 100%;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}
.img-comp-img .img-fluid{
	max-width:unset;
}
.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  opacity: 1;
  border-radius: 50%;
}
.img-comp-slider::before{
    content: '';
    background-color: #fff;
    width: 0.4rem;
    height: 60rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -29rem;
    z-index: -1;
}
.page-node-type-prestazione-dentista .img-comp-slider::before {
    top: -27rem;
}
.img-comp-slider::after{
    content: '';
    background-color: #2196F3;
    border-radius:100rem;
    width: 100%;
    height: 100%;
    left: 50%;    
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    z-index: -1;
    background-image:url(/sites/default/files/left-right-paragone.svg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.half-prestazioni-section h1{
    width: 100%;
    color: #345655;
    font-size: 4vw;
    margin: 3vw auto;
    text-align: center;	
}
.half-prestazioni-section{
    width: 100%;
    margin: 0 auto 8rem;
    align-items: flex-start;
    padding:0 2rem;
}
.half-prestazioni-section .half-left-titles .view-pagina-prestazioni-lista-servizi .view-content,
.altri-servizi-section .view-prestazioni-correlate .view-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
}
.altri-servizi-section .view-prestazioni-correlate .view-content{
	margin-bottom:5rem;
}
.half-prestazioni-section .half-left-titles .view-pagina-prestazioni-lista-servizi .view-content .views-row,
.altri-servizi-section .view-prestazioni-correlate .view-content .views-row{
    width: calc(100% / 5 - 1rem);
    margin: 0 0.5rem 1rem;
}
.altri-servizi-section .view-prestazioni-correlate .view-content .views-row{
	width: calc(100% / 4 - 1rem);
}
.half-prestazioni-section .half-left-titles .view-pagina-prestazioni-lista-servizi .view-content .views-row .single-service,
.altri-servizi-section .view-prestazioni-correlate .view-content .views-row .single-service{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    cursor:pointer;
	background-color:#efefef;
	transition:all 0.3s linear;
}
.half-prestazioni-section .half-left-titles .view-pagina-prestazioni-lista-servizi .view-content .views-row .single-service.activeService,
.altri-servizi-section .view-prestazioni-correlate .view-content .views-row .single-service:hover{
    background-color: #d0edec;	
}
.half-prestazioni-section .half-left-titles .view-pagina-prestazioni-lista-servizi .view-content .views-row .single-service img,
.altri-servizi-section .view-prestazioni-correlate .view-content .views-row .single-service img{
    display: block;
    margin: 0 auto 1rem;
    width: 100%;
    max-width: 10rem;
    height: auto;
}
.half-prestazioni-section .half-left-titles .view-pagina-prestazioni-lista-servizi .view-content .views-row .single-service .titolo-prestazione,
.altri-servizi-section .view-prestazioni-correlate .view-content .views-row .single-service .titolo-prestazione{
    color: #515151;
    font-size: 1vw;
    text-align: center;
    font-weight: 600;
}
.altri-servizi-section .view-prestazioni-correlate .view-content .views-row .single-service .titolo-prestazione{
	font-size: 1.8rem;
}
.half-prestazioni-section .half-left-titles{
	width:100%;
}
.half-right-prestazioni-preview{
	width:100%;
}
.half-right-prestazioni-preview .img-comp-img .field--name-field-immagine-comparazione-dopo img,
.half-right-prestazioni-preview .img-comp-img .field--name-field-immagine-comparazione-prim img,
.page-node-type-prestazione-dentista .single-prestazione-preview-expl .trattamenti-list-preview .field--name-field-immagine-comparazione-dopo img,
.page-node-type-prestazione-dentista .single-prestazione-preview-expl .trattamenti-list-preview .field--name-field-immagine-comparazione-prim img{
    height: 58.5rem;
    width: 58.5rem;
    border-radius: 2rem;
}
.single-prestazione-preview-expl{
	visibility:hidden;
	position:fixed;
	z-index:-1;
	opacity:0;
}
.single-prestazione-preview-expl.showServizio{
    visibility: visible;
    position: relative;
    z-index: 1;
    opacity: 1;
    width: 100%;
    max-width: 1170px;
    margin: 8rem auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.single-prestazione-preview-expl .trattamenti-list-preview{
	width:50%;
}
.single-prestazione-preview-expl .trattamenti-list-preview .field--name-field-galleria-immagini img{
	border-radius:1.5rem;
}
.single-prestazione-preview-expl .trattamenti-right-desc-preview{
    width: 50%;
    padding-left: 3rem;
    text-align: left;
    padding-top: 3rem;
}
.trattamenti-list-preview .field--name-field-trattamento .field__item,
.trattamenti-galleria-preview,
.field field--name-field-descrizione{
	margin-bottom:2rem;
}
.page-node-type-prestazione-dentista .trattamenti-list-preview .field--name-field-trattamento .field__item{
	margin-bottom:0;
}
.trattamenti-galleria-preview .field--name-field-galleria-immagini{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.trattamenti-galleria-preview .field--name-field-galleria-immagini.single-gallery-image .field__item{
    width: calc(100% / 1 - 1rem);
    margin: 0 0.5rem 1rem;	
}
.trattamenti-galleria-preview .field--name-field-galleria-immagini.double-half-image .field__item{
    width: calc(100% / 2 - 1rem);
    margin: 0 0.5rem 1rem;	
}
.trattamenti-galleria-preview .field--name-field-galleria-immagini .field__item{
    width: calc(100% / 3 - 1rem);
    margin: 0 0.5rem 1rem;
}
.single-prestazione-preview-expl .trattamenti-right-desc-preview .field--name-field-descrizione{
	font-size:1.8rem;
	color:#1a1a1a;
}
.single-prestazione-preview-expl .trattamenti-right-desc-preview .prestazione-special-name.special-font{
    width: 100%;
    color: #345655;
    font-size: 5rem;
    margin: 0 auto 1rem;
    text-align: left;
    display: block;	
}
.field--name-field-video-youtube iframe{
    width: 100% !important;
    height: 41rem !important;
    border-radius: 2rem;
}
.trattamenti-specialisti-preview h4{
    width: 100%;
    color: #345655;
    font-size: 6rem;
    margin: 4rem auto 3rem;	
}
.page-node-type-prestazione-dentista .trattamenti-specialisti-preview h4{
	font-size: 4rem;
}
.trattamenti-specialisti-preview .field--name-field-specialista{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.trattamenti-specialisti-preview .field--name-field-specialista .field__item{
	width:calc(50% - 2rem);
	margin:0 1rem 2rem;
}
.trattamenti-specialisti-preview .field--name-field-specialista .field__item .field__item{
	width:100%;
	margin:0;
}
.trattamenti-specialisti-preview .team-preview-dentista .field--name-field-qualifica{
	font-size:2rem;
	font-weight:500;
}
.trattamenti-specialisti-preview .team-preview-dentista .team-title {
    font-size: 2.5rem;
}
.team-preview-dentista .field--name-field-specializzazione {
    font-size: 1.8rem;
    font-weight: 500;
}
.half-preview-home-prestazione .half-left-testo .intro-title-icon .field--name-field-icona-prestazione img{
	width:10rem;
	height:auto;
}
.half-preview-home-prestazione .half-left-testo .intro-title-icon .title-prestazione{
	text-transform:uppercase;
	color:#515151;
	font-size:4rem;
	padding-left:3rem;
	text-align:left;
}
.half-preview-home-prestazione .importante-section{
	padding:2rem;
	margin:3rem auto;
}
.half-preview-home-prestazione .importante-section span{
	font-weight:800;	
	font-size:5rem;
	color:#fff;
}
.half-preview-home-prestazione .importante-section h4{
	font-size:3rem;
	color:#fff;
	font-weight:500;
	padding-left:2rem;
}
.half-preview-home-prestazione .importante-section hr{
    opacity: 1;
    height: 0.4rem;
    margin: 0rem auto;
    width: 100%;
    border: none;
    background-color: #fff;
}
.half-preview-home-prestazione .half-left-testo a.special-border-button{
    font-size: 2rem;
    padding: 1rem;
    display: block;
    margin: 2rem auto 0 10vw;
    width: 20rem;	
}
.descrizione-preview-prest .field--name-field-descrizione{
    color: #345655;
    font-size: 1.8rem;
    text-align: left;
}
.descrizione-preview-prest .field--name-field-descrizione,
.half-preview-home-prestazione .importante-section,
.half-preview-home-prestazione .half-left-testo .intro-title-icon{
	padding-left:10vw;
	padding-right:5vw;
}
.half-preview-home-prestazione{
    padding: 10rem 5vw 5rem;
}
.half-preview-home-prestazione .half-left-testo{
	width:55%;
}
.half-preview-home-prestazione .half-right-image{
    width: 45%;
    padding-right: 5vw;
}
.half-preview-home-prestazione .half-right-image img{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
	border-radius:2rem;
}
.half-preview-home-prestazione .half-right-image .field--name-field-trattamento .field__item:nth-child(2){
	display:none;
}
.prestazioni-section .tns-outer button{
	display:none;
}
.prestazioni-section h2.special-font{
    width: 100%;
    color: #345655;
    font-size: 4vw;
    margin: 0 auto 3rem;
    padding-left:10vw;
}
.prestazioni-section .img-comp-container{
    height: 35vw;	
}
.prestazioni-section .img-comp-img .img-fluid {
    max-width: unset;
    width: 35vw;
    height: 35vw;
    border-radius:2rem;
}
.prestazioni-section .img-comp-slider::before {
    height: 35vw;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prestazioni-section .view-lista-prestazioni-homepage .tns-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.prestazioni-section .view-lista-prestazioni-homepage .tns-nav button{
	width:3rem;
	height:3rem;
	display:block;
	background-color:transparent;
	border:none;
	background-image:url(/sites/default/files/inactive-tooth.svg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.prestazioni-section .view-lista-prestazioni-homepage .tns-nav button.tns-nav-active{
	background-image:url(/sites/default/files/active-tooth.svg);
}
.prestazioni-section .full-bottom-prestazioni-button,
.bottom-post-team-link-tutti {
	width:100%;
	text-align:center;
}
.prestazioni-section .full-bottom-prestazioni-button a,
.bottom-post-team-link-tutti a,
.news-home-section a.special-border-button,
.gallery-list-image a.special-border-button{
    font-size: 1.5vw;
    margin-top: 3rem;
    padding: 0.75vw 2vw;
    display: inline-block;
}
.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button{
    display: block;
    top: 0;
    left: 10vw;
    transform: none;
    right: unset !important;
    width: 7rem;
    height: 7rem;
    background-color: #345655;
    transition:all 0.3s linear;
}
.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button:hover{
	transform:scale(1.1);
}
.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button:nth-child(2){
	left:calc(10vw + 10rem);
}

.prestazioni-studio-list .view-pagina-prestazioni-lista-servizi .view-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;	
}
.prestazioni-studio-list .view-pagina-prestazioni-lista-servizi .view-content .views-row{
    width: calc(100% / 9 - 1rem);
    margin: 0 0.5rem;
}
.prestazioni-studio-list .view-pagina-prestazioni-lista-servizi .view-content .views-row .single-service{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background-color: #efefef;
    transition: all 0.3s linear;
}
.prestazioni-studio-list .view-pagina-prestazioni-lista-servizi .view-content .views-row .single-service:hover {
    background-color: #d0edec;
}

.prestazioni-studio-list .view-pagina-prestazioni-lista-servizi .view-content .views-row .single-service img {
    display: block;
    margin: 0 auto 1rem;
    width: 100%;
    max-width: 10rem;
    height: auto;
}
.prestazioni-studio-list .view-pagina-prestazioni-lista-servizi .view-content .views-row .single-service .titolo-prestazione {
    color: #515151;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}
.prestazioni-studio-list{
	padding:0 5vw;
}

.team-studio-section .view-lista-team-homepage .view-content {
    width: 100%;
    padding: 0 5vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.team-studio-section .view-lista-team-homepage .view-content .views-row {
    width: 50%;
    padding: 0 2rem 4rem;
}
.team-studio-section h2.special-font{
    width: 100%;
    color: #345655;
    font-size: 4vw;
    margin: 3vw auto;
    text-align: center;	
}

.storia-second-section{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding:8rem 0;
}
.storia-second-section .half-left-title-image{
	width:55%;
	position:relative;
}
.storia-second-section .half-right-text{
	width:45%;
	padding-left:5rem;
}
.storia-second-section .half-right-text p{
	font-size:1.8rem;
	text-align:left;
	color:#1a1a1a;
}
.storia-second-section .half-left-title-image .backgrounded-image{
    width: 60%;
    margin-left: 40%;
    height: 45rem;
    border-bottom-right-radius: 5rem;
    border-top-left-radius: 5rem;
    z-index: 3;
    box-shadow: 3px 3px 8px rgb(150, 150, 150);
}
.storia-second-section .half-left-title-image h2{
    width: 100%;
    color: #345655;
    font-size: 8rem;
    margin: 0;
    position: absolute;
    left: 0;
    top: 4rem;
    z-index: 4;
    text-align: left;
}
.storia-second-section .half-left-title-image img{
    position: absolute;
    width: 20rem;
    z-index: 4;
    height: auto;
    left: 15rem;
    bottom: -5rem;
}
.navbar-nav .nav-link.active{
	color:#1a1a1a !important;
}
.social-footer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 4rem;
}
.social-footer a i{
	margin-right:2rem;
	font-size:4rem;
	color:#345655;
}
.full-gallery-page{
	padding:10rem 2rem 0;
	overflow:hidden;
}
.full-gallery-page h1{
    width: 100%;
    color: #345655;
    font-size: 7rem;
    margin: 0 auto 3rem;
    text-align: center;	
}
.full-gallery-page .view-gallerie-dentista .views-row .field-content{
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    align-content: center;*/
/*    justify-content: center;*/
/*    align-items: center;	*/
}

.full-gallery-page .view-gallerie-dentista .views-row {
	width: 25%;
	padding: 1rem;
	text-align: center;
}
.full-gallery-page .view-gallerie-dentista .views-row .field-content a img{
	border-radius:1.5rem;
	transition:all 0.3s linear;
	display: inline-block;
}

.full-gallery-page .view-gallerie-dentista .views-row .field-content a:hover img{
    transform: scale(1.05);
    filter: drop-shadow(1px 6px 20px #000);	
}


.fadeFromTop{
	animation: fadeFromTopAnimation 1s ease 0.3s forwards;
}
@keyframes fadeFromTopAnimation{
  0% {
    opacity:0;
    transform:translateY(-10rem);
  }
  100% {
     opacity:1;
     transform:translateY(0);
  }
}



.team-studio-section .list-team-zambon .view-lista-team-homepage{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:1280px;
    margin:0 auto;
}
.team-studio-section .list-team-zambon .view-lista-team-homepage .view-header{
	width:40%;
	position:relative;
}
.team-studio-section .list-team-zambon .view-lista-team-homepage .view-content,
.team-studio-section .list-team-zambon .view-lista-team-homepage .tns-outer{
    width: 60%;
    padding: 0;
}
.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .view-header{
	order:2;
}
.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .view-content,
.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .tns-outer{
	order:1;
}
.team-studio-section .list-team-zambon .views-element-container .view-lista-team-homepage .tns-outer button{
	display:none;
}
.team-studio-section .list-team-zambon .views-element-container .view-lista-team-homepage .tns-outer .tns-controls button{
	display:block;
}
.team-studio-section .list-team-zambon .views-element-container:nth-child(odd) .view-lista-team-homepage .tns-outer .tns-controls button:nth-child(1){
    left: unset;
    right:unset;
    left: -10rem;
    transform: none;
    top: 1rem;	
}
.team-studio-section .list-team-zambon .views-element-container:nth-child(odd) .view-lista-team-homepage .tns-outer .tns-controls button:nth-child(2){
	left: unset;
    right:unset;
    left: -10rem;
    transform: none;
    top: 8rem;
}
.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .tns-outer .tns-controls button:nth-child(1){
    left: unset;
    right:unset;
    right: -10rem;
    transform: none;
    top: 1rem;	
}
.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .tns-outer .tns-controls button:nth-child(2){
	left: unset;
    right:unset;
    right: -10rem;
    transform: none;
    top: 8rem;
}




.team-studio-section .list-team-zambon h2.special-font {
    width: 100%;
    color: #345655;
    font-size: 7rem;
    margin: 3vw auto;
    text-align: center;
    position:relative;
    z-index:3;
}
.team-studio-section .list-team-zambon .view-lista-team-homepage .view-header .icon-team{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: auto;
    opacity: 0.5;
}
.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .view-header .icon-team{
	left:unset;
	right:0;
}
.team-studio-section .list-team-zambon .team-preview-dentista .team-title {
    font-size: 3rem;
}
.team-studio-section .list-team-zambon .team-preview-dentista .field--name-field-qualifica {
    margin: 0 auto;
}

.prenota-orari{
    display: inline-block;
    background-color: #757e7d;
    color: #fff;
    border: 3px solid #88ccca;
    font-family: "Libre Bodoni", serif;
    font-size: 1.5vw;
    margin-top: 2rem;
    padding: 0.75vw 2vw;
    display: inline-block;
    border-radius: 1rem;
}
.page-node-type-news_blog .centered-blog{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 8rem 1.5rem 8rem;
    overflow: auto;
}
.page-node-type-news_blog .container,
.page-node-type-news_blog .container .col-md-12{
	width:100%;
	max-width:unset;
	padding:0;
	float:none;
}
.page-node-type-news_blog .centered-blog .first-half-blog-top{
    text-align: left;
    font-size: 5rem;
    font-weight: 600;
    color: #345655;
    margin: 0 0 2rem;
    line-height: 1.3;
}
.page-node-type-news_blog .centered-blog .body-article-news{
	font-size:1.8rem;
}
.page-node-type-news_blog .centered-blog .body-article-news *{
	line-height:1.6;
	color:#000;
}
.page-node-type-news_blog section{
	padding:0 !important;
}
.page-node-type-news_blog .left-section-blog{
    width: 55%;
    float: left;
    padding: 0 4rem 2rem 0;
}
.centered-blog .left-section-blog .image-blog-section .tns-outer{
	position:relative;
	padding:0 !important;
}
.centered-blog .left-section-blog .image-blog-section .tns-outer button{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background-color: #345655;
    background-size: cover;
    background-position: center;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button:nth-child(2) {
	right:0;
}
.centered-blog .left-section-blog .image-blog-section .field--name-field-immagine-news img{
	border-radius:2rem;
}
.news-home-section{
    text-align: center;
    padding-bottom: 8rem;
}
.view-lista-news-homepage .view-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px;
    margin: 8rem auto 0;
}
.view-lista-news-homepage .view-content .views-row {
    width: calc(33% - 2rem);
    margin: 0 1rem;
    transition: all 0.3s linear;
}
.view-lista-news-homepage .view-content .views-row .field-content img {
    width: 100%;
}
.view-lista-news-homepage .view-content .views-row .views-field-title a {
    padding: 0 2rem;
    text-align: center;
    color: #345655;
    font-size: 2.5rem;
    font-weight: 600;
    display: block;
    margin: 1rem auto;
    font-family: "Libre Bodoni", serif;
}
.view-lista-news-homepage .view-content .views-row .views-field-body{
	font-size:1.8rem;
	color:#1a1a1a;
}
.view-lista-news-homepage .view-content .views-row .views-field-view-node a{
    display: inline-block;
    margin-top: 0;
    padding: 1rem 2rem;
    border-radius: 100rem;
    text-align: center;
    color: #345655;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
}

.prima-text-image,
.dopo-text-image{
    position: absolute;
    bottom: 2rem;
    padding: 1rem 0rem;
    width: 13rem;
    border: 2px solid #fff;
    font-size: 1.8rem;
    color: #fff;
    background-color: #00000087;
    border-radius: 1rem;
    text-align: center;
}
.prima-text-image{
    left: 5rem;
}
.dopo-text-image{
    right: 5rem;	
}
.path-news .view-lista-completa-news .view-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px;
    margin: 10rem auto 0;
    padding: 0 2rem;
}
.path-news .view-lista-completa-news .view-content .views-row {
    width: calc(50% - 3rem);
    margin: 0 1.5rem 4rem;
}
.path-news .view-lista-completa-news .view-content .views-row .field-content img {
    width: 100%;
    border-radius:1rem;
}
.path-news .view-lista-completa-news .view-content .views-row .views-field-title a {
    padding: 0 2rem;
    text-align: center;
    color: #345655;
    font-size: 2.5rem;
    font-weight: 600;
    display: block;
    margin: 1rem auto;
    font-family: "Libre Bodoni", serif;
}
.path-news .view-lista-completa-news .view-content .views-row .views-field-body .field-content * {
    color: #000;
    font-size: 1.8rem;
    text-align: center;
}
.path-news .view-lista-completa-news .view-content .views-row .views-field-view-node a {
    display: inline-block;
    margin-top: 0;
    padding: 1rem 2rem;
    border-radius: 100rem;
    text-align: center;
    color: #345655;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
}
.path-news .view-lista-completa-news .view-content .views-row .views-field-view-node{
	text-align:center;
}
.path-news .view-lista-completa-news .view-header h2{
    width: 100%;
    color: #345655;
    font-size: 4vw;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 5rem;
}

.page-node-type-prestazione_dentista .single-prestazione-preview-expl {
    visibility: visible;
    position: relative;
    z-index: 1;
    opacity: 1;
    width: 100%;
    max-width: 1170px;
    margin: 18rem auto 8rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.page-node-type-prestazione_dentista .single-prestazione-preview-expl .field--name-field-icona-prestazione img{
    display: block;
    margin: 0 auto 0 0;
    width: 12rem;
    height: auto;
}
.altri-servizi-section h2{
    width: 100%;
    color: #345655;
    font-size: 7rem;
    margin: 4rem auto 4rem;
    text-align: center;	
}

#block-studiozambon-main-navigation .navbar-nav .nav-item:hover .dropdown-menu{
	display:block;
}

.orari-contatti{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.orari-contatti h2 i{
    margin-right: 1rem;
    font-size: 2rem;
    color: #88ccca;
    width: 2.5rem;
    text-align: center;	
}
.orari-contatti *{
	text-align:left;
}
.orari-contatti h2{
    width: 100%;
    text-align: left;
}
.orari-contatti .single-orario{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 4rem;
}
.orari-contatti .single-orario h3{
    width: 100%;
    font-size: 2rem;
    color: #000;
    font-weight: 500;
    width: 20rem;
}
.orari-contatti .single-orario p{
    width: 100%;
    font-size: 2rem;
    color: #000;
    font-weight:300;	
}
.field--name-field-file-scaricabile,
.half-image-text-tred .link-download-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.half-image-text-tred .link-download-list {
    justify-content: flex-end;
    padding-right: 5vw;
}
.field--name-field-file-scaricabile .field__item .file,
.half-image-text-tred .link-download-list a{
    background-image: unset;
    padding: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.field--name-field-file-scaricabile .field__item .file a::before,
.half-image-text-tred .link-download-list a::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
    width: 3rem;
    height: 3rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/sites/default/files/download-file-zambon.svg);
}
.field--name-field-file-scaricabile .field__item .file a,
.half-image-text-tred .link-download-list a{
    background-color: #345655;
    position: relative;
    color: #fff;
    padding: 1.5rem 2rem 1.5rem 5.5rem;
    font-size: 1.8rem;
    border-radius: 100rem;
    display: block;
}
.user-login-form {
    display: block;
    margin: 20rem auto;
    padding: 0 2rem;
    width: 100%;
    max-width: 40rem;
}
.user-login-form .js-form-type-textfield label,
.user-login-form .js-form-type-password label{
    font-size: 1.6rem;	
}
.user-login-form .js-form-type-textfield input,
.user-login-form .js-form-type-password input{
    font-size: 1.6rem;
    padding: 1rem;
    margin-top: 1rem;
}
.user-login-form .js-form-submit{
    display: block;
    margin: 0 auto;
    width: 20rem;
    padding: 1rem;
    font-size: 1.6rem;
}
.g-recaptcha div{
	display:block;
	margin:0 auto;
}
.view-lista-news-homepage .view-content .views-row .field-content img {
	border-radius: 1rem;
}




.page-node-33 .node__content .field--name-body,
.page-node-79 .node__content .field--name-body {
    width: 100%;
    max-width: 1170px;
    margin: 20rem auto 10rem;
    padding: 0 2rem;
}
.page-node-33 .node__content .field--name-body *,
.page-node-79 .node__content .field--name-body *{
	color:#000;
}
.page-node-33 .node__content .field--name-body p,
.page-node-79 .node__content .field--name-body p,
.page-node-33 .node__content .field--name-body ol li,
.page-node-33 .node__content .field--name-body ul li,
.page-node-79 .node__content .field--name-body ol li,
.page-node-79 .node__content .field--name-body ul li{
	font-size:1.6rem;
}
.page-node-33 .node__content .field--name-body ol,
.page-node-33 .node__content .field--name-body ul,
.page-node-79 .node__content .field--name-body ol,
.page-node-79 .node__content .field--name-body ul{
	list-style-type:disc;
	padding-left:3rem;
}
.page-node-33 .node__content .field--name-body h1,
.page-node-79 .node__content .field--name-body h1{
	font-size:3.5rem;
}
.page-node-33 .node__content .field--name-body h2,
.page-node-79 .node__content .field--name-body h2{
	font-size:3rem;
}
.page-node-33 .node__content .field--name-body h3,
.page-node-79 .node__content .field--name-body h3{
	font-size:2.5rem;
}
.page-node-33 .node__content .field--name-body h4,
.page-node-79 .node__content .field--name-body h4{
	font-size:2rem;
}



.tel-mobile-call, .whatsapp-mobile-call{
	display:none;
}


.bottom-footer-policy {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	padding-bottom: 3rem;
}
.bottom-footer-policy a {
    margin: 0 1rem;
}
.bottom-footer-policy a, .bottom-footer-policy span {
    color: #000 !important;
    font-size: 1.8rem;
    font-weight:600;
}


.supercentered-error{
    padding: 10rem 2rem;
}
.supercentered-error .centered-error{
    text-align: center;
    font-size: 15rem;
    color: #345655;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.supercentered-error .centered-error img{
    width: 12rem;
    height: auto;
    margin: 3rem 1rem 0;
}
.supercentered-error .main-message{
	text-align:center;
}
.supercentered-error .main-message h2{
    margin: 3rem auto 0;
    text-align: center;
    font-size: 6rem;
    font-weight: 800;
}
.supercentered-error .main-message a{
    display: inline-block;
    margin: 3rem auto 0;
    background-color: #345655;
    color: #fff;
    text-align: center;
    border-radius: 100rem;
    padding: 2rem 3rem;
    text-transform: uppercase;
    font-size: 2rem;
}

.page-node-81 .conferma{
    padding: 15rem 2rem;
    text-align: center;
    font-size: 2rem;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.page-node-81 .conferma h2{
    width: 100%;
    color: #345655;
    font-size: 4rem;
    margin: 0 auto 3rem;
    text-align: center;
}
.page-node-81 .conferma p{
	font-size:2rem;
}
.page-node-81 .conferma .special-border-button{
    padding: 1.5rem 2rem;	
}
.page-node-type-news_blog .left-section-blog.special-half-video{
    width: 50rem;	
}
.page-node-type-news_blog .left-section-blog.special-half-video .field--name-field-video-youtube figure{
	padding-bottom: 58rem !important;
}
.page-node-type-news_blog .left-section-blog.special-half-video .field--name-field-video-youtube figure iframe{
    height: 57.5rem !important;	
}
.page-node-type-news_blog .centered-blog .condividi-post{
	overflow:auto;
}





















@media only screen and (max-width: 1365px) {
	#block-studiozambon-main-navigation .navbar-nav .nav-item {
	    margin: 0 1vw;
	}
	.team-preview-dentista .team-title {
	    font-size: 3rem;
	}
	.team-preview-dentista .field--name-field-specializzazione {
	    font-size: 1.6rem;
	}
	.home-team-section .view-lista-team-homepage .view-content .views-row {
	    padding: 0 2vw 4rem;
	}	
	.team-preview-dentista .team-title {
	    font-size: 3rem;
	}	
	.orari-section .centered-orari h2,
	.contatti-prefooter h2,
	.gallery-section h2 {
	    font-size: 4rem;
	}
	.main-footer-sectionode__contententered-footer .tre-single-footer .footer-logo {
	    width: 25rem;
	}
	.half-contatti-mappa .left-info-cont {
	    padding: 0 3vw 0 7vw;
	}
	.half-contatti-mappa .left-info-cont a {
	    font-size: 1.6rem;
	}
	.special-tpo-intro-page {
	    padding: 5rem 5vw 0;
	}
	.path-frontpage .special-tpo-intro-page {
	    padding: 5rem 5vw 0;
	}
	#block-studiozambon-main-navigation .navbar-nav .nav-item:nth-child(4) {
	    margin-left: 17rem;
	}
	#block-studiozambon-main-navigation .navbar-nav .nav-item:nth-child(3) {
	    margin-right: 17rem;
	}
	#block-studiozambon-main-navigation .navbar-nav .nav-item {
	    margin: 0 1%;
	    width: calc(((100% - 34rem) / 6) - 2%);
	}
	.page-node-type-prestazione_dentista .single-prestazione-preview-expl {
	    margin: 12rem auto 8rem;
	}
	.altri-servizi-section h2 {
	    font-size: 4rem;
	}
	.half-preview-home-prestazione .importante-section h4 {
	    font-size: 2.5rem;
	}
	.half-preview-home-prestazione .half-left-testo .intro-title-icon .title-prestazione {
	    font-size: 3rem;
	}
	.half-preview-home-prestazione .half-left-testo .intro-title-icon .field--name-field-icona-prestazione img {
	    width: 8rem;
	}
	.descrizione-preview-prest .field--name-field-descrizione {
	    font-size: 1.6rem;
	}
	.descrizione-preview-prest .field--name-field-descrizione,
	.half-preview-home-prestazione .importante-section,
	.half-preview-home-prestazione .half-left-testo .intro-title-icon {
	    padding-left: 3vw;
	    padding-right: 5vw;
	}
	.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button {
	    width: 5rem;
	    height: 5rem;
	}
	.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button:nth-child(2) {
	    left: calc(10vw + 7rem);
	}
	.tns-outer .tns-controls button {
	    font-size: 2.5rem;
	}
	.half-preview-home-prestazione {
	    padding: 8rem 5vw 5rem;
	}
	.half-preview-home-prestazione .half-left-testo a.special-border-button {
	    margin: 2rem auto 0 3vw;
	}
	.studio-padrefiglia-section {
	    padding: 5rem 5vw 3rem;
	}
	.half-image-text-tred .half-rigt-text {
	    width: 55%;
	    position: relative;
	    margin-right: 0;
	}
	.half-image-text-tred {
	    align-items: stretch;
	    padding: 3vw 5vw;
	    width: 100%;
	    max-width: 1170px;
	    margin: 0 auto;
	}
	.team-studio-section .list-team-zambon .view-lista-team-homepage {
	    max-width: 90rem;
	}
	.team-studio-section .list-team-zambon h2.special-font {
	    font-size: 4rem;
	}
	.team-studio-section .list-team-zambon .view-lista-team-homepage .view-header {
	    width: 35%;
	}
	.team-studio-section .list-team-zambon .view-lista-team-homepage .view-content {
	    width: 65%;
	}	
	.team-studio-section .list-team-zambon .team-preview-dentista .team-title {
	    font-size: 2rem;
	}
	.team-preview-dentista .field--name-field-qualifica {
	    font-size: 2rem;
	}
	.news-home-section {
	    padding-bottom: 8rem;
	    width: 100%;
	    max-width: 1170px;
	    margin: 0 auto;
	}
	.view-lista-news-homepage .view-content {
	    margin: 3rem auto 0;
	}
	.news-home-section h2 {
	    margin: 3vw auto 0;
	}
	.view-lista-news-homepage .view-content .views-row .views-field-body {
	    font-size: 1.6rem;
	    line-height: 1.2;
	}
	.orari-section .centered-orari {
	    max-width: 90rem;
	}
	.orari-section .centered-orari .single-orario {
	    padding: 0 1.5rem;
	}
	.orari-section .centered-orari .single-orario p {
	    font-size: 1.6rem;
	    margin:0;
	}
	.orari-section .centered-orari .single-orario h3 {
	    font-size: 1.8rem;
	}
	.contatti-prefooter {
	    max-width: 90rem;
	    margin: 4rem auto;
	}
	.webform-submission-richiedi-informazioni-form .form-item input,
	.webform-submission-richiedi-informazioni-form .form-item textarea,
	.webform-submission-richiedi-informazioni-form .form-item select {
	    font-size: 1.6rem;
	    font-weight:400;
	    padding: 1.5rem;
	}
	.navbar-nav .nav-item a, .navbar-nav .nav-item span {
	    font-size: 1.8rem;
	}	
	.storia-second-section {
	    max-width: 1170px;
	    padding: 8rem 2rem;
	}
	.storia-second-section .half-left-title-image h2 {
	    font-size: 5rem;
	}
	.storia-second-section .half-right-text {
	    width: 55%;
	}
	.storia-second-section .half-left-title-image {
	    width: 45%;
	}
	.storia-second-section .half-left-title-image .backgrounded-image {
	    width: 65%;
	    margin-left: 35%;
	    height: 45rem;
	}
	.storia-second-section .half-right-text p {
	    font-size: 1.6rem;
	}
	.half-right-prestazioni-preview .img-comp-img .field--name-field-immagine-comparazione-dopo img,
	.half-right-prestazioni-preview .img-comp-img .field--name-field-immagine-comparazione-prim img,
	.page-node-type-prestazione-dentista .single-prestazione-preview-expl .trattamenti-list-preview .field--name-field-immagine-comparazione-dopo img,
	.page-node-type-prestazione-dentista .single-prestazione-preview-expl .trattamenti-list-preview .field--name-field-immagine-comparazione-prim img {
	    height: 45rem;
	    width: 45rem;
	}
	.img-comp-container {
	    position: relative;
	    height: 45rem;
	    width: 100%;
	}
	.page-node-type-prestazione_dentista .single-prestazione-preview-expl {
	    max-width: 90rem;
	}
	.single-prestazione-preview-expl .trattamenti-right-desc-preview .field--name-field-descrizione {
	    font-size: 1.6rem;
	}
	.page-node-type-prestazione_dentista .single-prestazione-preview-expl .field--name-field-icona-prestazione img {
	    width: 8rem;
	}
	.single-prestazione-preview-expl .trattamenti-right-desc-preview .prestazione-special-name.special-font,
	.path-news .view-lista-completa-news .view-header h2 {
	    font-size: 4rem;
	}
	.altri-servizi-section .view-prestazioni-correlate .view-content {
	    max-width: 90rem;
	}
	.altri-servizi-section .view-prestazioni-correlate .view-content .views-row .single-service img {
	    max-width: 8rem;
	}
	.page-node-type-prestazione-dentista .trattamenti-specialisti-preview h4 {
	    font-size: 3.5rem;
	    margin:2rem auto;
	}
	.trattamenti-specialisti-preview .team-preview-dentista .team-title {
	    font-size: 1.8rem;
	}
	.page-node-type-prestazione_dentista .team-preview-dentista .field--name-field-specializzazione {
	    font-size: 1.4rem;
	}
	.img-comp-slider::before {
	    content: '';
	    height: 45rem;
	    top: -21rem;
	}
	.trattamenti-galleria-preview .field--name-field-galleria-immagini .field__item {
	    width: calc(100% / 2 - 1rem);
	}
	.half-image-text-tred {
	    padding: 3vw 2rem;
	    max-width: 90rem;
	}
	.half-image-text-tred .half-rigt-text p {
	    font-size: 1.6rem;
	    padding: 0 3rem;
	}
	.half-image-text-tred .half-rigt-text h3 {
	    font-size: 2rem;
	    padding: 1vw 3rem;
	}	
	.half-image-text-tred .half-rigt-text img {
	    width: 8rem;
	    height: auto;
	    margin: 0 3rem 3rem auto;
	    display: block;
	}
	.path-news .view-lista-completa-news .view-content {
	    max-width: 90rem;
	    margin:5rem auto 0;
	}
	.path-news .view-lista-completa-news .view-content .views-row .views-field-body .field-content * {
	    color: #000;
	    font-size: 1.6rem;
	    text-align: center;
	}
	.path-news .view-lista-completa-news .view-content .views-row .views-field-view-node a {
	    padding: 1rem 2rem 0;
	}
	.full-gallery-page {
	    padding: 6rem 2rem 0;
	}
	.full-gallery-page h1 {
	    font-size: 4rem;
	}
	.special-tpo-intro-page .half-right-text .border-text h2 {
	    font-size: 5rem;
	    margin:0 auto 2rem 0;
	}
	.special-tpo-intro-page .half-right-text .border-text p {
	    font-size: 1.6rem;
	}
	.special-tpo-intro-page .half-right-text a {
	    font-size: 1.6rem;
	    margin-top: 2rem;
	    padding: 1rem 2rem;
	}
	.prima-text-image, .dopo-text-image {
	    padding: 0.5rem 3rem;
	    font-size: 1.6rem;
	}
	.page-node-type-news_blog .centered-blog .body-article-news {
	    font-size: 1.6rem;
	}
	.orari-contatti .single-orario h3{
	    font-size: 1.6rem;
	}
	.orari-contatti .single-orario p {
	    font-size: 1.6rem;
	    font-weight: 400;
	}
	
	
	
	
	
	
	
	
	
	
}
@media only screen and (max-width: 1279px) {
	.studio-padrefiglia-section .right-studio-box .last-text-box h3 {
	    font-size: 3.5vw;
	}
	.team-studio-section .list-team-zambon .view-lista-team-homepage {
	    max-width: 100rem;
	}
	.half-preview-home-prestazione .half-right-image {
	    width: 45%;
	    padding-right: 0vw;
	}
	.half-image-text-tred .link-download-list {
	    padding: 0 2rem;
	}
	.field--name-field-file-scaricabile .field__item .file a, .half-image-text-tred .link-download-list a {
	    font-size: 1.6rem;
	}
	.page-node-type-news_blog .centered-blog {
	    max-width: 90rem;
	}
	.page-node-type-news_blog .left-section-blog.special-half-video {
	    width: 40rem;
	}
	.page-node-type-news_blog .left-section-blog.special-half-video .field--name-field-video-youtube figure iframe {
	    height: 45.5rem !important;
	}
	.page-node-type-news_blog .left-section-blog.special-half-video .field--name-field-video-youtube figure {
	    padding-bottom: 46rem !important;
	}
	
	
	
	
	
	
}
@media only screen and (max-width: 989px) {
	.bottom-footer-policy {
    flex-direction: column;
}
	/* Header */
	.navbar-nav {
	    height: 100vh;
	    background-color: rgba(0,0,0,0.8);
	    color: #FFF;
	    width: 20vw;
	    padding-top: 15vh;
	    padding-right: 2rem;
	    text-align: right;
	    position: fixed;
	    right: -21vw;
	    top: 0;
	    z-index: 100;
	    display: flex !important;
	    flex-direction: column !important;
	    flex-wrap: nowrap !important;
	    align-content: flex-end !important;
	    align-items: flex-end !important;
	    justify-content: flex-start !important;
	    transition: all 0.3s linear;
	}
	.navbar-nav.toggledMenu{
	    right: 0;
	}
	.navbar-nav a,
	.navbar-nav .nav-link {
		color: #FFF !important;
		font-size: 2rem;
	}
	.menu-desk-button {
		margin-left: 2rem; 
		padding-right: 1rem;
		cursor: pointer;
	}
	
	.special-tpo-intro-page .half-left-image {
	    width: 100%;
	    height: 65vw;
	}
	.path-frontpage .special-tpo-intro-page {
	    padding: 0rem 5vw 0;
	}
	.special-tpo-intro-page .half-right-text {
	    width: 100%;
	    padding: 3rem 0 0;
	    text-align: center;
	}
	.special-tpo-intro-page .half-right-text .border-text h2 {
	    font-size: 5rem;
	}
	.special-tpo-intro-page .half-right-text .border-text {
	    border-left: none;
	    padding-left: 0;
	    text-align: center;
	}
	.studio-padrefiglia-section .left-studio-title {
	    width: 100%;
	    padding-right: 0;
	    text-align: center;
	}
	.studio-padrefiglia-section .left-studio-title hr {
	    display: none;
	}
	.studio-padrefiglia-section .right-studio-box {
	    width: 100%;
	}
	.studio-padrefiglia-section .right-studio-box .single-box {
	    height: 26vw;
	}
	
	.studio-padrefiglia-section .right-studio-box .last-text-box h3 {
	    font-size: 4rem;
	}
	.studio-padrefiglia-section .left-studio-title h2 {
	    font-size: 4rem;
	}
	.main-footer-section .centered-footer .tre-single-footer {
	    padding: 2rem 4rem;
	    border-right: none;
	    text-align: center;
	    width: 100% !important;
	}
	.main-footer-section .centered-footer .tre-single-footer:nth-child(2){
		max-width:40rem;
	}
	.main-footer-section .centered-footer .tre-single-footer .footer-logo {
	    width: 100%;
	    margin: 0 auto 2rem;
	    max-width: 30rem;
	}
	.social-footer {
    justify-content: center;
    margin-left: 0;
	}
	.main-footer-section .centered-footer .tre-single-footer a {
	    justify-content: center;
	}
	.team-studio-section .list-team-zambon h2.special-font {
	    margin:3rem auto 5rem;
	}
	.team-studio-section .list-team-zambon .view-lista-team-homepage .view-header {
	    width: 100%;
	}
	.team-studio-section .list-team-zambon .view-lista-team-homepage .view-header .icon-team,
	.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .view-header .icon-team {
	    left: 50%;
	    bottom: -50%;
	    transform: translateX(-50%);
	    width: 100%;
	    max-width: 20rem;
	    top: unset;
	}
	.team-studio-section .list-team-zambon .view-lista-team-homepage .view-content {
	    width: 90vw;
	}
	
	.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .view-header {
	    order: 1;
	}
	.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .view-content, .team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .tns-outer {
	    order: 2;
	}
	.team-studio-section .list-team-zambon .view-lista-team-homepage .view-content, .team-studio-section .list-team-zambon .view-lista-team-homepage .tns-outer {
	    width: 90vw;
	}
	.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .tns-outer .tns-controls button:nth-child(1){
	    right: unset;
	    top: -8rem;
	    left: 0;	
	}
	.team-studio-section .list-team-zambon .views-element-container:nth-child(even) .view-lista-team-homepage .tns-outer .tns-controls button:nth-child(2) {
	    right: 0;
	    top: -8rem;
	}
	.prestazioni-section h2.special-font {
	    font-size: 4rem;
	    text-align: center;
	    margin: 4rem auto 3rem;
	    padding-left: 0;
	}
	.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button:nth-child(1){
	    left: calc(50% - 6rem);
	    transform: translateX(-50%);	
	}
	.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button:nth-child(2){
	    left: calc(50% + 6rem);
	    transform: translateX(-50%);	
	}
	.half-preview-home-prestazione .half-left-testo {
	    width: 100%;
	    order: 2;
	}
	.half-preview-home-prestazione .half-left-testo .intro-title-icon{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    margin-top: 2rem;
	}
	.half-preview-home-prestazione .importante-section {
	    padding: 1.5rem;
	    margin: 1.5rem auto;
	}
	.descrizione-preview-prest .field--name-field-descrizione {
	    font-size: 1.6rem;
	    text-align: center;
	}
	.half-preview-home-prestazione .half-left-testo a.special-border-button {
	    margin: 2rem auto 0;
	    font-size: 1.8rem;
	}
	.half-preview-home-prestazione .importante-section,
	.descrizione-preview-prest .field--name-field-descrizione{
	    display: none;
	}
	.half-preview-home-prestazione .half-right-image {
	    width: 75vw;
	    padding-right: 0vw;
	}
	.field--name-field-video-youtube iframe {
	    height: 45vw!important;
	}
	.prestazioni-section .img-comp-img .img-fluid {
	    max-width: unset;
	    width: 75vw;
	    height: 75vw;
	    border-radius: 2rem;
	}
	.prestazioni-section .img-comp-container {
	    height: 75vw;
	}
	.prestazioni-section .img-comp-slider::before {
	    height: 75vw;
	}
	.view-lista-news-homepage .view-content .views-row {
	    margin: 0;
	    padding: 0 1.5rem;
	}
	.view-lista-news-homepage .view-content{
		max-width:unset;
	}
	.path-frontpage .view-lista-news-homepage .tns-outer{
		padding:0 4rem !important;
	}
	.prestazioni-section .full-bottom-prestazioni-button a, .bottom-post-team-link-tutti a, .news-home-section a.special-border-button,
	.prenota-orari,
	.gallery-list-image a.special-border-button {
	    font-size: 1.6rem;
	    margin-top: 3rem;
	    padding: 1rem 2rem;
	    display: inline-block;
	}
	.view-lista-news-homepage .view-content .views-row .views-field-view-node a {
	    font-size: 1.5rem;
	}
	.news-home-section {
	    padding-bottom: 3rem;
	}
	.orari-section .centered-orari .single-orario {
	    padding: 0 1.5rem;
	    margin-bottom: 2rem;
	    width: 33%;
	}
	.orari-section .centered-orari .single-orario:nth-child(3){
		border-right:0;
	}
	.gallery-section {
	    padding: 4rem 4vw 0;
	}
	.gallery-section .gallery-list-image .single-prefooter-image {
	    min-height: 30vw;
	}
	.webform-submission-richiedi-informazioni-form {
	    text-align: center;
	    width: 100%;
	    max-width: 60rem;
	    margin: 0 auto;
	}
	.storia-second-section {
	    padding: 4rem 2rem;
	}
	.storia-second-section .half-left-title-image {
	    width: 100%;
	}
	.storia-second-section .half-right-text {
	    width: 100%;
	    padding: 3rem 0 0;
	    text-align: center;
	}
	.storia-second-section .half-right-text p {
	    text-align: center;
	}
	.storia-second-section .half-left-title-image img {
	    left: 0rem;
	    bottom: 0rem;
	}
	.nostro-team-main-title{
		display:none;
	}
	.half-image-text-tred .half-left-image {
	    width: 100%;
	    height: 70vw;
	}
	.half-image-text-tred .half-rigt-text {
	    width: 100%;
	}
	.half-image-text-tred .half-rigt-text::before{
		display:none;
	}
	.half-image-text-tred .half-rigt-text img {
	    margin: 3rem auto;
	}
	.half-image-text-tred .half-rigt-text h3 {
	    padding: 1.5rem;
	    text-align: center;
	}
	.half-image-text-tred .half-rigt-text p {
	    padding: 0 3rem;
	    text-align: center;
	}
	.half-image-text-tred .link-download-list {
	    justify-content: center;
	    padding-right: 0;
	}
	.full-gallery-page .view-gallerie-dentista .views-row {
	    width: 33%;
	}
	.half-contatti-mappa .left-info-cont {
	    padding: 0 3rem 3rem;
	    width: 100%;
	}
	.half-contatti-mappa .right-map-cont {
	    width: 100%;
	}
	.half-contatti-mappa .left-info-cont h1 {
	    font-size: 4rem;
	    display: flex;
	    justify-content: center;
	    margin-bottom: 2rem;
	}
	.half-contatti-mappa {
	    padding: 0;
	}
	.half-contatti-mappa .left-info-cont a i {
	    font-size: 2.5rem;
	    width: 3rem;
	}
	.half-contatti-mappa .left-info-cont a,
	.orari-contatti h2 {
	    font-size: 1.8rem;
	    display: flex;
	    justify-content: center;
	    margin-bottom: 1.5rem;
	}
	.orari-contatti h2 {
	    text-align: center;
	}
	.orari-contatti .single-orario {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	}
	.orari-contatti .single-orario h3 {
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
	}
	.orari-contatti .single-orario p {
    font-size: 1.8rem;
    font-weight: 400;
    width: 100%;
    text-align: center;
	}
	.special-tpo-intro-page .special-top-triangle {
	    opacity: 0.15;
	}
	.news-home-section h2 {
	    margin: 4rem auto 0;
	    font-size: 4rem;
	}
	.tns-outer .tns-controls button {
	    width: 4rem;
	    height: 4rem;
	}
	.page-node-type-news_blog .left-section-blog {
	    width: 100%;
	    float: none;
	    padding: 0 0rem 2rem 0;
	}
	.page-node-type-news_blog .centered-blog {
	    padding: 0rem 1.5rem 8rem;
	}
	.page-node-type-news_blog .centered-blog .first-half-blog-top {
	    text-align: center;
	    font-size: 4rem;
	}
	.page-node-type-prestazione_dentista .single-prestazione-preview-expl {
	    max-width: unset;
	    padding: 0 2rem;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	}
	.half-right-prestazioni-preview .img-comp-img .field--name-field-immagine-comparazione-dopo img, .half-right-prestazioni-preview .img-comp-img .field--name-field-immagine-comparazione-prim img, .page-node-type-prestazione-dentista .single-prestazione-preview-expl .trattamenti-list-preview .field--name-field-immagine-comparazione-dopo img, .page-node-type-prestazione-dentista .single-prestazione-preview-expl .trattamenti-list-preview .field--name-field-immagine-comparazione-prim img {
	    height: calc(100vw - 10rem);
	    width: calc(100vw - 10rem);
	}
	.img-comp-slider::before {
	    content: '';
	    height: calc(100vw - 7rem);
	    top: -40vw;
	}
	.page-node-type-prestazione-dentista .img-comp-slider::before {
	    top: calc(-50vw + 6rem);
	}
	.single-prestazione-preview-expl .trattamenti-right-desc-preview {
	    width: 100%;
	    padding-left: 0;
	    text-align: center;
	    padding-top: 3rem;
	}
	.single-prestazione-preview-expl .trattamenti-list-preview {
	    width: 100%;
	    padding: 0 3rem;
	    position: relative !important;
	    top: 0 !important;
	}
	.img-comp-container {
	    height: calc(100vw - 10rem);
	}
	.page-node-type-prestazione_dentista .single-prestazione-preview-expl .field--name-field-icona-prestazione img {
	    width: 10rem;
	    margin: 0 auto;
	}
	.single-prestazione-preview-expl .trattamenti-right-desc-preview .prestazione-special-name.special-font, .path-news .view-lista-completa-news .view-header h2 {
	    font-size: 4rem;
	    text-align: center;
	}
	.altri-servizi-section .view-prestazioni-correlate .view-content {
	    padding: 0 2rem;
	}
	.altri-servizi-section .view-prestazioni-correlate .view-content .views-row .single-service .titolo-prestazione {
	    font-size: 1.5rem;
	}
	.page-node-type-prestazione_dentista .single-prestazione-preview-expl {
	    margin: 13rem auto 4rem;
	    overflow: hidden;
	}
	.trattamenti-specialisti-preview .field--name-field-specialista,
	.field--name-field-file-scaricabile, .half-image-text-tred .link-download-list {	
	    justify-content: center;
	}
	.page-node-type-prestazione_dentista .field--name-field-video-youtube iframe {
	    height: 50vw!important;
	}
	.navbar-brand .site-logo {
	    position: fixed;
	    top: 0;
	    padding: 1rem 2rem 2rem;
	    margin: 0;
	    left: 0;
	    transform: none;
	    background-color: transparent;
	}
	.navbar-toggler{
		display:none !important;
	    width: 4rem;
	    height: 4rem;
	    background-image: url(/sites/default/files/menu-bar.svg);
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    border: none;
	    background-color: transparent;
	    border-radius: 0;
	    color: transparent;
	    margin-right: 2rem;
	}
	.navbar-toggler .navbar-toggler-icon{
		font-size:0;
		border:none;
		background-color:transparent;
		border-radius:0;
		color:transparent;
		background:unset;
		background-image:unset;
	}
	#menu-responsive{
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: stretch;
	    position: fixed;
	    top: 2rem;
	    right: 2rem;
	    width: 4rem;
	    height: 4rem;
	    z-index: 9999;
	    cursor: pointer;
	    transition: all 0.3s linear;
	}
	#menu-responsive .single-bar{
		margin:0.5rem 0;
		width:100%;
		height:0.4rem;
		background-color:#345655;
		transition:all 0.3s linear;
		transform-origin:center;
	}
	#menu-responsive.activeMenuToggle{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#menu-responsive.activeMenuToggle .single-bar.bar-uno{
		opacity:0;
	}	
	#menu-responsive.activeMenuToggle .single-bar.bar-due{
		margin:0;
	}
	#menu-responsive.activeMenuToggle .single-bar.bar-tre{
		-webkit-transform: rotate(90deg) translateX(-2.5px);
		-moz-transform: rotate(90deg) translateX(-2.5px);
		-ms-transform: rotate(90deg) translateX(-2.5px);
		-o-transform: rotate(90deg) translateX(-2.5px);
		transform: rotate(90deg) translateX(-2.5px);
		margin:0;
	}
	#block-studiozambon-main-navigation{
	    opacity: 1 !important;
	    left: unset;
	    margin: 0;
	    right: -100vw;
	    position: fixed;
	    z-index: 99998;
	    transform: none;
	    height: calc(100vh - 8rem);
	    width: 100vw;
	    top: 8rem;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: flex-start;
	    transition: all 0.4s linear;
	    overflow: auto;
	    backdrop-filter: blur(2px);
	    background-color: rgba(0,0,0,0.7);
	    padding: 2rem 9rem 2rem 2rem;
	    overflow: scroll;
	}
	#navbarSupportedContent{
		display:block !important;
	}
	#block-studiozambon-main-navigation ul.navbar-nav{
	    background-color: #000;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    max-width: 40rem;
	    height: auto;
	    min-height: 100vh;
	}
	#block-studiozambon-main-navigation ul.navbar-nav .nav-item:last-child{
		padding-bottom:5rem;
	}
	#block-studiozambon-main-navigation ul.navbar-nav .nav-item:first-child{
		padding-top:3rem;
	}
	#block-studiozambon-main-navigation.toggledMenu{
	    right: 0;
	}
	#block-studiozambon-main-navigation li a,
	#block-studiozambon-main-navigation li .dropdown-toggle{
	   padding: 2rem 1.5rem 2rem 2rem;
	   font-size: 3rem;
	   text-align:left;
	   font-weight:700;
	}
	#block-studiozambon-main-navigation .dropdown-menu,
	#block-studiozambon-main-navigation .dropdown-menu li{
	    display: block;
	    position: relative;
	    width: auto;
	    min-width: unset;
	    float: none;
	    left: unset;
	    visibility: visible;
	    text-align: right;
	    top: unset;
	    opacity: 1;
	    border: none;
	    box-shadow: none;
	    padding: 0;
	    background: transparent;
	}
	#block-studiozambon-main-navigation li {
	    float: none;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: flex-end;
	    justify-content: center;
	    align-items: flex-end;
	    width: 100%;
	}
	#block-studiozambon-main-navigation ul.dropdown-menu li a{
		padding: 1rem 1.5rem 1rem 5rem;
		font-size: 2.5rem;
		font-weight:500;
	}
	#block-studiozambon-main-navigation ul.dropdown-menu li a::before {
	    content: '';
	    width: 3rem !important;
	}
	#block-studiozambon-main-navigation .navbar-nav .nav-item:nth-child(3) {
	    margin-right: 0;
	}
	.navbar-nav .nav-link.active {
	    color: #bddfe3 !important;
	}
	#block-studiozambon-main-navigation .navbar-nav .nav-item {
	    margin: 0;
	    width: 100%;
	}
	#block-studiozambon-main-navigation ul.navbar-nav .nav-item:first-child {
	    padding-top: 0;
	}
	.navbar-nav {
    	padding: 2rem 0 4rem;
	}
	#block-studiozambon-main-navigation li a, #block-studiozambon-main-navigation li .dropdown-toggle {
	    font-size: 2.5rem;
	    text-align: right;
	    font-weight: 700;
	    width: 100%;
	}
	.navbar-nav .nav-link.dropdown-toggle, .navbar-nav .media-library-view--widget .view-header a.dropdown-toggle, .media-library-view--widget .view-header .navbar-nav a.dropdown-toggle {
	    display: flex;
	    justify-content: flex-end;
	    align-items: center;
	}
	#block-studiozambon-main-navigation .navbar-nav ul.dropdown-menu .nav-item a {
	    text-align: right;
	    font-size: 2rem;
	    padding: 1rem 4rem 1rem 1rem !important;
	    width: 100%;
	}
	#block-studiozambon-main-navigation .dropdown-menu, #block-studiozambon-main-navigation .dropdown-menu li {
	    width: 100%;
	}
	#block-studiozambon-main-navigation ul.navbar-nav .nav-item:last-child {
	    padding-bottom: 0;
	}
	.navbar-nav .nav-item a, .navbar-nav .nav-item span {
	    padding: 1rem 2rem 1rem 1rem !important;
	}
	.special-tpo-intro-page {
	    padding: 0rem 5vw 0;
	}
	@keyframes brandingSpecialAnimation {
	  0% {
		top:25vh;
		width: 60vw;
		height:auto;
		background-color: transparent;
	  }
	  100% {
	    top: 0;
	    height: auto;
	    width: 25rem;
	    background-color: #bddfe3;
	    position: fixed;
	    top: 0;
	    padding: 1rem 2rem 2rem;
	    margin: 0;
	    left: 0;
	    transform: none;
	    background-color: transparent;
	  }
	}
		.storia-second-section .half-left-title-image h2,
		.special-tpo-intro-page .half-right-text .border-text h2 {
	    font-size: 4rem;
	}
	
	.padre-figlia-triangle{
	    top: unset;
	    bottom: 10%;
	    height: auto;
	    width: 45vw;
	    left: unset;
	    right: 0;	
	}
	
	
	
	.tel-mobile-call, .whatsapp-mobile-call {
	    display: block;
	    position: fixed;
	    right: 1rem;
	    bottom: 1rem;
	    z-index: 5;
	    background-color: #345655;
	    height: 7rem;
	    width: 7rem;
	    border-radius: 100rem;
	    box-shadow: -1px -1px 9px rgb(0,0,0);
	}
	.whatsapp-mobile-call {
	    right: 9rem;
	}
	.whatsapp-mobile-call {
	    background-color: #dde9e8;
	}
	.tel-mobile-call i, .whatsapp-mobile-call i {
	    color: #fff;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    font-size: 3rem;
	    transform: translate(-50%,-50%);
	}
	.whatsapp-mobile-call i{
		color:#345655;
	}
	.page-node-type-news_blog .centered-blog {
	    max-width: 60rem;
	}
	.page-node-type-news_blog .left-section-blog.special-half-video {
	    width: 25rem;
	    float: left;
	    padding-right: 2rem;
	}
	.page-node-type-news_blog .left-section-blog.special-half-video .field--name-field-video-youtube figure iframe {
	    height: 29rem !important;
	}
	.page-node-type-news_blog .left-section-blog.special-half-video .field--name-field-video-youtube figure {
	    padding-bottom: 29.5rem !important;
	}
	.page-node-type-news_blog .centered-blog.centered-special-video-news .first-half-blog-top {
	    text-align: left;
	    font-size:3rem;
	}
	
	
}
@media only screen and (max-width: 599px) {
	.prima-text-image, .dopo-text-image {
	    padding: 0.5rem 2rem;
	    font-size: 1.4rem;
	    width: 10rem;
	}
	.prima-text-image {
	    left: calc((100vw - 24rem)/4);
	}
	.dopo-text-image {
	    right: calc((100vw - 24rem)/4);
	}
	.page-node-81 .conferma {
    padding: 10rem 2rem;
}
	.supercentered-error .main-message h2 {
	    font-size: 4rem;
	}
	.supercentered-error .centered-error {
	    font-size: 10rem;
	}
	.supercentered-error .centered-error img {
	    width: 8rem;
	    height: auto;
	}
	.supercentered-error {
    	padding: 10rem 2rem;
	}
	.copyright-footer {
	    padding: 3rem 2rem 8rem;
	}
	.full-gallery-page .view-gallerie-dentista .views-row {
	    width: 100%;
	}	
	.prestazioni-section h2.special-font {
	    line-height: 1;
	}
	.special-tpo-intro-page .half-right-text .border-text h2,
	.studio-padrefiglia-section .left-studio-title h2,
	.prestazioni-section h2.special-font,
	.news-home-section h2,
	.gallery-section h2,
	.contatti-prefooter h2,
	.orari-section .centered-orari h2,
	.half-contatti-mappa .left-info-cont h1,
	.single-prestazione-preview-expl .trattamenti-right-desc-preview .prestazione-special-name.special-font,
	.path-news .view-lista-completa-news .view-header h2,
	.page-node-type-news_blog .centered-blog .first-half-blog-top,
	.altri-servizi-section h2{
	    font-size: 3rem;
	}
	.contatti-prefooter h2{
		padding:0 2rem;
	}
	.studio-padrefiglia-section .right-studio-box .single-box,
	.studio-padrefiglia-section .right-studio-box .last-text-box {
	    width: calc(100% / 2 - 1vw);
	    margin: 0 0.5vw 1vw;
	    height: 44vw;
	}
	.studio-padrefiglia-section .right-studio-box .last-text-box{
		height:auto;
	}
	.studio-padrefiglia-section .right-studio-box .single-box:nth-child(1){
		order:1;
	}
	.studio-padrefiglia-section .right-studio-box .single-box:nth-child(2){
		order:2;
	}
	.studio-padrefiglia-section .right-studio-box .single-box:nth-child(3){
		order:4;	
	}
	.studio-padrefiglia-section .right-studio-box .single-box:nth-child(4){
		order:3;
	}
	.studio-padrefiglia-section .right-studio-box .single-box:nth-child(5){
		order:5;
	}
	.studio-padrefiglia-section .right-studio-box .last-text-box{
		order:6;
	}
	.studio-padrefiglia-section .right-studio-box .last-text-box h3 {
	    font-size: 2.5rem;
	}
	.half-image-text-tred .half-rigt-text p {
	    padding: 0;
	    text-align: center;
	}
	.team-studio-section .list-team-zambon .views-element-container .view-lista-team-homepage .tns-outer .tns-controls button{
		right:unset !important;
		bottom:unset !important;
		transform:translateX(-50%) !important;
		top:-5rem !important;
	}
	.team-studio-section .list-team-zambon .views-element-container .view-lista-team-homepage .tns-outer .tns-controls button:first-child{
		left:calc(50% - 4rem) !important;
	}
	.team-studio-section .list-team-zambon .views-element-container .view-lista-team-homepage .tns-outer .tns-controls button:last-child{
		left:calc(50% + 4rem) !important;
	}
	.team-studio-section .list-team-zambon .team-preview-dentista .team-title {
	    font-size: 2.5rem;
	}
	.team-studio-section .view-lista-team-homepage .view-content .views-row {
	    padding: 0 2rem 2rem;
	}
	.team-studio-section .list-team-zambon h2.special-font {
	    margin: 3rem auto 5.5rem;
	}
	.half-preview-home-prestazione .half-left-testo .intro-title-icon .title-prestazione {
	    font-size: 2.5rem;
	    padding: 0;
	}
	.half-preview-home-prestazione .half-left-testo .intro-title-icon {
	    display: flex;
	    flex-direction: column;
	    padding: 0;
	}
	.view-lista-news-homepage .view-content .views-row .views-field-body *{
		margin-bottom:0;
	}
	.orari-section .centered-orari .single-orario {
	    width: 50%;
	}
	.orari-section .centered-orari .single-orario{
		border:none !important;
	}
	.orari-section .centered-orari .single-orario:nth-child(even){
		border-left:2px solid #345655 !important;
	}
	.webform-submission-richiedi-informazioni-form .form-item {
	    width: 96%;
	}
	.webform-submission-richiedi-informazioni-form {
	    width: 90%;
	    max-width: 40rem;
	}
	.main-footer-section .centered-footer .tre-single-footer {
	    padding: 2rem 0rem;
	}
	.main-footer-section .footer-last-info {
	    font-size: 1.4rem;
	    font-weight: 400;
	}
	.copyright-footer {
    	padding: 3rem 2rem 8rem;
	}
	.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button {
	    width: 4rem;
	    height: 4rem;
	}
	.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button:nth-child(1){
	    left: calc(50% - 4rem);
	}
	.prestazioni-section .view-lista-prestazioni-homepage .tns-controls button:nth-child(2){
	    left: calc(50% + 4rem);
	}
	.half-preview-home-prestazione .half-right-image {
	    width: 90vw;
	}
	.prestazioni-section .img-comp-container {
	    height: 90vw;
	}
	.prestazioni-section .img-comp-img .img-fluid {
	    width: 90vw;
	    height: 90vw;
	}
	.prestazioni-section .img-comp-slider::before {
	    height: 90vw;
	}
	.storia-second-section .half-left-title-image .backgrounded-image {
	    width: 100%;
	    margin-left: 0;
	    height: 80vw;
	}
	.half-contatti-mappa .left-info-cont {
	    padding: 0 0rem 3rem;
	}
	.half-contatti-mappa .left-info-cont a i,
	.orari-contatti h2 i {
	    margin: 0;
	}
	.orari-contatti h2 i{
		font-size:2rem;
	}
	.half-contatti-mappa .left-info-cont a, .orari-contatti h2 {
	    display: flex;
	    text-align: center;
	    flex-direction: column;
	    align-items: center;
	}
	.path-news .view-lista-completa-news .view-content .views-row {
	    width: 100%;
	    margin: 0 auto 4rem;
	}
	
	.single-prestazione-preview-expl .trattamenti-list-preview {
	    padding: 0 0rem;
	}
	.half-right-prestazioni-preview .img-comp-img .field--name-field-immagine-comparazione-dopo img, .half-right-prestazioni-preview .img-comp-img .field--name-field-immagine-comparazione-prim img, .page-node-type-prestazione-dentista .single-prestazione-preview-expl .trattamenti-list-preview .field--name-field-immagine-comparazione-dopo img, .page-node-type-prestazione-dentista .single-prestazione-preview-expl .trattamenti-list-preview .field--name-field-immagine-comparazione-prim img {
	    height: calc(100vw - 4rem);
	    width: calc(100vw - 4rem);
	}
	.page-node-type-prestazione-dentista .img-comp-slider::before {
	    height: calc(100vw - 2rem);
    	top: calc(-50vw + 4rem);
	}
	.navbar-brand .site-logo {
	    padding: 2rem;
	    top:1rem;
	    width: 23rem;
	}
	.trattamenti-specialisti-preview .field--name-field-specialista .field__item {
	    width: calc(100% - 2rem);
	}
	.altri-servizi-section .view-prestazioni-correlate .view-content .views-row {
	    width: calc(100% / 2 - 1rem);
	}
	.img-comp-container {
	    height: calc(100vw - 4rem);
	}
	.field--name-field-video-youtube iframe {
	    height: 68vw!important;
	}
	header nav.navbar {
	    height: 10rem;
	}
	#menu-responsive {
	    top: 3rem;
	}
	@keyframes brandingSpecialAnimation{
		0% {
		    top: 25vh;
		    width: 60vw;
		    height: auto;
		    background-color: transparent;
		}
		100% {
		    height: auto;
		    width: 23rem;
		    background-color: #bddfe3;
		    position: fixed;
		    top: 1rem;
		    padding: 2rem;
		    margin: 0;
		    left: 0;
		    transform: none;
		    background-color: transparent;
		}
	}
	.trattamenti-specialisti-preview .team-preview-dentista .team-title {
	    font-size: 2.5rem;
	}
	.page-node-type-prestazione_dentista .team-preview-dentista .field--name-field-specializzazione {
	    font-size: 1.6rem;
	}
	.path-frontpage .white-loading {
	    
	}
	.path-frontpage .navbar-brand .site-logo{
	    top: 1.5rem !important;
	    height: auto;
	    width: 25rem;
	    background-color: #bddfe3;
	    position: fixed;
	    top: 0;
	    padding: 1rem 2rem 2rem;
	    margin: 0;
	    left: 0;
	    transform: none;
	    background-color: transparent;
	}

	.view-lista-news-homepage .tns-outer .tns-controls button:nth-child(1) {
	    left: 0.5rem;
	}
	.view-lista-news-homepage .tns-outer .tns-controls button:nth-child(2) {
	    right: 0.5rem;
	}
	.storia-second-section .half-left-title-image h2{
	    position: relative;
	    width: 100%;
	    text-align: center;
	    top: 0;
	    margin-bottom: 2rem;
	    font-size: 3rem;
	}
	.storia-second-section .half-left-title-image img{
	    position: relative;
	    width: 15rem;
	    margin-top: 2rem;	
	}
	.storia-second-section {
	    padding: 4rem 2rem 0;
	}
	.page-node-type-prestazione-dentista .trattamenti-specialisti-preview h4 {
	    font-size: 3rem;
	}
	.page-node-type-prestazione_dentista .field--name-field-video-youtube iframe {
	    height: 56vw!important;
	}
	.path-news .view-lista-completa-news .view-content .views-row .views-field-title a {
	    margin: 1rem auto 0;
	}
	.path-news .view-lista-completa-news .view-content .views-row .views-field-body .field-content * {
	    margin: 0;
	}
	.half-contatti-mappa h1 span{
		padding-left:0.5rem;	
	}
	.page-node-type-news_blog .left-section-blog.special-half-video {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	.page-node-type-news_blog .left-section-blog.special-half-video .field--name-field-video-youtube figure iframe {
	    height: 115vw !important;
	}
	.page-node-type-news_blog .left-section-blog.special-half-video .field--name-field-video-youtube figure {
	    padding-bottom: 115vw !important;
	}
	.team-studio-section .view-lista-team-homepage .view-content .views-row {
	    width: 100%;
	}









}















