﻿/* 
APP DEFAULT STYLES
-------------------------------------------------------
Copyright (c) 2013

Last Updated: Mark Garczewski

*/
@import url("/css/font.css");
@import url("/css/gotham-font.css");
@import url("/css/synchrony-font.css");
/**/
/* #region Layout*/
html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0px;
    padding: 0px;
}

input, optgroup, select, textarea {
    color: #000;
}

select {
    width: auto;
}

select, textarea {
    border-radius: 0;
}

div#page {
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

header {
    position: relative;
    /* height: 107px; */
    text-align: right;
    /* padding-bottom: 10px; */
}

.inner-header {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}


div#branding {
    position: absolute;
}

div#content {
    width: 934px;
    position: relative;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0;
}

div#layout {
    float: right;
    width: 100%;
    margin-top: 40px;
    position: relative;
}

div#clear {
    clear: both;
}

div#main {
    width: 100%;
}

div#footer {
    width: 100%;
    position: relative;
    z-index: 150;
    clear: both;
}

div#local, div#banner {
    display: none;
    margin-top: 40px;
}

.centered {
    text-align: center;
    margin: 0 auto;
}

/* #endregion*/

/* #region Nav */
/* NAV */

#nav {
    width: 100%;
    position: absolute;
    height: 36px;
    top: 110px;
    text-align: left;
}

#subnav {
    position: absolute;
    top: 0;
    right: 12px;
    padding-top: 5px;
}

#nav ul {
    padding: 0px;
    margin: 0px auto;
    list-style: none;
    max-width: 1200px;
}

    #nav ul li {
        float: left;
        padding: 0;
        margin: 0;
    }

        #nav ul li a {
            height: 36px;
            padding: 0 15px;
            display: block;
            text-decoration: none;
            line-height: 36px;
        }


    #nav ul ul {
        position: absolute;
        z-index: 102;
    }

        #nav ul ul li {
            float: none;
            width: 100%;
        }

            #nav ul ul li a {
                border-bottom: solid 1px #d8dde5;
                border-left: solid 1px #d8dde5;
                border-right: solid 1px #d8dde5;
                color: #272727;
            }

                #nav ul ul li a:hover {
                    background: #272727;
                    color: #fff;
                }

#nav .subnav {
    width: 270px;
}

#nav .ownerrentalssubnav {
    width: 200px;
}

#nav .servicessubnav {
    width: 260px;
}

#nav .hotdealssubnav {
    width: 250px;
}

#nav .accommodationssubnav {
    width: 280px;
}

#nav .memberssubnav {
    width: 180px;
}

#nav .timeshareoptionssubnav {
    width: 250px;
}

#nav .dealssubnav {
    width: 220px;
}

#nav .condossubnav {
    width: 200px;
}

#nav .cruisessubnav {
    width: 220px;
}

#nav .diningsubnav {
    width: 200px;
}

#nav .activitiessubnav {
    width: 250px;
}

#nav .golfsubnav {
    width: 250px;
}

#nav .thingstodosubnav {
    width: 250px;
}

#nav .productssubnav {
    width: 290px;
}

#nav .sf-sub-indicator {
    display: none;
}

/* #endregion */
/* #region Typography */
hr {
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
}

table {
    margin: 0;
    padding: 0;
}

th {
    font-weight: 500;
    text-align: left;
}

th,
td {
    padding: 3px 5px 3px 3px;
}

ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

    ul li {
        padding: 0;
        margin: 0px 0px 0px 18px;
    }

ol {
    margin: 0;
    padding: 0;
    line-height: 20px;
}

    ol li {
        padding: 0;
        margin: 0px 0px 0px 18px;
    }

img {
    border: 0;
}

strong, b {
    font-weight: 400;
}

em, i {
    font-style: italic;
}

.superscript {
    font-size: 7px;
    vertical-align: baseline;
    position: relative;
    top: -1.2em;
}

.small {
    font-size: 10px;
}

.highlight {
    padding: 5px;
    background: yellow;
}



/* #endregion */
/* #region ICON FONTS */

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

a [class^="icon-"]:before,
a [class*=" icon-"]:before {
    cursor: pointer;
    text-decoration: none !important;
}

.icon-info:before {
    content: "\e363";
}

a .icon-info {
    color: #F37736;
    font-size: 16px;
}

a:hover .icon-info {
    color: #272727;
}

.icon-info2:before {
    content: "\e362";
}

a .icon-info2 {
    color: #F37736;
    font-size: 16px;
}

a:hover .icon-info2 {
    color: #272727;
}

.icon-calendar:before {
    content: "\e115";
}

a .icon-calendar {
    color: #272727;
    font-size: 16px;
}


a:hover .icon-calendar {
    cursor: pointer;
}

.icon-calendar2:before {
    content: "\e115";
}

a .icon-calendar2 {
    color: black;
    font-size: 20px;
}


a:hover .icon-calendar2 {
    cursor: pointer;
}


.icon-calendarhome:before {
    content: "\e115";
}

a .icon-calendarhome {
    color: #F37736;
    font-size: 20px;
}

a:hover .icon-calendarhome {
    cursor: pointer;
}

.icon-cart6:before {
    content: "\e0c6";
}

.icon-clock:before {
    content: "\e101";
}

.icon-clock {
    color: #FFFFFF;
    font-size: 36px;
}

.icon-car:before {
    content: "\e1cb";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-car {
    color: #F37736;
    font-size: 36px;
}

.icon-coin:before {
    content: "\e0d3";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-coin {
    color: #F37736;
    font-size: 36px;
}

.icon-cruise:before {
    content: "\e264";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-cruise {
    color: #F37736;
    font-size: 36px;
}

.icon-golf:before {
    content: "\e286";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-golf {
    color: #F37736;
    font-size: 36px;
}

.icon-hotel:before {
    content: "\e00b";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-hotel {
    color: #F37736;
    font-size: 36px;
}

.icon-id:before {
    content: "\e19c";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-id {
    color: #F37736;
    font-size: 36px;
}

.icon-new:before {
    content: "\e2fe";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-new {
    color: #F37736;
    font-size: 36px;
}

.icon-new1:before {
    content: "\e061";
}

.icon-arrow-up:before {
    content: "\e3b0";
}

.icon-arrow-down:before {
    content: "\e3b2";
}

.icon-arrow-right5:before {
    content: "\e3c3";
}

.icon-arrow3:before {
    content: "\e3da";
}

.icon-arrow-down2:before {
    content: "\e3b6";
}

.icon-arrow-left:before {
    content: "\e3b3";
}

.icon-arrow-right:before {
    content: "\e3b1";
}

.icon-envelope-opened:before {
    content: "\e0ee";
}

.icon-search5:before {
    content: "\e1be";
}

.icon-coins:before {
    content: "\e0d4";
}

.icon-trophy-star:before {
    content: "\e21f";
}

.icon-newmember:before {
    content: "\e185";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-newmember {
    color: #F37736;
    font-size: 36px;
}

.icon-shopping:before {
    content: "\e0d1";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-shopping {
    color: #F37736;
    font-size: 36px;
}

.icon-ticket:before {
    content: "\e0c0";
    margin-right: 5px;
    margin-left: 5px;
}

.icon-ticket {
    color: #F37736;
    font-size: 36px;
}

.icon-star6:before {
    content: "\e301";
}

.icon-star6 {
    color: #F37736;
    font-size: 18px;
}

.icon-checkmark:before {
    content: "\e370";
}

.icon-checkmark {
    color: #F37736;
}

.icon-checkmark2:before {
    content: "\e371";
}

.icon-checkmark2 {
    color: #F37736;
}

.icon-checkmark3:before {
    content: "\e372";
}

.icon-checkmark3 {
    color: #F37736;
}

.icon-notification:before {
    content: "\e357";
}

.icon-notification2:before {
    content: "\e358";
}

.icon-notification2 {
    color: #F37736;
}

.icon-plussign:before {
    content: "\e376";
}

.icon-minussign:before {
    content: "\e375";
}

.icon-user7:before {
    content: "\e199";
}

.icon-spinner5:before {
    content: '\e1ab';
}

.icon-spinner8:before {
    content: '\e1ae';
}

.icon-spinner12:before {
    content: "\e1b2";
}

.icon-phone:before {
    content: "\e0da";
}

.icon-phone2:before {
    content: "\e0db";
}

.icon-phone3:before {
    content: "\e0dc";
}

.icon-starburst:before {
    content: "\e2e8";
}

.icon-warning:before {
    content: "\e355";
}

.icon-warning2:before {
    content: "\e356";
}

.icon-close:before {
    content: "\e36b";
}

.icon-close2:before {
    content: "\e36c";
}

.icon-checkmarkcircle:before {
    content: '\e367';
}

.icon-checkmarkcircle2:before {
    content: '\e368';
}

.icon-checkmark-circle:before {
    font-family: 'icomoon';
    content: "\e367";
}

.icon-redo2:before {
    content: '\e14c';
}

.icon-coin-stack:before {
    font-family: 'sorcustomicomoon';
    content: "\e916";
}

.icon-customer-support:before {
    font-family: 'sorcustomicomoon';
    content: "\e90e";
}

.icon-hotel-bell:before {
    font-family: 'sorcustomicomoon';
    content: "\e906";
}

.icon-hotel-building:before {
    font-family: 'sorcustomicomoon';
    content: "\e900";
}

.icon-house-with-money-symbol:before {
    font-family: 'sorcustomicomoon';
    content: "\e907";
}

.icon-magnifying-glass:before {
    font-family: 'sorcustomicomoon';
    content: "\e908";
}

.icon-right-thin-chevron:before {
    font-family: 'sorcustomicomoon';
    content: "\e90b";
}

.icon-front-car:before {
    font-family: 'sorcustomicomoon';
    content: "\e902";
}

.icon-hotel1:before {
    font-family: 'sorcustomicomoon';
    content: "\e922";
}

.icon-ticket1:before {
    font-family: 'sorcustomicomoon';
    content: "\e921";
}

.icon-male-user:before {
    font-family: 'sorcustomicomoon';
    content: '\e914';
}

.icon-checkmark4:before {
    font-family: 'sorcustomicomoon';
    content: '\e923';
}

.icon-speech-bubble:before {
    font-family: 'sorcustomicomoon';
    content: '\e91d';
}

.icon-starburst1:before {
    font-family: 'sorcustomicomoon';
    content: '\e924';
}

.icon-pluscircle:before {
    font-family: 'sorcustomicomoon';
    content: '\e91e';
}

.icon-minuscircle:before {
    font-family: 'sorcustomicomoon';
    content: '\e920';
}

.icon-crossout:before {
    font-family: 'sorcustomicomoon';
    content: '\e90d';
}

.icon-shield:before {
    font-family: 'sorcustomicomoon';
    content: '\e929';
}

.icon-confirm:before {
    font-family: 'sorcustomicomoon';
    content: '\e92b';
}

.icon-chevron-down:before {
    font-family: 'FontAwesome';
    content: '\f078';
}

.icon-chevron-up:before {
    font-family: 'FontAwesome';
    content: '\f077';
}
/* #endregion */

/*#region POP UP FORMS & NOTIFICATIONS */
/* SCREEN NOTIFICATION */
#screennotification {
    z-index: 1000;
    width: 240px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -125px;
    padding: 0 5px;
    text-align: center;
    border: solid 3px #000;
    background: #fff;
    color: #272727;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    #screennotification #screennotificationcontent {
        height: 100px;
        display: table-cell;
        vertical-align: middle;
    }

.popupmessage {
    margin-top: 10px;
}

.popupform {
    margin-bottom: 0;
}

#popuppageheader {
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    border-bottom: dotted 1px #cccccc;
}

div#popupwindow {
    font-size: 0.8125rem;
}

#cboxLoadedContent {
    padding: 30px 10px 10px 10px;
}

.borderless #cboxLoadedContent {
    padding: 0px !important;
}

.cboxIframe {
    background-color: transparent !important;
}

.popuptemplate,
.popuptemplate form {
    height: auto !important;
    background-image: none !important;
    background: transparent !important;
    padding-top: 0 !important;
}

.popuptemplate {
    padding: 10px;
    margin-bottom: 45px;
}

    .popuptemplate .pop-form h1 {
        text-align: center;
        margin: 15px 0;
    }

    .popuptemplate .pop-form table {
        margin: 0 auto;
    }

        .popuptemplate .pop-form table table {
            margin: 0;
        }
/*#endregion*/

#HomeDeals {
    display: none;
}

#TopBenefits {
    display: none;
}

/* #region ERROR/SUCCESS/WARNING PAGE & SYSTEM MESSAGES */
div#errorpage {
    margin: 10px;
    text-align: center;
}

    div#errorpage div {
        margin-top: 20px;
        font-size: 18px;
        line-height: 20px;
    }

    div#errorpage .saveonlogo {
        margin: 0 auto;
    }

.errormessage,
.warning-message {
    color: Red;
}

.loginrequiredmessage {
    font-size: 14px !important;
    margin: 0 !important;
    color: red;
}

.successmessage {
    color: #009900;
}

.warning-message-box {
    color: red;
    margin: auto auto;
}

.success-message-box {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #009900;
    text-align: center;
    padding: 80px 50px 0 50px;
}

.cookies {
    margin-bottom: 10px;
    font-size: 12px;
    color: #272727;
}


#changepasswordmessage {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

.reservationdetailsmessage, .reservationdetailsmessage a, .reservationdetailsmessage a:active {
    font-size: 16px;
    line-height: 20px;
}


/* #endregion*/

/* #region HEADER */

.watermark {
    color: #707070;
}

/* #endregion*/

/* #region MASTER */

div#header #home td {
    padding: 0px;
}

#homenav {
    margin-bottom: 0;
}

    #homenav li {
        display: inline-block;
        padding: 0 4px 0 2px;
        margin: 0;
        line-height: 1.5;
        border-right: 1px solid #666;
    }

        #homenav li:last-child {
            border-right: none;
        }

    #homenav a,
    #homenav a:link,
    #homenav a:active {
        text-decoration: none;
    }

        #homenav a:hover {
            text-decoration: underline;
        }

    #homenav #SubNavVacationClubRewardPointsCount {
        display: none;
    }

#rentalsbyownermemberlogin {
    margin-top: 5px;
}

    #rentalsbyownermemberlogin a {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
    }

.vacationclubreferralwelcome {
    margin-top: 10px;
}
/*#endregion*/

/* #region RESORT PROFILES*/
#resortdetails #tabs a .tabheader {
    height: 25px;
    cursor: pointer;
    color: #272727;
    font-size: 0.8125rem;
    border: solid 1px #d8dde5;
}

#resortdetails #tabs .ui-state-active a .tabheader,
#resortdetails #tabs .ui-state-hover a .tabheader {
    background: #E9F0F8;
}

/* VIEW RESORT POPUP STYLES */
#limitedresortprofile {
    margin-bottom: 50px;
}

    #limitedresortprofile td {
        vertical-align: top;
    }

div#limitedresortprofilecontent {
    margin-top: 10px
}

#limitedresortprofile #limitedresortprofilecontent ul,
#limitedresortprofile #limitedresortprofilecontent p {
    margin-top: 0;
    margin-bottom: 15px;
}

#limitedresortprofile #resortdetails #tabs.ui-tabs .ui-tabs-nav {
    clear: left;
    padding-top: 20px;
}

table#resortprofileresortname {
    margin: 2px 0 3px 0;
}

    table#resortprofileresortname td {
        padding: 0 7px 0 0;
        vertical-align: middle;
    }

        table#resortprofileresortname td span,
        div#resortprofileresortname {
            font-weight: 500;
            font-size: 21px;
            line-height: 24px;
        }

#resortprofilelocation {
    margin: 5px 0;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1em;
}

#resortprofilerating {
    margin-bottom: 10px;
}

#resortprofilepropertyid,
#limitedresortprofile #limitedresortprofilecontent #resortprofilepropertyid {
    margin-bottom: 5px;
    font-size: 0.8125rem;
}

#resortprofilecrosssell {
    margin-top: 20px;
}

.resortprofilestrata {
    font-weight: 500;
    margin: 5px 0px 15px 0px;
}

#limitedresortprofile .resortprofilepricing {
    margin-bottom: 20px;
}

    #limitedresortprofile .resortprofilepricing table {
        margin-bottom: 0px;
    }

        #limitedresortprofile .resortprofilepricing table th {
            vertical-align: middle;
            margin-bottom: 10px;
            padding: 0 2px 5px 0;
            font-weight: 500;
        }

        #limitedresortprofile .resortprofilepricing table td {
            vertical-align: middle;
            padding: 8px 2px 5px 0;
        }

    #limitedresortprofile .resortprofilepricing #resortprofilepricingheader {
        margin-bottom: 5px;
        font-size: 0.875rem;
        font-weight: 500;
    }

    #limitedresortprofile .resortprofilepricing .resortprofilepricingroom {
        width: 170px;
    }

    #limitedresortprofile .resortprofilepricing .resortprofilepricingdates {
        width: 150px;
    }

    #limitedresortprofile .resortprofilepricing .resortprofilepricingamount {
        padding-right: 15px;
    }

/* #region RESORT PHOTO SLIDESHOW */
.resort-photo-slideshow .resort-photo-slideshow-main > img {
    width: 100%;
    max-width: 400px;
}

.resort-photo-slideshow .resort-photo-slideshow-thumbnails-container .resort-photo-slideshow-thumbnails {
    text-align: center;
}

    .resort-photo-slideshow .resort-photo-slideshow-thumbnails-container .resort-photo-slideshow-thumbnails > div {
        display: inline-block;
    }

    .resort-photo-slideshow .resort-photo-slideshow-thumbnails-container .resort-photo-slideshow-thumbnails > div,
    .resort-photo-slideshow .resort-photo-slideshow-thumbnails-container .resort-photo-slideshow-thumbnails img {
        width: 53px;
        height: 53px;
    }

.resort-photo-slideshow .resort-photo-slideshow-thumbnails-container .resort-photo-slideshow-thumbnails-message {
    text-align: center;
    padding: 5px;
    font-size: 10px;
}

.resort-photo-slideshow .resort-photo-slideshow-thumbnails-container .resort-photo-slideshow-thumbnails-disclaimer {
    margin: 20px 0;
    font-size: 11px;
}
/* #endregion */

/* #region AMENITIES */
.amenities-container {
    margin-top: 20px;
}

    .amenities-container .amenities-container-header {
        font-weight: 500;
    }
/* #endregion */

/* EXPERT REVIEWS */
.expertreviewdivider {
    margin-top: 10px;
    padding-bottom: 10px;
}

.expertreview .expertreviewtitle {
    font-size: 0.875rem;
    font-weight: 500;
}

.expertreview .expertreviewauthor {
    margin: 3px 0;
    font-weight: 500;
    font-size: 12px;
}

.expertreview .expertreviewdate {
    font-style: italic;
    font-size: 10px;
    font-weight: normal;
}

/* #region CSA Travel */
#csatravelbenefits p,
#csatravelbenefits ul {
    margin-bottom: 10px;
}

    #csatravelbenefits p.csatravelbenefitslogo {
        margin-bottom: 20px;
    }

    #csatravelbenefits p.csatravelbenefitsdisclaimer {
        font-size: 10px;
    }

        #csatravelbenefits p.csatravelbenefitsdisclaimer img {
            width: 50px;
            margin-right: 5px;
            float: left;
        }

    #csatravelbenefits p.csatravelbenefitsapprovalcode {
        text-align: right;
        font-size: 10px;
    }
/* #endregion*/

/* #endregion*/

/* #region BOOKING PAGE */
.booksection {
    margin-bottom: 20px;
    clear: both;
}

    .booksection .booksectionheader {
        padding: 5px 0 5px 10px;
        background-color: #E9F0F8;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
    }

        .booksection .booksectionheader a {
            text-decoration: none;
        }

    .booksection.snazzy-upgrade .booksectionheader {
        background-color: #f6f6f6;
        color: #8fc24b;
    }

    .booksection .booksectionheader table td {
        padding-top: 0;
        padding-bottom: 0;
    }

    .booksection .booksectionheader span {
        /*font-style: italic;*/
    }

    .booksection .booksectioncontent {
        padding: 10px;
    }

        .booksection .booksectioncontent .booksectionblurb {
            margin-bottom: 15px;
            margin-top: 10px;
            padding: 4px;
        }

        .booksection .booksectioncontent .booksectionendblurb {
            margin-top: 15px;
        }

        .booksection .booksectioncontent .booksectionform {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: solid 1px #d8dde5;
        }

            .booksection .booksectioncontent .booksectionform:last-of-type {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

        .booksection .booksectioncontent .booksectionformreverseborder {
            margin-bottom: 0;
            margin-top: 15px;
            padding-bottom: 0;
            padding-top: 15px;
            border-bottom: none;
            border-top: solid 1px #d8dde5;
        }

            .booksection .booksectioncontent .booksectionformreverseborder:first-of-type {
                margin-top: 0;
                padding-top: 0;
                border-top: none;
            }

        .booksection .booksectioncontent .booksectionform .booksectionformhighlight {
            margin-right: 10px;
            padding: 3px;
            background: yellow;
        }

        .booksection .booksectioncontent .booksectionform .booksectionformrow {
            margin: 10px 0;
            clear: left;
        }

            .booksection .booksectioncontent .booksectionform .booksectionformrow:last-of-type {
                margin-bottom: 0;
            }

            .booksection .booksectioncontent .booksectionform .booksectionformrow label {
                display: block;
                margin-bottom: 3px;
            }

        .booksection .booksectioncontent .booksectionformreverseborder .booksectionformrow label {
            display: inline;
        }

        .booksection .booksectioncontent .booksectionform .booksectionformrow .booksectionformelement-nobreak label {
            display: inline;
            margin-bottom: 0;
        }

        .booksection .booksectioncontent .booksectionform .booksectionformrow div.left,
        .booksection .booksectioncontent .booksectionform .booksectionformrow div.right {
            float: left;
        }

        .booksection .booksectioncontent .booksectionform .booksectionformrow div.left {
            margin-right: 20px;
        }

        .booksection .booksectioncontent .booksectionform .booksectionformrow div.flow {
            display: inline-block;
            margin-right: 20px;
            margin-bottom: 10px;
        }

            .booksection .booksectioncontent .booksectionform .booksectionformrow div.flow:last-of-type {
                margin-right: 0;
                margin-bottom: 0;
            }

        .booksection .booksectioncontent .booksectionform .booksectionformrow .booksectionformrowinfotip {
            padding: 2px 6px;
            text-align: center;
            border-radius: 50%;
            background: #272727;
            color: #fff;
            text-decoration: none;
            font-size: 10px;
            font-weight: 500;
            font-family: Georgia,Times,serif;
            cursor: pointer;
        }

        .booksection .booksectioncontent .booksectionform .booksectionformrow .booksectionformrowcheckbox {
            padding-top: 18px;
        }

            .booksection .booksectioncontent .booksectionform .booksectionformrow .booksectionformrowcheckbox label {
                display: inline;
            }

        .booksection .booksectioncontent .booksectiontable {
            display: table;
        }

            .booksection .booksectioncontent .booksectiontable .booksectiontablerow {
                display: table-row;
            }

                .booksection .booksectioncontent .booksectiontable .booksectiontablerow .booksectiontablecell {
                    display: table-cell;
                }

                .booksection .booksectioncontent .booksectiontable .booksectiontablerow .booksectiontablecelldivider {
                    display: table-cell;
                    padding-bottom: 10px;
                }

                    .booksection .booksectioncontent .booksectiontable .booksectiontablerow .booksectiontablecelldivider .booksectiontablecelldividercontent {
                        height: 1px;
                        border-bottom: solid 1px #d8dde5;
                    }

        .booksection .booksectioncontent .booksectionform .booksectionformdisclaimer {
            font-size: 10px;
        }

        .booksection .booksectioncontent .booksectionerror {
            color: red;
            font-style: italic;
        }

.booksectionrewardpointsbalance {
    font-size: 0.875rem;
}

    .booksectionrewardpointsbalance span {
        color: #272727;
        font-weight: 500;
    }

    .booksectionrewardpointsbalance .booksectioncontent .booksectiontable .booksectiontablerow:last-of-type .booksectiontablecell {
        padding-bottom: 0;
    }

    .booksectionrewardpointsbalance .booksectioncontent .booksectiontable .booksectiontablerow .booksectiontablecell {
        padding: 0 15px 10px 0;
    }

.booksection .booksectioncontent .booksectionformreverseborder .booksectionformrow:first-of-type {
    margin-top: 0;
}

.booksection .bookreservationdetailssubheader {
    font-weight: 500;
}

.booksection .bookreservationdetailssection {
    margin-top: 15px;
}

.bookreservationtime {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

    .bookreservationtime .bookreservationtimemessage {
        padding-top: 7px;
    }

    .bookreservationtime .bookreservationtimeicon {
        font-size: 28px;
        vertical-align: middle;
    }

    .bookreservationtime table td {
        padding: 0 10px 0 0;
    }

.bookreservationtimeexpired {
    padding: 10px;
    color: #272727;
    font-size: 17px;
    text-align: center;
}

    .bookreservationtimeexpired div {
        margin: 15px 0;
    }

        .bookreservationtimeexpired div:first-of-type {
            margin-top: 0;
        }

    .bookreservationtimeexpired .bookreservationtimeexpiredtitle {
        font-size: 20px;
    }

.bookreservationcruisedetails {
    margin-top: 15px;
}

    .bookreservationcruisedetails th {
        font-weight: 500;
        color: #272727;
    }

    .bookreservationcruisedetails th,
    .bookreservationcruisedetails td {
        padding-right: 30px;
    }

.booksectionpaymentselectionmethods {
    text-align: center;
}

    .booksectionpaymentselectionmethods > div {
        display: inline-block;
        padding: 0 5px 10px 5px;
        vertical-align: top;
    }

        .booksectionpaymentselectionmethods > div > div {
            width: 150px;
            height: 150px;
            padding: 10px;
            border: solid 2px #000;
            text-align: center;
        }

            .booksectionpaymentselectionmethods > div > div:hover {
                cursor: pointer;
                outline: 3px solid #F37736;
            }

            .booksectionpaymentselectionmethods > div > div.selected {
                outline: 3px solid #F37736;
            }

.booksectiongrid {
    display: table;
    padding: 0 !important;
    border: 1px solid #000;
}

    .booksectiongrid > div {
        display: table-row;
    }

        .booksectiongrid > div > div {
            display: table-cell;
            padding: 5px;
            border: 1px solid #000;
        }

    .booksectiongrid input[type='text'],
    .booksectiongrid input[type='password'] {
        width: 120px;
    }

    .booksectiongrid .booksectiongridheader {
        background: #F37736;
        color: #fff;
        font-weight: 500;
        text-align: center;
    }

    .booksectiongrid .booksectiongridamount {
        text-align: right;
    }

/*#region Flight Details */
.bookreservationflightdetailsheader {
    padding: 4px 0 4px 4px;
    background: #E9F0F8;
    color: #272727;
    font-weight: 500;
    border-top: solid 1px #d8dde5;
    border-left: solid 1px #d8dde5;
    border-right: solid 1px #d8dde5;
}

.bookreservationflightdetailscontainer {
    padding: 10px;
    border-bottom: solid 1px #d8dde5;
    border-left: solid 1px #d8dde5;
    border-right: solid 1px #d8dde5;
}

.bookreservationflightdetails {
    display: table;
}

    .bookreservationflightdetails > div.bookreservationflightdetailsrow {
        display: table-row;
    }

    .bookreservationflightdetails > div.bookreservationflightdetailsrowheader {
        font-weight: 500;
    }

    .bookreservationflightdetails > div.bookreservationflightdetailsrow:first-of-type > div {
        white-space: nowrap;
    }

    .bookreservationflightdetails > div.bookreservationflightdetailsrow > div {
        display: table-cell;
        padding: 5px 10px 5px 0;
    }

        .bookreservationflightdetails > div.bookreservationflightdetailsrow > div.bookreservationflightdetailsrowhighlightedcell {
            background-color: #d8dde5;
        }

    .bookreservationflightdetails > div.bookreservationflightdetailsrow .bookreservationflightdetailsrowsubtext {
        font-size: 11px;
    }
/*#endregion*/

.bookreservationcruisepromo {
    color: #77913C;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.bookingpromo {
    width: 560px;
    height: 165px;
    position: relative;
    background: #fff url(/images/template/searchtopfade.png) repeat-x;
}

    .bookingpromo .bookingpromoimage {
        position: absolute;
        bottom: 0;
        left: 10px;
    }

    .bookingpromo .bookingpromomessage {
        position: absolute;
        left: 130px;
        top: 25px;
    }

        .bookingpromo .bookingpromomessage a {
            font-family: Georgia, Times, serif;
            font-size: 34px;
            line-height: 36px;
            text-decoration: none;
        }

    .bookingpromo .bookingpromocodemessage {
        position: absolute;
        left: 330px;
        top: 80px;
    }

        .bookingpromo .bookingpromocodemessage a {
            font-size: 24px;
            line-height: 26px;
            text-decoration: none;
        }

    .bookingpromo .bookingpromocode {
        position: absolute;
        left: 330px;
        top: 107px;
    }

        .bookingpromo .bookingpromocode a {
            font-size: 22px;
            font-weight: 500;
            line-height: 26px;
            text-decoration: none;
        }

        .bookingpromo .bookingpromocode span {
            text-decoration: underline;
        }

    .bookingpromo .bookingpromoamount {
        position: absolute;
        left: 190px;
        top: 72px;
    }

        .bookingpromo .bookingpromoamount a {
            font-family: Georgia, Times, serif;
            font-size: 66px;
            line-height: 75px;
            text-decoration: none;
        }

#bookingclubmembershiprenewaldate {
    font-size: 0.875rem;
}

    #bookingclubmembershiprenewaldate span {
        font-weight: 500;
    }

#booksectionguestinfo {
    width: 100%;
}

    #booksectionguestinfo .booksectionguestinfoprimaryheadercell {
        width: 190px;
    }

    #booksectionguestinfo .booksectionguestinfosecondaryheadercell {
        padding-left: 60px;
    }

#booksectionpromomessage {
    font-weight: 500;
}

#booksectionflightinfo {
    margin-bottom: 40px;
}

    #booksectionflightinfo #arrivaldatecalendar {
        display: inline;
        margin-left: 2px;
        padding-left: 12px;
    }

#bookqualifications {
    margin-bottom: 0;
}

    #bookqualifications table {
        margin-bottom: 0;
    }

    #bookqualifications #bookqualificationsowntimeshare {
        white-space: nowrap;
    }

#bookqualificationscertified {
    margin-bottom: 40px;
    line-height: 18px;
}

    #bookqualificationscertified img {
        padding-right: 10px;
    }

.booksectionccheader {
    font-weight: 500;
}

.textheader {
    margin-bottom: 5px;
    font-weight: 500;
}

#bookinternalinfo #calendar {
    display: inline;
    margin-left: 2px;
    padding-left: 12px;
}

#bookinternalinfo #emailoffer a {
    font-size: 15px;
    font-weight: 500;
}

.adjustedtotal {
    font-weight: 500;
}

.required {
    color: Red;
}

.discount-amount {
    color: red;
}

.price-summary-savings,
.price-summary-savings .discount-amount {
    color: #77913C;
    font-weight: 500;
}

#AuthorizeNetSeal a {
    font-size: 11px;
    line-height: 16px;
}

.bookerrormessage {
    margin-bottom: 20px;
    color: Red;
}

.bookerrormessageinfo {
    margin-bottom: 20px;
}

    .bookerrormessageinfo .bookerrormessageinfoicon {
        float: left;
        margin-right: 5px;
    }

#bookingbutton {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #bookingbutton td {
        padding: 0px 10px 0px 0px;
    }

#bookingmultiplechargesmessage {
    font-size: 12px;
}

.bookingprocessorseal {
    margin-top: 40px;
}

#bookexcursion th, #bookexcursion td {
    padding: 5px;
}

#bookexcursion .bookexcursionname {
    white-space: nowrap;
}

#bookexcursion .bookexcursioncommission {
    color: #006633;
    font-weight: 500;
}

#bookexcursionlegend {
    margin-top: 8px;
    font-size: 12px;
    font-style: italic;
}

#booksectionkidseatfreeblurb {
    margin-bottom: 15px;
}

    #booksectionkidseatfreeblurb p {
        margin-bottom: 10px;
    }

#booksectionkidseatfreeterms {
    margin-bottom: 15px;
}

#booksectionadditionalsupplements .booksectionadditionalsupplementsquantity {
    white-space: nowrap;
}

#booksearchflights {
    margin-bottom: 10px;
    font-size: 0.8125rem;
    font-weight: 500;
}

.bookadditionalterms {
    margin-top: 10px;
    font-size: 12px;
}

.bookbedtypes {
    margin-bottom: 0px;
}

    .bookbedtypes td {
        margin: 0 7px 0 0;
        font-weight: 500;
    }

#bookcreditcardlogos img {
    margin-right: 3px;
}

.bookchargemessage {
    margin-top: 10px;
}

#bookspecialequipmentheader {
    font-weight: 500;
}

.bookspecialequipment {
    margin-top: 5px;
}



.bookreservationdetailsmessage {
    margin-top: 15px;
}

#bookreservationinfo .bookreservationinfoadditions {
    margin-bottom: 20px;
}

#bookreservationinfo #bookreservationinfosummary table {
    margin-bottom: 0;
}

#bookreservationinfo #bookreservationinfosummary td {
    padding: 0;
}

#bookreservationinfo #bookreservationinfosummary #bookreservationinfosummarytotal {
    text-align: left;
}

    #bookreservationinfo #bookreservationinfosummary #bookreservationinfosummarytotal td {
        padding: 0;
        empty-cells: hide;
    }

/* #region Book Section Panel */
.booksectionsummarypaneltopcontainer {
    margin-bottom: 20px;
}

.booksectionsummarypanelcontainer .booksectionsummarypanel {
    border: solid 1px #d8dde5;
}

.booksectionsummarypanel .booksectionsummarypanelheader {
    padding: 5px;
    text-align: center;
    background: #272727;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: solid 1px #d8dde5;
}

.booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummaryheader {
    padding: 5px;
    background: #E9F0F8;
    font-weight: 500;
    border-bottom: solid 1px #d8dde5;
    text-align: right;
}

    .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummaryheader label {
        float: left;
    }

    .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummaryheader.no-float {
        text-align: left;
    }

        .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummaryheader.no-float label {
            float: none;
        }

.booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummarycontent {
    padding: 5px 0;
    border-bottom: solid 1px #d8dde5;
}

    .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummarycontent .booksectionsummarycontentitem {
        padding: 5px;
    }

        .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummarycontent .booksectionsummarycontentitem > div {
            margin-top: 10px;
        }

        .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummarycontent .booksectionsummarycontentitem .bookreservationcruisepromo {
            font-weight: 500;
        }

    .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummarycontent .booksectionsummarycontentheader {
        font-size: 15px;
        font-weight: 500;
    }

    .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummarycontent .booksectionsummarycontentitemhighlighttext span {
        padding: 3px;
        background: yellow;
        font-size: 0.875rem;
    }

    .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummarycontent .booksectionsummarycontentitemhighlight {
        margin-top: 20px;
        margin-bottom: 5px;
        text-align: center;
    }

        .booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummarycontent .booksectionsummarycontentitemhighlight span {
            padding: 3px;
            background: yellow;
            font-size: 11px;
        }

.booksectionsummarypanel .booksectionsummarydeferredcontent {
    padding: 5px 0;
}

    .booksectionsummarypanel .booksectionsummarydeferredcontent .booksectionsummarycontentitem {
        padding: 5px;
        font-size: 12px;
        line-height: 18px;
        text-align: right;
    }

        .booksectionsummarypanel .booksectionsummarydeferredcontent .booksectionsummarycontentitem label {
            float: left;
            font-weight: 500;
        }

        .booksectionsummarypanel .booksectionsummarydeferredcontent .booksectionsummarycontentitem.deferred-total {
            font-size: 18px;
            font-weight: 500;
        }

        .booksectionsummarypanel .booksectionsummarydeferredcontent .booksectionsummarycontentitem.postpayrebate {
            font-size: 18px;
            font-weight: 500;
        }

        .booksectionsummarypanel .booksectionsummarydeferredcontent .booksectionsummarycontentitem.disclaimer {
            text-align: left;
        }

.booksectionsummarypanel .booksectionsummarypanelcontent .booksectionsummarycontent .booksectionsummarycontentdivider {
    height: 1px;
    margin-bottom: 1px;
    border-bottom: solid 1px #d8dde5;
}

.booksectionsummarypanel .booksectionsummarypriceitem {
    padding: 5px;
    font-weight: 500;
    border-bottom: solid 1px #d8dde5;
    background: #E9F0F8;
    text-align: right;
    display: inline-block;
    width: 100%;
}

    .booksectionsummarypanel .booksectionsummarypriceitem.savings-applied {
        background-color: #e2f0d0;
    }

    .booksectionsummarypanel .booksectionsummarypriceitem label {
        float: left;
        text-align: left;
    }

    .booksectionsummarypanel .booksectionsummarypriceitem span {
        padding-left: 5px;
    }

    .booksectionsummarypanel .booksectionsummarypriceitem .booksectionsummarypriceiteminfotip {
        margin-left: 5px;
        padding: 2px 6px;
        text-align: center;
        border-radius: 50%;
        background: #272727;
        color: #fff;
        text-decoration: none;
        font-size: 10px;
        font-weight: 500;
        font-family: Georgia,Times,serif;
        cursor: pointer;
    }

.booksectionsummarypanel .booksectionsummarytotal {
    position: relative;
    text-align: right;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 6px;
}

    .booksectionsummarypanel .booksectionsummarytotal label {
        float: left;
    }

.booksectionsummarypricematch a {
    font-size: 11px;
    font-weight: normal;
}

.booksectionsummarypanel .booksectionsummarytotal span#booksectionsavings {
    color: #77913C;
    font-size: 0.8125rem;
    font-weight: 500;
}

.booksectionsummarypanel #booksectionbestprice {
    background-color: #e2f0d0;
    padding: 10px;
    text-align: center;
}

    .booksectionsummarypanel #booksectionbestprice a {
        font-size: 10px;
        margin-top: 5px;
    }

.booksectionsummarypricematch {
    padding: 10px;
    text-align: center;
    background: #E2F0D0;
}

.booksectionsummarypanel .booksectionsummarytotal .currency-code,
.booksectionsummarypanel .deferred-total .currency-code,
.booksectionsummarypanel .postpayrebate .currency-code,
.booksectionsummarypanel .booksectionsummarytotal .booksectionsummarytotal-usd {
    font-weight: normal;
    font-size: 0.875rem;
}

.booksectionsummarypanel .booksectionsummarytotal .booksectionsummarytotal-usd {
    display: block;
}


.booksectionsummaryearnedpoints {
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    border: solid 1px #d8dde5;
    background-color: #E9F0F8;
    color: #272727;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

    .booksectionsummaryearnedpoints .booksectionsummaryearnedpointscount {
        color: #F37736;
        font-size: 30px;
        line-height: 36px;
    }

.booksectionsummaryretailsavingsearnedpoints {
    margin-bottom: 15px;
    padding: 15px 10px;
    text-align: center;
    border: solid 1px #d8dde5;
    background-color: #E9F0F8;
    color: #272727;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
}

    .booksectionsummaryretailsavingsearnedpoints span.money {
        color: #F37736;
    }
/* #endregion */

/* DEPOSITS */
.bookdepositbanner {
    margin: 0 auto 20px auto;
    background: url('/images/template/booknowbanner_checkoutpage.jpg') no-repeat;
    width: 735px;
    height: 76px;
    position: relative;
}

    .bookdepositbanner div {
        position: absolute;
        top: 20px;
        left: 552px;
        font-size: 20px;
    }

/* booking page upsell*/
.bookingUpsellOptionsBanner {
    height: auto;
    font-size: 1rem;
    margin-bottom: 20px;
    margin-top: 10px;
    /*border: 1px solid #a9d677;*/
}

.bookingUpsellPricingUpsellHeader {
    padding: 5px, 0px, 5px, 0px;
    padding-bottom: 0.25rem;
    color: white;
    background-color: #4b4a4a;
    text-align: left;
    position: relative;
    /*border: 1px solid #a9d677;*/
}

.bookingUpsellPremiumText {
    color: #a9d677;
    font-weight: 400;
    font-size: 18px;
}

.bookingUpsellOptions-header {
    color: white;
    font-weight: 200;
    font-size: 20px;
    padding: 4px;
}

.bookingUpsellIcon {
    color: white;
}

.icon-coin-of-dollar:before {
    line-height: unset;
    font-family: 'sorcustomicomoon' !important;
    content: "\e90c";
    font-size: 22px;
    margin-left: 5px;
    margin-right: 5px;
}

.bookingUpsellUpgradeblurb {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border: 1px solid #a1c15c;
}

/* SEND PACKAGE */
#sendpackageheader {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}



/* MORE DETAILS */
#moredetails table {
    margin-bottom: 0px;
}

#moredetails .moredetailsheader {
    padding: 5px 25px 7px 0px;
    margin: 10px 25px 0px 11px;
    color: #272727;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    border-bottom: solid 1px #c0d0e9;
}

#moredetails .moredetailstext {
    font-size: 11px;
    line-height: 17px;
}

/*#endregion*/

/* #region SURVEYS */
#survey {
    line-height: 20px;
}

    #survey h1 {
        border-bottom: solid 2px;
    }

#surveycontent h1 {
    margin-top: 20px;
}

#surveycontent table {
    margin-bottom: 0px;
}

/* #endregion*/

/* #region RESORT DETAILS */
.weatherwidget {
    padding: 10px;
}

#airportinformation {
    margin: 10px 0px;
}

    #airportinformation td {
        vertical-align: top;
    }

.event p, .event table {
    margin-bottom: 5px;
}

    .event table td {
        padding: 0px 10px 0px 0px;
        vertical-align: top;
    }

.event .eventlocation {
    font-size: 16px;
    font-weight: 500;
}

.event .eventtitle {
    font-size: 15px;
    font-weight: 500;
}

.event .eventdates {
    font-size: 15px;
    font-weight: 500;
}

.eventseparator {
    margin: 10px 0px;
}


#resortdetails #tabs a:hover .tabheader {
    background-position: 0 -50px;
}

#resortdetails #tabs .ui-tabs-selected a .tabheader {
    background-position: 0 0;
}

#resortdetails #tabs a .tabheader span {
    display: block;
    padding: 2px 5px 0 5px;
    text-align: center;
}

#resortdetails #tabs .ui-tabs-panel {
    padding: 5px;
}

/*#endregion*/

/* #region SEARCHES */

#PaymentCurrencyToggleContainer {
    margin-top: 15px;
    background: #E9F0F8;
}

    #PaymentCurrencyToggleContainer table {
        width: 100%;
        margin-bottom: 0;
    }

    #PaymentCurrencyToggleContainer label {
        padding-right: 5px;
    }

/* General Search Stuff */

.searchcontainer {
    position: relative;
    margin-bottom: 15px;
}

.searchboxcontainer {
    z-index: 50;
    position: absolute;
    top: 10px;
    left: 10px;
}

#supplementsearch {
    max-width: 398px;
}

#supplementconsiderheader {
    display: none;
}

#supplementresultspanel .leftwidgets {
    display: none;
}

.supplementresultdescription {
    display: inline;
}

.supplementresultreadmore {
    display: inline;
}

.searchboxcontent .searchfilter {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 12px;
}

.searchbox .searchboxtitle {
    display: none;
}

.searchbox {
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.paymentcurrencyoptions input[type="radio"] {
    margin: 3px 3px 0 3px;
}

.navclubhome .searchbox {
    box-shadow: none;
}

.searchimagecontainer {
    position: relative;
}

.searchimage {
    z-index: 1;
}

    .searchimage img {
        border: 1px solid #D8DDE5;
    }

.searchimagenav {
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 50;
}

    .searchimagenav a, .searchimagenav a:link, .searchimagenav a:active {
        padding: 0px 5px;
        margin-left: 5px;
        color: #b2c2d4;
        background: #b2c2d4;
        border: 1px solid #b2c2d4;
    }

        .searchimagenav a:first-child {
            margin-left: 0px;
        }

        .searchimagenav a.activeSlide {
            color: #d7e4f3;
            background: #d7e4f3;
            border: 1px solid #d7e4f3;
        }

.searchnoresults {
    margin-bottom: 15px;
    font-style: italic;
    color: Red;
}

/* #region RENTALS SEARCH */
#rentalssearch table td {
    padding: 0px 5px 0px 0px;
}

.rentalssearchlocation {
    display: block;
}

.searchboxcontent .searchfilter.rentalssearchcurrencytype {
    display: block;
}

#divPPR1 {
    display: block;
}

#rentalssearch .rentalssearchcontent .rentalssearchroomselection {
    padding-top: 10px;
    border-top: solid 1px #A5A5A5;
}

#rentalssearch .rentalssearchcontent .rentalssearchnowraptext {
    white-space: nowrap;
}

#rentalssearch .rentalssearchcontent .rentalssearchroomselectionlinks {
    margin-top: 5px;
}

    #rentalssearch .rentalssearchcontent .rentalssearchroomselectionlinks a {
        font-size: 12px;
    }

#rentalssearch .rentalssearchcontent #childagesheader {
    padding-top: 10px;
    padding-bottom: 10px;
}

#rentalssearch .rentalssearchcontent .rentalssearchlocation span {
    margin-right: 5px;
}

#rentalssearch .rentalssearchcontent .rentalssearchlocation li {
    margin-left: 0;
    padding-left: 5px;
}

#rentalssearch .rentalssearchcontent .rentalssearchlocation .rentalssearchlocationnotfound {
    margin-top: 10px;
}

#rentalssearch .rentalssearchcontent #childages td {
    width: 50px;
}

.childagesroomheader {
    white-space: nowrap;
}

.rentalssearchcountry {
    color: Red;
}

/* #endregion */

/* #region homes SEARCH */
#homessearch table td {
    padding: 0px 5px 0px 0px;
}

#homessearch .homessearchcontent div {
    margin-top: 10px;
}

    #homessearch .homessearchcontent div div {
        margin-top: 0;
    }

#homessearch .homessearchcontent .homessearchsubheader {
    margin-top: 0;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

#homessearch .homessearchcontent #childagesheader {
    padding-top: 10px;
    padding-bottom: 10px;
}

#homessearch .homessearchcontent .homessearcharrivaldate {
    padding-right: 10px;
}

#homessearch .homessearchcontent #homessearchlocation input {
    margin: -2px 0 0 5px;
}

#homessearch .homessearchcontent #homessearchlocation li {
    margin-left: 0;
    padding-left: 5px;
}

#homessearch .homessearchcontent #homessearchlocation .homessearchlocationnotfound {
    margin-top: 10px;
}

#homessearch .homessearchcontent #childages td {
    width: 50px;
}

#homessearch .homessearchcontent #homessearchbutton {
    width: 80px;
}

#homessearch .homessearchcontent .homessearchcurrencytype label {
    padding-right: 5px;
}

#homessearch #homessearchadvanced td {
    vertical-align: top;
}

.homessearchcountry {
    color: Red;
}
/* #endregion */

/* #region WEEKS */
#exchangehomesearch #searchweeksslider #WeekBedroomsSlider,
#searchweeks #searchweeksslider #WeekBedroomsSlider {
    width: 140px;
}

.weeksearchcountry {
    color: red;
}
/* #endregion */

/* STANDALONE WEEK SEARCH */
#searchweeks table {
    margin-bottom: 0px;
}

    #searchweeks table td {
        padding-left: 0px;
        white-space: nowrap;
    }

#searchweeks #searchweeksheader, #searchweeks .searchweekssubheader {
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
}

#searchweeks #searchweeksnarrow {
    padding-top: 5px;
    font-style: italic;
    font-size: 12px;
}

#searchweeks .searchweekssubheader {
    padding-top: 10px;
}

#searchweeks #searchweeksarrivaldate td {
    padding: 0px 7px 0px 0px;
}

#searchweeks #searchweeksadvanced td {
    vertical-align: top;
}

#searchweeks .searchweekscurrencytype label {
    padding-right: 5px;
}

#trNarrowWeeksText {
    display: block;
}

.searchfilter.showweeksselection {
    display: block;
}

.searchfilter.searchcurrencytype.weeklystaypaymentcurrency {
    display: block;
}

/* #region FLIGHT SEARCH */
#flightsearch {
    position: relative;
}

    #flightsearch table {
        margin-bottom: 0px;
    }

        #flightsearch table td {
            padding: 0 5px 5px 0;
        }

        #flightsearch table table td {
            padding: 0 7px 5px 0;
        }

        #flightsearch table #flightsearchadvanced table td {
            padding: 0 5px 5px 0;
        }

    #flightsearch .flightsearchheader {
        padding-top: 5px;
        padding-bottom: 10px;
        font-size: 0.875rem;
        font-weight: 500;
    }

    #flightsearch .flightsearchsubheader {
        margin-top: 10px;
    }

    #flightsearch .flightsearchpassengertypes span {
        font-size: 10px;
    }

    #flightsearch .flightsearchcurrencytype {
        padding-right: 0;
    }

        #flightsearch .flightsearchcurrencytype select {
            margin-right: 5px;
        }

        #flightsearch .flightsearchcurrencytype label {
            padding-right: 5px;
        }

.searchboxcontent .flightsearchcurrencytype {
    display: block;
}
/* #endregion */

/* CRUISE SEARCH */
#cruiserequestform .cruiserequestcontentheader {
    display: none;
}

/* EXCHANGE SEARCH */
#exchangesearch table {
    margin-bottom: 0px;
}

    #exchangesearch table td {
        padding: 0 5px 12px 0;
    }

    #exchangesearch table table td {
        padding: 0 7px 0 0;
    }

#exchangesearch #exchangesearchheader {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

#exchangesearch #exchangesearchnarrow {
    padding-top: 5px;
    font-style: italic;
    font-size: 12px;
}

#exchangesearch .exchangesearchcountry {
    color: Red;
}

#exchangesearch .exchangesearchsubheader {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* SUPPLEMENT SEARCH */

#supplementsearch #supplementsearchheader {
    padding-top: 5px;
    padding-bottom: 10px;
}

#supplementsearch .supplementsearchcurrencytype label {
    padding-right: 5px;
}

#supplementsearch .supplementsearchsubheader {
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

/* TOUR SEARCH */
#toursearch table {
    margin-bottom: 0px;
}

    #toursearch table td {
        padding: 0 5px 5px 0;
    }

    #toursearch table table td {
        padding: 0 7px 3px 0;
    }

#toursearch #toursearchheader {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

#toursearch .toursearchcurrencytype label {
    padding-right: 5px;
}

#toursearch .toursearchsubheader {
    padding-top: 10px;
    font-weight: 500;
}

#toursearch .searchbutton {
    margin-top: 8px;
}

#toursearch .toursearchslider {
    width: 100%;
}

    #toursearch .toursearchslider #TourDaysSlider {
        width: 160px;
    }

    #toursearch .toursearchslider #TourPaceSlider {
        width: 245px;
    }

/* #region EMAIL OFFER */
#emailoffer {
    margin-bottom: 0px;
}

    #emailoffer #emailofferblurb {
        padding-bottom: 10px;
    }

#emailoffermessage {
    margin-bottom: 0px;
}

/* #endregion*/

/* #region CONTACT ME */
#contactme, #contactmemessage {
    margin-bottom: 0px;
}

/* #endregion */

/* #region ADS */
#playaad {
    width: 303px;
    height: 112px;
    margin-bottom: 20px;
    padding: 0px;
    background: transparent url(/images/template/playaad.jpg) no-repeat;
    border: solid 1px #d8dde5;
    cursor: pointer;
}

.crosssell, .crosssell:link, .crosssell:hover {
    text-decoration: none;
}

.crosssellrentals {
    width: 297px;
    height: 84px;
    margin-bottom: 10px;
    padding: 0px;
    cursor: pointer;
    background: transparent url(/images/template/crosssellrentals.png) no-repeat;
}

.crosssellweeks {
    width: 297px;
    height: 84px;
    margin-bottom: 10px;
    padding: 0px;
    cursor: pointer;
    background: transparent url(/images/template/crosssellweeks.png) no-repeat;
}

.crosssellcity {
    position: relative;
    top: 7px;
    left: 45px;
    color: #272727;
    font-size: 19px;
    font-weight: 500;
}

#weeksad, #newyorkcityad {
    width: 223px;
    height: 94px;
    margin-bottom: 20px;
    cursor: pointer;
}

#weeksad {
    background: transparent url(/images/contests/weeks/weeksad.jpg) no-repeat;
}

#newyorkcityad {
    background: transparent url(/images/contests/newyorkcity/newyorkcityad.jpg) no-repeat;
}

.crosssellflights {
    width: 304px;
    height: 191px;
    background: transparent url(/images/template/flightslarge.png) no-repeat;
}

/* #endregion*/

/* #region LOADING PAGE */
#loading {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#loadingpage {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -332px;
    width: 663px;
    height: 380px;
    padding: 0px;
    z-index: 1002;
    overflow: hidden;
}

#loadingpagebackground {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #000;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.loadingpagespacer {
    height: 300px;
}

.genericloadingpage {
    text-align: center;
}

    .genericloadingpage .genericloadingpagetext {
        margin-top: 50px;
        color: #272727;
        font-size: 24px;
        font-weight: 500;
        line-height: 22px;
    }

    .genericloadingpage .genericloadingpagegraphic {
        margin-top: 10px;
    }

#loadingpanel {
    width: 100%;
    text-align: center;
}
/* #endregion*/

/* #region CURRENCY CONVERTER */
#currencyconverter table {
    margin-bottom: 5px;
}

    #currencyconverter table td {
        padding-left: 0px;
    }

#currencyconverter p {
    margin-bottom: 0px;
}

#currencyconverterrate {
    font-weight: 500;
    font-size: 0.875rem;
}
/*#endregion*/

/* #region MAP */
#googlemap table span {
    font-size: 16px;
    font-weight: 500;
}

#googlemap #googlemapresortname {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #272727;
}

#googlemap #geolocation td {
    padding-top: 10px;
}

    #googlemap #geolocation td, #googlemap #geolocation td a {
        font-size: 17px;
    }

#googlemap .googlemaplocations {
    padding-top: 20px;
}

    #googlemap .googlemaplocations div {
        padding-top: 5px;
    }
/*#endregion*/

/* #region CRUISE, GROUP TRAVEL, and PERSONAL CONCIERGE FORMS */
/*#region Cruise Requests*/


.left-column {
    vertical-align: top;
}

.right-column {
    padding-left: 35px;
    vertical-align: top;
}

    .right-column .request-form > tbody > tr > td {
        padding-bottom: 10px;
    }

.sub-table td {
    padding-bottom: 10px;
    padding-left: 0px;
}

.sub-table tr:last-child td {
    padding-bottom: 0px;
}

/*#endregion*/

/* #endregion */

/* #region SPRITED IMAGES */


.stars0 {
    display: none;
}

.starswhitetext0 {
    display: none;
}

.starswhitetext3 {
    background: url(/images/template/stars.png) 0px -64px no-repeat;
    width: 101px;
    height: 16px;
}

.starswhitetext35 {
    background: url(/images/template/stars.png) 0px -144px no-repeat;
    width: 101px;
    height: 16px;
}

.starswhitetext4 {
    background: url(/images/template/stars.png) 0px -32px no-repeat;
    width: 101px;
    height: 16px;
}

.starswhitetext45 {
    background: url(/images/template/stars.png) 0px -112px no-repeat;
    width: 101px;
    height: 16px;
}

.starswhitetext5, .starswhitetext6 {
    background: url(/images/template/stars.png) 0px -48px no-repeat;
    width: 101px;
    height: 16px;
}

.step1 {
    background: url(/images/template/checkmarks.png) 0px 0px no-repeat;
    width: 58px;
    height: 50px;
}

.step2 {
    background: url(/images/template/checkmarks.png) -58px 0px no-repeat;
    width: 58px;
    height: 50px;
}

.step3 {
    background: url(/images/template/checkmarks.png) -116px 0px no-repeat;
    width: 58px;
    height: 50px;
}

.step1complete {
    background: url(/images/template/checkmarks.png) -174px 0px no-repeat;
    width: 61px;
    height: 49px;
}

.step2complete {
    background: url(/images/template/checkmarks.png) -235px 0px no-repeat;
    width: 60px;
    height: 49px;
}

/* SMALL IMAGES */
.bullet {
    background: url(/images/template/bullet.png) no-repeat;
    width: 9px;
    height: 9px;
}

.checkmark1 {
    background: url(/images/icons/general/checkmark1.png) no-repeat;
    width: 19px;
    height: 19px;
}

.checkmarkblue {
    background: url(/images/icons/general/checkmarkblue1.png) no-repeat;
    width: 29px;
    height: 35px;
}

.creditcards {
    background: url(/images/creditcards/standard.png) no-repeat;
    width: 148px;
    height: 31px;
}

.carrot {
    background: url(/images/icons/general/carrot.png) no-repeat;
    width: 11px;
    height: 11px;
}

.arrow {
    background: url(/images/icons/general/arrow.png) no-repeat;
    width: 17px;
    height: 17px;
}

.orangearrow {
    background: url(/images/icons/general/orangearrow.png) no-repeat;
    width: 4px;
    height: 8px;
}

.calendar {
    background: url(/images/icons/general/calendar.png) no-repeat;
    width: 16px;
    height: 15px;
}

.questionmark {
    background: url(/images/icons/general/questionmark.png) no-repeat;
    width: 11px;
    height: 12px;
    cursor: pointer;
}

.facebooktext {
    background: url(/images/icons/general/facebooktext.png) no-repeat;
    width: 79px;
    height: 17px;
    cursor: pointer;
}

.blueenvelope {
    background: url(/images/icons/general/blueenvelope.png) no-repeat;
    width: 18px;
    height: 10px;
    cursor: pointer;
}

.checkmarkorange {
    background: url(/images/icons/general/checkmarkorange.png) no-repeat;
    width: 22px;
    height: 23px;
}

.bluearrowleftsmall {
    background: url(/images/icons/general/bluearrowleftsmall.png) no-repeat;
    width: 18px;
    height: 14px;
    cursor: pointer;
}

.bluearrowrightsmall {
    background: url(/images/icons/general/bluearrowrightsmall.png) no-repeat;
    width: 18px;
    height: 14px;
    cursor: pointer;
}

.plussign {
    background: url(/images/icons/general/plussignblue.png) no-repeat;
    width: 21px;
    height: 22px;
    cursor: pointer;
}

.plussigngrey {
    background: url(/images/icons/general/plussigngrey.png) no-repeat;
    width: 21px;
    height: 22px;
    cursor: pointer;
}

.checkmarkblue1 {
    background: url(/images/icons/general/checkmarkblue2.png) no-repeat;
    width: 21px;
    height: 21px;
}

/* BUTTONS */

a.buttons_standardblue, a.buttons_largeblue, a.buttons_standardorange, a.buttons_largeorange, a.buttons_standardgrey, a.buttons_largegrey {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 0px 2px 4px 0px #ccc;
    border: 2px solid #d8dde5;
    display: inline-block;
    color: #fff !important;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 6px 16px;
    text-decoration: none !important;
    line-height: 16px;
    white-space: nowrap;
    font-style: normal !important;
    border-radius: 4px;
}

a.buttons_standardblue, a.buttons_largeblue {
    background-color: #272727;
    border: 1px solid #272727;
}

a.buttons_standardorange, a.buttons_largeorange {
    background-color: #F37736;
    border: 1px solid #F37736;
}

a.button-disabled {
    background-color: darkgray !important;
    border: 1px solid darkgray !important;
    pointer-events: none;
}

a.buttons_standardgrey, a.buttons_largegrey {
    background-color: #A5A5A5;
    border: 1px solid #A5A5A5;
}

a.buttons_largeblue, a.buttons_largeorange, a.buttons_largegrey {
    font-size: 16px !important;
    line-height: 20px !important;
    border-radius: 4px;
}

    a.buttons_standardblue:hover, a.buttons_largeblue:hover, a.buttons_standardorange:hover, a.buttons_standardgrey:hover, a.buttons_largeorange:hover, a.buttons_largegrey:hover {
        text-decoration: none !important;
    }

/* ARROWS */

/* BULLETS */
.firstbullet {
    background: url(/images/template/numberedbullets.png) 0px 0px no-repeat;
    width: 42px;
    height: 42px;
}

.secondbullet {
    background: url(/images/template/numberedbullets.png) -42px 0px no-repeat;
    width: 42px;
    height: 42px;
}

.thirdbullet {
    background: url(/images/template/numberedbullets.png) -84px 0px no-repeat;
    width: 42px;
    height: 42px;
}

.firstbulletsmall {
    background: url(/images/template/numberedbullets.png) 0px -42px no-repeat;
    width: 32px;
    height: 32px;
}

.secondbulletsmall {
    background: url(/images/template/numberedbullets.png) -32px -42px no-repeat;
    width: 32px;
    height: 32px;
}

.thirdbulletsmall {
    background: url(/images/template/numberedbullets.png) -64px -42px no-repeat;
    width: 32px;
    height: 32px;
}

.firstbulletextrasmall {
    background: url(/images/template/numberedbullets.png) 0px -74px no-repeat;
    width: 24px;
    height: 23px;
}

.secondbulletextrasmall {
    background: url(/images/template/numberedbullets.png) -24px -74px no-repeat;
    width: 24px;
    height: 23px;
}

.thirdbulletextrasmall {
    background: url(/images/template/numberedbullets.png) -48px -74px no-repeat;
    width: 24px;
    height: 23px;
}

/* ORLANDO CATEGORIES */
.orlandodisney {
    background: url(/images/template/spriteorlando.png) 0px 0px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandouniversal {
    background: url(/images/template/spriteorlando.png) -49px 0px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandoseaworld {
    background: url(/images/template/spriteorlando.png) -98px 0px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandoyouchoose {
    background: url(/images/template/spriteorlando.png) -0px -49px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandocombo {
    background: url(/images/template/spriteorlando.png) -49px -49px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandowaterpark {
    background: url(/images/template/spriteorlando.png) -98px -49px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandobuschgardens {
    background: url(/images/template/spriteorlando.png) -0px -98px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandonopreview {
    background: url(/images/template/spriteorlando.png) -49px -98px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandospa {
    background: url(/images/template/spriteorlando.png) -98px -98px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandonewlabel {
    position: absolute;
    top: 180px;
    left: 462px;
    background: url(/images/template/newiconlabel.png) no-repeat;
    width: 44px;
    height: 30px;
}

.orlandohalloween {
    background: url(/images/template/spriteorlando.png) -49px -147px no-repeat;
    width: 49px;
    height: 49px;
}

.orlandochristmas {
    background: url(/images/template/spriteorlando.png) -98px -147px no-repeat;
    width: 49px;
    height: 49px;
}


.cancunallinclusive {
    background: url(/images/template/spritecancun.jpg) 0px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.cancunspa {
    background: url(/images/template/spritecancun.jpg) -49px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.cancunbeach {
    background: url(/images/template/spritecancun.jpg) -98px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.cancunnonallinclusive {
    background: url(/images/template/spritecancun.jpg) 0px -48px no-repeat;
    width: 49px;
    height: 48px;
}

.cancunkidfriendly {
    background: url(/images/template/spritecancun.jpg) -49px -48px no-repeat;
    width: 49px;
    height: 48px;
}

.cancunadultsonly {
    background: url(/images/template/spritecancun.jpg) -98px -48px no-repeat;
    width: 49px;
    height: 48px;
}

.cancunluxury {
    background: url(/images/template/spritecancun.jpg) 0px -96px no-repeat;
    width: 49px;
    height: 48px;
}

.cancunnewlabel {
    position: absolute;
    top: 180px;
    left: 280px;
    background: url(/images/template/newiconlabel.png) no-repeat;
    width: 44px;
    height: 30px;
}

.cancunnopreview {
    background: url(/images/template/spritecancun.jpg) -98px -96px no-repeat;
    width: 49px;
    height: 48px;
}


.playadelcarmenallinclusive {
    background: url(/images/template/spriteplayadelcarmen.jpg) 0px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.playadelcarmenspa {
    background: url(/images/template/spriteplayadelcarmen.jpg) -49px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.playadelcarmenbeach {
    background: url(/images/template/spriteplayadelcarmen.jpg) -98px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.playadelcarmennonallinclusive {
    background: url(/images/template/spriteplayadelcarmen.jpg) 0px -48px no-repeat;
    width: 49px;
    height: 48px;
}

.playadelcarmenkidfriendly {
    background: url(/images/template/spriteplayadelcarmen.jpg) -49px -48px no-repeat;
    width: 49px;
    height: 48px;
}

.playadelcarmenvilla {
    background: url(/images/template/spriteplayadelcarmen.jpg) -98px -48px no-repeat;
    width: 49px;
    height: 48px;
}

.playadelcarmenluxury {
    background: url(/images/template/spriteplayadelcarmen.jpg) 0px -96px no-repeat;
    width: 49px;
    height: 48px;
}


.puertovallartaallinclusive {
    background: url(/images/template/spritepuertovallarta.jpg) 0px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.puertovallartabeach {
    background: url(/images/template/spritepuertovallarta.jpg) -98px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.puertovallartanonallinclusive {
    background: url(/images/template/spritepuertovallarta.jpg) 0px -48px no-repeat;
    width: 49px;
    height: 48px;
}

.puertovallartakidfriendly {
    background: url(/images/template/spritepuertovallarta.jpg) -49px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.puertovallartaspa {
    background: url(/images/template/spritepuertovallarta.jpg) -49px -48px no-repeat;
    width: 49px;
    height: 48px;
}

.puertovallartaalternativelifestyle {
    background: url(/images/template/spritepuertovallarta.jpg) -98px -48px no-repeat;
    width: 49px;
    height: 48px;
}

.puertovallartanopreview {
    background: url(/images/template/spritepuertovallarta.jpg) 0px -96px no-repeat;
    width: 49px;
    height: 48px;
}


.pigeonforgeparksandattractions {
    background: url(/images/template/spritepigeonforge.png) 0px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.pigeonforgeshowsandtheaters {
    background: url(/images/template/spritepigeonforge.png) -49px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.bransonparksandattractions {
    background: url(/images/template/spritebranson.png) 0px 0px no-repeat;
    width: 49px;
    height: 48px;
}

.bransonshowsandtheaters {
    background: url(/images/template/spritebranson.png) -49px 0px no-repeat;
    width: 49px;
    height: 48px;
}


.giftcategory1, .giftcategory2, .giftcategory3, .giftcategory4, .giftcategory5 {
    background: url(/images/template/giftcategories/orlando.png) no-repeat;
    width: 225px;
    height: 50px;
}

.giftcategory1 {
    background-position: 0px 0px;
}

    .ui-tabs-selected .giftcategory1,
    .giftcategory1:hover {
        background-position: -225px 0px;
    }

.giftcategory2 {
    background-position: 0px -50px;
}

    .ui-tabs-selected .giftcategory2,
    .giftcategory2:hover {
        background-position: -225px -50px;
    }

.giftcategory3 {
    background-position: 0px -200px;
}

    .ui-tabs-selected .giftcategory3,
    .giftcategory3:hover {
        background-position: -225px -200px;
    }

.giftcategory4 {
    background-position: 0px -100px;
}

    .ui-tabs-selected .giftcategory4,
    .giftcategory4:hover {
        background-position: -225px -100px;
    }

.giftcategory5 {
    background-position: 0px -150px;
}

    .ui-tabs-selected .giftcategory5,
    .giftcategory5:hover {
        background-position: -225px -150px;
    }

.giftcategory8, .giftcategory9 {
    background: url(/images/template/giftcategories/branson.png) no-repeat;
    width: 222px;
    height: 49px;
}

.giftcategory8 {
    background-position: 0px 0px;
}

    .ui-tabs-selected .giftcategory8,
    .giftcategory8:hover {
        background-position: -222px 0px;
    }

.giftcategory9 {
    background-position: 0px -49px;
}

    .ui-tabs-selected .giftcategory9,
    .giftcategory9:hover {
        background-position: -222px -49px;
    }

.giftcategory6, .giftcategory7 {
    background: url(/images/template/giftcategories/pigeonforge.png) no-repeat;
    width: 222px;
    height: 49px;
}

.giftcategory6 {
    background-position: 0px 0px;
}

    .ui-tabs-selected .giftcategory6,
    .giftcategory6:hover {
        background-position: -222px 0px;
    }

.giftcategory7 {
    background-position: 0px -49px;
}

    .ui-tabs-selected .giftcategory7,
    .giftcategory7:hover {
        background-position: -222px -49px;
    }

/* MISC */

.cameraicon {
    background: url(/images/template/cameraicon.png) no-repeat;
    width: 19px;
    height: 15px;
}

.phoneicon {
    background: url(/images/template/phoneicon.png) no-repeat;
    width: 25px;
    height: 43px;
}

.envelopeicon {
    background: url(/images/template/envelopeicon.png) no-repeat;
    width: 40px;
    height: 24px;
}
/*#endregion*/

/* #region JQUERY CONTROLS */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-datepicker {
    z-index: 9000 !important;
    padding: 10px 10px 10px 10px;
    color: #272727;
}

    .ui-datepicker a {
        line-height: 23px;
    }

.ui-widget-content {
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
}

    .ui-state-disabled, .ui-widget-content .ui-state-disabled {
        background-image: none;
    }

        .ui-state-disabled, .ui-widget-content .ui-state-disabled .ui-state-default {
            color: #E0E0E0;
        }

            .ui-state-disabled .ui-icon {
                opacity: .35;
                filter: Alpha(Opacity=35);
            }

    .ui-state-default, .ui-widget-content .ui-state-default {
        background: #ffffff;
        font-weight: 500;
        color: #272727;
        outline: none;
    }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
        background-color: #272727;
        font-weight: 500;
        color: #ffffff;
        outline: none;
    }

#tabs.ui-widget-content {
    border: none;
}

    #tabs.ui-state-active, #tabs.ui-widget-content .ui-state-active, #tabs.ui-state-hover, #tabs.ui-widget-content .ui-state-hover {
        background: none;
    }

    #tabs.ui-widget-content .ui-datepicker .ui-state-hover, #tabs.ui-widget-content .ui-datepicker .ui-state-active {
        background-color: #272727;
    }

.ui-tabs {
    padding: .2em;
    zoom: 1;
}

    .ui-tabs .ui-tabs-nav {
        list-style: none;
        position: relative;
        padding: 0;
    }

        .ui-tabs .ui-tabs-nav li {
            position: relative;
            float: left;
            border-bottom-width: 0 !important;
            margin: 0 .2em -1px 0;
            padding: 0;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                padding-bottom: 1px;
                border-bottom-width: 0;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                    line-height: 23px;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
                line-height: 23px;
            }
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
        padding: 0;
        display: block;
        border-width: 0;
        background: none;
        border: solid 1px #d8dde5;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }

.ui-tabs-vertical {
    width: 55em;
}

    .ui-tabs-vertical .ui-tabs-nav {
        padding: .2em .1em .2em .2em;
        float: left;
        width: 12em;
    }

        .ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-bottom-width: 1px !important;
            border-right-width: 0 !important;
            margin: 0 -1px .2em 0;
        }

            .ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
            }

            .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
                border-right-width: 1px;
            }

    .ui-tabs-vertical .ui-tabs-panel {
        padding: 1em;
        float: right;
        width: 40em;
    }

#ui-datepicker-div {
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0px;
    margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-title select {
        font-size: 0.8125rem;
        margin: 1px 0;
    }

        .ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
            margin-left: 0px;
        }

        .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
            margin-left: 8px;
        }

.ui-datepicker table {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
}

.ui-datepicker th {
    border: 1px solid #272727;
    padding: 3px;
    text-align: center;
    font-weight: 500;
    border: 0;
    background-color: #272727;
    color: #fff;
}

.ui-datepicker td {
    border: 0;
    padding: 0px;
    border: 1px solid #CCCCCC;
    height: 20px;
}

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: 0px;
        text-align: center;
        text-decoration: none;
    }



.ui-datepicker .ui-datepicker-prev {
    left: 0px;
}

.ui-datepicker .ui-datepicker-next {
    right: 0px;
}

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        top: 0px;
        cursor: pointer;
    }

.ui-datepicker .ui-state-disabled span, .ui-datepicker .ui-state-disabled span {
    cursor: default;
}

.ui-datepicker .ui-datepicker-prev span {
    left: 0px;
}

.ui-datepicker .ui-datepicker-next span {
    right: 0px;
}

.ui-datepicker .ui-icon {
    width: 27px;
    height: 22px;
}

.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 5px;
    width: 27px;
    height: 20px;
    background: #272727;
    color: #ffffff;
    text-align: center;
    font-size: 23px;
}

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        top: -3px;
    }

.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 5px;
    width: 27px;
    height: 20px;
    background: #272727;
    color: #ffffff;
    text-align: center;
    font-size: 23px;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    background: #F37736;
}

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default {
    background: #ffffff;
    font-weight: 500;
    color: #272727;
    outline: none;
    line-height: 20px;
}

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-state-focus {
    background-color: #272727;
    font-weight: 500;
    color: #ffffff;
    outline: none;
}

.ui-datepicker .ui-datepicker-group {
    width: 225px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
    display: block;
}

.ui-icon-circle-triangle-w {
    background-position: -121px -154px;
}

.ui-icon-circle-triangle-e {
    background-position: -121px -176px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    color: #fff;
    background-color: #272727;
    outline: none;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        outline: none;
        text-decoration: none;
    }

.ui-widget-content .ui-datepicker-today {
    background-color: #D7E4F3;
}

    .ui-widget-content .ui-datepicker-today .ui-state-default {
        background-color: #D7E4F3;
        color: #333;
    }

.ui-widget-overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #000;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block;
        /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
        /*width: 100%;*/
        /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
        line-height: 16px;
        overflow: hidden;
    }

.ac_over {
    background-color: #272727;
    color: white;
}

div.calendareventeven,
div.calendareventeven a {
    background-color: #272727;
}

div.calendareventodd,
div.calendareventodd a {
    background-color: #F37736;
}

.fc-event-hori {
    margin-bottom: 10px !important;
}



.ui-autocomplete {
    cursor: pointer;
    z-index: 200 !important;
    max-width: 300px !important;
    position: absolute !important;
}

.ui-menu {
    list-style: none outside none;
}

    .ui-menu .ui-menu-item {
        margin: 0;
    }

        .ui-menu .ui-menu-item a {
            display: block;
            line-height: 20px;
            padding: 3px;
            text-decoration: none;
            color: #000;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-focus,
            .ui-menu .ui-menu-item a.ui-state-active {
                color: #fff;
            }

        .ui-menu .ui-menu-item .ui-corner-all {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
        }

        .ui-menu .ui-menu-item .ui-state-hover,
        .ui-menu .ui-menu-item .ui-state-focus {
            font-weight: normal;
        }

.ui-jqgrid .ui-widget-header {
    background: #f6a828;
    color: #fff;
    font-weight: 500;
}

.ui-jqgrid .ui-state-default,
.ui-jqgrid .ui-widget-content .ui-state-default,
.ui-jqgrid .ui-widget-content .ui-state-hover {
    background: #f6f6f6;
    font-weight: 500;
    border: solid 1px #ccc;
    border-left: none;
    color: #272727;
}

.ui-jqgrid .ui-widget-content {
    color: #000;
}

.ui-jqgrid tr.jqgrow td,
.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    white-space: normal !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto !important;
}

.ui-slider {
    position: relative;
    text-align: left;
    margin: 5px 0;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        background: #272727;
        z-index: 1;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        font-size: .7em;
        display: block;
        border: 0;
        background: #d7e4f3;
    }

    .ui-slider .ui-slider-handle .display {
        position: relative;
        top: -20px;
        font-size: 11px;
        text-align: center;
    }

    .ui-slider .ui-slider-handle.ui-state-active .display {
        color: black;
    }

.ui-slider-horizontal {
    height: .8em;
    margin-left: 0.6em;
    margin-right: 0.6em;
    margin-top: 35px;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-progressbar {
    height: 20px;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        height: 100%;
        background: #F37736;
    }
/*#endregion*/

/*#region Inline Validation Messaging*/
.inline-validation {
    background-color: #FCF8E3;
    /*border: 1px solid #FBEED5;*/
    border: 1px solid #f25c2a;
    border-radius: 4px 4px 4px 4px;
    color: #f25c2a;
    padding: 3px 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.inline-validation-warning {
    background-color: #F2DEDE;
    /*border-color: #EED3D7;*/
    border-color: #B94A48;
    color: #B94A48;
}

.inline-validation-success {
    background-color: #DFF0D8;
    /*border-color: #D6E9C6;*/
    border-color: #468847;
    color: #468847;
}
/*#endregion*/

body.italian .loading-panel, body.portuguese .loading-panel, body.french .loading-panel {
    height: 200px;
}

.loading-panel .title {
    margin-top: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}

.loading-panel .primary-text {
    margin: 10px;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: 500;
}


.loading-panel span.secondary-text {
    display: block;
}

.loading-bar {
    border-radius: 3px;
    width: 300px;
    height: 15px;
    background: #efefef;
    border: 1px solid #ccc;
    padding: 2px;
    position: relative;
    overflow: hidden;
    margin: 20px auto 0;
    -moz-box-shadow: 0px 0px 6px 1px #aaa;
    -webkit-box-shadow: 0px 0px 6px 1px #aaa;
    box-shadow: 0px 0px 6px 1px #aaa;
}

.loading-bar-container {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

    .loading-bar-container > .animated-bar {
        width: 0;
        height: 100%;
        background: #F37736;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 30px;
        font-weight: 500;
        font-size: 0.7em;
    }

/* #region Payment Currency Selector */
.search-currency-type {
    padding: 8px 0;
}

.search-result-paymentoptions label {
    font-weight: 400;
}

    .search-result-paymentoptions label::after {
        content: "\A";
        white-space: pre;
    }

    .search-result-paymentoptions label::before {
        content: " ";
        white-space: pre;
    }

/* #endregion */



/* #region Tables */
div.table {
    display: table;
}

    div.table > div {
        display: table-row;
    }

        div.table > div > div {
            display: table-cell;
            padding: 3px 7px 3px 0;
        }
/* #endregion */

/* #region footer */
div#footer {
    position: relative;
}

    div#footer h3 {
        font-size: 1rem;
        color: #fff;
        margin-bottom: 0px;
    }

.footer-links {
    padding: 0.25rem;
}

    .footer-links ul li {
        display: inline;
        list-style-type: none;
        margin: 0px;
        padding: 0 11px;
    }


.social-links li {
    display: inline;
    list-style-type: none;
}

    .social-links li a {
        padding: 0.25rem;
        font-size: 1.5rem !important;
    }

footer .top-footer {
    padding: 0.25rem;
}
/* #endregion */

.radio-button-group-horizontal {
    margin-left: 5px;
}

    .radio-button-group-horizontal input[type=radio] {
        margin-left: 5px;
        margin-right: 3px;
    }

    .radio-button-group-horizontal label {
        margin-right: 5px;
    }

#colorbox.custom-popup {
    box-shadow: none;
}

.custom-popup {
    box-shadow: none;
}

    .custom-popup #cboxContent, .custom-popup #cboxLoadedContent {
        background: transparent;
    }

    .custom-popup .custom-popup-container {
        background-color: #fff;
        background-image: url("/images/custom-popup-background.png");
        box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.68);
        min-height: 350px;
        position: relative;
    }

    .custom-popup .custom-popup-inner-content {
        padding: 28px;
        text-align: center;
    }

        .custom-popup .custom-popup-inner-content strong {
            font-weight: 600;
        }

        .custom-popup .custom-popup-inner-content span {
            font-size: 18px;
            margin: 8px;
            display: block;
            line-height: 1.25;
        }

            .custom-popup .custom-popup-inner-content span:first-child {
                font-size: 24px;
                color: #1c469a;
            }

            .custom-popup .custom-popup-inner-content span:nth-child(2) {
                color: #04c4db;
            }

    .custom-popup .custom-popup-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .custom-popup .custom-popup-footer a.button {
            font-size: 24px !important;
            padding: 14px 48px;
        }

    .custom-popup .custom-popup-hide-link {
        display: block;
        padding: 8px;
    }

.resultscountheader {
    margin-top: 20px;
}

@media screen and (min-width: 375px) {
    .custom-popup .custom-popup-container {
        min-height: 275px;
    }
}

@media screen and (min-width: 768px) {
    .custom-popup .custom-popup-container {
        min-height: 325px;
    }

    .custom-popup .custom-popup-inner-content {
        padding: 28px;
        text-align: center;
    }

        .custom-popup .custom-popup-inner-content strong {
            font-weight: 600;
        }

        .custom-popup .custom-popup-inner-content span {
            font-size: 2rem;
            margin: 8px;
            display: block;
            line-height: 1.25;
        }

            .custom-popup .custom-popup-inner-content span:first-child {
                font-size: 36px;
                color: #1c469a;
            }

            .custom-popup .custom-popup-inner-content span:nth-child(2) {
                font-size: 28px;
                color: #04c4db;
            }

    .custom-popup .custom-popup-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .custom-popup .custom-popup-footer a.button {
            font-size: 24px !important;
            padding: 14px 48px;
        }

    .custom-popup .custom-popup-hide-link {
        display: block;
        padding: 8px;
    }
}

.has-bluegreen-nav {
    width: 100%;
    position: absolute;
    top: 85px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 3;
    height: 60px
}

.clearable {
    position: relative;
    display: inline-block;
}

    .clearable input[type=text] {
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    background: white;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}

.callout.alert.error-container {
    border-radius: 5px;
    margin-top: 20px;
    border: none;
}

    .callout.alert.error-container span {
        color: red;
    }
/* Spinner */
.loadspinner {
    position: relative;
}

/* (B) LOADING SPINNER OVERLAY */
.loadspinner::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 65%;
    height: 65%;
    /* (B2) LOADING SPINNER */
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='100' title='spinner'%3E%3Cpath d='M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z' /%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    /* (B3) HIDDEN BY DEFAULT */
    opacity: 0;
    visibility: hidden;
    /* (B4) FADE ANIMATION */
    transition: opacity 0.5s;
}

/* (C) SHOW LOADING SPINNER */
.loadspinner.show::before {
    opacity: 1;
    visibility: visible;
}

/*JqueryUI Calendar Icons*/
.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
    width: 16px;
    height: 16px;
    vertical-align: middle;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ddlSelectLocation {
    max-width: 300px;
}
