﻿/*! ***** CSS overides from EK team ***** */



h1, h2, h3, h4, h5, h6 {
    color: #00305d;
}

.passenger-name {
    font-size: 14px;
}

body {
    background-color: #ededed;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
    height: 108px;
    border-bottom: 1px solid #d8d8d8;
}

.navbar-inverse .navbar-brand #logo {
    padding: 2px 0px 18px 5px;
    width: 286px;
}

.logo-emirates-wrapper {
    padding-left: 5px !important;
}


.navbar.navbar-inverse.navbar-fixed-top {
    margin-top: 39px;
}

.glyphicon.glyphicon-chevron-left {
    color: white;
}

.backtolink {
    display: inline-block;
    padding: 11px 0px;
}

    .backtolink a {
        color: #333333 !important;
    }


        a.backtolink, .backtolink a:hover {
            text-decoration: none !important;
            color: white !important;
        }


img.img-responsive {
    margin-top: 150px;
}

.mast {
    background-color: white;
    width: 100%;
    height: 100%;
}

.img-responsive.img-desktop {
    max-width: 1200px;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: .5;
}

.img-responsive.img-mobile {
    width: 100%;
    height: 100%;
    opacity: .5;
}

h1.maintitle {
    font-family: 'Swis721ThBTThin', 'HelveticaNeue-Thin', 'Helvetica Neue Thin', helvetica,arial,sans-serif !important;
    font-weight: 200;
    text-align: center;
    line-height: 48px;
    font-size: 44px;
    margin-bottom: 20px;
}

p.titletext {
    font-size: 18px;
    margin-bottom: 30px;
}

p, .floating-label-form-group {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', helvetica,arial,sans-serif !important;
}



.floating-label-form-group {
    height: 75px;
}

.btn-primary {
    background-color: #c60c30;
    border-color: #c60c30;
}

a:hover {
    color: #FF8610;
}

a {
    color: #1f4aa6;
    text-decoration: underline;
}

h3.heading1 {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.noMasthead {
    margin-bottom: 180px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 5px !important;
}

.btn {
    padding: 6px 20px;
}


.form-group.col-xs-12.floating-label-form-group.floating-label-form-group-with-value:first-child {
    padding-top: 8px;
}

.journey {
    width: 75%;
    margin-top: 45px;
    margin-left: 50px;
}

.img-mobile.journey {
    width: 20%;
    margin-bottom: 20%;
    margin-left: 30%;
}


table {
    margin-top: 20px !important;
}

    table thead th {
        border: 1px solid rgb(230, 224, 224) !important;
    }

    table tbody td {
        border: 1px solid rgb(230, 224, 224) !important;
    }

.table > thead > tr > th {
    background-color: #f2f2f2 !important;
}

#milesBalanceBoxFlush {
    /* width: 200px; */
    /* background: #EDE9E0; */
    background: #f2f2f2;
    float: right;
    /* padding: 10px 40px 16px 14px; */
    padding: 10px 13px 15px 14px;
    /* padding: 10px; */
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../Images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    /*background-color: rgba(0, 136, 255, 1);*/
}


.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f2f2f2 !important;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

.floating-label-form-group-with-value {
    margin-left: -15px !important;
    margin-right: 0px !important;
}



@media (min-width: 1200px) {


    .form-group.col-lg-4.no-card {
        margin-right: 10px !important;
    }
}


@media (max-width: 1199px) {
    .journey {
        margin-bottom: 45px;
        margin-left: 0px;
    }


    .flight-listing .col-lg-2 {
        width: 30%;
        float: left;
    }

    .flight-listing .col-lg-6 {
        width: 40%;
        float: left;
    }

    .col-xs-12 {
        width: inherit;
        float: none;
    }
}

/* breadcrumb */
@media (min-width:981px) {
    #breadcrumbs {
        overflow: hidden;
        width: 100%;
        padding: 0px;
        font-size: 12px;
    }

        #breadcrumbs li {
            float: left;
            margin: 0 .5em 0 1em;
            list-style: none;
        }

        #breadcrumbs a {
            background: #ddd;
            padding: .7em 1em;
            float: left;
            text-decoration: none;
            color: #444;
            text-shadow: 0 1px 0 rgba(255,255,255,.5);
            position: relative;
        }
            /*#breadcrumbs a:hover{background: #7699db;}*/
            #breadcrumbs a::before {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -1.5em;
                border-width: 1.5em 0 1.5em 1em;
                border-style: solid;
                border-color: #ddd #ddd #ddd transparent;
                left: -1em;
            }
            /*#breadcrumbs a:hover::before{border-color: #7699db #7699db #7699db transparent;}*/
            #breadcrumbs a::after {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -1.5em;
                border-top: 1.5em solid transparent;
                border-bottom: 1.5em solid transparent;
                border-left: 1em solid #ddd;
                right: -1em;
            }

        #breadcrumbs .current {
            /*font-weight:bold;*/
            background: #7699db;
        }

            #breadcrumbs .current a {
                /*background:#7699db;*/
                background: #00305d;
                padding: .7em 1em;
                float: left;
                text-decoration: none;
                /*color:#444;*/
                color: white;
                text-shadow: 0 1px 0 rgba(255,255,255,.5);
                position: relative;
            }

                #breadcrumbs .current a::before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    margin-top: -1.5em;
                    border-width: 1.5em 0 1.5em 1em;
                    border-style: solid;
                    border-color: #00305d #00305d #00305d transparent;
                    left: -1em;
                }

                #breadcrumbs .current a::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    margin-top: -1.5em;
                    border-top: 1.5em solid transparent;
                    border-bottom: 1.5em solid transparent;
                    border-left: 1em solid #00305d;
                    right: -1em;
                }

        #breadcrumbs .light {
            background: #C8C8C8;
        }

            #breadcrumbs .light a {
                background: #C8C8C8;
                padding: .7em 1em;
                float: left;
                text-decoration: none;
                /*color:#444;*/
                color: white;
                text-shadow: 0 1px 0 rgba(255,255,255,.5);
                position: relative;
            }

                #breadcrumbs .light a::before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    margin-top: -1.5em;
                    border-width: 1.5em 0 1.5em 1em;
                    border-style: solid;
                    border-color: #C8C8C8 #C8C8C8 #C8C8C8 transparent;
                    left: -1em;
                }

                #breadcrumbs .light a::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    margin-top: -1.5em;
                    border-top: 1.5em solid transparent;
                    border-bottom: 1.5em solid transparent;
                    border-left: 1em solid #C8C8C8;
                    right: -1em;
                }

        #breadcrumbs .dark {
            background: #909090;
        }

            #breadcrumbs .dark a {
                background: #909090;
                padding: .7em 1em;
                float: left;
                text-decoration: none;
                /*color:#444;*/
                color: white;
                text-shadow: 0 1px 0 rgba(255,255,255,.5);
                position: relative;
            }

                #breadcrumbs .dark a::before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    margin-top: -1.5em;
                    border-width: 1.5em 0 1.5em 1em;
                    border-style: solid;
                    border-color: #909090 #909090 #909090 transparent;
                    left: -1em;
                }

                #breadcrumbs .dark a::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    margin-top: -1.5em;
                    border-top: 1.5em solid transparent;
                    border-bottom: 1.5em solid transparent;
                    border-left: 1em solid #909090;
                    right: -1em;
                }
}

@media (min-width:767px) and (max-width:980px) {
    #breadcrumbs {
        padding: 8px;
        font-size: 11.5px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

        #breadcrumbs > li {
            display: inline-block;
        }

            #breadcrumbs > li + li:before {
                /*padding:0 5px;*/
                color: #ccc;
                content: ">\00a0";
            }

        #breadcrumbs > .current {
            color: #777;
        }
}

@media (min-width:500px) and (max-width:766px) {
    #breadcrumbs {
        padding: 8px 18px;
        font-size: 12px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

        #breadcrumbs > li {
            display: inline-block;
        }

            #breadcrumbs > li + li:before {
                /*padding:0 5px;*/
                color: #ccc;
                content: ">\00a0";
            }

        #breadcrumbs > .current {
            color: #777;
        }
}

@media (max-width:499px) {
    #breadcrumbs {
        padding: 8px 18px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

        #breadcrumbs > li {
            display: inline-block;
        }

            #breadcrumbs > li + li:before {
                padding: 0 5px;
                color: #ccc;
                content: ">\00a0";
            }

        #breadcrumbs > .current {
            color: #777;
        }
}

@media (max-width: 767px) {

    img.img-responsive {
        margin-top: -20px !important;
    }

    nav#lowerNav {
        position: static !important;
    }

    form-group col-xs-12 floating-label-form-group {
        width: 110%;
    }

    .noMasthead {
        margin-bottom: 0px;
    }

    h1.maintitle {
        font-size: 40px;
        line-height: 44px;
    }

    .navbar-inverse .navbar-brand #logo {
        padding: 18px 0px 18px 20px;
    }

    nav.navbar.navbar-inverse.navbar-fixed-top {
        height: 102px;
    }


    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }


    .form-group .col-lg-4 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .btn-primary {
        width: 100%;
        /*height: 75px;
        font-size: 18px;*/
    }

    .journey {
        width: 100%;
    }

    .backtolink span {
        font-size: 16px;
        margin-left: 10px;
    }

    .navbar.navbar-inverse.navbar-fixed-top {
        margin-top: 58px;
    }

    .backtolink {
        padding: 18px 0px;
    }
}


@media (min-width: 768px) {

    .img-desktop {
        display: block;
    }

    .img-mobile {
        display: none;
    }
}


@media (max-width: 480px) {
    .img-mobile.journey {
        width: 30%;
        margin-bottom: 20%;
        margin-left: 30%;
    }
}


/*! ***** end EK CSS overides ***** */




a.link {
    color: white;
}

.title {
    text-align: center;
    padding-top: 30px;
    /* background-color: white; */
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
}

.titletext {
    font-size: 25px;
    text-align: center;
}

footer {
    padding: 10px;
    background: #333333;
    /*text-align: center;*/
    margin-top: 20px;
    color: white;
    padding-left: 110px;
    left:0;
    bottom: 0;
    position:fixed;
    width:100%;
}

    footer p {
        margin: 0px;
    }

.section {
    background: white;
    margin-top: 10px;
    padding: 30px 30px 30px 30px;
        margin-bottom: 60px;

}

.sectionOne {
    background: #f5f5f5;
    margin-top: 10px;
    padding: 25px 20px 20px 20px;
}

btn-primary {
    background: #b32c2d;
}
/* floating forms */

.form {
    border-radius: 32px;
    background: #E5E5E5;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid #d1dee9;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    padding: 0px;
    background: #ebebeb;
}


.form-header {
    padding: 15px;
    color: white;
    background: #DC780A;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    text-align: center;
    font-size: 24px;
}

.sub-header {
    margin-top: 31px;
    font-size: 21px;
    text-align: center;
}

.form-header h1 {
    color: #2b338f;
    font-size: 24px;
    font-weight: normal;
    margin-top: 9px;
}

h1 {
    margin-top: 0px;
}

.floating-label-form-group:last-child {
    /*border-bottom-left-radius:30px;*/
}

.heading1 {
    font-family: 'Swis721ThBTThin', 'HelveticaNeue-Thin', 'Helvetica Neue Thin', helvetica,arial,sans-serif !important;
    font-weight: 200;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
}

.heading {
    font-family: 'Swis721ThBTThin', 'HelveticaNeue-Thin', 'Helvetica Neue Thin', helvetica,arial,sans-serif !important;
    font-weight: 200;
    margin-top: 0px;
    line-height: 40px;
    font-size: 36px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.floating-label-form-group {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0.5em;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .floating-label-form-group input,
    .floating-label-form-group textarea {
        background: none;
        border: none;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none !important;
        position: relative;
        /*z-index: 1;*/
        font-size: 18px;
        resize: none;
    }

    .floating-label-form-group select {
        margin-top: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        font-size: 18px;
        box-shadow: none;
        margin-left: -4px;
        background: transparent;
    }

    .floating-label-form-group label {
        pointer-events: none;
        display: block;
        position: relative;
        top: 2em;
        opacity: 0;
        z-index: 0;
        font-size: 0.85em;
        line-height: 1.764705882em;
        vertical-align: baseline;
        margin: 0;
        -webkit-transition: top 0.3s ease, opacity 0.3s ease;
        -moz-transition: top 0.3s ease, opacity 0.3s ease;
        -ms-transition: top 0.3s ease, opacity 0.3s ease;
        transition: top 0.3s ease, opacity 0.3s ease;
    }

    .floating-label-form-group:not(:first-child) {
        /*border-left: 1px solid #ccc;*/
        padding-left: 14px;
    }

.floating-label-form-group-with-value label {
    top: 4px;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #428bca;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #ccc;
}

@font-face {
    font-family: 'EmiratesSM';
    src: url(../fonts/Emirates-Medium.eot);
    src: url(../fonts/Emirates-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Emirates-Medium.woff2) format("woff2"), url(../fonts/Emirates-Medium.woff) format("woff"), url(../fonts/Emirates-Medium.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EmiratesSB-Bold';
    src: url(../fonts/Emirates-Bold.eot);
    src: url(../fonts/Emirates-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Emirates-Bold.woff2) format("woff2"), url(../fonts/Emirates-Bold.woff) format("woff"), url(../fonts/Emirates-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EmiratesSL';
    src: url(../fonts/Emirates-Light.eot);
    src: url(../fonts/Emirates-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Emirates-Light.woff2) format("woff2"), url(../fonts/Emirates-Light.woff) format("woff"), url(../fonts/Emirates-Light.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ek-font-icons';
    src: url(../fonts/ek-font-icons.eot);
    src: url(../fonts/ek-font-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/ek-font-icons.woff) format("woff"), url(../fonts/ek-font-icons.ttf) format("truetype"), url(../fonts/ek-font-icons.svg#ek-font-icons) format("svg");
    font-weight: normal;
    font-style: normal;
}

h1 .maintitle {
    font-family: 'EmiratesSM';
    font-family: EmiratesSM,helvetica,arial,sans-serif !important;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}

.clearfix {
    display: block !important;
}

.ek .row {
    margin-top: 0px;
    overflow: visible;
}

.ek .dl-inline:before,
.ek .dl-inline:after {
    content: ' ';
    display: table;
}

.applicantform {
    background: #f5f5f5;
    padding: 20px 10px 10px 10px;
}

.headerform {
    /*background: url(../../Images/plan_book/progress_bar_bg1.gif);*/
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    margin-top: 40px;
    background: grey;
}

.ek .dl-inline:after {
    clear: both;
}

.ek .dl-inline dt,
.ek .dl-inline dd {
    float: left;
    width: 50%;
    line-height: 1.8;
    font-weight: normal;
}

.ek .dl-inline dt {
    clear: both;
}

.ek .dl-inline dd {
    text-align: right;
}

.ek .footer-navigation {
    background-color: #333333;
    width: 100%;
    height: auto;
    position: relative;
    z-index: auto;
    padding-top: 6px;
    margin-top: 15px;
    min-height: 110px;
}

    .ek .footer-navigation .btn-toggle-footer-links {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: auto;
        left: auto;
        padding: 13px 20px;
        background-color: #545454;
        width: 80px;
        height: 40px;
        text-align: center;
        z-index: 200;
    }

        .ek .footer-navigation .btn-toggle-footer-links .label {
            color: #FFFFFF;
            font-weight: bold;
        }

        .ek .footer-navigation .btn-toggle-footer-links:focus {
            background-color: rgba(84, 84, 84, 0.8);
        }

        .ek .footer-navigation .btn-toggle-footer-links:hover {
            background-color: rgba(84, 84, 84, 0.8);
        }

    .ek .footer-navigation .btn-link {
        color: #FFFFFF;
        font-weight: normal;
    }

    .ek .footer-navigation .h4 {
        color: #FFFFFF;
    }

    .ek .footer-navigation .footer-links {
        list-style-type: none;
        padding: 0;
    }

        .ek .footer-navigation .footer-links a {
            color: #c2c2c2;
            display: block;
            padding: 6px 0px;
            transition: color 0.4s ease-in-out;
        }

            .ek .footer-navigation .footer-links a:focus {
                box-shadow: 0 0 0 2px #FFFFFF !important;
            }

            .ek .footer-navigation .footer-links a:hover {
                color: #f1f1f1;
            }

    .ek .footer-navigation .container {
        position: relative;
        padding: 0 20px;
    }

@media (min-width: 768px) {
    .ek .footer-navigation .container .no-heading {
        margin-top: 2em;
    }
}

.ek .footer-navigation .container .title h4 {
    color: #FFFFFF;
}

.ek .footer-navigation .footer-disclaimer {
    color: #FFFFFF;
    font-size: 0.875em;
    padding: 15px 0;
    padding-right: 120px;
    /* added during merge */
    /*end*/
}

.ek .footer-navigation div.footer-disclaimer {
    display: block;
}

.ek .footer-navigation .footer-disclaimer a:focus {
    box-shadow: 0 0 0 2px #FFFFFF !important;
}

.ek .footer-navigation .footer-disclaimer > p {
    margin: 0 0 15px;
}

    .ek .footer-navigation .footer-disclaimer > p:last-child {
        margin: 0 0 0px;
    }

.ek .footer-navigation .footer-disclaimer .btn-group a {
    margin: 0;
    padding: 0 10px 0 0;
    text-align: left;
    text-decoration: underline;
}

.ek .footer-navigation .footer-disclaimer .text-link-primary {
    color: white;
}

    .ek .footer-navigation .footer-disclaimer .text-link-primary .underline {
        border-bottom: 1px solid white;
    }

.ek .footer-navigation .footer-disclaimer.bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .ek .footer-navigation .footer-disclaimer p {
        display: inline-block;
        margin-right: 10px;
    }

    .ek .footer-navigation .footer-disclaimer > p:last-child {
        padding-right: 140px;
    }
}

.ek .footer-navigation .logo-emirates-footer {
    display: block;
    width: 85px;
    height: 111px;
    background: url(/Images/globalnavigation/logo-emirates-footer.png) no-repeat;
    background-size: 85px 114px;
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 0px;
    left: auto;
    z-index: 100;
}

    .ek .footer-navigation .logo-emirates-footer.lower {
        bottom: 0px;
        outline-offset: 0;
    }

@media (max-width: 768px) {
    .ek .footer-navigation {
        text-align: left;
    }

        .ek .footer-navigation .btn-tab {
            color: #fff;
            position: absolute;
            text-decoration: none;
            right: 0;
        }

        .ek .footer-navigation .btn-tab-more {
            background-color: #5d5d5d;
            border-top: 5px solid #fff;
            border-left: 0;
            border-right: 0;
            top: -6px;
            padding: 10px 20px;
        }

        .ek .footer-navigation .btn-tab-less {
            background-color: #333;
            top: 0px;
            padding: 15px 20px;
        }

        .ek .footer-navigation .tab-secondary {
            display: none;
            padding-top: 50px;
            margin-top: -6px;
        }

            .ek .footer-navigation .tab-secondary:before {
                content: '';
                display: block;
                position: absolute;
                height: 45px;
                background-color: #fff;
                top: 0;
                left: 0;
                right: 0;
            }

            .ek .footer-navigation .tab-secondary.active {
                display: block;
            }

        .ek .footer-navigation .footer-links {
            margin: 0;
        }

        .ek .footer-navigation .container {
            padding: 0 15px;
        }
}

.ek .global-nav-toolbar {
    background-color: #333333;
    position: relative;
    z-index: 200;
    width: 100%;
}

    .ek .global-nav-toolbar .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 980px;
        height: 45px;
    }

        .ek .global-nav-toolbar .container:before,
        .ek .global-nav-toolbar .container:after {
            content: ' ';
            display: table;
        }

        .ek .global-nav-toolbar .container:after {
            clear: both;
        }

    .ek .global-nav-toolbar .logo-emirates-wrapper {
        float: left;
        position: relative;
        height: 138px;
        padding-left: 15px;
        margin-bottom: 30px;
        margin-left: -15px;
    }

    .ek .global-nav-toolbar .logo-emirates {
        display: block;
        width: 99px;
        height: 138px;
        background: url(/img/logo-emirates.png) no-repeat;
        background-size: 99px 138px;
        transition: all 300ms ease-out;
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: 1px;
        z-index: 100;
        float: left;
    }

    .ek .global-nav-toolbar .logo-emirates {
        outline-offset: 0;
    }

    .ek .global-nav-toolbar .back-to-homepage {
        height: 46px;
        margin-top: -1px;
        margin-left: 84px;
        padding-top: 13px;
        padding-left: 9px;
        padding-right: 10px;
    }

        .ek .global-nav-toolbar .back-to-homepage:focus {
            outline: 1px solid blue !important;
        }

        .ek .global-nav-toolbar .back-to-homepage > .link {
            color: #FFFFFF;
            text-decoration: underline;
            font-size: 14px;
        }

        .ek .global-nav-toolbar .back-to-homepage > .icon {
            color: #d61920;
            font-weight: normal;
            font-size: 8px;
            padding-top: 6px;
            margin-right: 6px;
        }

    .ek .global-nav-toolbar .label {
        font-size: 100%;
    }

    .ek .global-nav-toolbar ul.menu {
        float: right;
        width: auto;
        margin-right: -15px;
        height: 100%;
    }

        .ek .global-nav-toolbar ul.menu > li {
            display: inline-block;
            float: left;
            font-size: 14px;
            width: auto;
            height: 100%;
        }

            .ek .global-nav-toolbar ul.menu > li:first-child {
                margin-right: 10px !important;
            }

            .ek .global-nav-toolbar ul.menu > li.relative {
                position: relative;
            }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in.has-tier a#login-button:after {
                    content: '';
                    position: absolute;
                    bottom: 0px !important;
                    left: 0;
                    width: 100%;
                    height: 5px;
                    z-index: 201;
                    background-image: linear-gradient(to right, #d1a25d, #b68a49 38%, #ebbe7b 65%, #ebbe7b 75%, #b68a49);
                    background-repeat: no-repeat;
                    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFD1A25D', endColorstr='#FFB68A49', GradientType=1)";
                }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in.active a#login-button:after {
                    top: 0px;
                }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in a#login-button:after {
                    content: '';
                    position: absolute;
                    bottom: 0px !important;
                    left: 0;
                    width: 100%;
                    height: 5px;
                    z-index: 201;
                    background: #717581;
                }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in.has-tier.is-br a#login-button:after {
                    background: #717581 !important;
                }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in.tier-blue a#login-button:after {
                    background-image: linear-gradient(to right, #579dff, #3d6eb2 38%, #579dff 65%, #579dff 75%, #3d6eb2);
                    background-repeat: no-repeat;
                    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF579DFF', endColorstr='#FF3D6EB2', GradientType=1)";
                    background-color: #579dff;
                }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in.tier-skywards a#login-button:after {
                    background-image: linear-gradient(to right, #579dff, #3d6eb2 38%, #579dff 65%, #579dff 75%, #3d6eb2);
                    background-repeat: no-repeat;
                    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF579DFF', endColorstr='#FF3D6EB2', GradientType=1)";
                    background-color: #579dff;
                }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in.tier-silver a#login-button:after {
                    background-image: linear-gradient(to right, #b2b2b2, #939393 38%, #dfdfdf 65%, #dfdfdf 75%, #939393);
                    background-repeat: no-repeat;
                    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFB2B2B2', endColorstr='#FF939393', GradientType=1)";
                    background-color: #b2b2b2;
                }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in.tier-platinum a#login-button:after {
                    background-image: linear-gradient(to right, #727272, #404040 38%, #939393 65%, #939393 75%, #404040);
                    background-repeat: no-repeat;
                    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF727272', endColorstr='#FF404040', GradientType=1)";
                    background-color: #727272;
                }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in.tier-io a#login-button:after {
                    background-image: linear-gradient(to right, #000000 0%, #df474d 100%);
                    background-repeat: repeat-x;
                    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#FFDF474D', GradientType=1)";
                    background-color: #de474d;
                }

                .ek .global-nav-toolbar ul.menu > li.relative.logged-in.tier-gold a#login-button:after {
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxYTI1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I2OGE0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2ViYmU3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjhhNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                    background: linear-gradient(to right, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
                    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#d1a25d', endColorstr='#b68a49', GradientType=1)";
                }

            .ek .global-nav-toolbar ul.menu > li > .menu-item {
                display: block;
                width: 100%;
                height: 100%;
                overflow: hidden;
                padding: 12px 20px;
                position: relative;
                z-index: 150;
                height: 45px;
                text-align: center;
                min-width: 110px;
                text-decoration: none;
            }

                .ek .global-nav-toolbar ul.menu > li > .menu-item.with-mark {
                    background: url(/Images/globalnavigation/global-nav-mark.png) no-repeat bottom 10px right 10px;
                    background-size: 6px 7px;
                }

                .ek .global-nav-toolbar ul.menu > li > .menu-item:focus {
                    background-color: #3b3b3b;
                }

                .ek .global-nav-toolbar ul.menu > li > .menu-item:hover {
                    background-color: #3b3b3b;
                }

                .ek .global-nav-toolbar ul.menu > li > .menu-item:active {
                    background-color: #454545;
                }

                .ek .global-nav-toolbar ul.menu > li > .menu-item > .label {
                    font-weight: bold;
                    display: inline-block;
                    vertical-align: top;
                    opacity: 1;
                    white-space: nowrap;
                    box-sizing: border-box;
                }

                    .ek .global-nav-toolbar ul.menu > li > .menu-item > .label em {
                        font-weight: normal;
                        font-style: normal;
                    }

                .ek .global-nav-toolbar ul.menu > li > .menu-item > .icon {
                    color: #999999;
                    border: 1px solid #999999;
                    display: inline-block;
                    vertical-align: middle;
                    background-color: #FFFFFF;
                    margin: -5px 5px 0 0;
                    border-radius: 20px;
                    padding: 3px;
                    font-size: 23px;
                }

            .ek .global-nav-toolbar ul.menu > li.active .menu-item {
                background: #FFFFFF;
                color: #000;
            }

                .ek .global-nav-toolbar ul.menu > li.active .menu-item .label {
                    color: #000000;
                }

            .ek .global-nav-toolbar ul.menu > li.active .language-country-flag {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li .language-country-flag {
                width: 16px;
                height: 13px;
                margin: 0 2px 0 0;
                background: url(/Images/globalnavigation/flag-uk.png) no-repeat;
                background-size: 16px 13px;
                display: inline-block;
                vertical-align: middle;
            }

    .ek .global-nav-toolbar .flyoutMenuBase,
    .ek .global-nav-toolbar .flyout-menu {
        left: 50%;
        position: absolute;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 980px;
        height: auto;
        z-index: 100;
        background-color: #FFFFFF;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    }

    .ek .global-nav-toolbar .flyout-menu {
        display: none;
        left: 50%;
        right: auto;
        padding-top: 15px;
    }

        .ek .global-nav-toolbar .flyout-menu .introduction {
            padding: 20px 0 0;
            font-size: 14px;
        }

        .ek .global-nav-toolbar .flyout-menu .text-link-primary {
            margin: 15px 0 0;
            display: inline-block;
        }

        .ek .global-nav-toolbar .flyout-menu .flyout-content {
            padding: 10px 20px 0px;
            width: 100%;
            height: auto;
        }

            .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group {
                padding: 0 10px 0 0;
            }

                .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group:last-child {
                    padding: 0;
                }

                .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group.btn-group-justified {
                    padding: 0;
                }

                .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group .btn-primary-alt {
                    border-color: transparent;
                }

                .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group .btn-default-alt {
                    border-color: transparent;
                    border-bottom-color: #ebebeb;
                }

                    .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group .btn-default-alt .inner:first-child {
                        color: #939393;
                        width: 30px;
                        font-size: 16px;
                        text-align: center;
                    }

                .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group .btn-primary .inner:first-child {
                    width: 30px;
                    font-size: 16px;
                    text-align: left;
                }

            .ek .global-nav-toolbar .flyout-menu .flyout-content.flyout-content-wide {
                padding: 10px 30px 0 20px;
            }

            .ek .global-nav-toolbar .flyout-menu .flyout-content .heading {
                font-size: 26px;
                font-family: 'EmiratesSL', Georgia, 'Times New Roman', Times, serif;
                margin: 0 0 10px;
                padding: 0;
            }

        .ek .global-nav-toolbar .flyout-menu .flyout-footer {
            padding: 15px;
            background-color: #f5f5f5;
            border-top: 1px solid #ededed;
            margin: 15px 0 0;
        }

            .ek .global-nav-toolbar .flyout-menu .flyout-footer .heading {
                font-size: 25px;
                font-size: calculateRem(25px);
                line-height: 44px;
                text-decoration: none;
                font-family: 'EmiratesSL', Georgia, 'Times New Roman', Times, serif;
                margin: 10px 0;
            }

            .ek .global-nav-toolbar .flyout-menu .flyout-footer .form-group {
                margin-bottom: 0;
            }

    .ek .global-nav-toolbar ul.region-map-list:before,
    .ek .global-nav-toolbar ul.region-map-list:after {
        content: ' ';
        display: table;
    }

    .ek .global-nav-toolbar ul.region-map-list:after {
        clear: both;
    }

    .ek .global-nav-toolbar ul.region-map-list > li {
        margin-bottom: 10px;
        padding: 0 5px;
        transition: all 0.2s ease-in-out;
    }

        .ek .global-nav-toolbar ul.region-map-list > li.active a {
            box-shadow: inset 0px -3px 0 #d61920;
            color: #d61920;
            background-color: #FFFFFF !important;
        }

            .ek .global-nav-toolbar ul.region-map-list > li.active a .label {
                color: #000;
            }

            .ek .global-nav-toolbar ul.region-map-list > li.active a:hover {
                background-color: #FFFFFF !important;
            }

            .ek .global-nav-toolbar ul.region-map-list > li.active a .is-selected {
                display: block;
            }

            .ek .global-nav-toolbar ul.region-map-list > li.active a .is-not-selected {
                display: none;
            }

        .ek .global-nav-toolbar ul.region-map-list > li a {
            display: block;
            text-decoration: none;
            width: 100%;
            height: 115px;
            box-shadow: inset 0px -3px 0 #ededed;
            background: #f5f5f5;
            margin: 0 10px 0 0;
            padding: 15px 10px 0;
            cursor: pointer;
        }

            .ek .global-nav-toolbar ul.region-map-list > li a .is-selected {
                display: none;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a .is-not-selected {
                display: block;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a .title {
                text-align: center;
                font-size: 13px;
                font-size: calculateRem(13px);
                font-weight: bold;
                line-height: 1.1;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a:focus {
                outline: 2px solid #00c !important;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a:hover {
                background-color: #ededed !important;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a:active {
                background-color: #f5f5f5 !important;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a.reg-north-south-america {
                background: #f5f5f5 url(/Images/globalnavigation/reg-north-south-america.png) no-repeat center 70%;
                background-size: 50% auto;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a.reg-europe {
                background: #f5f5f5 url(/Images/globalnavigation/reg-europe.png) no-repeat center 70%;
                background-size: 50% auto;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a.reg-middle-east {
                background: #f5f5f5 url(/Images/globalnavigation/reg-middle-east.png) no-repeat center 70%;
                background-size: 50% auto;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a.reg-africa {
                background: #f5f5f5 url(/Images/globalnavigation/reg-africa.png) no-repeat center 70%;
                background-size: 50% auto;
            }

            .ek .global-nav-toolbar ul.region-map-list > li a.reg-asia-south-pacific {
                background: #f5f5f5 url(/Images/globalnavigation/reg-asia-south-pacific.png) no-repeat center 70%;
                background-size: 50% auto;
            }

    .ek .global-nav-toolbar .select-language > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ek .global-nav-toolbar .select-language .btn-lang-selector {
        width: 100%;
        padding: 9px 0;
        height: 38px;
    }

    .ek .global-nav-toolbar .vertical-divider,
    .ek .global-nav-toolbar .vertical-divider-left {
        width: 0px;
        height: 26px;
        position: absolute;
        top: 16px;
        margin: -8px -7px 0 10px;
    }

    .ek .global-nav-toolbar .vertical-divider-left {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        left: -16px;
    }

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .ek .global-nav-toolbar .flyout-menu {
        left: 10%;
    }

    .ek .global-nav-toolbar ul.menu > li > .menu-item {
        display: inline-block;
    }
}

.ek #login-box {
    display: none;
    position: absolute;
    right: 0px;
    width: 315px;
    font-size: 16px;
    z-index: 100;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

    .ek #login-box .account-number {
        display: block;
        font-size: 14px;
        margin-bottom: 2px;
    }

    .ek #login-box .member-name {
        display: inline-block;
    }

    .ek #login-box .member-link {
        display: block;
        position: relative;
        margin: 20px 0 10px;
    }

        .ek #login-box .member-link:hover {
            text-decoration: none;
        }

        .ek #login-box .member-link .membership-skywards {
            color: #2c9ad5;
            display: inline-block;
        }

        .ek #login-box .member-link .membership-blue {
            color: #2c9ad5;
            display: inline-block;
        }

        .ek #login-box .member-link .membership-gold {
            color: #c89a5a;
            display: inline-block;
        }

        .ek #login-box .member-link .membership-silver {
            color: #c4c5ca;
            display: inline-block;
        }

        .ek #login-box .member-link .membership-platinum {
            color: #626262;
            display: inline-block;
        }

        .ek #login-box .member-link .membership-io {
            color: #A71B22;
            display: inline-block;
        }

        .ek #login-box .member-link .icon {
            position: absolute;
            font-size: 12px;
            color: #d61920;
            right: 0;
            top: 10px;
        }

    .ek #login-box .miles-handler,
    .ek #login-box .miles-links {
        font-size: 14px;
        display: block;
        overflow: hidden;
        padding-bottom: 3px;
    }

        .ek #login-box .miles-handler.rewards-points {
            margin-top: 13px;
            margin-bottom: 13px;
        }

        .ek #login-box .miles-handler.last {
            padding-bottom: 15px;
        }

    .ek #login-box .miles-links {
        padding-top: 10px;
        padding-bottom: 13px;
    }

        .ek #login-box .miles-links a {
            text-decoration: underline;
            font-weight: bold;
        }

            .ek #login-box .miles-links a:hover {
                text-decoration: none;
            }

    .ek #login-box hr {
        margin-bottom: 15px;
        margin-top: 5px;
        border-top: 2px solid #d5d5d5;
    }

        .ek #login-box hr.large-hr {
            margin-top: 15px;
        }

    .ek #login-box .bottom-links-handler {
        margin-top: -10px;
    }

        .ek #login-box .bottom-links-handler:after {
            content: '';
            display: block;
            clear: both;
            height: 15px;
        }

        .ek #login-box .bottom-links-handler a {
            text-decoration: underline;
        }

            .ek #login-box .bottom-links-handler a:hover {
                text-decoration: none;
            }

        .ek #login-box .bottom-links-handler .pull-left {
            padding-top: 10px;
            padding-right: 20px;
        }

        .ek #login-box .bottom-links-handler .pull-right {
            padding-top: 10px;
            text-align: right;
        }

        .ek #login-box .bottom-links-handler .pull-left a {
            font-weight: bold;
        }

    .ek #login-box .inner {
        padding: 25px 47px 10px;
        font-size: 14px;
    }

        .ek #login-box .inner .btn {
            margin-top: 22px;
            margin-bottom: 28px;
            width: 100%;
            height: 50px;
            line-height: 38px;
        }

    .ek #login-box.login-prompt .inner {
        padding-top: 30px;
    }

.ek .global-nav-toolbar .close {
    display: block;
    float: none;
    padding-top: 3px;
    color: #d61920;
    font-size: 14px;
    font-size: bold;
    min-width: 80px;
    margin: 0 auto;
    margin-left: 15px;
}

    .ek .global-nav-toolbar .close .icon {
        font-size: 10px;
        margin-top: 1px;
        margin-left: 10px;
    }

        .ek .global-nav-toolbar .close .icon.icon-times {
            background: none;
            font-size: 9px;
        }

    .ek .global-nav-toolbar .close:hover,
    .ek .global-nav-toolbar .close:focus {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

.ek .footer-wrapper .footer-navigation .container {
    padding: 0;
}

.ek .footer-wrapper .footer-disclaimer {
    padding: 8px 0 15px;
}

    .ek .footer-wrapper .footer-disclaimer .copyright-information {
        padding-left: 0.14286em;
        margin-right: 1em;
        font-size: 0.875em;
        text-decoration: none;
        font-weight: normal;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        background-image: none;
        border: 1px solid transparent;
        white-space: normal;
        padding: 6px 12px;
        padding-left: 0;
        line-height: 1.42857;
        border-radius: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #999;
    }

    .ek .footer-wrapper .footer-disclaimer > ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 20px;
    }

        .ek .footer-wrapper .footer-disclaimer > ul li {
            float: left;
        }

            .ek .footer-wrapper .footer-disclaimer > ul li a {
                font-size: 0.85714em;
                margin-right: 1.14286em;
            }

                .ek .footer-wrapper .footer-disclaimer > ul li a.text-link-primary {
                    color: #fff;
                    text-decoration: underline;
                }

                    .ek .footer-wrapper .footer-disclaimer > ul li a.text-link-primary:hover {
                        text-decoration: none;
                    }

        .ek .footer-wrapper .footer-disclaimer > ul:after {
            clear: both;
            content: '';
        }

    .ek .footer-wrapper .footer-disclaimer > .bottom-links {
        clear: both;
        display: block;
        padding-bottom: 0.14286em;
    }

        .ek .footer-wrapper .footer-disclaimer > .bottom-links.long-variant {
            float: left;
            max-width: 900px;
        }

        .ek .footer-wrapper .footer-disclaimer > .bottom-links a {
            padding-left: 0.14286em;
            margin-right: 1em;
            font-size: 0.875em;
            text-decoration: underline;
            line-height: 6px;
        }

            .ek .footer-wrapper .footer-disclaimer > .bottom-links a:hover {
                text-decoration: none;
            }

.ek .global-nav-toolbar ul.menu {
    margin: 0;
}

.ek .global-nav .btn-primary {
    display: table;
    position: relative;
    background-color: #d61322;
    box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 52px;
    transition: all 0.25s ease -out;
}

    .ek .global-nav .btn-primary > .inner {
        display: table-row;
        vertical-align: middle;
        height: 100%;
    }

        .ek .global-nav .btn-primary > .inner > .label {
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
            text-align: left;
            font-size: 14px;
            font-size: calculateRem(14px);
            line-height: 1.1;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
            text-transform: capitalize;
            color: #FFFFFF !important;
            width: 100%;
            padding: 0 20px;
        }

            .ek .global-nav .btn-primary > .inner > .label > .icon {
                font-size: 16px;
                font-size: calculateRem(16px);
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
                color: #FFFFFF !important;
                margin: 0 10px 0 0px;
                vertical-align: middle;
                position: relative;
                top: -1px;
                right: 0;
                bottom: 0;
                left: 0;
            }

    .ek .global-nav .btn-primary:after {
        font-family: 'emirates-icons';
        content: '\e068';
        position: absolute;
        top: 36%;
        right: 10px;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #FFFFFF;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .ek .global-nav .btn-primary:hover {
        background-color: rgba(214, 19, 34, 0.8);
    }

    .ek .global-nav .btn-primary:active {
        box-shadow: inset 0px 3px 0 rgba(0, 0, 0, 0.2);
        background-color: #d61322;
    }

    .ek .global-nav .btn-primary.small {
        height: 42px;
        text-align: center;
    }

        .ek .global-nav .btn-primary.small > .inner > .label {
            padding: 0;
            width: 100%;
            text-align: center;
        }

        .ek .global-nav .btn-primary.small:after {
            display: none;
        }

    .ek .global-nav .btn-primary.disabled,
    .ek .global-nav .btn-primary[disabled],
    fieldset[disabled] .ek .global-nav .btn-primary {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        box-shadow: none 5px 10px rgba(0, 0, 0, 0.3);
    }

.ek .global-nav .btn-secondary {
    display: table;
    position: relative;
    background-color: #f5f5f5;
    box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 52px;
    min-width: 230px;
    transition: all 0.25s ease-out;
}

    .ek .global-nav .btn-secondary > .inner {
        display: table-row;
        vertical-align: middle;
        height: 100%;
    }

        .ek .global-nav .btn-secondary > .inner > .label {
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
            text-align: left;
            font-size: 14px;
            font-size: calculateRem(14px);
            line-height: 1.1;
            color: #333333 !important;
            width: 100%;
            padding: 0 20px;
        }

            .ek .global-nav .btn-secondary > .inner > .label > .icon {
                font-size: 16px;
                font-size: calculateRem(16px);
                color: #949494;
                margin: 0 10px 0 0px;
                vertical-align: middle;
                position: relative;
                top: -1px;
                right: 0;
                bottom: 0;
                left: 0;
            }

    .ek .global-nav .btn-secondary:after {
        font-family: 'emirates-icons';
        content: '\e068';
        position: absolute;
        top: 36%;
        right: 10px;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #d61920;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .ek .global-nav .btn-secondary:hover {
        background-color: #ededed;
    }

    .ek .global-nav .btn-secondary:active {
        box-shadow: inset 0px 3px 0 rgba(0, 0, 0, 0.05);
        background-color: whitesmoke;
    }

    .ek .global-nav .btn-secondary.large {
        width: 100%;
        height: 81px;
    }

.ek .global-nav .btn-tertiary {
    display: table;
    text-align: center;
    position: relative;
    color: #333333;
    font-weight: bold;
    width: 100%;
    height: 42px;
    max-width: 260px;
    border: 1px solid #d9d9d9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-size: calculateRem(14px);
    background-color: #FFFFFF;
    background-image: linear-gradient(#FFFFFF, #eeeeee);
}

    .ek .global-nav .btn-tertiary > .inner {
        display: table-row;
        vertical-align: middle;
        height: 100%;
    }

        .ek .global-nav .btn-tertiary > .inner > .label {
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
            color: #333333 !important;
            width: 100%;
            height: 100%;
            line-height: 1.1;
        }

    .ek .global-nav .btn-tertiary:active {
        background-color: #eeeeee;
        background-image: linear-gradient(#eeeeee, #FFFFFF);
    }

.ek .global-nav .btn-info {
    display: table;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: inset 0px -1px 0 #ededed;
    width: 100%;
    height: 52px;
}

    .ek .global-nav .btn-info > .inner {
        display: table-row;
        vertical-align: middle;
        height: 100%;
    }

        .ek .global-nav .btn-info > .inner > .label {
            font-weight: bold;
            text-align: left;
            line-height: 1.1;
            text-transform: capitalize;
            color: #333333;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            padding: 0 20px;
        }

    .ek .global-nav .btn-info:after {
        font-family: 'emirates-icons';
        content: '\e068';
        position: absolute;
        top: 36%;
        right: 10px;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #d61920;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.ek .global-nav .btn-cta-box {
    display: block;
    position: relative;
    width: 100%;
    height: 166px;
    transition: all 0.25s ease -out;
    border-bottom: 3px solid #ededed;
    line-height: 1.2;
    padding: 20px;
}

    .ek .global-nav .btn-cta-box:after {
        font-family: 'emirates-icons';
        content: '\e068';
        position: absolute;
        top: 20px;
        right: 15px;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #d61920;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .ek .global-nav .btn-cta-box .icon {
        display: inline-block;
        vertical-align: middle;
        color: #949494;
        font-size: 16px;
        font-size: calculateRem(16px);
        margin: 0 5px 0 0;
    }

    .ek .global-nav .btn-cta-box em {
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }

    .ek .global-nav .btn-cta-box .description {
        display: block;
        position: absolute;
        top: auto;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .ek .global-nav .btn-cta-box.emirates-timetable {
        background: #f5f5f5 url(/Images/globalnavigation/hdr-menu-bg-map.png) no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.flight-status {
        background: #f5f5f5 url(/Images/globalnavigation/hdr-menu-bg-map.png) no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.first-class {
        background: #f5f5f5 url(/Images/globalnavigation/hdr-menu-bg-first-class.png) no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.business-class {
        background: #f5f5f5 url(/Images/globalnavigation/hdr-menu-bg-business-class.png) no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.economy-class {
        background: #f5f5f5 url(/Images/globalnavigation/hdr-menu-bg-economy-class.png) no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.our-fleet {
        background: #f5f5f5 url(/Images/globalnavigation/hdr-menu-bg-map.png) no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.route-map {
        background: #f5f5f5 url(/Images/globalnavigation/hdr-menu-bg-route-map.png) no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.discover-dubai {
        background: #f5f5f5 url(/Images/globalnavigation/hdr-menu-bg-discover-dubai.jpg) no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box img {
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .ek .global-nav .btn-cta-box .icon-flight-status {
        width: 35px;
        margin-top: 20px;
    }

    .ek .global-nav .btn-cta-box .icon-fleet {
        width: 53px;
        margin-top: 15px;
    }

    .ek .global-nav .btn-cta-box .icon-discover-dubai {
        width: 44px;
        margin-top: 20px;
    }

    .ek .global-nav .btn-cta-box:hover {
        background-color: #ededed;
    }

    .ek .global-nav .btn-cta-box:focus {
        background-color: #ededed;
    }

.ek .global-nav button,
.ek .global-nav input[type=button],
.ek .global-nav input[type=submit] {
    font-family: Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    border: medium none;
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: inline-block;
    transition: all 0.2s ease-out;
}

    .ek .global-nav button.btn-primary > .inner,
    .ek .global-nav button.btn-secondary > .inner,
    .ek .global-nav button.btn-tertiary > .inner,
    .ek .global-nav input[type=button].btn-primary > .inner,
    .ek .global-nav input[type=button].btn-secondary > .inner,
    .ek .global-nav input[type=button].btn-tertiary > .inner,
    .ek .global-nav input[type=submit].btn-primary > .inner,
    .ek .global-nav input[type=submit].btn-secondary > .inner,
    .ek .global-nav input[type=submit].btn-tertiary > .inner {
        display: block;
        padding: 12px 0 0;
    }

        .ek .global-nav button.btn-primary > .inner > .label,
        .ek .global-nav button.btn-secondary > .inner > .label,
        .ek .global-nav button.btn-tertiary > .inner > .label,
        .ek .global-nav input[type=button].btn-primary > .inner > .label,
        .ek .global-nav input[type=button].btn-secondary > .inner > .label,
        .ek .global-nav input[type=button].btn-tertiary > .inner > .label,
        .ek .global-nav input[type=submit].btn-primary > .inner > .label,
        .ek .global-nav input[type=submit].btn-secondary > .inner > .label,
        .ek .global-nav input[type=submit].btn-tertiary > .inner > .label {
            display: inline-block;
        }

.ek .global-nav .text-link-primary {
    text-decoration: none !important;
    display: inline;
    line-height: 1.2;
    color: #333333;
}

    .ek .global-nav .text-link-primary .underline {
        display: inline;
        transition: all 0.2s ease-in-out;
    }

    .ek .global-nav .text-link-primary .underline {
        border-bottom: 1px solid rgba(51, 51, 51, 0.4);
    }

    .ek .global-nav .text-link-primary:focus {
        color: #333333;
    }

        .ek .global-nav .text-link-primary:focus .underline {
            border-bottom: 1px solid #333333;
        }

    .ek .global-nav .text-link-primary:hover {
        color: #333333;
    }

        .ek .global-nav .text-link-primary:hover .underline {
            border-bottom: 1px solid #333333;
        }

    .ek .global-nav .text-link-primary:active {
        color: #333333;
    }

        .ek .global-nav .text-link-primary:active .underline {
            border-bottom: 1px solid #333333;
        }

.ek .global-nav .text-link-secondary {
    text-decoration: none !important;
    display: inline;
    line-height: 1.2;
    color: #949494;
}

    .ek .global-nav .text-link-secondary .underline {
        display: inline;
        transition: all 0.2s ease-in-out;
    }

    .ek .global-nav .text-link-secondary .underline {
        border-bottom: 1px solid rgba(51, 51, 51, 0.4);
    }

    .ek .global-nav .text-link-secondary:focus {
        color: #707070;
    }

        .ek .global-nav .text-link-secondary:focus .underline {
            border-bottom: 1px solid #707070;
        }

    .ek .global-nav .text-link-secondary:hover {
        color: #707070;
    }

        .ek .global-nav .text-link-secondary:hover .underline {
            border-bottom: 1px solid #707070;
        }

    .ek .global-nav .text-link-secondary:active {
        color: #333333;
    }

        .ek .global-nav .text-link-secondary:active .underline {
            border-bottom: 1px solid #333333;
        }

.ek .global-nav .main-navigation {
    background-color: #f5f5f5;
    width: 100%;
    height: 60px;
    position: relative;
}

    .ek .global-nav .main-navigation > ul {
        float: left;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0 0 0 110px;
        box-shadow: inset 0px -3px 0 rgba(51, 51, 51, 0.1);
    }

        .ek .global-nav .main-navigation > ul li {
            display: inline-block;
            float: left;
            width: 140px;
            height: 100%;
        }

            .ek .global-nav .main-navigation > ul li > a {
                display: block;
                width: 100%;
                height: 100%;
                padding: 25px;
                position: relative;
                z-index: 150;
            }

                .ek .global-nav .main-navigation > ul li > a:hover {
                    background-color: #FFFFFF;
                }

            .ek .global-nav .main-navigation > ul li .label {
                color: #333333;
                font-weight: bold;
                display: inline-block;
                vertical-align: middle;
            }

            .ek .global-nav .main-navigation > ul li.active > a {
                background-color: #FFFFFF;
            }

                .ek .global-nav .main-navigation > ul li.active > a .label {
                    color: #d61920;
                }

            .ek .global-nav .main-navigation > ul li.customer-area {
                float: right;
                width: 240px;
                height: 100%;
            }

                .ek .global-nav .main-navigation > ul li.customer-area .customer-avatar {
                    display: inline-block;
                    vertical-align: middle;
                }

.ek .global-navigation-wrapper .modal-dialog {
    width: 455px;
    font-size: 0.9em;
}

/* HEADER OVERRIDES */
.ek .global-nav-toolbar {
    -webkit-font-smoothing: antialiased;
    height: 45px;
}

    .ek .global-nav-toolbar ul.menu > li > .menu-item {
        max-height: 45px;
    }

        .ek .global-nav-toolbar ul.menu > li > .menu-item > .icon {
            height: auto;
            margin-top: -5px !important;
        }

        .ek .global-nav-toolbar .people-management-list .list-group-item .people-row ul.menu > li > .menu-item > .icon-header,
        .ek .global-nav-toolbar ul.menu > li > .menu-item > .icon,
        .ek .global-nav-toolbar ul.menu > li > .menu-item > label.styled-checkbox-wrapper:before,
        .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li > .menu-item > .icon-header {
            color: #999 !important;
        }

.ek #login-box .member-link.travel-link {
    text-decoration: none;
    padding-right: 15px;
}

.gnmainWrapper {
    height: 0;
}

/* FOOTER OVERRIDES */
#footer #footer-slim ul {
    width: 100%;
}

    #footer #footer-slim ul li {
        font-size: 0.875em;
        line-height: 1.35em;
        margin-bottom: 0;
        float: left;
    }

    #footer #footer-slim ul.bottom-links {
        width: auto;
        float: none;
        display: inline-block;
    }

    #footer #footer-slim ul li a:link,
    #footer #footer-slim ul li a:active,
    #footer #footer-slim ul li a:visited {
        color: white;
    }

#footer .ek .footer-navigation {
    font-size: 15px;
}

    #footer .ek .footer-navigation .footer-disclaimer {
        padding: 12px 0 15px;
    }

        #footer .ek .footer-navigation .footer-disclaimer.bottom-border {
            min-height: auto;
            margin-right: 0;
            padding: 8px 0 35px;
            padding-top: 14px;
            padding-bottom: 42px;
        }

#footer .ek .footer-wrapper .footer-disclaimer > ul {
    margin-bottom: 7px;
}

#footer .ek .footer-wrapper .footer-disclaimer .bottom-links.long-variation > ul {
    margin-bottom: 20px;
}

#footer .ek .footer-wrapper .footer-disclaimer .bottom-links a {
    margin-bottom: -5px;
}

#footer .ek .footer-wrapper .footer-disclaimer > ul li a.text-link-primary {
    color: #ccc;
    text-decoration: underline;
}

    #footer .ek .footer-wrapper .footer-disclaimer > ul li a.text-link-primary:hover {
        text-decoration: none;
    }

#footer .ek .footer-wrapper .footer-disclaimer > .bottom-links a {
    text-decoration: underline;
    line-height: normal;
}

    #footer .ek .footer-wrapper .footer-disclaimer > .bottom-links a:hover {
        text-decoration: none;
    }

#footer .ek .footer-wrapper .footer-disclaimer .copyright-information {
    color: white;
    padding-top: 0;
}

    #footer .ek .footer-wrapper .footer-disclaimer .copyright-information p {
        margin: 0;
    }

#footer .ek .footer-wrapper .footer-disclaimer .copyright-information {
    font-size: 12px;
}

    #footer .ek .footer-wrapper .footer-disclaimer .copyright-information.long-variation {
        color: #999;
        font-size: 14px;
    }

#skip-to-main .inner-text {
    font-size: 12px;
}

/* HEADER SELECT FIX */
.global-nav-toolbar .styled-select-wrapper:before {
    margin: -.175em 0 0;
    border: solid transparent;
    border-width: .35em .35em 0;
    border-top-color: #797879;
    margin: -.175em 0 0;
    top: 50%;
    font-size: 1.25em;
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    pointer-events: none;
}

.global-nav-toolbar select {
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    background-color: #fff;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    zoom: 1;
}

    .global-nav-toolbar select:-moz-focusring {
        color: transparent !important;
        text-shadow: 0 0 0 #000;
    }

    .global-nav-toolbar select:not([disabled]):not([tabindex='-1']):not(.panel-disabled):focus {
        outline: 0;
        box-shadow: 0 0 0 1px #00c;
        border: 1px solid #00c !important;
    }

.ek li.active.lang-selector .languageSelector .btn-lang-selector:focus {
    outline: 2px solid #0B24FB !important;
}

/* REGION CARDS FIX (EKGN-367) */
.ek .global-nav-toolbar ul.region-map-list > li a {
    margin-right: 0;
}

/* LOGO BORDER VISIBLE FIX (EKGN-366) */
.ek .global-nav-toolbar .flyout-menu {
    /* margin-left: 5px; */
}

/* IE DROPDOWN FIX (EKGN-371) */
.global-nav-toolbar .styled-select-wrapper select::-ms-expand {
    display: none;
}

/* OUTLINE FIX (EKGN-375) */
.ek .global-nav-toolbar .lang-selector .menu-item:focus {
    outline: #0B24FB solid 1px !important;
}

/* IE OFFSET FIX (EKGN-361) */
.ek .global-nav-toolbar .flyout-menu {
    left: 50% !important;
}

#footer .ek .footer-navigation .text-link-primary:focus,
#footer .ek .footer-navigation .btn-link:focus {
    outline: 0 !important;
}

/*------Footer accessibility changes-------------*/

#footer ul {
    width: auto !important;
}

    #footer ul li {
        font-size: 13px !important;
    }

        #footer ul li a:link,
        #footer ul li a:active,
        #footer ul li a:visited {
            color: white !important;
            text-decoration: underline !important;
        }

        #footer ul li a:hover {
            text-decoration: none !important;
        }


div.continueBar {
    background-color: #f5f5f5;
    font-size: 0.95em;
    height: 44px;
    padding: 0px 10px;
    /*margin-top: 10px;*/
}

div.continueBarone {
    background-color: #E7E7E7;
    font-size: 0.95em;
    height: 44px;
    padding: 0px 10px;
    margin-top: 10px;
}

div.continueBarRightButton {
    padding: 6px 0px 0px;
    float: right;
    font-size: 13px;
}

hr {
    border-top: 1px solid #eee;
}



.embedhead, .head, .head-for-chainese {
    display: none;
}
