body {
  background: #E6E6E6; }
  body .search-area.results .edit-fields.active .search-type button.loader i.animate-spin {
    right: initial;
    font-size: 14px; }
  body .search-area.results .edit-fields.active .search-type button.loader.loading i.animate-spin {
    opacity: 1; }
  body .search-area.results .edit-fields.active .search-type button.loader.loading i.icon-big-arrow-right {
    opacity: 0; }
  body.search-filters-open .filters-wrapper {
    height: 100%; }
  body.search-filters-open .sticky-filters {
    left: 0;
    opacity: 1;
    max-width: initial;
    top: 58px;
    border-top: 1px solid lightgrey;
    position: fixed;
    height: calc(100% - 138px);
    overflow-y: auto;
    background: white;
    pointer-events: auto; }
    body.search-filters-open .sticky-filters .filters-body {
      max-width: initial;
      height: 100%; }
  body.search-filters-open .mobile-menu {
    display: none !important; }
  body.search-filters-open .mobile-close {
    cursor: pointer;
    display: block;
    position: fixed !important;
    top: 25px !important;
    right: 15px;
    z-index: 999999; }
  body.airline-filters-open .filters-row {
    left: 0;
    opacity: 1; }
  body.airline-filters-open .mobile-menu {
    display: none !important; }
  body.airline-filters-open .mobile-close {
    display: block;
    position: fixed !important;
    top: 25px !important;
    right: 15px;
    z-index: 999999; }
  body.modal-open .mobile-menu {
    display: none !important; }
  body.modal-open .my-lity-close {
    display: block;
    position: fixed !important;
    top: 25px !important;
    right: 15px;
    z-index: 999999; }

.filters-bg {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 27, 27, 0.5);
  transition: 0.55s;
  z-index: 998; }

.loading-splash-section {
  margin-top: 70px;
  margin-bottom: 70px;
  height: 355px; }
  .loading-splash-section .row,
  .loading-splash-section .wrapper,
  .loading-splash-section .grid-12,
  .loading-splash-section .loading-splash {
    height: calc(100% - 7px); }
  .loading-splash-section .loading-splash {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-image: url(/images/loading-circles.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    position: relative; }
    .loading-splash-section .loading-splash .suitcase {
      width: 60px;
      height: 54px;
      position: relative;
      top: 5px;
      left: 0;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      transition: 0.1s;
      transition-timing-function: linear; }
    .loading-splash-section .loading-splash .belt {
      width: 369px;
      height: 22px; }
    .loading-splash-section .loading-splash .wheel {
      width: 15px;
      height: 15px;
      -webkit-animation-duration: 4000ms;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-duration: 4000ms;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      animation-duration: 4000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
      .loading-splash-section .loading-splash .wheel:nth-child(1) {
        -webkit-animation-name: spin1;
        -moz-animation-name: spin1;
        animation-name: spin1; }
      .loading-splash-section .loading-splash .wheel:nth-child(2) {
        -webkit-animation-name: spin2;
        -moz-animation-name: spin2;
        animation-name: spin2; }
      .loading-splash-section .loading-splash .wheel:nth-child(3) {
        -webkit-animation-name: spin3;
        -moz-animation-name: spin3;
        animation-name: spin3; }
      .loading-splash-section .loading-splash .wheel:nth-child(4) {
        -webkit-animation-name: spin1;
        -moz-animation-name: spin1;
        animation-name: spin1; }
      .loading-splash-section .loading-splash .wheel:nth-child(5) {
        -webkit-animation-name: spin5;
        -moz-animation-name: spin5;
        animation-name: spin5; }
    .loading-splash-section .loading-splash .suitcase-section {
      padding: 0 13px; }
    .loading-splash-section .loading-splash .band-section {
      height: 20px; }
      .loading-splash-section .loading-splash .band-section .wheels {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        max-width: 363px;
        margin-left: 3px;
        position: relative;
        top: -26px; }
  @media (max-width: 420px) {
    .loading-splash-section {
      margin-top: 0; } }
  @media (max-width: 420px) {
    .loading-splash-section {
      padding: 20px; }
      .loading-splash-section .suitcase {
        width: 46px !important;
        top: 12px !important; }
      .loading-splash-section .belt {
        width: 100% !important; }
      .loading-splash-section .wheels {
        margin-left: 0 !important; } }

@media (max-width: 940px) {
  .flight-details .start-location,
  .flight-details .end-location {
    display: none !important; } }

@media (max-width: 640px) {
  .flight-details .start-time {
    padding-left: 10px !important; } }

@media (min-width: 640px) and (max-width: 1240px) {
  .legs {
    position: relative; } }

.mobile-close {
  display: none; }

.wrapper,
.grid-12 {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }

.filters-wrapper {
  clear: both;
  position: relative;
  min-height: 356px; }
  .filters-wrapper.fullwidth {
    left: 0; }
  .filters-wrapper .sticky-wrapper {
    height: 0 !important; }
  .filters-wrapper.open {
    /*.sticky-filters {
            left: 0;
        }
        .filters-bg{
            opacity:1;
            pointer-events:initial;
        }*/ }
    @media (max-width: 1070px) {
      .filters-wrapper.open .flight-stage {
        padding-right: 0; } }
    @media (max-width: 815px) {
      .filters-wrapper.open .flight-stage {
        padding: 3px 10px; } }
    @media (max-width: 769px) {
      .filters-wrapper.open .flight-stage h2 {
        font-size: 19px; } }

@media (max-width: 1220px) {
  .filters-wrapper .grid-12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 1210px) {
  .search-item-cta .details a {
    padding: 7px 5px !important; }
  .search-filters .splitter {
    margin: 0 10px !important; } }

@media (max-width: 640px) {
  .flight-details {
    flex-wrap: wrap; }
  .stops,
  .total-time {
    transition: 0.4s; } }
  @media (max-width: 640px) and (max-width: 530px) {
    .stops,
    .total-time {
      font-size: 12px !important; } }

@media (max-width: 640px) {
  .flight-company {
    padding-left: 15px !important;
    padding-right: 10px !important; }
  .end-time {
    padding-right: 15px !important;
    padding-left: 10px !important; } }

.search-edit-section {
  margin-bottom: 0; }
  .search-edit-section .grid-12 {
    width: 100% !important; }
  .search-edit-section label {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: white;
    display: inline;
    margin-bottom: 0; }
    .search-edit-section label span {
      font-family: neuzeit-grotesk, sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 12px;
      padding: 2px 10px;
      border: 1px solid white;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
    .search-edit-section label i {
      font-family: neuzeit-grotesk, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px; }
      .search-edit-section label i.travel-date {
        display: inline-block;
        margin-bottom: 17px; }
    .search-edit-section label .unhidden {
      display: none; }
  @media (max-width: 1240px) {
    .search-edit-section {
      padding: 0; }
      .search-edit-section .hidden {
        display: none; }
      .search-edit-section .unhidden {
        display: inline-block !important; }
      .search-edit-section a {
        margin-top: 15px !important;
        display: block; } }
  .search-edit-section .search-edit {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    padding: 13px 0; }
    .search-edit-section .search-edit > label {
      margin-right: 50px;
      line-height: 22px; }
    @media (max-width: 1240px) {
      .search-edit-section .search-edit {
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
        .search-edit-section .search-edit > label {
          margin-right: 0;
          line-height: 22px; } }
  .search-edit-section label {
    font-size: 16px; }
  .search-edit-section a {
    margin: 0;
    background: #324481;
    background: -moz-linear-gradient(left, #324481 0%, #9767AB 100%);
    background: -webkit-linear-gradient(left, #324481 0%, #9767AB 100%);
    background: linear-gradient(to right, #324481 0%, #9767AB 100%);
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px; }
    .search-edit-section a label {
      font-weight: inherit; }

.flight-stage-section {
  margin-top: 10px; }
  .flight-stage-section .price-summary-items {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-top: 4px;
    margin-bottom: 50px; }
    .flight-stage-section .price-summary-items .price-summary-item {
      width: 300px;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
      .flight-stage-section .price-summary-items .price-summary-item label {
        display: inline;
        margin-bottom: 0; }
    .flight-stage-section .price-summary-items .total-cost {
      width: 300px;
      border-top: 1px solid #bfbfbf;
      padding-top: 28px;
      margin-top: 22px;
      text-align: right;
      margin-bottom: 7px; }
      .flight-stage-section .price-summary-items .total-cost span {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        font-size: 22px;
        font-weight: 800;
        color: #334684; }
        .flight-stage-section .price-summary-items .total-cost span span {
          font-size: 18px;
          color: #404040;
          font-weight: 100; }
    .flight-stage-section .price-summary-items a.green, .flight-stage-section .price-summary-items a.red {
      width: 300px;
      padding: 21px 0;
      background: #9767AB;
      background: -moz-linear-gradient(left, #9767AB 0%, #9767AB 100%);
      background: -webkit-linear-gradient(left, #9767AB 0%, #9767AB 100%);
      background: linear-gradient(to right, #9767AB 0%, #9767AB 100%); }
    .flight-stage-section .price-summary-items a.red {
      background: #324481;
      background: -moz-linear-gradient(left, #324481 0%, #324481 100%);
      background: -webkit-linear-gradient(left, #324481 0%, #324481 100%);
      background: linear-gradient(to right, #324481 0%, #324481 100%); }
  .flight-stage-section .wrapper {
    margin: 0 auto 0; }
  .flight-stage-section .selectedItem {
    padding-left: 0; }
    .flight-stage-section .selectedItem .details {
      justify-content: center !important;
      -webkit-justify-content: center !important; }
    .flight-stage-section .selectedItem .flight-details {
      height: 70px;
      padding-left: 20px !important;
      box-shadow: none; }
      @media (max-width: 640px) {
        .flight-stage-section .selectedItem .flight-details {
          padding-left: 6px !important; } }
  .flight-stage-section .flight-stage {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    background: #323232;
    padding: 3px 35px;
    position: relative; }
    .flight-stage-section .flight-stage h2,
    .flight-stage-section .flight-stage label {
      color: white;
      margin-bottom: 0; }
    .flight-stage-section .flight-stage h2 {
      font-family: "source-sans-pro", sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      font-size: 24px;
      margin-right: 25px; }
    .flight-stage-section .flight-stage label {
      font-family: neuzeit-grotesk, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      display: flex;
      display: -webkit-flex;
      -webkit-align-items: center;
      align-items: center; }
      .flight-stage-section .flight-stage label i {
        font-size: 20px;
        margin: 0 5px; }
      .flight-stage-section .flight-stage label b {
        margin-left: 5px; }
      .flight-stage-section .flight-stage label span {
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        border: 1px solid white;
        margin: 0; }
  @media (max-width: 1240px) {
    .flight-stage-section {
      margin-top: 0; }
      .flight-stage-section .grid-12 {
        margin-top: 10px; }
      .flight-stage-section .wrapper {
        margin-bottom: 0; }
      .flight-stage-section label {
        display: none; }
      .flight-stage-section h2,
      .flight-stage-section label i {
        font-size: 16px !important; }
      .flight-stage-section .flight-stage {
        padding: 0 15px; } }
  @media (max-width: 1120px) {
    .flight-stage-section .number {
      position: initial !important;
      height: 32px !important;
      width: 32px !important;
      margin-right: 10px; }
      .flight-stage-section .number span {
        font-size: 18px !important; }
    .flight-stage-section .flight-stage {
      padding: 3px 18px; }
      .flight-stage-section .flight-stage label span {
        margin: 0 9px; } }
  @media (max-width: 530px) {
    .flight-stage-section .flight-stage h2 {
      font-size: 22px !important; }
    .flight-stage-section .flight-stage label {
      display: none !important; } }
  @media (max-width: 350px) {
    .flight-stage-section .number {
      top: calc(50% - 90px) !important;
      left: 0px !important; } }

.search-filters {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  .search-filters .filter-tag {
    padding: 9px 15px 6px;
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 15px;
    color: white;
    background: #324481;
    background: -moz-linear-gradient(left, #324481 0%, #9767AB 100%);
    background: -webkit-linear-gradient(left, #324481 0%, #9767AB 100%);
    background: linear-gradient(to right, #324481 0%, #9767AB 100%); }
    @media (max-width: 1240px) {
      .search-filters .filter-tag {
        display: none; } }
    .search-filters .filter-tag .icon-filter {
      font-size: 19px; }
    .search-filters .filter-tag label {
      display: inline;
      position: relative;
      bottom: 2px;
      cursor: pointer; }
  .search-filters h3 {
    font-family: "source-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 0; }
  .search-filters .filters {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s; }
    .search-filters .filters label {
      margin-bottom: 0; }
      .search-filters .filters label span {
        padding: 12px 15px;
        border-right: 1px solid #D9D9D9;
        font-family: neuzeit-grotesk, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        background: white;
        position: relative; }
        .search-filters .filters label span:first-child {
          -webkit-border-radius: 4px 0 0 4px;
          -moz-border-radius: 4px 0 0 4px;
          -ms-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px; }
        .search-filters .filters label span:last-child {
          -webkit-border-radius: 0 4px 4px 0;
          -moz-border-radius: 0 4px 4px 0;
          -ms-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0; }
        .search-filters .filters label span.active {
          color: white;
          background: #324481;
          background: -moz-linear-gradient(left, #324481 0%, #9767AB 100%);
          background: -webkit-linear-gradient(left, #324481 0%, #9767AB 100%);
          background: linear-gradient(to right, #324481 0%, #9767AB 100%);
          border-right: none; }
        .search-filters .filters label span ins {
          text-decoration: none; }
        .search-filters .filters label span i {
          display: none;
          position: absolute;
          top: 13px;
          left: calc(50% - 5px); }
        .search-filters .filters label span.loading ins {
          opacity: 0; }
        .search-filters .filters label span.loading i {
          display: block; }
    @media (max-width: 1240px) {
      .search-filters .filters {
        width: 100%; } }
  .search-filters .splitter {
    height: 1px;
    width: 100%;
    background: #BEBEBE;
    margin: 0 40px; }
  @media (max-width: 1240px) {
    .search-filters .splitter {
      display: none; }
    .search-filters .filters label {
      position: relative;
      top: 20px;
      padding: 10px;
      text-align: center; }
      .search-filters .filters label span {
        display: block;
        border-right: 0;
        background: lightgrey;
        margin: 10px 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
        .search-filters .filters label span:first-child {
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px; } }

@media (max-width: 1240px) {
  .filters-row {
    position: fixed;
    z-index: 9999;
    background: white;
    bottom: 0;
    left: -100%;
    border-top: 1px solid lightgrey;
    top: 0;
    width: 100%;
    opacity: 0;
    top: 58px; }
    .filters-row h3 {
      display: none; } }

.search-results {
  margin-top: 5px; }
  .search-results div:first-child .airline-result {
    margin-top: 10px; }
  @media (max-width: 1100px) {
    .search-results {
      margin-top: 0; }
      .search-results .mobile-cta {
        display: block; }
      .search-results .airline-result {
        margin-top: 34px !important; }
      .search-results .search-item {
        margin: 0 0 10px !important; }
      .search-results .search-item-cta {
        margin-left: 0 !important;
        /*padding: 0 15px 0 0;*/
        height: 58px;
        justify-content: flex-end;
        -webkit-justify-content: flex-end; }
        .search-results .search-item-cta a,
        .search-results .search-item-cta .details {
          /*display: none !important;*/ }
        .search-results .search-item-cta a.mobile-cta {
          /*display: block !important;*/
          color: #3EA86F; }
          .search-results .search-item-cta a.mobile-cta i {
            margin-right: 0 !important; } }
  .search-results .airline-rollup p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
    display: inline-block; }
    .search-results .airline-rollup p:before {
      content: "SHOW "; }
    .search-results .airline-rollup p.active:before {
      content: "HIDE "; }
  .search-results .airline-rollup i {
    margin-right: 5px;
    color: #9767AB; }
  .search-results .airline-result {
    margin-top: 42px; }
    .search-results .airline-result .hidden {
      opacity: 0;
      margin-top: -16px;
      height: 0;
      transform: scale(0);
      transition: height 0.3s 0.45s, transform 0.4s ease-in-out 0.2s, margin 0s 0.45s, opacity 0.1s 0.3s; }
      .search-results .airline-result .hidden.animate {
        opacity: 1;
        margin-top: 16px;
        height: 95px;
        transform: scale(1);
        transition: height 0.3s, transform 0.45s ease-in 0.2s, margin 0s 0s, opacity 0.9s 0.3s; }
      @media (max-width: 1100px) {
        .search-results .airline-result .hidden {
          margin-bottom: 0 !important; }
          .search-results .airline-result .hidden.animate {
            margin-bottom: 11px !important; } }
      @media (max-width: 1240px) {
        .search-results .airline-result .hidden.animate {
          margin: 10px 0 !important;
          height: 94px; } }
      @media (max-width: 640px) {
        .search-results .airline-result .hidden.animate {
          height: 186px; } }
    .search-results .airline-result .other-flights {
      display: none; }
      .search-results .airline-result .other-flights .search-item:first-child .flight-details {
        margin-top: 0; }
    .search-results .airline-result .airline.company {
      display: none; }
    .search-results .airline-result.active .tag {
      display: flex;
      flex: 0 0 25px; }
    .search-results .airline-result.active .airline.company {
      display: block; }
    .search-results .airline-result.active .flight-company {
      display: none; }
  .search-results .results-footer {
    margin: 100px 0 66px;
    text-align: center; }
    @media (max-width: 1240px) {
      .search-results .results-footer {
        margin: 86px 0 45px; }
        .search-results .results-footer label {
          margin-bottom: 0; } }
  .search-results .price-breakdown {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin: 15px 0 30px; }
    .search-results .price-breakdown .costs {
      min-width: 300px; }
      .search-results .price-breakdown .costs .confirm-price-item {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between; }
        .search-results .price-breakdown .costs .confirm-price-item label,
        .search-results .price-breakdown .costs .confirm-price-item span {
          font-size: 14px;
          font-weight: 400;
          color: #6C6C6C; }
        .search-results .price-breakdown .costs .confirm-price-item label {
          font-weight: 400;
          color: #404040; }
        .search-results .price-breakdown .costs .confirm-price-item span {
          font-weight: 700; }
      .search-results .price-breakdown .costs .splitter {
        border-bottom: 1px solid #BEBEBE;
        margin: 0 0 8px; }
      .search-results .price-breakdown .costs .total {
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between; }
        .search-results .price-breakdown .costs .total label,
        .search-results .price-breakdown .costs .total span {
          font-size: 24px;
          line-height: 30px; }
        .search-results .price-breakdown .costs .total label {
          font-weight: 400;
          color: #404040;
          margin-bottom: 0; }
        .search-results .price-breakdown .costs .total span {
          color: #9767AB;
          font-weight: 700; }
        .search-results .price-breakdown .costs .total.combined label,
        .search-results .price-breakdown .costs .total.combined span {
          font-size: 30px; }

.flight-details .mobile-cta {
  display: none; }

.ask-our-experts {
  margin: 0; }
  .ask-our-experts .wrapper {
    margin-bottom: 12px; }

.sticky-filters {
  position: relative;
  top: 0;
  padding: 20px 0;
  left: 0;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  @media (max-width: 1240px) {
    .sticky-filters {
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      -moz-transition: opacity 0.4s;
      transition: opacity 0.4s;
      left: 0;
      padding: 0;
      position: absolute;
      pointer-events: none; } }
  .sticky-filters ins {
    font-size: 15px;
    padding-right: 5px;
    cursor: pointer; }
    .sticky-filters ins.reset {
      margin-right: 0;
      font-size: 14px; }
  .sticky-filters .filter-tag {
    color: white;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #324481;
    background: -moz-linear-gradient(left, #324481 0%, #9767AB 100%);
    background: -webkit-linear-gradient(left, #324481 0%, #9767AB 100%);
    background: linear-gradient(to right, #324481 0%, #9767AB 100%);
    padding: 21px 20px 21px;
    min-width: 107px; }
    .sticky-filters .filter-tag label {
      font-family: "source-sans-pro", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 0;
      line-height: 9px;
      cursor: pointer; }
    .sticky-filters .filter-tag i {
      display: flex;
      display: -webkit-flex;
      -webkit-align-items: center;
      align-items: center;
      cursor: pointer;
      font-size: 22px; }
      .sticky-filters .filter-tag i label {
        display: inline;
        margin-left: 7px; }
    @media (max-width: 1240px) {
      .sticky-filters .filter-tag {
        display: none; } }
  .sticky-filters .filters-body {
    height: 100%;
    background: white;
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.16);
    min-height: 496px;
    overflow-y: auto;
    width: 310px; }
    .sticky-filters .filters-body .mobile-filter-buttons {
      display: none;
      position: fixed;
      bottom: 0;
      width: 100%;
      text-align: center;
      border-top: 1px solid #E6E6E6;
      background: white;
      padding: 15px; }
      .sticky-filters .filters-body .mobile-filter-buttons span {
        background: #3ea86f;
        background: -moz-linear-gradient(left, #3ea86f 0%, #59cd90 100%);
        background: -webkit-linear-gradient(left, #3ea86f 0%, #59cd90 100%);
        background: linear-gradient(to right, #3ea86f 0%, #59cd90 100%);
        font-family: neuzeit-grotesk, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        color: white;
        padding: 17px 0;
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
      .sticky-filters .filters-body .mobile-filter-buttons.reset {
        bottom: 90px; }
      @media (max-width: 1240px) {
        .sticky-filters .filters-body .mobile-filter-buttons {
          display: block; } }
    @media (max-width: 1240px) {
      .sticky-filters .filters-body {
        width: 100%; } }
  .sticky-filters .section {
    background: white;
    padding: 0 20px;
    border-bottom: 1px solid #E6E6E6; }
    .sticky-filters .section .section-header {
      background: white;
      padding: 20px 0;
      cursor: pointer; }
      .sticky-filters .section .section-header .info {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        width: 100%; }
        .sticky-filters .section .section-header .info div {
          display: flex;
          display: -webkit-flex;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          -webkit-align-items: center;
          align-items: center; }
      .sticky-filters .section .section-header i {
        font-size: 20px; }
      .sticky-filters .section .section-header > div {
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center; }
      .sticky-filters .section .section-header label {
        display: inline;
        margin-bottom: 0;
        cursor: pointer; }
      .sticky-filters .section .section-header span {
        color: white;
        margin-right: 11px; }
        .sticky-filters .section .section-header span.round {
          display: flex;
          display: -webkit-flex; }
        .sticky-filters .section .section-header span.red {
          color: #C93E3E; }
        .sticky-filters .section .section-header span.green {
          color: #9767AB; }
      @media (max-width: 1390px) {
        .sticky-filters .section .section-header label {
          font-size: 13px; } }
    .sticky-filters .section .section-body {
      background: white;
      padding-bottom: 20px;
      cursor: pointer; }
      .sticky-filters .section .section-body .radios,
      .sticky-filters .section .section-body .checkboxes,
      .sticky-filters .section .section-body .range-slider {
        flex-direction: column;
        -webkit-flex-direction: column;
        color: #6C6C6C; }
        .sticky-filters .section .section-body .radios label,
        .sticky-filters .section .section-body .radios span,
        .sticky-filters .section .section-body .checkboxes label,
        .sticky-filters .section .section-body .checkboxes span,
        .sticky-filters .section .section-body .range-slider label,
        .sticky-filters .section .section-body .range-slider span {
          display: inline-block;
          font-family: neuzeit-grotesk, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 14px; }
        .sticky-filters .section .section-body .radios span,
        .sticky-filters .section .section-body .checkboxes span,
        .sticky-filters .section .section-body .range-slider span {
          color: #BEBEBE; }
      .sticky-filters .section .section-body .range-slider label {
        margin-bottom: 0; }
      .sticky-filters .section .section-body .option {
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
        padding: 7px 6px; }
        .sticky-filters .section .section-body .option input[type="radio"],
        .sticky-filters .section .section-body .option input[type="checkbox"] {
          width: auto;
          height: auto;
          margin-bottom: 0; }
        .sticky-filters .section .section-body .option label {
          margin-bottom: 0; }
        .sticky-filters .section .section-body .option.disabled {
          background: #F4F4F4;
          opacity: 0.4;
          cursor: auto; }
      .sticky-filters .section .section-body .subtitle {
        margin-bottom: 9px; }
        .sticky-filters .section .section-body .subtitle span {
          font-family: neuzeit-grotesk, sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 14px; }
      .sticky-filters .section .section-body .filter-rollup {
        margin: 8px 0 22px; }
        .sticky-filters .section .section-body .filter-rollup span {
          font-family: neuzeit-grotesk, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 14px; }
        .sticky-filters .section .section-body .filter-rollup i {
          margin-right: 5px; }
  .sticky-filters.stuck {
    top: 0; }
  @media (max-width: 1240px) {
    .sticky-filters {
      width: 100%; } }
  @media (max-width: 1455px) {
    .sticky-filters .section {
      padding: 0 13px; } }

.mobile-filters-section > .wrapper {
  margin-bottom: 12px; }

.mobile-filters-section .mobile-filters {
  display: none; }
  .mobile-filters-section .mobile-filters .filter-btn {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #324481;
    background: -moz-linear-gradient(left, #324481 0%, #9767AB 100%);
    background: -webkit-linear-gradient(left, #324481 0%, #9767AB 100%);
    background: linear-gradient(to right, #324481 0%, #9767AB 100%);
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: white;
    padding: 10px 14px;
    min-width: 144px;
    margin-bottom: 0; }
    .mobile-filters-section .mobile-filters .filter-btn i.icon-filter,
    .mobile-filters-section .mobile-filters .filter-btn i.icon-menu {
      font-size: 24px;
      margin-right: 7px; }
  @media (max-width: 1240px) {
    .mobile-filters-section .mobile-filters {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; } }

.no-results {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-align: center;
  margin: 42px 0 32px;
  padding: 0 10px;
  left: 0;
  position: relative; }
  .no-results i {
    font-size: 68px;
    margin-bottom: 22px;
    color: #9767AB; }
  .no-results p {
    font-family: neuzeit-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 7px; }
    .no-results p.sub {
      font-size: 14px;
      font-weight: 400; }
  .no-results a.next-flight {
    align-self: flex-end;
    margin-top: 50px; }

@-moz-keyframes spin1 {
  from {
    -moz-transform: rotate(-90deg); }
  to {
    -moz-transform: rotate(270deg); } }

@-webkit-keyframes spin1 {
  from {
    -webkit-transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(270deg); } }

@keyframes spin1 {
  from {
    transform: rotate(-90deg); }
  to {
    transform: rotate(270deg); } }

@-moz-keyframes spin2 {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin2 {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes spin3 {
  from {
    -moz-transform: rotate(-45deg); }
  to {
    -moz-transform: rotate(315deg); } }

@-webkit-keyframes spin3 {
  from {
    -webkit-transform: rotate(-45deg); }
  to {
    -webkit-transform: rotate(315deg); } }

@keyframes spin3 {
  from {
    transform: rotate(-45deg); }
  to {
    transform: rotate(315deg); } }

@-moz-keyframes spin5 {
  from {
    -moz-transform: rotate(45deg); }
  to {
    -moz-transform: rotate(360405deg); } }

@-webkit-keyframes spin5 {
  from {
    -webkit-transform: rotate(45deg); }
  to {
    -webkit-transform: rotate(405deg); } }

@keyframes spin5 {
  from {
    transform: rotate(45deg); }
  to {
    transform: rotate(405deg); } }

/************************************/
/************************************/
.notselected .flight-details {
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
  background-color: #ccc; }

@media (max-width: 940px) and (min-width: 640px) {
  .search-item .flight-details .legs {
    display: none; }
  .search-item .flight-details .start-time span.mobile, .search-item .flight-details .end-time span.mobile {
    display: flex;
    display: -webkit-flex; }
  .lity-wrap .lity-container .lity-content .wrapper .modal-header .grid-9 .search-item .flight-details .legs {
    display: flex;
    display: -webkit-flex; }
  .lity-wrap .lity-container .lity-content .wrapper .modal-header .grid-9 .search-item .flight-details .start-time span.mobile, .lity-wrap .lity-container .lity-content .wrapper .modal-header .grid-9 .search-item .flight-details .end-time span.mobile {
    display: none; }
  .lity-wrap .lity-container .lity-content .wrapper .modal-header .grid-9 .search-item .flight-details .start-time:after {
    display: none; }
  .search-item .flight-details:after {
    content: "";
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    border-top: 1px solid #D9D9D9; } }

@media (max-width: 500px) {
  .lity-wrap .lity-container .lity-content .wrapper .modal-header .grid-9 .search-item .legs .markers {
    display: flex !important;
    display: -webkit-flex !important; } }

@media (max-width: 300px) {
  .search-item .flight-details .legs {
    display: none; }
  .search-item .flight-details .start-time span.mobile, .search-item .flight-details .end-time span.mobile {
    display: flex;
    display: -webkit-flex; }
  .search-item .flight-details .start-time:after {
    display: block; } }

body.modal-open .my-lity-close {
  cursor: pointer;
  display: inline-block;
  border-radius: 60px;
  border: 1px solid #888;
  padding: 0.2em 0.5em 0.1em;
  background: #fff; }

.lity-wrap .lity-container .lity-content .wrapper .modal-header .close-section i {
  top: 0;
  font-size: 18px;
  padding-right: 7px;
  margin-right: 30px;
  font-size: initial; }

@media (max-width: 940px) {
  body.modal-open .my-lity-close {
    right: 35px; } }

@media (max-width: 450px) and (min-width: 300px) {
  .start-time:after {
    display: none; } }

.search-item .flight-details .legs .markers .dots .dot {
  top: calc(50% - 6px); }

@media (min-width: 940px) {
  .lity-wrap .lity-container .lity-content .wrapper .modal-body .legs .travel-timeline .left .right .flight, .lity-wrap .lity-container .lity-content .wrapper .modal-body .legs .travel-timeline .left .right .flight-info {
    margin: 10px 0;
    padding-left: 20px; } }

.airline-summary {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: -10px; }
  .airline-summary .slick-arrow {
    width: 25px;
    height: 160px;
    top: 0;
    border-radius: 0;
    display: flex !important; }
  .airline-summary .slick-disabled {
    display: none !important; }
  .airline-summary .slick-prev {
    left: 0; }
  .airline-summary .slick-next {
    right: 0; }
  .airline-summary .airlines {
    display: flex;
    display: -webkit-flex;
    width: auto;
    height: 160px;
    list-style: none;
    overflow: hidden;
    margin: 0 auto; }
    .airline-summary .airlines .airline {
      display: flex;
      display: -webkit-flex;
      flex: 0 0 110px;
      -webkit-flex: 0 0 110px;
      cursor: pointer;
      width: 110px;
      line-height: 1.2em;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.08);
      color: #ccc;
      vertical-align: top;
      min-height: 160px;
      user-select: none;
      align-items: center;
      -webkit-align-items: center;
      flex-direction: column;
      -webkit-flex-direction: column;
      background: #EEE;
      margin-right: 3px;
      padding: 40px 0 22px; }
      .airline-summary .airlines .airline:last-child {
        margin: 0; }
      .airline-summary .airlines .airline .tag {
        background: #C93E3E;
        color: #fff;
        position: absolute;
        top: 3px;
        width: 104px;
        font-size: 10px;
        height: 15px; }
        .airline-summary .airlines .airline .tag:nth-child(2n) {
          top: 19px; }
      .airline-summary .airlines .airline .airline-name {
        font-size: 12px;
        line-height: 1em;
        color: #ccc;
        margin: 10px 0; }
      .airline-summary .airlines .airline .btm {
        flex-grow: 1;
        -webkit-flex-grow: 1;
        display: flex;
        -webkit-display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: flex-end;
        -webkit-justify-content: flex-end; }
        .airline-summary .airlines .airline .btm .from {
          font-size: 12px;
          color: #ccc; }
        .airline-summary .airlines .airline .btm .price {
          font-family: neuzeit-grotesk, sans-serif;
          font-style: normal;
          font-weight: 700;
          color: #ccc;
          font-size: 18px; }
    .airline-summary .airlines .available .btm .price, .airline-summary .airlines .all-airlines .btm .price {
      color: #333; }
    .airline-summary .airlines .available .btm .from, .airline-summary .airlines .all-airlines .btm .from {
      color: #333; }
    .airline-summary .airlines .available, .airline-summary .airlines .all-airlines {
      background: #FFF;
      border: 1px solid rgba(0, 0, 0, 0.16); }
    .airline-summary .airlines .selected {
      border: 3px solid #3ea86f;
      color: #333;
      min-height: 158px;
      padding: 38px 0 20px; }
      .airline-summary .airlines .selected:after {
        border-top: 10px solid #3ea86f;
        content: "";
        position: absolute;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: 10px; }

@media (max-width: 1540px) {
  .wrapper {
    width: 880px; } }

@media (max-width: 1240px) {
  .wrapper {
    width: 1040px; } }

@media (max-width: 1100px) {
  .wrapper {
    width: 900px; } }

@media (max-width: 940px) {
  .wrapper {
    width: 730px; } }

@media (max-width: 760px) {
  .wrapper {
    width: 580px; } }

@media (max-width: 610px) {
  .wrapper {
    width: 500px; } }

@media (max-width: 530px) {
  .wrapper {
    width: 420px; } }

@media (max-width: 450px) {
  .wrapper {
    width: 365px; } }

@media (max-width: 394px) {
  .wrapper {
    width: 310px; } }

@media (max-width: 1540px) {
  .wrapper .grid-12 {
    width: 860px; } }

@media (max-width: 1240px) {
  .wrapper .grid-12 {
    width: 1020px; } }

@media (max-width: 1100px) {
  .wrapper .grid-12 {
    width: 900px; } }

@media (max-width: 940px) {
  .wrapper .grid-12 {
    width: 720px; } }

@media (max-width: 760px) {
  .wrapper .grid-12 {
    width: 570px; } }

@media (max-width: 610px) {
  .wrapper .grid-12 {
    width: 500px; } }

@media (max-width: 530px) {
  .wrapper .grid-12 {
    width: 420px; } }

@media (max-width: 450px) {
  .wrapper .grid-12 {
    width: 365px; } }

@media (max-width: 394px) {
  .wrapper .grid-12 {
    width: 310px; } }

@media (max-width: 1540px) {
  .lity-wrap .wrapper {
    width: auto; } }

@media (max-width: 1240px) {
  .lity-wrap .wrapper {
    width: auto; } }

@media (max-width: 610px) {
  .lity-wrap .wrapper {
    width: auto; } }

@media (max-width: 530px) {
  .lity-wrap .wrapper {
    width: auto; } }

@media (max-width: 450px) {
  .lity-wrap .wrapper {
    width: auto; } }

@media (max-width: 394px) {
  .lity-wrap .wrapper {
    width: auto; } }

@media (min-width: 1240px) and (max-width: 1540px) {
  .search-area .wrapper, .search-area-cta .wrapper {
    max-width: 1200px;
    width: 1200px; } }

@media (min-width: 1240px) and (max-width: 1540px) {
  .search-area .wrapper .grid-12, .search-area-cta .wrapper .grid-12 {
    width: 1180px; } }

.search-item .flight-details .search-item-cta .flight-price {
  min-width: 110px; }

.search-item .tag span {
  left: -14px; }

.booking-leg-details .legs.grid-12 {
  width: 100% !important; }

.search-results-flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse; }
  .search-results-flex .app-filters {
    flex: 0 0 320px;
    -webkit-flex: 0 0 320px; }
    @media (max-width: 1240px) {
      .search-results-flex .app-filters {
        flex: initial;
        -webkit-flex: initial; } }
