@font-face {
    font-display: swap;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(/Content/fonts/icomoon/icomoon.eot);
    src: url(/Content/fonts/icomoon/icomoon.eot) format("embedded-opentype"),url(/Content/fonts/icomoon/icomoon.ttf) format("truetype"),url(/Content/fonts/icomoon/icomoon.woff) format("woff")
}

@keyframes slideLeft {
    0% {
        left: 0
    }

    to {
        left: -167px
    }
}

@keyframes hide {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    30% {
        transform: scale(1.02)
    }

    to {
        opacity: 0;
        transform: scale(.5)
    }
}

@keyframes show {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    70% {
        transform: scale(1.02)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes showFilter {
    0% {
        left: -100%;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes hideFilter {
    0% {
        left: 0;
        opacity: 1
    }

    to {
        left: -100%;
        opacity: 0
    }
}

@keyframes showMenu {
    0% {
        opacity: 0;
        right: -100%
    }

    to {
        opacity: 1;
        right: 0
    }
}

@keyframes hideMenu {
    0% {
        right: 0
    }

    to {
        right: -100%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes slide-slow-down {
    0% {
        transform: perspective(1px) scaleY(.1)
    }

    40% {
        transform: perspective(1px) scaleY(1.02)
    }

    60% {
        transform: perspective(1px) scaleY(.98)
    }

    80% {
        transform: perspective(1px) scaleY(1.01)
    }

    to {
        transform: perspective(1px) scaleY(1)
    }
}

@keyframes placeHolder {
    0% {
        background-position: -500px 0
    }

    to {
        background-position: 500px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolder;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative
}

.data-bar {
    animation: move .5s linear infinite;
    background-image: repeating-linear-gradient(-45deg,#44ade2,#44ade2 11px,#eee 0,#eee 20px);
    background-size: 28px 28px;
    border: 1px solid #d8dceb;
    border-radius: 3px;
    height: 8px
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 28px 0
    }
}

.rzslider {
    display: inline-block;
    height: 4px;
    margin: 35px 0 15px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 100%
}

    .rzslider.with-legend {
        margin-bottom: 40px
    }

    .rzslider[disabled] {
        cursor: not-allowed
    }

        .rzslider[disabled] .rz-pointer {
            background-color: #d8e0f3;
            cursor: not-allowed
        }

        .rzslider[disabled] .rz-draggable {
            cursor: not-allowed
        }

        .rzslider[disabled] .rz-selection {
            background: #8b91a2
        }

        .rzslider[disabled] .rz-tick {
            cursor: not-allowed
        }

            .rzslider[disabled] .rz-tick.rz-selected {
                background: #8b91a2
            }

    .rzslider span {
        display: inline-block;
        position: absolute;
        white-space: nowrap
    }

    .rzslider .rz-base {
        height: 100%;
        padding: 0;
        width: 100%
    }

    .rzslider .rz-bar-wrapper {
        box-sizing: border-box;
        height: 32px;
        left: 0;
        margin-top: -16px;
        padding-top: 16px;
        width: 100%;
        z-index: 1
    }

    .rzslider .rz-draggable {
        cursor: move
    }

    .rzslider .rz-bar {
        background: #d8e0f3;
        border-radius: 2px;
        height: 4px;
        left: 0;
        width: 100%;
        z-index: 1
    }

    .rzslider .rz-selection {
        background: #4BA3B4;
        border-radius: 2px;
        z-index: 2
    }

    .rzslider .rz-pointer {
        background-color: #4BA3B4;
        border-radius: 16px;
        cursor: pointer;
        height: 20px;
        outline: none;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        z-index: 3
    }

        .rzslider .rz-pointer:hover:after {
            background-color: #fff
        }

        .rzslider .rz-pointer.rz-active {
            z-index: 4
        }

            .rzslider .rz-pointer.rz-active:after {
                background-color: #451aff
            }

    .rzslider .rz-bubble {
        bottom: 16px;
        color: #55637d;
        cursor: default;
        padding: 1px 3px
    }

        .rzslider .rz-bubble.rz-limit {
            color: #55637d
        }

    .rzslider .rz-ticks {
        box-sizing: border-box;
        height: 0;
        left: 0;
        list-style: none;
        margin: 0;
        position: absolute;
        top: -3px;
        width: 100%;
        z-index: 1
    }

    .rzslider .rz-ticks-values-under .rz-tick-value {
        bottom: -32px;
        top: auto
    }

    .rzslider .rz-tick {
        background: #d8e0f3;
        border-radius: 50%;
        cursor: pointer;
        height: 10px;
        left: 0;
        margin-left: 11px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 10px
    }

        .rzslider .rz-tick.rz-selected {
            background: #0db9f0
        }

    .rzslider .rz-tick-value {
        top: -30px
    }

    .rzslider .rz-tick-legend, .rzslider .rz-tick-value {
        position: absolute;
        transform: translate(-50%)
    }

    .rzslider .rz-tick-legend {
        max-width: 50px;
        top: 24px;
        white-space: normal
    }

    .rzslider.rz-vertical {
        height: 100%;
        margin: 0 20px;
        padding: 0;
        position: relative;
        vertical-align: initial;
        width: 4px
    }

        .rzslider.rz-vertical .rz-base {
            height: 100%;
            padding: 0;
            width: 100%
        }

        .rzslider.rz-vertical .rz-bar-wrapper {
            height: 100%;
            left: 0;
            margin: 0 0 0 -16px;
            padding: 0 0 0 16px;
            top: auto;
            width: 32px
        }

        .rzslider.rz-vertical .rz-bar {
            bottom: 0;
            height: 100%;
            left: auto;
            width: 4px
        }

        .rzslider.rz-vertical .rz-pointer {
            bottom: 0;
            left: -14px !important;
            top: auto
        }

        .rzslider.rz-vertical .rz-bubble {
            bottom: 0;
            left: 16px !important;
            margin-left: 3px
        }

        .rzslider.rz-vertical .rz-ticks {
            height: 100%;
            left: -3px;
            top: 0;
            width: 0;
            z-index: 1
        }

        .rzslider.rz-vertical .rz-tick {
            margin-left: auto;
            margin-top: 11px;
            vertical-align: middle
        }

        .rzslider.rz-vertical .rz-tick-value {
            left: 24px;
            top: auto;
            transform: translateY(-28%)
        }

        .rzslider.rz-vertical .rz-tick-legend {
            max-width: none;
            right: 24px;
            top: auto;
            transform: translateY(-28%);
            white-space: nowrap
        }

        .rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
            bottom: auto;
            left: auto;
            right: 24px
        }

.filter-toggle {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 7px;
    width: 12px
}

.hr-time-tag {
    display: flex;
    font-size: .8125rem;
    gap: .3125rem;
    line-height: 1;
    padding-top: .625rem;
    text-align: center
}

    .hr-time-tag > button {
        background-color: #ebebeb;
        border: 1px solid #f4f5f6;
        border-radius: 16px;
        color: #263238;
        display: inline-block;
        flex: 1;
        padding: .5em
    }

        .hr-time-tag > button.current {
            border-color: #4BA3B4;
            color: #4BA3B4
        }

.search-info {
    padding: 15px 0
}

    .search-info.isActivated:before {
        content: normal
    }

    .search-info:before {
        background: #fff;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }

    .search-info.tour-search-info .search-summary .search-options ul li {
        width: auto
    }

.hotel-search-info .search-engine {
    background: none;
    display: block;
    margin: 0;
    padding: 0
}

.hotel-search-info .search-summary .search-options ul li {
    width: inherit
}

.search-results .selected-area {
    align-items: center;
    background: #fff;
    border: 2px solid #d2ebf7;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px
}

    .search-results .selected-area > * {
        padding: 0 15px
    }

    .search-results .selected-area .date-options {
        text-align: right
    }

        .search-results .selected-area .date-options .estimated-price {
            font-weight: 600;
            margin-top: 5px
        }

    .search-results .selected-area .search-button a {
        background: #ffb900;
        display: inline-block;
        padding: 17px 30px
    }

        .search-results .selected-area .search-button a .white {
            fill: #fff
        }

.search-results .search-body .results .result {
    animation: slide-slow-down 1s ease-out;
    backface-visibility: hidden;
    background-color: #fff;
    border-radius: .375rem;
    position: relative;
    transform-origin: 50% 0
}

    .search-results .search-body .results .result .selected-info {
        display: none
    }

    .search-results .search-body .results .result .price-content .old-price {
        font-size: .8125rem
    }

    .search-results .search-body .results .result .price-content .price {
        font-size: 1.25rem;
        font-weight: 700
    }

.search-results .search-body .results .fake-result {
    animation: slide-slow-down 1s ease-out;
    backface-visibility: hidden;
    background: #fff;
    height: 150px;
    margin: 1rem 0;
    padding: 15px;
    transform-origin: 50% 0
}

    .search-results .search-body .results .fake-result .airline {
        float: left;
        height: 120px;
        margin-right: 2%;
        width: 8%
    }

    .search-results .search-body .results .fake-result .info {
        float: left;
        height: 100px;
        margin-right: 2%;
        width: 68%
    }

        .search-results .search-body .results .fake-result .info .item-1, .search-results .search-body .results .fake-result .info .item-2 {
            display: block;
            height: 20px;
            width: 100%
        }

        .search-results .search-body .results .fake-result .info .item-2 {
            margin-top: 10px;
            width: 80%
        }

        .search-results .search-body .results .fake-result .info .item-3 {
            display: block;
            height: 60px;
            margin-top: 10px;
            width: 100%
        }

    .search-results .search-body .results .fake-result .price {
        float: left;
        height: 120px;
        width: 20%
    }

.search-results .search-body .results .flight-detail {
    border: 2px solid #ebebeb;
    border-top: 8px solid #ebebeb;
    margin: 0 18px 10px
}

    .search-results .search-body .results .flight-detail.ng-enter {
        animation: slide-slow-down 1s ease-out;
        backface-visibility: hidden;
        transform-origin: 50% 0
    }

    .search-results .search-body .results .flight-detail.ng-leave {
        animation: hide .5s
    }

    .search-results .search-body .results .flight-detail .flight-tab {
        border-bottom: 1px solid #ccc;
        display: block;
        padding: 10px 20px 0;
        position: relative
    }

        .search-results .search-body .results .flight-detail .flight-tab ul {
            margin-bottom: 0
        }

            .search-results .search-body .results .flight-detail .flight-tab ul li {
                display: inline-block;
                margin-right: 10px
            }

                .search-results .search-body .results .flight-detail .flight-tab ul li:last-child {
                    margin-right: 0
                }

                .search-results .search-body .results .flight-detail .flight-tab ul li a {
                    background: #ebebeb;
                    display: inline-block;
                    padding: 15px 30px;
                    position: relative
                }

                    .search-results .search-body .results .flight-detail .flight-tab ul li a.active {
                        background: none
                    }

        .search-results .search-body .results .flight-detail .flight-tab .close-detail {
            margin-top: -15px;
            position: absolute;
            right: 20px;
            top: 50%
        }

            .search-results .search-body .results .flight-detail .flight-tab .close-detail a {
                background: #daeff9;
                display: table;
                height: 30px;
                text-align: center;
                width: 30px
            }

                .search-results .search-body .results .flight-detail .flight-tab .close-detail a * {
                    display: table-cell;
                    margin: 0 auto;
                    vertical-align: middle
                }

    .search-results .search-body .results .flight-detail .flight-description > div {
        padding: 10px
    }

    .search-results .search-body .results .flight-detail .flight-description .departure {
        border-bottom: 2px solid #daeff9
    }

    .search-results .search-body .results .flight-detail .flight-description .header {
        border-bottom: 1px dashed #dbdcde;
        margin: 0;
        padding: 10px
    }

        .search-results .search-body .results .flight-detail .flight-description .header ul {
            display: table;
            width: 100%
        }

            .search-results .search-body .results .flight-detail .flight-description .header ul li {
                display: table-cell;
                vertical-align: middle
            }

                .search-results .search-body .results .flight-detail .flight-description .header ul li:last-child {
                    text-align: right
                }

                .search-results .search-body .results .flight-detail .flight-description .header ul li .flight-icon {
                    fill: #70747b
                }

                .search-results .search-body .results .flight-detail .flight-description .header ul li strong {
                    font-weight: 700
                }

                .search-results .search-body .results .flight-detail .flight-description .header ul li small {
                    color: #4c515a
                }

                .search-results .search-body .results .flight-detail .flight-description .header ul li span {
                    padding-left: 10px;
                    position: relative;
                    top: -4px
                }

                .search-results .search-body .results .flight-detail .flight-description .header ul li a {
                    border: 2px solid #0dcaf0;
                    display: inline-block;
                    padding: 9px 19px
                }

                    .search-results .search-body .results .flight-detail .flight-description .header ul li a:hover {
                        background: #0dcaf0;
                        color: #fff
                    }

    .search-results .search-body .results .flight-detail .flight-description .summary {
        display: table;
        padding: 20px 0 10px
    }

        .search-results .search-body .results .flight-detail .flight-description .summary > div {
            display: table-cell;
            vertical-align: middle
        }

        .search-results .search-body .results .flight-detail .flight-description .summary .airline-info {
            border-right: 1px solid #dbdcde;
            text-align: center;
            width: 12%
        }

            .search-results .search-body .results .flight-detail .flight-description .summary .airline-info .logo {
                margin: 0 auto 20px;
                width: 32px
            }

            .search-results .search-body .results .flight-detail .flight-description .summary .airline-info strong {
                display: block;
                font-weight: 700;
                margin-top: 3px
            }

        .search-results .search-body .results .flight-detail .flight-description .summary .flight-info {
            width: 88%
        }

            .search-results .search-body .results .flight-detail .flight-description .summary .flight-info > div {
                display: table-cell;
                vertical-align: middle
            }

            .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .from, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .to {
                padding: 0 10px;
                width: 30%
            }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .from strong, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .to strong {
                    margin-bottom: 10px;
                    position: relative
                }

                    .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .from strong i, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .to strong i {
                        font-style: normal;
                        position: absolute;
                        width: auto
                    }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .from *, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .to * {
                    display: inline-block;
                    width: 100%
                }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .from span, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .to span {
                    margin-bottom: 2px;
                    width: auto
                }

                    .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .from span.city, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .to span.city {
                        margin-bottom: 5px
                    }

            .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .bottom-info, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .flight-duration, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .top-info {
                width: 40%
            }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .bottom-info .small, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .flight-duration .small, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .top-info .small {
                    font-size: 12px
                }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .bottom-info em, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .flight-duration em, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .top-info em {
                    font-style: normal
                }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .bottom-info .warning, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .flight-duration .warning, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .top-info .warning {
                    color: #4BA3B4
                }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .bottom-info > div, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .flight-duration > div, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .top-info > div {
                    display: inline-block;
                    width: 100%
                }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .bottom-info ul li, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .flight-duration ul li, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .top-info ul li {
                    display: inline-block
                }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .bottom-info i, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .flight-duration i, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .top-info i {
                    display: inline-block;
                    padding: 10px 0
                }

                .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .bottom-info strong, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .flight-duration strong, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .top-info strong {
                    font-weight: 700
                }

            .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .bottom-info, .search-results .search-body .results .flight-detail .flight-description .summary .flight-info .top-info {
                color: #3d4148;
                font-size: 12px
            }

    .search-results .search-body .results .flight-detail .flight-description .transfer-info {
        background: #fef7f4;
        display: table;
        margin: 10px 0 0;
        table-layout: fixed;
        width: 100%
    }

        .search-results .search-body .results .flight-detail .flight-description .transfer-info > div {
            display: table-cell;
            vertical-align: middle
        }

            .search-results .search-body .results .flight-detail .flight-description .transfer-info > div:first-child {
                width: 7%
            }

            .search-results .search-body .results .flight-detail .flight-description .transfer-info > div:last-child {
                padding-left: 10px
            }

        .search-results .search-body .results .flight-detail .flight-description .transfer-info span {
            background: #fcded5;
            display: inline-block;
            margin-right: 10px;
            padding: 5px 10px;
            text-align: center
        }

            .search-results .search-body .results .flight-detail .flight-description .transfer-info span i {
                font-style: normal
            }

        .search-results .search-body .results .flight-detail .flight-description .transfer-info ul {
            padding: 5px 10px
        }

    .search-results .search-body .results .flight-detail .flight-description .operating-info {
        margin-left: 10px;
        padding: 10px 0;
        text-align: left
    }

    .search-results .search-body .results .flight-detail .flight-luggage, .search-results .search-body .results .flight-detail .flight-summary {
        margin: 0;
        padding: 10px;
        width: 100%
    }

        .search-results .search-body .results .flight-detail .flight-luggage .header, .search-results .search-body .results .flight-detail .flight-summary .header {
            border-bottom: 1px dashed #dbdcde;
            margin: 0
        }

            .search-results .search-body .results .flight-detail .flight-luggage .header ul li, .search-results .search-body .results .flight-detail .flight-summary .header ul li {
                color: #4c515a;
                display: inline-block;
                margin-right: 10px
            }

                .search-results .search-body .results .flight-detail .flight-luggage .header ul li strong, .search-results .search-body .results .flight-detail .flight-summary .header ul li strong {
                    color: #4c515a;
                    font-weight: 700
                }

                .search-results .search-body .results .flight-detail .flight-luggage .header ul li:last-child, .search-results .search-body .results .flight-detail .flight-summary .header ul li:last-child {
                    margin-right: 0;
                    width: 80%
                }

                .search-results .search-body .results .flight-detail .flight-luggage .header ul li .flight-icon, .search-results .search-body .results .flight-detail .flight-summary .header ul li .flight-icon {
                    fill: #70747b
                }

                .search-results .search-body .results .flight-detail .flight-luggage .header ul li i, .search-results .search-body .results .flight-detail .flight-summary .header ul li i {
                    position: relative;
                    top: 2px
                }

        .search-results .search-body .results .flight-detail .flight-luggage .body, .search-results .search-body .results .flight-detail .flight-summary .body {
            margin-top: 10px
        }

            .search-results .search-body .results .flight-detail .flight-luggage .body table, .search-results .search-body .results .flight-detail .flight-summary .body table {
                line-height: 1.35;
                width: 100%
            }

                .search-results .search-body .results .flight-detail .flight-luggage .body table thead, .search-results .search-body .results .flight-detail .flight-summary .body table thead {
                    background-color: #ededee
                }

                .search-results .search-body .results .flight-detail .flight-luggage .body table td, .search-results .search-body .results .flight-detail .flight-luggage .body table th, .search-results .search-body .results .flight-detail .flight-summary .body table td, .search-results .search-body .results .flight-detail .flight-summary .body table th {
                    font-weight: 400;
                    padding: 10px 15px
                }

            .search-results .search-body .results .flight-detail .flight-luggage .body ul li, .search-results .search-body .results .flight-detail .flight-summary .body ul li {
                display: table;
                padding: 5px 15px;
                table-layout: fixed;
                width: 100%
            }

                .search-results .search-body .results .flight-detail .flight-luggage .body ul li > div, .search-results .search-body .results .flight-detail .flight-summary .body ul li > div {
                    display: table-cell
                }

                .search-results .search-body .results .flight-detail .flight-luggage .body ul li.parent, .search-results .search-body .results .flight-detail .flight-summary .body ul li.parent {
                    background: #ededee;
                    color: #0f1012;
                    margin-bottom: 5px;
                    padding: 10px 15px
                }

                    .search-results .search-body .results .flight-detail .flight-luggage .body ul li.parent span, .search-results .search-body .results .flight-detail .flight-summary .body ul li.parent span {
                        color: #3d4148;
                        display: block;
                        font-size: 12px;
                        margin-top: 5px
                    }

                .search-results .search-body .results .flight-detail .flight-luggage .body ul li.strong, .search-results .search-body .results .flight-detail .flight-summary .body ul li.strong {
                    color: #0f1012
                }

    .search-results .search-body .results .flight-detail.domestic {
        border-top-width: 0;
        margin: 0
    }

        .search-results .search-body .results .flight-detail.domestic .flight-tab {
            padding: 5px 10px 0
        }

            .search-results .search-body .results .flight-detail.domestic .flight-tab ul li {
                margin-right: 5px
            }

                .search-results .search-body .results .flight-detail.domestic .flight-tab ul li a {
                    font-size: 12px;
                    padding: 15px
                }

        .search-results .search-body .results .flight-detail.domestic .flight-description > div {
            padding: 0 10px
        }

        .search-results .search-body .results .flight-detail.domestic .flight-description .header {
            padding: 10px 0
        }

            .search-results .search-body .results .flight-detail.domestic .flight-description .header ul li {
                font-size: 12px
            }

                .search-results .search-body .results .flight-detail.domestic .flight-description .header ul li span {
                    display: block;
                    padding: 2px 0 0;
                    top: 0
                }

                .search-results .search-body .results .flight-detail.domestic .flight-description .header ul li a {
                    font-size: 13px;
                    padding: 5px
                }

        .search-results .search-body .results .flight-detail.domestic .flight-description .summary {
            padding: 10px 0;
            width: 100%
        }

            .search-results .search-body .results .flight-detail.domestic .flight-description .summary > div {
                display: inline-block
            }

            .search-results .search-body .results .flight-detail.domestic .flight-description .summary .airline-info {
                border: none;
                width: 25%
            }

                .search-results .search-body .results .flight-detail.domestic .flight-description .summary .airline-info > div {
                    display: inline-block !important;
                    vertical-align: middle
                }

                .search-results .search-body .results .flight-detail.domestic .flight-description .summary .airline-info .brand {
                    width: 100%
                }

            .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info {
                width: 74%
            }

                .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info > div {
                    display: table;
                    padding: 5px 0 !important;
                    table-layout: fixed;
                    text-align: center;
                    width: 100%
                }

                .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info .main-info > div {
                    display: table-cell;
                    vertical-align: middle
                }

                .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info .from, .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info .to {
                    text-align: center !important
                }

                    .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info .from span, .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info .to span {
                        color: #3d4148;
                        font-weight: 400;
                        width: 100%
                    }

                .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info .flight-duration {
                    font-size: 11px
                }

                    .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info .flight-duration ul li {
                        line-height: 16px
                    }

                    .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info .flight-duration i {
                        display: none !important
                    }

                        .search-results .search-body .results .flight-detail.domestic .flight-description .summary .flight-info .flight-duration i.domestic {
                            display: inline-block !important;
                            width: 100%
                        }

        .search-results .search-body .results .flight-detail.domestic .flight-luggage .body .row > div, .search-results .search-body .results .flight-detail.domestic .flight-summary .body .row > div {
            margin-bottom: 15px;
            width: 100% !important
        }

        .search-results .search-body .results .flight-detail.domestic .flight-summary {
            margin: 0
        }

.search-results .search-body .results .show-all a {
    background: #f5fbfe;
    display: table;
    margin: 0 auto;
    padding: 10px
}

    .search-results .search-body .results .show-all a:hover {
        background: #daeff9
    }

    .search-results .search-body .results .show-all a > * {
        display: table-cell;
        vertical-align: middle
    }

    .search-results .search-body .results .show-all a i {
        background: #b4def3;
        height: 30px;
        text-align: center;
        width: 30px
    }

    .search-results .search-body .results .show-all a span {
        padding-left: 15px
    }

.search-results .selected-filters.ng-enter {
    animation: show .3s
}

.search-results .selected-filters.ng-leave {
    animation: hide .3s
}

.btn-next-day, .btn-prev-day {
    align-items: center;
    background-color: initial;
    border: 0;
    color: #fff;
    display: flex;
    padding: 0
}

    .btn-next-day svg, .btn-prev-day svg {
        fill: currentColor
    }

.btn-changedates {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 4px;
    position: absolute;
    top: 50%
}

    .btn-changedates.prev {
        left: 5px
    }

    .btn-changedates.next {
        right: 5px
    }

.partial-loader {
    background: #fff;
    opacity: .6;
    position: absolute;
    z-index: 10
}

.partial-loader, .transfer-items .hour select, .transfer-search-info .search-engine-detail .transfer-items .hour select {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.hotel-map .hotel-name {
    font-weight: 700;
    margin-bottom: 5px
}

.hotel-map .hotel-name, .hotel-map ul {
    display: inline-block;
    width: 100%
}

    .hotel-map ul li span {
        color: #557726;
        font-weight: 600
    }

.map-result {
    background: #fff;
    box-shadow: -10px 10px 2px 0 #0003;
    margin-left: 20px;
    margin-top: 20px;
    position: absolute;
    width: 260px;
    z-index: 1
}

    .map-result .close-result {
        background: #000c;
        padding: 4px 8px;
        position: absolute;
        right: 5px;
        top: 5px
    }

    .map-result .hotel-name {
        margin-bottom: 10px
    }

    .map-result .info-container {
        padding: 10px
    }

        .map-result .info-container .address {
            margin-bottom: 14px;
            margin-left: 19px
        }

            .map-result .info-container .address i {
                float: left;
                margin-left: -19px
            }

                .map-result .info-container .address i svg {
                    fill: #8fceee
                }

            .map-result .info-container .address p {
                color: #3d4148;
                font-size: 14px;
                font-weight: 400
            }

            .map-result .info-container .address a {
                color: #296888;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 5px;
                -webkit-text-decoration: underline !important;
                text-decoration: underline !important
            }

        .map-result .info-container .room-option {
            color: #3d4148;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 14px;
            margin-left: 19px
        }

            .map-result .info-container .room-option i {
                float: left;
                margin-left: -19px
            }

                .map-result .info-container .room-option i svg {
                    fill: #8fceee
                }

        .map-result .info-container .facilities {
            margin-bottom: 14px;
            padding: 0 10px
        }

            .map-result .info-container .facilities ul li {
                padding: 2px
            }

                .map-result .info-container .facilities ul li i {
                    float: left;
                    margin-right: 4px
                }

                .map-result .info-container .facilities ul li .travel-icon-circle {
                    fill: #dbdcde
                }

                .map-result .info-container .facilities ul li svg {
                    fill: #70747b
                }

                .map-result .info-container .facilities ul li span {
                    color: #3d4148;
                    float: left;
                    font-size: 14px;
                    font-weight: 400
                }

        .map-result .info-container .opportunity {
            color: #70747b;
            display: block;
            float: left;
            font-size: 12px;
            font-weight: 400;
            width: 100%
        }

    .map-result ul {
        display: inline-block;
        vertical-align: middle
    }

        .map-result ul li {
            padding: 0;
            vertical-align: middle
        }

            .map-result ul li svg {
                display: inline-block;
                vertical-align: middle
            }

            .map-result ul li.star.half svg {
                fill: #fee3a1
            }

            .map-result ul li.star svg {
                fill: #fdb913
            }

            .map-result ul li.trip-advisor-icon {
                margin-left: 12px;
                margin-right: 10px
            }

                .map-result ul li.trip-advisor-icon .cls-1 {
                    fill: #a51e2d
                }

                .map-result ul li.trip-advisor-icon .cls-2 {
                    fill: #01a64f
                }

                .map-result ul li.trip-advisor-icon .cls-3 {
                    fill: #231f20
                }

                .map-result ul li.trip-advisor-icon .cls-4 {
                    fill: none
                }

                .map-result ul li.trip-advisor-icon .cls-5 {
                    fill: #fdda7f
                }

            .map-result ul li.statics {
                color: #3d4148;
                font-size: 14px;
                font-weight: 400
            }

                .map-result ul li.statics span {
                    display: inline-block;
                    font-size: 24px;
                    vertical-align: middle
                }

    .map-result .bottom-content {
        display: table;
        margin-top: 15px;
        width: 100%
    }

        .map-result .bottom-content > div {
            display: table-cell;
            vertical-align: middle
        }

    .map-result .detail-link {
        text-align: right
    }

.car-item .period {
    display: inline-block
}

.car-item .car-options span, .car-item .car-options svg {
    display: inline-block;
    vertical-align: middle
}

.car-item .car-options svg {
    fill: #4BA3B4
}

.car-item .car-options .travel-icon-circle {
    fill: #fff
}

.hotel-price-detail {
    animation: pricedetail-hover-action .25s ease-out;
    background-color: #fff;
    border-radius: 4px;
    bottom: 110%;
    box-shadow: 0 1rem 3rem rgba(38,50,56,.175);
    display: none;
    font-size: .875rem;
    left: 0;
    min-width: 220px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

    .hotel-price-detail:after {
        border-left: 5px solid #0000;
        border-right: 5px solid #0000;
        border-top: 7px solid #fcf8e3;
        bottom: -5px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 45%;
        width: 0
    }

.hotel-price-detail-wrapper {
    position: relative
}

    .hotel-price-detail-wrapper:hover .hotel-price-detail {
        display: block;
        opacity: 1
    }

.htp-total-section {
    border-top: 1px solid #afafaf;
    margin: .375rem 0
}

@keyframes pricedetail-hover-action {
    0% {
        bottom: 180%;
        opacity: 0
    }

    to {
        bottom: 110%;
        opacity: 1
    }
}

.label-container {
    left: 5px;
    position: absolute;
    top: 10px;
    z-index: 1
}

    .label-container .all-inclusive-label {
        background: #4BA3B4;
        border-radius: 1rem;
        color: #fff;
        font-weight: 400;
        line-height: 1;
        padding: .375rem
    }

.filter-quick-access {
    border-top: 1px solid #ebebeb
}

    .filter-quick-access svg {
        fill: #e60000;
        stroke: #e60000
    }

    .filter-quick-access > div {
        position: relative
    }

        .filter-quick-access > div:after {
            background-color: #ebebeb;
            content: "";
            height: 75%;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translatey(-50%);
            width: 1px
        }

        .filter-quick-access > div:last-child:after {
            display: none
        }

    .filter-quick-access button {
        align-items: center;
        background-color: #fff;
        border: 0;
        display: flex;
        height: 3.5rem;
        justify-content: center
    }

        .filter-quick-access button span {
            padding: 0 .3125rem
        }

.price-content {
    line-height: 1
}

    .price-content .period {
        color: #999;
        font-size: .75rem
    }

.search-result-item {
    background-color: #fff;
    border: 1px solid var(--ld-border-color);
    border-radius: .375rem;
    font-size: .875rem
}

    .search-result-item .inner {
        border: 2px solid #0000;
        padding: 1rem
    }

    .search-result-item .selected-header {
        background-color: #48a478;
        border: 1px solid #48a478;
        border-top-left-radius: .375rem;
        border-top-right-radius: .375rem;
        color: #fff;
        display: none;
        font-size: 1rem;
        font-weight: 700;
        justify-content: center;
        line-height: 1.4;
        padding: .25rem
    }

    .search-result-item.selected .selected-header {
        display: flex
    }

.btn-search-select {
    font-size: .875rem
}

    .btn-search-select.selected {
        background-color: #4BA3B4;
        border-color: #4BA3B4;
        box-shadow: none
    }

    .btn-search-select:active:focus {
        box-shadow: none
    }

.search-main-title {
    font-size: 1rem;
    font-weight: 400;
    margin: 0
}

.search-baggage-short {
    padding-left: .3125rem
}

.search-times {
    font-size: 1.25rem
}

.search-time-indicator {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: .625rem;
    width: 100%
}

    .search-time-indicator .indicator-round {
        border: 1px solid;
        border-color: inherit;
        border-radius: 50%;
        height: .5rem;
        width: .5rem
    }

    .search-time-indicator .indicator-line {
        align-items: center;
        border-top: 1px solid;
        border-color: inherit;
        display: flex;
        flex: 1;
        height: 1px;
        justify-content: center
    }

.search-price {
    font-size: 1.125rem;
    font-weight: 600
}

.search-price-section {
    background-color: #fff;
    border-radius: .375rem;
    bottom: 0;
    box-shadow: 0 .5rem 1rem #26323826;
    left: 0;
    right: 0;
    z-index: 11
}

.search-price-section-total-price {
    font-size: 1.25rem;
    font-weight: 700
}

.search-prices-onview {
    line-height: 1
}

.btn-search-total-price {
    background-color: initial;
    border: 0;
    margin-left: 1rem;
    padding: 0
}

    .btn-search-total-price svg {
        transform: rotate(180deg);
        transition: transform .2s ease-in-out
    }

    .btn-search-total-price.collapsed svg {
        transform: rotate(0deg)
    }

.transfer-detail-section {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #e60000;
    margin: 1rem 0;
    padding: .5rem 0
}

.package-selection-wrapper {
    border: 2px solid #dfe0e4;
    border-radius: .375rem
}

    .package-selection-wrapper ul {
        margin-bottom: 0
    }

    .package-selection-wrapper.selected-package {
        background: #FFF5F1;
        border-color: #4BA3B4
    }

.package-name, .package-prices {
    font-size: 1.125rem
}

.package-prices {
    font-weight: 700
}

.dropdown-chevron-icon:after {
    border-bottom: 1px solid;
    border-left: 0;
    border-right: 1px solid;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: .255em;
    transform: rotate(45deg) translateY(-6px);
    vertical-align: 0;
    width: 10px
}

.seleceted-seats-wrapper {
    position: relative
}

    .seleceted-seats-wrapper .female {
        color: #f7adad
    }

        .seleceted-seats-wrapper .female .seat-icon-svg-g {
            stroke: #fce0e0
        }

    .seleceted-seats-wrapper .male {
        color: #99dfea
    }

        .seleceted-seats-wrapper .male .seat-icon-svg-g {
            stroke: #d6f2f7
        }

    .seleceted-seats-wrapper .seat-icon-svg-g {
        fill: currentColor
    }

.selected-seat-number {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding-left: .5rem;
    padding-top: .125rem;
    position: absolute;
    right: 0;
    top: 0
}

.selected-seat-icon {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width:1200px) {
    .selected-seat-icon {
        font-size: 2.25rem
    }
}

.selected-seat-icon svg {
    transform: rotate(.5turn)
}
