@font-face {
	font-family: 'Conv_OldStandard-Bold';
	src: url('fonts/OldStandard-Bold.eot');
	src: local('☺'), url('fonts/OldStandard-Bold.woff') format('woff'), url('fonts/OldStandard-Bold.ttf') format('truetype'), url('fonts/OldStandard-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_OldStandard-Italic';
	src: url('fonts/OldStandard-Italic.eot');
	src: local('☺'), url('fonts/OldStandard-Italic.woff') format('woff'), url('fonts/OldStandard-Italic.ttf') format('truetype'), url('fonts/OldStandard-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_OldStandard-Regular';
	src: url('fonts/OldStandard-Regular.eot');
	src: local('☺'), url('fonts/OldStandard-Regular.woff') format('woff'), url('fonts/OldStandard-Regular.ttf') format('truetype'), url('fonts/OldStandard-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Poppins-Bold';
	src: url('fonts/Poppins-Bold.eot');
	src: local('☺'), url('fonts/Poppins-Bold.woff') format('woff'), url('fonts/Poppins-Bold.ttf') format('truetype'), url('fonts/Poppins-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Poppins-Light';
	src: url('fonts/Poppins-Light.eot');
	src: local('☺'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Poppins-Medium';
	src: url('fonts/Poppins-Medium.eot');
	src: local('☺'), url('fonts/Poppins-Medium.woff') format('woff'), url('fonts/Poppins-Medium.ttf') format('truetype'), url('fonts/Poppins-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Poppins-Regular';
	src: url('fonts/Poppins-Regular.eot');
	src: local('☺'), url('fonts/Poppins-Regular.woff') format('woff'), url('fonts/Poppins-Regular.ttf') format('truetype'), url('fonts/Poppins-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Poppins-SemiBold';
	src: url('fonts/Poppins-SemiBold.eot');
	src: local('☺'), url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('truetype'), url('fonts/Poppins-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* general */

.wrapper {
    width: 100%;
    max-width: 100%;
}

.separator {
    width: 100%;
    height: 1px;
    display: block;
    margin: 0 auto;
    background-color: #c6d2d7;
    padding: 0;
    max-width: 1160px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

section:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.containerWrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: 'Conv_Poppins-Light';
    font-size: 16px;
    color:#333;
}

.ctaLink {
    display: inline-block;
    border: 1px solid #86a4b6;
    text-transform: uppercase;
    padding: 20px 40px;
    letter-spacing: 3px;
    line-height: 14px;
    color: #86a4b6;
}

.ctaLink:hover {
    color: #86a4b6;
    background-color: rgba(245,245,245,0.7);
}

.ctaLink.white {
    color: #fff;
    border: 1px solid #fff;
}

.ctaLink.white:hover {
    background-color: rgba(245,245,245,0.3);
}

.ctaLink.white.selected {
    background-color: rgba(245,245,245,0.3);
    color: #fff;
}

.ctaLink.white:hover {
    color: #fff;
}

main {
    padding-top: 80px;
}

/* header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    height: 110px;
    -webkit-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
}

.topHeader {
    padding-top: 15px;
    padding-right: 14px;
}

/* menu */

.logo {
    float: left;
    width:25%;
    padding-left: 60px;
    position: relative;
    display: block;
}

.logo a, .logo a:hover {
    text-decoration:none;
}

/*
.logo img {
    height: 60px;
    padding-top: 10px;
    margin-top: 5px;
}
*/

.logo img {
    width: 240px !important;
    display: block;
    background-color: #fff;
    border-radius: 10px;
}

.logo-img {
    display: block;
}

.home .logo-img {
    position: absolute;
    left: 72px;
    top: 0;
    width: 240px !important;
    display: block;
    background-color: #fff;
    border-radius: 10px;
}

.logo-img-small {
    display: none !important;
}

.home .logo-img-small {
    display: none;
}

.home .header {
    background-color: #fff;
}

.home .header.sticky {
    background-color: #fff;
}

.home main {
    padding-top: 80 !important; /*prima era 0*/
}

.nav {
    float: left;
    width: 75%;
    text-align: right;
    padding-right: 60px;
}

.nav ul {
    list-style:none;
    display: inline;
    padding: 0;
    margin: 0;
}

.nav ul li {
    list-style:none;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 80px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    color: #006c9a;
    position: relative;
}

.nav > ul > li:hover {
    /* background-image: url("img/simbolo-menu.svg");
    background-size: 18px 9px;
    background-repeat: no-repeat;
    background-position: top center; */
    color:#41a9dd;
    text-decoration: none;
}

.nav ul li a {
    font-family: 'Conv_Poppins-Regular';
    font-size: 18px;
    color: #006c9a;
    display: block;
}

.nav ul li a:hover {
    color:#41a9dd;
}

.nav ul li ul li a {
    font-size: 14px;
}



.nav ul li ul.sub-menu {
    display: none;
}


.nav ul li:hover ul.sub-menu {
    display: block;
}

.nav ul li.subClinica ul.sub-menu {
    text-align: center;
    position: absolute;
    left: -20px; /* 70 */
    width: 220px;
    top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    border-top:1px solid #c2d1da;
}

.nav ul li.subServizi ul.sub-menu {
    text-align: center;
    position: absolute;
    left: -30px;
    width: 220px;
    top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    border-top:1px solid #c2d1da;
}

.nav ul li ul.sub-menu li {
    padding: 0;
    line-height: 30px;
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 0;
}

/* gallery home */

.galleryItem {
    height: 520px; /* calc(100vh - 80px); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.owl-theme .galleryItem {
    height: 100vh;
}

.textSliderHome {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 35%;
    padding: 50px 70px;
    min-width: 50%;
    color: #006c9a;
    font-size: 54px;
    font-family: 'Conv_OldStandard-Italic';
}

.mainSlider {
    position: relative;
}

.mainSlider .scrollDiv {
    position: absolute;
    bottom: 0;
    right:50px;
    z-index: 9;
}

.homeSlider .owl-nav .owl-prev {
    left: 15px;
    position: absolute;
    top: 50%;
}

.homeSlider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
}



/* home */

.twoBlockContent {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;    
}

.containerWrapper {
    width: 100%;
    max-width: 1280px;
    padding: 60px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.col50 {
    width: 50%;
    margin: 0;
    padding: 0;
}

.twoBlockContent .containerWrapper {
    align-items: center;
}

.twoBlockContent .first {
    padding-right: 60px;
}

.twoBlockContent h3 {
    padding: 0;
    margin: 0;
}

.twoBlockContent h3 p {
    padding: 0;
    margin: 0;
    font-size: 44px;
    line-height: 50px;
    font-family: 'miller_textregular';
    font-weight: normal;
}

.twoBlockContent .description p {
    line-height: 24px;
    padding-bottom: 20px;
    font-size: 16px;
}

.twoBlockContent .second {
    text-align: center;
}



/* blocco trattamenti 3 col */

.bloccoTrattamenti {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;    
}

.bloccoTrattamenti h3 {
    text-align: center;
}

.bloccoTrattamenti .containerWrapper {
    display: block;
}

.bloccoTrattamenti .trattamentoSingleList {
    width: 33.33333%;
    padding: 0 25px;
    margin: 0;
    text-align: center;
    float: left;
}

.immagineTrattamentoLista {
    padding-bottom: 40px;
}

.titoloTrattamentoLista {
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 26px;
    font-family: 'miller_textregular';
    color: #333333;
}

.descrizioneTrattamentoLista {
    line-height: 20px;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.descrizioneTrattamentoLista p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.ctaPlus {
    padding-top: 10px;
    display: inline-block;
}

.ctaPlus img {
    width: 25px;
    height: 25px;
}

/* carta dei servizi */

.clinicaServizi .containerWrapper {
    padding-bottom: 0;
}

.clinicaServizi .containerWrapper .col50.second {
    background-color: #fff;
}

.clinicaServizi .containerWrapper .col50.third {
    padding-left: 40px;
    padding-right: 40px;
}

.clinicaServizi .separator {
    margin-top: -1px;
} 


.bloccoServizi {
    float: left;
    width: 33.33333%;
    min-height: 215px;
    position: relative;
    padding: 0;
    margin: 0;
}

.bloccoServizi:hover {
    opacity: 0.8;
}

.bloccoServizi .containerTestoBannerServizi {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}

.bloccoServizi .containerTestoBannerServizi p {
    padding: 0;
    margin: 0;
    color: #fff;
}

.bloccoServizi .containerTestoBannerServizi p.titoloBannerServizi {
    font-size: 36px;
    line-height: 36px;
    font-family: 'miller_textregular';
    padding-bottom: 10px;
}

/* professionista */

.professionista {
    width: 33.33333%;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    float: left;
    padding-bottom: 50px;
}

.imgProfessionista {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.imgProfessionista img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.nomeProfessionista {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
   /*font-family: 'miller_textregular'; */
    color: #333333;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.specializzazioneProfessionista {
    line-height: 20px;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    max-width: 280px;
}

.iProfessionisti h3 {
    text-align: center;
}

.iProfessionisti .containerTitle {
    margin: 0 auto;
}

/* footer */

.preFooter {
    width: 100%;
    margin: 0;
    padding: 50px;
    background-color: #e7edf0;
}

.containerPreFooter {
    width: 100%;
    margin: 0 auto;
    max-width: 840px;
    padding: 0;
    text-align: center;
}

.preFooterTitle {
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    font-family: 'miller_textregular';
}

.preFooteDescription {
    line-height: 24px;
    padding: 20px 20px 40px 20px;
    margin: 0;
}

.footer {
    padding: 50px 70px;
    margin: 0;
    font-size: 14px;
}

.leftCopyright {
    float: left;
    width: 50%;
}

.socialFooter {
    float: right;
    width: 50%;
}

.socialFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.socialFooter ul li {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.socialFooter img {
    width: 18px;
    height: 18px;
}

/* professionisti */

.topProfessionisti {
    background-color: #87a5b6;
    padding: 55px 0;
    margin: 0;
    min-height: 430px;;
}

.topProfessionisti h2 {
    font-size: 44px;
    line-height: 44px;
    color: #fff;
    font-family: 'miller_textregular';
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
    font-weight: normal;
}

.topProfessionisti .sottotitoloContenuto {
    color: #fff;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.topProfessionisti .sottotitoloContenuto p {
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.topProfessionisti .col50 {
    width: 50%;
    padding: 0 50px;
    float: left;
}

.professionistaLeft {
    float: left;
    width: 50%;
    padding: 0 50px;
    margin-top: -370px;
}

.professionistaRight {
    float: right;
    width: 50%;
    padding: 0 50px;
    margin-top: 250px;
}

.professionista1 {
    max-width: 540px;
    margin: 0 auto;
}

.professionista1 p {
    line-height: 24px;
}

.etichettaProfessionista {
    opacity: 0.7;
}

.professionistaLeft .etichettaProfessionista {
    width: 480px;
    position: absolute;
    top: 63%;
    right: -55%;
    padding: 35px 50px;
    text-align: left;
}

.professionistaRight .etichettaProfessionista {
    width: 480px;
    position: absolute;
    top: 63%;
    left: -55%;
    padding: 35px 50px;
    text-align: left;
}

.dettaglioNomeProfessionista {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-family: 'miller_textregular';
    padding: 0;
    margin: 0;
}

.dettaglioSpecialitàProfessionista {
    text-transform: uppercase;
    color: #fff;
}

.descrizioneProfessionista {
    padding-top: 40px;
    min-height: 800px;
}

.downloadProfessionisti {
    padding-top: 20px;
    display: inline-block;
}


/* altri servizi */

.altriServizi {
    height: 430px;
}

.altriServizi .col50 {
    width: 50%;
    margin: 0;
    padding: 0;
    height: 430px;
    float: left;
    position: relative;
}

.col50.imgServizi {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contentTitleServizi {
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: block;
}

.contentTitleServizi h3 {
    color: #fff;
    font-size: 44px;
    line-height: 44px;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: 'miller_textregular';
}

.contentTitleServizi .description {
    color: #fff;
}


.twoColText {
    padding: 0;
    margin: 0;
}

.containerTitle {
    width: 100%;
    display: block;
}

.twoColText h3 {
    text-align: left;
    padding: 0;
    margin: 0;
}

.colTesto  {
    width: 50%;
}

.colTesto.sxCol {
    padding-right: 25px;
}

.colTesto.dxCol {
    padding-left: 25px;
}

.twoBlockContent.offerta h3 {
    text-align: center;
    padding-bottom: 30px;
}


.offerta .col50.first {
    padding-right: 25px;
    text-align: left;
}

.offerta .col50.second {
    padding-left: 25px;
    text-align: left;
}

.offerta .containerWrapper {
    align-items: flex-start;
}

.col1Text p {
    padding: 0;
    margin: 0;
}

.col1Text p.titoloOffre {
    padding: 0;
    margin: 0;
    padding-bottom: 0px;
    font-size: 20px;
}

.col1Text {
    padding-bottom: 20px;
}


/* blocco chirurgia */


section.imgVisoCorpo {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 730px;
    height: 540px;
    background-color: rgba(164,140,155,1);
    padding: 80px;
    z-index: 999;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    display: none;
}

section.imgVisoCorpo.active {
    display: block;
}

.imgVisoCorpo h3 {
   /* text-transform: capitalize; */
    color: #000;
    padding: 0;
    margin: 0;
    font-family: 'miller_textregular';
    font-size: 30px;
    text-transform: lowercase;
}

.imgVisoCorpo .subTitlePopup {
    padding: 8px 0 40px 0;;
    margin: 0;
    color: #000;
    font-size: 16px;
}

.containerProblemiBox .oggetti {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 730px;
    height: 540px;
    background-color: rgba(164,140,155,1);
    padding: 80px;
    z-index: 999;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    display: none;
}

.containerProblemiBox .oggetti ul {
    padding-left: 20px;
}

.containerProblemiBox .oggetti ul li a {
    color: #000;
    font-size: 18px;
}

.containerProblemiBox .oggetti ul li a:hover {
    color: #fff;
}

.containerProblemiBox .oggetti.active {
    display: block;
}

.containerProblemiBox .oggetti h3 {
    /* text-transform: capitalize; */
    color: #000;
    padding: 0;
    margin: 0;
    font-family: 'miller_textregular';
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    text-transform: lowercase;
}

.popupZona {
    display: none;
}

.popupZona.active {
    display: block;
}

.containerProblemiBox {
    float: left;
    width: 33.33333%;
    margin: 0;
    padding: 0;
    padding-right: 15px;
    padding-bottom: 15px;
}

.containerProblemiBox .containerBlock p {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.containerProblemiBox .containerBlock p:hover {
    color: #fff;
}

.closePopup {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index:9999;
    cursor: pointer;
}

.closePopup img {
    width: 26px;
    height: 26px;
}

.backToProblema {
    position: absolute;
    bottom: 80px;
    left: 80px;
    z-index:9999;
    cursor: pointer;
}

.backToProblema img {
    width: 65px;
    height: 65px;
}


/* ig viso corpo */

.imgViso {
    position: relative;
}

.imgCorpo {
    position: relative;
}

.immaginiVisoCorpo {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 100px;
}

.immaginiVisoCorpo {
    text-align: center;
}

.pallinoViso {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
    cursor: pointer;
}

.pallinoViso:hover {
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.pallinoViso:hover span {
    display: block;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.pallinoViso span {
    display: none;
    position: absolute;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    /* text-transform: capitalize; */
    text-transform: lowercase;
    font-size: 10px;
}

.pallinoCorpo {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
    cursor: pointer;
}

.pallinoCorpo:hover {
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.pallinoCorpo:hover span {
    display: block;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.pallinoCorpo span {
    display: none;
    position: absolute;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    text-transform: lowercase;
    font-size: 10px;
}


.pelle_pallino {
    left: 32%;
    position: absolute;
    top: 50%;
    right: 0;
}

.pelle_pallino span {
    top: 8px;
    left: -60px;
}


.naso_pallino {
    position: absolute;
    top: 48%;
    left: 46.5%;
}

.naso_pallino span {
    top: 8px;
    left: -88px;
}

.labbra_pallino {
    position: absolute;
    top: 61%;
    left: 46%;
}

.labbra_pallino span {
    top: 8px;
    left: -88px;
}

.occhi_e_fronte_pallino {
    position: absolute;
    top: 26%;
    left: 47%;
}

.occhi_e_fronte_pallino span {
    position: absolute;
    top: 8px;
    left: -140px;
}

.collo_pallino {
    position: absolute;
    bottom: 8%;
    left: 47%;
}

.collo_pallino span {
    position: absolute;
    top: 8px;
    left: -88px;
}

.zigomo_pallino {
    position: absolute;
    top: 43%;
    right: 30%;
}

.zigomo_pallino span {
    position: absolute;
    top: 8px;
    right: -60px;
}

.contorno_del_viso_pallino {
    position: absolute;
    bottom: 31%;
    left: 67%;
}

.contorno_del_viso_pallino span {
    position: absolute;
    top: 8px;
    right: -80px;
}

.orecchie_pallino {
    position: absolute;
    top: 38%;
    right: 18%;
}

.orecchie_pallino span {
    position: absolute;
    top: 8px;
    right: -40px;
}

.occhi_pallino {
    position: absolute;
    top: 29%;
    left: 31%;
}

.occhi_pallino span {
    position: absolute;
    top: 8px;
    left: -70px;
}


/* corpo pallini */

.Gambe_e_glutei_pallino {
    position: absolute;
    top: 73%;
    right: 38%;
}

.Gambe_e_glutei_pallino span {
    position: absolute;
    top: 8px;
    right: -75px;
}

.Addome_e_pancia_pallino {
    position: absolute;
    top: 56%;
    left: 45%;
}

.Addome_e_pancia_pallino span {
    position: absolute;
    top: 8px;
    right: -100px;
}

.Braccia_pallino {
    position: absolute;
    top: 11%;
    left: 24%;
}

.Braccia_pallino span {
    position: absolute;
    top: 8px;
    left: -40px;
}

.Seno_pallino {
    position: absolute;
    top: 35%;
    left: 31%;
}

.Seno_pallino span {
    position: absolute;
    top: 8px;
    left: -40px;
}

.Capelli_pallino {
    position: absolute;
    top: 0;
    left: 45%;
}

.Capelli_pallino span {
    position: absolute;
    top: 8px;
    right: -50px;
}

.Addome_pallino {
    position: absolute;
    top: 55%;
    left: 49%;
}

.Addome_pallino span {
    position: absolute;
    top: 8px;
    right: -50px;
}

.Fianchi_pallino {
    position: absolute;
    top: 70%;
    left: 33%;
}

.Fianchi_pallino span {
    position: absolute;
    top: 8px;
    left: -45px;
}


.Glutei_pallino {
    position: absolute;
    top: 70%;
    right: 29%;
}

.Glutei_pallino span {
    position: absolute;
    top: 8px;
    right: -30px;
}

.Polpaccio_pallino {
    position: absolute;
    top: 92%;
    left: 37%;
}

.Polpaccio_pallino span {
    position: absolute;
    top: 8px;
    left: -50px;
}

.Zona_genitale_pallino {
    position: absolute;
    top: 70%;
    left: 46%;
}

.Zona_genitale_pallino span {
    position: absolute;
    top: 8px;
    right: -100px;
}

.Cosce_pallino {
    position: absolute;
    top: 82%;
    left: 45%;
}

.Cosce_pallino span {
    position: absolute;
    top: 8px;
    right: -50px;
}


#tab2 {
    display: none;
}

.tabBox {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.tabLink {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.tabLink.tab2 {
    margin-left: -4px;
}

.tabLink.active a {
    color: #fff;
}

.tabLink.medicina_estetica.active {
    background-color: #c8b8c1;
}

.tabLink.medicina_estetica {
    border:1px solid #c8b8c1;
}

.tabLink.chirurgia_estetica.active {
    background-color: #beb4b2;
}

.tabLink.chirurgia_estetica {
    border:1px solid #beb4b2;
}


/* tecnologie e materiali */

.tecnologieemateriali .contentTitleServizi {
    display: block;
    padding: 50px 30px;
    position: relative;
    bottom: inherit;
    left: inherit;
} 

.tecnologieemateriali .contentTitleServizi h3 {
    color: #fff;
    font-size: 44px;
    line-height: 44px;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    font-weight: normal;
    font-family: 'miller_textregular';
    font-weight: normal;
}

.tecnologieemateriali .contentTitleServizi .description {
    color: #fff;
}


.twoColText.tecnologieemateriali2 .containerTitle h3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 60px;
    font-family: 'miller_textregular';
    font-weight: normal;
}

.twoColText .backgroundImage2 .titoloColonna {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.tecnologieemateriali .ctaLink {
    margin-right: 20px;
}

.bloccoColonna  {
    padding-bottom: 50px;
}

.bloccoColonna .immagineColonna {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
}

.bloccoColonna .testoColonna {
    width: 80%;
    margin: 0;
    padding: 0;
    float: left;
    padding-left: 20px;
}

.bloccoColonna .titoloColonna {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 26px;
    font-family: 'miller_textregular';
}

.bloccoColonna .descrizioneColonna {
    padding: 0 0 15px 0;
    margin: 0;
}

.bloccoColonna .descrizioneColonna p {
    margin: 0;
    padding: 0;
}

.page-template-template-etecnologie-e-materiali .bloccoColonna .titoloColonna {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
}


/* staff */

.staffContainer {
    margin-top: -170px;
}

.staffBlock {
    width: 33.33333%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px;
}

.nomeStaff {
    font-family: 'miller_textregular';
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
}

/* mappa */

.mappa {
    margin-top: 0;
}

.bloccoContatto {
    width: 33.33333%;
    padding: 0 0 30px 0;
    text-align: left;
    padding-bottom: 50px;
}

.bloccoContatto .dettaglioBloccoContatto {
    width: 100%;
    max-width: 240px;
    margin: 0;
    padding: 0;
}

.bloccoContatto .numeroContatto {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    font-size: 20px;
}

.bloccoContatto .titoloContatto {
    padding: 0px;
    margin: 0;
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'miller_textregular';
}

.bloccoContatto .descrizioneContatto p {
    padding: 0;
    margin: 0;
}


/* magazine blocks */

.magazineBlocks .magazineBlock:last-child {
    margin-right: 0;
    margin-left: 15px;
}

.magazineBlock {
    width: calc(50% - 15px);
    margin-right: 15px;
    background-color: #fff;
}

.magazineBlock p {
    padding: 0;
    margin: 0;
}

.magazineBlock .colData {
    float: left;
    width: 75px;
    text-align: center;
}

.magazineBlock .colData .data {
    padding: 16px 0;
}

.magazineBlock .colData p {
    color: #fff;
}

.dayNumber {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.month {
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
}

.magazineBlock .colContent {
    width: calc(100% - 75px);
    padding: 20px;
    float: right;
}

.magazineBlocks .containerTitle h3 {
    font-size: 40px;
    text-align: center;
    padding-top: 40px;
    margin: 0;
    font-weight: normal;
    font-size: 26px;
    text-transform: uppercase;
}

.magazineBlocks .containerWrapper {
    padding-bottom: 90px;
}

.magazineBlock .categoria {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.magazineBlock .postBy {
    font-size: 12px;
}

.magazineBlock .titoloArticolo {
    padding-top: 20px;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: 'miller_textregular';
}

.magazineBlock .shortDescription {
    font-size: 14px;
    line-height: 18px;
}



/* magazine page */

.topProfessionisti.magazineTop {
    background-color: #87a5b6;
    padding: 55px 0;
    margin: 0;
    min-height: 200px;;
}

.col33post {
    width: calc(33.33333% - 30px);
    margin: 0 15px;
    padding-bottom: 50px;
}

.col33post p {
    padding: 0;
    margin: 0;
}

.col33post .categoria {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.col33post .postBy {
    font-size: 12px;
}

.col33post .titoloArticolo {
    padding-top: 20px;
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 10px;
    font-family: 'miller_textregular';
}

.col33post .shortDescription {
    font-size: 14px;
    line-height: 22px;
}

.backgroundImagePost {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.backgroundImagePost .data {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    padding: 10px 0;
    text-align: center;
}

.backgroundImagePost .data p {
    color: #fff;
}

.miller30 {
    font-size: 30px;
    line-height: 30px;
    font-family: 'miller_textregular';
    font-weight: normal;
}

p.bannerClick {
    text-align: center;
    padding-bottom: 25px;
}


/* detail blog */

.leftSingleContent {
    float: left;
    width: 75%;
    margin: 0;
    padding: 0;
    padding-right: 60px;
}

.rightSingleContent {
    float: right;
    width: 25%;
    margin: 0;
    padding: 0;
}

.backgroundImagePost.detailPost {
    height: inherit;
}

.backgroundImagePost.detailPost img {
    width: 100%;
}

.backgroundImagePost.detailPost p {
    padding: 0;
    margin: 0;
}

.backgroundImagePost.detailPost .dayNumber {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}

.backgroundImagePost.detailPost .month {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.backgroundImagePost.detailPost .data {
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    padding: 10px 0;
    text-align: center;
}

.leftSingleContent p {
    margin: 0;
    padding: 0;
}

.leftSingleContent .categoria {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.leftSingleContent .postBy {
    font-size: 12px;
}

.leftSingleContent .titoloArticolo {
    padding-top: 20px;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 30px;
    font-family: 'miller_textregular';
}

.leftSingleContent .shortDescription p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}



/* home blog post */

.newsFromBlog a {
    width: calc(50% - 15px);
    margin-right: 15px;
}

.newsFromBlog a:last-child {
    margin-right: 0;
    margin-left: 15px;
}

.newsFromBlogContainer .colImage {
    float: left;
    width: 35%;
    background-size: cover;
    background-position: center top;
}

.newsFromBlogContainer .colContent {
    float: left;
    width: 65%;
    padding: 25px;
    min-height: 280px;
}

.newsFromBlogContainer {
    float: left;
    width: 100%;
    display: flex;
}

.newsFromBlogContainer p {
    padding: 0;
    margin: 0;
}

.newsFromBlogContainer .categoria {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.newsFromBlogContainer .postBy {
    font-size: 12px;
}

.newsFromBlogContainer .titoloArticolo {
    padding-top: 20px;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    font-family: 'miller_textregular';
}

.newsFromBlogContainer .shortDescription {
    font-size: 14px;
    line-height: 18px;
}

.page-template-template-altriservizi .twoColText .containerTitle h3 {
    font-family: 'miller_textregular';
    font-size: 30px;
    font-weight: normal;
}

.twoBlockContent.offerta .containerTitle h3 {
    font-family: 'millertext_bold_italic';
    font-size: 20px;
    padding-bottom: 50px;
}

.page-template-template-altriservizi .twoBlockContent.offerta .col1Text {
    padding-bottom: 40px;
}

.twoBlockContent.focus h2 {
    font-family: 'miller_textregular';
    font-size: 30px;
    padding-top: 0;
    margin-top: 0;
    font-weight: normal;
}

.twoBlockContent.focus h3 {
    font-family: 'miller_textregular';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
}

.sidebar-widget h3 {
    font-family: 'miller_textregular';
    font-size: 26px;
    font-weight: normal;
}

.sidebar-widget ul, .sidebar-widget li {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}

.sidebar-widget li {
    padding-bottom: 8px;
}

.widget_categories {
    margin-bottom: 50px;
}


.twoColText.textCorpo {
    display: none;
}

.twoColText.textCorpo.active {
    display: block;
}

.twoColText.textViso {
    display: none;
}

.twoColText.textViso.active {
    display: block;
}


/* menu mobile */

/* add menu mobile */

.openCloseMobile .bar {
    width: 30px;
    height: 2px;
    background-color: #333;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;line-height: 80px;
    margin-bottom: 5px;
}

.openCloseMobile {
    display: none;
}

.containerMenuMobile {
    display: none;
}

@media screen and (max-width:767px) {

    .logo {
        padding-left: 15px;
    }

    .home .logo-img {
        left: 15px;
    }

    .nav.desktop {
        display: none;
    }

    .openCloseMobile {
        float: right;
        margin-top: 33px;
        margin-right: 15px;
        display: block;
    }
    .containerMenuMobile {
        display: none;
    }
    .containerMenuMobile {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: rgba(255,255,255,0.5);
        z-index: 999;
        overflow-y: auto;
    }
    .containerMenuMobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .containerMenuMobile ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #fff;
        background-color: #e7edf0;
        font-size: 12px;
        line-height: 47px;
        font-weight: bold;
        color: #fff;
        padding: 0 15px;
        text-transform: uppercase;
        position: relative;
    }
    .containerMenuMobile ul li a {
        color: #333333;
        font-weight: normal;
        font-size: 16px;
    }
    .containerMenuMobile ul li ul {
        display: none;
        padding-bottom: 10px;
    }
    .containerMenuMobile ul li ul li {
        border: none;
        padding: 0;
        line-height: 34px;
    }
    .containerMenuMobile ul li ul li a {
        font-weight: normal;
        font-size: 14px;
    }
    .arrowSubMenu {
        width: 9px;
        height: 14px;
        display: block;
        cursor: pointer;
        background-image: url(img/arrow-right.png);
        background-repeat: no-repeat;
        background-size: 9px 14px;
        position: absolute;
        right: 15px;
        top: 18px;
    }
    .containerMenuMobile ul li.active .arrowSubMenu {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .openCloseDesktop {
        display: none;
    }
    .search {
        display: none;
    }
    .containerMenu {
        display: none;
    }

    .textSliderHome {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 60%;
        padding: 10px;
        min-width: 30%;
        max-width: 70%;
        color: #006c9a;
        font-size: 18px;
    }


    .mainSlider .scrollDiv {
        right: 15px;
    }

    .galleryItem {
        background-position: -200px center;
    }

    .tabLink.tab2 {
        margin-left: 0;
    }

    p.bannerClick {
        text-align: center;
        padding-bottom: 25px;
        padding: 25px;
    }

    section.imgVisoCorpo  {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 540px;
        background-color: rgba(164,140,155,1);
        padding: 20px 20px;
        z-index: 999;
    }

    .containerProblemiBox {
        float: left;
        width: 50%;
    }

    .containerProblemiBox .oggetti {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 540px;
        background-color: rgba(164,140,155,1);
        padding: 20px 20px;
    }

    .backToProblema {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 9999;
        cursor: pointer;
    }

    .containerProblemiBox .containerBlock p {
        font-size: 16px;
    }
}


/* contatti */

.formContattiContainer {
    background-color: #e7edf0;
    padding:50px 20px 70px 20px;
    margin:0;
}

.containerContatti {
    width:100%;
    max-width: 790px;
    margin: 0 auto;
    padding: 0;
}

.titoloContatti {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-family: 'miller_textregular';
}

.descrizioneContatti {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 35px 0 60px 0;
    text-align: center;
}

.containerForm {
    width: 100%;
    margin: 0 auto;
    max-width: 370px;
    padding: 0;
}

.containerForm p {
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
}

.containerForm input.wpcf7-text {
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.containerForm .wpcf7-textarea {
    border: none;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}


.page-template-template-contatti .preFooter {
    display: none;
}

.wpcf7-submit {
    display: block;
    border: 1px solid #86a4b6;
    text-transform: uppercase;
    padding: 20px 40px;
    letter-spacing: 3px;
    line-height: 14px;
    color: #86a4b6;
    background-color: transparent;
    margin: 0 auto;
}

.privacyCheck {
    padding-bottom: 20px;
    display: inline-block;
}

.listingVisoCorpo .containerTitle {
    text-align:center;
    cursor: pointer;
}

.listingVisoCorpo .containerTitle .miller30 {
    font-size: 22px;
}

.listingVisoCorpo .containerTitle .miller30 span {
    clear: both;
    display: block;
}

.listingVisoCorpo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listingVisoCorpo ul li a:hover {
    color:#c2d1da;
}

.closeBox {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 60px;
    clear: both;
    cursor: pointer;
}

.closeBox span {
    clear: both;
    display: block;
}

.listingVisoCorpo .containerWrapper {
    display: none;
}


.listingVisoCorpo .colTesto {
    float: left;
}

.page-template-template-contatti .topProfessionisti {
    min-height: 285px;
}


/* pallino mobile */

@media screen and (max-width:767px) {


    .occhi_e_fronte_pallino span {
        position: absolute;
        top: 8px;
        left: -80px;
    }

    .contorno_del_viso_pallino span {
        position: absolute;
        top: 8px;
        left: -80px;
    }

    .orecchie_pallino span {
        position: absolute;
        top: 8px;
        left: -40px;
    }

    .occhi_pallino span {
        position: absolute;
        top: 8px;
        left: -50px;
    }

    .archive.category section {
        padding: 30px 30px;
    }

    .archive.category .sidebar {
        padding: 30px 30px;
    }

    .archive.category .article {
        padding-bottom: 40px;
    }

    .archive.category article img {
        width: 100%;
        max-width: inherit;
    }

    .archive.category section.preFooter {
        padding: 50px;
    }
    

}