html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

html {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 640px) {
    html {
      height: 100%;
      overflow: hidden; } }

body {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  color: #fff;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin: 0; }
  @media (max-width: 640px) {
    body {
      height: 100%;
      overflow: scroll;
      -webkit-overflow-scrolling: touch; } }

a {
  color: #fff; }

.mobile-bg {
  background: url(images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  display: none;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-attachment: scroll; }
  @media (max-width: 640px) {
    .mobile-bg {
      display: block; } }

img {
  image-rendering: crisp-edges; }

*:focus {
  outline: none; }

input[type="text"], input[type="password"] {
  height: 3.33333em;
  width: 19.75em;
  font-family: "Gotham Book", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #D8D7D7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222222; }

.progOpen .tile img {
  opacity: 0.5; }

.site-start .container .top-right .savings-tracker {
  background: #bcbcbc; }
.site-start .tile img {
  opacity: 0.5; }

.text-right {
  text-align: right; }

.meter > div.active:before {
  background: linear-gradient(to right, #E1163C 0%, #BA154A 100%) repeat fixed 0 0 transparent;
  background: -webkit-linear-gradient(to right, #E1163C 0%, #BA154A 100%) repeat fixed 0 0 transparent;
  background: -o-linear-gradient(to right, #E1163C 0%, #BA154A 100%) repeat fixed 0 0 transparent;
  background: -moz-linear-gradient(to right, #E1163C 0%, #BA154A 100%) repeat fixed 0 0 transparent;
  background: -ms-linear-gradient(to right, #E1163C 0%, #BA154A 100%) repeat fixed 0 0 transparent;
  background: -webkit-linear-gradient(left, #E1163C 0%, #BA154A 100%) repeat fixed 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1163C', endColorstr='#BA154A',GradientType=0 ); }

.content-wrap .progress-modal, .tile-container .intro-modal, .container .top-right .savings-tracker, .tile-grid.slick-slider .slick-arrow .arrow, .flights-container .gradient-wrap {
  background-image: linear-gradient(90deg, #F10036 0%, #B70050 100%); }

.content-wrap .progress-modal, .tile-container .intro-modal {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  font-size: 22px;
  max-width: 570px;
  height: 340px;
  padding: 65px 35px;
  top: 50%;
  left: 50%;
  margin-left: -285px;
  margin-top: -170px;
  position: absolute;
  z-index: 999999999; }
  .content-wrap .progress-modal .closer-x, .tile-container .intro-modal .closer-x {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px 16px; }
    @media (max-width: 570px) {
      .content-wrap .progress-modal .closer-x, .tile-container .intro-modal .closer-x {
        padding: 8px; } }
  @media (min-width: 570px) and (max-width: 1166px) {
    .content-wrap .progress-modal, .tile-container .intro-modal {
      height: 290px;
      padding: 22px 35px;
      margin-top: -145px; } }
  @media (max-width: 570px) {
    .content-wrap .progress-modal, .tile-container .intro-modal {
      width: 100%;
      max-width: 95%;
      left: 2.5%;
      right: 0;
      font-size: 12px;
      height: auto;
      padding: 20px;
      top: 50%;
      margin: -75px 0 0 0; } }
  .content-wrap .progress-modal p, .tile-container .intro-modal p {
    color: #fff; }

.container, .tile-grid, .flights-container, footer .inner-wrap, .terms {
  margin: 0 auto;
  max-width: 1166px; }
  @media (max-width: 1166px) {
    .container, .tile-grid, .flights-container, footer .inner-wrap, .terms {
      box-sizing: border-box;
      padding: 0 30px;
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 640px) {
    .container, .tile-grid, .flights-container, footer .inner-wrap, .terms {
      margin: 0;
      padding: 0 !important; } }

.top-brand .right, .intro .desc h3 {
  font-size: 32px;
  font-family: "Gotham", sans-serif;
  font-weight: 100;
  letter-spacing: -3px; }
  .top-brand .right img, .intro .desc h3 img {
    top: -14px;
    position: relative;
    right: 12px;
    width: 35px; }
    @media (max-width: 640px) {
      .top-brand .right img, .intro .desc h3 img {
        right: 5px;
        max-width: 20px; } }
  @media (max-width: 1166px) {
    .top-brand .right, .intro .desc h3 {
      font-size: 26px; } }
  @media (max-width: 640px) {
    .top-brand .right, .intro .desc h3 {
      font-size: 18px;
      letter-spacing: -1.75px; } }

.terms h1 {
  font-family: "Gotham Extra", sans-serif;
  font-size: 110px;
  font-weight: 100; }
  @media (max-width: 1166px) {
    .terms h1 {
      font-size: 80px; } }
  @media (max-width: 640px) {
    .terms h1 {
      font-size: 50px; } }

.container .top-right .savings-tracker h1, .intro .desc h1 {
  font-family: "Gotham", sans-serif;
  font-size: 60px;
  font-weight: 300; }
  @media (max-width: 1166px) {
    .container .top-right .savings-tracker h1, .intro .desc h1 {
      font-size: 32px; } }
  @media (max-width: 640px) {
    .container .top-right .savings-tracker h1, .intro .desc h1 {
      font-size: 24px; } }

.top-brand .left, .intro .desc h2 {
  font-family: "Gotham", sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase; }
  @media (max-width: 1166px) {
    .top-brand .left, .intro .desc h2 {
      font-size: 32px; } }
  @media (max-width: 640px) {
    .top-brand .left, .intro .desc h2 {
      font-size: 24px; } }

.container .top-right .savings-tracker h3, .savings-container .savings-info .description,
.savings-container .savings-info .was-box div:first-child,
.savings-container .savings-info .now-box div:first-child, .savings-container .was-box div:first-child,
.savings-container .now-box div:first-child, .flights-container .left-section .header, .terms .inner-wrap h3 {
  font-family: "Gotham", sans-serif;
  font-size: 18px; }
  @media (min-width: 640px) and (max-width: 1166px) {
    .container .top-right .savings-tracker h3, .savings-container .savings-info .description,
    .savings-container .savings-info .was-box div:first-child,
    .savings-container .savings-info .now-box div:first-child, .savings-container .was-box div:first-child,
    .savings-container .now-box div:first-child, .flights-container .left-section .header, .terms .inner-wrap h3 {
      font-size: 14px; } }

p, input[type="text"], input[type="password"], .flights-container .left-section .search {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 26px; }
  @media (max-width: 1166px) {
    p, input[type="text"], input[type="password"], .flights-container .left-section .search {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 640px) {
    p, input[type="text"], input[type="password"], .flights-container .left-section .search {
      font-size: 14px;
      line-height: 18px; } }

.flights-container .explore, .cta {
  font-family: "Gotham Book", sans-serif;
  font-size: 30px; }
  @media (max-width: 1166px) {
    .flights-container .explore, .cta {
      font-size: 16px; } }
  @media (max-width: 640px) {
    .flights-container .explore, .cta {
      font-size: 22px; } }

.flights-container .mobile-footer span, footer .inner-wrap p {
  color: #fff;
  font-family: "Gotham Book", sans-serif;
  font-size: 11px; }

.container .details-section:after, .container .top-right:after, .container .top-right .savings-tracker:after, .row:after, .tile-grid:after, .savings-container:after, .flights-container:after, .flights-container .gradient-wrap:after, .main-search.explore-flights:after {
  content: "";
  display: table;
  clear: both; }

.top-brand {
  padding: 25px 0 20px 0; }
  @media (max-width: 640px) {
    .top-brand {
      padding-bottom: 10px; } }
  @media (max-width: 325px) {
    .top-brand {
      padding: 30px 0 0 0; }
      .top-brand .left {
        font-size: 12px; }
      .top-brand .right {
        font-size: 16px;
        top: -2px;
        position: relative; }
        .top-brand .right img {
          max-width: 14px;
          top: -10px; } }
  .top-brand .left, .top-brand .right {
    color: #fff; }
  .top-brand .left {
    cursor: pointer;
    font-size: 20px; }
    @media (max-width: 640px) {
      .top-brand .left {
        font-size: 16px;
        margin: 0 20px; } }
  @media (max-width: 640px) {
    .top-brand .right {
      margin-right: 20px; } }

@media (min-width: 640px) and (max-width: 1166px) {
  .container .top-left {
    width: 68%; }
  .container .top-right {
    width: 32%; }
    .container .top-right .savings-tracker h1 {
      font-size: 45px; }
    .container .top-right .savings-tracker h3 {
      font-size: 18px; } }
@media (max-width: 640px) {
  .container .top-left, .container .top-right {
    width: 100% !important; }
  .container .top-left .desc {
    box-sizing: border-box;
    padding: 40px 30px;
    max-width: 100%;
    width: 100%; }
    .container .top-left .desc h3 {
      margin: 0; }
  .container div.top-right {
    margin-bottom: 35px; }
    .container div.top-right .savings-tracker {
      max-width: 56%;
      margin: 8px auto 5px auto;
      height: auto;
      padding: 23px 0 12px 0; }
      .container div.top-right .savings-tracker h1 {
        font-size: 48px; } }
.container .top-left {
  float: left;
  width: 72%;
  overflow: hidden; }
.container .details-section {
  padding-bottom: 45px; }
  @media (min-width: 640px) and (max-width: 1166px) {
    .container .details-section {
      padding-bottom: 30px; } }
  @media (max-width: 640px) {
    .container .details-section {
      padding-top: 10px;
      padding-bottom: 15px; } }
.container .top-right {
  position: relative;
  float: left;
  width: 28%; }
  .container .top-right .savings-tracker {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    padding: 44px 0 30px 0;
    text-align: center; }
    @media (max-width: 1166px) {
      .container .top-right .savings-tracker {
        padding: 20px 0; } }
    @media (max-width: 1166px) {
      .container .top-right .savings-tracker {
        right: 30px; } }
    @media (max-width: 640px) {
      .container .top-right .savings-tracker {
        position: relative;
        right: 0px !important; } }
    .container .top-right .savings-tracker h1 {
      margin-top: 0;
      margin-bottom: 0; }
      @media (min-width: 640px) and (max-width: 1166px) {
        .container .top-right .savings-tracker h1 {
          font-size: 45px; } }
    .container .top-right .savings-tracker h3 {
      margin: 0; }

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

.left {
  float: left; }

.right {
  float: right; }

.tile-grid {
  border: 3px solid white;
  box-sizing: border-box;
  min-height: 140px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start; }
  @media (min-width: 640px) and (max-width: 1166px) {
    .tile-grid {
      padding: 0;
      width: calc(100% - 60px); } }
  @media (max-width: 640px) {
    .tile-grid .mobile-slide {
      display: none; }
      .tile-grid .mobile-slide:first-child {
        display: block; }
      .tile-grid .mobile-slide:last-child {
        display: none; } }
  @media (max-width: 640px) {
    .tile-grid {
      width: 100%; } }
  .tile-grid.slick-slider {
    background: white; }
    .tile-grid.slick-slider .arrow-container {
      position: absolute;
      height: 100%;
      top: 0;
      width: 45px;
      margin-top: 0;
      z-index: 999; }
      .tile-grid.slick-slider .arrow-container.right {
        right: 0; }
      .tile-grid.slick-slider .arrow-container.left {
        left: 0; }
    .tile-grid.slick-slider .slick-arrow .arrow {
      opacity: 0;
      cursor: pointer;
      border-radius: 50%;
      width: 26px;
      height: 26px;
      position: absolute;
      top: 50%;
      margin-top: -13px; }
      .tile-grid.slick-slider .slick-arrow .arrow:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background-size: 11px;
        background-repeat: no-repeat;
        background-position: 8px 5px; }
    .tile-grid.slick-slider .prev-arrow {
      left: 10px; }
      .tile-grid.slick-slider .prev-arrow:before {
        background-image: url("images/rarrow.svg");
        background-position: 8px 6px;
        transform: rotate(180deg); }
    .tile-grid.slick-slider .next-arrow {
      right: 10px; }
      .tile-grid.slick-slider .next-arrow:before {
        background-image: url("images/rarrow.svg");
        background-position: 5px;
        background-position: 9px 6px; }

.content-wrap {
  position: relative; }
  @media (max-width: 640px) {
    .content-wrap .progress-modal p:not(.cta) {
      padding: 0; } }
  .content-wrap .progress-modal .explore-text {
    text-align: right; }
    @media (min-width: 640px) {
      .content-wrap .progress-modal .explore-text {
        padding-right: 40px; } }

.tile-container {
  position: relative; }
  .tile-container .no-click {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2; }
  .tile-container .intro-modal p:not(.cta) {
    margin-bottom: 0;
    padding-bottom: 20px; }
  .tile-container .intro-modal .cta.text-right {
    margin: 0; }
  @media (min-width: 1166px) {
    .tile-container .intro-modal {
      height: 370px;
      margin-top: -180px; } }
  @media (max-width: 570px) {
    .tile-container .intro-modal {
      margin: -100px 0 0 0; } }
  @media (max-height: 600px) {
    .tile-container .intro-modal p {
      margin: 0; } }
  @media (max-width: 640px) {
    .tile-container .intro-modal p.text-right {
      margin-top: 10px; } }

.intro .desc {
  color: #fff;
  float: left;
  max-width: 730px; }
  .intro .desc h1 {
    margin: 0; }
  .intro .desc h2 {
    margin: 0; }
  .intro .desc h3 {
    text-align: right;
    margin-right: -34px;
    margin-top: 25px;
    margin-bottom: 3px; }
    @media (min-width: 640px) and (max-width: 1166px) {
      .intro .desc h3 {
        letter-spacing: -2.5px; } }
    @media (max-width: 640px) {
      .intro .desc h3 {
        letter-spacing: -1.75px; } }
.intro .total-savings {
  background: #BCBCBC;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  float: right;
  text-align: center;
  width: 330px; }

@media (max-width: 640px) {
  .savings-container {
    height: auto; } }
.savings-container .savings-info {
  color: #fff;
  padding-top: 30px;
  float: left;
  width: 63%; }
  .savings-container .savings-info .description {
    min-height: 66px; }
    @media (min-width: 700) and (max-width: 1166px) {
      .savings-container .savings-info .description {
        min-height: 50px; } }
  @media (max-width: 640px) {
    .savings-container .savings-info .was-box div:first-child,
    .savings-container .savings-info .now-box div:first-child {
      font-size: 16px;
      padding: 2px 0 1px 0; } }
  @media (min-width: 640px) and (max-width: 1166px) {
    .savings-container .savings-info {
      padding-top: 20px; } }
  @media (max-width: 640px) {
    .savings-container .savings-info {
      width: 100%;
      padding: 0;
      text-align: center;
      padding: 10px 20px;
      box-sizing: border-box;
      margin: 10px 0; } }
@media (min-width: 640px) and (max-width: 1166px) {
  .savings-container .was-box {
    margin-left: 0 !important; }
  .savings-container .now-box {
    margin-right: 0 !important; } }
.savings-container .was-box,
.savings-container .now-box {
  float: left;
  width: 210px;
  margin-right: 30px; }
  @media (max-width: 1166px) {
    .savings-container .was-box,
    .savings-container .now-box {
      float: left;
      width: 40%;
      margin: 0 5%; } }
  @media (min-width: 640px) and (max-width: 1166px) {
    .savings-container .was-box,
    .savings-container .now-box {
      float: left;
      width: 35%;
      margin: 0 7.5%; } }
  @media (min-width: 640px) and (max-width: 1166px) {
    .savings-container .was-box,
    .savings-container .now-box {
      margin-bottom: 20px; } }
  .savings-container .was-box div:first-child,
  .savings-container .now-box div:first-child {
    background: rgba(188, 188, 188, 0.6);
    padding: 4px 0 3px 0;
    text-align: center;
    margin-top: 30px; }
    @media (min-width: 640px) and (max-width: 1166px) {
      .savings-container .was-box div:first-child,
      .savings-container .now-box div:first-child {
        margin-top: 0; } }
    @media (max-width: 640px) {
      .savings-container .was-box div:first-child,
      .savings-container .now-box div:first-child {
        margin-top: 25px; } }
    @media (max-width: 325px) {
      .savings-container .was-box div:first-child,
      .savings-container .now-box div:first-child {
        margin-top: 20px !important; } }
  .savings-container .was-box div:last-child,
  .savings-container .now-box div:last-child {
    margin-top: 5px;
    text-align: center; }
.savings-container > .row {
  position: absolute; }
.savings-container .img-container {
  background: rgba(106, 0, 111, 0.15);
  background-image: radial-gradient(50% 110%, rgba(255, 255, 255, 0) 50%, rgba(36, 16, 65, 0.14) 100%);
  float: left;
  margin-right: 30px;
  max-width: 210px;
  max-height: 210px;
  width: 37%; }
  @media (max-width: 1166px) {
    .savings-container .img-container {
      margin-right: 20px;
      max-width: 110px; } }
  @media (max-width: 640px) {
    .savings-container .img-container {
      display: none; } }
.savings-container img {
  width: 100%; }

.tile {
  cursor: pointer;
  float: left;
  width: 10%;
  background: #FFFFFF;
  background-image: radial-gradient(50% 118%, #FFFFFF 50%, #F2F2F2 100%);
  border: 0 solid #E7E7E7;
  box-shadow: inset 0 0 50px 0 rgba(221, 221, 221, 0.7); }
  @media (max-width: 640px) {
    .tile {
      width: 33.3333%; } }
  .tile.active {
    background: url("images/tile.jpg");
    background-size: 100% auto;
    box-shadow: none; }
  .tile img {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0; }
    .tile img.hover, .tile img.animated, .tile img.hero {
      display: none; }

.flights-container {
  margin-bottom: 70px;
  margin-top: 40px; }
  .flights-container .gradient-wrap {
    padding: 30px 40px 40px 40px;
    box-sizing: border-box; }
    @media (min-width: 640px) {
      .flights-container .gradient-wrap {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        border-radius: 5px; } }
    @media (max-width: 640px) {
      .flights-container .gradient-wrap {
        padding: 20px; } }
    @media (min-width: 640px) and (max-width: 1166px) {
      .flights-container .gradient-wrap {
        padding: 30px 20px 40px 20px; } }
  .flights-container .mobile-footer {
    display: none; }
  @media (max-width: 350px) {
    .flights-container div.explore {
      font-size: 14px !important; } }
  @media (max-width: 640px) {
    .flights-container {
      margin: 0;
      padding: 10px 20px; }
      .flights-container .mobile-footer {
        display: block;
        float: left; }
        .flights-container .mobile-footer .social-links {
          float: left;
          width: 100%;
          margin-bottom: -7px; }
          .flights-container .mobile-footer .social-links a {
            cursor: pointer; }
          .flights-container .mobile-footer .social-links img {
            max-height: 16px;
            margin-right: 20px; }
      .flights-container .header, .flights-container .search {
        display: none; }
      .flights-container div.left-section {
        width: 55%; }
      .flights-container div.explore {
        font-size: 17px;
        line-height: 45px;
        width: 45%;
        top: 0;
        text-align: right; } }
  .flights-container .left-section {
    float: left;
    width: 72%; }
    .flights-container .left-section .header {
      margin-bottom: 35px; }
    @media (min-width: 640px) and (max-width: 1166px) {
      .flights-container .left-section div.search {
        font-size: 1em; }
        .flights-container .left-section div.search input {
          max-width: 150px;
          height: 28px;
          margin: 0 16px; } }
    .flights-container .left-section .header, .flights-container .left-section .search {
      color: #fff; }
    .flights-container .left-section .search input {
      color: black;
      border: 0;
      border-radius: 3px;
      max-width: 310px;
      height: 39px;
      margin: 0 35px;
      outline: 0;
      border-radius: 2px; }
  .flights-container .explore {
    cursor: pointer;
    color: #fff;
    float: left;
    width: 28%;
    position: relative;
    top: 40px; }
    @media (min-width: 640px) and (max-width: 1166px) {
      .flights-container .explore {
        font-size: 17px;
        float: right;
        width: 23%; } }

@media (max-width: 640px) {
  .main-page footer {
    display: none !important; } }

@media (max-width: 1166px) {
  .terms {
    padding: 0 !important; } }
.terms footer .inner-wrap {
  padding: 0; }

footer {
  float: left;
  width: 100%; }
  footer .inner-wrap {
    padding-bottom: 40px; }
    footer .inner-wrap a {
      margin-right: 42px; }
      footer .inner-wrap a:first-child {
        margin-right: 50px; }
    footer .inner-wrap p {
      cursor: pointer; }

.slick-slide {
  outline: none !important;
  overflow-y: hidden; }

.mobile-slide {
  display: flex !important;
  flex-wrap: wrap; }

.meter {
  height: 20px;
  /* Can be anything */
  position: absolute;
  margin: 0;
  /* Just for demo spacing */
  background: #5a4c66;
  width: calc(100% - 6px);
  border: 3px solid #fff;
  bottom: -20px;
  overflow: hidden; }
  @media (max-width: 640px) {
    .meter {
      width: calc(56% - 6px);
      left: 22%; } }
  .meter > div {
    position: absolute;
    top: 0;
    height: 20px;
    width: 2px;
    background: white;
    z-index: 99999; }
    .meter > div.active:before {
      transition: background-color 0.5s ease; }
    .meter > div:before {
      background: #464646;
      border-radius: 50%;
      content: '';
      border: 2px solid white;
      height: 10px;
      width: 10px;
      position: absolute;
      top: 3px;
      right: -6px; }

.meter > span {
  display: block;
  height: 100%;
  background: #bcbcbc;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out; }

.meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  overflow: hidden; }

.animate > span:after {
  display: none; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a); }

.red > span {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323); }

.nostripes > span > span, .nostripes > span:after {
  -webkit-animation: none;
  background-image: none; }

.toc-page {
  display: none; }

.terms p {
  font-size: 12px;
  line-height: 16px; }
.terms h1 {
  margin-bottom: 30px; }
.terms .inner-wrap {
  color: #fff; }
  @media (max-width: 640px) {
    .terms .inner-wrap {
      padding: 30px 20px 0 20px; } }
  .terms .inner-wrap > footer {
    margin: 140px 0 40px 0; }
  .terms .inner-wrap h3 {
    margin-top: 50px;
    margin-bottom: 10px; }

.terms-page {
  cursor: pointer;
  padding: 10px 0; }

.bottom-line {
  display: none; }
  .bottom-line h1 {
    font-weight: 100;
    font-size: 5em;
    margin-bottom: 0; }
    @media (max-width: 640px) {
      .bottom-line h1 {
        margin: 0;
        font-size: 3em; } }
  @media (max-width: 640px) {
    .bottom-line footer {
      margin-top: 30px; }
    .bottom-line .flights-container {
      padding: 0 20px !important;
      margin-top: 20px; }
    .bottom-line .flights-container .left-section {
      width: 100%; }
      .bottom-line .flights-container .left-section .mobile-footer {
        display: none; }
      .bottom-line .flights-container .left-section .search {
        display: block; }
        .bottom-line .flights-container .left-section .search input {
          margin: 15px 0;
          width: 100%;
          max-width: initial; }
    .bottom-line .flights-container .explore {
      width: 100%;
      margin-top: 15px;
      text-align: right; } }
  .bottom-line .top-brand {
    padding-bottom: 50px; }
  @media (min-width: 640px) and (max-width: 1166px) {
    .bottom-line .flights-container .gradient-wrap {
      padding: 30px 20px; } }
  .bottom-line .flights-container .explore {
    top: 0; }
  @media (max-width: 640px) {
    .bottom-line .inner-wrap {
      padding: 70px 20px 0 20px; } }

.cta {
  cursor: pointer;
  padding: 0; }

.search input {
  padding: 0 10px; }

.ghost-bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.main-content-area {
  z-index: 30;
  position: relative; }

.ghost-bg {
  z-index: 31; }

.details {
  z-index: 32; }

.sticky .container .details-section {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1166px;
  margin: 0 auto;
  z-index: 99; }
  .sticky .container .details-section:before {
    border-bottom: 3px solid white;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (max-width: 1166px) {
    .sticky .container .details-section {
      width: calc(100% - 60px); } }

/*# sourceMappingURL=style.css.map */