﻿/* Editor
================================= */

.nx-editor .textblock > .PageElement-Title {
    font-family: 'Arial Narrow','PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #147ccc;
}

.nx-editor .nx-html {
    background: url(../Images/bg-tile.jpg);
}

.nx-editor .nx-page {
    background: rgba(222, 222, 222, 0.7);
}

.nx-editor-default {
    width: 1140px;
}

.nx-editor-buttons-default {
    width: 1140px;
}


/* Site
================================= */


.nx-body {
    font-size: 15px;
    line-height: 1.428571429;
    color: #1f2426;
    font-family: 'Arial Narrow','PT Sans Narrow', 'Franklin Gothic Medium', Arial, sans-serif;
}

    .nx-body.body-default .page-wrapper {
        background: #dadada url(../Images/bg-tile.jpg);
    }

    .nx-body.container {
        max-width: 1000px;
    }

.offerList .offer-title {
    font-weight: bold;
    font-size: 21px;
}

.offerList .taxesFees {
    font-size: 10px;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: Arial;
}
/* Background Colors
================================= */

.nx-body .primary-bg-color {
    background-color: #C04631;
}

.nx-body .secondary-bg-color {
    background-color: #A73A26;
}

.nx-body .tertiary-bg-color {
    background-color: #006470;
}

.nx-page {
}


/* Typography
================================= */

.nx-body .primary-font-color {
    color: #248A99;
}

.nx-body .secondary-font-color {
    color: #A73A26;
}

.nx-body a {
    color: #248A99;
}

    .nx-body a:focus,
    .nx-body a:hover {
        color: #006470;
    }

.nx-body h1 {
    font-family: Oswald,'Impact', 'Arial Narrow', Arial, sans-serif,Haettenschweiler, 'PT Sans Narrow Bold', sans-serif;
    font-size: 42px;
}

.nx-body h2 {
    font-family: Oswald,'Impact', Haettenschweiler, 'PT Sans Narrow Bold', sans-serif;
    font-size: 36px;
}

.nx-body h3 {
    font-family: Oswald, 'Impact',Haettenschweiler, 'PT Sans Narrow Bold', sans-serif;
    font-size: 30px;
}

.nx-body h4 {
    font-family: Oswald, 'Impact',Haettenschweiler, 'PT Sans Narrow Bold', sans-serif;
    font-size: 24px;
}

.nx-body p {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, sans-serif;
}

/* Header
================================= */



.nx-body .header-wrapper {
}

.nx-header {
    color: #666;
}

.nx-futurist-header-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.nx-header h1,
.nx-header h2,
.nx-header h3,
.nx-header h4,
.nx-header p,
.nx-header a {
    color: #666;
}



/* Nav
================================= */

.nx-body .menu-wrapper {
    background-color: #292929;
}

.nx-menu {
    padding: 10px 0 15px 0;
    position: relative;
    z-index: 1021;
}

    .nx-menu nav {
        font-family: 'Agency FB', PT Sans Narrow, Sylfaen, Microsoft Sans Serif, Times New Roman;
        font-size: 24px;
        text-transform: uppercase;
        margin: 0;
        line-height: 0.9em;
        padding: 2px;
    }


        .nx-menu nav a {
            color: #cccaca;
        }

            .nx-menu nav a:after {
                content: "|";
                text-align: center;
                border-bottom: none;
                text-decoration: none;
                padding-left: 5px;
                padding-right: 5px;
            }

        .nx-menu nav li:last-child a::after {
            content: "";
            padding-left: 5px;
            text-decoration: none;
        }

        .nx-menu nav a:focus,
        .nx-menu nav a:hover {
            color: #fff;
            text-decoration: none;
        }

        .nx-menu nav ul li:hover > ul {
            display: block;
            position: absolute;
            box-shadow: 4px 4px 6px #333;
            z-index: 99;
        }

        .nx-menu nav ul {
            list-style: none;
            position: relative;
            margin: 0;
            padding: 0;
        }

            .nx-menu nav ul:after {
                content: "";
                clear: both;
                display: block;
            }

            .nx-menu nav ul li {
                float: left;
                font-size: 80%;
                /*background-color: #fbfbfb;*/
            }

                .nx-menu nav ul li.more {
                    background-position: right 18px top 15px;
                }


                .nx-menu nav ul li a {
                }

                .nx-menu nav ul li:hover {
                    text-decoration: none;
                }

                .nx-menu nav ul li a:hover:after {
                    text-decoration: none;
                }

                .nx-menu nav ul li.current {
                    color: white;
                }

                    .nx-menu nav ul li.current a {
                        color: #fff;
                    }


            .nx-menu nav ul ul {
                display: none;
                position: absolute;
                /*top: 100%;*/
                line-height: 1.2em;
                min-width: 200px;
            }

                .nx-menu nav ul ul li {
                    float: none;
                    border-top: 1px solid #248A99;
                    border-right: 1px solid #248A99;
                    position: relative;
                    background-color: #248A99;
                    min-width: 200px;
                }

                    .nx-menu nav ul ul li.more {
                        padding-right: 0;
                        background-repeat: no-repeat;
                        background-position: right 20px top 16px;
                    }

                    .nx-menu nav ul ul li:hover {
                        background-color: #999;
                    }

                .nx-menu nav ul ul ul {
                    position: absolute;
                    left: 101%;
                    top: 0;
                }

                    .nx-menu nav ul ul ul li {
                        background: #292929;
                        min-width: 200px;
                        min-height: 20px;
                    }

                        .nx-menu nav ul ul ul li:hover {
                            background-color: #999;
                            color: #fff;
                        }

        .nx-menu nav .selected {
            color: white;
        }

            .nx-menu nav .selected a {
                color: white;
            }

.nx-mobile-menu .navbar-default .navbar-toggler {
    border-color: #cccaca;
}

.nx-mobile-menu .navbar-default .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28204, 202, 202, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nx-mobile-menu nav a {
    color: #cccaca !important;
    text-align: left;
}

    .nx-mobile-menu nav a:after {
        display: none;
    }

.nx-mobile-menu .nav > li > a:hover,
.nx-mobile-menu .nav > li > a:focus {
    background: none;
}

/* Content
================================= */

.nx-body #row01 {
    background: #A73A26;
}

.nx-body .offer {
    border: 1px solid #292929;
    background: #292929;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .nx-body .offer img {
        width: 100%;
    }

    .nx-body .offer h3 {
        margin-top: 10px;
        margin-bottom: 0;
    }

/* Content: Search Results */

.nx-body table.ContentTitleBar2 td {
    color: #fff;
    background-color: #248A99;
}

.nx-body .SRBottomSearchCritLabel {
    color: #fff;
}

.nx-body table.ContentTitleBar2 td a {
    color: #fff;
}

.nx-body .tabactiveBackground {
    background-color: #248A99;
    color: #fff;
}

.nx-body .bg2,
.nx-body .bg1 {
    background-color: #292929;
    color: #999;
}

.nx-body .bg3 {
    background-color: #006470;
}

.nx-body .ODPriceBoxHeader {
    color: #fff;
    border-left: 1px solid #248A99;
    border-right: 1px solid #248A99;
}

.nx-body .ODPriceBoxRow1 {
    background: #EEE;
}

.nx-body td.SROfferContent {
    background-color: #fff;
}

.nx-body .SRPrice800 {
    color: #ffffcc;
}

.nx-body .SpecialOD {
    background-color: #ffffcc;
    border-color: #aaaaaa;
}

/* Content: Offer Details */

.nx-body div#DetailPageTop {
    background-color: #fff;
}

.nx-body .MainContentOD {
    border: 1px solid #248A99;
    padding: 15px;
    background-color: #fff;
}

.nx-body .ODTabActive {
    background-color: #248A99;
}

.nx-body .ODTabInactive {
    background-color: #006470;
}

.nx-body table.ListTable1 {
    background-color: #fff;
}


/* Content: Compare  */

.nx-body td.CompareColumn {
    border: 1px solid #999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
}

.nx-body div.CompareTop {
    background-color: #eee;
    color: #006470;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    height: 80px;
    overflow: hidden;
}

.nx-body .ResultsBoxTop {
    font-size: 14px;
    font-weight: bold;
}


/* Content: Quick Search  */


.quicksearch-container a {
    color: #fff;
}

    .quicksearch-container a:hover,
    .quicksearch-container a:focus {
        color: #fff;
    }

/* Content: Cruise Search  */
.cruisesearch-container {
    color: #fff;
}

    .cruisesearch-container a {
        color: #fff;
    }

        .cruisesearch-container a:hover,
        .cruisesearch-container a:focus {
            color: #fff;
        }

.cruisesearch label {
    margin-top: 2px;
    display: table-cell;
    padding: 8px 0 0 0;
    color: #fff;
}

/* Quick search SB added */
.bg2.quicksearch-container {
    background-color: #292929;
}
/* Page Elements - Offer Highlight
================================= */

.nx-body div.offerHL {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}

    .nx-body div.offerHL .HLtitle {
        margin: -10px -10px 10px -10px;
        padding: 5px 0 5px 10px;
        color: #fff;
    }

    .nx-body div.offerHL .OfferName {
        font-size: 1.2em;
    }

    .nx-body div.offerHL .TeaserText {
        margin-top: 12px;
    }

    .nx-body div.offerHL .MoreDetails {
        margin-top: 12px;
    }

/* Page Elements - Offer List from Offer Group */

.offerList {
    background-color: #292929;
    color: white;
}

/* Footer
================================= */

.nx-body .footer-wrapper {
    background-color: #999;
}

.nx-footer {
    color: #fff;
    background-color: #999;
    border-top: 1px solid #999;
}

    .nx-footer p,
    .nx-footer h1,
    .nx-footer h2,
    .nx-footer h3,
    .nx-footer h4,
    .nx-footer li,
    .nx-footer a {
        color: #fff;
    }

/* Content: Offer Groups*/
.nx-body .OGMainTable {
    border: 1px solid #248A99;
    background-color: #FFFFFF;
}

.nx-body .OGSupplierInfoContainer {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.nx-body .OGCategoryTableHeader {
    text-align: center;
}

.nx-body .OGCategoryTableLeft {
    border-left: 1px solid #248A99;
    border-bottom: 1px solid #248A99;
}

.nx-body .OGCategoryTableRight {
    border-left: 1px solid #248A99;
    border-right: 1px solid #248A99;
    border-bottom: 1px solid #248A99;
}

.nx-body .OGPaddedContainer {
    padding: 5px;
}


.nx-body .nx-futurist-top-container {
    width: 100%;
    padding: 15px;
    margin: 0;
    background-color: #292929;
    background: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgABQAFAwERAAIRAQMRAf/EAFIAAQAAAAAAAAAAAAAAAAAAAAcBAQAAAAAAAAAAAAAAAAAAAAAQAAICAgMAAAAAAAAAAAAAAAERITEAEhMjYxEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AFOvj8KJD33cEimpAMJy2cD//2Q==');
    background-repeat: repeat;
    color: white;
    position: relative;
    text-align: center;
}

.nx-body .nx-futurist-logo {
}

.nx-body .nx-futurist-nav-container {
    background-color: #292929;
    text-align: center;
}

.menu-wrapper {
    text-align: left;
}

.nx-body .nx-futurist-main-container {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}

.nx-body .nx-futurist-main-container-background {
    z-index: -1;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    background-attachment: fixed;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.nx-body .nx-futurist-main-container-content {
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding-top: 30px;
}

.nx-body .nx-futurist-footer-container {
    width: 100%;
    padding: 15px;
    margin: 0;
    background-color: #292929;
    background: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgABQAFAwERAAIRAQMRAf/EAFIAAQAAAAAAAAAAAAAAAAAAAAcBAQAAAAAAAAAAAAAAAAAAAAAQAAICAgMAAAAAAAAAAAAAAAERITEAEhMjYxEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AFOvj8KJD33cEimpAMJy2cD//2Q==');
    background-repeat: repeat;
    color: white;
    text-align: center;
}

.nx-body .nx-related-offer-title {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
}

.offerHighlight .offerHighlight-container {
    padding: 10px;
    background-color: #292929;
    border: 1px #292929;
    color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff !important;
    background-color: #248A99;
    border-color: #248A99;
}

.nx-body .search-item {
    border: 1px solid #292929;
    background: #292929;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}



    .nx-body .search-item h3 {
        margin-top: 10px;
        margin-bottom: 0;
    }
/* used in MVC search result, offer group, offer details*/
.nx-body .OGCategory-left {
    border-left: 1px solid #248A99;
    border-bottom: 1px solid #248A99;
    height: 50px;
    width: 100%;
}

.nx-body .OGCategory-right {
    border-right: 1px solid #248A99;
    border-bottom: 1px solid #248A99;
    height: 50px;
    width: 100%;
}

.nx-body .OGCategoryTableBorder {
    border-left: 1px solid #248A99;
    border-right: 1px solid #248A99;
    border-bottom: 1px solid #248A99;
    height: 50px;
    width: 100%;
}

.nx-body .system-container {
    border: 1px solid #292929;
    background: #292929;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Content: Search box  */
.searchbox-container a {
    color: #fff;
}

    .searchbox-container a:hover,
    .searchbox-container a:focus {
        color: #fff;
    }
