﻿


@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }

    100% {
        background-position: 800px 0
    }
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #fff;
    background: linear-gradient(to right, #eeeeee 8%, #ccc 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 70px;
    position: relative;
}

.static-background {
    background-color: #f6f7f8;
    background-size: 800px 104px;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
}

.shared-dom {
    width: 800px;
    height: 110px;
}

.sub-rect {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    float: left;
    margin: 20px 20px 20px 0;
}

.pure-background {
    background-color: #eee;
}

.css-dom:empty {
    width: 280px;
    height: 220px;
    border-radius: 6px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-image: radial-gradient(circle 16px, lightgray 99%, transparent 0), linear-gradient(lightgray, lightgray), linear-gradient(lightgray, lightgray), linear-gradient(lightgray, lightgray), linear-gradient(lightgray, lightgray), linear-gradient(#fff, #fff);
    background-size: 32px 32px, 200px 32px, 180px 32px, 230px 16px, 100% 40px, 280px 100%;
    background-position: 24px 30px, 66px 30px, 24px 90px, 24px 142px, 0 180px, 0 0;
}



#background-wrap {
    bottom: 0;
    left: 0;
    padding-top: 50px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }

    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }

    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }

    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateCloud 35s linear infinite;
    -moz-animation: animateCloud 35s linear infinite;
    animation: animateCloud 35s linear infinite;
    opacity: 0.3 !important;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65);
}

.x2 {
    -webkit-animation: animateCloud 20s linear infinite;
    -moz-animation: animateCloud 20s linear infinite;
    animation: animateCloud 20s linear infinite;
    opacity: 0.3 !important;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x3 {
    -webkit-animation: animateCloud 30s linear infinite;
    -moz-animation: animateCloud 30s linear infinite;
    animation: animateCloud 30s linear infinite;
    opacity: 0.3 !important;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x4 {
    -webkit-animation: animateCloud 18s linear infinite;
    -moz-animation: animateCloud 18s linear infinite;
    animation: animateCloud 18s linear infinite;
    opacity: 0.3 !important;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x5 {
    -webkit-animation: animateCloud 25s linear infinite;
    -moz-animation: animateCloud 25s linear infinite;
    animation: animateCloud 25s linear infinite;
    opacity: 0.3 !important;
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    transform: scale(0.55);
}

/* OBJECTS */

.cloud {
    background: #fff;
    background: -moz-linear-gradient(top, #7ed3e6 5%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #7ed3e6), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fff 5%,#7ed3e6 100%);
    background: -o-linear-gradient(top, #fff 5%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fff 5%,#f1f1f1 100%);
    background: linear-gradient(top, #fff 5%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 120px;
    position: relative;
    width: 350px;
}

    .cloud:after, .cloud:before {
        background: #fff;
        content: '';
        position: absolute;
        z-indeX: -1;
    }

    .cloud:after {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        height: 100px;
        left: 50px;
        top: -50px;
        width: 100px;
    }

    .cloud:before {
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
        border-radius: 200px;
        width: 180px;
        height: 180px;
        right: 50px;
        top: -90px;
    }

.atol_icon {
    max-width: 90px;
}

@media screen and (max-width: 540px) {
    .atol_icon {
        max-width: 60px;
    }
}

.iata_icon {
    max-width: 90px;
}

@media screen and (max-width: 540px) {
    .iata_icon {
        max-width: 70px;
    }
}

.clia_icon {
    max-width: 90px;
}

@media screen and (max-width: 540px) {
    .clia_icon {
        max-width: 70px;
    }
}

.abta_icon {
    max-width: 90px;
}

@media screen and (max-width: 540px) {
    .abta_icon {
        max-width: 60px;
    }
}

.tva_icon {
    max-width: 90px;
}

@media screen and (max-width: 540px) {
    .tva_icon {
        max-width: 70px;
    }
}

.waiting-page {
    bottom: 0;
    background-color: #f5f5f5;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}

.waiting-page__container {
    width: 380px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .waiting-page__container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px
    }
}

.waiting-page__card {
    background-color: #fff;
    border-radius: 6px;
    text-align: center
}

.waiting-page__bottom-card,
.waiting-page__top-card {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background-color: #fff
}

.waiting-page__top-card {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    border-bottom: 1px dashed #e3e3e3;
    height: 85px;
    margin-top: 115px;
    overflow: visible
}

@media (min-width: 768px) {
    .waiting-page__top-card {
        height: 112px;
        margin-top: 118px
    }
}

.waiting-page__top-card::before {
    content: '';
    position: absolute;
    z-index: 2;
    padding: 0;
    top: calc(100% - 7.5px);
    left: calc(0% - 7.5px);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #9bdeef;
    box-shadow: inset -1px 0 1px rgba(0,0,0,0.12)
}

.waiting-page__top-card::after {
    content: '';
    position: absolute;
    z-index: 2;
    padding: 0;
    top: calc(100% - 7.5px);
    left: calc(100% - 7.5px);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #9bdeef;
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.12)
}

.waiting-page__image {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

.waiting-page__image--train {
    background-image: url("../images/waiting_pink_flight.svg")
}

.waiting-page__image--flight {
}

@media (min-width: 768px) {
    .waiting-page__image {
        width: 230px;
        height: 230px
    }
}

.waiting-page__bottom-card {
    padding: 16px 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1)
}

@media (min-width: 768px) {
    .waiting-page__bottom-card {
        padding: 24px
    }
}

.waiting-page__brand {
    min-height: 56px;
    padding: 24px 8px 16px 8px;
    text-align: center
}

.waiting-page__logo {
    background-image: url("");
    margin: 0
}

.waiting-page__bar {
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 0px
}

    .waiting-page__bar .lmn-progress-bar-30s {
        background-color: #e3e3e3;
        height: 10px;
        width: 100%;
        border-radius: 32px;
    }

        .waiting-page__bar .lmn-progress-bar-30s .lmn-progress-bar__line {
            animation-duration: 30s;
            animation-iteration-count: 1;
            animation-name: lmn-progress-bar-kfrm;
            animation-timing-function: cubic-bezier(0.2, 0.9, 0.1, 1);
            background-color: #f60;
            height: 10px;
            width: 98%;
            border-radius: 32px;
        }

            

            @keyframes lmn-progress-bar-kfrm {
                from {
                    width: 0
                }

                to {
                    width: 98%
                }
            }

            .waiting-page__summary--description {
    color: #080808;
    text-align: center
}

.waiting-page__summary--destination {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 16px
}

.waiting-page__summary--text-labels {
    color: gray;
    font-size: 14px
}

.waiting-page__summary--text-dates {
    color: gray;
    font-size: 14px;
    font-weight: 600
}

.waiting-page .waiting-page__advertising {
    margin: 0 auto;
    text-align: center;
    padding: 16px
}

.web2app-banner-container {
    position: sticky;
    top: 0;
    z-index: 990;
    background-color: #fff
}

.xselling-banner-view {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);
    background: #fff;
    font-weight: 300
}

.xselling-banner-view__container {
    padding: 0 8px
}

.xselling-banner-view__content {
    cursor: pointer;
    padding: 0 8px;
    width: 100%
}

@media (min-width: 768px) {
    .xselling-banner-view__content {
        display: table
    }
}

.xselling-banner-view__text-and-button {
    width: 100%
}

@media (max-width: 767px) {
    .xselling-banner-view__text-and-button {
        font-size: 14px
    }
}

.xselling-banner-view__image {
    display: table-cell;
    padding-right: 8px;
    vertical-align: middle
}

.xselling-banner-view__text {
    word-wrap: break-word;
    word-break: initial;
    word-break: break-word;
    display: table-cell;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0;
    padding-right: 8px;
    width: 100%;
    vertical-align: middle
}

/*Loading page css end*/
