﻿body {
    background-color: white;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
}


a, a:visited {
    text-decoration: none;
    color: #0072bc;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
}

    a:hover {
        color: #003557;
    }

    a:focus {
        border: 0;
        outline: none;
        box-shadow: none;
    }

p {
    margin: 5px 0 15px 0;
    line-height: 1.6;
    font-size:16px;
    font-weight:300;
}

::-webkit-input-placeholder {
    color: #b5b5b5;
}

:-moz-placeholder { /* Firefox 18- */
    color: #b5b5b5;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #b5b5b5;
}

:-ms-input-placeholder {
    color: #b5b5b5;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

span.callText {
    display: block;
    color: #282828;
    font-size: .8em;
    font-weight: 600;
    font-style: italic;
}

    span.callText p {
        line-height: 1.1em;
    }

span.callNumber {
    text-align: right;
    display: block;
    float: left;
    font-size: 2.1em;
    letter-spacing: -1.5px;
    height: 30px;
    margin-top: 5px; /*margin-bottom:10px;*/
    font-weight: 700;
    color: #8f1c21;
}

.headerChatBtn {
    clear: both; /*float: left; margin:3px 0 0 5px;*/
}

.fa.mobilePhoneLink {
    display: none;
}

.liveChat {
    float: right;
    margin-top: 18px;
    display: block;
}

    .liveChat .lpEmtStarRating {
        display: none;
    }

    .liveChat .lpPoweredByDiv {
        display: none;
    }
/*a.chatBtn {  background-repeat:no-repeat; display:block; width:156px; height:26px; cursor:pointer; margin-top:5px; clear:both;}		a.chatBtn.on {background-image:url(/images/redesign/callBtn_on.jpg); }		a.chatBtn.off {background-image:url(/images/redesign/callBtn_off.jpg); }*/

span.or {
    display: block;
    float: left;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 300;
    margin: 8px 0 0 5px;
}

.vacationFinderWrap {
    position: absolute;
    z-index: 20;
    width: 260px;
    right: 0;
    top: 119px;
}

a.vacationFinder {
    border-radius: 8px 8px 0 0;
    display: block;
    padding: 10px 10px 10px 15px;
    background-color: #fddf01;
    font-weight: bold;
    color: #0072bc;
    font-size: 1.1em;
    background-image: url(/images/arrow_VF_right.png);
    background-repeat: no-repeat;
    background-position: 238px center;
}

    a.vacationFinder.open {
        background-image: url(/images/arrow_VF_down.png);
    }

    a.vacationFinder:hover {
        color: #0072bc;
    }

.vacationFinderForm {
    display: none;
    padding: 10px;
    background-color: white;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

    .vacationFinderForm select {
        width: 100%;
        margin-bottom: 10px;
    }

    .vacationFinderForm.open {
        display: block;
    }

a.advSearchBtn {
    display: inline-block;
    padding: 5px 12px;
    background-color: #fddf01;
    color: #0072bc;
    float: left;
    border-radius: 4px;
}

    a.advSearchBtn:hover {
        background-color: #dcc306;
    }

input.goBtn {
    display: inline-block;
    padding: 6px 12px;
    background-color: #0072bc;
    color: white;
    border: 0;
    outline: none;
}

#mobile-nav:not( .mm-menu ) {
    display: none;
}

.tabletSearch {
    display: none;
}

li.vacationFinderNav {
    width: 150px;
}

    li.vacationFinderNav ul li {
        padding: 10px 10px 0 10px;
        border-bottom: 0;
    }

        li.vacationFinderNav ul li:last-child {
            padding-bottom: 10px;
        }

        li.vacationFinderNav ul li select {
            width: 97%;
            padding: 5px;
            font-family: 'Open Sans', sans-serif;
        }


/* ==========   HOME PAGE  ========== */

.teasers.homeTeasers .featureDropdown .chosen-container {
    width: 100% !important;
}
/* =======   REMOVING THE CATALOG SIGN UP BUTTON FROM THE HOME PAGE   ======= */

.catalogSignup {
    display: none;
    position: fixed;
    left: -25px;
    top: 50%;
    margin-top: -35px;
    z-index: 50;
}

    .catalogSignup a.catalogBtn {
        display: block;
        width: 134px;
        height: 178px;
        cursor: pointer;
    }

        .catalogSignup a.catalogBtn img {
            display: block;
        }
/*   ===================================================================   */

.paginationWrap {
    display: table;
    position: absolute;
    bottom: 165px;
    z-index: 4;
    left: 50%;
    margin-left: -35px;
}

ul.sequence-pagination.homeSliderPagination {
    margin: 0;
    padding: 0;
}

    ul.sequence-pagination.homeSliderPagination li {
        list-style-type: none;
        width: 11px;
        height: 11px;
        display: inline-block;
        margin: 0 2px;
    }

        ul.sequence-pagination.homeSliderPagination li a {
            display: block;
            width: 11px;
            height: 11px;
            background-image: url(/images/responsive/sliderDot.png);
        }

        ul.sequence-pagination.homeSliderPagination li.current a {
            background-image: url(/images/responsive/sliderDot_active.png);
        }

.homeMarqueeBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/images/redesign/homeMarquee_bottomStrip.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 109px;
    z-index: 5;
}

.homeAboutListWrap {
    background-image: url(/images/redesign/brushLine.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 30px 0 40px;
}

.homeAboutListTitle {
    float: left;
    width: 184px;
    padding-left: 40px;
}

    .homeAboutListTitle h3 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        font-size: 2.3em;
        line-height: .9em;
        text-transform: uppercase;
        color: #1f444f;
        margin: 0;
    }

ul.homeAboutList {
    margin: 0;
    padding: 0;
}

    ul.homeAboutList li {
        list-style-type: none;
        float: left;
        width: 116px;
        margin: 0 29px;
        font-family: 'Open Sans Condensed', sans-serif;
    }

        ul.homeAboutList li h3 {
            font-weight: 700;
            font-size: 1.7em;
            text-transform: uppercase;
            color: #1f444f;
            line-height: 1em;
            margin: 0 0 5px;
        }

        ul.homeAboutList li .homeAboutItem {
            font-weight: 400;
            color: #5d5d5d;
            font-size: 1.4em;
        }

        ul.homeAboutList li.link {
            width: 36px;
            margin: 0;
        }

.container.featureBoxContainer, .catalog-download {
    padding-left: 28px;
    padding-right: 28px;
}

.col-md-4.featureItem, .col-sm-6.featureItem {
    padding: 0 3px; /*overflow: hidden;*/
    margin-bottom: 6px;
}

.featureItem .featureItemContent {
    position: absolute;
    width: 98.2%;
    height: 100%;
}

.featureItem .tint {
    background-image: url(/images/responsive/darkTint.png);
    background-repeat: repeat;
}

    .featureItem .tint.frame {
        background-image: url(/images/responsive/tintFrame.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

.featureItem .center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featureItem span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    line-height: .9em;
    display: block;
    color: white;
    text-align: center;
}

    .featureItem span.Small {
        font-size: 1.1em;
    }

    .featureItem span.Tall {
        font-size: 2.2em;
        font-weight: 400;
        text-transform: uppercase;
    }

    .featureItem span.Bold {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 2.5em;
        text-transform: uppercase;
    }

.featureItem .featureDropdownWrap {
    background-image: url(/images/responsive/darkTint.png);
    padding: 25px;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
}

    .featureItem .featureDropdownWrap span {
        text-align: left;
        margin-bottom: 6px;
    }

    .featureItem .featureDropdownWrap select {
        max-width: 100%;
        z-index: 5;
        margin-bottom: 10px;
    }

.featureItem .featureDropdown .chosen-container-single a.chosen-single {
    border: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.featureItem .featureDropdown {
    font-size: .7em;
}

    .featureItem .featureDropdown span {
        color: #292929;
    }

button.featureDropdownBtn {
    float: right;
    border: 0;
    outline: none;
    background-color: #1a7cbf;
    padding: 14px 18px 12px;
    color: white;
    line-height: 1em;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
}

.teasers {
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 0 0;
    position: relative;
    z-index: 20;
}
/* This image is REALLY big and almost completely covered..homeTeasers { background-image: url(/images/responsive/blueWatercolor_bg.png); }*/

ul.featureBoxList {
    margin: 0;
    font-size: 2em;
}

    ul.featureBoxList li {
        list-style-type: none;
    }

    ul.featureBoxList .featureItem {
    }

        ul.featureBoxList .featureItem img {
            max-width: 100%;
            display: block;
        }

    ul.featureBoxList h3 {
        font-size: 2.3em;
        padding-top: 20px;
        display: inline-block;
        line-height: 1em;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #1f444f;
        text-align: center;
    }

        ul.featureBoxList h3 a {
            color: #1f444f;
        }

    ul.featureBoxList li:first-child {
        z-index: 100;
    }

.mapTitle {
    background-image: url(/images/responsive/titleDivider.png);
    background-repeat: no-repeat;
    background-position: center 28px;
    position: relative;
    z-index: 1;
}

    .mapTitle h1 {
        font-family: 'Open Sans Condensed', sans-serif;
        display: block;
        text-align: center;
        font-size: 4.2em;
        font-weight: 700;
        color: #1e444e;
        text-transform: none;
    }

    .mapTitle h2 {
        color: #646464;
        font-family: 'Open Sans Condensed', sans-serif;
        display: block;
        text-align: center;
        font-size: 2.9em;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 8px;
    }



a.featureBtn {
    width: auto;
    display: block;
    background-color: #5787ab;
    padding: 9px 19px 12px 19px;
    color: white;
    line-height: 1em;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    border-radius: 0px;
}

    a.featureBtn:hover, input[type="submit"].featureBtn:hover, button.featureDropdownBtn:hover {
        text-decoration: none;
        background-color: #273c4a;
    }

        a.featureBtn:hover i, input[type="submit"].featureBtn:hover i, button.featureDropdownBtn:hover i {
            margin-right: -5px;
        }

    a.featureBtn i, input[type="submit"].featureBtn i, button.featureDropdownBtn i {
        font-size: .9em;
        line-height: 1.2em;
        -webkit-transition: all 0.1s ease-in;
        -moz-transition: all 0.1s ease-in;
        -o-transition: all 0.1s ease-in;
    }

input[type="submit"].featureBtn {
    outline: none;
    border: 0;
    text-shadow: none;
    background: #1a7cbf;
}

.featureContent .featureBtn {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

area {
    display: block;
}

.homeAlert {
    margin-top: 10px;
}

    .homeAlert .GETbtn {
        float: right;
    }

    .homeAlert .yellowBrush {
        padding: 20px 40px;
        background-image: url(/images/responsive/yellow_brush_bg.jpg);
        width: 100%;
        overflow: hidden;
    }

.alertText {
    float: left;
    width: 80%;
    overflow: hidden;
    color: #d83300;
    font-style: italic;
    font-family: Georgia;
}

span.alertPrefix {
    font-weight: bold;
}

.homeAdvantage {
    margin-top: 40px;
}

h1.advantageTitle {
    background-image: url(/images/redesign/brushLine_advantageBox.png);
    background-position: left 10px;
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #1a7cbf;
}

    h1.advantageTitle span {
        background-color: white;
        padding: 10px 30px;
    }

.advantageContent {
    background: url(/images/redesign/brushLine_advantageBox.png) left bottom repeat-x, url(/images/redesign/brushLine_advantageBox_vertical.png) left top repeat-y, url(/images/redesign/brushLine_advantageBox_vertical.png) right top repeat-y;
    height: 146px;
}

.advantageSection {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 20px 15px 10px;
}

h3.advantageSectionTitle {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.6em;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #1a7cbf;
}

.advantageSectionText {
    text-align: center;
    font-size: 1em;
    color: #0b0f0c;
}

.footerAdvantage h3.advantageSectionTitle, .footerAdvantage .advantageSectionText {
    text-align: left;
}

.footerAdvantage .advantageSectionText {
    margin-bottom: 30px;
}
/* ==========   POPUP ========== */

.fancybox-inner {
    height: auto !important;
}

#globalPopup, #globalPopupTarget, #imagePopup, #imagePopupTarget {
    display: none;
}

.popupHeader {
    background-color: #0072bb;
}

    .popupHeader h1 {
        color: white;
        padding: 10px 15px;
        font-weight: bold;
    }

.popupContent {
    background-color: #e1f1fb;
    padding: 10px 20px;
}

    .popupContent input[type="text"], .popupContent input[type="email"] {
        width: 100%;
        padding: 7px;
        margin-bottom: 4px;
        border-radius: 0px;
    }

    .popupContent select {
        width: 100%;
        padding: 7px;
        margin-bottom: 4px;
    }

    .popupContent .chosen-container-single a.chosen-single {
        height: 34px;
    }

        .popupContent .chosen-container-single a.chosen-single div {
            top: 3px;
        }

    .popupContent p {
        margin-bottom: 15px;
    }

    .popupContent input[type="submit"] {
        float: left;
        padding: 6px 20px;
        font-size: 1.1em;
        border-radius: 0px;
    }

    .popupContent a.nothanks {
        float: right;
    }
/* ==========   INTERNAL PAGE / GENERAL CONTENT ========== */

.container.internal {
    background-color: white;
}

.withTexture {
    background-image: url(/images/redesign/texture_pageBG.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.sharingLinks span:last-of-type {
    margin-left: 0;
}

.st_twitter_custom, .st_facebook_custom, .st_googleplus_custom, .st_email_custom, .st_pinterest_custom {
    width: 31px;
    height: 32px;
    display: block;
    float: right;
    margin-left: 25px;
    cursor: pointer;
}

    .st_twitter_custom.twitter {
        background-image: url(/images/redesign/st_twitter.jpg);
    }

    .st_facebook_custom.facebook {
        background-image: url(/images/redesign/st_facebook.jpg);
    }

    .st_googleplus_custom.google {
        background-image: url(/images/redesign/st_plus.jpg);
    }

    .st_email_custom.email {
        background-image: url(/images/redesign/st_mail.jpg);
    }

    .st_pinterest_custom.pinterest {
        background-image: url(/images/redesign/st_pinterest.jpg);
    }

.row.internalMarqueeRow {
    background-color: white;
}

.internalMarquee {
    margin-top: 15px;
    overflow: hidden;
}

    .internalMarquee img {
        max-width: 100%;
    }

.internalSharing {
}

    .internalSharing.underTabs {
        position: relative;
        padding: 10px 0;
    }

.col-md-9.genericContent img {
    max-width: 100%;
}

.mainContentWrap {
    padding-bottom: 40px;
}

.columnFull {
    width: 100%;
}

img.rightSidebarImg {
    padding: 5px;
    border: 1px solid #cccccc;
    width: 100%;
}

.leftNav {
    margin-bottom: 110px;
    background-image: url(/images/responsive/sidenav_bg.jpg);
    min-height: 400px;
    position: relative;
}

    .leftNav:after {
        position: absolute;
        display: block;
        content: "";
        background-size: 100%;
        left: 0;
        width: 100%;
        height: 233px;
        background-image: url(/images/responsive/nav-bottom.jpg);
        background-repeat: no-repeat;
    }

    .leftNav ul {
        margin: 0;
        padding: 0;
    }

        .leftNav ul li {
            list-style-type: none;
        }

            .leftNav ul li.leftNavItem ul.children {
                display: none;
            }

            .leftNav ul li div.leftNavLinks {
                position: relative;
                border-bottom: solid 1px white;
                background-color: transparent;
                display: block;
            }

                .leftNav ul li div.leftNavLinks a {
                    font-size: 1.3em;
                    color: black;
                    display: block;
                    padding: 13px 11px 13px 22px;
                    box-sizing: border-box;
                }

                .leftNav ul li div.leftNavLinks.active, .leftNav ul li div.leftNavLinks:hover {
                    background-image: url(/images/responsive/sidenav_active.jpg);
                    position: relative;
                    display: block;
                }

                    .leftNav ul li div.leftNavLinks.active a, .leftNav ul li div.leftNavLinks:hover a {
                    }

            .leftNav ul li i {
                padding: 4px 0 5px 5px;
                cursor: pointer;
                color: #138ddc;
                position: absolute;
                right: 0;
                top: 12px;
            }

            .leftNav ul li div.leftNavLinks.active i, div.leftNavLinks:hover i {
                color: white;
                position: absolute;
                right: 0;
                top: 12px;
            }

            .leftNav ul li li div.leftNavLinks {
                background: rgba(30, 67, 63, 0.3); /*padding: 13px 11px 13px 27px;*/
                position: relative;
            }

                .leftNav ul li li div.leftNavLinks a {
                    color: black;
                    font-size: 1.2em;
                }

            .leftNav ul li li a {
                display: block;
            }

img.promoImg {
    max-width: 100%;
}

ul.peopleList {
    margin: 30px 0;
}

    ul.peopleList li {
        list-style-type: none;
        margin-bottom: 30px;
    }

    ul.peopleList .portrait {
        float: left;
    }

        ul.peopleList .portrait img {
            padding: 5px;
            background-color: white;
            border: 1px solid #e5e5e5;
            -moz-box-shadow: 2px 2px 2px #c5c5c5;
            -webkit-box-shadow: 2px 2px 2px #c5c5c5;
            box-shadow: 2px 2px 2px #c5c5c5;
        }

    ul.peopleList .personSummary {
        margin-left: 115px;
    }



/************************* TOUR PAGE MAP POPUP ***********************/

.fancybox-title-float-wrap .child {
    display: none !important;
}
/* ==========   QUOTE REQUEST  ========== */

.radioButtonItem, .checkboxItem {
    float: left;
    margin: 8px 20px 20px 0px;
}

.radioButtonItem input[type="radio"], .checkboxItem input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

.radioButtonItem label, .checkboxItem label {
    float: left;
}

.quote-request-title {
    margin-top:30px;
}
.quote-left-offset {
    padding-left:225px;
}
#quote-request-form label {
    font-weight:400;
}
#quote-request-form label.fieldLabel {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#quote-request-form input[type="text"], #quote-request-form textarea, #quote-request-form select {
    width: 100%;
    box-shadow:none;
    padding:10px;
}
#quote-request-form select:required:invalid {
    color: #b5b5b5;
}
#quote-request-form option[value=""][disabled] {
    
}
#quote-request-form option {
    color: #4c4d4e;
}
#quote-request-form textarea {
    min-height: 120px;
}

h1.caps-heading {
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.howwouldyoulikeustocontactyou {
    margin-top:10px;
}
.quote-right-offset {
    padding-left:12px;
}
.quoteRequestRightContent a.topStripNumber {
    font-size:1.2em;
    padding: 3px 0;
    float:none;
}
/*NEW QUOTE REQUEST*/

.quoteRequest {
    margin-top: 40px;
    margin: 0 auto;
    width: 100%;
}

    .quoteRequest .subHeading {
        font-size: 1.1em;
        margin-bottom: 30px;
        display: block;
    }

.quoteRequestNav {
}

.requestNavItem {
    width: 33%;
    height: 90px;
    font-size: 1.3em;
    color: #292929;
    box-sizing: border-box;
    padding: 20px 15px 15px;
    background-image: url(/images/redesign/paper_lightBlue.jpg);
    float: left;
    position: relative;
}

    .requestNavItem.middle {
        margin: 0 .5%;
    }

    .requestNavItem:after {
        content: "";
        display: block;
        opacity: 0;
        position: absolute;
        bottom: -23px;
        left: 0;
        height: 44px;
        width: 100%;
        background-image: url(/images/redesign/triangle_darkBlue.png);
        background-repeat: no-repeat;
        -webkit-transition: all 0.15s ease-in;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
    }

    .requestNavItem.current {
        background-image: url(/images/redesign/paper_darkBlue.jpg);
    }

        .requestNavItem.current:after {
            opacity: 1;
        }

        .requestNavItem.current i.quoteArrow {
            display: none;
        }

    .requestNavItem i {
        float: left;
        margin-right: 20px;
    }

    .requestNavItem span.tabText {
        float: left;
        width: 78%;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }
/*.requestNavItem:after { content: ""; display: block; position: absolute; bottom:0; left:0; height: 28px; width: 100%; background-image: url(/images/redesign/tabFade.png); background-repeat: repeat-x; }*/

.quoteRequestContentWrap {
    margin: 40px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
}

    .quoteRequestContentWrap iframe body {
    }

i.quoteArrow {
    position: absolute;
    right: 5px;
    bottom: 10px;
    font-size: 1.4em;
}
/* ==========   FAN PHOTOS  ========== */

.catalog-download {
    padding-top: 20px;
    padding-bottom: 15px;
}

    .catalog-download > .download-icon, .catalog-download > .download-description {
        float: left;
        width: 80%;
    }

    .catalog-download > .download-icon {
        border: 2px;
        width: 20%;
    }

        .catalog-download > .download-icon img {
            max-width: 100%;
        }

.catalog-download-icons {
    width: 20%;
}

    .catalog-download-icons i {
        margin-right: 10px;
    }
/* ==========   COUNTRY PAGE / SEARCH  ========== */

.heroAndTabs {
    margin-bottom: 10px;
}

.greyDivider {
    background-image: url(/images/redesign/brushLine.png);
    width: 100%;
    height: 11px;
    margin: 7px 0;
    background-repeat: no-repeat;
    background-position: top center;
}

    .greyDivider.tour {
        margin-bottom: 30px;
    }

    .greyDivider.flat {
        margin: 0;
    }

    .greyDivider.onTop {
        position: relative;
        z-index: 10;
    }

.thinGreyDivider {
    background-image: url(/images/redesign/line_thin.png);
    width: 100%;
    height: 4px;
    margin: 4px 0;
    background-repeat: no-repeat;
    background-position: top center;
}

.countryTitleWrap {
    margin: auto;
    display: table;
}

h1.countryPageTitle {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #365a78;
    font-size: 3em;
    float: left;
    margin: 40px 0 50px 0;
}

span.swirly {
    width: 140px;
    height: 34px;
    background-repeat: no-repeat;
    display: block;
    margin-top: 10px;
}

    span.swirly.left {
        background-image: url(/images/redesign/curly_left.png);
        float: left;
        margin-right: 30px;
    }

    span.swirly.right {
        background-image: url(/images/redesign/curly_right.png);
        float: right;
        margin-left: 30px;
    }

.countryPic {
    height: 419px;
    overflow: hidden;
}

.heroAndTabs .countryPic {
    margin-right: -5px;
}

.internalSequence {
    width: 480px;
    height: 284px;
    position: relative;
    float: left;
    margin-right: 10px;
}

ul.sequence-pagination.internalPagination {
    width: 100%;
    height: 50px;
    margin: 5px 0;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 10;
}

    ul.sequence-pagination.internalPagination li {
        float: left;
        list-style-type: none;
        margin: 0 5px 0 0;
    }

.internalSequence img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tabsWrap {
    height: 419px;
    background-image: url(/images/redesign/paper_tan.jpg);
}

.heroAndTabs .tabsWrap {
    margin-left: -10px;
}

.tabsWrapLeft {
    width: 100%;
    height: 100%;
    background-image: url(/images/redesign/paper_tan.jpg);
}

#tabs ul {
    margin: 0;
    position: relative;
}

    #tabs ul li.ui-corner-top {
        display: block;
        float: left;
        width: 25%;
        padding: 0;
    }

    #tabs ul li a {
        color: #292929;
        font-family: 'Open Sans Condensed', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.7em;
        display: block;
        padding: 9px 12px;
        text-align: center;
        background-image: url(/images/redesign/tanTab_slice.jpg);
        background-repeat: repeat-x;
        border-right: 2px solid white;
    }

        #tabs ul li a:hover, #tabs ul li.ui-state-active a {
            background-image: url(/images/redesign/paper_tan.jpg);
        }

#tabs .ui-tabs-panel {
    height: 380px;
    padding: 20px 44px;
    background-image: url(/images/redesign/paper_tan.jpg);
    overflow: hidden;
    position: relative;
}

.shipInfoTabs #tabs .ui-tabs-panel {
    height: inherit;
}

.shipInfoTabs #tabs ul li.ui-corner-top {
    width: auto;
}

#tabs .tabSynopsis {
    overflow: hidden;
    max-height: 297px;
    font-size: 1.2em;
    height: 100%;
    -webkit-column-width: 9999px; /* arbitrary value needed to solve text cutoff problem */
    column-width: 9999px; /* arbitrary value needed to solve text cutoff problem */
    -webkit-column-count: 1;
    column-count: 1;
}

#tabs ul .highlight {
    position: absolute;
    height: 20px;
    top: 0;
    width: 100%;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.15);
}

.brochureLinks {
    float: left;
}

    .brochureLinks a.brochureDropDown, .brochureLinks a.brochureLinkRight {
        display: block;
        float: left;
        padding-top: 5px;
        line-height: 1.5em;
    }

    .brochureLinks a.brochureLink {
        display: block;
        float: left;
        padding-top: 5px;
        line-height: 1.5em;
    }

.brochureItems {
    position: absolute;
    top: 19px;
}

.brochureItem {
    display: none;
    background-color: white;
    border: 1px solid #c5c5c5;
}

    .brochureItem a {
        padding: 5px 15px;
        display: block;
    }

        .brochureItem a:hover {
            background-color: #0072bc;
            color: white;
        }

span.brochureRevealer {
    float: left;
    display: block;
    position: relative;
}

i.catalogIcon {
    background-image: url(/images/redesign/icon_catalog.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 10px;
}

i.pdfIcon {
    background-image: url(/images/redesign/icon_tourPdf.jpg);
    background-repeat: no-repeat;
    width: 21px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 10px;
}

.countryIntroText {
    padding: 10px 0;
    font-size: 1.4em;
    line-height: 1.3em;
}

a.tabMoreLink {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4em;
    color: #bb040d;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

h2.countryPageResultsTitle {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    margin: 15px 0;
    color: #163e40;
}

h2.ribbonTitle {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #737373;
    float: left;
    margin-right: 15px;
}

input.vacationSearchBtn {
    float: right;
}

.genericContent .resultsRibbon input[type="text"], .genericContent .resultsRibbon input[type="email"], .genericContent .resultsRibbon select, .genericContent .resultsRibbon textarea {
    margin-bottom: 0;
}

.greyBox {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #e7e7e7;
    -moz-box-shadow: inset 0 0 5px #c5c5c5;
    -webkit-box-shadow: inset 0 0 5px #c5c5c5;
    box-shadow: inset 0 0 5px #c5c5c5;
}

    .greyBox .resultsRibbon {
        margin-bottom: 20px;
        background-color: #ffde00;
        padding: 10px 0 10px 20px;
        background: #1e8fd8; /* Old browsers */
        background: -moz-linear-gradient(top, #1e8fd8 0%, #0072bc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e8fd8), color-stop(100%,#0072bc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1e8fd8 0%,#0072bc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #1e8fd8 0%,#0072bc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #1e8fd8 0%,#0072bc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #1e8fd8 0%,#0072bc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8fd8', endColorstr='#0072bc',GradientType=0 ); /* IE6-9 */
        -moz-box-shadow: 3px 3px 4px #c5c5c5;
        -webkit-box-shadow: 3px 3px 4px #c5c5c5;
        box-shadow: 3px 3px 4px #c5c5c5;
    }

        .greyBox .resultsRibbon h2.ribbonTitle {
            float: left;
            font-size: 1.1em;
            font-weight: bold;
            color: white;
            margin: 5px 20px 0 0;
        }

.resultsRibbon select {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    width: 128px;
    font-size: .8em;
    padding: 2px 5px;
}

.greyBox .resultsRibbon input[type="submit"] {
    margin: 0;
    background-color: #fddf01;
    color: #0072bc;
    padding: 4px 10px 5px;
    border: 0;
    outline: none;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);
}

    .greyBox .resultsRibbon input[type="submit"]:hover {
        background-color: #dcc306;
    }

.result {
    margin-bottom: 20px;
    background-color: white;
    -moz-box-shadow: 3px 3px 4px #c5c5c5;
    -webkit-box-shadow: 3px 3px 4px #c5c5c5;
    box-shadow: 3px 3px 4px #c5c5c5;
}

    .result:last-child {
        margin-bottom: 0;
    }

.resultImage {
    position: relative;
}

    .resultImage img {
        max-width: 100%;
    }

.textureFade {
    position: absolute;
    right: 0;
    width: 453px;
    height: 310px;
    z-index: 1;
    background-image: url(/images/redesign/textureFade.png);
    background-repeat: no-repeat;
}

.resultContent {
    padding: 20px;
}

    .resultContent .stars {
        float: left;
    }

    .resultContent .GETbtn {
        max-width: 156px;
        width: 100%;
        margin-bottom: 5px;
    }

    .resultContent h3 {
        color: #006e8e;
        font-weight: 900;
        font-size: 2.2em;
        text-transform: uppercase;
    }

        .resultContent h3 a {
            color: #006e8e;
        }

            .resultContent h3 a:hover {
                text-decoration: underline;
            }

.resultPrice {
    margin-top: 10px;
}

    .resultPrice small {
        font-size: .9em;
        color: #8f8f8f;
    }

    .resultPrice span.price {
        font-size: 2.7em;
        font-weight: 900;
        margin: 5px 0 10px 0;
        display: block;
        color: #006e8e;
    }

    .resultPrice span.duration {
        font-size: 1.5em;
        margin-right: 5px;
        text-transform: uppercase;
        color: #434343;
    }

.resultSummary {
    font-size: 1.1em;
    line-height: 1.4em;
}

.resultSummarySection {
    margin-bottom: 10px;
}

.resultSummarySectionItem {
    display: block;
    color: black;
    font-style: normal;
    font-weight: 600;
    line-height: .8em;
    margin-bottom: 11px;
    font-size: 1.1em;
}

a.resultSummarySectionItem {
    color: #0072bc;
}

span.styleTitle {
    text-transform: uppercase;
    color: #434343;
    font-weight: 600;
    display: block;
    line-height: 1em;
    margin-bottom: 5px;
}

.liveChatReflection {
    overflow: hidden;
}

.columnRight .resultContentLeft .resultText {
    width: 248px;
}

.columnRight .resultContentLeft {
    width: 595px;
}

a.review {
    font-size: .8em;
    display: block;
    margin-bottom: 10px;
}

.searchSummary {
    float: left;
    padding: 10px 0;
    font-size: 1.4em;
    color: #2e8589;
}

    .searchSummary h4 {
        display: inline;
        margin-right: 7px;
    }

    .searchSummary span {
        color: #2e8589;
        margin-right: 10px;
    }

.resultContent.basic h3 {
    float: left;
}

.basicSummary {
    clear: both;
    margin-top: 37px;
}

.sortInfo {
    display: none;
}

ul.searchResults {
    margin: 30px 0;
}

    ul.searchResults li {
        list-style-type: none;
        margin: 0 0 15px 0;
        padding: 10px 0;
        border-bottom: 1px solid #c5c5c5;
    }

        ul.searchResults li a {
            font-size: 1.2em;
            font-weight: lighter;
            padding-left: 15px;
        }

span.orcall {
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}

span.oneeighthundred {
    white-space: nowrap;
    display: block;
    font-weight: 900;
    font-size: 1.5em;
    margin-bottom: 5px;
    color: #292929;
}

.col-md-9.genericContent span.oneeighthundred {
    font-size: 1.3em;
}

span.oneeighthundredsmall {
    white-space: nowrap;
    font-weight: 900;
    color: #292929;
}

.vacationSearchResults .sortable, .destinationTourCruiseList .sortable {
    margin-bottom: 20px;
}

select.chosen-select {
    font-family: 'Open Sans', sans-serif;
}

.chosen-container, select.chosen-select {
    float: left;
    font-size: 1em;
    margin-bottom: 16px;
    background: white;
}

    .chosen-container .chosen-single {
        z-index: 10;
    }

        .chosen-container .chosen-single span {
            margin-right: 0;
        }

.chosen-container-single a.chosen-single {
    font-size: 1em;
    font-weight: 400;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 5px 5px 10px;
    height: 30px;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 0;
    background-color: #fff;
    background: none;
    background-clip: padding-box;
    box-shadow: none;
    color: black;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.4em;
}

    .chosen-container-single a.chosen-single:hover {
        background: white;
        color: black;
    }

.chosen-container .chosen-results li.active-result.optionGroup {
    font-weight: bold;
}

.chosen-container .chosen-results li.active-result.optionChild {
    padding-left: 15px;
}

.resultsRibbon .chosen-container-single a.chosen-single {
    height: 31px;
}

.resultsRibbon .chosen-container {
    float: left;
    font-size: 1em;
    margin: 2px 5px 0 0;
}

li.vacationFinderNav ul {
    background-image: url(/images/redesign/highlights_BG.jpg);
    background-repeat: no-repeat;
}
/* hack to get the google info box out of the way*/

.map {
    height: 450px;
    overflow: hidden;
}

    .map iframe {
        height: 800px;
        margin-top: -100px;
    }

    .map .place-card {
        display: none;
    }

.wide-map iframe {
    width: 100%;
}
/* ==========   TOUR PAGE  ========== */

.statRow {
    margin-bottom: 30px;
}

span.tourStat {
    display: block;
    color: #727272;
    font-size: 1.5em;
    margin-bottom: 6px;
}

.tourRedBrush {
    background-image: url(/images/responsive/brushBg-red.jpg);
    width: 100%;
    height: 73px;
    position: relative;
}

    .tourRedBrush .tourDays {
        width: 40%;
        color: white;
        font-size: 3em;
        font-family: 'Open Sans Condensed', sans-serif;
        float: left;
        padding: 24px 0 24px 10px;
        margin-right: 15px;
        height: 24px;
    }

    .tourRedBrush .tourPrice {
        width: 50%;
        height: 73px;
        color: white;
        float: left;
        padding: 15px 0 15px 5%;
        box-sizing: border-box;
    }

        .tourRedBrush .tourPrice span.tourPriceText {
            display: block;
            float: left;
            font-size: 3em;
            font-family: 'Open Sans Condensed', sans-serif;
        }

    .tourRedBrush .redBrushDivider {
        background-image: url(/images/responsive/divider-vert-white.png);
        background-repeat: repeat-y;
        width: 3px;
        height: 100%;
        float: left;
    }

    .tourRedBrush .ppfrom {
        width: 25%;
        float: left;
        margin-right: 4%;
    }

        .tourRedBrush .ppfrom span {
            text-transform: uppercase;
            font-weight: 300;
            font-size: 1.6em;
            display: block;
        }

a.reviewStarsLink {
    margin-top: -5px;
    display: block;
}

.quoteBtnPos {
    position: absolute;
    right: 15px;
    bottom: 0;
}

img.sideMapImage {
    display: block;
    max-width: 100%;
}

.sliderText {
    line-height: 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 2em;
    background-color: rgba(255,255,255,0.8);
    z-index: 10;
    padding: 25px 0 25px 25px;
    box-sizing: border-box;
    font-family: 'Open Sans Condensed', sans-serif;
}

#shipSequence .sliderText {
    right: 0;
}

.highlightsBox {
    background-image: url(/images/responsive/highlights_bg.jpg);
    padding-top: 15px;
    margin-bottom: 200px;
}

span.ourincluded {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #0d4a6d;
    font-size: 1.3em;
    margin-bottom: 10px;
}

h2.highlightsTitle {
    position: relative;
    background-image: url(/images/responsive/highlightRibbon_mid.png);
    background-repeat: repeat-x;
    height: 54px;
    color: white;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 900;
    line-height: 1.4em;
    text-align: center;
    z-index: 1;
}

    h2.highlightsTitle:before, h2.highlightsTitle:after {
        display: block;
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        top: 0;
    }

    h2.highlightsTitle:before {
        background-image: url(/images/responsive/highlightRibbon_left.png);
        left: -30px;
        width: 56px;
        height: 57px;
    }

    h2.highlightsTitle:after {
        background-image: url(/images/responsive/highlightRibbon_right.png);
        right: -20px;
        width: 40px;
        height: 42px;
    }

.highlightsContent {
    padding: 0 22px;
    font-size: .8em;
    position: relative;
}

    .highlightsContent:after {
        display: block;
        position: absolute;
        content: "";
        bottom: -210px;
        left: 0;
        background-image: url(/images/responsive/highlights_bottom.jpg);
        height: 562px;
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.highlight {
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

a.viewItineraryLink {
    display: inline-block;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1em;
    font-weight: 600;
    color: #0d4a6d;
}

ul.optionalExperiences {
    margin: 0 0 30px 0;
    padding: 0;
}

    ul.optionalExperiences li {
        list-style-type: none;
        float: left;
        width: 31%;
        background-image: url(/images/redesign/icon_square.jpg);
        background-repeat: no-repeat;
        background-position: left 7px;
        padding: 0 0 0 20px;
        margin: 13px 2% 0 0;
        line-height: 1.6em;
    }

.tourSubPageTitleWrap {
    margin: auto;
    display: table;
}

    .tourSubPageTitleWrap .swirly.left {
        margin-left: -44px;
    }

h1.tourSubPageTitle {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4em;
    color: #365a78;
    font-size: 2em;
    float: left;
    margin: 0 0 15px 0;
    width: 107%;
}

    h1.tourSubPageTitle.noSwirls {
        width: 100%;
        float: none;
    }

ul.itineraryList {
    margin: 0;
    padding: 0;
}

    ul.itineraryList li {
        list-style-type: none;
        background-image: url(/images/redesign/line_thin.png);
        background-repeat: no-repeat;
        background-position: top left;
        padding-top: 15px;
    }

        ul.itineraryList li ul {
            margin: 0;
        }

            ul.itineraryList li ul.hotelList {
                margin-left: 40px;
            }

                ul.itineraryList li ul.hotelList li {
                    background-image: none;
                    padding-top: 0;
                }

                    ul.itineraryList li ul.hotelList li span.city {
                        display: block;
                        margin-bottom: 8px;
                    }

                    ul.itineraryList li ul.hotelList li.hotel {
                        margin-bottom: 20px;
                        padding-bottom: 20px;
                        background-image: url(/images/redesign/line_thin.png);
                        background-repeat: no-repeat;
                        background-position: bottom left;
                    }

                    ul.itineraryList li ul.hotelList li:last-of-type {
                        padding-bottom: 0;
                        background-image: none;
                    }

                ul.itineraryList li ul.hotelList.multiple li.hotel {
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                }

    ul.itineraryList .itineraryTitle {
        float: left;
        width: 23%;
    }

        ul.itineraryList .itineraryTitle h3 {
            font-weight: 900;
            color: #284153;
            font-size: 1.5em;
            text-transform: uppercase;
        }

        ul.itineraryList .itineraryTitle span.breakdown {
            display: block;
            font-weight: 900;
            color: #597b94;
            font-size: 1.5em;
        }

    ul.itineraryList .itineraryContent {
        float: left;
        width: 50%;
        margin-left: 2%;
    }

    ul.itineraryList .itineraryInfo {
        float: right;
        width: 23%;
        font-size: .9em;
    }

        ul.itineraryList .itineraryInfo .itineraryInfoItem, .operator span.infoItem {
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        ul.itineraryList .itineraryInfo span.infoTitle, .operator span.infoTitle {
            display: block;
            color: #0a64a7;
            text-transform: uppercase;
        }

    ul.itineraryList li strong {
        color: #597b94;
    }

    ul.itineraryList .accomoDay {
    }

        ul.itineraryList .accomoDay h3 {
            font-weight: 900;
            color: #597b94;
            font-size: 1.5em;
            text-transform: uppercase;
        }

    ul.itineraryList .accomoName {
        float: left;
        width: 30%;
        overflow: hidden;
    }

        ul.itineraryList .accomoName a {
            margin-bottom: 5px;
        }

        ul.itineraryList .accomoName span.city {
            font-size: 1.1em;
            display: block;
        }

    ul.itineraryList .accomoDescription {
        float: right;
        width: 60%;
    }

.row.sliderRow {
    margin-bottom: 30px;
}

#tourSequence {
    width: 100%;
    height: 400px;
    position: relative;
    float: left;
}

#tourSequence img {
    max-width: 100%;
}

#tourSequence.sequence-container {
    overflow: visible !important;
}

#tourSequence ul.sequence-pagination.internalPagination {
    width: 100%;
}

ul.sequence-pagination li img {
    max-height: 50px;
}

#tourSequence.sequence-container > .seq-canvas > li {
    overflow: hidden;
}

#shipSequence {
    width: 100%;
    height: 400px;
    position: relative;
    float: none;
    margin: 15px 0;
}

#shipSequence ul.sequence-pagination.internalPagination {
    width: 100%;
}

#shipSequence img {
    max-width: 100%;
}

ul.tourResults {
    margin: 20px 0 0 0;
}

    ul.tourResults li {
        list-style-type: none;
        position: relative;
        padding: 10px;
    }

        ul.tourResults li:nth-child(even) {
            background-color: #f3f3f3;
        }

    ul.tourResults a.expandLink {
        position: absolute;
        bottom: 5px;
        right: 20px;
    }

        ul.tourResults a.expandLink i {
            margin-top: 4px;
        }

    ul.tourResults h3 {
        color: #0072bc;
        text-transform: uppercase;
    }

    ul.tourResults .tourMoreInfo {
        margin-top: 20px;
    }

    ul.tourResults .itineraryContent {
        overflow: hidden;
        margin-bottom: 15px;
        height: 90px;
    }

    ul.tourResults .breakdown {
        text-transform: uppercase;
    }

h2.itineraryTitle {
    color: #0072bc;
}

.searchResultSorter {
    float: right;
    padding: 10px 0 10px 10px;
    font-size: 1em;
    text-transform: uppercase;
}

    .searchResultSorter.mobile {
        display: none;
    }

        .searchResultSorter.mobile select.sortOptionList {
            margin-bottom: 5px;
            margin-left: 5px;
        }

a.sortOption {
    margin-right: 20px;
    margin-left: 5px;
    text-align: right;
    color: #226164;
    font-size: 1.1em;
}

    a.sortOption:last-child {
        margin-right: 0;
    }

.tourRibbon {
    background-color: #ed2112;
    color: white;
    margin: 15px 0;
}

.tourRibbonContent {
    padding: 15px;
    height: 38px;
}

.tourPrice sub, .tourPrice sup {
    font-size: .6em;
}

.tourPrice small {
    font-size: .6em;
}

.tourRibbon .tourDays {
    float: left;
    margin: 6px 47px 0 47px;
    line-height: 1.8em;
}

.tourDays .value, .tourDays .units {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.tourDays .value {
    font-size: 2em;
}

.tourDays .units {
    font-size: 1.2em;
}

.tourRibbon .tourPrice {
    float: left;
    margin-left: 60px;
    font-size: 2em;
    padding-top: 8px;
}

.tourRibbon .ribbonRight {
    float: right;
    width: 460px;
    margin-top: -6px;
}

    .tourRibbon .ribbonRight span {
        display: block;
    }

.accomodationPhoto {
    width: 200px;
}

ul.accomodationResults {
    margin: 0;
}

    ul.accomodationResults li {
        list-style-type: none;
        margin-bottom: 15px;
        padding: 0;
    }

table.accomodationHeading th {
    background-color: #cccccc;
    border: 1px solid #9f9f9f;
    color: #454545;
}

th.dayHeader {
    width: 26px;
}

th.cityHeader {
    width: 200px;
}

th.hotelHeader {
    width: 472px;
}

.contentSection {
    margin-bottom: 0;
}

img.inlineRight {
    float: right;
    padding: 0 0 10px 10px;
}

img.smallImage {
    width: 130px;
}

.hotelPopup .hotelPopupPhoto {
    float: left;
    padding-right: 10px;
}

.hotelPopup .hotelPopupInfo .website {
    padding-top: 5px;
}

/* ==========   SPECIALS  ========== */

.specialsBox {
    float: left;
    width: 207px;
    margin: 0 14px 20px;
    background-color: white;
    -moz-box-shadow: 3px 3px 4px #c5c5c5;
    -webkit-box-shadow: 3px 3px 4px #c5c5c5;
    box-shadow: 3px 3px 4px #c5c5c5;
}

.specialsContent {
    padding: 6px;
    font-size: .8em;
    line-height: 1.3em;
    height: 234px;
    overflow: hidden;
    position: relative;
}

    .specialsContent h3 {
        color: #0072bc;
    }

    .specialsContent .colorEmphasis {
        color: #0071bb;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .specialsContent .smaller {
        font-size: .9em;
    }

    .specialsContent p {
        margin: 5px 0 10px 0;
    }

    .specialsContent a.GETbtn {
        position: absolute;
        bottom: 10px;
        left: 6px;
        z-index: 3;
    }

    .specialsContent .specialsPrice {
        color: #1fa263;
        font-size: 1.8em;
    }

    .specialsContent ul {
        margin: 0 0 10px 15px;
    }

        .specialsContent ul li {
            margin: 0;
            padding: 1px 0;
        }

table.LTO {
    margin-bottom: 15px;
}
/* ==========   LANDING PAGE  ========== */

.landingTopSection {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.landingMidSection {
    margin: 30px 0;
    padding-bottom: 30px;
}

.landingForm {
    margin: 25px 0 15px 0;
}

.bottomTextArea { /*border-bottom: 1px solid #cccccc; padding-bottom:30px;*/
}

.landingDiscount {
    background-image: url(/images/responsive/brushBg-red.jpg);
    color: white;
    margin-top: 10px;
}

.landingDiscountContent {
    padding: 18px 30px;
}

.landingDiscount .discountLeft {
    float: left;
}

    .landingDiscount .discountLeft span {
        display: block;
    }

.landingDiscount .discountRight {
    float: right; /*padding-right: 6%;*/
    font-size: 1.7em;
}

span.discountAmount {
    font-size: 2em;
}

span.discountDate {
    margin-top: 3px;
}

.landingFormContainer {
    text-align: center;
    background-color: #f0f3ee;
    margin: 15px 0;
}

    .landingFormContainer iFrame {
        width: 70%;
    }

.signupLeft {
    float: left;
    width: 50%;
    margin-right: 12%;
    margin-top: 15px;
}

.emailSignupContainer {
    float: left;
    width: 35%;
    margin-top: 15px;
}

    .emailSignupContainer .emailSignupSubmit input[type=Submit] {
        float: left;
    }

    .emailSignupContainer .emailSignupSubmit .skipStep {
        margin-left: 10px;
        vertical-align: middle;
        display: inline;
    }
/* ==========   FAN PHOTOS  ========== */

.communityTop {
    padding: 20px 0;
}

.fpGrid {
    float: left;
}

    .fpGrid.L { /*width:195px;*/
        width: 29.9079754601227%;
        margin-right: 1.5337423312883436%;
    }

    .fpGrid.M { /*width:240px;*/
        width: 36.809815950920244%;
        margin-right: 1.5337423312883436%;
    }

    .fpGrid.R { /*width: 195px;*/
        width: 29.9079754601227%;
    }

.fp {
    background-color: white;
    overflow: hidden;
}

    .fp.s { /*width: 92px;*/
        width: 47.17948717948718%;
        height: 92px;
        float: left;
    }

        .fp.s:nth-child(2) {
            margin-right: 5.128205128205128%;
        }

    .fp.m { /*width: 195px;*/
        width: 100%;
        height: 195px;
    }

        .fp.m:first-of-type {
            margin-bottom: 10px;
        }

    .fp.ml { /*width:195px;*/
        width: 100%;
        height: 297px;
        margin-bottom: 10px;
    }

    .fp.lg { /*width: 240px;*/
        width: 100%;
        height: 400px;
    }

.fanPhotosSummary {
    font-size: 1.1em;
    padding-top: 60px;
}

.navCommunity {
    background-image: url(/images/redesign/paper_tan.jpg);
}

h2.communityTitle {
    background-image: url(/images/redesign/paper_brown.jpg);
    padding: 10px;
    font-size: 1.8em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navCommunityContent {
    width: 60%;
    margin: auto;
    padding-top: 40px;
}

a.communityIcon {
    display: block;
    float: left;
    width: 46%;
    padding-bottom: 4px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #0187de;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #4EB2F5), color-stop(1, #0071BC) );
    background-image: -o-linear-gradient(bottom, #4EB2F5 0%, #0071BC 100%);
    background-image: -moz-linear-gradient(bottom, #4EB2F5 0%, #0071BC 100%);
    background-image: -webkit-linear-gradient(bottom, #4EB2F5 0%, #0071BC 100%);
    background-image: -ms-linear-gradient(bottom, #4EB2F5 0%, #0071BC 100%);
    background-image: linear-gradient(to bottom, #4EB2F5 0%, #0071BC 100%);
    border-radius: 6px;
    border: 1px solid #005c97;
    color: white;
    -webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);
}

    a.communityIcon:hover {
        background-image: none;
        background-color: #0187de;
    }

    a.communityIcon:nth-child(even) {
        float: right;
    }

    a.communityIcon span {
        display: block;
        margin: 5px 0 10px 0;
        font-size: 1.2em;
        font-weight: bold;
    }

    a.communityIcon.active {
        background-image: none;
        background-color: #003a5f;
        border: 1px solid #011623;
    }
/* ==========   FORMS  ========== */

.genericContent legend {
    font-size: 1.5em;
    font-weight: lighter;
    color: #1fa263;
    display: block;
    margin-bottom: 10px;
}

.genericContent label {
    font-weight: bold;
    display: block;
    font-size: 1.1em;
}

.genericContent input[type="text"], .genericContent input[type="email"], .genericContent select, .genericContent textarea {
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 0px;
}

.genericContent input[type="text"], .genericContent input[type="email"], .genericContent textarea {
    -moz-box-shadow: inset 1px 1px 2px #c5c5c5;
    -webkit-box-shadow: inset 1px 1px 2px #c5c5c5;
    box-shadow: inset 1px 1px 2px #c5c5c5;
}

.rightSidebarWrap input[type="text"], .rightSidebarWrap input[type="email"], .rightSidebarWrap textarea {
    width: 95%;
}

.landingRight input[type="text"], .landingRight input[type="email"], .landingRight textarea {
    width: 97%;
}

h4.contourPageName {
    font-size: 1.5em;
    margin-bottom: 15px;
}

/*input[type="submit"] {
    display: block;
    border: 0;
    outline: none;
    color: white;
    padding: 6px 12px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    background-color: #1a7cbf;
    border-radius: 0px;
}

    input[type="submit"]:hover {
        text-decoration: none;
        background-color: #08182d;
    }*/


/* ==========   DATES AND PRICES  ========== */
span.departurePerPersonSuffix {
    margin-left: 4px;
    font-size: 1em;
}
span.departureDiscountDueDateHeader {
    color: #293E4B;
    font-size: 1em;
    display: block;
    font-weight: bold;
}
span.departureDiscountDueDateBody {
    color: #293E4B;
    font-size: 1em;
    display: block;
    text-transform: uppercase;
}
span.departureDiscountNote {
    color: #e12b26;
    display: block;
}


/* ==========   BUTTONS ========== */

a.GETbtn, input.GETbtn, button.GETbtn {
    outline: none;
    border: 0;
    display: inline-block;
    cursor: pointer;
    background-color: #1a7cbf;
    padding: 6px 10px 5px;
    color: white;
    line-height: 1.2em;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
}

    a.GETbtn:hover, input.GETbtn:hover, button.GETbtn:hover {
        text-decoration: none;
        background-color: #08182d;
    }

.GETbtn i {
    font-size: .9em;
    line-height: 1.2em;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
}

    .GETbtn i.pull-right {
        margin-top: 3px;
    }

a.GETbtn.blue, input.GETbtn.blue, button.GETbtn.blue {
    background-color: #1a7cbf;
}

    a.GETbtn.blue:hover, input.GETbtn.blue:hover, button.GETbtn.blue:hover {
        background-color: #08182d;
    }

a.GETbtn.green, input.GETbtn.green, button.GETbtn.green {
    background-color: #5B8C1C;
}

    a.GETbtn.green:hover, input.GETbtn.green:hover, button.GETbtn.green:hover {
        background-color: #395A0F;
    }

a.GETbtn.grey, input.GETbtn.grey, button.GETbtn.grey {
    background-color: #cecece;
}

    a.GETbtn.grey:hover, input.GETbtn.grey:hover, button.GETbtn.grey:hover {
        background-color: #575757;
    }
/* =========== CUSTOM CONTOUR FORM STYLES ========== */

#contour_form_NewsletterSignup .field-validation-error {
    top: -5px;
}

.input-validation-error, select.input-validation-error + .chosen-container > .chosen-single {
    border: 2px solid red!important;
}
.field-validation-error {
    position: relative;
    color: red;
    top: -14px;
    display: block;
    margin-top: 10px;
}

.field-validation-valid {
    display: none;
}
/*  ==========  RESPONSIVE  ==========  */

@media print {
    a[href]:after {
        content: none;
    }
}

@media (min-width: 1200px) {
    .brochureLinks a.brochureDropDown, .brochureLinks a.brochureLinkRight {
        margin-right: 15px;
    }
}

@media (max-width: 1200px) {
    body {
        border-top:0;
    }
    .heroAndTabs .tabsWrap {
        margin-left: -5px;
    }

    .resultsRibbon select.chosen-select {
        margin-bottom: 9px;
        margin-top: 12px;
    }

    .destinationLinks.home img {
        pointer-events: none;
    }

    body {
        background-image: none;
    }

    .homeTeasers {
        background-image: none;
    }

    ul.topNav li.navSearch {
        display: none;
    }

    .st_twitter_custom, .st_facebook_custom, .st_googleplus_custom, .st_email_custom {
    }

    h2.ribbonTitle {
        float: none;
    }

    .resultsRibbon .chosen-container, .resultsRibbon .chosen-select {
        margin: 2px .5% 5px .5%;
        width: 32% !important;
    }

    .resultsRibbon input.vacationSearchBtn {
        float: none;
        clear: both;
        margin-left: .5%;
    }

    .searchSummary {
        float: none;
    }

    .searchResultSorter {
        float: none;
        padding-left: 0;
    }

    .resultContent .GETbtn {
        font-size: .7em;
    }

    .requestNavItem:after {
        background-size: 100%;
    }

    .tourRedBrush {
        font-size: .8em;
    }

    .brochureLinks a.brochureDropDown, .brochureLinks a.brochureLinkRight {
        float: none;
    }

    .brochureLinks a.brochureLink {
        float: none;
        margin-top: 5px;
    }

    .navCommunityContent {
        padding-top: 30px;
    }
    /*====================== header snap ===============================*/

    .aarpLogoContainer {
        display: none;
    }

    .topNavWrap {
        display: none;
    }

    .catalogSignup {
        display: none;
    }

    header .liveChat {
        border-right: 1px solid #d8d8d8;
        padding-right: 15px;
        margin-right: 15px;
    }

    .headerChatBtn {
        display: none;
    }

    span.or {
        display: none;
    }

    span.callText {
        width: 131px;
        margin-bottom: 5px;
        white-space: nowrap;
        float: right;
        text-align: right;
        overflow: hidden;
        text-indent: -78px;
    }

    span.callNumber {
        float: none;
        clear: both;
    }
    /*======================  ===============================*/

    .advantageSection {
        padding: 14px 15px 10px;
    }

    .tabletSearch {
        display: block;
    }
}

@media (max-width: 1200px) and (min-width:991px) {
    .col-md-9.genericContent span.oneeighthundred {
        font-size: 1em;
    }

    .col-md-9.genericContent .resultPrice span.price {
        font-size: 2em;
    }

    span.callNumber {
        font-size: 1.8em;
    }
}

@media (min-width: 992px) {
    footer .panel .collapse {
        display: block;
    }

    footer h4.panel-title a {
        pointer-events: none;
        cursor: default;
    }
    /*.col-md-9.genericContent { min-height: 575px; }*/

    .highlightsContent {
        min-height: 514px;
    }

    .col-md-9.genericContent .leftColumnInfo .GETbtn i.pull-right {
        display: none;
    }

    .footerAdvantage {
        display: none;
    }

    .footerExperts {
        display: none;
    }
}

@media (max-width: 991px) {

    .quote-left-offset, .quote-right-offset {
        padding-left:0px;
    }
    .quote-right-offset {
        margin-top:40px;
    }
    .brochureLinks a.brochureLinkRight {
        font-size: .9em;
    }

    .landingDiscount .discountRight {
        float: none;
        padding-top: 10px;
        clear: both;
    }

    ul.itineraryList .accomoName {
        float: none;
        width: 100%;
    }

    ul.itineraryList .accomoDescription {
        float: none;
        width: auto;
    }

    td.phoneNum {
        white-space: nowrap;
    }

    td.buttonCell.reserveNowCell {
        display: none;
    }

    th.bookBtn {
        display: none;
    }

    .hideTablet {
        display: none;
    }

    footer .panel-group {
        margin-top: 30px;
    }

    footer .panel {
        background-image: url(/images/redesign/brushLine_footer.png);
        background-repeat: repeat-x;
        background-position: bottom left;
        padding-bottom: 30px;
        padding-top: 20px;
    }

        footer .panel i {
            font-weight: 300;
            font-size: .8em;
        }

    footer .panel.last {
        background-image: none;
    }

    footer .panel a.collapsed i.fa-times {
        display: none;
    }

    footer .panel a.collapsed i.fa-plus {
        display: block;
    }

    footer .panel i.fa-times {
        display: block;
    }

    footer h4.panel-title {
        font-size: 2.2em;
    }

    .footerSection {
        margin-top: 15px;
    }

        .footerSection li {
            font-size: 1.3em;
            list-style-type: none;
            padding: 12px 0 12px 10px;
        }

    .socialLinks {
        width: 50%;
        margin: auto;
    }

    .container.homeSliderContainer {
        width: 100%;
        padding: 0;
    }

    body .container {
        width: 100%;
    }

    .sponsors li {
        margin: 0 0 15px 0;
        position: relative;
        top: 0;
        transform: none;
        width: 33.3333%;
        height: 60px;
    }

    /*.sequence-container {
        overflow: visible !important;
    }*/

    #shipSequence {
        overflow: hidden;
    }

    #shipSequence .slide img {
        width: 100%;
    }

    #tourSequence .sliderText {
        padding: 10px 0 10px 15px;
        font-size: 1.8em;
    }

    .paginationWrap {
        bottom: 10%;
    }

    .homeTeasers {
        padding: 0 0 67px;
    }

    ul.featureBoxList .featureItem img {
        width: 100%;
        height: 100%;
    }

    .featureItem .featureItemContent {
        width: 98.5%;
    }

    .container.featureBoxContainer {
        max-width: 800px;
    }

    .destinationLinks.home .destinationLinkSection {
        display: none;
    }

    .showInternalHomeMap {
        display: block;
    }

    .destinationLinks.internal {
        display: none;
    }
    /*.promoBoxContainer { position: relative; z-index: 1; }*/

    .leftNav:after {
        display: none;
    }

    .highlightsContent:after {
        display: none;
    }

    .highlightsBox {
        padding-bottom: 25px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .highlight {
        font-size: 1.4em;
    }

    h2.highlightsTitle:before, h2.highlightsTitle:after {
        display: none;
    }

    .leftNav {
        min-height: initial;
        margin-bottom: 20px;
    }

    .resultContent .GETbtn {
        font-size: .9em;
        display: block;
    }

    #tabs ul li a {
        font-size: 1.3em;
    }

    .requestNavItem {
        padding: 15px;
    }

        .requestNavItem i {
            display: none;
        }

        .requestNavItem span.tabText {
            width: 100%;
            font-size: 1em;
        }

    .brochureLinks a.brochureLink {
        display: none;
    }

    i.catalogIcon {
        margin-right: 5px;
    }

    .landingFormContainer iFrame {
        width: 80%;
    }

    .quoteRequestContent.col-md-4 {
        min-height: initial;
        margin-top: 40px;
    }

    .navCommunityContent {
        padding-top: 20px;
    }

    .homeAdvantage {
        display: none;
    }

    .catalog-download > .download-icon, .catalog-download > .download-description {
        width: 75%;
    }

    .catalog-download > .download-icon {
        width: 25%;
    }

    .catalog-download-icons {
        width: 25%;
    }

        .catalog-download-icons i {
            margin-right: 5px;
        }
}

@media (max-width: 767px) {
    .brochureLinks a.brochureLinkRight {
        font-size: 1em;
    }

    .resultsRibbon .chosen-container, .resultsRibbon .chosen-select {
        width: 49% !important;
    }

    h1.tourSubPageTitle {
        width: 100%;
    }

    ul.optionalExperiences li{
        float: left;
        width: 48%;
    }

    ul.itineraryList li .itineraryTitle {
        float: none;
        width: auto;
    }

    ul.itineraryList li .itineraryContent {
        float: none;
        margin-left: 0;
        width: auto;
    }

    ul.itineraryList li .itineraryInfo {
        float: none;
        width: auto;
    }

    .fa.mobilePhoneLink {
        display: block;
        position: absolute;
        z-index: 10;
        left: 22px;
        top: 33px;
        font-size: 3em;
        color: #8f1c21;
        padding-right: 15px;
        margin-right: 15px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header {
        height: 95px;
    }

        header .liveChat {
            display: none;
        }


    #tourSequence {
        float: none;
        margin-bottom: 80px;
    }
    /*#tourSequence img { margin:auto; display:block; }*/

    .vacation-map-wrapper {
        width: 75%;
        margin: auto;
    }

    img.sideMapImage {
        width: 100%;
    }

    .internalSharing {
        height: auto;
    }

    a.reviewStarsLink {
        position: absolute;
        top: -10px;
        right: 15px;
    }

    .resultContent a.reviewStarsLink {
        position: relative;
        top: 0;
        left: 0;
    }

    .resultContent .reviewCount {
        position: relative;
        left: 0;
        top: 0;
        clear: both;
    }

    .resultContent .liveChatReflection {
        display: none;
    }

    .reviewCount {
        float: none;
        padding: 0;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .quoteBtnPos {
        padding-top: 10px;
        position: relative;
        width: 100%;
        right: 0;
    }

        .quoteBtnPos a.GETbtn {
            font-size: 1.4em;
            padding: 8px 16px;
        }

    span.tourStat {
        margin-bottom: 18px;
    }

    .tourRedBrush .tourDays {
        width: 30%;
    }

    span.swirly {
        display: none;
    }
    /*.internalMarquee { height: 230px; }*/ /*.internalMarquee img { margin-top: -30px; }*/

    .fanPhotos {
        margin-bottom: 20px;
    }

    .landingDiscount .discountRight {
        padding-top: 10px;
        float: none;
        padding-right: 0;
        margin-top: 15px;
        clear: both;
    }

    .countryPic {
        text-align: center;
        margin-bottom: 20px;
    }
    /*.brochureLinks { float: none; }*/

    .requestNavItem span.tabText {
        width: 100%;
        font-size: .9em;
    }

    .requestNavItem:after {
        display: none;
    }

    .tourRedBrush {
        margin-top: 30px;
    }

    a.logoLink {
        border: none;
    }

    .landingFormContainer iFrame {
        width: 323px;
    }

    .quoteRequestContent.rightContent {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        background-image: none;
        min-height: initial;
    }

    .quoteRequestContent.leftContent {
        float: none;
        width: 100%;
    }

    #tourSequence .sliderText {
        display: none;
    }

    .navCommunity {
        height: 270px !important;
    }

    .tabletSearch {
        display: none;
    }

    .catalog-download > .download-description {
        clear: left;
        margin-top: 15px;
    }

    .catalog-download > .download-icon, .catalog-download .catalog-download-icons {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .searchResultSorter {
        display: none;
    }

        .searchResultSorter.mobile {
            display: block;
        }

    #shipSequence .seq-next, #shipSequence .seq-prev {
        top: 38%;
    }

    .quoteRequestContent.leftContent input[type="text"], .quoteRequestContent.leftContent textarea, .quoteRequestContent.leftContent select {
        width: 100%;
    }
}

@media (max-width: 600px) and (min-width:481px) {
    .resultsRibbon .chosen-container, .resultsRibbon .chosen-select {
        width: 100% !important;
    }

    .vacation-map-wrapper {
        width: 100%;
    }

    ul.itineraryList .itineraryTitle {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    ul.itineraryList .itineraryContent {
        margin-left: 0;
        width: 40%;
        margin-right: 8%;
    }

    ul.itineraryList .itineraryInfo {
        width: 40%;
    }

    ul.featureBoxList {
        font-size: 1.5em;
    }

    .marqueeText {
        font-size: .9em;
    }

    ul.optionalExperiences li {
        float: none;
        width: auto;
    }

    #shipSequence .sliderText {
        position: relative;
    }
}

@media (max-width: 480px) {
    .landingMidSection.LandingPage {
        margin: 0;
    }

    .row.internalMarqueeRow.LandingPage {
        display: none;
    }

    .landingDiscount.LandingPage {
        display: none;
    }

    ul.optionalExperiences li,{
        float: none;
        width: auto;
    }

    .resultsRibbon .chosen-container, .resultsRibbon .chosen-select {
        width: 100% !important;
    }

    span.oneeighthundred {
        font-size: 1em;
    }

    #feefologoa img, img.imageTop {
        display: none;
    }

    a.logoLink {
        width: 100%;
        padding: 0 4%;
    }

    header {
        height: 80px;
    }

    .homeSequence {
        margin-bottom: 10px;
        border: none;
    }

        .homeSequence .slide img {
            display: none;
            height: 150px;
        }

    .seq-next, .seq-prev {
        display: none !important;
    }

    .paginationWrap {
        display: none;
    }

    .marqueeText {
        font-size: .9em;
        height: 160px;
        bottom: 0;
    }

    .container.featureBoxContainer, .catalog-download {
        padding-left: 0;
        padding-right: 0;
    }

    ul.featureBoxList .col-xs-6 {
        width: 100%;
    }

    .mapTitleWrap, .destinationLinks.home {
        display: block;
        margin-top: 0;
    }

        .mapTitleWrap.destList, .destinationLinks.home.destList {
            display: block;
            margin-top: 0;
        }

    .promoDivider {
        display: none;
    }

    ul.promoBlocks {
        margin: 0;
    }

    .homeTeasers {
        padding: 20px 0 15px;
    }

    ul.promoBlocks .col-md-4 {
        padding: 0 26px;
    }

    ul.promoBlocks .featureImage {
        float: none;
    }

        ul.promoBlocks .featureImage img {
            margin-left: 0;
            margin-right: 0;
        }

    ul.promoBlocks .featureContent {
        padding: 25px;
        float: none;
        width: 100%;
    }

    ul.promoBlocks .featureWrap {
        height: 440px;
    }

    .socialLinks {
        width: 100%;
    }

    .vacation-map-wrapper {
        width: 100%;
    }

    h1.tourPageTitle {
        font-size: 2.8em;
    }

    .tourRedBrush .tourDays {
        width: 40%;
    }

    ul.itineraryList .itineraryTitle {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    ul.itineraryList .itineraryContent {
        margin-left: 0;
        width: 40%;
        margin-right: 8%;
    }

    ul.itineraryList .itineraryInfo {
        width: 40%;
    }

    .resultContent .GETbtn {
        font-size: .7em;
        display: block;
    }

    .fanPhotos img {
        margin-left: -28px;
    }

    .countryPic {
        height: 325px;
    }

        .countryPic img {
            margin-left: -50px;
        }

    #tabs ul li a {
        font-size: 1.1em;
        padding: 9px 2px;
        white-space: nowrap;
    }

    .shipInfoTabs #tabs ul li a {
        padding: 9px 12px;
    }

    #tabs .ui-tabs-panel {
        padding: 20px;
    }

    #shipSequence .sliderText {
        position: relative;
    }

    #shipSequence .seq-next, #shipSequence .seq-prev {
        top: 30%;
    }

    .requestNavItem {
        height: 140px;
    }

    .quoteBtnPos a.GETbtn {
        display: block;
    }

    .starsLabel {
        font-size: .9em;
    }

    .popupContent input[type="submit"] {
        float: none;
        margin-bottom: 5px;
    }

    .popupContent a.nothanks {
        float: none;
        padding-top: 10px;
    }

    .resultContent .leftColumnInfo {
        width: 100%;
    }

        .resultContent .leftColumnInfo a.GETbtn {
            max-width: 100%;
            padding: 8px 16px;
            font-size: 1.0em;
            font-size: 5.2vw;
        }

    .resultContent .rightColumnInfo {
        width: 100%;
        margin-top: 15px;
    }

    .resultText {
        display: none;
    }
}
/* Safari 6.1+ */ /*@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {	span.callText { text-indent: -110px; width: 163px; }}*/ /* Older versions of Safari */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, span.callText {
        text-indent: -110px;
        width: 163px;
    }

    ::i-block-chrome, ul.featureBoxList .featureItem img {
        height: auto;
    }

    ::i-block-chrome, .featureItem .center {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
/* iPhone 5 specific */

@media screen and (device-aspect-ratio: 40/71) {
    .featureItem .center {
        top: 160px;
    }
}

@media screen and (device-aspect-ratio: 16/9) {
    .featureItem .center {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

