/**
* Content Style
*
* 
*/


/*Home Page*/
.main.homepage section {
    margin-bottom: 0;
}

.offscreen {
    height: 1px;
    width: 1px;
    overflow: hidden;
    display: block;
    position: absolute;
    background: #000;
    color: #fff;
}

.home-banner .banner-slogan {
    color: #fff;
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 1.5em;
}

.home-banner {
    min-height: 28.846em;
    position: relative;
}

    .home-banner:after, .home-banner[data-language="en-global"]:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 28.85em;
        background-image: url(../../images/b2c/content/homebanner/home-banner-en-global.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #fff;
        background-size: cover;
    }



    .home-banner[data-language="en-us"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-en-us.jpg);
    }

    .home-banner[data-language="en-gb"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-en-gb.jpg);
    }

    .home-banner[data-language="zh-tw"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-zh-tw.jpg);
    }

    .home-banner[data-language="zh-hk"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-zh-hk.jpg);
    }

    .home-banner[data-language="zh-global"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-zh-global.jpg);
    }

    .home-banner[data-language="sc-cn"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-sc-cn.jpg);
    }

    .home-banner[data-language="de-at"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-de-at.jpg);
    }

    .home-banner[data-language="ja-jp"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-ja-jp.jpg);
    }

    .home-banner[data-language="vi-vn"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-vi-vn.jpg);
    }

    .home-banner[data-language="fr-fr"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-fr-fr.jpg);
    }

    .home-banner[data-language="ko-kr"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-ko-kr.jpg);
    }

    .home-banner[data-language="nl-nl"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-nl-nl.jpg);
    }

    .home-banner[data-language="th-th"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-th-th.jpg);
    }

    .home-banner[data-language="id-id"]:after {
        background-image: url(../../images/b2c/content/homebanner/home-banner-id-id.jpg);
    }

.home-tab-main-wrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


.home-tab-wrapper {
    margin: 0 auto;
    margin-top: 22.4em;
    position: relative;
    z-index: 2;
}

    .home-tab-wrapper .tablist {
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex; /* Safari */
        width: 100%;
        display: table;
        width: 75.385em;
        margin: 0 auto;
        z-index: 2;
        box-sizing: border-box;
        padding: 1.154em 2.692em;
        padding-bottom: 0;
        table-layout: fixed;
    }


    .home-tab-wrapper:after {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: rgba(0,0,0,0.7);
        height: 6.55em;
        z-index: -11;
    }

    .home-tab-wrapper .tablist > a {
        margin-right: 2px;
        font-size: 1.231em;
        background: #4a7d6b;
        color: #fff;
        position: relative;
        width: 25%;
        vertical-align: middle;
        display: -webkit-box;
        display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        display: table-cell;
        text-transform: capitalize;
        line-height: 19px;
    }

    .home-tab-wrapper .tablist > * {
        padding: 1em;
        background: #707070;
        text-align: center;
        cursor: pointer;
        display: block;
        color: #fff;
        text-decoration: none;
        border-left: 1px solid #2a4d41;
        border-right: 1px solid #2a4d41;
        height: 2.39em;
    }

    .home-tab-wrapper .tablist > a:last-child {
        border-right: 0;
    }

    .home-tab-wrapper .tablist > a:first-child {
        border-left: 0;
    }

    .home-tab-wrapper .tablist > *:hover,
    .home-tab-wrapper .tablist > *:focus,
    .home-tab-wrapper .tablist > *.active {
        background: #fff;
        color: #4a7d6b;
    }

.ie8 .home-tab-wrapper .tablist > *:hover,
.ie8 .home-tab-wrapper .tablist > *:focus,
.ie8 .home-tab-wrapper .tablist > *.active {
    background: url(img/home-widget-bg.png) repeat;
}

.home-tab-wrapper .panels {
    color: #333;
    background: #fff;
    width: 73.12em;
    margin: 0 auto;
}

.ie8 .home-tab-wrapper .panels {
    background: url(img/home-widget-bg.png) repeat;
}

.home-tab-wrapper .panels .panel {
    display: none;
}

    .home-tab-wrapper .panels .panel fieldset {
        border: 0;
    }

        .home-tab-wrapper .panels .panel fieldset legend {
            color: #333;
            font-weight: bold;
            line-height: 1.7em;
        }

    .home-tab-wrapper .panels .panel:first-child {
        display: block;
    }

.home-widget-form {
    overflow: hidden;
    position: relative;
    padding: 1em 0;
}

    .home-widget-form .collapse-box {
        display: none;
    }

    .home-widget-form .mag-row {
        margin-bottom: 0.6em;
        position: relative;
        display: flex;
        justify-content: space-between;
    }


    .home-widget-form .mag-col {
        padding: 0 1.5em;
        width: 100%;
    }

        .home-widget-form .mag-col.max-size {
            white-space: nowrap;
        }

        .home-widget-form .mag-col .label-wrapper {
            display: block;
            line-height: 1.5em;
        }

            .home-widget-form .mag-col .label-wrapper a {
                color: #4c806e;
            }

        .home-widget-form .mag-col .form-input {
            overflow: hidden;
            display: flex;
            align-items: center;
            padding-bottom: 0.5em;
        }

        .home-widget-form .mag-col .help-links {
            overflow: hidden;
            padding: 0.3em 0;
        }

            .home-widget-form .mag-col .help-links a {
                color: #333;
                font-weight: normal;
            }

        .home-widget-form .mag-col .multi-city {
            font-weight: normal;
            vertical-align: middle;
            line-height: 2em;
        }

        .home-widget-form .mag-col .form-input select {
            width: 100%;
            height: 2.85em;
            box-sizing: border-box;
            display: block;
            -moz-padding-end: 0.5em;
            margin-right: 0;
        }

        .home-widget-form .mag-col .form-input .form-tip {
            display: block;
            overflow: hidden;
            position: relative;
            padding: 0.4em 0;
            padding-right: 4em;
            margin-left: 0.5em;
            box-sizing: border-box;
            white-space: nowrap;
        }

        .home-widget-form .mag-col .form-input .information {
            height: 1.3em;
            width: 1.3em;
            position: absolute;
            top: 0.4em;
            right: 0;
            background: url(img/info-icon2.png) no-repeat center;
            overflow: hidden;
            text-indent: -999px;
            display: block;
            background-size: 100% 100%;
            color: #333;
        }

        .home-widget-form .mag-col .form-input .radio-wrapper {
            float: left;
            margin-right: 2em;
            line-height: 2em;
        }

            .home-widget-form .mag-col .form-input .radio-wrapper input[type="radio"],
            .home-widget-form .mag-col .form-input .radio-wrapper input[type="checkbox"] {
                height: 1.2em;
                width: 1.2em;
                vertical-align: text-bottom;
            }


        .home-widget-form .mag-col input[type="text"],
        .home-widget-form .mag-col input[type="password"] {
            line-height: 1.538em;
            height: 2.922em;
            border: 1px solid #cccccc;
            margin-right: 0em;
            padding: 0 0.5em;
            display: inline-block;
            box-shadow: inset 0 1px 3px #ddd;
            border-radius: 2px;
            font-size: 1em;
            width: 100%;
            box-sizing: border-box;
        }

            .home-widget-form .mag-col input[type="text"].autocomplete {
                background-image: url(img/auto-complate.png);
                background-repeat: no-repeat;
                background-position: 98% 70%;
                padding-right: 1.4em;
                background-size: 0.8em 0.8em;
            }

            .home-widget-form .mag-col input[type="text"].datepicker-trigger {
                width: 100%;
                max-width: none;
                -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
                filter: grayscale(100%);
                background-size: auto auto;
            }


.datepicker-trigger {
    background-image: url(img/calendar.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 99% center;
    box-sizing: border-box;
    padding-right: 2em;
}

    .datepicker-trigger[data-range="true"] {
        box-sizing: border-box;
        width: 19em;
        max-width: 100%;
    }

.home-promote-links {
    display: flex;
    align-items: center;
    padding: 1em 2em;
    justify-content: space-between;
}

    .home-promote-links .left a {
        color: #757575;
        margin-right: 2em;
        padding-left: 2em;
        background: url(img/home-link-icon.png) no-repeat left center;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.5em;
        text-decoration: none;
    }

    .home-promote-links .right a {
        background: no-repeat;
        text-decoration: none;
        color: #4c806e;
        padding: 0.5em 1em;
        border: 2px solid #4c806e;
        border-radius: 5px;
    }

        .home-promote-links .right a:hover {
            background: #4c806e;
            color: #fff;
        }

    .home-promote-links a:hover,
    .home-promote-links a:focus {
        color: #4c806e;
    }

    .home-promote-links .left .world-fare {
        background: url(img/location.png) no-repeat 0.7em center #9c6b4d;
        border-radius: 5px;
        color: #fff !important;
        padding: 0.8em 1em;
        padding-left: 2em;
        text-decoration: none;
    }

    .home-promote-links .world-fare:hover, .home-promote-links .world-fare:focus {
        background-color: #4c806e;
    }

.home-submit {
    display: flex;
    padding: 0.2em 1.5em;
    position: relative;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
}

    .home-submit a {
        background: no-repeat;
        text-decoration: none;
        color: #4c806e;
        padding: 0.5em 1em;
        border: 2px solid #4c806e;
        border-radius: 5px;
    }

        .home-submit a:hover, .home-submit a:focus {
            background: #4c806e;
            color: #fff;
        }

    .home-submit .submit-btn {
        display: none;
        margin-left: 1rem;
    }

.home-widget-form .submit-btn {
    bottom: 0.682em;
    right: 1.2em;
    border: 0;
    font-size: 1.692em;
    padding: 0.682em 2em;
    color: #fff;
    border-radius: 0.2em;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c806e+0,305145+100 */
    background: #4c806e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODA2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDUxNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4c806e 0%, #305145 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c806e), color-stop(100%,#305145)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4c806e 0%,#305145 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4c806e 0%,#305145 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4c806e 0%,#305145 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4c806e 0%,#305145 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c806e', endColorstr='#305145',GradientType=0 ); /* IE6-8 */
}

    .home-widget-form .submit-btn:focus, .home-widget-form .submit-btn:hover {
        background: #fff;
        color: #4c806e;
        box-shadow: 0 0 0px 2px #4c806e;
    }

.home-widget-form .sub-tab-wrapper {
    overflow: hidden;
}

    .home-widget-form .sub-tab-wrapper .sub-tablist {
        margin: 1em 1.5em;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex; /* Safari */
        display: flex;
    }

        .home-widget-form .sub-tab-wrapper .sub-tablist > * {
            cursor: pointer;
            padding: 0.7em;
            font-size: 1.2em;
            color: #4a7d6b;
            background: #fff;
            display: block;
            text-decoration: none;
            display: inline-block;
            border: 1px solid #4a7d6b;
            margin-right: 1em;
            border-radius: 5px;
        }

        .home-widget-form .sub-tab-wrapper .sub-tablist a:hover,
        .home-widget-form .sub-tab-wrapper .sub-tablist a:focus,
        .home-widget-form .sub-tab-wrapper .sub-tablist a.active {
            color: #fff;
            background: #4a7d6b;
        }

.home-widget-form .sub-panel {
    display: none;
}

    .home-widget-form .sub-panel:first-child {
        display: block;
    }
/*Home Promotions*/
.home-promotions {
    background: #f3efea;
}

.home-promotions-wrapper {
    width: 75.385em;
    margin: 2em auto;
    margin-bottom: 0;
    position: relative;
}

    .home-promotions-wrapper h2 {
        text-align: center;
        line-height: 1.25em;
        font-size: 1.7em;
        font-family: geomanist_regularregular;
        letter-spacing: 0.05em;
    }

.promotions-select {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    margin-bottom: 1em;
}

    .promotions-select a {
        text-decoration: none;
        padding: 0 2em;
        font-weight: bold;
        position: relative;
    }

        .promotions-select a:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            top: calc(50% - 0.5rem);
            height: 1rem;
            bottom: 0;
            border-left: 1px solid #b7b6b5;
        }

        .promotions-select a:hover,
        .promotions-select a.active,
        .promotions-select a:focus {
            color: #4c806e;
        }

        .promotions-select a:first-child:after {
            display: none;
        }


.home-promotion-widget {
    padding: 1em 1.5em;
    padding-bottom: 4em;
    overflow: hidden;
    position: relative;
}


    .home-promotion-widget > button {
        position: absolute;
        top: 10em;
        width: 3em;
        height: 3em;
        overflow: hidden;
        text-indent: -9999px;
        border: 0;
        background: #000;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        opacity: 0.5;
    }

        .home-promotion-widget > button.next {
            right: 1.5em;
            background-image: url(img/carousel-next-btn2.png);
        }

        .home-promotion-widget > button.prev {
            left: 1.5em;
            background-image: url(img/carousel-prev-btn2.png);
        }

        .home-promotion-widget > button:hover, .home-promotion-widget > button:focus {
            opacity: 1;
        }


    .home-promotion-widget .source-fares {
        display: none;
    }

    .home-promotion-widget .slide-area {
        overflow: hidden;
        outline: none;
    }

.home-promotion-widget-note {
    text-align: center;
    margin-top: 3em;
    color: #666;
}

.home-promotion-widget .slide-area .item {
    display: flex;
    justify-content: flex-start;
    text-align: center;
}

    .home-promotion-widget .slide-area .item li {
        margin-right: 4.1em;
        max-width: 21.38em;
    }

        .home-promotion-widget .slide-area .item li:last-child {
            margin-right: 0;
        }

    .home-promotion-widget .slide-area .item .h-s-image {
        border-radius: 2em;
        overflow: hidden;
    }

    .home-promotion-widget .slide-area .item h3 {
        font-size: 1.154em;
        margin-bottom: 1em;
        font-weight: normal;
    }

    .home-promotion-widget .slide-area .item .h-s-description {
        border-radius: 2em;
        overflow: hidden;
        font-size: 1em;
    }

    .home-promotion-widget .slide-area .item .price {
        color: #333;
        display: inline-block;
        margin-bottom: 1em;
    }

    .home-promotion-widget .slide-area .item .h-s-description p {
        color: #666;
        margin-bottom: 0;
    }

        .home-promotion-widget .slide-area .item .h-s-description p span.time {
            background: url(img/time-icon.png) no-repeat left center;
            height: 1em;
            width: 1.3em;
            display: inline-block;
            vertical-align: text-top;
        }

    .home-promotion-widget .slide-area .item a {
        margin-top: 1em;
        display: inline-block;
    }

    .home-promotion-widget .slide-area .item .h-s-description strong {
        font-size: 2.615em;
        margin-left: 0.5em;
        vertical-align: middle;
    }

.homepage .dots {
    text-align: center;
    padding: 1em 0;
}

    .homepage .dots button {
        background: #cccccc;
        height: 1em;
        width: 1em;
        margin: 0.5em;
        display: inline-block;
        border: 0;
        text-indent: -999px;
        cursor: pointer;
        overflow: hidden;
    }

        .homepage .dots button:hover,
        .homepage .dots button:focus,
        .homepage .dots button.active {
            background: #fc8a49;
        }

.home-promotion-widget .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3efea;
    z-index: 10;
    padding: 1.3em 0;
}

.home-promotions-wrapper .see-all-fares {
    position: absolute;
    bottom: 3em;
    right: 2em;
    display: block;
    padding-left: 1.2em;
    background: url(img/dashboard-link-arrow.png) no-repeat left center;
    background-size: auto 100%;
    z-index: 11;
}

.special-offers {
    width: 75.385em;
    margin: 0 auto;
    padding: 1em 0;
    position: relative;
    background: #ffffff;
}

    .special-offers h2 {
        text-align: center;
        line-height: 1.25em;
        font-size: 1.538em;
        font-family: geomanist_regularregular;
        letter-spacing: 0.05em;
    }

    .special-offers .slide-area {
        overflow: hidden;
        padding: 1em 0;
    }

        .special-offers .slide-area:focus {
            outline: none;
        }

        .special-offers .slide-area .item {
            overflow: hidden;
            padding: 0;
            display: none;
        }

            .special-offers .slide-area .item:first-child {
                display: block;
            }

            .special-offers .slide-area .item ul li {
                float: left;
                width: 17.76em;
                height: 27em;
                margin: 0 0.54em;
            }


                .special-offers .slide-area .item ul li > img {
                    display: block;
                }

                .special-offers .slide-area .item ul li .description {
                    overflow: hidden;
                    min-height: 12em;
                }

                    .special-offers .slide-area .item ul li .description a {
                        display: block;
                        text-decoration: none;
                        font-weight: bold;
                        margin: 0.769em 0;
                        line-height: 1.5em;
                    }

                        .special-offers .slide-area .item ul li .description a:hover,
                        .special-offers .slide-area .item ul li .description a:focus {
                            color: #4c806e;
                            text-decoration: underline;
                        }

        .special-offers .slide-area.type2 .item ul li {
            width: 37em;
        }

            .special-offers .slide-area.type2 .item ul li img {
                float: left;
            }

            .special-offers .slide-area.type2 .item ul li .description {
                float: left;
                width: 47%;
                margin-left: 1em;
            }

    .special-offers > button {
        position: absolute;
        top: 13em;
        width: 3em;
        height: 3em;
        overflow: hidden;
        text-indent: -9999px;
        border: 0;
        background: #000;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        opacity: 0.5;
    }

        .special-offers > button.next {
            right: .5em;
            background-image: url(img/carousel-next-btn2.png);
        }

        .special-offers > button.prev {
            left: .5em;
            background-image: url(img/carousel-prev-btn2.png);
        }

        .special-offers > button:hover, .special-offers > button:focus {
            opacity: 1;
        }

.news-focus {
    overflow: hidden;
    width: 75.385em;
    margin: 0 auto;
    padding: 1.57em 0;
    padding-bottom: 3em;
    position: relative;
    background: #fff;
}

.news-focus-wrapper {
    margin: 1.538em;
    border-top: 1px solid #ececec;
    overflow: hidden;
}

.news-focus h2 {
    text-align: center;
    line-height: 1.25em;
    font-size: 1.538em;
    margin: 0.769em 0;
    font-family: geomanist_regularregular;
    letter-spacing: 0.05em;
}

.news-focus-left {
    float: left;
    width: 49%;
    overflow: hidden;
}

.news-focus-right {
    float: right;
    width: 49%;
    overflow: hidden;
}

.news-focus-left .news-list {
    border: 1px solid #ececec;
    padding: 1.538em;
    overflow: hidden;
}

    .news-focus-left .news-list ul {
        margin-bottom: 3.4em;
    }

        .news-focus-left .news-list ul li {
            margin-bottom: 1em;
            line-height: 1.587em;
            padding-left: 0.6em;
            position: relative;
        }

            .news-focus-left .news-list ul li:after {
                position: absolute;
                left: 0;
                top: -0.4em;
                content: ".";
                font-weight: bold;
            }

.news-focus-left a.read-all-news {
    text-decoration: none;
    float: right;
    padding-left: 1.2em;
    background: url(img/dashboard-link-arrow.png) no-repeat left center;
    background-size: auto 100%;
}

.news-focus-right .mobile-apps {
    height: 24.615em;
    overflow: hidden;
}

    .news-focus-right .mobile-apps a,
    .news-focus-right .mobile-apps a img {
        display: block;
        max-width: 100%;
    }


/*Breadrumb*/
.breadcrumb-container {
    position: relative;
}

.breadcrumb {
    padding: 0;
    padding-bottom: 1em;
    color: #333;
    margin-bottom: 1em;
    position: relative;
    box-sizing: border-box;
    max-width: 75.385em;
    margin: 0 auto;
}


    .breadcrumb li {
        display: inline-block;
    }

    .breadcrumb a {
        display: inline-block;
        color: #333;
        margin: 0 5px;
        text-decoration: none;
    }

        .breadcrumb a:hover, .breadcrumb a:focus {
            text-decoration: none;
        }

    .breadcrumb span {
        display: inline-block;
        margin: 0 5px;
        color: #4c806e;
        font-weight: bold;
    }

    .breadcrumb a:first-child {
        margin-left: 0;
    }

.page-container {
    overflow: hidden;
    color: #333333;
}

    .page-container > .left {
        width: 56em;
        float: left;
    }

        .page-container > .left:focus, .home-banner {
            outline: none;
            box-shadow: none !important;
        }

.wide .page-container > .left {
    width: auto;
    float: none;
    overflow: hidden;
}

section {
    margin-bottom: 1.538em;
    overflow: hidden;
    clear: both;
}

    section h2 {
        font-size: 1.308em;
        line-height: 1.5em;
        margin: 0.769em 0;
    }

    section h3 {
        font-size: 1.231em;
        line-height: 1.45em;
        margin: 0.769em 0;
    }

    section h4 {
        font-size: 1.154em;
        line-height: 1.4em;
        margin: 0.769em 0;
    }

    section h5 {
        font-size: 1.077em;
        line-height: 1.35em;
        margin: 0.769em 0;
        color: #4c806e;
    }

    section h6 {
        font-size: 1.077em;
        line-height: 1.3em;
        margin: 0.769em 0;
    }

    section h3 > span {
        font-weight: normal;
    }

    section p, aside p {
        line-height: 1.538em;
        margin-bottom: 0.769em;
    }

    footer a,
    aside a,
    section a {
        font-weight: bold;
    }

    section figure, aside figure {
        margin-bottom: 2em;
    }

        section figure img, aside figure img {
            width: 100%;
            box-sizing: border-box;
            display: block;
            margin-bottom: 0.77em;
        }



.aside-links {
    overflow: hidden;
}

    .aside-links a {
        background: #416e5e !important;
        display: inline-block;
        margin: 0.3em 0;
        border-radius: 0.4em;
        color: #fff;
        text-decoration: none;
        line-height: 3em;
        padding: 0 1em;
        font-size: 1.538em;
        min-width: 5em;
        text-align: center;
    }

        .aside-links a:first-child {
            background: #7d7268 !important;
        }

        .aside-links a img {
            vertical-align: text-bottom;
            margin-right: 1em;
        }

        .aside-links a:hover, .aside-links a:focus {
            opacity: 0.8;
        }

.page-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 1.538em;
    position: relative;
    overflow: hidden;
}

.no-border .page-header {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

.no-border-4 {
    border: none;
}

.page-header h1 {
    font-size: 2.462em;
    color: #4c806e;
    display: block;
    line-height: 1.5em;
    font-family: geomanist_regularregular;
    margin-bottom: 0.769em;
    letter-spacing: 0.01em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.social {
    text-align: right;
    display: block;
    position: absolute;
    top: 0em;
    right: 0;
}

    .social > * {
        display: block;
        background: url(img/print.png) no-repeat right center;
        line-height: 1.7em;
        overflow: hidden;
        padding-right: 2em;
        border: 0;
        cursor: pointer;
    }

.introduce {
    clear: both;
    position: relative;
    display: block;
}

    .introduce p {
        margin-bottom: 0;
        padding: 1em;
        text-align: left;
        width: 75.385em;
        box-sizing: border-box;
        margin: 0 auto;
    }

        .introduce p a {
            text-decoration: underline;
            color: #4c806e;
        }

    .introduce .introducelinks {
        background: rgba(0,0,0,0.65);
        display: flex;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
    }

        .introduce .introducelinks a {
            color: #fff;
            padding: 1.5em 2em;
            text-decoration: none;
            border-left: 1px solid #222;
        }

            .introduce .introducelinks a:first-child {
                border-left: 0;
            }

            .introduce .introducelinks a:hover,
            .introduce .introducelinks a.active,
            .introduce .introducelinks a:focus {
                background: #4c806e;
            }

.channel-links {
    border-radius: 0.331em;
    overflow: hidden;
    padding: 1em;
    margin-bottom: 1.538em;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.new .channel-links {
    width: 75.385em;
}

.channel-links ul {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .channel-links ul li {
        margin-right: 3%;
        margin-bottom: 0.769em;
        position: relative;
        margin-left: 0;
        list-style: none;
        box-sizing: border-box;
        width: 30%;
    }

.new .channel-links ul li {
    width: 22%;
}

.channel-links ul li a {
    color: #333;
    line-height: normal;
    text-decoration: none;
    font-weight: bold;
}

    .channel-links ul li a.active,
    .channel-links ul li a:hover {
        color: #4c806e;
    }
/*Input Forms*/

.input-form {
    overflow: hidden;
    border: 1px solid #cccccc;
    margin-bottom: 1em;
}

    .input-form.-title-looking {
        border: 0;
    }

        .input-form.-title-looking fieldset {
            margin-bottom: 1em;
        }

            .input-form.-title-looking fieldset legend {
                margin: auto;
                background: none;
                color: #4c806e;
                font-size: 2em;
                padding: 0.5rem 1rem;
            }

        .input-form.-title-looking .new-form {
            border: 1px solid #cccccc;
            padding-top: 2rem;
        }

    .input-form .links {
        margin-bottom: 0.769em;
        padding: 0.769em 0;
        font-weight: bold;
    }

        .input-form .links a {
            margin-right: 1.538em;
        }

    .input-form fieldset {
        border: none;
        padding-bottom: 0.769em;
        overflow: hidden;
    }

        .input-form fieldset legend {
            background: #e5f5f3;
            display: block;
            padding: 1em;
            width: 100%;
            margin-bottom: 0.769em;
            font-weight: bold;
            font-size: 1.231em;
            box-sizing: border-box;
        }

        .input-form fieldset fieldset {
            padding: 0;
        }

            .input-form fieldset fieldset legend {
                background: none;
                font-size: 1em;
                text-align: left;
                padding: 0;
                padding-right: 1em;
            }

        .input-form fieldset .fieldset-container {
            margin: 0 0.769em;
            position: relative;
        }

            .input-form fieldset .fieldset-container > .trust {
                position: absolute;
                right: 0;
                top: 0;
                display: block;
            }

            .input-form fieldset .fieldset-container > .googlepower {
                top: auto;
                bottom: 0;
            }

        .input-form fieldset table {
            border: 0;
            border-collapse: collapse;
            border-spacing: 0;
        }

            .input-form fieldset table th, .input-form fieldset table td, .input-form fieldset table td.field-title {
                padding: 0.769em 0;
                vertical-align: top;
                line-height: 1.692em;
            }

            .input-form fieldset table .th-wrapper {
                min-width: 13em;
                font-weight: bold;
                display: block;
                overflow: hidden;
                margin-right: 0.3em;
            }


    .input-form.widget fieldset table th,
    .input-form.widget fieldset table td {
        padding: 0.2em 0;
    }

    .input-form.widget fieldset table td {
        padding-bottom: 1em;
    }

    .input-form fieldset table th, .input-form fieldset table td.field-title {
        text-align: left;
        padding-right: 1em;
    }

        fieldset label,
        .label-wrapper label,
        .input-form fieldset table th label,
        .input-form fieldset table th span,
        .input-form fieldset table td.field-title label,
        .input-form fieldset table td.field-title span {
            display: inline-block;
            font-weight: bold;
        }

    .input-form.-inner {
        border: 0;
    }

        .input-form.-inner .fieldset-container {
            margin: 0;
            padding: 0.769em;
            border: 1px solid #ccc;
        }

fieldset label {
    margin-right: 0.5em;
}

    fieldset label img {
        vertical-align: middle;
        margin-right: 1em;
    }

fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="email"], fieldset textarea {
    line-height: 1.538em;
    height: 1.538em;
    border: 1px solid #cccccc;
    margin-right: 0.5em;
    padding: 0 0.5em;
    display: inline-block;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 2px;
    font-size: 1em;
}

fieldset input[readonly]:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

fieldset textarea {
    height: 5em;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    resize: none;
}

fieldset input[type="text"].small, fieldset input[type="password"].small {
    width: 5em;
}

fieldset input[type="text"].long {
    width: 20em;
    max-width: 100%;
}

fieldset input[type="text"].autocomplete {
    background-image: url(img/auto-complate.png);
    background-repeat: no-repeat;
    background-position: 98% 70%;
    padding-right: 1.4em;
    background-size: 0.8em 0.8em;
    width: 17em;
}

fieldset input[type="checkbox"], fieldset input[type="radio"] {
    vertical-align: text-bottom;
    height: 1.2em;
    width: 1.2em;
    margin-right: 0.5em;
    margin-left: 0.1em;
}

    fieldset input[type="radio"] + label,
    fieldset input[type="checkbox"] + label {
        display: inline;
    }

    fieldset input[type="radio"]:focus + label,
    fieldset input[type="checkbox"]:focus + label {
        box-shadow: 0 0 2px 1px #9EC0F7;
    }

fieldset select {
    height: 1.8em;
    border: 1px solid #cccccc;
    background: #fff;
    margin-right: 0.5em;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 2px;
    min-width: 3em;
    -moz-padding-end: 0.5em;
}

fieldset span.form-tip {
    font-style: italic;
    padding: 0 2px;
}

fieldset .sub-th {
    width: 13em;
    display: inline-block;
    margin-right: 0;
}

.input-form fieldset table .required-star, .required-star {
    vertical-align: text-top;
    color: #e81336;
    font-size: 1.3em;
}



fieldset .input-error {
    padding-top: 0.5em;
    color: #e81336;
}

fieldset .input-message {
    padding-top: 0.5em;
}

.input-form fieldset table p {
    margin: 0 !important;
}


.input-form .form-remark {
    padding: 1em;
    border-top: 1px solid #d7ebe0;
}

/*Dashboard*/

.dashboard {
    overflow: hidden;
}

    .dashboard .row {
        border-bottom: 1px solid #ececec;
        overflow: hidden;
        padding: 1.154em 0;
    }

        .dashboard .row:last-child {
            border-bottom: none;
        }

        .dashboard .row .item {
            float: left;
            width: 24em;
            margin-left: 1.692em;
        }

            .dashboard .row .item:hover {
                background: #f9f4ed;
            }


            .dashboard .row .item:first-child {
                margin-left: 0;
            }


            .dashboard .row .item .image {
                overflow: hidden;
            }

                .dashboard .row .item .image img, .dashboard .row .item .image a {
                    display: block;
                    width: 100%;
                }

            .dashboard .row .item .dashboard-content {
                padding: 0.769em;
                position: relative;
                height: 15em;
            }

                .dashboard .row .item .dashboard-content h2 {
                    font-size: 1.231em;
                    line-height: 1.923em;
                    margin-bottom: 0.769em;
                }

                    .dashboard .row .item .dashboard-content h2 a {
                        text-decoration: none;
                    }

                        .dashboard .row .item .dashboard-content h2 a:hover {
                            text-decoration: underline;
                        }


            .dashboard .row .item:hover .dashboard-content h2 a {
                color: #ff794a;
            }

            .dashboard .row .item .dashboard-content > a {
                position: absolute;
                bottom: 0.769em;
                left: 0.769em;
                font-weight: bold;
                display: block;
                padding-left: 1.4em;
                line-height: 1.538em;
                background: url(img/dashboard-link-arrow.png) no-repeat left center;
                background-size: auto 80%;
            }
/*remarks*/
.remarks {
    padding-top: 0.385em;
    padding-left: 1.5em;
    background: url(img/remark.png) no-repeat left 0.6em;
    background-size: 1.077em 1.077em;
    margin-bottom: 1.5em;
    overflow: hidden;
}

    .remarks h2 {
        font-size: 1em;
        line-height: 1.538em;
        margin: 0;
    }

    .remarks p {
        margin-bottom: 0.769em;
        line-height: 1.538em;
    }

.fake-inner-title {
    padding-left: 1.5em;
    background: url(img/remark.png) no-repeat left center;
    background-size: 1.077em 1.077em;
    margin-bottom: 1.5em;
    overflow: hidden;
    font-size: 1em;
    line-height: 2em;
}

/*Paragraphs*/
.paragraph-image {
    display: block;
}

    .paragraph-image img {
        margin: 0 auto;
    }

    .paragraph-image.right-align {
        margin-left: 1.538em;
        float: right;
    }

    .paragraph-image.left-align {
        margin-right: 2.538em;
        float: left;
    }

    .paragraph-image.center-align {
        text-align: center;
    }

    .paragraph-image.normal img {
        width: auto;
        max-width: 100% !important;
    }

    .paragraph-image.left-align + *,
    .paragraph-image.right-align + * {
        display: table;
    }

    .paragraph-image .aside-links a {
        display: block;
    }

/*Sections*/
section.result {
    padding-top: 1.538em;
    margin-top: 1.538em;
    border-top: 1px solid #ececec;
}

/*Tables*/

.complex-data-table {
    border-collapse: separate;
    border-spacing: 1px;
    background: #ccc;
    width: 100%;
}

    .complex-data-table.flex {
        width: auto;
    }

    .complex-data-table.fixed {
        table-layout: fixed;
    }

    .complex-data-table.flex td {
        text-align: left;
    }

    .complex-data-table caption {
        text-align: left;
        background: url(img/caption.png) no-repeat 0.769em 0.9em;
        padding: 0.769em;
        font-weight: bold;
        padding-left: 2.4em;
        line-height: 1.615em;
        margin-bottom: 0.385em;
        vertical-align: middle;
        font-size: 1.231em;
    }

        .complex-data-table caption span {
            font-weight: normal;
        }

        .complex-data-table caption .flexbox {
            margin: 0;
        }

        .complex-data-table caption .submit-box {
            padding: 0;
            margin: 0 !important;
        }

            .complex-data-table caption .submit-box * {
                font-size: 1rem;
                padding: 0.25rem 0.5rem;
                text-transform: capitalize;
            }

    .complex-data-table thead {
        background: #feeee4;
    }

        .complex-data-table thead th {
            padding: 0.5em 1em;
            line-height: 1.615em;
            text-align: center;
        }

            .complex-data-table thead th.w1 {
                width: 125px;
            }

            .complex-data-table thead th.w2 {
                width: 160px;
            }

    .complex-data-table th.w40 {
        width: 40%;
    }

.push .complex-data-table thead td,
.push .complex-data-table thead th {
    white-space: normal;
    word-break: break-all;
}

.complex-data-table thead tr:nth-child(2n) th {
    background: #fff8ed;
}

.complex-data-table tbody td, .complex-data-table tbody th, .complex-data-table tfoot td {
    background: #fff;
    padding: 0.5em;
    line-height: 1.615em;
    box-sizing: border-box;
}

.complex-data-table td,
.complex-data-table th {
    box-sizing: border-box;
}

.complex-data-table tbody td {
    text-align: center;
}

    .complex-data-table tbody td > * {
        text-align: left;
    }

.complex-data-table thead th > img,
.complex-data-table thead td > img {
    max-width: 100%;
}

.complex-data-table tbody td ul {
    text-align: left;
}

.complex-data-table tbody th {
    vertical-align: top;
    background: #f3eee9;
}

.complex-data-table.result tbody tr:nth-child(2n+1) td, .complex-data-table.result tfoot tr:nth-child(2n+1) td {
    background: #f2f2f2;
}

.complex-data-table .selected {
    background: #dcf9ec !important;
}

.complex-data-table .changed {
    border: 2px solid red;
}

.complex-data-table .airline-box {
    overflow: hidden;
    text-decoration: none;
    display: block;
    min-width: 60px;
    text-align: center;
}

    .complex-data-table .airline-box img {
        display: inline-block;
        width: 26px;
        height: 20px;
    }

.complex-data-table.result {
    border-spacing: 0;
    border: 1px solid #ccc;
}

    .complex-data-table.result tbody th {
        background: #f2f2f2;
        text-align: left;
        white-space: nowrap;
    }

        .complex-data-table.result tbody th.meal {
            width: 14em;
            white-space: normal;
        }

    .complex-data-table.result tbody td {
        text-align: left;
    }

    .complex-data-table.result tr:nth-child(2n) th {
        background: #fff;
    }


.complex-data-table tbody td input[type="radio"],
.complex-data-table tbody td input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 0.3em;
}

    .complex-data-table tbody td input[type="radio"] + label {
        display: none;
    }

.complex-data-table tbody td .magic-col input[type="radio"] + label {
    display: inline-block;
}

.complex-data-table .personal-mileage {
    background: #ff00f2 !important;
}

.complex-data-table .transfer-mileage {
    background: #fc8a49 !important;
}

.complex-data-table .personal-upgrade-certificate {
    background: #0094ff !important;
}

.complex-data-table .transfer-upgrade-certificate {
    background: #4c806e !important;
}

.complex-data-table .flight-changed {
    color: #2879b8;
}

.complex-data-table .flight-canceled {
    color: #c05742;
}


/*Goverment Print Page*/
.gv-box {
    margin-bottom: 1em;
    font-size: 1.2em;
}

    .gv-box table {
        font-size: 1em;
        width: 100%;
        box-sizing: border-box;
    }

        .gv-box table th, .gv-box table td {
            padding: 0.5em 0;
            vertical-align: top;
        }

        .gv-box table th {
            text-align: left;
            width: 10em;
        }

        .gv-box table td {
            border-bottom: 1px solid #333;
            vertical-align: bottom;
        }

        .gv-box table th span {
            white-space: nowrap;
        }


.gv-result-box {
    margin-bottom: 1em;
    font-size: 1.2em;
}

    .gv-result-box table {
        width: 100%;
        border-spacing: 1px;
        border-collapse: collapse;
    }

        .gv-result-box table caption {
            text-align: left;
            font-size: 1em;
            padding: 0.3em 0;
            font-weight: bold;
        }

        .gv-result-box table th, .gv-result-box table td {
            border: 1px solid #333;
            padding: 0.3em;
            text-align: center;
        }

            .gv-result-box table td.no-border {
                border: 0;
            }

    .gv-result-box span, .gv-box span {
        display: block;
        display: flex;
        display: -ms-flexbox;
        line-height: 25px;
        justify-content: flex-start;
    }



    .gv-result-box th span {
        justify-content: center;
    }

    .gv-result-box span i, .gv-box span i {
        width: 2rem;
        display: inline-block;
        font-style: normal;
        vertical-align: top;
        flex: 0 0 2rem;
    }

.gv-right-top {
    text-align: center;
    border: 1px solid #333;
    margin-bottom: 1em;
}

    .gv-right-top p {
        border-bottom: 1px solid #333;
        padding: 1em;
    }

    .gv-right-top img {
        margin: 0.5em;
    }

.gv-right-bottom {
    margin-left: 5em;
}

.handled-by {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
}

    .handled-by table {
        width: 30rem;
    }

.reciept-box {
    margin-bottom: 2rem;
}

    .reciept-box .item {
        border-bottom: 1px solid #333;
        margin-bottom: 0.5rem;
        display: flex;
        display: -ms-flexbox;
        align-items: flex-end;
    }

        .reciept-box .item > div {
            width: 100%;
        }

            .reciept-box .item > div span {
                display: block;
                padding: 0.25rem 0;
            }

                .reciept-box .item > div span.pull-right {
                    text-align: right;
                }


hr.dashed {
    border: none;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 1rem 1rem;
    background-repeat: repeat-x;
    margin-top: 2rem;
    height: 0.06rem;
    margin-bottom: 2rem;
}

/*#Goverment Print Page*/

/*Top Container*/
.top-con {
    overflow: hidden;
    padding: 0.769em;
    margin-bottom: 0.769em;
    text-align: right;
    line-height: 1.615em;
}

    .top-con > span {
        margin-left: 2.308em;
        display: inline-block;
    }

        .top-con > span a {
            font-weight: bold;
        }

    .top-con span a:hover, .top-con span a:focus {
        text-decoration: none;
    }

    .top-con span.qna > a {
        padding-left: 2em;
        background: url(img/info-icon.png) no-repeat left center;
        background-size: auto 100%;
        display: inline-block;
        vertical-align: top;
    }

    .top-con span.back-to > a {
        position: relative;
    }

        .top-con span.back-to > a i {
            height: 1.5rem;
            width: 1.5rem;
            display: inline-block;
            vertical-align: middle;
            margin-right: 0.5rem;
            background: url(img/gotop.png) no-repeat center;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .top-con > span span {
        vertical-align: text-top;
        color: #e81336;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

        .top-con > span span.mark {
            height: 1em;
            width: 1em;
        }

    .top-con img {
        margin-right: 0.5em;
        display: inline-block;
        vertical-align: middle;
        height: 2.2em;
    }

    .top-con > span.updated-time {
        padding-left: 1.3em;
        background: url(img/time-icon.png) no-repeat left center;
        display: inline-block;
        vertical-align: top;
    }
/*Steps*/
.steps {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    margin-bottom: 1.538em;
    padding-bottom: 1.538em;
}

    .steps .step {
        float: left;
        color: #757575;
        font-weight: bold;
        padding: 0.385em 1em;
        margin-bottom: 1em;
        text-align: left;
        width: 12em;
        height: 6.6em;
        background: #fff;
        position: relative;
        line-height: 1.5em;
    }

    .steps.big .step {
        font-size: 1rem;
    }

    .steps .step:after {
        content: "";
        position: absolute;
        height: 0.15em;
        background: #4c806e;
        right: -1em;
        top: 1.4em;
        left: 1em;
        z-index: 14;
    }

    .steps .step:last-child:after {
        right: 100%;
    }

    .steps .step span {
        display: block;
        width: 1.4em;
        height: 1.4em;
        border: 2px solid #757575;
        text-align: center;
        line-height: 1.4em;
        border-radius: 2em;
        margin-bottom: 0.5em;
        margin-bottom: 0.5em;
        background: #fff;
        font-size: 1.5em;
        font-weight: normal;
        position: relative;
        z-index: 15;
    }

    .steps .step.current span {
        background: #4c806e;
        color: #fff;
        border-color: #4c806e;
    }

/*Pagination*/
.pagination {
    padding: 0.769em;
    text-align: center;
    margin-bottom: 1.538em;
}

    .pagination a {
        display: inline-block;
        line-height: 1.538em;
        margin: 0 0.5em;
        text-decoration: none;
        overflow: hidden;
        color: #707070;
        position: relative;
    }


    .pagination span {
        display: inline-block;
        line-height: 1.538em;
        overflow: hidden;
    }

    .pagination a.next, .pagination a.prev {
        text-indent: -999px;
        height: 1.538em;
        width: 1.538em;
        margin: 0 1em;
        border: 1px solid #757575;
        position: relative;
        border-radius: 5px;
    }

        .pagination a.next::after, .pagination a.prev::after {
            content: ">";
            border-radius: 3px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            z-index: 22;
            text-indent: 0;
            font-weight: normal;
        }

        .pagination a.prev::after {
            content: "<";
        }

        .pagination a.next:focus, .pagination a.prev:focus,
        .pagination a.next:hover, .pagination a.prev:hover {
            background: #4c806e;
            color: #fff;
        }

    .pagination a.active, .pagination a:hover, .pagination a.active, .pagination a:focus {
        color: #4c806e;
        font-weight: bold;
    }


/*Tabs*/
.tab-panel {
    overflow: hidden;
}

    .tab-panel .tab {
        overflow: hidden;
        margin-bottom: -1px;
        position: relative;
        z-index: 16;
    }

        .tab-panel .tab a {
            display: table-cell;
            border: 1px solid #ccc;
            padding: 1.769em 2.538em;
            text-decoration: none;
            background: #e2f2ec;
            max-width: 11em;
            font-weight: bold;
            color: #6b6b6b;
            border-right: none;
            vertical-align: middle;
            position: relative;
            line-height: 1.4em;
        }

            .tab-panel .tab a:last-child {
                border-right: 1px solid #ccc;
            }

            .tab-panel .tab a.active {
                padding-bottom: 1.2em;
                background: #fff;
                color: #4c806e;
            }

                .tab-panel .tab a.active:after {
                    content: "";
                    background: #fff;
                    position: absolute;
                    bottom: -1px;
                    left: 0;
                    right: 0;
                    height: 1px;
                }

            .tab-panel .tab a:hover {
                color: #4c806e;
            }

            .tab-panel .tab a:focus {
                color: #0970b5;
            }

    .tab-panel .panel {
        border: 1px solid #ccc;
        padding: 1.538em;
        position: relative;
        z-index: 15;
    }


/*Trip Destionation*/

.trip-destinations {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5em;
    flex-wrap: wrap;
    padding: 1px;
}

    .trip-destinations a {
        display: block;
        margin-bottom: 0.5em;
        padding: 1rem;
        text-decoration: none;
        text-align: center;
        background: #fff;
        box-shadow: 0 0 0 1px #000;
        position: relative;
        vertical-align: middle;
        font-family: geomanist_regularregular;
        font-size: 1.25rem;
        box-sizing: border-box;
    }

        .trip-destinations a.-col-1 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .trip-destinations a.-col-2 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .trip-destinations a.-col-3 {
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

        .trip-destinations a.-col-4 {
            flex: 0 0 25%;
            max-width: 25%;
        }

        .trip-destinations a.-col-5 {
            flex: 0 0 20%;
            max-width: 20%;
        }

        .trip-destinations a.-col-6 {
            flex: 0 0 16.66667%;
            max-width: 16.66667%;
        }


        .trip-destinations a span {
            margin: 0 0.5em;
        }


        .trip-destinations a.active, .trip-destinations a:hover {
            background: #4c806e;
            color: #fff;
            box-shadow: 0 0 0 1px #4c806e;
            z-index: 2;
        }

            .trip-destinations a.active:after {
                content: "";
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid transparent;
                border-bottom: 10px solid #fff;
                position: absolute;
                bottom: -1px;
                left: calc(50% - 10px);
            }

.panels .panel {
    display: none;
}

    .panels .panel.active {
        display: block;
    }
/*#Trip Destionation*/


/*Trip*/
.trip-intro {
    border: 1px solid #4c806e;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    margin-bottom: 1em;
    align-content: center;
    height: 100%;
}

    .trip-intro .col {
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
        border-left: 1px solid #ddd;
    }

        .trip-intro .col .dest-map {
            padding: 0;
        }

        .trip-intro .col:first-child {
            border-left: 0;
        }

    .trip-intro .trip-code {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        background: url(img/to-icon.png) no-repeat center;
        height: 4rem;
        align-items: center;
    }

        .trip-intro .trip-code span {
            width: 100%;
            display: block;
            text-align: center;
            font-size: 2rem;
            font-weight: bold;
            font-family: geomanist_regularregular;
        }

            .trip-intro .trip-code span strong {
                display: block;
                font-size: 1rem;
            }

    .trip-intro .col table td.field-title {
        width: auto;
    }
/*accordion*/
.accordion {
    overflow: hidden;
}

    .accordion .item {
        margin-bottom: 0;
    }

        .accordion .item .accordion-opener, .accordion .item .accordion-closer {
            margin: 0;
            margin-bottom: 0.769em;
            padding: 0.769em 1.538em;
            background: #faf5eb;
            position: relative;
            padding-left: 2.5em;
            cursor: pointer;
            display: block;
            font-size: 1.231em;
            line-height: 1.45em;
        }

            .accordion .item .accordion-opener:after, .accordion .item .accordion-closer:before {
                position: absolute;
                content: "";
                height: 1.25em;
                width: 1.25em;
                background-size: 1.60em 1.60em;
                background: url(img/accordian.png) no-repeat top center;
                left: 0.769em;
                top: 1em;
                display: block;
            }

            .accordion .item .accordion-opener.expanded:after {
                background-position: bottom center;
            }

        .accordion .item .accordion-closer {
            text-align: center;
            font-weight: normal;
            background: no-repeat;
        }

            .accordion .item .accordion-closer:before {
                position: static;
                display: inline-block;
                vertical-align: middle;
                margin-right: 0.5rem;
                background-position: bottom center;
            }

        .accordion .item .accordion-intro-image {
            margin-bottom: 0.769em;
        }

            .accordion .item .accordion-intro-image img {
                display: block;
                width: 100%;
                box-sizing: border-box;
            }

        .accordion .item .accordion-panel {
            padding: 1em;
            border: 1px solid #ccc;
            display: none;
            margin-bottom: 1em;
        }

            .accordion .item .accordion-panel.p-0 {
                padding: 0;
            }

/*Accordion Table*/
.accordion-table {
    padding-bottom: 1em;
}

    .accordion-table th,
    .accordion-table td {
        padding: 0.5em 0;
        padding-right: 1em;
        text-align: left;
        font-size: 1rem;
        font-weight: normal;
        vertical-align: top;
    }

    .accordion-table th {
        width: 25em;
    }


/*Slider*/
.carousel {
    padding: 0.769em;
    border: 1px solid #ccc;
    margin-bottom: 2em;
    background: #fff;
}

    .carousel ::-webkit-scrollbar {
        width: 12px; /* for vertical scrollbars */
        height: 12px; /* for vertical scrollbars */
    }

    .carousel ::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.2);
    }

    .carousel ::-webkit-scrollbar-thumb {
        background: #877266;
    }

    .carousel .main-box {
        position: relative;
    }

        .carousel .main-box .image-container {
            overflow: hidden;
        }

            .carousel .main-box .image-container .slide-item {
                display: none;
                position: relative;
            }

                .carousel .main-box .image-container .slide-item p {
                    position: absolute;
                    left: 0;
                    bottom: 3em;
                    right: 0;
                    padding: 1em;
                    background: rgba(0,0,0,0.8);
                    color: #fff;
                    margin-bottom: 0;
                }

            .carousel .main-box .image-container img {
                display: block;
                width: 100%;
            }

            .carousel .main-box .image-container .slide-item:first-child {
                display: block;
            }

        .carousel .main-box .carousel-controls {
            position: absolute;
            top: 45%;
            left: 1em;
            right: 1em;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
        }


            .carousel .main-box .carousel-controls button {
                width: 3em;
                height: 3em;
                overflow: hidden;
                text-indent: -9999px;
                border: 0;
                background: #000;
                background-repeat: no-repeat;
                background-position: center;
                cursor: pointer;
                opacity: 0.5;
            }

                .carousel .main-box .carousel-controls button.next {
                    background-image: url(img/carousel-next-btn2.png);
                }

                .carousel .main-box .carousel-controls button.prev {
                    background-image: url(img/carousel-prev-btn2.png);
                }

                .carousel .main-box .carousel-controls button:hover, .carousel .main-box .carousel-controls button:focus {
                    opacity: 1;
                }

        .carousel .main-box .dots {
            background-color: rgba(0,0,0,0.6);
            bottom: 0;
            left: 0;
            right: 0;
            padding: 1em;
            text-align: center;
            position: absolute;
        }

            .carousel .main-box .dots button {
                height: 1em;
                width: 1em;
                background: #fff;
                border: 0;
                text-indent: -999px;
                overflow: hidden;
                display: inline-block;
                margin: 0 1em;
                cursor: pointer;
                overflow: hidden;
            }

                .carousel .main-box .dots button:hover,
                .carousel .main-box .dots button:focus,
                .carousel .main-box .dots button.active {
                    background-color: #de266f;
                }

                .carousel .main-box .dots button.play-pause {
                    background: url(img/play-pause.png) no-repeat bottom center;
                    color: #fff;
                }

                    .carousel .main-box .dots button.play-pause.paused {
                        background-position: top center;
                    }

    .carousel .carousel-thum {
        overflow: hidden;
        margin-top: 0.769em;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

        .carousel .carousel-thum .scroll-area {
            overflow-y: hidden;
            overflow-x: auto;
            white-space: nowrap;
            padding-bottom: 0.769em;
        }

            .carousel .carousel-thum .scroll-area .item {
                background: #000;
                cursor: pointer;
                margin-right: 0.154em;
                width: 10.308em;
                border: 0;
                display: inline-block;
            }

                .carousel .carousel-thum .scroll-area .item img {
                    display: block;
                    opacity: 0.5;
                    width: 100%;
                }

                .carousel .carousel-thum .scroll-area .item.selected img,
                .carousel .carousel-thum .scroll-area .item:hover img,
                .carousel .carousel-thum .scroll-area .item:focus img {
                    opacity: 1;
                }


/*Go To Top*/
.go-to-top {
    padding: 1em;
    overflow: hidden;
    text-align: right;
}


    .go-to-top a {
        display: inline-block;
        padding-left: 2em;
        background: url(img/gotop.png) no-repeat left center;
        line-height: 2em;
        text-decoration: none;
        font-weight: bold;
    }

        .go-to-top a:hover, .go-to-top a:focus {
            text-decoration: underline;
        }

/*Filter Widget*/
.filter-widget {
    overflow: hidden;
    background: #f1f1f1;
    padding: 0 0.769em;
    margin-bottom: 1.538em;
    position: relative;
}

    .filter-widget .fieldset-container {
        padding: 1em 0;
    }

        .filter-widget .fieldset-container label {
            display: block;
            font-weight: bold;
        }

.powered-by {
    position: absolute;
    top: 1em;
    right: 1em;
}




.filter-widget .magic-row {
    overflow: hidden;
    margin-bottom: 1em;
}

    .filter-widget .magic-row .magic-col {
        display: inline-block;
        overflow: hidden;
        margin-right: 1em;
    }

.filter-widget select, .filter-widget input[type="text"] {
    height: 1.8em;
    border: 1px solid #cccccc;
    background: #fff;
    margin-right: 0.5em;
    min-width: 3em;
    -moz-padding-end: 0.5em;
}

.filter-widget .filter-btn {
    line-height: 1.846em;
    background: #63534a; /* Old browsers */
    background: -moz-linear-gradient(top, #63534a 0%, #63534a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63534a), color-stop(100%,#63534a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #63534a 0%,#63534a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #63534a 0%,#63534a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #63534a 0%,#63534a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #63534a 0%,#63534a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63534a', endColorstr='#63534a',GradientType=0 ); /* IE6-9 */
    padding: 0 1.3em;
    border-radius: 0.3em;
    border: none;
    color: #fff;
    cursor: pointer;
}


/*Promote List*/


.promote-list {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .promote-list .item {
        border: 1px solid #ededed;
        margin: 1em;
        position: relative;
        width: 30.68%;
        box-sizing: border-box;
        padding-bottom: 5em;
    }

    .promote-list.small .item {
        width: 22.33%;
    }

    .promote-list.double .item {
        width: 47.33%;
    }

    .promote-list.full .item {
        width: 100%;
    }

    .promote-list.normal .item {
        padding-bottom: inherit;
    }

.cabinservices .promote-list.double .item:hover .description {
    background: #4c806e;
    color: #fff;
}

    .cabinservices .promote-list.double .item:hover .description a {
        color: #fff;
    }

        .cabinservices .promote-list.double .item:hover .description a:hover {
            text-decoration: none;
        }

.promote-list .item .image a {
    display: block;
}

.promote-list .item .image img {
    width: 100%;
    display: block;
}

.cabinclasses .promote-list .item .image {
    border-bottom: 5px solid #fad5cd;
}

.promote-list .item .image strong {
    padding: 1em;
    padding-bottom: 0;
    display: inline-block;
    color: #4c806e;
}

.promote-list .item .description {
    padding: 1em;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}


.hellokitty .promote-list .item .description h2 {
    color: #de266f;
}

.cabinclasses .promote-list .item .description h2 {
    color: #4c806e;
    font-weight: normal;
    font-size: 2em;
    font-family: geomanist_regularregular;
}

.promote-list .item .description table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

    .promote-list .item .description table th {
        width: 10em;
        text-align: left;
    }

    .promote-list .item .description table th,
    .promote-list .item .description table td {
        padding: 0.5em 0;
    }

.promote-list .item .description a {
    text-decoration: none;
    font-size: 1.231em;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 1em;
    display: inline-block;
    margin-bottom: 0;
}

    .promote-list .item .description a:hover {
        color: #4c806e;
        text-decoration: underline;
    }

.promote-list .item .description h2 {
    position: relative;
    font-family: geomanist_regularregular;
    font-weight: normal;
    font-size: 1.750em;
}

.cabinservices .promote-list .item .description h2 a {
    display: block;
    text-decoration: underline;
}

    .cabinservices .promote-list .item .description h2 a:hover {
        text-decoration: none;
    }

.promote-list .item .image span {
    position: absolute;
    top: 0.5em;
    left: 0em;
    z-index: 20;
    background: #e90000;
    color: #fff;
    padding: 0.3em 1em;
}


.promote-list .item .description .price {
    margin-bottom: 1em;
}

    .promote-list .item .description .price .fromto {
        vertical-align: top;
        margin-right: 0.5em;
    }

    .promote-list .item .description .price strong {
        font-size: 2.5em;
    }

        .promote-list .item .description .price strong span {
            font-weight: normal;
        }

.promote-list .item .description .detail strong {
    display: block;
}

.promote-list .item .action {
    border-top: 1px solid #ededed;
    padding: 1em;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .promote-list .item .action a {
        padding: 1em;
        text-decoration: none;
        background: #4c806e;
        border: 1px solid #4c806e;
        color: #fff;
        display: block;
        border-radius: 0.3em;
        text-transform: uppercase;
    }

        .promote-list .item .action a:focus,
        .promote-list .item .action a:hover {
            background: #fff;
            color: #4c806e;
        }

.promote-list.row-direction .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}

    .promote-list.row-direction .item .description {
        flex: 1;
    }



    .promote-list.row-direction .item .readmore-fixed {
        right: 1em;
        bottom: 0;
        position: absolute;
        font-size: 1.125em;
        text-decoration: underline;
        font-weight: bold;
    }

/*Travel News*/
.travel-news {
    overflow: hidden;
}

    .travel-news ul li {
        overflow: hidden;
        position: relative;
        padding-left: 6em;
        margin-bottom: 2em;
        min-height: 5.4em;
        margin-left: 0;
    }

        .travel-news ul li h2 {
            font-size: 1.3em;
        }

        .travel-news ul li aside {
            position: absolute;
            left: 0;
            top: 0;
            width: 4.5em;
            height: 5.2em;
            border: 1px solid #777;
            text-align: center;
        }

            .travel-news ul li aside span {
                display: block;
                padding: 0.1em;
            }

                .travel-news ul li aside span.year {
                    background: #4c806e;
                    color: #fff;
                }

                .travel-news ul li aside span.month {
                    font-size: 1.3em;
                }

                .travel-news ul li aside span.day {
                    font-size: 1.6em;
                    font-weight: bold;
                }

.lounges-intro {
    padding: 1em;
    margin-bottom: 1em;
}

    .lounges-intro img {
        display: inline-block;
        margin-bottom: 1em;
    }

    .lounges-intro h2 {
        color: #4c806e;
        font-size: 2em;
        font-weight: normal;
    }

.lounges-links {
    padding: 2em 1em;
    text-align: center;
    margin-bottom: 1em;
}

    .lounges-links a {
        padding: 1em;
        text-decoration: none;
        background: #4c806e;
        border-radius: 5px;
        color: #fff;
        border: 1px solid #4c806e;
    }

        .lounges-links a:hover, .lounges-links a:focus {
            color: #4c806e;
            border-color: #4c806e;
            background-color: #fff;
        }
/*More Services*/
.more-services {
    overflow: hidden;
    display: flex;
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px;
    margin-bottom: 2rem;
}

    .more-services .item {
        width: 100%;
        overflow: hidden;
        background: #f7f4f1;
        padding: 1em;
        margin: 0 0.2rem;
        text-align: center;
        position: relative;
        padding-bottom: 5em;
    }

        .more-services .item h3 {
            height: 4em;
            margin: 0;
        }

        .more-services .item img,
        .more-services .item p {
            display: block;
            margin: 0 auto;
            margin-bottom: 1em;
        }

        .more-services .item a {
            display: inline-block;
            padding: 0.7em 1em;
            background: #4c806e;
            color: #fff;
            text-decoration: none;
            border-radius: 0.3em;
            margin-right: 1em;
            margin-bottom: 1em;
            position: absolute;
            bottom: 0;
            left: 2em;
            right: 2em;
            border: 1px solid #4c806e;
        }

            .more-services .item a:hover, .more-services .item a:focus {
                background: #fff;
                color: #4c806e;
            }

/*Weather*/
.weather {
    overflow: hidden;
    border: 1px solid #ececec;
    padding: 2em 0.5em;
}

    .weather .city {
        float: left;
        overflow: hidden;
        width: 36em;
        margin-right: 2em;
    }

        .weather .city:last-child {
            margin-right: 0;
        }

        .weather .city .item {
            float: left;
            text-align: center;
            margin: 0 0.96em;
            color: #757575;
        }

            .weather .city .item strong {
                font-size: 1.7em;
                line-height: 8em;
                display: block;
            }

            .weather .city .item span {
                display: block;
                margin-bottom: 1em;
                font-weight: bold;
            }

            .weather .city .item img {
                display: block;
                margin: 0 auto;
                margin-bottom: 1em;
            }

            .weather .city .item table {
                display: inline-block;
                table-layout: fixed;
                text-align: left;
                margin: 0 auto;
            }

                .weather .city .item table th {
                    font-weight: normal;
                    padding: 0.1em;
                }

                .weather .city .item table td {
                    font-weight: bold;
                    padding: 0.1em;
                }
/*Card information*/

.card-information {
    overflow: hidden;
    padding: 2em;
    border: 1px solid #ececec;
}

    .card-information .item {
        float: left;
        text-align: center;
        margin: 0 1.4em;
        width: 15em;
    }

        .card-information .item a {
            display: block;
            padding: 0.7em 1em;
            background: #4c806e;
            color: #fff;
            text-decoration: none;
            border-radius: 0.3em;
            margin-right: 1em;
            margin-bottom: 1em;
            border: 1px solid #4c806e;
        }

            .card-information .item a:hover, .card-information .item a:focus {
                background: #fff;
                color: #4c806e;
            }

        .card-information .item img {
            display: block;
            margin: 1em auto;
        }
/*Cards*/
.card-date-container {
    overflow: hidden;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ececec;
}

    .card-date-container .card-date-left {
        float: left;
        margin-right: 2.3em;
    }

        .card-date-container .card-date-left .card-date {
            background: #4c806e;
            color: #fff;
            width: 7.692em;
            height: 7.692em;
            position: relative;
        }

            .card-date-container .card-date-left .card-date span.card-day {
                display: block;
                font-size: 4em;
                text-align: center;
                line-height: 1.5em;
            }

            .card-date-container .card-date-left .card-date span.card-month-year {
                display: block;
                text-align: center;
                position: absolute;
                bottom: 1em;
                left: 0;
                right: 0;
            }

    .card-date-container .card-date-right {
        float: left;
        width: 65.085em;
    }

.card-container {
    overflow: hidden;
    border: 2px solid #ececec;
    margin-bottom: 2em;
}

    .card-container.to-top {
        margin-top: -2.1em;
    }

    .card-container.green {
        border-color: #4c806e;
    }

    .card-container .card-title {
        padding: 0.2em 1em;
        border-bottom: 1px solid #ececec;
    }

.newcard-item .card-compare > div.card-title {
    width: 20%;
    padding-top: 2.1rem;
}

        .card-container .card-title .card-date {
            padding: 1em 0;
        }

            .card-container .card-title .card-date h3 {
                font-size: 1em;
                margin: 0;
                line-height: normal;
            }

            .card-container .card-title .card-date .card-day {
                background: #4c806e;
                color: #fff;
                font-size: 2.5em;
                height: 2em;
                width: 2em;
                text-align: center;
                display: inline-block;
                line-height: 2em;
                vertical-align: middle;
                margin-right: 0.3em;
            }

            .card-container .card-title .card-date .card-month-year {
                font-size: 1.5em;
                vertical-align: middle;
                display: inline-block;
            }

.card {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

    .card.auto-height {
        min-height: 0;
    }

    .card .left {
        padding: 1.5em 1em;
        flex: 1 1 20%;
    }

    .card .right {
        flex: 1 1 auto;
    }

    .card.simple-card .right {
        padding: 1.5em 1em;
        min-width: 50%;
    }

    .card .card-step {
        float: left;
        width: 10em;
        margin-right: 2em;
        text-align: center;
    }

        .card .card-step span {
            display: block;
            text-align: center;
            margin: 0.2em auto;
            margin-bottom: 0.7em;
        }

        .card .card-step strong {
            background: #4c806e;
            line-height: 2em;
            width: 2em;
            font-size: 2em;
            color: #fff;
            display: block;
            text-align: center;
            border-radius: 50%;
            margin: 0 auto;
            font-weight: normal;
            margin-top: 0.5em;
        }



    .card .right .right-bg-container {
        background: url(img/col-bg.png) repeat;
        border-radius: 1em;
        padding: 1em;
    }

.card-table table {
    border: 0;
    border-collapse: collapse;
}

.card .left .card-table {
    margin-top: 2em;
    line-height: 1.5em;
    box-sizing: border-box;
}



.card-table table td {
    font-weight: bold;
    padding: 0.3em 0;
    text-align: left;
    line-height: 2em;
    vertical-align: top;
}

    .card-table table td.field-title {
        font-weight: normal;
        padding: 0.3em;
        text-align: left;
        vertical-align: top;
        width: 13em;
        line-height: 1.7em;
    }

        .card-table table td.field-title span {
            width: 2em;
            height: 2em;
            vertical-align: middle;
            display: block;
            float: left;
            margin-right: 0.3em;
            text-align: center;
        }

            .card-table table td.field-title span img {
                vertical-align: middle;
            }

        .card-table table td.field-title strong {
            display: inherit;
        }

.card-summary-table {
    overflow: hidden;
    padding: 0 1em;
    width: 100%;
    box-sizing: border-box;
}

    .card-summary-table table {
        width: 100%;
        margin-bottom: 1em;
    }

        .card-summary-table table th,
        .card-summary-table table td {
            text-align: left;
            vertical-align: top;
            padding: 1em 0;
        }

        .card-summary-table table th {
            font-weight: normal;
        }

        .card-summary-table table td {
            border-bottom: 1px dotted #ececec;
            font-size: 1.2em;
            font-weight: bold;
        }

            .card-summary-table table td .numOfPass {
                font-size: 2em;
                line-height: 2em;
                width: 2em;
                font-weight: bold;
                display: block;
                text-align: center;
                background: url(img/col-bg.png) repeat;
                margin: 0 auto;
            }

.dest-intro {
    overflow: hidden;
    padding-bottom: 1em;
}

    .dest-intro span {
        margin-right: 2em;
        margin-bottom: 1em;
        display: block;
        float: left;
    }

        .dest-intro span strong {
            margin-left: 1em;
        }

.dest-map {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    min-width: 100%;
}

    .dest-map.flexbox {
        flex-wrap: nowrap;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dest-map > div {
        float: left;
        margin-right: 2em;
        min-height: 4em;
    }

        .dest-map > div.via-dest {
            max-width: 8em;
            min-width: 2em;
        }

        .dest-map > div strong {
            font-size: 2em;
            padding-bottom: 0.5em;
            margin-bottom: 0.5em;
            border-bottom: 1px #ececec dotted;
            display: block;
        }

        .dest-map > div.via-dest strong {
            border: none;
            display: block;
        }

        .dest-map > div.via-dest .dest-desc {
            text-align: center;
        }

        .dest-map > div.to-dest {
            margin-right: 0em;
        }

        .dest-map > div strong.dec-arrow {
            text-indent: -9999px;
            display: block;
            background: url(img/to-icon.png) no-repeat center;
            height: 1.25em;
        }

    .dest-map > .flight-dest {
        margin-right: 1em;
    }

        .dest-map > .flight-dest strong {
            font-size: 1.5em;
            border: 0;
            color: #4c806e;
            padding-bottom: 0;
        }

.right .dest-map {
    padding: 1.5em;
}

.dest-desc {
    font-weight: bold;
    width: 8em;
}

.card .right .dest-desc {
    width: auto;
}

.dest-desc span {
    color: #4c806e;
}

    .dest-desc span.sub-title {
        color: #333333;
        display: inline-block;
    }

.card .desc-detail strong {
    color: #4c806e;
}

.card .desc-buttons {
    overflow: hidden;
    padding: 1em 0;
}

    .card .desc-buttons a {
        display: inline-block;
        padding: 0.5em 0.5em;
        background: #4c806e;
        color: #fff;
        text-decoration: none;
        border-radius: 0.3em;
        margin-right: 0.3em;
        margin-bottom: 0.5em;
        border: 1px solid #4c806e;
    }

        .card .desc-buttons a:hover, .card .desc-buttons a:focus {
            color: #4c806e;
            background: #fff;
        }

.multi-card {
    overflow: hidden;
}

    .multi-card .card-row {
        border-bottom: 1px solid #ececec;
        overflow: hidden;
        margin-bottom: 1em;
    }


        .multi-card .card-row:last-child {
            border-bottom: none;
        }

        .multi-card .card-row .card-col {
            width: 49%;
            float: left;
        }

            .multi-card .card-row .card-col:nth-child(even) {
                float: right;
            }

            .multi-card .card-row .card-col .left {
                width: 100%;
                box-sizing: border-box;
            }

.depature-information {
    background: #f7f4f1;
    border-radius: 1em;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

    .depature-information .departure-items {
        overflow: hidden;
    }

        .depature-information .departure-items .item {
            float: left;
            margin: 0 2em;
            padding-left: 8em;
            width: 24em;
        }

            .depature-information .departure-items .item:first-child {
                background: url(img/man-with-baggage.png) no-repeat left center;
            }

            .depature-information .departure-items .item:last-child {
                background: url(img/baggage-icon.png) no-repeat left center;
            }

.flight-icon {
    height: 4em;
    width: 4em;
    display: inline-block;
    vertical-align: middle;
    background: url(img/flight-icon.png) no-repeat center;
}

.card-tools {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

    .card-tools .item {
        height: 100%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGElEQVQYV2P8+vXrf25ubkZGBgYGBhAHAEdBB+FfEorVAAAAAElFTkSuQmCC) repeat;
        width: 11rem;
        text-align: center;
        position: relative;
        border-left: 1px solid #ececec;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex: 0 0 11rem;
    }

        .card-tools .item .item-container {
            flex-shrink: 1;
            flex-grow: 1;
            min-height: 25em;
            border-bottom: 1px solid #ececec;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding-bottom: 1em;
        }

            .card-tools .item .item-container:last-child {
                border-bottom: 0;
            }

        .card-tools .item .item-content {
            min-height: 7rem;
            overflow: hidden;
            margin-bottom: 0.5rem;
        }

        .card-tools .item ul {
            margin: 0;
            padding: 0;
            min-height: 4.6rem;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            align-items: center;
        }


        .card-tools .item .item-content li {
            font-size: 1.625rem;
            list-style: none;
            margin: 0;
        }

        .card-tools .item .item-title {
            font-weight: bold;
            display: block;
            margin-bottom: 1em;
            margin-top: 1em;
            font-size: 1rem;
            min-height: 2.5rem;
        }



        .card-tools .item .item-content img {
            margin-bottom: 1rem;
        }

        .card-tools .item .item-links {
        }

            .card-tools .item .item-links a {
                display: block;
                line-height: 1.6em;
                word-break: break-all;
                padding: 0.2em;
                box-sizing: border-box;
            }

/*Meal*/
.meal-types {
    overflow: hidden;
}

    .meal-types .meal-type {
        margin-bottom: 1em;
        display: none;
    }

        .meal-types .meal-type:first-child {
            display: block;
        }

.meal-type fieldset {
    border: 0;
    padding: 0;
}

    .meal-type fieldset legend {
        font-size: 1.5em;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .meal-type fieldset .meal-group {
        margin-bottom: 2em;
    }

    .meal-type fieldset .item {
        border: 2px solid #ececec;
        border-radius: 1em;
        padding: 1em;
        margin: 1em 0;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex; /* Safari */
        display: flex;
    }

        .meal-type fieldset .item .left {
            width: 2.1em;
            padding-right: 0.5em;
        }

        .meal-type fieldset .item span.selected-icon {
            display: inline-block;
            text-indent: 0;
            width: 2em;
            height: 2em;
            overflow: hidden;
            text-indent: -9999px;
            vertical-align: middle;
            background: url(img/success-icon.png) no-repeat center;
            background-size: 100% 100%;
            display: none;
        }

        .meal-type fieldset .item.active {
            border-color: #abe7d4;
        }

            .meal-type fieldset .item.active span.selected-icon {
                display: inline-block;
            }

        .meal-type fieldset .item strong {
            display: block;
            cursor: pointer;
            font-size: 1.5em;
            line-height: 1.5em;
            vertical-align: middle;
            margin-bottom: 0.5em;
        }

        .meal-type fieldset .item label, .meal-type fieldset .item > span {
            display: block;
            cursor: pointer;
            font-size: 1.5em;
            line-height: 2em;
            vertical-align: middle;
            margin-bottom: 0.5em;
        }

            .meal-type fieldset .item label img {
                vertical-align: top;
            }

        .meal-type fieldset .item .left input {
            vertical-align: middle;
            display: inline-block;
            margin-top: 0.8em;
        }


.meal-type .tab-switcher {
    overflow: hidden;
    width: 100%;
}

    .meal-type .tab-switcher .item {
        float: left;
        width: 45.9%;
        margin-right: 2%;
        cursor: pointer;
    }

        .meal-type .tab-switcher .item:last-child {
            margin-right: 0;
        }
/*prohibited*/
.prohibited {
    overflow: hidden;
}

    .prohibited .prohibited-row {
        border-bottom: 1px solid #ececec;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        table-layout: fixed;
        border-spacing: 1em;
    }

    .prohibited .item {
        overflow: hidden;
        padding: 1.5em;
        border: 3px solid #ececec;
        vertical-align: top;
        width: 48.7%;
        margin: 1em 0.5em;
        box-sizing: border-box;
    }

        .prohibited .item:last-child {
            margin-right: 0;
        }

        .prohibited .item img {
            display: block;
            float: left;
            width: 17.3em;
            margin-right: 0.5em;
        }

        .prohibited .item .prohibited-content {
            float: left;
            margin-left: 0.5em;
            max-width: 42%;
        }


/*Member Cards*/

.member-card {
    overflow: hidden;
}

    .member-card .card-box {
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }

        .member-card .card-box .card-image-cont {
            position: relative;
            display: inline-block;
        }

        .member-card .card-box img {
            display: inline-block;
            margin: 1em auto;
        }

        .member-card .card-box .card-box-link {
            margin: 1em 0;
        }

            .member-card .card-box .card-box-link a {
                line-height: 2em;
            }

        .member-card .card-box .card-number {
            position: absolute;
            top: 14em;
            left: 7.5em;
            min-width: 10em;
            text-align: left;
            color: #fff;
        }

            .member-card .card-box .card-number span {
                display: block;
                line-height: 1.5em;
            }

/*Zoom*/

.map-view {
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
}

    .map-view > div {
        margin: 0 auto;
        position: relative;
    }

    .map-view img {
        display: block;
    }

    .map-view .controller {
        position: absolute;
        bottom: 1em;
        right: 5em;
        height: 5em;
        width: 8em;
        background-color: rgba(0,0,0,0.4);
        border-radius: 1em;
    }

        .map-view .controller button {
            position: absolute;
            overflow: hidden;
            width: 18px;
            height: 18px;
            background: none;
            border: none;
            text-indent: -9999px;
            display: block;
            background-image: url(img/icons.png);
            background-color: #fff;
            background-repeat: no-repeat;
            z-index: 20;
            border-radius: 0.3em;
            cursor: pointer;
            background-size: 33.5em 7.6em;
        }

            .map-view .controller button#topPositionMap {
                top: 0.2em;
                right: 1.7em;
                background-position: -19.9em -1.2em;
            }

            .map-view .controller button#leftPositionMap {
                top: 1.7em;
                right: 3.2em;
                background-position: -8.6em -1.2em;
            }

            .map-view .controller button#rightPositionMap {
                top: 1.7em;
                right: 0.2em;
                background-position: -12.4em -1.2em;
            }

            .map-view .controller button#bottomPositionMap {
                top: 3.2em;
                right: 1.7em;
                background-position: -16.14em -1.2em;
            }

            .map-view .controller button#zoomInButton {
                top: 0.7em;
                right: 6em;
                background-position: -1.18em -1.14em;
            }

            .map-view .controller button#zoomOutButton {
                top: 2.7em;
                right: 6em;
                background-position: -4.9em -1.14em;
            }


/*lounges grid*/
.lounges-grid {
    overflow: hidden;
}

    .lounges-grid .row {
        overflow: hidden;
        margin-bottom: 1em;
        padding: 1em 0;
        border-bottom: 1px solid #ececec;
    }

        .lounges-grid .row .column {
            float: left;
            width: 50%;
            padding: 1em;
            box-sizing: border-box;
        }

            .lounges-grid .row .column .top-image img {
                width: 100%;
                margin-bottom: 1em;
            }

            .lounges-grid .row .column .bottom-image {
                text-align: right;
                margin-bottom: 1em;
            }

/*Sitemap*/
.sitemap > ul {
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
    column-count: 2;
    column-gap: 2.5em;
    /* Chrome, Safari, Opera */
    -webkit-column-gap: 40px;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-color: #ececec;
    /* Firefox */
    -moz-column-gap: 40px;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -moz-column-rule-color: #ececec;
    column-gap: 40px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #ececec;
}

    .sitemap > ul > li {
        display: list-item;
        text-align: -webkit-match-parent;
    }

        .sitemap > ul > li > a {
            color: #4c806e;
            font-size: 1.2em;
            line-height: 2em;
        }

/*Wallpapers*/
.wallpapers {
    overflow: hidden;
}

    .wallpapers .wallpapers-row {
        overflow: hidden;
        margin-bottom: 2em;
        border-bottom: 1px solid #ececec;
    }

        .wallpapers .wallpapers-row .item {
            float: left;
            width: 48%;
            height: 32em;
            margin: 1em 0;
        }

            .wallpapers .wallpapers-row .item:nth-child(even) {
                margin-right: 2%;
            }

            .wallpapers .wallpapers-row .item:nth-child(odd) {
                margin-left: 1em;
            }

            .wallpapers .wallpapers-row .item img {
                display: block;
                margin-bottom: 1em;
                width: 100%;
            }


/*Partners grid*/
.partners {
    overflow: hidden;
}

    .partners .partners-container {
        overflow: hidden;
        margin-bottom: 2em;
    }

        .partners .partners-container .partner {
            display: none;
            border: 2px solid #ececec;
            padding: 1em;
        }

            .partners .partners-container .partner:first-child {
                display: block;
            }

.partners-grid span {
    padding: 0.2em;
    border: 2px solid #ececec;
    display: inline-block;
    float: left;
    margin: 0.5em;
    cursor: pointer;
}

    .partners-grid span img {
        display: block;
    }


/*Partners cards*/
.airline-partners {
    overflow: hidden;
    margin-bottom: 1.538em;
}

    .airline-partners .partner-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .airline-partners .partner-row > .item {
            border: 2px solid #efefef;
            width: 100%;
            margin: 1em;
            padding: 1em;
        }

        .airline-partners .partner-row:last-child > .item {
            max-width: 44.4%;
        }

        .airline-partners .partner-row > .item .partner-top {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #efefef;
            padding: 1em 0;
            margin-bottom: 1em;
        }

            .airline-partners .partner-row > .item .partner-top > div {
                width: 100%;
            }

                .airline-partners .partner-row > .item .partner-top > div.partner-left {
                    text-align: center;
                    margin-right: 1em;
                }

/*#Partners cards*/

/*issuance*/
.issuance {
    width: 44.615em;
    margin: 0 auto;
    overflow: hidden;
}

    .issuance .issuance-title {
        text-align: center;
    }

    .issuance .ticket-table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 2em;
    }

        .issuance .ticket-table caption {
            padding: 1em;
            text-align: right;
        }

        .issuance .ticket-table th, .issuance .ticket-table td {
            border: 1px solid #ccc;
            padding: 0.6em;
            text-align: center;
            height: 1.5em;
        }


/*Seat Map*/
.seat-map {
    overflow: hidden;
    border: 2px solid #ececec;
}

.seat-icons {
    padding: 1em;
    padding-bottom: 0.3rem;
    border-top: 1px solid #ececec;
    overflow: hidden;
    margin-bottom: 0;
}

    .seat-icons .seat-icon {
        float: left;
        margin-right: 2em;
        margin-bottom: 0.7em;
    }

        .seat-icons .seat-icon img {
            vertical-align: middle;
            display: inline-block;
            margin-right: 0.2em;
        }

.seat-select-widget {
    overflow: hidden;
    padding: 1em;
    text-align: center;
}

.seat-fleet-container {
    border: 1px solid #ececec;
    overflow: hidden;
    margin-bottom: 1em;
    float: right;
    width: 9em;
}

    .seat-fleet-container .seat-right-top {
        background: #f5f5f5;
        text-align: center;
        font-weight: bold;
        overflow: hidden;
        border-bottom: 1px solid #ececec;
    }

    .seat-fleet-container .craft-image {
        text-align: center;
        position: relative;
        padding: 1em;
        text-align: center;
        height: 41.5em;
        box-sizing: border-box;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .seat-fleet-container .craft-image img {
            display: block;
            margin: 0 auto;
            margin-bottom: 1em;
            width: 5.695em;
        }

        .seat-fleet-container .craft-image .mask {
            background: rgba(169,192,184,0.6);
            position: absolute;
            width: 5em;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            box-sizing: border-box;
        }


.seat-select-container {
    overflow: hidden;
    border: 1px solid #ececec;
    height: 45.35em;
    background: #c4dbd3;
    padding: 0 2em;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

    .seat-select-container table {
        border: 0;
        border-collapse: separate;
        border-spacing: 0.8em;
    }

        .seat-select-container table td {
            min-width: 3em;
        }

    .seat-select-container .wings {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 0;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0 0 0px 2px #ccc;
        border-radius: 4em 4em 0 0;
    }

    .seat-select-container .left-exit {
        position: absolute;
        
        width: 22px;
        height: 50px;
        background: url(img/left-exit.jpg) no-repeat center;
        z-index: 13;
    }

    .seat-select-container .right-exit {
        position: absolute;
        
     
        width: 22px;
        height: 50px;
        background: url(img/right-exit.jpg) no-repeat center;
        z-index: 13;
    }

    .seat-select-container .seats {
        overflow: hidden;
        background: #fff;
        border: 2px solid #ccc;
        border-top: none;
        border-bottom: none;
        padding: 2em 1em;
        z-index: 11;
        position: relative;
        min-height: 41.2em;
    }

.seat-item {
    width: 3em;
    height: 3em;
    border: 1px solid transparent;
    vertical-align: middle;
    text-align: center;
    line-height: 3em;
    font-weight: bold;
    text-indent: -999px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    letter-spacing: 3px;
    font-size: 1em;
    display: inline-block;
    position: relative;
}

span.seat-item {
    text-indent: inherit;
}

.seat-item.available, .seat-item.noseat {
    border-color: #757575;
    cursor: pointer;
}


.seat-item.wing-seat:after {
    background: #1a79c4;
    height: 200%;
    width: 200%;
    position: absolute;
    content: "";
    right: 20%;
    top: 20%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.seat-item.no-window:before {
    background: #956b45;
    height: 200%;
    width: 200%;
    position: absolute;
    content: "";
    left: 20%;
    top: 20%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.seat-item.unavailable {
    border-color: #757575;
    background: #757575;
    color: #000;
}

.seat-item.yourseat strong {
    display: block;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.5em;
    color: #fff;
    font-weight: normal;
    z-index: 10;
}

.seat-item.lavatory {
    border-color: #ececec;
    background: url(img/wc.png) no-repeat center #ececec;
    width: 100%;
    box-sizing: border-box;
}

.seat-select-container table td.lavatory-td {
    border-color: #ececec;
    background: #ececec;
}

.seat-item.lavatory.half {
    width: 49%;
    display: inline-block;
}

.seat-item.gallery {
    border-color: #ececec;
    background: url(img/gallery.png) no-repeat center #ececec;
    width: 100%;
    box-sizing: border-box;
}


.seat-item.seat-preferred {
    border-color: #956b45;
    background: #956b45;
    cursor: pointer;
    position: relative;
}

.seat-item.seat-standard {
    border-color: #1979c5;
    background: #1979c5;
    cursor: pointer;
    position: relative;
}

.seat-item.seat-exit {
    border-color: #c727c9;
    background: #c727c9;
    cursor: pointer;
    position: relative;
}

.seat-item.yourseat {
    border-color: #4c806e;
    background: #4c806e;
    cursor: pointer;
    position: relative;
}

.row-exit {
    color: #fe0000;
}

.selected-seats {
    overflow: hidden;
    padding: 1em;
    text-align: left;
}

    .selected-seats ul {
        overflow: hidden;
    }

        .selected-seats ul li {
            list-style: none;
            padding: 0.5em;
            border: 1px solid #ececec;
            margin: 0.5em 1em;
            float: left;
            display: block;
            width: 45.5%;
            position: relative;
        }

            .selected-seats ul li .seat-number {
                background: #4c806e;
                width: 3.077em;
                height: 3.077em;
                line-height: 3.077em;
                display: inline-block;
                margin-right: 1em;
                text-align: center;
                font-weight: bold;
                color: #fff;
            }

            .selected-seats ul li button {
                background: #fff;
                border: 1px solid #877266;
                padding: 0.4em;
                border-radius: 0.4em;
                color: #877266;
                display: inline-block;
                cursor: pointer;
                position: absolute;
                right: 1em;
                top: 1em;
            }

.fleet-list .item {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    text-align: center;
}

    .fleet-list .item a {
        padding: 1em;
        text-decoration: none;
        background: #4c806e;
        border-radius: 0.3em;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
    }

    .fleet-list .item img {
        display: block;
        width: auto;
        margin: 0 auto;
    }
/*Amadeus*/
.cs-icon {
    background: none !important;
    position: relative;
    padding-left: 2.6em !important;
    font-size: 1.231em !important;
}

    .cs-icon::after {
        position: absolute;
        left: 0;
        top: 0.3em;
        width: 1.5em;
        bottom: 0;
        font-family: NewUI-icons;
        color: #4c806e;
        font-size: 1.8em;
        display: table-cell;
        vertical-align: middle;
        font-weight: normal;
        text-align: center;
    }

.cs-plane-off:after {
    content: "\f072";
}

.cs-mail:after {
    content: "\f003";
}

.cs-credit-card:after {
    content: "\f09d";
}

.cs-dollar:after {
    content: "\e009";
}

.cs-paypal:after {
    content: "";
    background: url(img/paypal-icon.png) no-repeat center 0.25rem;
}

.cs-passenger:after {
    content: "";
    background: url(img/passenger-icon.png) no-repeat center 0.25rem;
}

.cs-mileage:after {
    content: "";
    background: url(img/mileage-icon.png) no-repeat center 0.25rem;
}

.cs-header, .cs-header th {
    background: #dbd0be !important;
}


.cs-progress-wrapper {
    background: #4c806e;
    color: #fff;
}

.cs-progress {
    overflow: hidden;
    width: 75.385em;
    margin: 0 auto;
    padding: 0 1.538em;
    clear: both;
}

    .cs-progress h1 {
        font-weight: 700;
        text-shadow: 2px 2px rgba(0,0,0,0.2);
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: normal;
        float: left;
        padding: .30em 0;
    }

    .cs-progress .progress {
        float: right;
        text-align: right;
    }

        .cs-progress .progress .item {
            display: inline-block;
            padding: 0.4em 1em;
            padding-top: 0.5em;
            min-width: 6em;
            font-size: 1.3em;
            text-align: left;
            font-weight: normal;
            text-shadow: 0 1px #000;
            border-bottom: .5em solid #3f3f3f;
            margin-left: 1em;
            background: url(img/date-picker-arrow.png) no-repeat right 1.1em;
            background-size: 0.6em;
        }

            .cs-progress .progress .item.current {
                border-bottom: .5em solid #DBD0BE;
            }

            .cs-progress .progress .item span {
                background: #3f3f3f;
                color: #FFFFFF;
                text-shadow: none;
                content: counter(li) '';
                margin-right: .5em;
                width: 2em;
                line-height: 2em;
                border-radius: 2em;
                font-family: sans-serif;
                display: inline-block;
                text-align: center;
            }

            .cs-progress .progress .item.current span {
                background: #DBD0BE;
                color: #3f3f3f;
            }


.summary-box {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    border: 3px solid #ececec;
    box-sizing: border-box;
    color: #333;
    min-width: 30em;
    margin-bottom: 1rem;
    overflow: hidden;
}

    .summary-box.for-seat {
        min-width: 30.7rem;
        display: block;
        height: 100%;
        overflow: hidden;
    }

    .summary-box .left, .summary-box .right {
        padding: 1em;
        box-sizing: border-box;
        width: 100%;
    }

    .summary-box .right {
        overflow: hidden;
    }

        .summary-box .right table {
            font-size: 1.85em;
            width: 100%;
        }



    .summary-box.for-seat .right table {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .summary-box.for-seat.single th {
        font-size: 1rem;
    }

    .summary-box.for-seat.single td {
        font-size: 1.563rem;
        font-weight: normal;
    }

        .summary-box.for-seat.single td strong {
            font-size: 1.563rem;
        }



    .summary-box.for-seat .right table:last-child {
        margin-bottom: 0;
    }

    .summary-box.for-seat .right table caption {
        font-weight: bold;
        text-align: left;
        padding-left: 0.5em;
    }

        .summary-box.for-seat .right table caption .num {
            background: #4c806e;
            color: #fff;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            border: 2px solid #4c806e;
            text-align: center;
            line-height: 1.4em;
            border-radius: 2em;
            margin-right: 0.5rem;
            font-size: 1.5em;
            font-weight: normal;
            position: relative;
            z-index: 15;
        }


    .summary-box .right table th, .summary-box .right table td {
        padding: 0.4rem;
    }

    .summary-box .right table th {
        text-align: left;
        font-weight: normal !important;
    }

    .summary-box .right table tbody th {
        text-align: left;
        font-weight: bold !important;
    }

    .summary-box .right table th .color-hl {
        font-weight: normal;
    }

    .summary-box .right table td {
        text-align: right;
    }

    .summary-box .right table tfoot th,
    .summary-box .right table tfoot td {
        border-top: 1px solid #ececec;
    }

    .summary-box.for-seat.single tfoot *, .summary-box tfoot.big * {
        font-size: 1.875rem !important;
        padding-top: 1.875rem !important;
    }

    .summary-box.for-seat.single tfoot th {
        padding-left: 2rem;
    }


    .summary-box.-flex .left,
    .summary-box.-flex .right {
        width: auto;
    }
/*NEW CARD*/
.newcard-container {
    overflow: hidden;
    margin-bottom: 2em;
}

    .newcard-container fieldset {
        border: none;
        margin: 0;
    }

    .newcard-container > fieldset > legend {
        font-size: 1em;
        font-weight: bold;
        background: #e5f5f3;
        padding: 1em;
        margin-bottom: 1em;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .newcard-container .newcard-date {
        display: block;
    }

.newcard-date h3 {
    margin: 0;
}

.newcard-container .newcard-date strong {
    background: #4c806e;
    color: #fff;
    font-size: 2em;
    height: 2em;
    width: 2em;
    text-align: center;
    display: inline-block;
    border-radius: 2em;
    line-height: 2em;
    vertical-align: middle;
    margin-right: 0.5em;
}

.newcard-container .newcard-date span {
    font-size: 1.5em;
    vertical-align: middle;
    display: inline-block;
}

.newcard-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


    .newcard-row .newcard-col {
        margin-bottom: 1em;
        border: 2px solid #ececec;
        box-sizing: border-box;
        flex: 0 0 49%;
    }

        .newcard-row .newcard-col:focus,
        .newcard-row .newcard-col.active,
        .newcard-row .newcard-col:hover {
            border-color: #4c806e;
        }

        .newcard-row .newcard-col.full-width {
            max-width: 100%;
            flex: 0 0 100%;
        }

.newcard-item > div {
    padding: 1em;
    border-bottom: 1px solid #ececec;
}

    .newcard-item > div:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

.flexbox .newcard-item > div {
    padding: 0 1em;
}

.newcard-item .card-title {
    overflow: hidden;
    text-align: center;
}

    .newcard-item .card-title h3 {
        font-size: 2em;
    }

.card-title h3 span {
    padding: 0 1rem;
    display: inline-block;
}

.newcard-item .card-title a {
    float: right;
}

.newcard-item .card-title .flexbox {
    margin-bottom: 0;
}

.newcard-item .card-title .card-date {
    overflow: hidden;
}



.newcard-item .card-compare {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

    .newcard-item .card-compare > div {
        border-left: 1px solid #ececec;
        padding-left: 1em;
        box-sizing: border-box;
        flex-grow: 1;
        width: 50%;
    }

        .newcard-item .card-compare > div:first-child {
            border-left: none;
            padding-left: 0em;
        }

        .newcard-item .card-compare > div strong, .newcard-item .card-compare > div span {
            display: block;
            margin-bottom: 0.5em;
        }

            .newcard-item .card-compare > div strong.city-code {
                font-size: 2em;
            }

                .newcard-item .card-compare > div strong.city-code span {
                    font-size: 0.8em;
                    display: inline-block;
                }

                    .newcard-item .card-compare > div strong.city-code span.small {
                        font-size: 0.5em;
                    }

.newcard-item .card-radios-container {
    overflow: hidden;
}

    .newcard-item .card-radios-container fieldset legend {
        font-weight: bold;
        margin-bottom: 1em;
    }

    .newcard-item .card-radios-container .card-radios .radio-col {
        display: inline-block;
        margin-bottom: 1em;
        min-width: 8em;
        padding: 0.4em;
        box-sizing: border-box;
        border-radius: 0.3em;
        border: 1px solid #ececec;
        text-align: center;
    }

        .newcard-item .card-radios-container .card-radios .radio-col.selected {
            background: #dcf9ec;
        }

.newcard-item .newcard-table table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.newcard-item .newcard-table.wide table {
    width: 100%;
}

.newcard-item .newcard-table table th, .newcard-item .newcard-table table td {
    padding-bottom: 0.5em;
    vertical-align: top;
    line-height: 1.5em;
}

    .newcard-item .newcard-table table td a {
        white-space: nowrap;
        display: inline-block;
    }

.newcard-item .newcard-table table th {
    text-align: left;
    min-width: 10em;
}

.newcard-item .newcard-title-content p strong, .newcard-item .newcard-title-content p span {
    display: block;
}

.newcard-item .newcard-table table th label {
    width: 170px;
}

.print-right-container {
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
    flex-direction: column;
    align-items: baseline;
    max-width: 27em;
}

    .print-right-container > img {
        margin: 0 1.5em;
        width: auto;
    }

    .print-right-container p > strong {
        font-size: 1.5em;
        padding: 0.5em 0;
    }


.immigration {
    border: 1px solid #dedede;
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
}

    .immigration.min-height {
        min-height: 8em;
    }

    .immigration strong {
        display: block;
        margin: 1em;
    }

.card-select-form .select-row {
    margin-bottom: 1em;
}

    .card-select-form .select-row span,
    .card-select-form .select-row label,
    .card-select-form .select-row strong {
        display: inline-block !important;
        margin-right: 1em;
    }


.newcard-buttons {
    overflow: hidden;
    text-align: center;
    overflow: hidden;
}

    .newcard-buttons > .button-item {
        overflow: hidden;
    }

        .newcard-buttons > .button-item > * {
            padding: 0.5em 1em;
            box-sizing: border-box;
            display: inline-block;
            font-size: 1.5em;
            white-space: nowrap;
            color: #fff;
            text-decoration: none;
            border-radius: 0.3em;
            margin: 0.1em 0;
            border: 1px solid #4c806e;
            cursor: pointer;
            color: #4c806e;
            background: no-repeat;
            background-color: #fff;
            font-weight: bold;
        }

            .newcard-buttons > .button-item > *.negative {
                background: #757575;
                color: #fff;
                border-color: #757575;
            }

        .newcard-buttons > .button-item > input[type=radio], .newcard-buttons > .button-item > input[type=checkbox] {
            position: absolute;
            left: -999999px;
        }

        .newcard-buttons > .button-item input:checked + label, .newcard-buttons > .button-item > *:hover + label, .newcard-buttons > .button-item > *:focus + label {
            background: #4c806e;
            color: #fff;
            border-color: #4c806e;
        }

        .newcard-buttons > .button-item input[type="checkbox"]:checked + label:before, .newcard-buttons > .button-item input[type="radio"]:checked + label:before {
            content: "\2713";
            font-family: Arial;
            line-height: 1em;
            color: !important;
        }

        .newcard-buttons > .button-item input[type="checkbox"]:checked + label:after {
            content: "\2715";
            font-family: Arial;
            line-height: 1em;
            padding-left: 0.5em;
            margin-left: 0.5em;
            border-left: 1px solid #fff;
            font-weight: bold;
        }

        .newcard-buttons > .button-item input:disabled + label {
            background-color: #ececec;
            color: #777;
            border-color: #ececec;
        }

    .newcard-buttons > .checkbox-item {
        position: relative;
    }

        .newcard-buttons > .checkbox-item label, .newcard-buttons > .checkbox-item p {
            padding: 0.9em;
            font-size: 1.25em;
            display: inline-block;
            margin: 0;
        }

        .newcard-buttons > .checkbox-item label {
            padding-left: 3em;
            background: url(img/checkbox_off.svg) no-repeat left center;
            cursor: pointer;
            background-size: 46px 32px;
            border-radius: 0.5rem;
        }

            .newcard-buttons > .checkbox-item label span {
                position: relative;
                z-index: 2;
            }

        .newcard-buttons > .checkbox-item input:checked + label {
            background: none;
            padding: 0;
        }

            .newcard-buttons > .checkbox-item input:checked + label span {
                padding: 0.9em;
                padding-left: 3em;
                display: inline-block;
            }

                .newcard-buttons > .checkbox-item input:checked + label span:before {
                    content: "";
                    height: 3rem;
                    width: 3rem;
                    background: url(img/checkbox_on.svg) no-repeat left 0.5em;
                    top: 0;
                    left: 0;
                    position: absolute;
                    background-size: 46px 32px;
                    z-index: 2;
                }

            .newcard-buttons > .checkbox-item input:checked + label:after {
                content: "";
                position: absolute;
                left: -1em;
                right: -1em;
                bottom: -1em;
                top: -1em;
                background: #e5f5f3;
                z-index: 1;
            }

        .newcard-buttons > .checkbox-item input:focus:checked + label:after {
            box-shadow: inset 0px 0px 0 5px #2196f3;
        }

        .newcard-buttons > .checkbox-item input {
            height: 1px;
            top: 1px;
            left: 0;
            widows: 0;
            position: absolute;
            transform: scale(0);
            opacity: 0;
        }

    .newcard-buttons.-selected {
        background: #f3efea;
    }

    .newcard-buttons.-disabled {
        background: #ececec;
    }

.newcard-list ul li {
    display: inline;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0.2em;
}

.newcard-facny-label h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
}

.newcard-facny-label .left {
    background: #4c806e;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    text-align: center;
    border-radius: 2.5rem;
    font-size: 1.625rem;
    margin-right: 1rem;
    flex-shrink: 0;
    box-sizing: border-box;
    font-weight: bold;
}

.newcard-facny-label .right {
    font-size: 1.250rem;
}
/*#NEW CARD*/

/*Entertainmen*/

/*#Entertainmen*/
.entertainment-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dedede;
    padding: 1em 0;
    padding-bottom: 2em;
}

    .entertainment-tabs a {
        display: inline-block;
        position: relative;
        padding: 5em 0em 1em 0em;
        border-right: 1px solid #dedede;
        text-decoration: none;
        font-size: 1.23em;
        width: 20em;
        text-align: center;
    }

        .entertainment-tabs a:last-child {
            border-right: none;
        }

        .entertainment-tabs a:hover,
        .entertainment-tabs a.active {
            color: #4c806e;
        }

        .entertainment-tabs a i {
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            position: absolute;
            background-repeat: no-repeat;
            background-position: top center;
            -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
            filter: grayscale(100%);
        }

        .entertainment-tabs a:hover i, .entertainment-tabs a.active i {
            -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
            filter: grayscale(0%);
        }


        .entertainment-tabs a i.movie-icon {
            background-image: url(img/movie-icon.png);
        }

        .entertainment-tabs a i.tv-icon {
            background-image: url(img/tv-icon.png);
        }

        .entertainment-tabs a i.game-icon {
            background-image: url(img/game-icon.png);
        }

        .entertainment-tabs a i.book-icon {
            background-image: url(img/book-icon.png);
        }

        .entertainment-tabs a i.wifi-icon {
            background-image: url(img/wifi-icon.png);
        }

        .entertainment-tabs a i.duty-free-icon {
            background-image: url(img/duty-free-icon.png);
        }

.new-sub-tabs {
    padding: 2em 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

    .new-sub-tabs a {
        display: block;
        padding: 0em 4em;
        text-decoration: none;
        border-right: 1px solid #dedede;
    }

        .new-sub-tabs a:last-child {
            border: none;
        }

        .new-sub-tabs a:hover,
        .new-sub-tabs a.active {
            color: #4c806e;
        }

.seat-map-wrapper {
    border: 1px solid #cccccc;
    margin-bottom: 2em;
}

    .seat-map-wrapper .seat-map-top {
        padding: 1em 2em;
        border-bottom: 1px solid #ccc;
    }

        .seat-map-wrapper .seat-map-top .seat-map-links {
            margin-bottom: 1em;
        }

            .seat-map-wrapper .seat-map-top .seat-map-links a {
                margin-right: 1em;
            }

        .seat-map-wrapper .seat-map-top a:hover {
            color: #4c806e;
        }


    .seat-map-wrapper .seat-map-mid {
        text-align: center;
        padding: 1em;
    }

    .seat-map-wrapper .seat-map-mid {
        display: block;
        border-bottom: 1px solid #ccc;
        margin: 0 auto;
    }

    .seat-map-wrapper .seat-map-bot {
        padding: 1em 2em;
    }

        .seat-map-wrapper .seat-map-bot table {
            text-align: left;
        }

            .seat-map-wrapper .seat-map-bot table td,
            .seat-map-wrapper .seat-map-bot table th {
                padding-right: 1em;
                line-height: 1.5em;
            }

        .seat-map-wrapper .seat-map-bot .right {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .seat-map-wrapper .seat-map-bot .right a {
                padding: 1em;
                text-decoration: none;
                background: #4c806e;
                border-radius: 0.3em;
                color: #fff;
                display: inline-block;
                text-transform: uppercase;
            }
/*Cabin Classes*/
.cabinclasses .introduce {
    background: #776557;
    color: #fff;
}

    .cabinclasses .introduce p {
        text-align: center;
        padding: 5em 0;
        font-size: 1.25em;
    }

        .cabinclasses .introduce p a {
            color: #fff;
        }

.cabin-item {
    position: relative;
}


    .cabin-item > img {
        width: 100%;
        display: block;
    }


.cabin-des-wrapper {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 5%;
}

.cabin-item .cabin-des {
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 2em;
    border-top: 5px solid #fad5cd;
    max-width: 75.385em;
    margin: 0 auto;
}

.cabinclasses .cabin-item .cabin-des {
    left: 15%;
    right: 15%;
}

.cabin-item .cabin-des strong {
    display: block;
}

.cabin-item .cabin-des h2 {
    color: #96e2c8;
    font-family: geomanist_regularregular;
    font-weight: normal;
}

.cabin-item .cabin-des .des-images {
    display: -webkit-box;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: flex-start;
    padding: 1rem 0;
}

    .cabin-item .cabin-des .des-images a {
        display: block;
        margin: 0 0.3rem;
    }

        .cabin-item .cabin-des .des-images a img {
            display: block;
        }


/*Card Result Container*/
.card-result-container {
    margin-bottom: 1rem;
}

    .card-result-container .row {
        display: -webkit-box;
        display: -webkit-flex; /* Safari */
        display: flex;
    }

        .card-result-container .row .col {
            width: 100%;
            margin: 0.5rem;
            padding: 0.5rem;
            border: 2px solid #f2f2f2;
            height: 10rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

            .card-result-container .row .col .item-top {
                height: 50%;
            }

            .card-result-container .row .col h3 {
                margin: 0;
                font-weight: normal;
                margin-bottom: 0.5rem;
            }

            .card-result-container .row .col .item-top span {
                font-size: 1.875rem;
            }

            .card-result-container .row .col .item-bottom span {
                color: #4c806e;
                text-align: right;
                display: block;
                font-size: 1.563rem;
                font-weight: bold;
            }

.result-summary {
    text-align: right;
    padding: 1rem;
}

    .result-summary span {
        font-size: 1.25rem;
        font-weight: bold;
        vertical-align: middle;
    }

    .result-summary strong {
        color: #4c806e;
        vertical-align: middle;
        font-size: 2.5rem;
        margin-left: 1rem;
    }
/*#Card Result Container*/


/*personal-actions*/
.personal-actions {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 2em;
}

    .personal-actions a {
        width: 12.5em;
        margin: 0 2em;
        text-align: center;
        box-sizing: border-box;
        text-decoration: none;
    }

        .personal-actions a span {
            display: block;
            padding-bottom: 0.5em;
            font-size: 1.231em;
        }

        .personal-actions a i {
            position: relative;
            display: block;
            height: 10.385em;
            width: 10.385em;
            margin: 0 auto;
            margin-bottom: 1.5em;
        }

            .personal-actions a i:after, .personal-actions a i:before {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                display: block;
                background-position: center;
                background-repeat: no-repeat;
                content: "";
            }

            .personal-actions a i:before {
                background: #f2f8f9;
                border-radius: 50%;
                display: none;
            }

        .personal-actions a.active i:before, .personal-actions a:hover i:before {
            display: block;
        }

        .personal-actions a i.-a:after {
            background-image: url(img/personal-a.png);
        }

        .personal-actions a i.-b:after {
            background-image: url(img/personal-b.png);
        }

        .personal-actions a i.-c:after {
            background-image: url(img/personal-c.png);
        }

        .personal-actions a.active, .personal-actions a:hover {
            color: #4c806e;
        }
/*#personal-actions*/


/*trip-history*/
.trip-history {
    overflow: hidden;
}

    .trip-history .-item {
        margin-bottom: 2rem;
    }

        .trip-history .-item .-intro {
            display: flex;
            margin-bottom: 1.5rem;
        }

            .trip-history .-item .-intro .-intro-left {
                margin-right: 1.25rem;
            }

            .trip-history .-item .-intro .-intro-right h4 {
                font-size: 1.375em;
            }

            .trip-history .-item .-intro .-intro-left img {
                width: 9.1rem;
            }

        .trip-history .-item .trip-table table {
            width: 100%;
            border-collapse: collapse;
            border-spacing: 0;
        }

            .trip-history .-item .trip-table table thead th {
                background: #f3eee9;
                padding: 0.769rem;
                text-align: center;
                font-size: 1em;
                font-weight: 500;
                color: #000;
            }

                .trip-history .-item .trip-table table thead th:first-child {
                    font-size: 1.154em;
                    width: 30%;
                }

            .trip-history .-item .trip-table table td {
                padding: 0.769rem;
                text-align: center;
                border-bottom: 1px solid #cccccc;
                width: 10rem;
            }

            .trip-history .-item .trip-table table tr:last-child td {
                border-bottom: none;
            }

            .trip-history .-item .trip-table table td span {
                display: block;
                margin: 0.25rem 0;
            }

            .trip-history .-item .trip-table table td strong {
                font-size: 1.231em;
            }

        .trip-history .-item tr {
        }

.pop {
    background: #4c7f6e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px;
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 13;
}

    .pop:after {
        position: relative;
        left: 117px;
        bottom: -25px;
        content: '';
        border-top: 12px solid #4c7f6e;
        border-bottom: 0px solid transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        display: inline-block;
    }


   
.pop .pop_header {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px #ffffff solid;
        clear: both;
    }

        .pop .pop_header .seat_no {
            display: inline-block;
            font-size: 26px;
            float: left;
            vertical-align:bottom;
        }

        .pop .pop_header .seat_price {
            display: inline-block;
            float: right;
            text-align: right;
            vertical-align: bottom;
            padding-top: 15px;
        }

            .pop .pop_header .seat_price span {
                display: inline-block;
                width: 56px;
                vertical-align: bottom;
            }

        .pop .pop_header .seat_type {
            display: block;
            padding-top: 10px;
            clear: both;
        }

    .pop .pop_body {
        padding-top: 15px;
    }

.ext7 .filter-widget {
    background: none;
    padding: 0;
}
.ext7 .fieldset-container table .filter-widget {
    margin:0;
}
.ext7 .filter-widget .magic-col {
    vertical-align:top;
}
.ext7 .filter-widget .magic-col span {
    margin-right: 0.5em;
    display: inline-block;
    width: 14.1em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ext7 table .upload-list {
    border-top: 1px solid #ececec;
}
    .ext7 table .upload-list:first-child {
        border-top: none;
    }
    .ext7 table .upload-list img {
        border: 1px solid #ececec;
        max-width:200px;
        margin-top:0.5rem;
    }


    .print-table .complex-data-table caption span.text-right {
        display: block;
        text-align: right;
        position: static;
        width: 100%;
        margin-top: -1.7rem;
    }
    
    .print-table * {
        -webkit-print-color-adjust: exact !important;
        printer-colors: exact !important;
        color-adjust: exact !important;
    }
.print-table .right img {
    width: 175px;
    height: 62px;
}
    
@media print {
    .print-table .right img {
        width: 257px;
        height: 90px;
    }
}
    .print-table .complex-data-table {
        border-collapse: collapse;
        border-spacing: 0px;
        margin-bottom:1.565rem;
    
    }
    
        .print-table .complex-data-table caption {
            margin-bottom: 0;
        background-image:none;
    }
        .print-table .complex-data-table caption > strong::before {
            content: url("img/caption.png");
            margin-left: -1.7rem;
            margin-right:0.6rem;
        }
        .print-table .complex-data-table tr {
            border-bottom: 1px #777777 solid;
        }
        .print-table .complex-data-table th {
            text-align: left;
            border: 0;
        }
            .print-table .complex-data-table td{
                border:0;
    
            }
    
        .print-table .complex-data-table tbody th {
            text-align: left;
            vertical-align: top;
            display: flex;
            position: relative;
        }
    
        .print-table .complex-data-table tbody td {
            font-size: 1.25rem;
        }
    
        .print-table .complex-data-table tbody td {
            font-size: 1.25rem;
            text-align: left;
            border-bottom:0 !important;
    
        }
    
            .print-table .complex-data-table tbody td .big-green {
                font-size: 1.75rem;
                color: #4c806e;
            }
    
            .print-table .complex-data-table tbody td.small {
                font-size: 1rem;
            }
    
        .print-table .complex-data-table.col-33p th, .print-table .complex-data-table.col-33p td {
            width: 33%;
            border: 0px;
            text-align: center;
        }
    
    
    
    
    
        .print-table .complex-data-table.col-33p td {
            font-size: 1.75rem;
            color: #4c806e;
            padding: 0rem 1rem;
            padding: 0.5em;
        }
    
        .print-table .complex-data-table thead th {
            position: relative;
            overflow: hidden;
        }
        .print-table .complex-data-table thead th:before {
                display: none;
                content: url("data:image/svg+xml;charset =utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><rect width='50' height='50' style='fill:rgb(214,214,214);stroke-width:0;'/></svg>");
                position: absolute;
                width: 1000px;
                height: 10rem;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                z-index: -1;
                visibility:hidden;
            }
    
        .print-table .complex-data-table thead th {
            background: #d6d6d6;
    
        }
    
        .print-table .complex-data-table th {
            background: #ffffff;
            color: #000000;
            padding: 1rem 1rem;
            font-size: 1.125rem;
        }
        .print-table .complex-data-table.col-33p td:before{
            display: block;
            content: "";
            position: absolute;
            width: 1px;
            height: 3rem;
   
        border-left: 1px #777777 solid;
        }
        .print-table .complex-data-table tbody th:after {
            display: block;
            content: "";
            position: absolute;
            width: 1px;
            height: 3.5rem;
     
            margin-left: 1.25rem;
            top: 1.25rem;
            right: 1.25rem;
        border-left: 1px #777777 solid;
        }
      
        .print-table .complex-data-table.col-33p td:first-child:before {
            display: none;
        }
        .print-table .complex-data-table thead th:before {
            display: block !important;
            /*content: url("data:image/svg+xml;charset =utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2050%2050%27%3E%3Crect%20width%3D%2750%27%20height%3D%2750%27%20style%3D%27fill%3Argb%28214%2C214%2C214%29%3Bstroke-width%3A0%3B%27%2F%3E%3C%2Fsvg%3E");
                */
            content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwMHB4IiBoZWlnaHQ9IjEwMDBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwMCAxMDAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRDZENkQ2O30NCjwvc3R5bGU+DQo8Zz4NCgk8cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iMTAwMCIgaGVpZ2h0PSIxMDAwIi8+DQo8L2c+DQo8L3N2Zz4NCg==);
            position: absolute;
            width: 1000px;
            height: 10rem;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            visibility: visible !important;
            text-align: left;
        }