/*
@import url("singleroom.css");
@import url("contacts.css");
@import url("specialevent.css");
@import url("the_view.css");
@import url("listaservizi.css");
*/

/* general */

h1 {
    font-weight: normal;
    margin: 0;
}

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

.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: 'Open Sans', sans-serif;
    font-size: 16px;
}

.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: 120px; */
}

/* header */

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

/* menu */

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

.logo img {
    height: 160px;
    padding-top: 0px;
    margin-top: 0px;
}

.logo-img {
    /* display: none; */
}

.home .logo-img {
    /*
    position: absolute;
    left: 72px;
    top: 0;
    height: 100px !important;
    display: block;
    */
}

.logo-img-small {
    display: block;
}

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

.home .header {
    /* background-color: transparent; */
    /* background-color: rgba(255,255,255,0.9); */
}

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

.home main {
    /* padding-top: 120px !important; */
}


.headerContainer {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
}


/* stocky */

.header.sticky {
    background-color: rgba(255,255,255,0.9);
    height: 68px;
}

.header.sticky .headerContainer {
    padding: 0;
}

.header.sticky .nav {
    margin-top: 0;
}

.header.sticky .logo img {
    height: 58px;
    padding-top: 10px
}

.header.sticky .nav ul li a {
    color: #000;
}

.nav {
    float: left;
    width: 80%;
    text-align: right;
    padding-right: 25px;
    margin-top: 46px;
}

.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;
    text-transform: uppercase;
    line-height: 68px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333333;
    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;
}

.nav ul li a {
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    display: block;
    font-weight: normal;
}

.nav ul li a:hover {
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}

.nav ul li ul li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}



.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: -70px;
    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: -40px;
    width: 220px;
    top: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    background-color: #BC9C78
}

.nav ul li.subServizi ul.sub-menu:before {
    content: " ";
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -2.5px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #BC9C78;
  }
  

.nav ul li.subServizi ul.sub-menu a {
    color: #fff;
    font-weight: normal;
}

.nav ul li.subServizi ul.sub-menu a:hover {
    color: #fff;
    font-weight: bold;
}

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

.nav ul li.subServizi.aboutUsMenu ul.sub-menu {
    left: -70px;
}

.nav ul li.subServizi.roomListMenu ul.sub-menu {
    left: -70px;
}

.nav ul li.subServizi.specialEventsMenu  ul.sub-menu {
    left: -55px;
}

.nav ul li.subServizi.servicesMenu  ul.sub-menu {
    left: -73px;
}

.nav ul li.subServizi.offersMenu  ul.sub-menu {
    left: -45px;
}

/* top header */


.topHeader {
    padding: 15px 0 0 0;
    font-size: 14px;
    color: #000;
    font-family: 'Marcellus', serif;
}

.topHeader span {
    padding: 0 10px;
    line-height: 30px;
}

/* gallery home */

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

.textSliderHome {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30%;
    padding: 50px 70px;
    min-width: 30%;
    color: #fff;
    font-size: 30px;
    font-family: 'miller_textregular';
}

.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: 30px;
    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: 18px 56px;
    margin: 0;
    background-color: #9e181c;
    color: #fff;
}

.footer a {
    color:#fff;
}

.leftCopyright {
    float: left;
    width: 50%;
    font-size: 13px;
}

.rightCopyright {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 13px;
}

.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;
}

.titleFooterMenu {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Marcellus', sans-serif;
    font-weight: normal;
}

.footerCol ul, .footerCol li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

/* 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: 'Open Sans', 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: 'Open Sans', 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: 25px;
        margin-right: 15px;
        display: block;
    }
    .containerMenuMobile {
        display: none;
    }
    .containerMenuMobile {
        position: fixed;
        top: 68px;
        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: #BC9C78;
        font-size: 12px;
        line-height: 47px;
        font-weight: bold;
        color: #fff;
        padding: 0 15px;
        text-transform: uppercase;
        position: relative;
    }
    .containerMenuMobile ul li a {
        color: #fff;
        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: #fff;
        font-size: 18px;
        font-family: 'miller_textregular';
    }


    .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: 40px 0;
}

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

.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;
    }
    

}




/* section home progetti */

.prossimiAppuntamenti {
    padding: 0;
}

.prossimiAppuntamenti h3 {
    text-align: center;
    padding: 40px 15px 30px 15px;
    color: #b01b1f;
    font-family: 'Marcellus', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.elencoProgettiHome .containerMiddle {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 44px 44px 44px;
}


.elencoProgettiHome .containerMiddle .progettoContainer {
    padding: 0;
    margin: 12px;
    width: calc(50% - 24px);
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.elencoProgettiHome .containerMiddle .progettoContainer .imgProgetto {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
}

.elencoProgettiHome .containerMiddle .progettoContainer .titoloProgetto {
    float: left;
    margin: 0;
    padding: 0;
    width: 60%;
}


.elencoProgettiHome .containerMiddle .progettoContainer.small {
    width: calc(25% - 24px);
}

.elencoProgettiHome .containerMiddle .progettoContainer.small .imgProgetto {
    display: none;
}

.elencoProgettiHome .containerMiddle .progettoContainer.small .titoloProgetto {
    width: 100%;
}

/* home text */

.testoSeparatoreHome {
    font-size: 24px;
    line-height: 28px;
    color: #b01b1f;
    text-align: center;
    font-family: 'Marcellus', serif;
}

.separatoreAnticaVox {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #b01b1f;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.separatoreAnticaVox a {
    color: #b01b1f;
    text-decoration: none;
}

.separatoreAnticaVox span {
    background-color: #fff;
    padding: 0 10px;
}

.separatoreAnticaVox:after {
    content: "";
    border-bottom: 1px solid #b01b1f;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
  }


/* section preFooter */

.preFooterVox {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 44px;
}


.preFooterVox .separatoreAnticaVox {
    margin-top: 100px;
    margin-bottom: 50px;
}


.titoloPreFooter {
    color: #b01b1f;
    font-family: 'Marcellus', serif;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.testoPreFooter {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.preFooterVox .logoPreFooter {
    text-align: center;
    margin: 0;
    padding: 0;
}

.preFooterVox .titoloPreFooter {
    text-align: center;
}

.preFooterVox .testoPreFooter {
    text-align: center;   
}

.preFooterVox .loghiPreFooter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 70px;
}

.preFooterVox .colLogo {
    width: 20%;
    float: left;
    text-align: center;
}

/* footer menu vox */

.footerMenu {
    width: 100%;
    margin: 0;
    padding: 56px;
    background-color: #b01b1f;
    color: #fff;
}

.footerMenu a {
    color: #fff;
}

.footerCol {
    width: 16.66666%;
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

.footerColBig {
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}


/* pagina progetto */

.containerTestoProgetto {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.leftSidebarProgetto {
    width: 30%;
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 45px;
}

.rightSidebarProgetto {
    width: 70%;
    float: left;
    margin: 0;
    padding: 0;
    padding-bottom: 70px;
}

.logoProgetto {
    display: flex;
    min-height: 200px;
    align-items: center;
}

.logoProgetto img {
    width: 70%;
    margin: 0 auto;
}

.listaDateRassegna {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.listaDateRassegna h2 {
    text-transform: uppercase;
    color: #b01b1f;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 45px 0;
    /* border-top: 1px solid #afafaf; */
    margin: 0;
    font-family: 'Marcellus', sans-serif;
}

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

.bloccoRassegnaSingolo a:hover {
    text-decoration: none;
}

.bloccoRassegnaSingolo p {
    padding: 0;
    margin: 0;
    text-align: center;
}

.dataBloccoRassegna {
    font-size: 20px;
    color: #b01b1f;
    line-height: 25px;
    font-family: 'Marcellus', sans-serif;
}

.autoreBloccoRassegna {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.descrizioneBloccoRassegna {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
}

.separatoreRassegna {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
    line-height: 0;
}

.separatoreRassegna img {
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* right sidebar */

.titoloSidebarProgettoContainer {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    padding: 0;    
    font-weight: normal;
    max-width: 550px;
        display: flex;
        /* min-height: 200px; */
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
}

.titoloSidebarProgettoContainer p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    font-family: 'Marcellus', sans-serif;
}

.titoloSidebarProgettoContainer h1 {
    margin: 0;
    padding: 0;
    color: #b01b1f;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    font-family: 'Marcellus', sans-serif;
    display: block;
    width: 100%;
}

.sliderPaginaProgetto {
    padding-top: 0px;
    position: relative;
}

.verticalLine {
    width: 0px;
    height: 100px;
    position: absolute;
    left: 25px;
    top: -50px;
    z-index: 999;
    text-align: left;
    float: left;
    border:none;
    border-left: 1px solid #b01b1f;
}

.descrizionePaginaProgetto {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    padding: 50px 0;
    margin: 0;
}

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

/* gallery full width */

.galleryPaginaProgetto {
    width: 100%;
    clear: both;
    padding-bottom: 90px;
}

.galleryPaginaProgetto img {
    max-height: 190px;
}

.galleryPaginaProgetto a {
    width: 25%;
    float: left;
    padding: 10px;
}

/* slider appuntamenti */

.prossimiAppuntamenti .sliderAppuntamenti {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 44px 90px 44px;
}

.prossimoAppuntamento {
    background-color: #f4f4f4;
    padding: 40px 20px 30px 20px;
}

.prossimoAppuntamento a:hover {
    text-decoration: none;
}

.prossimoAppuntamento a img {
    max-height: 40px;
}

.prossimoAppuntamento .titoloAppuntamento {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 0 10px;
    margin: 0;
    padding: 0;
    font-family: 'Marcellus', sans-serif;
    padding-top: 0px;
}

.prossimoAppuntamento .sottotitoloAppuntamento {
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    padding: 0 10px;
    margin: 0;
    padding: 0;
}

.prossimoAppuntamento .artistaAppuntamento {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0;    
    padding-top: 10px;
}

.prossimoAppuntamento .artistaAppuntamento span {
    font-weight: normal;
}

.prossimoAppuntamento .dataLuogoAppuntamento {
    padding-top: 15px;
}

.prossimoAppuntamento .dettaglioDataAppuntamento {
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.prossimoAppuntamento .dettaglioLuogoAppuntamento {
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.dettaglioLuogoAppuntamento p {
    margin: 0;
}

.owl-carousel .owl-item .dataAppuntamento {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #ccc;
}

.owl-carousel .owl-item .dataAppuntamento img {
    max-height: 35px;
    display: inline-block;
    padding-bottom: 10px;
}

.owl-carousel .owl-item .luogoAppuntamento {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0;
}

.owl-carousel .owl-item .luogoAppuntamento img {
    max-height: 35px;
    display: inline-block;
    padding-bottom: 10px;
}



/* header interno */

.sectionRed {
    height: 235px;
    background-color: #b01b1f;
    border-top: 25px solid #fff;
}

.sectionRed .sectionCentral {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.sectionRed .sectionTitle {
    float: left;
    width: 30%;
    padding: 25px;
}

.sectionRed .sectionTitle h2 {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-family: 'Marcellus', sans-serif;
    font-weight: normal;
}

.sectionRed .sectionImage {
    height: 235px;
    background-size: cover;
    float: left;
    width: 70%;
    border-bottom: 25px solid #fff;
    margin-top: -25px;
}


/* dettaglio appuntamento */

.containerTestoProgetto.containerAppuntamento {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 70px;
}

.titoloInternoPaginaAppuntamento h1 {
    margin: 0;
    padding: 70px 0 0 0;
    font-size: 26px;
    line-height: 28px;
    color: #b01b1f;
    font-family: 'Marcellus', sans-serif;
    font-weight: normal;
}


span.day {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
}

span.number {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    font-family: 'Marcellus', sans-serif;
}

span.monthYear {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
}

.indicazioniAppuntamento {
    text-align: center;
}

.indicazioniAppuntamento h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    color: #b01b1f;
    text-transform: uppercase;
}

.indicazioniAppuntamento .descrizioneOperaAppuntamento {
    font-size: 13px;
    line-height: 15px;
    padding: 0 15px;
    margin: 0;
}


.contenitoreDatiAppuntamento {
    text-align: center;
    margin: 0;
    padding: 0;
    border-top:1px solid #c3c3c3;
    margin-top: 30px;
    padding-bottom: 10px;
}

.contenitoreDatiAppuntamento img {
    padding-top: 15px;
}

.descrizioneBloccoAppuntamento {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
}

.separatoreRiga {
    margin:0; 
    padding:0; 
    height:20px; 
    display:block; 
    width:100%; 
}

.dettaglioAppuntamentoGrigio {
    padding:20px;
    background-color: #f4f4f4;
    margin-top: 70px;
}

.dettaglioAppuntamentoGrigio .logoAppuntamento {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.dettaglioAppuntamentoGrigio .logoAppuntamento img {
    max-width: 170px;;
}

.dettaglioAppuntamentoGrigio .informazioniAppuntamento {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.dettaglioAppuntamentoGrigio .informazioniAppuntamento p {
    margin: 0;
    padding: 0;
}

.dettaglioAppuntamentoGrigio .informazioniAppuntamento p.titoloArtista {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.dettaglioAppuntamentoGrigio .informazioniAppuntamento p.ruoloArtista {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
}

.downlaodProgrammaBox {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 35px;
    padding-bottom: 70px;
}

.downlaodProgrammaBox .boxDownload {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.downlaodProgrammaBox .boxDownload a {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 13px;
    color: #b01b1f;
    text-transform: uppercase;
}

.downlaodProgrammaBox .blockSocial {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}


/* main slider home */

.leftBlockSlider {
    width: calc(30% + 20px);
    float: left;
    margin:0;
    padding:0;
    height: 420px;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 60px;
    background-color: #b01b1f;
    color: #fff;
}

.rightBlockSlider {
    float: right;
    margin:0;
    padding:0;
    height: 420px;
    width: 70%;
    background-size: cover;
    margin-bottom: 20px;
}

.mainTextProgettoSlider {
    
}

.logoProgettoSlider {
    max-width: 280px;
    padding-bottom: 20px;
}


/* css progetti */

.organiEstate {
    background-color: #003967;
    color: #fff;
}
.parliamoDorgani {
    background-color: #b01b1f;
    color: #fff;
}
.aperitiviMusica {
    background-color: #e49032;
    color: #fff;
}
.arteCivetta {
    background-color: #d3dce9;
    color: #fff;
}
.restituireBellezza {
    background-color: #0e1726;
    color: #fff;
}
.baroquip {
    background-color: #fff;
    color: #000;
}
.baroquipExperience {
    background-color: #a12d83;
    color: #fff;
}
.concertiSpirituali {
    background-color: #b01b1f;
    color: #fff;
}
.progettoScuola {
    background-color: #e49032;
    color: #fff;
}
.masterclasstyle {
    background-color: #003967;
    color: #fff;
}
.pagineOrgano {
    background-color: #000;
    color: #fff;
}

/* lista appuntamenti */

.dettaglioListaAppuntamento.organiEstate {
    border-left:10px solid #003967;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.parliamoDorgani {
    border-left:10px solid #b01b1f;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.aperitiviMusica {
    border-left:10px solid #e49032;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.arteCivetta {
    border-left:10px solid #d3dce9;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.restituireBellezza {
    border-left:10px solid #0e1726;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.baroquip {
    border-left:10px solid #fff;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.baroquipExperience {
    border-left:10px solid #a12d83;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.concertiSpirituali {
    border-left:10px solid #b01b1f;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.progettoScuola {
    border-left:10px solid #e49032;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.masterclasstyle {
    border-left:10px solid #003967;
    background-color: #fff;
    color: #000;
}
.dettaglioListaAppuntamento.pagineOrgano {
    border-left:10px solid #000;
    background-color: #fff;
    color: #000;
}

/* container lista appuntamenti */

.containerListaAppuntamenti {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 70px 0;
    border-top:1px solid #b01b1f;
}

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

.dettaglioListaAppuntamento {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dataAppuntamentoLista {
    float: left;
    width: 140px;
    padding: 10px;
}

.descrizioneAppuntamento {
    float: left;
    width: calc(100% - 400px);
    margin: 15px 0;
    padding: 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.immagineLista {
    float: left;
    width: 250px;
    margin: 0;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.titoloLista {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    color: #b01b1f;
    text-transform: uppercase;
    font-weight: normal;
}

.dettaglioLista {
    font-size: 13px;
    line-height: 15px;
    padding: 0;
    margin: 0;
}

.doveLista {
    padding-top: 15px;
}

.doveLista img {
    float: left;
    padding-right: 10px;
}

.doveListaDescrizione {
    float: left;
    width: calc(100% - 40px);
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.doveListaDescrizione p { 
    padding:0;
    margin:0;
    font-size: 13px;
}

.cotainerScritteSlider {
    min-height: 125px;
}

.galleryPaginaCms {
    width: 100%;
    clear: both;
    padding-bottom: 100px;
}

.galleryPaginaCms a {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    margin: 0;
}

.galleryPaginaCms a img {
    width: 100%;
    max-width: inherit;
}


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

.containerForm .wpcf7-textarea {
    border: 1px solid #BC9C78;
}

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

.containerTestoProgetto.contattiModulo {
    padding-top:70px;
}

div.wpcf7-response-output {
    font-size: 16px;
}

/* mobile */

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

    .logo {
        width: 50%;
    }

    .leftBlockSlider {
        width: 100%;
        height: 340px;
        top:80px;
    }
    
    .prossimiAppuntamenti .sliderAppuntamenti {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 20px 70px 20px;
    }

    .prossimoAppuntamento .dettaglioLuogoAppuntamento {
        text-align: center;
        font-weight: normal;
        font-size: 13px;
        margin: 0;
        padding: 0 5px;
    }

    .scropriAnticaVox {
        padding: 0 20px;
    }

    .elencoProgettiHome .containerMiddle {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 70px 20px 44px 20px;
    }

    .elencoProgettiHome .containerMiddle .progettoContainer {
        padding: 0;
        margin: 12px;
        width: calc(100% - 24px);
        float: left;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .elencoProgettiHome .containerMiddle .progettoContainer.small {
        width: calc(50% - 24px);
    }

    .preFooterVox .colLogo {
        width: 50%;
        float: left;
        text-align: center;
        padding: 10px 15px;
    }

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

    .footerColBig {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        padding-right: 0;
    }

    .rightCopyright {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 13px;
    }

    .sectionRed .sectionImage {
        height: 235px;
        background-size: cover;
        float: left;
        width: 30%;
        border-bottom: 25px solid #fff;
        margin-top: -25px;
    }

    .sectionRed .sectionTitle {
        float: left;
        width: 70%;
        padding: 25px;
    }

    .sectionRed .sectionTitle h2 {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        font-family: 'Marcellus', sans-serif;
        font-weight: normal;
    }

    .containerTestoProgetto {
        padding: 0;
        padding-top: 50px;
    }

    .leftSidebarProgetto {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 20px;
    }

    .rightSidebarProgetto {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 20px;
        padding-bottom: 70px;
    }

    .galleryPaginaCms {
        width: 100%;
        clear: both;
        padding-bottom: 30px;
        padding: 0 20px 0px 20px;
    }

    .galleryPaginaCms a {
        float: left;
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0;
    }

    .dataAppuntamentoLista {
        float: left;
        width: 100%;
        padding: 10px;
    }

    .descrizioneAppuntamento {
        float: left;
        width: 100%;
        margin: 0;
        padding: 15px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .immagineLista {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
        padding-bottom: 15px;
    }

    .dettaglioAppuntamentoGrigio .logoAppuntamento {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
    }

    .dettaglioAppuntamentoGrigio .informazioniAppuntamento {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .galleryPaginaProgetto a {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .galleryPaginaProgetto {
        width: 100%;
        clear: both;
        padding-bottom: 90px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .containerTestoProgetto.containerAppuntamento { 
        padding:0;
        padding-bottom: 70px;
    }

}


.homeSlider .owl-dots {
    position: absolute;
    left: 50px;
    bottom:50px;
}

.homeSlider .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #999;
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 4px;
}


.homeSlider .owl-dot.active {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    background-color: #fff;
    display: inline-block;
    margin: 0 5px;
}

.progettoContainer:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.socialLogo img {
    width: 30px;
}

.socialLogo {
    padding-left: 3px;
}

.footerColBig {
    color: #fff;
}

.footerColBig input {
    border: none;
    max-width: 300px;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.footerColBig input::-webkit-input-placeholder {
    color: #fff;
 }
 
 .footerColBig input:-moz-placeholder { /* Firefox 18- */
    color: #fff;  
 }
 
 .footerColBig input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
 }
 
 .footerColBig input:-ms-input-placeholder {  
    color: #fff;  
 }

.descritioneFooterMenu {
    max-width: 300px;
    font-size: 12px;
}

.subtitleFont {
    font-family: 'Marcellus', serif;
    font-weight: normal;
}

.titoloSidebarProgettoContainer p {
    padding-top: 5px;
    line-height: 28px;
}

.containerTabella img {
    float: left;
}

.containerTabella .alignnone {
    margin: 5px 30px 30px 0;
}






/* santi apostoli new 2019 */


/* about */

.aboutHome {
    padding: 60px 0;
}

.containerSection {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px;
}

.leftColAboutHome {
    float: left;
    width: 40%;
    margin: 0;
    padding: 0;
}

.rightColAboutHome {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0;
    padding-left: 60px;
}

.mainAboutHome {
    border-top: 1px solid #ddcdbb;
    border-bottom: 1px solid #ddcdbb;
    padding: 15px 0;
}

.mainAboutHome p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.mainAboutHome p.smallTitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #bc9c78;
    padding-bottom: 20px;
}

.mainAboutHome p.mainTitle {
    font-size: 24px;
    line-height: 24px;
    font-family: 'loraregular';
    text-transform: uppercase;
}

.mainAboutHome h1.mainTitle {
    font-size: 24px;
    line-height: 24px;
    font-family: 'loraregular';
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.descriptionAboutHome {
    padding: 30px 0;
    font-size: 15px;
    line-height: 24px;
    font-family: 'loraregular';
}

.firmaAboutHome {
    font-size: 36px;
    line-height: 36px;
    font-family: 'brownregular';
    padding: 15px 0 0 0;
    margin: 0;
}

.sottoFirmaAboutHome {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: 'brownregular';
    font-size: 14px;
    line-height: 24px;
}

/* slider rooms */

.sliderRooms {
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url("img/01.svg");
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
}

.mainSliderRooms p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.mainSliderRooms p.smallTitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-family: 'brownregular';
    padding-bottom: 15px;
    color: #bc9c78;
}

.mainSliderRooms p.mainTitle {
    font-size: 24px;
    line-height: 24px;
    font-family: 'loraregular';
    text-transform: uppercase;
}

.mainSliderRooms h2.mainTitle {
    font-size: 24px;
    line-height: 24px;
    font-family: 'loraregular';
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: normal;

}

.sliderRoom {
    margin-top: 60px;
}

.singleRoomSlide {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right;
}

.topTitoloSlider {
    font-size: 24px;
    line-height: 24px;
    padding: 20px;
    max-width: 330px;
}

h3.topTitoloSlider {
    font-size: 24px;
    line-height: 24px;
    padding: 20px;
    max-width: 330px;
    font-weight: normal;
    margin: 0;
}

.containerSliderDetail {
    width: 40%;
    background-color: #bc9c78;
    min-height: 300px;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .containerSliderDetail {
        width: 100%;
    }

    .rightBoxImg {
        display: block !important;
    }

    h3.topTitoloSlider {
        min-height: 90px;
    }

    .breadcrumbsContainer p, .breadcrumbsContainer span, .breadcrumbsContainer a {
        padding-top:30px;
    }

}

.containerSliderDetail .fromPrice {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}

.containerSliderDetail .fromPrice span {
    font-size: 14px;
    color: #000;
}

.infoRoom {
    padding: 20px 0 40px 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    min-height: 240px;
}

.roomInfoLine {
    display: flex;
    flex-wrap: wrap;
    padding: 3px 0;
    font-size: 14px;
    line-height: 16px;
}

.titoloRoomInfo {
    display: block;
    width:50%;
    float: left;
}

.descrizioneRoomInfo {
    display: block;
    width:50%;
    float: left;
}

.containerSliderDetail .ctaContainer {
    text-align: center;
}

.containerSliderDetail a.cta {
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 25px;
    text-align: center;
    float: none;
    font-size: 14px;
    line-height: 14px;
}

/* ico slider */

.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.owl-carousel .owl-nav .owl-prev {
    text-indent:-9999px;
    width: 50px;
    height: 50px;
    background-image: url("img/arrow-left.svg");
    background-size: 50px;
    margin: 0 10px;
}

.owl-carousel .owl-nav .owl-next {
    text-indent:-9999px;
    width: 50px;
    height: 50px;
    background-image: url("img/arrow-right.svg");
    background-size: 50px;
    margin: 0 10px;
}

/* box icone servizi */

.iconeServizi {
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url("img/02.svg");
    background-size: cover;
    background-position: center center;
    padding: 40px 20px;  
}

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

.colServizio .containerServizio {
    max-width: 120px;
    margin: 0 auto;
}

.colServizio .containerServizio img {
    max-height: 45px;
}

.colServizio .containerServizio p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    color: #bc9c78;
    text-align: center;
}

.titoloIconeServizi {
    color: #bc9c78;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align:center;
    padding: 0 20px 15px 20px;
    font-family: 'loraregular';
    text-transform: uppercase;
    font-weight: normal;
}

.titoloNewsAndEvents .mainTitle {
    font-size: 24px;
    line-height: 24px;
    font-family: 'loraregular';
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

/* enjoyVenice */

.enjoyVenice {
    background-color: #F3F3EB;
    background-image: url(img/03.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 150px;
    padding-top: 40px;
}

.enjoyContainer {
    display: flex;
    flex-wrap: wrap;
}

.enjoyContainer .enjoyBlock { 
    width: calc(50% - 80px);
    background-color: #fff;
    margin: 20px 40px;
}

.textContainerEnjoy  {
    padding: 40px 80px 80px 80px;
}

.textContainerEnjoy a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.titoloEnjoy {
    font-size: 24px;
    line-height: 24px;
    font-family: 'loraregular';
    color: #bc9c78;
    margin: 0;
    font-weight: normal;
}

.descrizioneEnjoy {
    font-size: 15px;
    line-height: 24px;
    font-family: 'loraregular';
}

/* news and events */

.newsAndEvents {
    background-color: #F3F3EB;
    padding-bottom: 40px;
    padding-top: 60px;
}

.newsAndEventsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.newsAndEventsContainer .enjoyBlock { 
    width: calc(33.33333% - 40px);
    background-color: #fff;
    margin: 20px 40px;
}

/* footer */

.footerBlock {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* top img text */

.singleImgText .containerTectImgBig {
    background-color: rgba(255,255,255,0.6);
    width: 100%;
}

.containerTectImgBig .sopraTitoloTop {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.containerTectImgBig .titoloTop {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: 'loraregular';
    font-weight:normal;
}








/* lista servizi / altro */

.wrapListaServizi {
    width: 100%;
    background-image: url("img/06.svg");
    background-size: cover;
}

.containerListaServizi {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.textServizi {
    width: 50%;
    padding: 20px 40px 20px 20px;
}

.descrizioneLista {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding-top: 15px;
}

.descrizioneLista a {
    color:#000;
    text-decoration: none;
}

.descrizioneLista a:hover {
    text-decoration: underline;
}

.imgServizi {
    width: 50%;
}

.prezzoServizi {
    width: 10%;
    text-align: center;
}


/* banner testo news speciali */

.textInfoSpecial {
    width: 100%;
    margin: 0;
    padding: 0;
}

.textInfoSpecialDescription {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 100px 20px 50px 20px;
}



/* gogole maps container */

.googleMaps {
    position: relative;
}

.googleMaps .blockMapInfo {
    position: absolute;
    top: 140px;
    left: 10px;
    width: 100%;
    max-width: 540px;
    padding: 40px;
    min-height: 300px;
    z-index: 1;
    background-color: #BC9C78;
}

.titleMap {
    font-size: 23px;
    line-height: 23px;
    padding: 0;
    margin: 0;
    padding-bottom: 25px;
}

.col50mapContainer {
    clear: both;
}

.col50map {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 20px;
}

.col50map a {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.descriptionMap {
    width: 100%;
    clear: both;
    font-size: 15px;
    line-height: 24px;
    max-width: 310px;
    padding: 0;
    margin: 0;
    padding-top: 30px;
}

/* offerte speciali */

.bloccoOfferteSpeciali {
    background-image: url('img/background_offerte_speciali.jpg');
    background-size: cover;
    background-position: top center;
}

.mainTitleOfferteSpeciali {
    padding: 50px 0 30px 0;
    text-align: center;
}

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

.mainTitleOfferteSpeciali p.smallTitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-family: 'brownregular';
    padding-bottom: 15px;
    color: #bc9c78;
}

.mainTitleOfferteSpeciali p.mainTitle {
    font-size: 24px;
    line-height: 24px;
    font-family: 'loraregular';
    text-transform: uppercase;
}

.mainTitleOfferteSpeciali h2.mainTitle {
    font-size: 24px;
    line-height: 24px;
    font-family: 'loraregular';
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

.conteinerBlockOfferteSpeciali {
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    align-items: center;
    align-content: center;
}

.offertaSpeciale {
    width: calc(33.33333% - 30px);
    margin: 0 15px;
    background-color: rgba(0,0,0,0.7);
    padding: 80px 80px;
    text-align: center;
    min-height: 520px;
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
}

.titoloOffertaSpeciale {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    font-family: 'brownregular';
    padding-bottom: 15px;
    color: #bc9c78;
    font-weight: normal;
}

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

.ctaContainer {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 25px;
}

.ctaContainer a {
    text-transform: uppercase;
    background-color: #BC9C78;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 25px;
    text-align: center;
    float: none;
    font-size: 14px;
    line-height: 14px;
}

/* footer */

.footerCol {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #2D2D2D;
}

.footerContainer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col50footer {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logoFooter {
    width: 40%;
    float: left;
}

.infoFooter {
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.logoFooter img {
    max-width: 170px;
    width: 100%;
}

.information {
    width: 60%;
    float: left;
    margin: 0;
    padding: 0;
}

.titleFooter {
    text-transform: uppercase;
    font-size: 16px;
    color: #BC9C78;
    padding: 0;
    margin: 0;
}

.awards {
    width: 40%;
    float: left;
}

.awards img {
    max-width: 90px;
    width: 100%;  
    padding-top: 15px;
}

.menuFooter {
    float: left;
    width: 60%;
    color: #fff;
    text-decoration: none;
}

.menuFooter a {
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.footerLast {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin: 0;
    background-color: #1D1D1B;
    display: block;
    clear: both;
}

.footerLast p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}



.the-view .owl-carousel.sliderTop {
    width: 75%;
    margin: 0 auto;
}







/* mobile */

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

    .singleRoomSlide {
        background-image: none !important;
    }

    main {
        padding-top: 68px;
    }

    .leftColAboutHome {
        width: 100%;
    }

    .rightColAboutHome {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .iconeServizi .containerSection {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .iconeServizi .containerSection .titoloIconeServizi {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .iconeServizi .containerSection .colServizio {
        width: 50%;
        padding-top: 30px;
    }

    .enjoyContainer .enjoyBlock {
        width: 100%;
        background-color: #fff;
        margin: 20px 0px;
    }

    .textContainerEnjoy {
        padding: 40px;
    }

    .enjoyVenice {
        padding-bottom: 0;
        background-image: none;
    }

    .newsAndEventsContainer .enjoyBlock {
        width: 100%;
        background-color: #fff;
        margin: 20px 0px;
    }

    .conteinerBlockOfferteSpeciali {
        padding: 30px 0;
    }

    .offertaSpeciale {
        width: 100%;
        margin: 0 30px;
        background-color: rgba(0,0,0,0.7);
        padding: 40px;
        text-align: center;
        min-height: 520px;
        display: flex;
        align-items: center;
        color: #fff;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .googleMaps .blockMapInfo {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        max-width: 540px;
        padding: 30px;
        min-height: inherit;
        z-index: 1;
        background-color: #BC9C78;
        display: block;
        float: left;
    }

    .footerContainer {
        padding: 30px 30px 0 30px;
    }

    .col50footer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 40px;
    }

    .logoFooter img {
        max-width: 170px;
        width: 100%;
        padding-right: 25px;
    }


    .descriptionWide {
        padding: 0 30px;
    }

    .otherRoomsBlocks {
        padding-bottom: 0;
    }

    .blockOtherRoomSection {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 0 40px 0;
    }

    .singleImgGalleryRoom {
        width: 50%;
    }

    .enrichStay {
        padding: 30px;
    }

    .listContainer .leftText {
    min-width: 280px;
    }

    .enrichLeft {
        float: left;
        width: 100%;
    }

    .containerTectImgBig .titoloTop {
        font-size: 24px;
        line-height: 28px;
    }

    .topRoomInformation .titleRoom {
        font-size: 34px;
        line-height: 38px;
    }

    .leftSectionRoom {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    .rightSectionRoom {
        float: left;
        width: 100%;
        margin: 0;
        padding: 10px;
        /* background-color: #ff0000; */
    }

    .blockList {
        display: flex;
        margin: 0 auto;
        padding: 0;
        max-width: 1240px;
        width: 100%;
        flex-wrap: wrap;
    }

    .lefColList {
        width: 100%;
        margin: 0;
        padding: 30px;
        background-color: #fff;
    }

    .rightColList {
        width: 100%;
        margin: 0;
        padding: 0;
        background-size: cover;
        background-position: center center;
        min-height: 230px;
    }

    .leftColImgBox {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .rightColImgBox {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .rightColImgBoxText {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        padding-bottom: 30px;
    }
    
    .leftColImgBoxText {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .imgTextBoxContent {
        margin: 0 auto;
        padding: 0 30px;
        max-width: 1260px;
        width: 100%;
    }

    .textServizi {
        width: 100%;
        padding: 20px 10px;
    }

    .imgServizi {
        width: 100%;
        padding: 0 10px 40px 10px;
    }

    .textBoxBottom {
        padding: 25px;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        font-family: 'loraitalic';
    }

    .col33Contacts {
        float: left;
        width: 100%;
        padding: 20px;
        margin: 0;
    }


}



/* booking engine */

.bookingEngineBox {
    width: 100%;
    max-width: 1240px;
    margin:0 auto;
    padding: 0;
    z-index: 2;
    position: relative;
    min-height: 120px;
}

#bookingevolution2-quicksearch {
    background-color: #fff;
    position: absolute;
    top: -25px;
    left: 0;
    width:80%;
    /* height: 140px; */
    -webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
    box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
}

.buttonBooking {
    position: absolute;
    right: -100px;
    top: 70px;
    width: 200px;
    padding: 20px;
    background-color: #BC9C78;
    border: none;
    height: 90px;
    margin-top: -45px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.buttonBooking:hover {
    border: none;
}

.col33Booking {
    width: 30%;
    text-align: center;
    float: left;
    padding-top: 42px;
    padding-bottom: 42px;
    border-right: 1px solid #DADADA;
}

.col33Booking.promoCode {
    border-right: none !important;
    text-align:center;
}

.col33Booking select {
    border: none;
    font-size: 32px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.col33Booking label {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.col33Booking input {
    border: none;
    /* border-bottom: 1px solid #000; */
    line-height:40px;
    color: #000;
    text-align: center;
    font-size: 24px;
    text-align: center;
    max-width: 80%;
}

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

    .col33Booking {
        width: 50%;
    }

    .col33Booking.promoCode {
        display: none;
    }

    #bookingevolution2-quicksearch {
        padding: 0 20px;
        width: 100%;
    }

    .buttonBooking {
        left: 50%;
        margin-left: -100px;
        right: 0;
        top: 90px;
        width: 200px;
        padding: 0 20px;
        background-color: #BC9C78;
        border: none;
        height: 60px;
        margin-top: 30px;
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .col33Booking.nightsDate {
        border:none;
    }

    #bookingevolution2-quicksearch {
        top: 0;
    }

    .col33Booking select {
        font-size: 22px;
    }

    .col33Booking input {
        font-size: 22px;
    }

}

.bookingEngineBox.VerticalBox .col33Booking {
    border-right: none !important;
}

/* end bookinge ngine */


/* booking engine mvertical */

.bookingEngineBox.VerticalBox {
    width: 100%;
    border: 1px solid #ccc;
}

.bookingEngineBox.VerticalBox #bookingevolution2-quicksearch {
    position: relative;
    top: inherit;
    display: block;
    float: left;
    padding-bottom: 50px;
    width: 100%;
    padding: 30px 50px;
    height: auto;
}

.bookingEngineBox.VerticalBox .col33Booking {
    width: 100%;
    padding-bottom: 30px;
}

.bookingEngineBox.VerticalBox .buttonBooking {
    position: absolute;
    right: 73px;
    top: inherit;
    width: 200px;
    padding: 20px;
    background-color: #BC9C78;
    border: none;
    height: 90px;
    margin-top: -45px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    bottom: -70px;
}

/* end booking engine vertical */

/* breadcrumb */

.breadcrumbsContainer {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumbsContainer p, .breadcrumbsContainer span, .breadcrumbsContainer a  {
    font-size: 12px;
}

.discoverCta {
    display: inline-block;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    padding: 10px 20px;
    font-weight: bold;
}


.btnBookMenu {
    background-color: #d10009;
    color: #fff;
    font-weight: bold;
}

.btnBookMenu a {
    font-weight: bold !important;
    color: #fff !important;
}