
@font-face {
    font-family: 'sf_ui_textregular';
    src: url('font/sf-ui-text-regular-webfont.woff2') format('woff2'), url('font/sf-ui-text-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

button:focus {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: sf_ui_textregular,"Arial","微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif,Calibri;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}



body {
    -webkit-font-smoothing: antialiased;
    background: url(img/body-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    color: #645853;
}

.wrapper {
    overflow: hidden;
    width: 1024px;
    height: 768px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}



.page-header {
    overflow: hidden;
    padding: 20px 30px;
    padding-bottom: 17px;
}

    .page-header .header-left {
        float: left;
    }

        .page-header .header-left img {
            display: block;
        }

    .page-header .header-right {
        display: block;
        overflow: hidden;
        text-align: right;
        float: right;
    }

    .page-header .header-right {
        overflow: hidden;
        position: relative;
    }



        .page-header .header-right span {
            float: left;
            margin-left: 20px;
            display: block;
            background: rgba(82,82,82,0.45);
            padding: 5px;
            text-align: center;
            min-width: 118px;
            box-sizing: border-box;
            border-radius: 10px;
            position: relative;
            color: #fff;
        }

            .page-header .header-right span.active {
                background: #04bde5;
            }

            .page-header .header-right span:after {
                content: "";
                position: absolute;
                left: -20px;
                width: 20px;
                top: 16px;
                height: 2px;
                background: rgba(40,62,35,0.25);
            }

            .page-header .header-right span:first-child:after {
                display: none;
            }


            .page-header .header-right span i {
                display: inline-block;
                height: 23px;
                width: 23px;
                margin-right: 9px;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-position: center;
            }

                .page-header .header-right span i.user {
                    background-image: url(img/user.png);
                }

                .page-header .header-right span i.checkin {
                    background-image: url(img/checkin.png);
                }

                .page-header .header-right span i.seat {
                    background-image: url(img/seat.png);
                }

                .page-header .header-right span i.print {
                    background-image: url(img/print.png);
                }

.main {
    overflow: hidden;
    background: url(img/map-bg.png) no-repeat center 120px;
}

.map {
    background: none;
}

.page-title {
    overflow: hidden;
    color: #fff;
    margin: 10px 30px;
    margin-top: 0;
    text-shadow: 0 1px #2f2f2f;
    white-space: nowrap;
    min-height: 5em;
}

    .page-title h1 {
        text-transform: uppercase;
        font-size: 40px;
        letter-spacing: 2px;
        font-weight: normal;
    }

    .page-title.smaller h1 {
        font-size: 30px;
        letter-spacing: 0px;
    }

    .page-title .left {
        margin-right: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .page-title .right {
        display: inline-block;
        vertical-align: middle;
    }

    .page-title .left i {
        height: 80px;
        width: 80px;
        display: block;
        background-size: 100% 100%;
    }

        .page-title .left i.user-large {
            background: url(img/user-large.png) no-repeat center;
        }

        .page-title .left i.check-in {
            background: url(img/check-in.png) no-repeat center;
        }

        .page-title .left i.print {
            background: url(img/print-title.png) no-repeat center;
        }

        .page-title .left i.seat {
            background: url(img/seat-title.png) no-repeat center;
        }


    .page-title p {
        font-size: 18px;
    }


.content {
    margin-left: 30px;
    border-radius: 10px 0 0 10px;
    height: 514px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
}

    .content.flexable {
        height: auto;
    }

    .content.black-transparent {
        background: rgba(37,37,37,.45);
    }

    .content.white-transparent {
        background: rgba(255,255,255,.5);
    }

        .content.white-transparent.darker {
            background: rgba(255,255,255,.8);
        }

.content-intro {
    padding: 20px;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    min-height: 4.5em;
}

    .content-intro.flexable {
        min-height: 0;
        padding-bottom: 0;
    }

    .content-intro p {
        line-height: 25px;
        font-size: 22px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }

        .content-intro p span {
            color: #ff6d01;
            font-size: 22px;
        }



.content.white-transparent .content-intro p {
    color: #000000;
}

.action-container {
    overflow: hidden;
    padding: 22px 30px;
    color: #fff;
}

    .action-container .left {
        float: left;
    }

    .action-container .right {
        float: right;
    }

        .action-container .left button, .action-container .right button {
            background: rgba(37,37,37,.5);
            display: inline-block;
            line-height: 27px;
            box-sizing: border-box;
            padding: 12px;
            margin-right: 20px;
            border-radius: 3px;
            border: 0;
            color: #fff;
            min-width: 130px;
        }

            .action-container .left button span, .action-container .right button span {
                font-size: 20px;
                text-transform: uppercase;
                vertical-align: middle;
                color: inherit;
            }

            .action-container .left button i {
                display: inline-block;
                height: 27px;
                width: 27px;
                background-repeat: no-repeat;
                background-position: center;
                margin-right: 16px;
                vertical-align: middle;
            }

                .action-container .left button i.close {
                    background-image: url(img/close.png);
                }

                .action-container .left button i.back {
                    background-image: url(img/back.png);
                }

            .action-container .left button:active {
                background: rgb(77,77,77);
            }

        .action-container .right button {
            margin: 0;
            margin-left: 20px;
            text-transform: uppercase;
            -webkit-border-radius: 6px;
            color: #645853;
            border: 0;
            border-radius: 6px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
            box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
            background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
            background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
            box-shadow: 0 1px 1px rgba(0,0,0,.85);
        }

            .action-container .right button:active {
                color: #fff;
                margin: 0;
                margin-left: 20px;
                text-transform: uppercase;
                -webkit-border-radius: 6px;
                border-radius: 6px;
                background-color: #fff;
                -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
                box-shadow: 0 1px 1px rgba(0,0,0,.85);
                background-image: -webkit-linear-gradient(bottom, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
                background-image: linear-gradient(to top, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
            }

h2.location-title {
    color: #fff;
    padding: 0 20px;
    margin: 0 20px;
    background: url(img/location-icon.png) left center no-repeat;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
}

.select-buttons {
    padding: 15px 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 3.5em;
}

    .select-buttons button {
        border: none;
        color: #645853;
        text-shadow: 0 -1px #fff;
        padding: 0 29px;
        margin: 12px;
        min-height: 90px;
        width: 272px;
        box-sizing: border-box;
        text-align: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        font-family: Arial;
        cursor: pointer;
        text-transform: uppercase;
    }

        .select-buttons button span {
            display: block;
            vertical-align: middle;
            text-transform: uppercase;
            font-size: 18px;
        }

        .select-buttons button strong {
            font-size: 25px;
        }

        .select-buttons button:active {
            color: #fff;
            text-shadow: 0px -1px #3c2f26;
            background-image: -webkit-linear-gradient(bottom, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
            background-image: linear-gradient(to top, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
        }

.white-transparent .select-buttons button:active {
    background: #0296c2;
}

.select-buttons.state {
    margin: 0;
}

    .select-buttons.state button {
        width: 212px;
    }

.select-buttons.carrier button {
    background: #fff;
    padding: 1em;
    border: 4px solid transparent;
}

    .select-buttons.carrier button img {
        margin: 0.5em 0;
    }

    .select-buttons.carrier button:active {
        background: #fff;
        box-shadow: inset;
        border: 4px solid #0296c2;
        color: inherit;
        text-shadow: none;
    }

.select-buttons.carrier span {
    font-weight: bold;
}

.select-destination {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(img/map-bg2.png) no-repeat center;
}

    .select-destination button {
        position: absolute;
        display: inline-block;
        padding: 0 20px;
        margin: 0;
        font-size: 18px;
        line-height: 50px;
        min-height: 0;
        width: auto;
        border: none;
        color: #645853;
        text-shadow: 0 -1px #fff;
        box-sizing: border-box;
        text-align: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        font-family: Arial;
        cursor: pointer;
        text-transform: uppercase;
    }

        .select-destination button:active {
            color: #fff;
            text-shadow: 0px -1px #3c2f26;
            background-image: -webkit-linear-gradient(bottom, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
            background-image: linear-gradient(to top, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
        }

        .select-destination button.a {
            left: 55px;
            top: 170px;
        }

        .select-destination button.b {
            left: 425px;
            top: 170px;
        }

        .select-destination button.c {
            left: 700px;
            top: 175px;
        }

        .select-destination button.d {
            left: 55px;
            top: 235px;
        }

        .select-destination button.e {
            left: 380px;
            top: 235px;
        }

        .select-destination button.f {
            left: 170px;
            top: 300px;
        }

        .select-destination button.g {
            left: 425px;
            top: 300px;
        }

        .select-destination button.h {
            left: 425px;
            top: 365px;
        }

.identify-yourself {
    margin-right: 0;
    padding: 12px;
    padding-top: 28px;
}

    .identify-yourself button {
        background: #fff;
        margin: 8px;
        text-align: left;
        width: 300px;
        box-sizing: border-box;
        position: relative;
        height: 213px;
    }

        .identify-yourself button strong {
            position: absolute;
            font-size: 24px;
            left: 0;
            right: 0;
            top: 0;
            padding: 17px 15px;
            font-weight: normal;
            line-height: 28px;
            display: -webkit-inline-box;
            display: inline-flex;
            justify-content: center;
        }

        .identify-yourself button i {
            display: block;
            height: 155px;
            width: 255px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-position: bottom center;
            margin: 0 auto;
        }

            .identify-yourself button i.barcode-icon {
                background-image: url(img/icons/a.png);
            }


            .identify-yourself button i.frequent-flyer-icon {
                background-image: url(img/icons/b.png);
            }



        .identify-yourself button:active {
            background: #fff !important;
            color: #645853;
            text-shadow: none;
            box-shadow: 0 0 0 4px #0296c2;
            -webkit-box-shadow: 0 0 0 4px #0296c2;
        }

.select-figure button {
    min-height: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

    .select-figure button > * {
        margin: 0 auto;
    }

    .select-figure button strong {
        line-height: 107px;
        text-align: center;
        font-size: 60px;
        font-weight: normal;
    }



.message-box {
    height: 305px;
    width: 800px;
    margin: 20px auto;
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

    .message-box .left {
        margin-right: 100px;
    }

    .message-box .right {
        flex: 1;
    }

        .message-box .right h2 {
            font-size: 45px;
            margin-bottom: 30px;
            text-transform: uppercase;
            font-weight: normal;
        }

    .message-box.error h2 {
        color: #f95675;
    }

    .message-box .right h3 {
        font-size: 26px;
        color: #645853;
        margin-bottom: 15px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .message-box .right p {
        font-size: 20px;
        color: #645853;
    }

    .message-box.ask p {
        color: #1092d5;
        font-size: 40px;
    }

.dangerous-goods {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    padding: 10px;
}

.left-right.flexable .left.w575 {
    width: 575px;
}

.left-right.flexable .right.w400 {
    width: 400px;
    padding-right: 10px;
}

.dangerous-goods .item {
    width: 260px;
    height: 80px;
    box-sizing: border-box;
    margin: 5px 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
}

    .dangerous-goods .item .left {
        margin-right: 16px;
        min-width: 68px;
    }

        .dangerous-goods .item .left img {
            display: block;
            vertical-align: top;
            margin-top: 6px;
        }

    .dangerous-goods .item .right {
        font-size: 15px;
        color: #28454f;
        line-height: 20px;
    }

        .dangerous-goods .item .right p {
            height: 80px;
            display: table-cell;
            vertical-align: middle;
        }


.notes {
    margin: 0 40px;
    margin-right: 20px;
}

    .notes li {
        line-height: 20px;
        font-size: 15px;
    }

ol.notes li {
    list-style: decimal;
}

.white-box {
    background: #f8f8f8;
    border-radius: 5px;
    margin-right: 1em;
}

    .white-box.full-height {
        height: 100%;
    }

.left-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
}

    .left-right .left, .left-right .right {
        width: 49%;
    }

    .left-right.flexable .left,
    .left-right.flexable .right {
        width: auto;
    }

    .left-right.with-padding {
        padding: 50px 20px;
    }

.form {
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

    .form .row {
        overflow: hidden;
        margin-bottom: 1em;
    }

        .form .row:last-child {
            margin-bottom: 0;
        }

        .form .row label {
            display: block;
            margin-bottom: 15px;
            font-size: 20px;
            color: #645852;
        }

        .form .row .form-item > label {
            vertical-align: middle;
            font-size: 22px;
            font-weight: bold;
            color: #000000;
        }

            .form .row .form-item > label span {
                color: #ff6d01;
                font-size: 22px;
            }

        .form .row input {
            display: inline-block;
            width: 100%;
            box-sizing: border-box;
            padding: 6px 15px;
            font-size: 25px;
            color: #0296c2;
            border: 2px solid #bfbfbf;
            border-radius: 5px;
            vertical-align: middle;
        }

            .form .row input[type="button"] {
                width: auto;
                -webkit-border-radius: 8px;
                border-radius: 8px;
                background-color: #fff;
                -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
                box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
                background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
                background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
                -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
                box-shadow: 0 1px 1px rgba(0,0,0,.85);
                font-size: 21px;
                color: #645853;
                padding: 9px;
                box-sizing: border-box;
                min-width: 56px;
                border: none;
                margin: 3px;
                cursor: pointer;
                text-transform: uppercase;
            }

                .form .row input[type="button"]:active {
                    background-color: #fff;
                    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
                    box-shadow: 0 1px 1px rgba(0,0,0,.85);
                    background-image: -webkit-linear-gradient(bottom, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
                    background-image: linear-gradient(to top, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
                    color: #fff;
                }

            .form .row input.small {
                width: 24%;
            }

        .form .row img {
            margin-left: 3%;
            vertical-align: middle;
        }

.terms {
    background: #fff;
    border-radius: 10px;
    padding: 1em;
    margin: 0 1em;
    font-size: 16px;
}

    .terms ul {
        margin: 1rem;
    }

    .terms li {
        list-style: disc;
        margin-bottom: 0.46em;
    }

.seat-confirmation {
    margin: 1em;
    border-radius: 10px;
    background: #f8f8f8;
    overflow: hidden;
}

    .seat-confirmation table {
        border: 0;
        border-collapse: collapse;
        width: 100%;
    }

        .seat-confirmation table th {
            text-align: left;
            font-size: 16px;
            text-transform: uppercase;
            background: #f8f8f8;
            padding: 10px 20px;
        }

        .seat-confirmation table td {
            font-size: 20px;
            padding: 6px 20px;
            border-bottom: 1px solid #e7e7e7;
            background: #f8f8f8;
            white-space: nowrap;
        }

            .seat-confirmation table td:first-child {
                width: 430px;
            }

            .seat-confirmation table td span {
                color: #ff7200;
            }

            .seat-confirmation table td button {
                -webkit-border-radius: 5px;
                border-radius: 5px;
                background-color: #fff;
                -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
                box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
                background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
                background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
                color: #645853;
                padding: 5px 20px;
                box-sizing: border-box;
                max-width: 120px;
                border: none;
                cursor: pointer;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: bold;
                box-sizing: border-box;
                margin: 10px auto;
                display: block;
                line-height: 16px;
                white-space: normal;
            }

                .seat-confirmation table td button:active {
                    background: #1092d5;
                    color: #fff;
                }

            .seat-confirmation table th:nth-child(even),
            .seat-confirmation table td:nth-child(even) {
                background: #f0eeee;
            }

        .seat-confirmation table tr:last-child td {
            border-bottom: 0;
        }

.keyboard {
    overflow: hidden;
    background: #f7e9de;
    border-radius: 10px;
    padding: 15px;
}

    .keyboard.blue {
        background: #c0e9fe;
    }

    .keyboard.with-margin {
        margin: 0 20px;
        margin-top: 0;
    }

    .keyboard .row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row; /* works with row or column */
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .keyboard .row button {
            -webkit-border-radius: 8px;
            border-radius: 8px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
            box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
            background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
            background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
            box-shadow: 0 1px 1px rgba(0,0,0,.85);
            font-size: 29px;
            color: #645853;
            line-height: 26px;
            padding: 15px;
            box-sizing: border-box;
            min-width: 56px;
            border: none;
            margin: 5px;
            cursor: pointer;
            text-transform: uppercase;
        }

            .keyboard .row button:active {
                background-color: #fff;
                -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
                box-shadow: 0 1px 1px rgba(0,0,0,.85);
                background-image: -webkit-linear-gradient(bottom, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
                background-image: linear-gradient(to top, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
                color: #fff;
            }

        .keyboard .row.action button {
            text-transform: capitalize;
        }

    .keyboard.blue button {
        color: #0296c2;
    }

        .keyboard.blue button:active {
            background: #1092d5;
        }

.passenger-list {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin: 0 20px;
    margin-bottom: 0;
    box-sizing: border-box;
}

    .passenger-list li {
        padding: 5px 0;
        padding-left: 45px;
        margin-bottom: 22px;
        font-size: 20px;
        color: #28454f;
        background: url(img/bej-user.png) no-repeat left 10%;
    }

        .passenger-list li:last-child {
            margin-bottom: 0;
        }

.item-list {
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 1em;
    margin: 0 1em;
}

    .item-list table {
        border-collapse: collapse;
        border: 0;
        width: 100%;
    }

        .item-list table th, .item-list table td {
            padding: 10px 0;
            text-align: left;
            border-bottom: 1px solid #dedede;
        }

            .item-list table td:last-child {
                text-align: right;
            }

    .item-list th {
        font-size: 16px;
        color: #645853;
        text-transform: uppercase;
        font-weight: normal;
    }

    .item-list td {
        color: #28454f;
        font-size: 20px;
    }

    .item-list button {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        color: #645853;
        padding: 5px 20px;
        box-sizing: border-box;
        min-width: 120px;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        box-sizing: border-box;
    }

        .item-list button:active {
            background: #1092d5;
            color: #fff;
        }

.rel-wrap {
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.up-down {
    right: 0;
    bottom: 1.5em;
    top: 1.5em;
    height: 324px;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column; /* works with row or column */
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .up-down button {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
        box-shadow: 0 1px 1px rgba(0,0,0,.85);
        font-size: 29px;
        color: #645853;
        line-height: 26px;
        padding: 15px;
        box-sizing: border-box;
        min-width: 56px;
        border: none;
        margin: 5px;
        cursor: pointer;
        text-transform: uppercase;
    }

        .up-down button:last-child {
            bottom: 0.9em;
            top: auto;
        }

        .up-down button i {
            background-image: url(img/up-down.png);
            background-position: top center;
            background-repeat: no-repeat;
            height: 1em;
            width: 1em;
            display: block;
        }


            .up-down button i.down {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .up-down button:active {
            background: #1092d5;
        }

            .up-down button:active i {
                background-position: bottom center;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                .up-down button:active i.down {
                    transform: rotate(360deg);
                    -webkit-transform: rotate(360deg);
                }

.yes-no {
    text-align: center;
    padding: 1em;
}

    .yes-no p {
        text-align: left;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .yes-no button {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
        box-shadow: 0 1px 1px rgba(0,0,0,.85);
        font-size: 22px;
        color: #645853;
        padding: 10px;
        box-sizing: border-box;
        min-width: 100px;
        border: none;
        margin: 10px 15px;
        cursor: pointer;
        text-transform: uppercase;
    }

        .yes-no button:active {
            background-color: #fff;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
            box-shadow: 0 1px 1px rgba(0,0,0,.85);
            background-image: -webkit-linear-gradient(bottom, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
            background-image: linear-gradient(to top, #a38269 1%, #6c5645 3%, #937660 49%, #a08068 50%, #ad8a70);
            color: #fff;
        }

.address-box {
    padding: 1em;
    margin: 0 1em;
    background: #fff;
    border-radius: 10px;
}

    .address-box table {
        border: 0;
        border-collapse: collapse;
    }

        .address-box table th, .address-box table td {
            text-align: left;
            padding: 7px 10px;
            vertical-align: middle;
        }

        .address-box table th {
            font-size: 20px;
        }

        .address-box table td {
            font-size: 29px;
            color: #28454f;
        }

.row-cards {
    overflow: hidden;
    padding: 1em;
}

    .row-cards .item {
        background: #ffffff;
        margin-bottom: 20px;
        border-radius: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row; /* works with row or column */
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .row-cards .item .col {
            padding: 1.4em 1em;
            white-space: nowrap;
        }

            .row-cards .item .col strong {
                font-size: 16px;
                display: block;
            }

            .row-cards .item .col span {
                color: #0296c2;
                font-size: 27px;
            }

            .row-cards .item .col.normal-text span {
                font-size: 17px;
            }

            .row-cards .item .col button {
                -webkit-border-radius: 8px;
                border-radius: 8px;
                background-color: #fff;
                -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
                box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
                background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
                background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
                -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
                box-shadow: 0 1px 1px rgba(0,0,0,.85);
                font-size: 16px;
                color: #645853;
                padding: 10px 15px;
                box-sizing: border-box;
                border: none;
                margin: 15px 2px;
                cursor: pointer;
                text-transform: uppercase;
            }

                .row-cards .item .col button:active {
                    background: #1092d5;
                    color: #fff;
                }

.checkbox-list {
    overflow: hidden;
    padding: 0 1em;
}

    .checkbox-list .item {
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 26em;
        height: 5em;
        margin: 1em 1.5em;
        align-items: center;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row; /* works with row or column */
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
    }

    .checkbox-list.full .item {
        width: auto;
        float: none;
    }

    .checkbox-list .item input {
        position: absolute;
        height: 0;
        width: 0;
        opacity: 0;
        top: 0;
        left: 0;
    }

    .checkbox-list .item label {
        display: inline-block;
        padding: 1em;
        padding-left: 60px;
        background: url(img/checkbox-box.png) no-repeat left center;
        font-size: 20px;
        vertical-align: middle;
        position: relative;
        text-transform: uppercase;
    }

    .checkbox-list .item input:checked + label {
        color: #0296c2;
    }

        .checkbox-list .item input:checked + label:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 50px;
            background: url(img/check.png) no-repeat center;
        }



.print-list {
    overflow: hidden;
    padding: 2em 0;
    min-height: 15em;
}

    .print-list table {
        border: 0;
        border-collapse: collapse;
        margin: 1em auto;
        vertical-align: middle;
    }

        .print-list table td {
            font-size: 35px;
            padding: 10px 20px;
        }

        .print-list table th {
            color: #1092d5;
            font-size: 45px;
            padding: 10px 20px;
            font-weight: normal;
        }

            .print-list table th.big {
                font-size: 75px;
            }

.radio-list {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 10px 2em;
    margin: 0 1em;
}

    .radio-list .item {
        padding: 8px 0;
        border-bottom: 1px solid #dedede;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row; /* works with row or column */
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .radio-list .item:last-child {
            border-bottom: 0;
        }

        .radio-list .item > div {
            overflow: hidden;
        }

            .radio-list .item > div.left {
                width: 48%;
            }

            .radio-list .item > div.right {
                width: 52%;
            }

        .radio-list .item .radio-box {
            display: block;
            float: left;
            padding: 2px;
            box-sizing: border-box;
            width: 222px;
        }

            .radio-list .item .radio-box:first-child {
                margin-right: 12px;
            }

        .radio-list .item .left {
            font-size: 18px;
            margin-right: 10px;
        }

        .radio-list .item .right .radio-box input {
            position: absolute;
            height: 0;
            width: 0;
            opacity: 0;
            top: 0;
            left: 0;
        }

        .radio-list .item .right .radio-box label {
            background: #fff;
            padding: 5px 10px;
            padding-left: 40px;
            background: url(img/radio-box.png) no-repeat 10px center #fff;
            font-size: 15px;
            text-transform: uppercase;
            border-radius: 5px;
            box-shadow: 0 1px 1px 0 #333;
            cursor: pointer;
            width: 100%;
            line-height: 16px;
            box-sizing: border-box;
            min-height: 40px;
            position: relative;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row; /* works with row or column */
            flex-direction: row;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
        }
/*
        .radio-list .item .right .radio-box input:checked + label:after {
            content: "";
            position: absolute;
            background: url(img/radio.png) no-repeat center;
            height: 100%;
            width: 40px;
            top: 0;
            left: 0;
        }
            */
.loading {
    background: url(img/spin.gif) no-repeat center;
    padding: 1em;
    border-radius: 5px;
    height: 3em;
}



.boarding-info {
    background: #f8f8f8;
    margin: 1em;
    margin-top:0;
    margin-bottom: 0.7em;
    padding: 0.5em 1em;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row /* works with row or column */
    flex-direction: row;
}

    .boarding-info .left-side {
        padding-right: 0.5em;
        margin-right: 0.25em;
        color: #0296c2;
        font-size: 40px;
        font-weight: normal;
        border-right: 1px solid #645853;
    }

        .boarding-info .left-side strong {
            display: block;
            line-height: 68px;
        }

    .boarding-info .right-side {
        padding-left: 0.25em;
        margin-left: 0.25em;
    }

        .boarding-info .right-side .row {
            display: block;
        }

            .boarding-info .right-side .row strong {
                font-size: 18px;
                display: block;
            }

            .boarding-info .right-side .row span {
                font-size: 30px;
                color: #0296c2;
            }

.next-step {
    text-align: center;
    margin-bottom: 0.2em;
}

    .next-step span {
        padding: 3px 20px;
        background: #e7e7e7;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        font-size: 15px;
        width: 260px;
        box-sizing: border-box;
    }

        .next-step span:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            width: 0%;
            height: 0;
            border-style: solid;
            border-width: 7px 130px 0 130px;
            border-color: #e7e7e7 transparent transparent transparent;
        }

.bottom-tip {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1em;
}

    .bottom-tip > div {
        width: 250px;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 1em;
        height: 10.4em;
        font-size: 15px;
    }

        .bottom-tip > div:first-child {
            margin-right: 1%;
        }

        .bottom-tip > div.left-side {
            background: url(img/card-icon.png) no-repeat center 90% #fff;
        }

        .bottom-tip > div.right-side {
            background: url(img/counter-icon.png) no-repeat center 90% #fff;
        }

.dropcounter {
    background: url(img/right-bg.png) no-repeat center -8% #f8f8f8;
    width: 415px;
    height: 357px;
    box-sizing: border-box;
    margin: 1em;
    margin-top:0;
    border-radius: 10px;
    position: relative;
}

    .dropcounter span {
        position: absolute;
        color: #fff;
        background: #1092d5;
        border-radius: 5px;
        padding: 10px 5px;
        text-align: center;
        font-size: 14px;
        top: 22px;
        right: 30%;
        left: 30%;
    }

.seat-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .seat-wrapper .left {
        width: 273px;
        padding: 1em;
        box-sizing: border-box;
    }

        .seat-wrapper .left h2 {
            font-size: 20px;
            font-weight: normal;
        }

.seat-passengers {
    margin-bottom: 10px;
    padding: 3px 0;
}

    .seat-passengers h3 {
        font-size: 16px;
        font-weight: normal;
    }

    .seat-passengers ul li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 15px;
    }

        .seat-passengers ul li button {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row; /* works with row or column */
            flex-direction: row;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            border: 2px solid #bfbfbf;
            border-radius: 5px;
            padding: 7px 6px;
            box-sizing: border-box;
            text-align: left;
        }


            .seat-passengers ul li button strong {
                height: 35px;
                width: 35px;
                font-size: 25px;
                text-align: center;
                display: inline-block;
                border: 2px solid #000;
                margin-right: 10px;
                vertical-align: middle;
                position: relative;
                width: 35px;
                float: left;
            }

    .seat-passengers.able ul li button {
        background: #e2f8ff;
    }

    .seat-passengers ul li button span {
        width: 175px;
        float: left;
        position: relative;
    }

    .seat-passengers.able ul li button strong {
        border-color: #0296c2;
        color: #0296c2;
        background: #fff;
    }

    .seat-passengers.able ul li.active button strong {
        background: #04bde5;
        color: #fff;
        border-radius: 5px;
        border-color: #04bde5;
    }

    .seat-passengers.unable ul li button {
        background: #fff2f3;
    }

        .seat-passengers.unable ul li button strong {
            border-color: #f95675;
            color: #f95675;
        }

.seat-wrapper .right {
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .seat-wrapper .right .seats {
        overflow: hidden;
        width: 560px;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

        .seat-wrapper .right .seats .row {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row; /* works with row or column */
            flex-direction: row;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

            .seat-wrapper .right .seats .row .col {
                width: 36px;
                height: 36px;
                margin: 5px 4px;
            }

                .seat-wrapper .right .seats .row .col.thin {
                    width: 12px;
                    position: relative;
                }

                    .seat-wrapper .right .seats .row .col.thin span {
                        background: #d90517;
                        color: #fff;
                        /* Safari */
                        -webkit-transform: rotate(90deg);
                        text-transform: uppercase;
                        display: block;
                        width: 36px;
                        box-sizing: border-box;
                        font-size: 12px;
                        line-height: 14px;
                        -webkit-transform-origin: left top;
                        transform-origin: left top;
                        position: absolute;
                        left: 12px;
                        top: 0;
                        padding: 0 3px;
                    }

                .seat-wrapper .right .seats .row .col button {
                    background: #fff;
                    height: 100%;
                    width: 100%;
                    box-sizing: border-box;
                    display: block;
                    border: 2px solid #0296c2;
                    text-align: center;
                    line-height: 100%;
                    font-size: 25px;
                    vertical-align: middle;
                    cursor: pointer;
                    color: #0296c2;
                }

                .seat-wrapper .right .seats .row .col.seat-current button {
                    background: #04bde5;
                    color: #fff;
                    border-color: #04bde5;
                    border-radius: 4px;
                }

                .seat-wrapper .right .seats .row .col.seat-name span {
                    text-align: center;
                    vertical-align: middle;
                    font-size: 20px;
                }

                .seat-wrapper .right .seats .row .col.seat-no {
                    width: 20px;
                    text-align: center;
                    vertical-align: middle;
                    font-weight: bold;
                }

                    .seat-wrapper .right .seats .row .col.seat-no span {
                        vertical-align: middle;
                        line-height: 36px;
                        font-size: 12px;
                    }

                .seat-wrapper .right .seats .row .col.seat-unable span {
                    background: #fff;
                    height: 100%;
                    width: 100%;
                    display: block;
                    border: 2px solid #f95675;
                    text-align: center;
                    box-sizing: border-box;
                    line-height: 30px;
                    font-size: 25px;
                    color: #f95675;
                }

                .seat-wrapper .right .seats .row .col.seat-not-available {
                    background: #bfbfbf;
                }

                .seat-wrapper .right .seats .row .col.seat-wc span {
                    background: url(img/wc.png) no-repeat center #91d9f2;
                    height: 100%;
                    width: 100%;
                    display: block;
                    box-sizing: border-box;
                }

.seat-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 0;
    margin-top: 15px;
    border-top: 2px solid #bfbfbf;
}

    .seat-info .col {
        overflow: hidden;
        width: 107px;
    }

        .seat-info .col i {
            float: left;
            width: 10px;
            height: 10px;
            margin-right: 10px;
            display: block;
            margin-top: 4px;
        }

        .seat-info .col span {
            width: 78px;
            float: left;
            display: block;
            font-size: 12px;
        }

        .seat-info .col i.exit {
            background: #d90517;
        }

        .seat-info .col i.lavatory {
            background: #91d9f2;
        }

        .seat-info .col i.vacant {
            background: #fff;
            border: 2px solid #04bde5;
            height: 8px;
            width: 8px;
        }

        .seat-info .col i.unable {
            background: #fff;
            border: 2px solid #f95675;
            height: 8px;
            width: 8px;
        }

        .seat-info .col i.occupied {
            background: #bfbfbf;
        }

.side-view {
    width: 135px;
    height: 474px;
    background: url(img/seat-bg.png) no-repeat top center;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

    .side-view button {
        cursor: pointer;
        height: 40px;
        min-width: 75%;
        left: 15px;
        right: 15px;
        display: block;
        margin: 0 auto;
        border: none;
        border-radius: 6px;
        position: absolute;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        box-shadow: 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.75);
        background-image: -webkit-linear-gradient(bottom, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        background-image: linear-gradient(to top, #fff 1%, #e1e1e1 3%, #f8f8f8 49%, #fff 50%, #f2f2f2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.85);
        box-shadow: 0 1px 1px rgba(0,0,0,.85);
    }

        .side-view button.up {
            top: 40px;
        }

        .side-view button.down {
            bottom: 15px;
        }

        .side-view button:after {
            content: "";
            height: 100%;
            width: 100%;
            display: block;
        }

        .side-view button.up:after {
            background: url(img/side-up.png) no-repeat center;
        }

        .side-view button.down:after {
            background: url(img/side-down.png) no-repeat center;
        }

        .side-view button:active {
            background: #0296c2;
        }



.plane-container {
    overflow: hidden;
    position: relative;
    height: 330px;
    top: 85px;
}

    .plane-container .mask {
        position: absolute;
        left: 2px;
        right: 2px;
        box-sizing: border-box;
        background: #dcf9fc;
        z-index: 5;
    }

.side-seats {
    overflow: hidden;
    padding: 2px;
    position: relative;
    z-index: 10;
}

    .side-seats .row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row; /* works with row or column */
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .side-seats .row .col {
            margin: 2px 1px;
            width: 9px;
            height: 9px;
        }

            .side-seats .row .col.thin {
                width: 3px;
            }

            .side-seats .row .col.exit {
                background: #d90517;
            }

            .side-seats .row .col.seat-no {
                width: 3px;
            }

            .side-seats .row .col.seat-wc {
                background: #91d9f2;
            }

            .side-seats .row .col.seat-taken {
                background: #fff;
                border: 2px solid #0296c2;
                height: 5px;
                width: 5px;
            }

            .side-seats .row .col.seat-unable {
                background: #fff;
                border: 2px solid #f95675;
                height: 5px;
                width: 5px;
            }

            .side-seats .row .col.seat-not-available {
                background: #bfbfbf;
            }

            .side-seats .row .col.seat {
                background: #fff;
                border: 2px solid #0296c2;
                height: 5px;
                width: 5px;
            }
/*Animated*/
.print-recipe {
    background: url(img/printer.png) no-repeat center #fff;
    border-radius: 10px;
    height: 94%;
    margin: 1em;
    box-sizing: border-box;
    position: relative;
}

.recipe {
    position: absolute;
    height: 10px;
    background: url(img/recipe.png) no-repeat bottom center;
    top: 190px;
    left: 0;
    right: 0;
    animation: recipeanimation 2s ease-in-out infinite;
    -webkit-animation: recipeanimation 2s ease-in-out infinite;
}

.card-animation {
    background: url(img/card-bg2.png) no-repeat center #fff;
    height: 23.2em;
    margin: 0 20px;
    border-radius: 10px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .card-animation .card-top {
        position: absolute;
        background: url(img/card-bg.png) no-repeat center 7em;
        height: 100%;
        width: 100%;
        z-index: 20;
    }

.card-msg:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 30px solid #ab8d73;
    position: absolute;
    right: 10%;
    top: 100%;
}


.card {
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/card.png);
    left: 0;
    right: 0%;
    bottom: -40%;
    position: absolute;
}

    .card.cc {
        background-image: url(img/card1.png);
    }

.card-animation.step1 .card {
    animation: cardInsert 3s ease-in-out infinite;
    -webkit-animation: cardInsert 3s ease-in-out infinite;
    bottom: -100%;
    -webkit-transform: rotateX(45deg) scale(1);
    transform: rotateX(45deg) scale(1);
}

.card-animation.step2 .card {
    animation: cardInsert 3s ease-in-out infinite reverse;
    -webkit-animation: cardInsert 3s ease-in-out infinite reverse;
    bottom: -15%;
    transform: rotateX(75deg) scale(0.8);
    -webkit-transform: rotateX(75deg) scale(0.8);
}


.passport-scanner .action-msg, .card-msg {
    background: #ab8d73;
    padding: 0.5em 1em;
    border-radius: 0.3em;
    font-size: 23px;
    color: #fff;
    position: absolute;
    left: 5%;
    top: 40%;
    opacity: 0;
    text-align: center;
}


.card-msg {
    font-size: 18px;
    top: 1em;
    right: 1em;
    left: 1em;
    opacity: 1;
}

.passport-scanner {
    background-position: 80% center;
}

    .passport-scanner .action-msg:first-child {
        opacity: 1;
    }

    .passport-scanner .action-msg.part1 {
        animation: hide 0.1s ease-in 3.5s forwards;
        -webkit-animation: hide 0.1s ease-in-out 3.5s forwards;
    }

    .passport-scanner .action-msg.part2 {
        animation: show 0.1s ease-in 3.6s forwards, hide 0.1s ease-in 6.5s forwards;
        -webkit-animation: show 0.1s ease-in 3.6s forwards, hide 0.1s ease-in 6.5s forwards;
    }

    .passport-scanner .action-msg.part3 {
        animation: show 0.1s ease-in 6.5s forwards, hide 0.1s ease-in 11s forwards;
        -webkit-animation: show 0.1s ease-in 6.5s forwards, hide 0.1s ease-in 11s forwards;
    }

    .passport-scanner .action-msg.part4 {
        animation: show 0.1s ease-in 11s forwards;
        -webkit-animation: show 0.1s ease-in 11s forwards;
    }

    .passport-scanner .action-msg:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 30px solid #ab8d73;
        position: absolute;
        left: 100%;
        top: 50%;
    }

    .passport-scanner .action-msg:after {
        top: 30%;
    }

.passport-scanner, .barcode-scanner {
    background: url(img/passport-scanner.png) no-repeat 80% center #fff;
    min-height: 74%;
    margin: 0 20px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}



.passport {
    height: 332px;
    width: 254px;
    left: 50.6%;
    bottom: 10%;
    right: 0;
    position: absolute;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}


    .passport .flipper {
        position: relative;
        height: 332px;
        width: 254px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        animation: flipto180 2s linear 0s forwards;
        -webkit-animation: flipto180 2s linear 0s forwards;
    }

        .passport .flipper > div {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            -webkit-backface-visibility: hidden;
        }

        .passport .flipper .front {
            background: url(img/passport.png) no-repeat center;
            left: 19px;
        }

.chinese-passport .passport .flipper .front {
    background: url(img/passport_zh.png) no-repeat center;
}

.chinese-passport.original .passport .flipper .front {
    background: url(img/passport.png) no-repeat center;
}

.passport .flipper .back {
    background: url(img/passport-open.png) no-repeat center;
}

.chinese-passport .passport .flipper .back {
    background: url(img/passport-open_ch.png) no-repeat center;
}

.chinese-passport.original .passport .flipper .back {
    background: url(img/passport-open.png) no-repeat center;
}

.passport .flipper > div.single {
    background: url(img/id_zh.png) no-repeat center 30%;
    opacity: 0;
    animation: show 0.1s linear 5.2s forwards;
    -webkit-animation: show 0.1s linear 5.2s forwards;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

    .passport .flipper > div.single.us-ca {
        background-image: url(img/id_en.png);
        background-size: contain;
    }

    .passport .flipper > div.single.us-ca2 {
        background-image: url(img/id_en_2.png);
    }

.step2 .passport .flipper {
    animation: flipto180 2s linear 0s reverse infinite;
    -webkit-animation: flipto180 2s linear 0s reverse infinite;
    animation-iteration-count: 4;
    -webkit-animation-iteration-count: 4;
}


.step1 .front {
    animation: zindex 0.01s ease 1.01s infinite running;
    -webkit-animation: zindex 0.01s ease 1.01s infinite running;
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
}

.step1 .back {
    z-index: 2;
}

.step2 .front {
    animation: hide 0.1s linear 3.9s forwards;
    -webkit-animation: hide 0.1s linear 3.9s forwards;
    z-index: 2;
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
}

.step2 .back {
    animation: zindex 2s linear 0s infinite, hide 0.1s linear 3.9s forwards;
    -webkit-animation: zindex 2s linear 0s infinite, hide 0.1s linear 3.9s forwards;
}

.step1.chinese-passport .passport .flipper {
    animation: flipto180 2s linear 3s forwards;
    -webkit-animation: flipto180 2s linear 3s forwards;
}

    .step1.chinese-passport .passport .flipper > div.single {
        animation: show 0.01s linear 7s forwards;
        -webkit-animation: show 0.01s linear 7s forwards;
    }

    .step1.chinese-passport .passport .flipper .front {
        animation: zindex 0.01s linear 4s forwards, hide 0.01s linear 6s forwards;
        -webkit-animation: zindex 0.01s linear 4s forwards, hide 0.01s linear 6s forwards;
    }

    .step1.chinese-passport .passport .flipper .back {
        animation: hide 0.01s linear 5s forwards;
        -webkit-animation: hide 0.01s linear 5s forwards;
    }




.step2 .passport .flipper > div.single {
    animation: show 0.01s linear 4s forwards, hide 0.01s linear 7s forwards;
    -webkit-animation: show 0.01s linear 4s forwards, hide 0.01s linear 7s forwards;
}




.barcode-scanner {
    background: url(img/barcode-scanner.png) no-repeat center #fff;
}

.barcode-card {
    background: url(img/barcode-card.png) no-repeat top center;
    height: 90%;
    width: 100%;
    bottom: -40%;
    left: 0;
    position: absolute;
    animation: cardInsert 3s ease-in-out 0s forwards infinite;
    -webkit-animation: cardInsert 3s ease-in-out 0s forwards infinite;
}


.qr-scanner {
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin: 0 20px;
    height: 80%;
    position: relative;
}

    .qr-scanner:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 20px;
        bottom: 20px;
        border-right: 2px solid #978577;
    }

    .qr-scanner:before {
        content: "OR";
        position: absolute;
        background: #fff;
        left: 48%;
        top: 49%;
        display: block;
        z-index: 2;
        font-size: 30px;
        color: #978577;
    }

    .qr-scanner .left, .qr-scanner .right {
        width: 100%;
        position: relative;
    }

.qr-animation {
    background: url(img/barcode-scanner2.png) no-repeat center 55% #fff;
    min-height: 78%;
    margin: 0 20px;
    border-radius: 10px;
    position: relative;
    bottom: 0;
    height: 411px;
    box-sizing: border-box;
    -webkit-perspective: 500px;
    perspective: 500px;
    background-size: contain;
}

    .qr-animation .card-msg {
        opacity: 0;
    }

        .qr-animation .card-msg.step1 {
            position: absolute;
            top: 50%;
            width: 100px;
            left: 65%;
            opacity: 1;
            animation: hide 0.1s ease-in 1.5s forwards;
            -webkit-animation: hide 0.1s ease-in-out 1.5s forwards;
        }

            .qr-animation .card-msg.step1:after {
                left: 10%;
                top: auto;
                bottom: -9px;
            }

        .qr-animation .card-msg:first-child {
            opacity: 1;
        }

        .qr-animation .card-msg.part1 {
            animation: hide 0.1s ease-in 3.5s forwards;
            -webkit-animation: hide 0.1s ease-in-out 3.5s forwards;
        }

        .qr-animation .card-msg.part2 {
            animation: show 0.1s ease-in 3.5s forwards;
            -webkit-animation: show 0.1s ease-in-out 3.5s forwards;
        }

.phone {
    background: url(img/phone.png) no-repeat center;
    height: 304px;
    width: 153px;
    position: absolute;
    bottom: 2%;
    left: 0;
}

.qr-animation.step1 .phone {
    animation: phoneanimation 5s ease-in-out forwards;
    -webkit-animation: phoneanimation 5s ease-in-out forwards;
}

.qr-animation.step2 .phone {
    animation: phoneanimation 3s ease-in-out reverse infinite;
    -webkit-animation: phoneanimation 3s ease-in-out reverse infinite;
}

.qr-animation.step3 .phone {
    transform: rotateX(60deg) scale(0.65);
    -webkit-transform: rotateX(60deg) scale(0.65);
    transform: rotateX(60deg) scale(0.65);
    width: 100%;
    bottom: 4%;
}

.passport-img {
    background: url(img/Please-remove_the_passport_1.png) no-repeat center !important;
}
/*Animations*/
/*Phone Animation*/
@keyframes phoneanimation {
    0% {
        bottom: 2%;
        width: 153px;
        transform: rotateX(0deg) scale(1);
    }

    40% {
        bottom: 2%;
        width: 153px;
        transform: rotateX(0deg) scale(1);
    }

    60% {
        bottom: 5%;
        width: 100%;
        -webkit-transform: rotateX(0deg) scale(1);
        transform: rotateX(0deg) scale(1);
    }

    80% {
        -webkit-transform: rotateX(60deg) scale(0.65);
        transform: rotateX(60deg) scale(0.65);
        width: 100%;
        bottom: 4%;
    }

    100% {
        -webkit-transform: rotateX(60deg) scale(0.65);
        transform: rotateX(60deg) scale(0.65);
        width: 100%;
        bottom: 4%;
    }
}

@-webkit-keyframes phoneanimation {
    0% {
        bottom: 2%;
        width: 153px;
        -webkit-transform: rotateX(0deg) scale(1);
    }

    40% {
        bottom: 2%;
        width: 153px;
        -webkit-transform: rotateX(0deg) scale(1);
    }

    60% {
        bottom: 5%;
        width: 100%;
        -webkit-transform: rotateX(0deg) scale(1);
    }

    80% {
        -webkit-transform: rotateX(60deg) scale(0.65);
        width: 100%;
        bottom: 4%;
    }

    100% {
        -webkit-transform: rotateX(60deg) scale(0.65);
        width: 100%;
        bottom: 4%;
    }
}

/*Recipe Animation*/

@keyframes recipeanimation {
    0% {
        height: 0;
    }

    50% {
        height: 265px;
    }

    100% {
        height: 265px;
    }
}

@-webkit-keyframes recipeanimation {
    0% {
        height: 0;
    }

    50% {
        height: 265px;
    }

    100% {
        height: 265px;
    }
}


/*Flip Animation*/
@keyframes flipto180 {
    0% {
        transform: rotateY(0deg) rotateX(0);
        bottom: 0;
    }

    30% {
        transform: rotateY(0deg) rotateX(0);
        bottom: 0;
    }

    50% {
        bottom: -10%;
    }

    70% {
        transform: rotateY(180deg) rotateX(-55deg);
        bottom: 5%;
    }

    100% {
        transform: rotateY(180deg) rotateX(-55deg);
        bottom: 8%;
    }
}

@-webkit-keyframes flipto180 {
    0% {
        -webkit-transform: rotateY(0deg) rotateX(0);
        bottom: 0;
    }

    30% {
        -webkit-transform: rotateY(0deg) rotateX(0);
        bottom: 0;
    }

    50% {
        bottom: -10%;
    }

    70% {
        -webkit-transform: rotateY(180deg) rotateX(-55deg);
        bottom: 5%;
    }

    100% {
        -webkit-transform: rotateY(180deg) rotateX(-55deg);
        bottom: 8%;
    }
}

/*Card Insert Animation*/
@keyframes cardInsert {
    0% {
        bottom: -80%;
        transform: rotateX(45deg) scale(1);
    }

    20% {
        bottom: -80%;
        transform: rotateX(45deg) scale(1);
    }

    80% {
        bottom: -10%;
        transform: rotateX(75deg) scale(0.75);
    }

    100% {
        bottom: -10%;
        transform: rotateX(75deg) scale(0.75);
    }
}

@-webkit-keyframes cardInsert {

    0% {
        bottom: -80%;
        -webkit-transform: rotateX(45deg) scale(1);
    }

    20% {
        bottom: -80%;
        -webkit-transform: rotateX(45deg) scale(1);
    }

    80% {
        bottom: -10%;
        -webkit-transform: rotateX(75deg) scale(0.75);
    }

    100% {
        bottom: -10%;
        -webkit-transform: rotateX(75deg) scale(0.75);
    }
}

/*Show Animation*/
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@-webkit-keyframes show {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*Zindex Animation*/
@keyframes zindex {
    0% {
        z-index: 1;
    }


    100% {
        z-index: 3;
    }
}

@-webkit-keyframes zindex {
    0% {
        z-index: 1;
    }

    100% {
        z-index: 3;
    }
}

.info-note {
    display: block;
    width: 382px;
    height: 438px;
    border-radius: 10px;
    padding: 9px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(231,247,252) 100%);
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(231,247,252) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(231,247,252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7f7fc',GradientType=0 );
    font-size: 15px;
}

    .info-note .info-note-title {
        background: url(img/baggage-icon.png) no-repeat 0 2px;
        padding-left: 23px;
        color: #1092d5;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .info-note ol {
        margin-bottom: 5px;
    }

        .info-note ol li {
            list-style-type: decimal;
            margin-left: 40px;
            padding-left: 0px;
        }

    .info-note .info-note-content span {
        padding-left: 23px;
        display: block;
        margin-bottom: 6px;
    }

.content-intro.flexable.dangerous {
    padding-bottom: 10px;
    padding-top: 10px;
}

.full-info {
    background: #ffffff;
    border-radius: 10px;
    height: 86%;
    margin: 2rem 1em;
    box-sizing: border-box;
    position: relative;
    padding: 31px 25px;
}

    .full-info p {
        font-size: 20px;
        font-weight: bold;
        color: #645853;
        line-height: 32px;
    }


@keyframes part5 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


@-webkit-keyframes part5 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes part6 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes part6 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes flipto180R {
    0% {
        transform: rotateY(0deg) rotateX(0);
        bottom: 0;
    }

    10% {
        transform: rotateY(0deg) rotateX(0);
        bottom: 0;
    }

    15% {
        bottom: -10%;
    }

    20% {
        transform: rotateY(180deg) rotateX(-55deg);
        bottom: 5%;
    }

    30% {
        transform: rotateY(180deg) rotateX(-55deg);
        bottom: 8%;
    }

    100% {
        transform: rotateY(180deg) rotateX(-55deg);
        bottom: 8%;
    }
}

@-webkit-keyframes flipto180R {
    0% {
        transform: rotateY(0deg) rotateX(0);
        bottom: 0;
    }

    10% {
        transform: rotateY(0deg) rotateX(0);
        bottom: 0;
    }

    20% {
        bottom: -10%;
    }

    30% {
        transform: rotateY(180deg) rotateX(-55deg);
        bottom: 5%;
    }

    40% {
        transform: rotateY(180deg) rotateX(-55deg);
        bottom: 8%;
    }

    100% {
        transform: rotateY(180deg) rotateX(-55deg);
        bottom: 8%;
    }
}
/*Zindex Animation*/
@keyframes zindexR {
    0% {
        z-index: 1;
    }


    30% {
        z-index: 3;
    }
}

@-webkit-keyframes zindexR {
    0% {
        z-index: 1;
    }

    30% {
        z-index: 3;
    }
}

.passport-scanner .action-msg.part5 {
    opacity: 1;
    animation: part5 10s ease-in 0s infinite running;
    -webkit-animation: part5 10s ease-in 0s infinite running;
}

.passport-scanner .action-msg.part6 {
    opacity: 0;
    animation: part6 10s ease-in 0s infinite running;
    -webkit-animation: part6 10s ease-in 0s infinite running;
}

.passport-scanner .action-msg.part5, .passport-scanner .action-msg.part6, .passport-scanner.p31 .action-msg, .passport-scanner.p57 .action-msg {
    max-width: 280px;
    top: 34%;
}

    .passport-scanner .action-msg.part5 p, .passport-scanner .action-msg.part6 p, .passport-scanner.p31 .action-msg p, .passport-scanner.p57 .action-msg p {
        white-space: unset;
        font-size: 25px;
        text-align: left;
    }

    .passport-scanner .action-msg.part5:after, .passport-scanner .action-msg.part6:after {
        top: calc(50% - 10px);
    }

.passport-scanner.step1 .front {
    animation: zindexR 10s ease 1.01s infinite running;
    -webkit-animation: zindexR 10s ease 1.01s infinite running;
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
}

.passport-scanner.step1 .passport .flipper {
    position: relative;
    height: 332px;
    width: 254px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    animation: flipto180R 10s linear 0s infinite running;
    -webkit-animation: flipto180R 10s linear 0s infinite running;
}

.please-remove {
    background: #fff;
    border-radius: 10px;
    height: 94%;
    margin: 1em;
    box-sizing: border-box;
    position: relative;
    padding-top: 40px;
}

.remove-box {
    width: 480px;
    height: 430px;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.please-remove-item-box {
    width: 160px;
    height: 430px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.remove-box .please-remove-item {
    width: 160px;
    height: 314px;
    position: absolute;
    margin: 0 auto;
}

.remove-box .please-remove-1 {
    background-image: url('../css/img/Please-remove_2.png');
    background-repeat: no-repeat;
    z-index: 3;
    margin-top: 320px;
}

.remove-box .please-remove-2 {
    background-image: url('../css/img/Please-remove_1.png');
    background-repeat: no-repeat;
    z-index: 4;
    opacity: 0;
}

.remove-box .please-remove-3 {
    background-image: url('../css/img/Please-remove_3.png');
    background-repeat: no-repeat;
    z-index: 10;
    margin-top: 320px;
}


@keyframes remove-hand {
    0% {
        margin-top: 320px;
    }

    10% {
        margin-top: 320px;
    }

    20% {
        margin-top: 320px;
    }

    30% {
        margin-top: 0px;
    }

    40% {
        margin-top: 0px;
    }

    50% {
        margin-top: 0px;
    }

    60% {
        margin-top: 0px;
    }

    70% {
        margin-top: 0px;
    }

    80% {
        margin-top: 0px;
    }

    90% {
        margin-top: 0px;
    }

    100% {
        margin-top: 0px;
    }
}

@-webkit-keyframes remove-hand {
    0% {
        margin-top: 320px;
    }

    10% {
        margin-top: 320px;
    }

    20% {
        margin-top: 320px;
    }

    30% {
        margin-top: 0px;
    }

    40% {
        margin-top: 0px;
    }

    50% {
        margin-top: 0px;
    }

    60% {
        margin-top: 0px;
    }

    70% {
        margin-top: 0px;
    }

    80% {
        margin-top: 0px;
    }

    90% {
        margin-top: 0px;
    }

    100% {
        margin-top: 0px;
    }
}


@keyframes remove-box {
    0% {
        margin-top: 0px;
    }

    10% {
        margin-top: 0px;
    }

    20% {
        margin-top: 0px;
    }

    30% {
        margin-top: 0px;
    }

    40% {
        margin-top: 0px;
    }

    50% {
        margin-top: 0px;
    }

    60% {
        margin-top: 0px;
    }

    70% {
        margin-top: 0px;
    }


    95% {
        margin-top: 460px;
    }

    100% {
        margin-top: 460px;
    }
}

@-webkit-keyframes remove-box {
    0% {
        margin-top: 0px;
    }

    10% {
        margin-top: 0px;
    }

    20% {
        margin-top: 0px;
    }

    30% {
        margin-top: 0px;
    }

    40% {
        margin-top: 0px;
    }

    50% {
        margin-top: 0px;
    }

    60% {
        margin-top: 0px;
    }

    70% {
        margin-top: 0px;
    }

    80% {
        margin-top: 460px;
    }

    90% {
        margin-top: 460px;
    }

    100% {
        margin-top: 460px;
    }
}

@keyframes remove-item2 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes remove-item2 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@keyframes remove-info {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes remove-info {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.remove-info {
    position: absolute;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    top: 390px;
}

    .remove-info p {
        line-height: 25px;
        font-size: 22px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        color: #000;
        font-size: 28px;
    }

.remove-box .please-remove-1, .remove-box .please-remove-3 {
    animation: remove-hand 5s ease 0s infinite running;
    -webkit-animation: remove-hand 5s ease 0s infinite running;
}

.please-remove-item-box {
    animation: remove-box 5s ease 0s infinite running;
    -webkit-animation: remove-box 5s ease 0s infinite running;
}

.remove-box .please-remove-2 {
    animation: remove-item2 5s ease 0s infinite running;
    -webkit-animation: remove-item2 5s ease 0s infinite running;
}

.keyboard .row button, .up-down button {
    background-image: linear-gradient(135deg, #419576 0%, #255342 100%);
    box-shadow: 1px 1px 1px 0 rgba(152,219,195,0.85);
    text-shadow: 0 -1px #1b5942;
    border-radius: 8px;
    color: #FFFFFF;
}

    .keyboard .row button:active, .up-down button:active {
        background: #13BADF;
        box-shadow: 1px 1px 1px 0 rgba(144,235,255,0.85);
        border-radius: 8px;
        color: #FFFFFF;
        text-shadow: 0 -1px #0f9bb9;
    }

    .up-down button i {
        background-image: url(img/up-down.png);
        background-position: bottom center;
    }

    .up-down button i {
        background-image: url(img/up-down.png);
        background-position: bottom center;
    }

        .up-down button i.up {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .up-down button i.down {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
/*長*/
.keyboard .row.action button, .select-buttons button, .yes-no button, .select-destination button, .item-list table tbody tr td .radio-box, .seat-confirmation table td button,
.side-view button, .item-list table td button, .form .row input[type="button"], .row-cards .item .col button {
    background-image: linear-gradient(135deg, #419576 0%, #255342 100%);
    box-shadow: 1px 1px 1px 0 rgba(152,219,195,0.85);
    border-radius: 8px;
    color: #FFFFFF;
    text-shadow: 0 -1px #1b5942;
}

    .keyboard .row.action button:active, .select-buttons button:active, .yes-no button:active, .select-destination button:active, .item-list table tbody tr td button:active, .seat-confirmation table td button:active,
    .side-view button:active, .item-list table td button:active, .form .row input[type="button"]:active {
        background: #13BADF;
        box-shadow: 1px 1px 1px 0 rgba(144,235,255,0.85), inset 0 1px 3px 0 rgba(144,235,255,0.50), inset 0 1px 3px 0 rgba(144,235,255,0.50);
        border-radius: 8px;
        text-shadow: 0 -1px #0f9bb9;
        color: #FFFFFF;
    }

.radio-list .item .right .radio-box label {
    color: #FFFFFF;
    text-shadow: 0 -1px #1b5942;
    background: linear-gradient(135deg, #419576 0%, #255342 100%), no-repeat 10px center transparent;
    box-shadow: 1px 1px 1px 0 rgba(152,219,195,0.85);
    border-radius: 8px;
}

.radio-list .item .right .radio-box input:checked + label {
    background: #13BADF;
    box-shadow: 1px 1px 1px 0 rgba(144,235,255,0.85), inset 0 1px 3px 0 rgba(144,235,255,0.50), inset 0 1px 3px 0 rgba(144,235,255,0.50);
    border-radius: 8px;
    color: #FFFFFF;
}

.radio-list .item .right .radio-box input + label:after {
    content: "";
    position: absolute;
    background: url(img/radio-box.png) no-repeat center;
    height: 100%;
    width: 40px;
    top: 0;
    left: 0;
}

.radio-list .item .right .radio-box input:checked + label:after {
    content: "";
    position: absolute;
    background: url(img/radio_select.png) no-repeat center;
    height: 100%;
    width: 40px;
    top: 0;
    left: 0;
}

.action-container .right button {
    background-image: linear-gradient(-45deg, #FF7A03 0%, #FF9231 100%);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.85);
    border-radius: 8px;
    color: #FFFFFF;
    text-shadow: 0 -1px #c56917;
}

    .action-container .right button:active {
        background: #13BADF;
        box-shadow: 1px 1px 1px 0 rgba(144,235,255,0.85);
        border-radius: 8px;
        color: #FFFFFF;
        text-shadow: 0 -1px #0f9bb9;
    }

.select-buttons.identify-yourself button, .select-buttons.carrier button {
    background-color: #fff;
    background: #fff;
    color: #645853;
    text-shadow: 0 -1px #1b5942;
}

    .select-buttons.identify-yourself button:active, .select-buttons.carrier button:active {
        background: #fff !important;
        color: #645853;
        text-shadow: none;
        box-shadow: 0 0 0 4px #0296c2;
        -webkit-box-shadow: 0 0 0 4px #0296c2;
        text-shadow: 0 -1px #0f9bb9;
    }

.step1.chinese-passport.p31 .passport .flipper .front {
    animation: p31 10s ease 1.01s infinite running;
    -webkit-animation: p31 10s ease 1.01s infinite running;
}

.step1.chinese-passport.p31 .passport .flipper .back {
    animation: none;
    -webkit-animation: none;
}

.step1.chinese-passport.p31 .passport .flipper > div.single {
    background: url(img/id_zh.png) no-repeat center 30%;
    opacity: 1;
    animation: p31_single 10s ease 1.01s infinite running;
    -webkit-animation: p31_single 10s ease 1.01s infinite running;
}

.passport-scanner.p31 .action-msg.part1 {
    animation: p31_msg_part1 10s ease 1.01s infinite running;
    -webkit-animation: p31_msg_part1 10s ease 1.01s infinite running;
    left: 2%;
}

.passport-scanner.p31 .action-msg.part2 {
    animation: p31_msg_part2 10s ease 1.01s infinite running;
    -webkit-animation: p31_msg_part2 10s ease 1.01s infinite running;
    left: 13%;
}

.passport-scanner.p31 .action-msg.part3 {
    animation: p31_msg_part3 10s ease 1.01s infinite running;
    -webkit-animation: p31_msg_part3 10s ease 1.01s infinite running;
    left: 2%;
    top: 20%;
}

.passport-scanner.p31 .action-msg.part4 {
    animation: p31_msg_part4 10s ease 1.01s infinite running;
    -webkit-animation: p31_msg_part4 10s ease 1.01s infinite running;
    left: 16%;
    top: 20%;
}




@keyframes p31 {
    0% {
        z-index: 1;
        transform: rotateX(-180deg);
        -webkit-transform: rotateX(-180deg);
        opacity: 1;
    }


    30% {
        z-index: 3;
        transform: rotateX(-180deg);
        -webkit-transform: rotateX(-180deg);
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes p31 {
    0% {
        z-index: 1;
        transform: rotateX(-180deg);
        -webkit-transform: rotateX(-180deg);
        opacity: 1;
    }


    30% {
        z-index: 3;
        transform: rotateX(-180deg);
        -webkit-transform: rotateX(-180deg);
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes p31_single {
    0% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    30% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    35% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    40% {
        opacity: 1;
        background-size: 100%;
        left: 0px;
        top: 0px;
    }

    50% {
        opacity: 1;
        background-size: 70%;
        left: 55px;
        top: -50px;
    }

    85% {
        opacity: 1;
        background-size: 70%;
        left: 55px;
        top: -50px;
    }

    87% {
        opacity: 0;
        background-size: 70%;
        left: 55px;
        top: -50px;
    }

    100% {
        opacity: 0;
        background-size: 70%;
        left: 55px;
        top: -50px;
    }
}

@-webkit-keyframes p31_single {
    0% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    30% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    35% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    40% {
        opacity: 1;
        background-size: 100%;
        left: 0px;
        top: 0px;
    }

    50% {
        opacity: 1;
        background-size: 70%;
        left: 55px;
        top: -50px;
    }

    85% {
        opacity: 1;
        background-size: 70%;
        left: 55px;
        top: -50px;
    }

    87% {
        opacity: 0;
        background-size: 70%;
        left: 55px;
        top: -50px;
    }

    100% {
        opacity: 0;
        background-size: 70%;
        left: 55px;
        top: -50px;
    }
}

@keyframes p31_msg_part1 {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    22% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes p31_msg_part1 {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    22% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes p31_msg_part2 {
    0% {
        opacity: 0;
    }

    22% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    35% {
        opacity: 1;
    }

    37% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes p31_msg_part2 {
    0% {
        opacity: 0;
    }

    22% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    35% {
        opacity: 1;
    }

    37% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes p31_msg_part3 {
    0% {
        opacity: 0;
    }

    37% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    62% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes p31_msg_part3 {
    0% {
        opacity: 0;
    }

    37% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    62% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes p31_msg_part4 {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    68% {
        opacity: 1;
    }


    88% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes p31_msg_part4 {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    68% {
        opacity: 1;
    }


    88% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.remove-box.p31-s2 .please-remove-4 {
    background-image: url('../css/img/Please-remove_5.png');
    background-repeat: no-repeat;
    z-index: 4;
    opacity: 0;
}

.remove-box.p31-s2 .please-remove-2 {
    background-image: url('../css/img/Please-remove_4.png');
    background-repeat: no-repeat;
    z-index: 4;
    opacity: 0;
}


.remove-box.p31-s2 .please-remove-1, .remove-box.p31-s2 .please-remove-3 {
    animation: remove-hand-p31-s2 10s ease 0s infinite running;
    -webkit-animation: remove-hand-p31-s2 10s ease 0s infinite running;
}

.remove-box.p31-s2 .please-remove-item-box {
    animation: remove-box-p31-s2 10s ease 0s infinite running;
    -webkit-animation: remove-box-p31-s2 10s ease 0s infinite running;
}

.remove-box.p31-s2 .please-remove-2 {
    animation: remove-item2-p31-s2 10s ease 0s infinite running;
    -webkit-animation: remove-item2-p31-s2 10s ease 0s infinite running;
}

.remove-box.p31-s2 .please-remove-4 {
    animation: remove-item4-p31-s2 10s ease 0s infinite running;
    -webkit-animation: remove-item4-p31-s2 10s ease 0s infinite running;
}



@keyframes remove-hand-p31-s2 {
    0% {
        margin-top: 320px;
    }

    5% {
        margin-top: 320px;
    }

    10% {
        margin-top: 320px;
    }

    15% {
        margin-top: 0px;
    }

    20% {
        margin-top: 0px;
    }

    25% {
        margin-top: 0px;
    }

    30% {
        margin-top: 0px;
    }

    35% {
        margin-top: 0px;
    }

    40% {
        margin-top: 0px;
    }

    45% {
        margin-top: 0px;
    }


    51% {
        margin-top: 320px;
    }

    55% {
        margin-top: 320px;
    }

    60% {
        margin-top: 320px;
    }

    65% {
        margin-top: 0px;
    }

    70% {
        margin-top: 0px;
    }

    75% {
        margin-top: 0px;
    }

    80% {
        margin-top: 0px;
    }

    85% {
        margin-top: 0px;
    }

    90% {
        margin-top: 0px;
    }

    95% {
        margin-top: 0px;
    }

    100% {
        margin-top: 0px;
    }
}

@-webkit-keyframes remove-hand-p31-s2 {
    0% {
        margin-top: 320px;
    }

    5% {
        margin-top: 320px;
    }

    10% {
        margin-top: 320px;
    }

    15% {
        margin-top: 0px;
    }

    20% {
        margin-top: 0px;
    }

    25% {
        margin-top: 0px;
    }

    30% {
        margin-top: 0px;
    }

    35% {
        margin-top: 0px;
    }

    40% {
        margin-top: 0px;
    }

    45% {
        margin-top: 0px;
    }



    51% {
        margin-top: 320px;
    }

    55% {
        margin-top: 320px;
    }

    60% {
        margin-top: 320px;
    }

    65% {
        margin-top: 0px;
    }

    70% {
        margin-top: 0px;
    }

    75% {
        margin-top: 0px;
    }

    80% {
        margin-top: 0px;
    }

    85% {
        margin-top: 0px;
    }

    90% {
        margin-top: 0px;
    }

    95% {
        margin-top: 0px;
    }

    100% {
        margin-top: 0px;
    }
}

@keyframes remove-box-p31-s2 {
    0% {
        margin-top: 0px;
    }

    5% {
        margin-top: 0px;
    }

    10% {
        margin-top: 0px;
    }

    15% {
        margin-top: 0px;
    }

    20% {
        margin-top: 0px;
    }

    25% {
        margin-top: 0px;
    }

    30% {
        margin-top: 0px;
    }

    35% {
        margin-top: 0px;
    }

    50% {
        margin-top: 460px;
    }

    51% {
        margin-top: 460px;
    }


    52% {
        margin-top: 0px;
    }

    60% {
        margin-top: 0px;
    }

    65% {
        margin-top: 0px;
    }

    70% {
        margin-top: 0px;
    }

    80% {
        margin-top: 0px;
    }

    95% {
        margin-top: 460px;
    }

    100% {
        margin-top: 460px;
    }
}

@-webkit-keyframes remove-box-p31-s2 {
    0% {
        margin-top: 0px;
    }

    5% {
        margin-top: 0px;
    }

    10% {
        margin-top: 0px;
    }

    15% {
        margin-top: 0px;
    }

    20% {
        margin-top: 0px;
    }

    25% {
        margin-top: 0px;
    }

    30% {
        margin-top: 0px;
    }

    35% {
        margin-top: 0px;
    }

    50% {
        margin-top: 460px;
    }

    51% {
        margin-top: 460px;
    }


    52% {
        margin-top: 0px;
    }

    60% {
        margin-top: 0px;
    }

    65% {
        margin-top: 0px;
    }

    70% {
        margin-top: 0px;
    }

    75% {
        margin-top: 0px;
    }

    80% {
        margin-top: 460px;
    }

    100% {
        margin-top: 460px;
    }
}

@keyframes remove-item2-p31-s2 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes remove-item2-p31-s2 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes remove-item4-p31-s2 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }


    53% {
        opacity: 0;
    }

    54% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes remove-item4-p31-s2 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }



    53% {
        opacity: 0;
    }

    54% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes remove-info-p31-s2 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes remove-info-p31-s2 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* p57 */

.step1.chinese-passport.p57 .passport .flipper .front {
    background: url(img/passport_it.png) no-repeat center;
}

.step1.chinese-passport.p57 .passport .flipper .back {
    background: url(img/passport-open_it.png) no-repeat center;
}


.step1.chinese-passport.p57 .passport .flipper .front {
    animation: p31 10s ease 1.01s infinite running;
    -webkit-animation: p31 10s ease 1.01s infinite running;
}

.step1.chinese-passport.p57 .passport .flipper .back {
    animation: none;
    -webkit-animation: none;
}

.step1.chinese-passport.p57 .passport .flipper > div.single {
    background: url(img/id_it.png) no-repeat center 30%;
    opacity: 1;
    animation: p57_single 10s ease 1.01s infinite running;
    -webkit-animation: p57_single 10s ease 1.01s infinite running;
}

.passport-scanner.p57 .action-msg.part1 {
    animation: p31_msg_part1 10s ease 1.01s infinite running;
    -webkit-animation: p31_msg_part1 10s ease 1.01s infinite running;
    left: 2%;
}

.passport-scanner.p57 .action-msg.part2 {
    animation: p31_msg_part2 10s ease 1.01s infinite running;
    -webkit-animation: p31_msg_part2 10s ease 1.01s infinite running;
    left: 13%;
}

.passport-scanner.p57 .action-msg.part3 {
    animation: p31_msg_part3 10s ease 1.01s infinite running;
    -webkit-animation: p31_msg_part3 10s ease 1.01s infinite running;
    left: 2%;
    top: 20%;
}

.passport-scanner.p57 .action-msg.part4 {
    animation: p31_msg_part4 10s ease 1.01s infinite running;
    -webkit-animation: p31_msg_part4 10s ease 1.01s infinite running;
    left: 16%;
    top: 20%;
}

@keyframes p57_single {
    0% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    30% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    35% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    40% {
        opacity: 1;
        background-size: 100%;
        left: 0px;
        top: 0px;
    }

    50% {
        opacity: 1;
        background-size: 70%;
        left: 55px;
        top: -70px;
    }

    85% {
        opacity: 1;
        background-size: 70%;
        left: 55px;
        top: -70px;
    }

    87% {
        opacity: 0;
        background-size: 70%;
        left: 55px;
        top: -70px;
    }

    100% {
        opacity: 0;
        background-size: 70%;
        left: 55px;
        top: -70px;
    }
}

@-webkit-keyframes p57_single {
    0% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    30% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    35% {
        opacity: 0;
        left: 0px;
        top: 0px;
    }

    40% {
        opacity: 1;
        background-size: 100%;
        left: 0px;
        top: 0px;
    }

    50% {
        opacity: 1;
        background-size: 70%;
        left: 55px;
        top: -70px;
    }

    85% {
        opacity: 1;
        background-size: 70%;
        left: 55px;
        top: -70px;
    }

    87% {
        opacity: 0;
        background-size: 70%;
        left: 55px;
        top: -70px;
    }

    100% {
        opacity: 0;
        background-size: 70%;
        left: 55px;
        top: -70px;
    }
}

.remove-box.p57-s2 .please-remove-6 {
    background-image: url('../css/img/Please-remove_8.png');
    background-repeat: no-repeat;
    z-index: 4;
    opacity: 0;
}

.remove-box.p57-s2 .please-remove-5 {
    background-image: url('../css/img/Please-remove_7.png');
    background-repeat: no-repeat;
    z-index: 4;
    opacity: 0;
}

.remove-box.p57-s2 .please-remove-2 {
    background-image: url('../css/img/Please-remove_6.png');
    background-repeat: no-repeat;
    z-index: 4;
    opacity: 0;
}


.remove-box.p57-s2 .please-remove-1, .remove-box.p57-s2 .please-remove-3 {
    animation: remove-hand-p57-s2 15s ease 0s infinite running;
    -webkit-animation: remove-hand-p57-s2 15s ease 0s infinite running;
}

.remove-box.p57-s2 .please-remove-item-box {
    animation: remove-box-p57-s2 15s ease 0s infinite running;
    -webkit-animation: remove-box-p57-s2 15s ease 0s infinite running;
}

.remove-box.p57-s2 .please-remove-2 {
    animation: remove-item2-p57-s2 15s ease 0s infinite running;
    -webkit-animation: remove-item2-p57-s2 15s ease 0s infinite running;
}

.remove-box.p57-s2 .please-remove-5 {
    animation: remove-item5-p57-s2 15s ease 0s infinite running;
    -webkit-animation: remove-item5-p57-s2 15s ease 0s infinite running;
}

.remove-box.p57-s2 .please-remove-6 {
    animation: remove-item6-p57-s2 15s ease 0s infinite running;
    -webkit-animation: remove-item6-p57-s2 15s ease 0s infinite running;
}

@keyframes remove-item2-p57-s2 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    15% {
        opacity: 1;
    }

    28% {
        opacity: 1;
    }

    29% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes remove-item2-p57-s2 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    15% {
        opacity: 1;
    }

    28% {
        opacity: 1;
    }

    29% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes remove-item5-p57-s2 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    58% {
        opacity: 1;
    }

    59% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes remove-item5-p57-s2 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    58% {
        opacity: 1;
    }

    59% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes remove-item6-p57-s2 {
    0% {
        opacity: 0;
    }


    60% {
        opacity: 0;
    }

    65% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes remove-item6-p57-s2 {
    0% {
        opacity: 0;
    }


    60% {
        opacity: 0;
    }

    65% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


@keyframes remove-hand-p57-s2 {
    0% {
        margin-top: 460px;
    }

    5% {
        margin-top: 0px;
    }

    29% {
        margin-top: 0px;
    }

    30% {
        margin-top: 460px;
    }

    35% {
        margin-top: 460px;
    }

    40% {
        margin-top: 0px;
    }

    59% {
        margin-top: 0px;
    }

    60% {
        margin-top: 460px;
    }

    65% {
        margin-top: 460px;
    }

    70% {
        margin-top: 0px;
    }

    74% {
        margin-top: 0px;
    }

    95% {
        margin-top: 0px;
    }

    100% {
        margin-top: 460px;
    }
}

@-webkit-keyframes remove-hand-p57-s2 {
    0% {
        margin-top: 460px;
    }

    5% {
        margin-top: 0px;
    }

    29% {
        margin-top: 0px;
    }

    30% {
        margin-top: 460px;
    }

    35% {
        margin-top: 460px;
    }

    40% {
        margin-top: 0px;
    }

    59% {
        margin-top: 0px;
    }

    60% {
        margin-top: 460px;
    }

    65% {
        margin-top: 460px;
    }

    70% {
        margin-top: 0px;
    }

    74% {
        margin-top: 0px;
    }

    95% {
        margin-top: 0px;
    }

    100% {
        margin-top: 460px;
    }
}

@keyframes remove-box-p57-s2 {
    0% {
        margin-top: 0px;
    }

    14% {
        margin-top: 0px;
    }

    29% {
        margin-top: 460px;
    }

    30% {
        margin-top: 0px;
    }

    44% {
        margin-top: 0px;
    }


    59% {
        margin-top: 460px;
    }

    60% {
        margin-top: 0px;
    }

    74% {
        margin-top: 0px;
    }

    89% {
        margin-top: 460px;
    }

    100% {
        margin-top: 460px;
    }
}

@-webkit-keyframes remove-box-p57-s2 {
    0% {
        margin-top: 0px;
    }

    14% {
        margin-top: 0px;
    }

    29% {
        margin-top: 460px;
    }

    30% {
        margin-top: 0px;
    }

    44% {
        margin-top: 0px;
    }


    59% {
        margin-top: 460px;
    }

    60% {
        margin-top: 0px;
    }

    74% {
        margin-top: 0px;
    }

    89% {
        margin-top: 460px;
    }

    100% {
        margin-top: 460px;
    }
}

.select-buttons.identify-yourself {
    clear: both;
}

    .select-buttons.identify-yourself .left, .select-buttons.identify-yourself .right {
        display: inline-block;
        width: 50%;
    }

    .select-buttons.identify-yourself .left {
        float: left;
    }

    .select-buttons.identify-yourself .right {
        float: right;
    }

    .select-buttons.identify-yourself button {
        background: #2d5948;
        background: -moz-linear-gradient(-45deg, #2d5948 1%, #588473 49%, #588473 56%, #588473 58%, #2d5948 100%);
        background: -webkit-linear-gradient(-45deg, #2d5948 1%,#588473 49%,#588473 56%,#588473 58%,#2d5948 100%);
        background: linear-gradient(135deg, #2d5948 1%,#588473 49%,#588473 56%,#588473 58%,#2d5948 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d5948', endColorstr='#2d5948',GradientType=1 );
        color: white;
        width: 466px;
        height: 142px;
        text-align: left;
        margin: 3px 8px;
    }


        .select-buttons.identify-yourself button strong {
            text-align: left;
            position: relative;
            padding: 0px;
            font-size: 24px;
            vertical-align: top;
            justify-content: flex-start;
            width: 404px;
        }

    .select-buttons.identify-yourself span {
        font-size: 24px;
        position: relative;
        margin-top: 16px;
        font-size: 16px;
    }

    .select-buttons.identify-yourself button.bat-barcode {
        width: 463px;
        height: 441px;
        float: left;
        padding-top: 16px;
    }

    .select-buttons.identify-yourself .bat-barcode strong {
        position: relative;
        font-size: 34px;
        padding: 17px 0px;
    }

    .select-buttons.identify-yourself .bat-barcode img {
        margin-bottom: 24px;
    }

    .select-buttons.identify-yourself .bat-barcode span {
        margin-top: 0;
        position: relative;
        font-size: 24px;
    }

    .select-buttons.identify-yourself .bat-barcode ul {
        position: relative;
        padding-left: 24px;
    }

        .select-buttons.identify-yourself .bat-barcode ul li {
            list-style: disc;
            font-size: 16px;
            line-height: 28px;
        }

.identify-yourself button i.booking-icon {
    width: 100%;
    height: 142px;
    background-image: url(img/p4_3.png);
    background-position: 295px bottom;
}

.identify-yourself button i.electronic-ticket-icon {
    width: 100%;
    height: 142px;
    background-image: url(img/p4_4.png);
    background-position: 295px bottom;
}

.identify-yourself button i.flight-destination-icon {
    width: 100%;
    height: 142px;
    background-image: url(img/p4_5.png);
    background-position: 295px center;
}

.identify-yourself i.fast {
    background-image: url(img/p4_1.png);
    position: absolute;
    top: 54px;
    display: block;
    width: 206px;
    height: 45px;
    z-index: 10;
}
.barcode-scanner.p16 {
    background-image: url(img/16_3.png);
    background-repeat: no-repeat;
    background-size: 51% 56%;
    background-position: 444px 162px;
    align-items: flex-start;
    min-height: 79%;
}

    .barcode-scanner.p16 .pink-box {
        overflow: hidden;
        background: #f7e9de;
        border-radius: 10px;
        padding: 15px;
        width: 100%;
        margin: 20px;
        margin-top: 10px;
        margin-bottom: 18px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 86px;
    }

        .barcode-scanner.p16 .pink-box .col {
            width: 38%;
            display: inline-block;
            font-size: 15px;
            font-weight: bold;
        }

            .barcode-scanner.p16 .pink-box .col:first-child {
                width: 23%;
                display: inline-block;
                font-size: 20px;
            }

            .barcode-scanner.p16 .pink-box .col ul {
                padding: 0 12px
            }

                .barcode-scanner.p16 .pink-box .col ul li {
                    list-style: disc;
                    margin-top: 14px;
                }

                    .barcode-scanner.p16 .pink-box .col ul li:first-child {
                        margin-top: 0px;
                    }

.barcode-card-paper {
    background-image: url(img/16_1.png);
    position: absolute;
    top: 156px;
    left: 46px;
    display: block;
    width: 212px;
    height: 280px;
    z-index: 15;
    zoom: 0.9;
    background-repeat: no-repeat;
    z-index: 17;
    animation: barcode-card-paper 15s ease 0s infinite running;
    -webkit-animation: barcode-card-paper 15s ease 0s infinite running;
    background-size: 100%;
}

.barcode-card-mobile {
    background-image: url(img/16_2.png);
    position: absolute;
    top: 189px;
    left: 303px;
    display: block;
    width: 116px;
    height: 230px;
    z-index: 15;
    zoom: 0.9;
    background-repeat: no-repeat;
    z-index: 16;
    animation: barcode-card-mobile 15s ease 0s infinite running; */
    -webkit-animation: barcode-card-mobile 15s ease 0s infinite running; */
    
}

.red-light {
    background-image: url(img/16_4.png);
    position: absolute;
    top: 195px;
    left: 657px;
    display: block;
    width: 227px;
    height: 139px;
    z-index: 15;
    zoom: 0.9;
    background-repeat: no-repeat;
    z-index: 17;
    opacity: 0;
    animation: red-light 15s ease 0s infinite running;
    -webkit-animation: red-light 15s ease 0s infinite running;
}
.select-buttons.identify-yourself .right button strong {
    width:267px;
}
@keyframes barcode-card-paper {
    0% {
        transform: perspective(0px) rotateX(0deg);
        top: 156px;
        left: 46px;
        width: 212px;
        height: 280px;
    }
    5% {
        top: 356px;
    }
    16% {
        transform: perspective(400px) rotateX(40deg);
        top: 224px;
        left: 594px;
        width: 284px;
        height: 347px;
    }
    24% {
        transform: perspective(400px) rotateX(40deg);
        top: 224px;
        left: 594px;
        width: 284px;
        height: 347px;
    }
    29% {
        top: 356px;
    }
    40% {
        transform: perspective(0px) rotateX(0deg);
        top: 156px;
        left: 46px;
        display: block;
        width: 212px;
        height: 280px;
    }
    100% {
        transform: perspective(0px) rotateX(0deg);
        top: 156px;
        left: 46px;
        display: block;
        width: 212px;
        height: 280px;
    }
}
@-webkit-keyframes barcode-card-paper {
    0% {
        transform: perspective(0px) rotateX(0deg);
        top: 156px;
        left: 46px;
        width: 212px;
        height: 280px;
    }

    5% {
        top: 456px;
    }

    16% {
        transform: perspective(400px) rotateX(40deg);
        top: 224px;
        left: 594px;
        width: 284px;
        height: 347px;
    }

    24% {
        transform: perspective(400px) rotateX(40deg);
        top: 224px;
        left: 594px;
        width: 284px;
        height: 347px;
    }

    29% {
        top: 456px;
    }

    40% {
        transform: perspective(0px) rotateX(0deg);
        top: 156px;
        left: 46px;
        display: block;
        width: 212px;
        height: 280px;
    }

    50% {
    }

    66% {
    }

    74% {
    }

    90% {
    }

    100% {
        transform: perspective(0px) rotateX(0deg);
        top: 156px;
        left: 46px;
        display: block;
        width: 212px;
        height: 280px;
    }
}
@keyframes barcode-card-mobile {
    50% {
        transform: perspective(0px) rotateX(0deg);
        top: 189px;
        left: 303px;
        width: 116px;
        height: 230px;
    }

    55% {
        top: 356px;
    }

    66% {
        transform: perspective(400px) rotateX(40deg);
        top: 120px;
        left: 724px;
        width: 125px;
        height: 611px;
    }

    74% {
        transform: perspective(400px) rotateX(40deg);
        top: 120px;
        left: 724px;
        width: 125px;
        height: 611px;
    }

    79% {
        top: 356px;
    }

    90% {
        transform: perspective(0px) rotateX(0deg);
        top: 189px;
        left: 303px;
        width: 116px;
        height: 230px;
    }
    100% {
        transform: perspective(0px) rotateX(0deg);
        top: 189px;
        left: 303px;
        width: 116px;
        height: 230px;
    }
}
@-webkit-keyframes barcode-card-mobile {
    50% {
        transform: perspective(0px) rotateX(0deg);
        top: 189px;
        left: 303px;
        width: 116px;
        height: 230px;
    }

    55% {
        top: 456px;
    }

    66% {
        transform: perspective(400px) rotateX(40deg);
        top: 120px;
        left: 724px;
        width: 125px;
        height: 611px;
    }

    74% {
        transform: perspective(400px) rotateX(40deg);
        top: 120px;
        left: 724px;
        width: 125px;
        height: 611px;
    }

    79% {
        top: 456px;
    }

    90% {
        transform: perspective(0px) rotateX(0deg);
        top: 189px;
        left: 303px;
        width: 116px;
        height: 230px;
    }

    100% {
        transform: perspective(0px) rotateX(0deg);
        top: 189px;
        left: 303px;
        width: 116px;
        height: 230px;
    }
}

@keyframes red-light{
    18% {
        opacity:0;
    }
    19% {
        opacity: 1;
    }
    21% {
        opacity: 1;
    }
    22% {
        opacity: 0;
    }
    68% {
        opacity: 0;
    }
    69% {
        opacity: 1;
    }
    71% {
        opacity: 1;
    }
    72% {
        opacity: 0;
    }
}