﻿/* Editor
================================= */

.nx-editor .textblock > .PageElement-Title {
    font-size: 36px;
    color: #754940;
}

.nx-editor-default {
    width: 1019px;
}

.nx-editor-buttons-default {
    width: 1019px;
}

/* Site
================================= */

.nx-body {
    font-size: 15px;
    line-height: 1.428571429;
    color: #7c7c7c;
}

    .nx-body .container {
        min-width: none;
        max-width: 1019px;
    }


    /* Background Colors
================================= */

    .nx-body .primary-bg-color {
        background: #2F3F3C;
    }

    .nx-body .secondary-bg-color {
        background: #889172;
    }

    .nx-body .tertiary-bg-color {
        background: #F6F5F0;
    }

.nx-page {
    background: #fbfbfb;
}



/* Typography
================================= */

.nx-body .primary-font-color {
    color: #754940;
}

.nx-body .secondary-font-color {
    color: #2F3F3C;
}


.nx-body a {
    color: #754940;
}

    .nx-body a:focus,
    .nx-body a:hover {
        color: #000;
    }

.nx-body h1 {
    font-size: 42px;
    color: #754940;
}

.nx-body h2 {
    font-size: 36px;
    color: #754940;
}

.nx-body h3 {
    font-size: 30px;
    color: #754940;
}

.nx-body h4 {
    font-size: 24px;
    color: #754940;
}

.nx-body p {
    color: #7c7c7c;
}




/* Header
================================= */

.nx-header {
}

.nx-header-padding {
    padding-top: 75px;
}


/* Nav
================================= */

.nx-menu {
    padding: 0;
    position: relative;
    z-index: 1021;
}

    .nx-menu nav {
        margin: 0;
        padding: 2px;
        line-height: 0.9em;
        border-top: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
    }

        .nx-menu nav a {
            color: #7c7c7c;
            font-weight: bold;
        }

            .nx-menu nav a:focus,
            .nx-menu nav a:hover {
                color: #754940;
                text-decoration: none;
            }

        .nx-menu nav ul li:hover > ul {
            display: block;
            position: absolute;
            box-shadow: 4px 4px 6px #333;
            z-index: 1021;
        }

        .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;
                background-color: #fbfbfb;
            }

                .nx-menu nav ul li.more {
                    padding-right: 10px;
                    background-image: url(../Images/caret-down.png);
                    background-repeat: no-repeat;
                    background-position: right 18px top 14px;
                }

                .nx-menu nav ul li a {
                    display: block;
                    padding: 14px 26px;
                }

                .nx-menu nav ul li.current a {
                    color: #754940;
                }

                .nx-menu nav ul li:hover {
                    background-color: #F6F5F0;
                }


            .nx-menu nav ul ul {
                display: none;
                position: absolute;
                line-height: 1.2em;
                min-width: 200px;
                z-index: 1021;
            }

                .nx-menu nav ul ul li {
                    float: none;
                    border-top: 1px solid #eee;
                    border-right: 1px solid #eee;
                    position: relative;
                    background: #F6F5F0;
                    min-width: 200px;
                }

                    .nx-menu nav ul ul li.more {
                        padding-right: 0;
                        background-image: url(../Images/caret-right.png);
                        background-repeat: no-repeat;
                        background-position: right 10px top 16px;
                    }

                    .nx-menu nav ul ul li:hover {
                        background-color: #fbfbfb;
                    }

                .nx-menu nav ul ul ul {
                    position: absolute;
                    left: 101%;
                    top: 0;
                }

                    .nx-menu nav ul ul ul li {
                        background: #fbfbfb;
                        min-width: 200px;
                    }

        .nx-menu nav .selected {
            background: #e9e8e2;
        }


/* Content
================================= */


.nx-body .offer {
    border: 1px solid #eee;
    background: #F6F5F0;
    padding: 10px;
    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: #2F3F3C;
}

.nx-body .SRBottomSearchCritLabel {
    color: #fff;
}

.nx-body table.ContentTitleBar2 td a {
    color: #fff;
}

.nx-body table.ContentTitleBar2 td {
    color: #fff;
}

.nx-body .tabactiveBackground {
    background-color: #2F3F3C;
    color: #fff;
}

.nx-body .bg2,
.nx-body .bg1 {
    background-color: #2F3F3C;
}

.nx-body .bg3 {
    background-color: #889172;
}

.nx-body .ODPriceBoxHeader {
    color: #fff;
    border-left: 1px solid #2F3F3C;
    border-right: 1px solid #2F3F3C;
}

.nx-body .ODPriceBoxRow1 {
    background: #EEE;
    color: #444444;
}

.nx-body .SRPrice800 {
    color: #ffffcc;
}

.nx-body .SpecialOD {
    background-color: #ffffcc;
    border: 1px solid #aaaaaa;
}

.nx-body .rightside-refine i b {
    color: #444444;
}


/* Content: Offer Details */

.nx-body .MainContentOD {
    border: 1px solid #889172;
    padding: 15px;
}

.nx-body .ODTabActive {
    background-color: #889172;
}

.nx-body .ODTabInactive {
    background-color: #2F3F3C;
}


/* Content: Compare  */

.nx-body td.CompareColumn {
    border: 1px solid #999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nx-body div.CompareTop {
    background-color: #eee;
    color: #2F3F3C;
    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;
}


/* Footer
================================= */

.nx-footer {
    color: #999;
    border-top: 1px solid #c2c2c2;
}

    .nx-footer p,
    .nx-footer h1,
    .nx-footer h2,
    .nx-footer h3,
    .nx-footer h4,
    .nx-footer li,
    .nx-footer a {
        color: #999;
    }

.nx-footer-padding {
    padding-bottom: 30px;
}

/* Content: Offer Groups*/
.nx-body .OGMainTable {
    border: 1px solid #2F3F3C;
    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 #2F3F3C;
    border-bottom: 1px solid #2F3F3C;
}

.nx-body .OGCategoryTableRight {
    border-left: 1px solid #2F3F3C;
    border-right: 1px solid #2F3F3C;
    border-bottom: 1px solid #2F3F3C;
}

.nx-body .OGPaddedContainer {
    padding: 5px;
}

/* Content: Quick Search  */

.quicksearch-tab-body {
    margin-top: -5px;
    padding: 0 10px 10px 10px;
    min-width: 265px;
}

.nx-body .categories-header-color {
    color: white;
}

.nx-related-offer-title {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
}

.nx-body .OGCategoryTableBorder {
    border-left: 1px solid #2F3F3C;
    border-right: 1px solid #2F3F3C;
    border-bottom: 1px solid #2F3F3C;
    height: 50px;
    width: 100%;
}
/* used in MVC search result, offer group, offer details*/
.nx-body .OGCategory-left {
    border-left: 1px solid #2F3F3C;
    border-bottom: 1px solid #2F3F3C;
    height: 50px;
    width: 100%;
}

.nx-body .OGCategory-right {
    border-right: 1px solid #2F3F3C;
    border-bottom: 1px solid #2F3F3C;
    height: 50px;
    width: 100%;
}

.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: #2F3F3C;
    border-color: #2F3F3C;
}

.offer-amenity,
.offer-content-container {
    background: #f8f8f8;
}

.itinerary-table {
}

    .itinerary-table > tr:nth-child(2n + 1),
    .itinerary-table > tbody > tr:nth-child(2n + 1),
    .itinerary-table > tfoot > tr:nth-child(2n + 1) {
        background: #f8f8f8;
    }

.nx-body .search-item {
    border: 1px solid #eee;
    background: #F6F5F0;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}


    .nx-body .search-item h3 {
        margin-top: 10px;
        margin-bottom: 0;
    }

.offer-price-sm {
    color: #754940;
    font-weight: bold;
}

.offer-price {
    color: #754940;
    font-weight: bold;
}

.nx-body .system-container {
    border: 1px solid #eee;
    background: #F6F5F0;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Trip Request */
.nx-body .trip-request .trip-request-offer-cart .add-offer-button-container {
    background: #fbfbfb !important;
}
