.white {
    color: white;
}

.dark-grey {
    background-color: #3d3e3f;
}

.grey {
    background-color: #4c4d4f;
}

footer h5 {
    padding: 20px 0;
    fonte-weight: 600;
}

footer h5,
footer p {
    color: white;
}

footer .icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0;
}

footer .icon.icon--info {
    width: 22px;
    height: 22px;
    background-size: contain;
    vertical-align: middle;
    border-bottom: none;
    color: white;
}

.footer__credits,
.footer__links,
.footer__nav {
    background-color: #4c4d4f;
}

.footer__contacts {
    background-color: #3d3e3f;
}

.footer__contacts p {
    margin-top: 0;
    font-size: 21px;
    margin-bottom: 13px;
}

.footer__contacts p strong {
    float: left;
    padding-right: 5px;
}

.footer__contacts a {
    padding-right: 15px;
}

.footer__contacts .footer__social {
    padding: 20px 0;
}

.footer__contacts .footer__social a {
    display: inline;
}

.footer__contacts .footer__social a img {
    width: 40px;
    height: 40px;
}

.footer__contacts .footer__app {
    padding: 20px 0;
}

.footer__contacts .footer__app a img {
    max-width: 40%;
}

.footer__links {
    border-top: 1px solid #fff;
}

.footer__links .footer__link {
    padding: 1rem;
}

.footer__links .footer__link a {
    font-size: 17px;
    color: white;
    width: 100%;
    display: block;
    font-weight: bold;
    position: relative;
    font-family: Lato;
}

.footer__links .footer__link a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*background-image: url('../../../content/dam/alitalia/assets/clientlibs-1/images/arrow-dropdown-white.svg');*/
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: 100%;
    content: "";
    top: 0;
    right: 20px;
    margin-top: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    right: 0;
}

.footer__credits {
    padding-top: 0;
}

.footer__credits p {
    color: white;
    text-align: center;
    margin-top: 0;
    padding: 0 15px;
    font-size: 15px;
}

.footer__credits p a {
    color: white;
    text-decoration: none;
}

.footer__nav .accordion {
    display: block;
    background-color: #4c4d4f;
}

.footer__nav .accordion-item {
    padding: 1rem;
}

.footer__nav .accordion-item:first-child > :first-child {
    border: none;
    border-radius: 0;
}

.footer__nav .accordion-item:last-child:not(.is-active) > .accordion-title {
    border: none;
    border-radius: 0;
}

.footer__nav .accordion-item.is-active .accordion-title:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.footer__nav .accordion-item .accordion-title {
    border: none;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    font-family: Lato;
    color: white;
    background-color: #4c4d4f;
    padding: 0 .625rem;
    text-transform: uppercase;
}

.footer__nav .accordion-item .accordion-title:hover {
    background-color: #4c4d4f;
}

.footer__nav .accordion-item .accordion-title:before {
    /*background-image: url('../../../content/dam/alitalia/assets/clientlibs-1/images/arrow-dropdown-white.svg');*/
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: 100%;
    content: "";
    top: 0;
    right: 20px;
    margin-top: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    right: 0;
}

.footer__nav .accordion-item .accordion-content {
    border: none;
    background-color: #4c4d4f;
    line-height: 26px;
    padding: .3rem .625rem;
}

.footer__nav .accordion-item .accordion-content:last-child {
    border: none;
    border-radius: 0;
}

.footer__nav .accordion-item .accordion-content a {
    color: white;
}

@media (min-width: 768px) {
    footer .icon {
        display: inline-block;
        *display: inline;
        zoom: 1;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    footer .icon.icon--info {
        width: 14px;
        height: 14px;
    }

    .footer__contacts {
        padding: 10px 0;
    }

    .footer__contacts p {
        font-size: 18px;
    }

    .footer__contacts p strong {
        float: left;
    }

    .footer__contacts p .contact--text {
        float: left;
        padding-right: 5px;
    }

    .footer__contacts .footer__social {
        padding-top: 0;
    }

    .footer__contacts .footer__social a {
        padding-right: 20px;
    }

    .footer__contacts .footer__social a img {
        width: 35px;
        height: 35px;
    }

    .footer__contacts h5 {
        font-size: 16px;
    }

    .footer__contacts .footer__app {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 100%;
    }

    .footer__contacts .footer__app h5 {
        float: left;
        padding-top: 0;
    }

    .footer__contacts .footer__app a {
        float: left;
        padding-left: .625rem;
    }

    .footer__contacts .footer__app a img {
        max-width: 100%;
    }

    .footer__links .footer__link {
        padding: 1rem 0;
    }

    .footer__credits {
        padding: 10px 0;
        background-color: white;
    }

    .footer__credits p {
        color: #000;
        font-size: 12px;
        padding: 0 20%;
    }

    .footer__credits p a {
        color: #000;
    }

    .footer__nav .accordion-title {
        border: none;
        font-size: 17px;
        font-weight: bold;
        position: relative;
        font-family: Lato;
        color: white;
    }

    .footer__nav .accordion-item {
        padding: 1rem 0;
    }
}

@media (min-width: 1024px) {
    .footer__contacts a {
        padding-right: 0;
        margin-right: 15px;
    }

    .footer__contacts h5 {
        padding-bottom: 10px;
    }

    .footer__contacts p {
        font-size: 18px;
        float: left;
    }

    .footer__contacts p strong {
        display: block;
    }

    .footer__contacts .footer__app h5 {
        float: none;
    }

    .footer__contacts .footer__app a {
        padding-left: 0;
    }

    .footer__contacts .footer__social a img {
        width: 34px;
        height: 34px;
    }

    .footer__contacts .footer__social a {
        padding-right: 0;
        margin-right: 20px;
    }

    .footer__links {
        padding: 20px 0;
    }

    .footer__links .footer__link {
        text-align: center;
        padding: 1rem 0;
    }

    .footer__links .footer__link a {
        font-size: 14px;
    }

    .footer__links .footer__link a:after {
        display: none;
    }

    .footer__credits p {
        padding: 0;
        text-align: left;
    }

    .footer__nav .footer__accordion.footer__accordion--16 .accordion-item {
        width: 16.66667%;
        float: left;
        padding: 0;
        padding: 1rem;
    }

    .footer__nav .footer__accordion.footer__accordion--16 .accordion-item .accordion-title {
        font-size: 14px;
        cursor: default;
    }

    .footer__nav .footer__accordion.footer__accordion--16 .accordion-item .accordion-title:before {
        display: none;
    }
}

/* pretty radio */
#form-cookies-preferences input[type="radio"] {
    display: none;
}

#form-cookies-preferences input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: gray;
}

#form-cookies-preferences input[type="radio"]:checked {
    color: grey;
}

#form-cookies-preferences input[type="radio"]:checked + *::before {
    background: radial-gradient(#0171CF 0%, #0171CF 40%, transparent 50%, transparent);
    border-color: grey;
}

#form-cookies-preferences input[type="radio"] + * {
    display: inline-block;
    padding: 0.5rem;
}

.closeModalCookie {
    color: #B41000;
}

.wrapperTitleCookie {
    display:block;
    justify-content: space-between;
}

#acceptAllCookies {
    margin-left: 80px;
}
.radioButtonCookieConsent{
    display: flex;
}

@media (min-width: 481px) and (  max-width: 1023px) {
    #acceptAllCookies {
        margin-left: 0px;
    }

}

@media (max-width: 480px) {
    #acceptAllCookies {
        margin-left: 0px;
    }

    .wrapperTitleCookie{
        display:block;
    }
}

/************/

.horiz-separator-top-blue {
    border-top: 1px solid #2987d6;
    padding-top: 15px;
}

.extra-margin-top {
    margin-top: 50px;
}

.footer-airways-wrapper .mod-contacts {
    background: #ebf4fc;
}

.footer-airways-wrapper .contactus-airways {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-airways-wrapper .contactus-tooltip-arrowdown {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
    position: absolute;
    right: 20px;
    bottom: -10px;
}

.footer-airways-wrapper .contactus-info-icon {
    margin-left: 20px;
}

.footer-airways-wrapper .contactus-text {
    color: #000000;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 40px;
}

.footer-airways-wrapper .contactus-abroad,
.footer-airways-wrapper .contactus-currentCountry {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-left: 8px solid #0171CF;
    padding: 8px 20px;
    margin-right: 40px;
    border-radius: 8px;
}

.footer-airways-wrapper .contactus-abroad--text,
.footer-airways-wrapper .contactus-currentCountry--text {
    color: #555555;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 5px;
}

.footer-airways-wrapper .contactus-abroad--number,
.footer-airways-wrapper .contactus-currentCountry--number {
    color: #000000;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

.footer-airways-wrapper .contactus-tooltip {
    position: absolute;
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 6%);
    border: 1px solid #e8e8ea;
    border-radius: 24px;
    background-color: #FFFFFF;
    padding: 10px 15px;
    right: 1px;
    top: -39px;
}

.footer-airways-wrapper .contactus-tooltip span {
    color: #555555;
    font-family: 'lato', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.footer-airways-wrapper .logobox-airways.logobox-center {
    display: flex;
    justify-content: center;
}

.footer-airways-wrapper .mod-pre {
    border-top: 4px solid #0c2340;
    background: #0171CF;
    padding-top: 25px;
    padding-bottom: 30px;
}

.footer-airways-wrapper .logobox-airways .main-logo {
    height: 48px;
    padding-right: 0;
}

.footer-airways-wrapper h4.footer-firstlev-title {
    color: #FFFFFF;
    letter-spacing: 0.4px;
	padding-bottom: 10px;
    border-bottom: 1px solid #2987d6;
    font: normal normal normal 14px/28px Lato;
}

.footer-airways-wrapper h4.footer-firstlev-title span {
    display: none;
}

.footer-airways-wrapper .footer-secondlev-list {
    padding: 0;
}

.footer-airways-wrapper .footer-secondlev-item {
    margin-top: 15px;
}

.footer-airways-wrapper .footer-secondlev-item a {
    color: #FFFFFF;
    font-family: "lato", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 32px;
}

.footer-airways-wrapper .mod-sociallinks {
    background: #0171CF;
}

.footer-airways-wrapper .downloadapp-airways {
    display: flex;
    justify-content: left;
}

.footer-airways-wrapper .downloadapp-airways a {
    margin-right: 20px;
}

.footer-airways-wrapper .downloadapp-airways img {
    height: 38px;
}

.footer-airways-wrapper .sociallinks-airways {
    display: flex;
    justify-content: right;
}

.footer-airways-wrapper .sociallinks-airways a {
    margin-left: 25px;
}

.footer-airways-wrapper .sociallinks-airways img {
    height: 24px;
}

.footer-airways-wrapper .mod-copyright {
    padding-top: 15px;
    padding-bottom: 25px;
}

.footer-airways-wrapper .copyright-content {
    text-align: center;
}

.footer-airways-wrapper .copyright-content span.copyright_separator {
    margin: 0 5px;
}

.white-arrow__up {
    margin-left: 5px;
    background: url("../../../content/dam/itaspa/assets/icons/brand/ic_24_arrow_chevron_up_white.svg") no-repeat center center;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    opacity: 0.6;
}

.white-arrow__down {
    margin-left: 5px;
    background: url("../../../content/dam/itaspa/assets/icons/brand/ic_24_arrow_chevron_down_white.svg") no-repeat center center;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    opacity: 0.6;
}

.blue-info {
    background: url("../../../content/dam/itaspa/assets/icons/brand/ic_24_utility_info_blu.svg") no-repeat center center;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

@media (max-device-width: 1024px) {
    .empty-column {
        display: none;
    }

    .extra-margin-top {
        margin-top: 20px;
    }

    .extra-margin-bottom-mob {
        margin-bottom: 20px;
    }

    .flex-reverse-mob {
        flex-direction: column-reverse;
    }

    .footer-airways-wrapper .contactus-airways {
        flex-direction: column;
    }

    .footer-airways-wrapper .contactus-text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-airways-wrapper .contactus-currentCountry {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .footer-airways-wrapper .contactus-abroad {
        width: 100%;
        margin-right: 0;
        justify-content: space-between;
    }

    .footer-airways-wrapper h4.footer-firstlev-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }

    .footer-airways-wrapper h4.footer-firstlev-title span {
        display: inline-block;
    }

    .footer-airways-wrapper .footer-secondlev-list {
        margin-bottom: 0;
    }

    .footer-airways-wrapper .sociallinks-airways {
        justify-content: left;
        margin-bottom: 20px;
    }

    .footer-airways-wrapper .sociallinks-airways a {
        margin-left: 0;
        margin-right: 25px;
    }

    .footer-airways-wrapper .copyright-content {
        color: #FFFFFF;
        font-family: 'lato', sans-serif;
        font-size: 12px;
        letter-spacing: 0.4px;
        line-height: 16px;
        text-align: left;
    }
}

.visitaci{
    padding-top: 36px;
    padding-left: 135px;
    padding-right: 180px
}

@media (max-width: 768px) {
    .visitaci{
        padding: 10px 14px 20px 14px;

    }
    .sectioncookiesitaspa.text{
        display: inline-block !important;
    }
}

.sectioncookiesitaspa.text{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cta-cookie{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}

@media only screen and (max-width: 450px) and (min-width:280px) {
	.policycookiesitaspa{
        padding: 15px;
    }

    .cta-cookie{
        flex-direction: column;
    }

    .accept-cookie{
        width:300px;
    }

    .span-personalizza-cookie{
        padding-left: 0px !important;
    }
}

.modal-content-cookie{
    width:100% !important;
  }

.footer-airways-wrapper > .mod-contacts >  .container > .row,
.footer-airways-wrapper > .mod-footer > .container > .row,
.footer-airways-wrapper > .mod-sociallinks >  .container > .row.flex-reverse-mob,
.footer-airways-wrapper > .mod-pre > .container > .row.extra-margin-top,
.footer-airways-wrapper > .mod-copyright > .container > .row.no-gutters {
  margin-left: auto;
  margin-right: auto;
}
.hero__slider_background_mask.ie9 .column:after {
    content: none;
}

  .mod.flightSel.fs-roundTrip.fs-international {
      margin-left: 0;
      margin-right: 0;
      border: none;
  }
  
  .dateHistogram__price {
      background-color: #FFFFFF;
  }
  
  .isActive .dateHistogram__price {
      background-color: #d6e8f7;
  }
  .dateHistogram__item.j-loadDateMatrix {
      border-radius: 8px 8px 0 0;
  }
  .flightSel__typeOfFlightArrow .i-plane {
      padding-left: 7px;
      padding-right: 25px;
  }
  .flightSel__typeOfFlightArrow .i-dot {
      margin-left: -5px;
      margin-right: -5px;
  }
  .flightSel__origin, .flightSel__destination {
      display: flex;
      flex-direction: column;
  }
  .flightSel__origin .apt, .flightSel__destination .apt {
      color: #FFFFFF;
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 24px;
  }
  @media only screen and (max-width: 540px) and (min-width: 300px) {
      .dateHistogram__currency {
          display: none;
      }
      .flightSel__typeOfFlightArrow {
          width: 60%;
          margin-left: 60px;
      }
      .flightSel__origin,
      .flightSel__destination {
          margin-left: -100px;
      }
      .flightSel__routeText p {
          width: 80%
      }
      
      .flightSel__routeText p a:hover {
          color: #fff;
      }
          
      .dateHistogram__item.j-loadDateMatrix {
          margin-left: 24px;
          height: 48px;
          border-radius: 0;
          background-color: transparent;
      }
      
      .dateHistogram__period,
      .dateHistogram__price {
          margin-top: -60px;
          height: 48px;
      }
  
      .dateHistogram__price {
          border-radius: 0 8px 8px 0;
      }
      
      .dateHistogram__period {
          background-color: #002344;
          width: 59px;
      }
  
      .dateHistogram__period span {
          text-align: left;
          margin-left: 10px;
          color: #FFFFFF;
          font-family: 'Lato', sans-serif;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 20px;
      }
      
      .dateHistogram__month {
          margin-top: -5px;
      }
      #cercaVoliForm .flightSel__footer {
          width: 75%;
      }
      #cercaVoliSubmit {
          width: 95%;
          float: left;
          margin-left: 30px;
      }
      .dateMatrix.isRendered {
          margin: 0;
      }
      .flightSel__typeOfFlightArrow .i-plane {
          padding-right: 15px !important;
      }
  }
  @media only screen and (max-width: 300px) and (min-width: 200px) {
      .dateHistogram__currency {
          display: none;
      }
      .flightSel__typeOfFlightArrow {
          width: 78%;
      }
      .flightSel__routeText p {
          width: 90%
      }
  
      .flightSel__routeText p a:hover {
          color: #fff;
      }    
      
      .dateHistogram__item.j-loadDateMatrix {
          margin-left: 24px;
          height: 48px;
          border-radius: 0;
          background-color: transparent;
      }
      
      .dateHistogram__period,
      .dateHistogram__price {
          margin-top: -60px;
          height: 48px;
      }
  
      .dateHistogram__price {
          border-radius: 0 8px 8px 0;
      }
          
      .dateHistogram__price .dateHistogram__amount {
          color: #2E2E38;
          font-family: Lato;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0.4px;
          line-height: 20px;
      }
      
      .dateHistogram__period {
          background-color: #002344;
          width: 59px;
      }
  
      .dateHistogram__period span {
          text-align: left;
          margin-left: 10px;
          color: #FFFFFF;
          font-family: 'Lato', sans-serif;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 20px;
      }
      
      .dateHistogram__month {
          margin-top: -5px;
      }
      
      #cercaVoliForm .flightSel__footer {
          width: 75%;
      }
  
      #cercaVoliSubmit {
          width: 95%;
          float: left;
          margin-left: 30px;
      }
      .dateMatrix.isRendered {
          margin: 0;
      }
      .flightSel__typeOfFlightArrow .i-plane {
          padding-right: 15px !important;
      }
  }

