.tac {
    text-align: center;
}
#partners {
    display: flex;
    justify-content: space-around;
}
.picContainer.fnm img {
    width: 200px;
    max-width: 100%;
    margin: 36px auto;
    display: table;
}
.picContainer.comune img {
    width: 200px;
    max-width: 100%;
    margin: 15px auto;
    display: table;
}
.picContainer.polimi img {
    width: 300px;
    max-width: 100%;
    margin: 20px auto 0;
    display: table;
}

#logo-nav {
    background: #FFF;
    padding: 15px;
    z-index: 2;
    transition-duration: .6s;
}

.header-area {
    height: 851px;
}

.header-area .store-button:first-child {
    margin-right: 46px;
}

.header-area.style-10 {
    padding-bottom: 0;
}

.header-area.style-10 .img-wrapper {
    position: relative;
}

.header-area.style-10 .img-wrapper img {
    width: 420px;
    max-width: 100%;
}

#booking-process {
    width: 600px;
    max-width: none;
    transform: translate(-120px, 0);
}

#pianifica p {
    margin-bottom: 10px;
}

#team .post {
    color: #09224c;
}

.call-to-action-inner-style-02 .store-button:first-child {
    margin-right: 46px;
}

.single-team-member {
    margin: 0 auto;
    display: table;
}

.contact-form .form-group .form-control.error {
    border-color: #FE0000;
}

.icon {
    width: 30px;
}

.icon.pulmino {
    position: relative;
}

.icon.pulmino img {
    position: absolute;
    top: 50%;
    left: -12px;
    width: 45px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    max-width: none;
}

@media only screen and (max-width: 1199px) {
    .header-area .store-button:first-child {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 992px) {
    .header-area {
        height: auto;
    }
    #booking-process {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0);
        max-width: 90%;
        margin: 0 auto;
        display: table;
    }
    .img-wrapper {
        text-align: center;
    }
    .single-team-member {
        margin-bottom: 20px;
    }
    .call-to-action-area .title {
        padding: 0 15px;
    }
}
#preventivo-loading {
    display: none;
}
.loading #preventivo-loading {
    display: block;
    padding: 200px 0;
}
.loadingFill #preventivo-loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    display: block;
    z-index: 999;
}
.loadingFill .centerer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.loading #contact, .loaded #contact {
    display: none;
}
#preventivo {
    display: none;
}
.loaded #preventivo {
    display: block;
}
#dati-preventivo {
    border: 1px solid #666;
    padding: 25px;
    border-radius: 15px;
    color: #666;
}
#dati-preventivo label {
    font-size: 20px;
    line-height: 30px;
    color: #28C8BE;
    text-transform: uppercase;
    font-weight: 600;
}
#dati-preventivo #totale {
    font-size: 30px;
    font-weight: bold;
}
.icoImg {
    width: 80px;
    text-align: center;
    float: left;
}
.passeggeri {
    margin-bottom: 10px;
}
.passeggeri:after {
    display: table;
    content: ' ';
    clear: both;
}
.passeggeri .text {
    float: left;
    font-size: 20px;
    padding: 0 10px;
}
#bottoniera-preventivo {
    padding-top: 25px;
}
#bottoniera-preventivo:after {
    clear: both;
    display: table;
    content: ' ';
}
#bottoniera-preventivo button {
    float: left;
    margin-right: 15px;
}
.autocomplete-wrapper {
    position: relative;
}
.autocomplete-wrapper ul {
    position: absolute;
    top: 60px;
    box-shadow: 1px 10px 10px rgb(0 0 0 / 50%);
    z-index: 2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #FFF;
    width: 100%;
}
.autocomplete-wrapper ul li {
    padding: 10px 10px;
    cursor: pointer;
}
.autocomplete-wrapper ul li:hover {
    background: #DDD;
}
.sk-chase {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
  }
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #28C8BE;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
    100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    } 
  }
@media only screen and (max-width: 767px) {
    .header-area .store-button:first-child, .call-to-action-inner-style-02 .store-button:first-child {
        margin-right: 0;
    }
    .header-area .store-button:first-child img, .call-to-action-inner-style-02 .store-button:first-child img {
        margin-bottom: 15px;
    }
}
.flag {
    margin-right: 15px;
    cursor: pointer;
}
.flag img {
    height: 30px;
}
.container.nav-container {
    display: flex;
}
.navbar-area.header-style-09 .responsive-mobile-menu {
    width: auto;
}
.flag.selected {
    color: #0A234D;
    font-weight: bold;
}
#link-preventivo {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
}
#link-preventivo a {
    text-decoration: underline;
    cursor: pointer;
    color: #FFF;
}
.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: #28C8BE;
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: #28C8BE;
    background-color: #28C8BE;
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: #28C8BE;
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: #28C8BE;
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}
.tecContainer {
    margin-top: 15px;
}
.tecContainer span a {
    text-decoration: underline;
}
.tecContainer.error span, .tecContainer.error span a {
    color: #FE0000;
}
.single-team-member .content a.title {
    font-weight: bold;
    display: block;
}
.cit {
    margin-top: 15px;
}
.cit span {
    font-weight: bold;
    line-height: 14px;
}
#wrapper {
    width: 100%;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    background: #FFF;
    z-index: 1;
    position: relative;
}
#sideMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: #0A234D;
    z-index: 0;
}
.menuOpen #wrapper, .menuOpen.sticky #logo-nav, .menuOpen #logo-nav {
    -webkit-transform: translate3d(-300px,0,0);
    -moz-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
}
body.menuOpen, html.menuOpen {
    overflow: hidden;
}
.menuOpen #overlay {
    content: ' ';
    position: absolute;
    background: rgba(255,255,255,.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 5;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background: #0A234D;
}
.hamburger {
    height: 24px;
    padding: 0;
}
.hamburger:focus {
    outline: 0;
}
.hamburger.is-active:hover, .hamburger:hover {
    opacity: 1;
}
#sideMenu li {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding: 0 25px;
    line-height: 50px;
}
#sideMenu li:hover>a, #sideMenu li.selected>a {
    font-weight: bold;
}
#sideMenu li.flags {
    line-height: 92px;
}
#sideMenu li.parent {
    padding: 0;
    position: relative;
    max-height: 50px;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
#sideMenu li.parent.open {
    max-height: 300px;
}
#sideMenu li.parent .fa {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 27px;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
#sideMenu li.parent.open .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
#sideMenu li.parent a {
    padding-left: 25px;
}
#sideMenu li.parent ul {
    border-top: 1px solid #FFF;
}
#sideMenu li.parent li {
    padding: 0 25px;
}
#sideMenu li.parent li:last-child {
    border-bottom: 0;
}
#sideMenu li.flags .flag {
    display: inline-block;
}
#sideMenu li a {
    color: #FFF;
    display: block;
}
#sideMenu .contenuto {
    height: 100%;
    width: 100%;
    position: relative;
}
.flag.selected {
    color: #FFF;
    font-weight: bold;
}
#downloadArea {
    position: absolute;
    bottom: 15px;
    padding: 0 15px;
}
.notrans #logo-nav {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}
.pre-sticky #logo-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0,-100%);
    border-bottom: 1px solid #00a3b8;
    z-index: 3;
}
.sticky #logo-nav {
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    transform: translate(0,0);
}
.pagina-interna .footer-area.style-02 {
    padding-top: 0;
}
.pagina-interna .header-area {
    height: 300px;
    background: #FFF;
}
.pagina-interna #logo-nav {
    border-bottom: 1px solid #00a3b8;
}
#faq {
    padding-top: 30px;
    padding-bottom: 60px;
}
#faq li {
    border: 2px solid #0A234D;
    border-bottom: 0;
}
#faq li:last-child {
    border-bottom: 2px solid #0A234D;
}
#faq li .faq-header {
    cursor: pointer;
    padding: 0 25px;
    text-transform: uppercase;
    position: relative;
}
#faq li .faq-header span {
    position: absolute;
    top: 50%;
    right: 25px;
    -moz-transform: translate(0,-50%) rotate(0deg);
    -webkit-transform: translate(0,-50%) rotate(0deg);
    transform: translate(0,-50%) rotate(0deg);
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    font-size: 26px;
}
#faq li.open .faq-header span {
    -moz-transform: translate(0,-50%) rotate(180deg);
    -webkit-transform: translate(0,-50%) rotate(180deg);
    transform: translate(0,-50%) rotate(180deg);
}
#faq li .faq-header h4 {
    margin: 0;
    line-height: 40px;
}
#faq li .faq-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
}
#faq li.open .faq-content {
    max-height: 400px;
}
#faq li .faq-content>div {
    border-top: 2px solid #0A234D;
    padding: 15px 25px;
}
ul.servizi {
    padding-left: 30px;
    padding-bottom: 60px;
}
ul.servizi li {
    list-style-type: circle;
}
#bottomspace {
    padding-bottom: 60px;
}
#partners-list {
    padding-top: 30px;
}
.partner {
    height: 250px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 200px;
}
.partner:nth-child(even) {
    background: #f7f7f7;
}
.partner .logo-container {
    flex-basis: 33%;
    text-align: center;
}
.partner .text-container {
    flex-basis: 66%;
    text-align: left;
    padding-left: 50px;
}
#countdown {
    text-align: center;
    width: 100%;
    color: #EE7A34;
    font-size: 40px;
}
#countdown span {
    color: #1B84A2;
}
#investi {
    padding: 25px 0;
    text-align: center;
}
#prenota, #typ {
    background: url(../img/prenota.jpg);
    height: 700px;
    background-size: cover;
    background-position: center top;
}
#prenota.anziani {
    background: url(../img/anziani-e-invalidi.jpeg) no-repeat center top;
    background-size: cover;
}
#prenota.carrozzina {
    background: url(../img/trasporto-persone-in-carrozzina.jpeg) no-repeat center top;
    background-size: cover;
}
#prenota.visite {
    background: url(../img/trasporto-persone-in-carrozzina.jpeg) no-repeat center top;
    background-size: cover;
}
#prenota.stazioni {
    background: url(../img/trasporto-persone-in-carrozzina-stazione.jpeg) no-repeat center top;
    background-size: cover;
}
#prenota .titolo, #typ .titolo {
    background: rgba(0,0,0,.5);
    padding: 15px;
}
#prenota h1, #typ h1 {
    color: #FFF;
}
#prenota h3, #typ h3 {
    color: #FFF;
}
#prenota-form {
    padding: 35px 0px;
}
#prenota {
    position: relative;
}
#prenota #chiamaci, #typ .btn-wrapper {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
#prenota #numerotelefono {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
    color: #FFF;
    font-size: 20px;
}
#prenota.farmacie {
    background: url(../img/farmacie.jpeg) no-repeat center 93px;
    height: 550px;
}
a.tel {
    color: inherit;
}
.payFormDesc {
    margin-bottom: 55px;
}
.banner {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 9;
    border-radius: 5px;
    padding: 15px;
    background: #FFF;
    box-shadow: 0 0.625em 1.875em rgb(2 2 3 / 28%);
}
#cookiebanner {
    bottom: 20px;
    color: #0A234D;
}
#cookiebanner .text {
    margin: 5px 0 20px;
}
#cookiebanner a:hover {
    color: #28C8BE;
}
#cookiebanner .title {
    font-size: 1.5em;
    font-weight: bold;
}
#gestori-form {
    margin-top: 25px;
    margin-bottom: 45px;
    display: block;
}
#form-area {
    padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .pagina-interna h1 {
        font-size: 40px;
    }
    .pagina-interna h3 {
        font-size: 22px;
    }
    .partner {
        padding: 0 15px;
    }
    #faq li .faq-header {
        padding: 10px 35px 10px 15px;
    }
    #faq li .faq-header h4 {
        font-size: 18px;
        line-height: 1em;
    }
    #prenota .titolo {
        margin-top: 220px;
    }
    #cookiebanner {
        width: 90%;
    }
    #cookiebanner button {
        margin: 0 auto;
        display: table;
        font-size: 14px;
    }
}