
#header, #footer, #main {
    position: relative;
}

#header {
    background-color: #ffffff;
    z-index: 999;
}

#footer {
    background-color: #252525;
    color: #969696;
    z-index: 999;
    padding: 20px 0px 10px 0px;
    text-align: center;
}

#main {
    position: relative;
    overflow: hidden;
    background-color: #ededed;
    background-image: url('/datafiles/Images/AgentLogin/Default/bg_text_3.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 400% auto;
    z-index: 1;
    padding: 0px 10px;
}

.container, .container-fluid {
    position: relative;
    z-index: 2;
}

#main .container {
    background-color: #ffffff;
}

    #main .container.bg_grey {
        z-index: 1;
    }

#main > .container {
    box-shadow: 0px 2px 12px rgba(0,0,0,0.15);
}

    #main > .container:first-child {
        margin-top: 70px;
    }

#footer .container-fluid {
    padding-top: 50px;
    background: url('/images/logo_whiteout.png') center top no-repeat;
    background-size: 280px;
}

#footer a {
    color: #ffffff;
}

#footer ul {
    list-style: none;
    padding: 0px;
}

#menu {
    margin-bottom: 0px;
    position: relative;
    border-width: 0px;
}

    #menu .container {
        position: relative;
    }

    #menu .navbar-collapse {
        overflow: hidden;
        padding-left: 75px;
        padding-top: 70px;
        position: absolute;
        top: 0px;
        width: 100%;
        border-width: 0px;
    }

    #menu a {
        text-decoration: none;
    }

    #menu .navbar-nav a {
        padding: 15px 20px;
    }

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #878787;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #878787;
}

#menu .navbar-nav {
    background-color: #aaa;
    margin-top: 0px;
    position: relative;
    z-index: 5;
    display: block;
    padding-bottom: 60px;
}

    #menu .navbar-nav > li > a {
        font-size: 16px;
        text-transform: uppercase;
    }

#menu .navbar-header {
    margin: 0px;
}

#menu .navbar-brand {
    background: url('/images/logo.png') left center no-repeat;
    background-size: contain;
    width: 190px;
}

#menu .language_select {
    z-index: 20;
    position: absolute;
    bottom: 30px;
}

    #menu .language_select .btn {
        font-size: 16px;
        color: #ffffff;
    }

#menu #agent_login, #menu #shopping_cart {
    display: block;
    position: absolute;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 35px;
    height: 50px;
    min-width: 35px;
}

#menu #agent_login {
    background-image: url('/datafiles/Images/AgentLogin/Default/login_alt.png');
    background-color: #aaa;
    font-size: 16px;
    top: 0px;
    left: 60px;
    right: 0px;
    height: 70px;
    background-position: 10px 23px;
    z-index: 10;
    padding: 30px 0px 0px 55px;
    text-align: left;
    color: #ffffff;
}

#menu #shopping_cart {
    background-image: url('/images/icons/cart.png');
    padding: 2px 0px 33px 0px;
    color: #ffffff;
    right: 15px;
    top: 22px;
    z-index: 1;
}

#menu .navbar-toggle {
    padding: 6px 0px;
    border: none;
    background-color: transparent;
    z-index: 5;
}

    #menu .navbar-toggle:hover {
        background-color: transparent;
    }

    #menu .navbar-toggle .icon-bar {
        background-color: #660000;
        width: 30px;
        height: 4px;
        border-radius: 2px;
    }

        #menu .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 5px;
        }

/* Modify Bootstrap */

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    overflow: visible;
}

h2, .h2 {
    color: #424242;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small {
        font-weight: 300;
        color: inherit;
    }

small, .small {
    font-size: 80%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a {
    text-decoration: underline;
}

hr {
    margin: 10px 0px;
}

img.img-responsive {
    width: 100%;
}

.panel {
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    position: relative;
    opacity: 0.9;
}

    .panel .expand {
        background: url('/images/icons/expand_image.png');
        width: 15px;
        height: 15px;
        position: absolute;
        top: 5px;
        right: 5px;
    }

.panel-heading {
    text-transform: uppercase;
    font-size: 1.25em;
}

.dropdown-toggle {
    text-transform: uppercase;
}

.lead {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 22px;
}

label {
    font-weight: 400;
}

.label-danger {
    font-size: 100%;
    padding: 4px 15px 5px;
    font-weight: normal;
    text-align: left;
}

.btn {
    border-radius: 0px;
    text-transform: uppercase
}

.btn-active {
    background-color: #660000;
    border-color: #660000;
    color: #fff;
    cursor: default;
}

    .btn-active:hover {
        color: #d05c0f;
    }

.btn:after {
    content: "";
    background: url('/images/icons/arrow_right.png') right center no-repeat;
    width: 20px;
    height: 100%;
    content: ">";
    display: inline-block;
    text-indent: -9999px;
}

.btn-active:after {
    content: "";
    background: url('/images/icons/arrow_down.png') right center no-repeat;
    width: 20px;
    height: 100%;
    content: ">";
    display: inline-block;
    text-indent: -9999px;
}

.payment_step_2_back:before, .payment_step_3_back:before, .back_to_search:before {
    background: url(/images/icons/arrow_left.png) left center no-repeat;
    width: 20px;
    height: 100%;
    content: "<";
    display: inline-block;
    text-indent: -9999px;
    /* content: ""; */
}

.payment_step_2_back:after, .payment_step_3_back:after, .back_to_search:after {
    content: "";
}

.has-warning .form-control {
    margin-bottom: 5px;
}

.btn-sm {
    font-size: 12px;
}

.btn.btn-default:after {
    background-image: url('/images/icons/arrow_right_grey.png');
}

.btn.dropdown-toggle:after {
    background-image: url('/images/icons/arrow_down.png');
}

.btn.btn-default.dropdown-toggle:after {
    background-image: url('/images/icons/arrow_down_grey.png');
}

.dropup .btn.dropdown-toggle:after {
    background-image: url('/images/icons/arrow_up.png');
}

.dropup .btn.btn-default.dropdown-toggle:after {
    background-image: url('/images/icons/arrow_up_grey.png');
}

.nav-stacked a {
    border-bottom: 1px solid #cccccc;
}

.nav-stacked li {
    margin-top: 0px !important;
}

    .nav-stacked li.active a, .nav-stacked li a:hover {
        background-color: #660000;
        color: #ffffff;
    }

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-inner img {
    width: 100%;
}

.carousel-caption {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: left;
    text-shadow: none;
    padding: 0px 15px;
    margin: 0px auto;
}

    .carousel-caption:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .carousel-caption .h3 {
        display: inline-block;
        vertical-align: middle;
    }

.carousel-control {
    z-index: 99;
    opacity: 0.75;
    display: none;
}

    .carousel-control.left {
        background: url('/images/icons/slideshow_left.png') center center no-repeat;
    }

    .carousel-control.right {
        background: url('/images/icons/slideshow_right.png') center center no-repeat;
    }

.carousel-indicators {
    margin-bottom: 0px;
    display: none;
}

    .carousel-indicators li, .carousel-indicators li.active {
        background-color: #ffffff;
        border: 0px;
        width: 8px;
        height: 8px;
    }

        .carousel-indicators li.active {
            background-color: #666666;
        }

/* New Styles */

.nomargin_all {
    margin: 0px;
}

.nomargin_top {
    margin-top: 0px;
}

.nomargin_bottom {
    margin-bottom: 0px;
}

.nopadding_all {
    padding: 0px !important;
}

.padding_bottom {
    padding-bottom: 50px;
}

.text_white {
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#lounge_search .text_white {
    color: #660000;
    text-shadow: 0px 0px 10px #ffffff;
}

.text_grey {
    color: #424242;
}

.text_red {
    color: #660000;
}

.text_green {
    color: green;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 300;
}

.larger {
    font-size: 16px;
}

.bg_transparent {
    background-color: transparent !important;
    box-shadow: none !important;
}

.bg_white {
    background-color: #ffffff !important;
}

.bg_grey {
    background-color: #ededed !important;
}

    .bg_grey hr {
        background-color: #cccccc;
        border-color: #cccccc;
    }

.border_all {
    border: 1px solid #aaa;
    box-shadow: 0 6px 10px -3px #aaa;
}

.border_top {
    border-top: 1px solid #ededed;
}

.border_left {
    border-left: 1px solid #ededed;
}

.border_bottom {
    border-bottom: 1px solid #ededed;
}

.border_right {
    border-right: 1px solid #ededed;
}

.bg_grey .border_all, .bg_grey .border_top, .bg_grey .border_left, .bg_grey .border_bottom, .bg_grey .border_right {
    border-color: #aaa;
    box-shadow: 0 6px 10px -3px #aaa;
}

.accordion {
    padding: 0px;
}

    .accordion > li {
        list-style: none;
    }

.accordion_header {
    margin: 0px;
    padding: 15px 0px;
    border-top: 1px solid #cccccc;
    background: url('/images/icons/arrow_down_grey.png') right center no-repeat;
}

.accordion_item_active .accordion_header {
    background-image: url('/images/icons/arrow_up_grey.png');
}

.accordion_header a {
    text-decoration: none;
    display: block;
    color: #424242;
}

.accordion_header .pull-right {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #424242;
    background-color: #ffffff;
    margin-right: -2px;
}

.bg_grey .accordion_header .pull-right {
    background-color: #ededed;
}

.accordion_item_active {
    background-color: #ffffff;
}

    .accordion_item_active .accordion_header .pull-right {
        background-color: #ffffff;
    }

    .accordion_item_active .accordion_header {
        border-top: none;
    }

        .accordion_item_active .accordion_header a {
            color: #660000;
        }

        .accordion_item_active .accordion_header .pull-right {
            border-color: #660000;
        }

.accordion_collapse {
    overflow: hidden;
}

#lounge_list #listOfLounges:after {
    background-image: url('/images/icons/arrow_down.png');
}

#lounge_list #listOfLounges.collapsed:after {
    background-image: url('/images/icons/arrow_up.png');
}

.office_address {
    background-color: #d8d8d8;
    margin-top: 15px;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn_back:after {
    background-image: url('/images/icons/arrow_left.png');
}

.btn_back.btn-default:after {
    background-image: url('/images/icons/arrow_left_grey.png');
}

.btn.btn_info {
    font-style: italic;
    color: #424242;
    border-color: transparent;
    padding-left: 22px;
    border-left: none;
    border-right: none;
    padding-right: 0px;
    background: url('/images/icons/information.png') left center no-repeat;
}

    .btn.btn_info:after {
        content: "";
        width: 0px;
        background: none;
    }

.btn.btn_delete:after {
    background-image: url('/images/icons/delete.gif');
}

.scrollable, .scrollable_y {
    padding-right: 20px;
}

.scrollable, .scrollable_x {
    padding-bottom: 20px;
}

.slimScrollRail {
    top: 5px;
    bottom: 5px;
    height: auto;
}

.slimScrollBar {
    background-color: #252525 !important;
}

.btn_select {
    padding: 0px;
}

    .btn_select .dropdown-toggle {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        text-align: left;
        background-color: #ffffff;
        padding-right: 30px;
    }

        .btn_select .dropdown-toggle:after {
            position: absolute;
            right: 12px;
            top: 0px;
            height: 100%;
        }

    .btn_select .dropdown-menu {
        min-width: 100%;
        height: 130px;
        overflow: auto;
        z-index: 2000;
    }

#home_lounge_search .btn_select .dropdown-menu {
    height: 230px;
}

.form-inline .btn_select .dropdown-toggle {
    position: static;
}

.language_select img {
    margin: 0px 10px 0px 0px;
}

.language_select .dropdown-toggle {
    box-shadow: none !important;
    cursor: pointer;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

    .language_select .dropdown-toggle:after {
        display: none;
    }

/* Specific Containers */

#home_carousel {
    display: none;
}

#lounge_finder {
    height: 0px;
    overflow: visible;
    text-align: right;
    display: none;
}

    #lounge_finder .container {
        z-index: 5;
    }

    #lounge_finder #lounge_finder_toggle {
        border-radius: 0px 0px 4px 4px;
        border: 0px;
        background-color: #fafafa;
    }

        #lounge_finder #lounge_finder_toggle:after {
            background-image: url('/images/icons/arrow_up_grey.png');
        }

        #lounge_finder #lounge_finder_toggle.collapsed:after {
            background-image: url('/images/icons/arrow_down_grey.png');
        }

#lounge_finder_form {
    border-radius: 0px 0px 0px 4px;
    background-color: #fafafa;
}

    #lounge_finder_form form {
        padding: 20px 8px;
        overflow: hidden;
    }

    #lounge_finder_form .btn-warning {
        width: 100%;
    }

#lounge_list {
    display: none;
    overflow: visible;
    position: relative;
}

    #lounge_list #lounge_list_inner {
        z-index: 5;
        bottom: 0;
        position: absolute;
        width: 100%;
        border-top: 1px solid #cccccc;
    }

    #lounge_list .btn-info {
        position: absolute;
        right: 60px;
        top: -32px;
        border-radius: 4px 4px 0px 0px;
    }

    #lounge_list #lounge_list_content {
        padding: 15px 100px;
        overflow: hidden;
        background-color: #ffffff;
        position: relative;
        z-index: 10;
    }

#lounge_list_content .btn {
    margin-bottom: 10px;
}

#lounge_list ul {
    padding: 0px;
}

#lounge_list li {
    list-style: none;
    margin-top: 10px;
}

    #lounge_list li li li {
        margin-top: 0px;
    }

#lounge_list_carousel .item {
    height: 220px;
    overflow: hidden;
}

#lounge_list_carousel .carousel-control.left {
    margin-left: -100px;
    width: 100px;
    background-image: url('/images/icons/slideshow_left_grey.png');
}

#lounge_list_carousel .carousel-control.right {
    margin-right: -100px;
    width: 100px;
    background-image: url('/images/icons/slideshow_right_grey.png');
}

#lounge_preview {
    max-width: 300px;
}

#lounge_search {
    background: url('/datafiles/Images/AgentLogin/Default/bg_home_1.jpg') top center no-repeat;
    background-size: cover;
}

    #lounge_search .container {
        padding: 25px 0px;
    }

    #lounge_search .panel {
        margin-bottom: 0px;
    }

#lounge_search_results .row > div {
    position: relative;
    margin-top: 7px;
}

#home_lounge_search .panel {
    margin-top: 50px;
    margin-bottom: 50px;
}

#lounge_search_results .label, #lounge_detail .label {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 2;
    text-transform: uppercase;
    left: 6px;
}

#lounge_detail .label {
    top: 0px;
    left: 15px;
}

#lounge_search_results .panel h3 {
    margin-top: 0px;
}

#lounge_search_results .panel > p {
    font-size: 0.9em;
}

#home_map {
    background: url('/datafiles/Images/AgentLogin/Default/bg_map.png') center top no-repeat;
    background-size: cover;
    padding: 140px 0px;
}

    #home_map .h1, #home_map .h3 {
        margin: 0px;
        line-height: 1em;
    }

    #home_map .h1 {
        font-size: 30px;
    }

    #home_map .h3 {
        font-size: 20px;
    }

#home_news {
    background-color: #f6f6f6;
    padding: 60px 0px 45px 0px;
}

    #home_news .panel-info .panel-body {
        max-height: 400px;
    }

#quote_table > .row > div {
    padding-top: 10px;
}

#quote_table span {
    padding-left: 10px;
}

.home_awards_images {
    max-width: 134px;
    margin: 3px 1px;
    border: 1px solid #e9e9e9;
}

/* Fancybox Fix */
#fancybox-wrap, #fancybox-outer, #fancybox-outer > div, #fancybox-content > div {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

/* Specific Pages */
#page_2 #lounge_search .text_white {
    display: none;
}

#page_3 #main {
    background-image: url('/datafiles/Images/AgentLogin/Default/bg_text_1.jpg');
}

#page_3 #lounge_finder {
    display: block;
}



.dropdown-menu > li > a {
    color: #333 !important;
}

.open > .dropdown-toggle.btn-info {
    margin-top: -120px;
    border: none;
    background-color: #252525 !important;
}

.dropdown-menu.list {
    background-color: #252525 !important;
    width: 100% !important;
    background-clip: border-box !important;
    min-width: 100px !important;
    border-radius: 0;
    color: #fff !important;
    padding-left: 5px;
}

.col_padding_small {
    padding-left: 5px;
    padding-right: 5px;
}

#lounge_search_results .panel .panel-body {
    padding: 5px 10px 10px 10px;
}

/* Modify Bootstrap */

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

.dropdown-menu.list li a {
    color: #fff !important;
}

    .dropdown-menu.list li a:hover {
        color: #333 !important;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 5px;
}

.expand {
    background: url('/images/icons/expand_image.png');
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 20px;
}

.facilities img {
    float: left;
    margin: 0 15px 15px 0;
    width: 40px;
    height: 40px;
}

p.conditions {
    font-size: 16px;
    line-height: 20px;
}

p.imagecaption {
    font-size: 17px;
    line-height: 22px;
    font-weight: 100;
    margin-top: 20px;
}

.btn-group.btn_select .btn {
    text-transform: capitalize !important;
    font-weight: 100;
}

.bg_grey .row {
    padding-bottom: 0 !important;
}

#page_12 #accordion_3 .text-warning {
    padding: 0px;
    line-height: 32px;
    font-size: 22px;
}

#no_of_adults, #no_of_children, #no_of_infants {
    width: 62px;
}

@media (max-width:519px) {
    .lounge_details h1 {
        font-size: 22px;
    }

    .lounge_details h2 {
        font-size: 16px;
    }

    .lounge_details .accordion_header {
        border-top: none;
    }
}

@media (min-width:520px) {
    #main {
        background-size: 200% auto;
    }

    .carousel-caption {
        max-width: 510px;
    }

    #lounge_preview {
        max-width: 450px;
    }

    #menu .navbar-brand {
        width: 270px;
        background-size: auto;
    }

    .nav-stacked {
        font-size: 1.55em;
        text-align: right;
    }

        .nav-stacked li a {
            padding-left: 40px;
            background: url('/images/icons/arrow_left_grey.png') 15px center no-repeat;
        }

    #quote_table span {
        padding-left: 0px;
    }

    .lounge_details .accordion_collapse {
        display: block !important;
    }

    .lounge_details .accordion_header {
        display: none;
    }

    .lounge_result_lounge img {
        max-height: 166px;
        min-height: 166px;
    }

    #home_carousel {
        display: block;
    }

    #home_map .h1 {
        font-size: 56px;
    }

    #home_map .h3 {
        font-size: 30px;
    }
}

@media (max-width:767px) {
    #footer li, #footer ul, #footer .col-md-6 {
        display: inline-block;
        width: auto;
        white-space: nowrap;
        padding: 0px;
        text-align: center;
    }

        #footer ul a:before {
            content: "|";
            padding: 0px 0.5em;
            display: inline-block;
        }

    #footer .row > .col-md-6:first-child ul > li:first-child a:before {
        display: none;
    }
}

@media (min-width:768px) {
    #main {
        background-size: 100% auto;
    }

    #menu .navbar-collapse {
        position: static;
        overflow: visible;
        padding: 0px;
        margin: 0px;
        width: auto;
    }

    #menu .container {
        padding-top: 20px;
    }

    #menu .navbar-brand {
        width: 350px;
    }

    #menu .navbar-nav {
        background-color: transparent;
        padding-bottom: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #878787;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #660000;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #660000;
    }

    #menu .navbar-nav a {
        padding: 30px 10px;
    }

    #menu #agent_login, #menu #shopping_cart {
        top: auto;
        bottom: 10px;
    }

    #menu #agent_login {
        height: 50px;
        padding: 35px 0px 0px 0px;
        background-image: url('/datafiles/Images/AgentLogin/Default/login.png');
        background-color: transparent;
        text-align: center;
        left: auto;
        right: 20px;
        background-position: top center;
        font-size: 0.75em;
        color: #660000;
    }

    #menu #shopping_cart {
        right: 90px;
    }

    #menu .language_select {
        right: 15px;
        top: 0px;
        bottom: auto;
        text-align: right;
        font-size: 14px;
    }

        #menu .language_select .btn {
            font-size: 14px;
            color: #424242;
        }

        #menu .language_select.dropup .dropdown-menu {
            top: 2.25em;
            bottom: auto;
        }

    .carousel-indicators, .carousel-control {
        display: block;
    }

    .carousel-caption {
        width: 70%;
        max-width: 750px;
    }

        .carousel-caption .h3 {
            font-size: 36px;
        }

    #lounge_list {
        display: block;
    }

    #lounge_preview {
        max-width: 600px;
    }

    #footer {
        padding: 20px 0px 10px 0px;
        text-align: left;
    }

        #footer .container-fluid {
            background-size: auto;
            padding: 0px 60px 0px 40px;
        }

        #footer .container-fluid {
            background-position: 40px 30px;
        }

        #footer #copyright {
            position: absolute;
            left: 40px;
            top: 70px;
        }

    .padding_bottom {
        padding-bottom: 150px;
    }

    #home_lounge_search .panel {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .lounge_result_lounge img {
        max-height: 166px;
        min-height: 166px;
    }
}

@media (min-width:992px) {
    .carousel-caption {
        max-width: 970px;
    }

        .carousel-caption .h3 {
            font-size: 48px;
        }
}

a, a:focus, .btn, .btn:focus {
    outline: 0 !important;
}



// agent admin table formatting

#tblGridReport {
    width: 100%;
    border-collapse: collapse;
}

#tblGridReport td, #tblGridReport th {
    font-size: 1em;
    border: 1px solid #dddddd;
    padding: 3px 10px;
    height: 28px;
}

#tblGridReport th {
    font-weight: normal;
    text-align: left;
    background-color: #e9e9e9;
    text-transform: capitalize;
}

#tblGridReport tr:nth-child(odd) {
    background-color: #f2f2f2;
}


@media (min-width:220px) {
    #footer li, #footer ul, #footer .col-md-6 {
        white-space: normal !important;
    }

    #cookie-bar {
        height: 300px;
    }
}

@media (min-width:320px) {
    #cookie-bar {
        height: 210px;
    }
}

@media (min-width:420px) {
    #footer li, #footer ul, #footer .col-md-6 {
        white-space: normal !important;
    }

    #cookie-bar {
        height: 160px;
    }
}

@media (min-width:767px) {
    #cookie-bar {
        height: 100px;
    }
}

@media (min-width:992px) {
    #menu .navbar-brand {
        margin-right: 70px;
        width: 280px;
    }
}

.text-background-glow-h3 {
    padding: 10px 25px;
    background-color: rgba(255,255,255, 0.8);
    border-radius: 4px;
    box-shadow: 0 0 7px 1px #fff;
    display: inline-block;
}

    .text-background-glow-h3 span {
        color: #424242;
        font-size: 90%;
    }

.facilities_aircon, .facilities_fax, .facilities_internt, .facilities_wifi,
.facilities_conf, .facilities_tv, .facilities_fltinfo, .facilities_newsmag,
.facilities_tel, .facilities_alcohol, .facilities_refresh, .facilities_shower,
.facilities_nosmoke, .facilities_smoke, .facilities_disable, .facilities_spare {
    background: url('/datafiles/Images/AgentLogin/Default/facilities.png') no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    margin: 5px 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0 7px 7px -3px #999;
    -moz-box-shadow: 0 7px 7px -3px #999;
    box-shadow: 0 7px 7px -3px #999;
}

.facilities_aircon {
    width: 36px;
    height: 36px;
    background-position: -0px -0px;
}

.facilities_fax {
    width: 36px;
    height: 36px;
    background-position: -41px -0px;
}

.facilities_internt {
    width: 36px;
    height: 36px;
    background-position: -82px -0px;
}

.facilities_wifi {
    width: 36px;
    height: 36px;
    background-position: -123px -0px;
}

.facilities_conf {
    width: 36px;
    height: 36px;
    background-position: -0px -41px;
}

.facilities_tv {
    width: 36px;
    height: 36px;
    background-position: -41px -41px;
}

.facilities_fltinfo {
    width: 36px;
    height: 36px;
    background-position: -82px -41px;
}

.facilities_newsmag {
    width: 36px;
    height: 36px;
    background-position: -123px -41px;
}

.facilities_tel {
    width: 36px;
    height: 36px;
    background-position: -0px -82px;
}

.facilities_alcohol {
    width: 36px;
    height: 36px;
    background-position: -41px -82px;
}

.facilities_refresh {
    width: 36px;
    height: 36px;
    background-position: -82px -82px;
}

.facilities_shower {
    width: 36px;
    height: 36px;
    background-position: -123px -82px;
}

.facilities_nosmoke {
    width: 36px;
    height: 36px;
    background-position: -0px -123px;
}

.facilities_smoke {
    width: 36px;
    height: 36px;
    background-position: -41px -123px;
}

.facilities_disable {
    width: 36px;
    height: 36px;
    background-position: -82px -123px;
}

.facilities_spare {
    width: 36px;
    height: 36px;
    background-position: -123px -123px;
}
