﻿.NoDisplay {
    display: none;
}

body {
    font-size: 16px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

.cal-not-available {
    color: rgba(145, 52, 44, 0.5);
    background: rgba(250, 170, 170, 0.2);
    text-decoration: line-through;
}

.review-headline {
    font-size: 17px;
    font-weight: bold;
    color: rgb(72,72,72);
}

.review-star {
    color: rgb(53,83,156);
    padding-right: 2px;
}

.details-calendar {
    padding: 10px 10px 20px 10px;
    text-align: center;
    float: left;
}

/* Make the grid flex-based instead of float-based */
.condo-grid-row {
    display: flex;
    flex-wrap: wrap;
}

/* Each condo column is a flex item and stretches with its panel */
.condo-card-col {
    display: flex;
}

/* Full-width town header as a flex item */
.town-header-col {
    flex: 0 0 100%;
}

/* Make panels equal height within their row */
.condo-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    /* Keep footer at the bottom of each equal-height card */
    .condo-panel .panel-footer {
        margin-top: auto;
    }

/* Optional: limit description to a fixed number of lines, no scrollbars */
.condo-description {
    display: -webkit-box;
    -webkit-line-clamp: 9; /* adjust 4–6 lines as you like */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.compare-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.88);
    color: #fff;
    padding: 8px 12px;
    z-index: 9999;
    font-size: 14px;
}

    .compare-bar.hidden {
        display: none;
    }

    .compare-bar .btn {
        padding: 4px 10px;
        font-size: 13px;
    }

/********************************/
/* Pop Overs                    */
/********************************/

.popover-filters {
    max-width: 260px;
    border-radius: 6px;
    border: 1px solid #d9e2ec;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    padding: 0;
}

    /* Subtle arrow styling */
    .popover-filters > .arrow {
        border-bottom-color: #ffffff !important;
    }

    /* Header area */
    .popover-filters .popover-title {
        background: #f7faff;
        font-weight: 600;
        color: #2c5f9e;
        border-bottom: 1px solid #d6e3f3;
        padding: 10px 14px;
        border-radius: 6px 6px 0 0;
    }

    /* Close button styling */
    .popover-filters .popover-close {
        float: right;
        font-size: 18px;
        margin-top: -2px;
        color: #6c6c6c;
    }

        .popover-filters .popover-close:hover {
            color: #333;
        }

    /* Main content */
    .popover-filters .popover-content {
        padding: 12px 14px 14px 14px;
        font-size: 13px;
        line-height: 1.45;
        color: #333;
    }

    /* --- POPUP ARROW FIX --- */

    /* Bottom arrow */
    .popover-filters.bottom > .arrow {
        border-bottom-color: #d9e2ec !important;
    }

        .popover-filters.bottom > .arrow:after {
            border-bottom-color: #ffffff !important;
        }

    /* Top arrow */
    .popover-filters.top > .arrow {
        border-top-color: #d9e2ec !important;
    }

        .popover-filters.top > .arrow:after {
            border-top-color: #ffffff !important;
        }

    /* Left arrow */
    .popover-filters.left > .arrow {
        border-left-color: #d9e2ec !important;
    }

        .popover-filters.left > .arrow:after {
            border-left-color: #ffffff !important;
        }

    /* Right arrow */
    .popover-filters.right > .arrow {
        border-right-color: #d9e2ec !important;
    }

        .popover-filters.right > .arrow:after {
            border-right-color: #ffffff !important;
        }

.popover {
    max-width: 260px;
    border-color: #f0e3a2;
}

.popover-title {
    font-weight: 600;
    background-color: #f7e79d;
    border-bottom: 1px solid #f0e3a2;
}

.popover-content p {
    margin-bottom: 6px;
}


/********************************/
/* Big Quotes                   */
/********************************/

.bigquote {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    margin: 20px;
    padding: 20px;
}

    .bigquote::before,
    .bigquote::after {
        font-size: 60px; /* Size of the quotation marks */
        font-family: Arial, sans-serif;
        color: #555;
    }

    .bigquote::before {
        content: "“"; /* Opening quote */
        position: absolute;
        left: -10px;
        top: -10px;
    }

    .bigquote::after {
        content: "”"; /* Closing quote */
        position: absolute;
        right: -10px;
        bottom: -10px;
    }

/********************************/
/* Search Result Styles         */
/********************************/
.search-photo-rsp {
    width: 360px; /*should match prop thumb*/
    height: 240px; /*should match prop thumb*/
    border-width: 0;
    float: left;
    box-shadow: 1px 2px 2px 1px #444444;
    border: 4px solid #F2EFE0;
}

.review-repeater {
    border: 1px dotted gray;
    padding: 0 10px 0 10px;
    border-radius: 20px;
    box-shadow: 1px 1px 2px 1px rgba(50, 41, 41, 0.32);
}

.condo-review-photo-rsp {
    width: 160px;
    height: 160px;
    border-width: 0;
    float: left;
    clear: both;
    box-shadow: 1px 2px 2px 1px #444444;
    border: 4px solid #F2EFE0;
    border-radius: 50%;
}

/* Image Format Search Results Style    */
.searchimg-photo-rsp {
    box-shadow: 1px 2px 2px 1px #444444;
    border: 4px solid #F2EFE0 !important;
    margin: 5px 5px 5px 5px;
}

.searchresult-price-rsp {
    font-size: 15px;
    color: #1E6101;
    float: right;
    position: relative;
}

.searchresult-beds-rsp {
    width: calc(100% - 360px);
    padding: 0px 0 0px 15px;
    float: left;
    font-size: 14px;
    color: #1E6101;
}

.condo-review-byline-rsp {
    width: calc(100% - 160px);
    padding: 12px 0 0px 15px;
    float: left;
    font-size: 14px;
    color: #1E6101;
}

/* Depends on search-photo-rsp width */
.searchresult-titlerow-rsp {
    width: calc(100% - 360px);
    float: left;
    padding: 0px 5px 0px 15px;
}

.condo-review-titlerow-rsp {
    width: calc(100% - 160px);
    float: left;
    padding: 0px 5px 0px 15px;
}

/* Depends on search-photo-rsp width */
.searchresult-description-rsp {
    font-size: 16px;
    /*line-height: 16pt;*/
    min-width: 320px;
    width: calc(100% - 360px);
    float: left;
    padding: 12px 0px 2px 15px;
    min-height: 103px;
}

.total-price-rsp {
    position: absolute;
    white-space: nowrap;
    top: 100%;
    left: -18px;
    font-size: 17px;
    font-weight: bold;
    color: #086c64;
    font-family: 'Roboto',sans-serif;
}

/* Depends on search-photo-rsp width */
.condo-review-description-rsp {
    font-size: 16px;
    line-height: 16pt;
    min-width: 160px;
    width: calc(100% - 160px);
    float: left;
    padding: 12px 0px 2px 15px;
}

/* responsive too, but did not rename*/
.searchresult-actions {
    float: left;
    padding: 10px 0px 0px 15px;
}

.prop-thumb {
    /* width should match search-photo-rsp*/
    height: auto; /* 166px; should match search-photo-rsp*/
    max-width: 100%;
    box-shadow: 1px 2px 2px 1px rgba(68,68,68,0.3);
    border: 2px solid #FFFFFF !important;
    border-radius: 4px;
}

.island-select td {
    font-weight: normal;
    text-align: left;
    font-size: 8pt;
}

.tx-sortby {
    color: #655940;
}

.tx-search-house-title {
    font-size: 15px;
    color: #6D7811;
    font-weight: bold;
}

.tx-search-house-title-rsp {
    font-size: 18px;
    color: #6D7811;
    font-weight: bold;
}

a.tx-search-house-title {
    font-size: 15px;
    color: #6D7811;
    font-weight: bold;
}

    a.tx-search-house-title:hover {
        font-size: 15px;
        color: #859216;
        font-weight: bold;
    }

.tx-search-price {
    font-size: 15px;
    color: #6D7811;
    font-weight: bold;
    float: right;
}

.tx-search-description {
    font-size: 9pt;
    line-height: 14pt;
    clear: both;
}

.tx-search-description2 {
    font-size: 10pt;
    line-height: 14pt;
    clear: both;
}

.tx-search-specials {
    font-size: 11pt;
    line-height: 10pt;
    padding: 6px;
    background-color: #F5F481;
}

.tx-search-ratings {
    font-size: 9pt;
    color: #655940;
}

.tx-page-numbers {
    color: #B85F00;
}


a.search-sortby {
    color: #655940;
    text-decoration: underline;
}

    a.search-sortby:hover {
        color: #859216;
        text-decoration: underline;
    }


a.search-location {
    font-size: 8pt;
    color: #655940;
    text-decoration: underline;
}

    a.search-location:hover {
        font-size: 8pt;
        color: #859216;
        text-decoration: underline;
    }

a.search-reviews-link {
    color: #B85F00;
    text-decoration: underline;
}

    a.search-reviews-link:hover {
        color: #859216;
        text-decoration: underline;
    }

.ChartText {
    text-align: center;
}

.SearchResultsImageLabel {
    color: #B85F00;
    text-decoration: underline;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    /*background-color:#F2EBCE;*/
}

/********************************/
/* End Search Result Styles */
/********************************/

/********************************/
/* Start Forum Styles */
/********************************/

.forums-padding {
    padding: 5px;
}

.forums-header {
    font-weight: bold;
    text-align: center;
}

a.forums-header /* List of Topics */ {
    color: #515B00;
    text-decoration: underline;
    font-weight: bold;
}

    a.forums-header:hover {
        color: #829101;
        text-decoration: underline;
        font-weight: bold;
    }


.forums-groupings { /* Text under each topic */
    padding: 7px 0px 10px 25px;
}

a.forums-groupings-link /* Topic */ {
    color: #515B00;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: bold;
    line-height: 16pt;
}

    a.forums-groupings-link:hover {
        color: #6D7811;
        text-decoration: underline;
        font-size: 10pt;
        font-weight: bold;
        line-height: 16pt;
    }


a.forums-thread-title {
    color: #515B00;
    text-decoration: underline;
    line-height: 14pt;
}

    a.forums-thread-title:hover {
        color: #6D7811;
        text-decoration: underline;
    }

.forums-title {
    font-weight: bold;
}

.forums-author {
    font-weight: bold;
}

.forums-topic {
    font-weight: bold;
}

.forums-date {
    color: #6D7811;
}

.forums-posting {
    font-weight: normal;
}

select /*drop down box*/ {
    color: #874B17;
    font-size: 10pt;
}

/********************************/
/* End Forum Styles             */
/********************************/

/********************************/
/* Attraction Details           */
/********************************/

.section-attractions {
    margin-bottom: 3rem;
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.important-note {
    background-color: #ebf8ff;
    border-left: 4px solid #38b3ad;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 0 4px 4px 0;
}

.h2-attractions {
    color: #2b797a;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #b99f5017;
}

/********************************/
/* End Attraction Details       */
/********************************/
.datagrid table {
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #A65B1A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagrid {
    font: normal 13px/150% Georgia, Times New Roman, Times, serif;
    overflow: hidden;
}

    .datagrid table td, .datagrid table th {
        padding: 3px 10px;
    }

    .datagrid table thead th {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
        background: -moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
        background-color: #A65B1A;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: bold;
    }

        .datagrid table thead th:first-child {
            border: none;
        }

    .datagrid table tbody td {
        color: #655940;
        border-left: 1px solid #D9CFB8;
        font-size: 13px;
        border-bottom: 1px solid #D9CFB8;
        font-weight: normal;
    }

        .datagrid table tbody td:first-child {
            border-left: none;
        }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }

/********************************/
/* Start Details Page           */
/********************************/

.details-price {
    color: #6D7811;
}

.details-text {
    color: #655940;
    font-size: 10pt;
    line-height: 15pt;
}

a.details-link {
    color: #655940;
    text-decoration: underline;
    line-height: 14pt;
    font-weight: normal;
}

    a.details-link:hover {
        color: #859216;
        text-decoration: underline;
        line-height: 14pt;
        font-weight: normal;
    }

.searchResultsBigImg {
    position: absolute;
    padding: 5px;
    left: 0px;
    top: 0px;
    z-index: 50;
    display: none;
}

/********************************/
/* Details Image Gallery        */
/********************************/

.gallery-panel {
    background-color: #f0e7c0;
    border-radius: 4px;
    border: 2px solid #d3c6a4;
    position: relative;
    text-align: center;
}

.thumbnail-box {
    /*border: 1px solid white;*/
    margin: 15px 15px 15px 15px;
    position: relative;
}

    /* sibling selector        */
    .thumbnail-box:hover > .notdisplayed {
        /*background-color: transparent;
    border: 1px solid gray;*/
        display: block;
    }

.notdisplayed {
    display: none;
}

.thumbnail-box span {
    /*CSS for enlarged image*/
    position: fixed;
    top: 20px;
    margin-left: 25px;
    padding: 2px;
    visibility: hidden;
    /*color: black;*/
    text-decoration: none;
}

    .thumbnail-box span img {
        /*CSS for enlarged image*/
    }

.thumbnail-box:hover span {
    /*CSS for enlarged image*/
    white-space: nowrap;
    /*text-align: center;*/
    visibility: visible;
    z-index: 50;
}

.prop-details-img-rsp {
    box-shadow: 1px 2px 2px 1px #444444;
    border: 4px solid #F2EFE0 !important;
    margin: 4px 4px 4px 4px;
    padding: 0px;
    max-height: 100vh;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    border-radius: 6px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(207, 191, 126, 0.51);
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    }

/********************************/
/* End Details Page             */
/********************************/

/********************************/
/* TownGuides                   */
/********************************/

.townguide {
    line-height: 12.0pt;
    z-index: 50;
    background-color: #F2EAC3;
    width: 495px;
    position: absolute;
    padding: 5px 5px 5px 5px;
    left: 300px;
    top: -500px;
    border: 1px solid gray;
}

/********************************/
/* Start Interactive Maps       */
/********************************/

.map-menu {
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.1);
    background-color: rgba(228,223,223,0.8);
    padding: 3px 3px 3px 3px;
}

.map-menu-dropdown {
    background-color: #F6DE6B;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
}

.map-menu-row {
    background-color: #F2EAC3;
    height: 43px;
}

.map-menu-alt-row {
    height: 43px;
    background-color: #E8DFB6;
}

.legends_box_outer {
    position: absolute;
    top: 76px;
    left: 6px;
    margin: 0px;
    width: 180px;
    height: inherit;
    background: #999999;
}

/* Map Menu Div */
.legends_box {
    position: relative;
    top: -3px;
    left: -2px;
    width: 180px;
    height: inherit;
    background: #F3EBCD;
}

.map_menu {
    padding: 3px 3px 3px 3px;
    font-size: 9.5pt;
    line-height: 11px;
}

.map_poi_preview {
    background: #EADCAE;
    font-size: 7pt;
}

.map_desc_text {
    font-size: 8pt;
}

a.map_prop_pois {
    font-size: 7.5pt;
}

/*********************************/
/* Over rides for google searches*/
/*********************************/

.google-branding {
    float: right;
    color: #676767;
    font-size: 11px;
    margin-right: 2px;
}

/********************************/
/* Start Guides                 */
/********************************/

#guides_outer {
    width: 814px;
    height: inherit;
    margin: 5px 0px 0px 0px;
    padding: 0px; /*top, right, bottom, left */
    text-align: left;
    border: 0px solid #D4C8B0;
}

.guides_left_nav {
    float: left;
    display: block;
    margin: 0px;
    padding: 5px 0px 0px 0px; /*top, right, bottom, left */
    text-align: left;
}


.guides_left_nav_title {
    margin: 0px;
    padding: 0px 5px 0px 5px; /*top, right, bottom, left */
    display: block;
    color: #655940;
    font-weight: bold;
}

a.guides_left_nav_title {
    text-decoration: none;
}

    a.guides_left_nav_title:hover {
        text-decoration: underline;
        font-weight: bold;
    }

.guides_dotted_line {
    margin: 0px;
    padding: 0px;
    display: block;
    width: auto;
    height: 1px;
    background-image: url("images/dotted_line.gif");
}

.guides_left_nav_list {
    margin: 0px;
    padding: 2px 0px 0px 15px; /*top, right, bottom, left */
    display: block;
    color: #655940;
    font-weight: normal;
}

.guides_left_nav a {
    margin: 0px;
    padding: 0px;
    color: #655940;
    font-weight: normal;
    line-height: 14pt;
}

    .guides_left_nav a:hover {
        margin: 0px;
        padding: 0px;
        color: #874B17;
        font-weight: normal;
    }


.guides_content_outer {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 630px;
    /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 630px;
}

.guides_content {
    float: left;
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 20px; /*top, right, bottom, left */
    text-align: left;
    color: #655940;
}

a.guides_poi_districts {
    color: #655940;
    font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
}

    a.guides_poi_districts:hover {
        color: #000000;
        font-weight: bold;
        text-decoration: underline;
        padding-left: 5px;
    }

a.guides_poi_links {
    line-height: 15pt;
    text-decoration: underline;
    font-weight: normal;
}

    a.guides_poi_links:hover {
        line-height: 15pt;
        text-decoration: underline;
        font-weight: normal;
    }
/********************************/
/* End Guides                   */
/********************************/

.benefits-text {
    color: #882427;
    font-weight: bold;
}

.benefits-desc {
}

a.testimonial-from {
    color: #816149;
    text-decoration: none;
    line-height: 12pt;
}

/********************************/
/* API Map Rollover Box         */
/********************************/

.tx-api-house-title {
    color: #6D7811;
    font-weight: bold;
    padding-left: 7px;
    background-color: #F2EAC3;
}

.tx-api {
    color: #6D7811;
    font-weight: normal;
}

.tx-api-attractions {
    color: #6D7811;
    padding-left: 5px;
    background-color: #F2EAC3;
    font-size: 8pt;
}

/********************************/
/* End API Map Rollover Box     */
/********************************/

/* Data Entry */
.DataInputNormalText {
    font-weight: normal;
}

.DataInputWarningText {
    font-weight: bold;
}
/* End Data Entry */

.TARight {
    text-align: right;
}

.TALeft {
    text-align: left;
}

.TACenter {
    text-align: center;
}

/*Parallax Quote
------------------------------------*/
.parallax-quote {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: url(http://www.kauaitourguide.com/assets/img/team/faces.jpg) 50% 0 repeat fixed;
}

    .parallax-quote:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.8);
    }

    .parallax-quote:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: url(http://www.kauaitourguide.com/assets/img/patterns/gridtile.png) repeat;
    }

/*Parallax Quote Inner*/
.parallax-quote-in {
    z-index: 1;
    padding: 0 80px;
    position: relative;
}

    .parallax-quote-in p {
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
    }

        .parallax-quote-in p:after,
        .parallax-quote-in p:before {
            content: ' " ';
            position: absolute;
            font-family: Tahoma;
        }

        .parallax-quote-in p:after {
            margin-left: 3px;
        }

        .parallax-quote-in p:before {
            margin-left: -15px;
        }

    .parallax-quote-in small {
        color: #bbb;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
    }

@media (max-width: 768px) {
    .parallax-quote-in {
        padding: 0 40px;
    }

        .parallax-quote-in p {
            font-size: 20px;
        }
}

/********************************/
/* LiteBox                      */
/********************************/

#lightbox {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

    #lightbox a img {
        border: none;
    }

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer > #hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}

#prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background: transparent url("litebox-1.0/images/blank.gif") no-repeat; /* Trick IE into showing hover */
    display: block;
}

#prevLink {
    left: 0;
    float: left;
}

#nextLink {
    right: 0;
    float: right;
}

#prevLink:hover, #prevLink:visited:hover {
    background: url("litebox-1.0/images/prevlabel.gif") left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
    background: url("litebox-1.0/images/nextlabel.gif") right 15% no-repeat;
}

#imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData {
    padding: 0 10px;
}

    #imageData #imageDetails {
        width: 70%;
        float: left;
        text-align: left;
    }

    #imageData #caption {
        font-weight: bold;
    }

    #imageData #numberDisplay {
        display: block;
        clear: left;
        padding-bottom: 1.0em;
    }

    #imageData #bottomNavClose {
        width: 66px;
        float: right;
        padding-bottom: 0.7em;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html > body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}

/****************************************/
/* asp.net Pagination for bootstrap?    */
/****************************************/
.pagination-bs-asp {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 16px;
}

    .pagination-bs-asp table > tbody > tr > td {
        display: inline;
    }

        .pagination-bs-asp table > tbody > tr > td > a,
        .pagination-bs-asp table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-bs-asp table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-bs-asp table > tbody > tr > td:first-child > a,
        .pagination-bs-asp table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-bs-asp table > tbody > tr > td:last-child > a,
        .pagination-bs-asp table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-bs-asp table > tbody > tr > td > a:hover,
        .pagination-bs-asp table > tbody > tr > td > span:hover,
        .pagination-bs-asp table > tbody > tr > td > a:focus,
        .pagination-bs-asp table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/*********************************************/
/* New Styling in upgrade (HawaiiGaga.css    */
/*********************************************/

/* New Elements  */

.hg-background {
    background-color: #ffffff;
}

.hg-header {
    background-repeat: repeat;
    padding: 0 0 0 0;
    background-color: #fff;
    background-image: url(images/new/headerbackground.jpg);
    background-position: 0 -170px;
}

.vacation-guide-pill {
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 16px;
    padding: 3px 10px 3px 10px;
    background-color: rgba(190,119,211,0.5);
    box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.21), 0 4px 20px 0px rgba(0, 0, 0, 0);
}

.menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background: #f2ebce;
    background-size: 100% 100%;
}

.body-container {
    max-width: 1080px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat;
    background-position: top;
}

.limitsize-rsp {
    max-width: 1080px;
}

.calendar-table-rsp {
    max-width: 100%;
    width: 100%;
}

.home-page-background {
    background-repeat: no-repeat;
    background-position: 0px 50px, top;
}

.home-page-hero {
    background-image: url(images/bighero6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.19);
}

.home-page-button {
    margin-bottom: 10px;
    min-width: 100%;
    color: #337ab7;
    white-space: normal;
}

.body-border {
}

.border-shadow1 {
    border: 1px solid #8a8888;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
}

.home-page-input-box-rsp {
    background-color: rgba(19,19,32,0.3);
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 8px;
}

/*used in condo pages*/
.search-result-panel {
    border-radius: 8px;
    border-width: 1px;
    border-color: #a89a85;
    border-style: dotted;
    /*background: url(Images/box4_05.jpg);*/
    background: #f2eac3;
    background-position: left top;
    background-repeat: repeat;
    padding: 15px 15px 15px 15px;
    box-shadow: 2px 2px 1px -1px rgba(18,18,18,0.33);
    overflow: auto;
}

.search-result-panel-calendar {
    border-radius: 5px;
    border-width: 1px;
    border-color: rgba(168, 154, 133, 0.5);
    border-style: solid;
    /*background: url(Images/box4_05.jpg);*/
    background: #fffdf3;
    background-position: left top;
    background-repeat: repeat;
    /*padding: 15px 15px 15px 15px;*/
    box-shadow: 3px 3px 5px -2px rgba(18,18,18,0.33);
    /*overflow:auto;*/
}

.info-panel {
    border-radius: 8px;
    border-width: 1px;
    border-color: #a89a85;
    border-style: dotted;
    background-position: left top;
    background-repeat: repeat;
    padding: 15px 15px 15px 15px;
    /*box-shadow: 2px 2px 1px -1px rgba(18,18,18,0.33);*/
}

.attraction-label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.special-panel {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
}

.featured-panel {
    border: 1px solid #BEAC7C;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0px 4px 8px 1px rgba(98,82,82,0.2);
    background-color: #E6D9AF;
}

.rental-search-panel-rsp {
    border: 1px solid #BEAC7C;
    border-radius: 2px;
    margin-top: 20px;
    box-shadow: 0px 4px 8px 1px rgba(98,82,82,0.2);
    background-color: #E6D9AF;
    padding: 0 15px 0 15px;
    margin: 0 15px 0 15px;
    width: 320px;
}

.special-panel-heading {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.info-panel2 {
    border-radius: 4px;
    border-width: 1px;
    border-color: #c9b892;
    border-style: solid;
    margin-bottom: 30px;
    background-color: #e4d6a8;
    padding-bottom: 20px;
}

.standard-panel {
    background-color: #f0e7c0;
    border-radius: 4px;
    border: 1px solid #d3c6a4;
    padding: 13px 13px 13px 13px;
}

.standard-panel2 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
}

.best-island-panel-1 {
    background-color: rgba(192, 154, 0, 0.17);
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px dotted rgba(0,0,0,0.2);
    border-bottom: 1px dotted rgba(0,0,0,0.4);
}

.best-island-panel-2 {
    background-color: #e0d6b6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.glyph-padding {
    padding-right: 5px;
}

.glyph-image-x {
    z-index: 51 !important;
    font-size: 30px;
    display: inline-block;
    background-color: white;
    border-radius: 30px;
}

.featured-image {
    width: 320px;
    height: 212px;
    border: 1px solid rgba(0,0,0,0.25);
}

.sticky.affix {
    top: 0;
}

.shadow-underline {
    box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); /* On mouse-over, add a deeper shadow */
    }

.card-container {
    padding: 2px 16px;
}

.footer {
    background-color: #e6d9af;
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.3);
}

.grooved-hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}

.region-map-border {
    border-width: 0px;
    margin: auto;
    border: 1px solid #afa896;
    border-radius: 30px;
    box-shadow: 2px 1px 4px 1px rgba(0,0,0,0.37);
}

.bordered-page-background {
    background-color: #fcf4e5;
    border-right: 1px dotted rgba(128,128,128,0.5);
    border-left: 1px dotted rgba(128,128,128,0.5);
    border-top-left-radius: 40px;
    border-bottom: 1px dotted rgba(128,128,128,0.5);
    padding-bottom: 20px;
    line-height: 1.6;
    border-bottom-right-radius: 40px;
}

/* Asp.net/bootstrap Radio Button Fix */

.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 0;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 0;
    padding-right: 20px;
}

/********************************/
/* Custom Navbar                */
/********************************/
.navbar-default {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    border-radius: 4px;
    border: 0;
}

    .navbar-default .navbar-brand {
        color: rgb(99, 60, 28);
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: rgb(84, 109, 53);
        }

    .navbar-default .navbar-text {
        color: rgb(99, 60, 28);
    }

    .navbar-default .navbar-nav > li > a {
        color: rgb(99, 60, 28);
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: rgb(84, 109, 53);
        }

    .navbar-default .navbar-nav > li > .dropdown-menu {
        /*background-color: #e4d3a5;*/
        background-color: #ffffff;
        box-shadow: 2px 2px 4px rgba(0,0,0,.475);
    }

        .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
            color: rgb(99, 60, 28);
        }

            .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
            .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
                color: #AA2B12;
                background-color: #F4EF87;
                /*text-shadow:1px 1px 3px rgba(1,0,0,0.25);*/
            }

        .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
            background-color: #8e44ad;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ecdbff;
        background-color: #8e44ad;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #E4D3A5;
        background-color: #8e44ad;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #AA2B12;
        background-color: rgba(0, 0, 0, 0.00);
    }

    .navbar-default .navbar-toggle {
        border-color: #8e44ad;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #8e44ad;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: rgb(99, 60, 28);
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: rgba(99, 60, 28, 0.35);
    }

    .navbar-default .navbar-link {
        color: rgb(99, 60, 28);
    }

        .navbar-default .navbar-link:hover {
            color: white;
        }


/********************************/
/* Rental Carousel              */
/********************************/

.rental-carousel {
    background: #FFF;
}

.rental-carousel-cell {
    width: 300px; /* adjust width as necessary */
    margin: 10px;
    border: 1px solid #ccc; /* optional border */
    border-radius: 5px; /* optional rounded corners */
    background: rgb(255, 252, 239); /* card background color */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* optional shadow */
}

    .rental-carousel-cell img {
        width: 100%; /* make image fill the cell width */
        height: auto; /* maintain aspect ratio */
    }

    .rental-carousel-cell h4 {
        margin: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rental-carousel-cell p {
        margin: 10px; /* spacing around text */
        line-height: 1.5em; /* Set line height */
        max-height: 3em; /* Max height is 2 times the line height */
        overflow: hidden; /* Hide overflow */
        text-overflow: ellipsis; /* Optional: Shows ellipsis at the end */
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Number of lines to show */
        -webkit-box-orient: vertical;
    }

/********************************/
/* Media Queries                */
/********************************/

@media (min-width : 1080px) {
    /* Needed to center content */
    .limitsize-rsp {
        margin: auto;
    }
}

@media (max-width : 940px) {
    /*.searchresult-price-rsp {
        font-size:14px;
        float:left;
        padding-top:5px;
        clear:both;
    }*/
}

@media (max-width : 840px) {
    .search-box-rsp {
        width: 105px !important;
    }
}


@media (max-width : 767px) {
    body {
        font-size: 18px;
    }

    .reviewer-img-rsp {
        width: 50%;
    }

    .calendar-table-rsp {
        width: calc(100% + 150px);
        max-width: calc(100% + 150px);
        table-layout: fixed;
    }

    .search-box-rsp {
        width: 250px !important;
        display: inline-block;
    }

    .rental-search-panel-rsp {
        margin: 0 auto;
    }

    .searchresult-price-rsp {
        float: left;
        font-size: 15px;
        padding-top: 0px;
        clear: both;
    }

    .total-price-rsp {
        position: relative;
        white-space: normal;
        top: 100%;
        left: 0;
    }

    .searchresult-description-rsp {
        min-width: 0;
        font-size: 18px;
        clear: both;
        float: left;
        width: 100%;
        padding: 12px 0px 2px 2px;
        min-height: 0px;
    }

    .condo-review-description-rsp-xxx {
        min-width: 0;
        font-size: 18px;
        clear: both;
        float: left;
        width: 100%;
        padding: 12px 0px 2px 2px;
        min-height: 0px;
    }

    .searchresult-actions {
        clear: both;
        float: left;
        padding: 10px 0px 0px 0px;
    }

    /* navbar */
    .dropdown-toggle {
        font-size: 22px;
    }

    .navbar-default {
        font-size: 18px;
        background-color: #F0E8CC;
        font-weight: normal;
        border: 1px solid #B39854;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: rgb(5, 107, 217);
            font-size: 18px;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #54aada;
            }

        .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
        .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
            color: #ecdbff;
            background-color: #8e44ad;
        }

        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border-color: rgba(99, 60, 28, 0.35);
            background-image: url('/images/islands/map-background.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
}

@media (max-width : 520px) {

    .home-page-hero {
        background-position: 70% center;
    }

    .reviewer-img-rsp {
        width: 65%;
    }

    .calendar-table-rsp {
        width: calc(100% + 200px);
        max-width: calc(100% + 200px);
        table-layout: fixed;
    }

    .searchresult-beds-rsp {
        width: 100%;
        padding: 0px 0 0px 0px;
        float: left;
        font-size: 14px;
        clear: both;
    }

    .condo-review-byline-rsp-xxx {
        width: 100%;
        padding: 12px 0 0px 0px;
        float: left;
        font-size: 14px;
        color: #6D7811;
        clear: both;
    }

    .searchresult-titlerow-rsp {
        width: 100%;
        float: left;
        padding: 10px 5px 0px 0px;
        clear: both;
    }

    .condo-review-titlerow-rsp-xxx {
        width: 100%;
        float: left;
        padding: 10px 5px 0px 0px;
        clear: both;
        text-align: center;
    }

    .searchresult-price-rsp {
        float: left;
        font-size: 15px;
        padding-top: 0px;
        clear: both;
        font-weight: normal;
    }

    .search-photo-rsp {
        width: 100%;
        height: auto;
        box-shadow: none;
        border: none;
        margin: 0 0 0 0;
        border-radius: 5px 5px 0 0;
        border: none;
    }

    .condo-review-photo-rsp {
        width: 30%;
        height: 30%;
    }

    .condo-review-photo-rsp-xxx {
        width: 60%;
        height: auto;
        box-shadow: none;
        border: none;
        border-radius: 50%;
        border: none;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .search-photo-container-rsp {
        margin: 0;
    }

    .condo-review-photo-container-rsp-xxx {
    }
}

@media (max-width : 450px) {

    .home-page-hero {
        background-position: 70% center;
    }

    .calendar-table-rsp {
        width: calc(100% + 250px);
        max-width: calc(100% + 250px);
        table-layout: fixed;
    }

    .home-page-input-box-rsp {
        background-color: rgba(19,19,32,0.0);
        padding-bottom: 10px;
        padding-top: 10px;
        border-radius: 8px;
    }

    .home-search-button-rsp {
        margin-top: 20px;
    }

    .tx-search-house-title-rsp {
        /*max-width: 220px;*/
    }
}

@media (max-width : 360px) {
    .calendar-table-rsp {
        width: calc(100% + 350px);
        max-width: calc(100% + 350px);
        table-layout: fixed;
    }
}


/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}

    .flickity-button:hover {
        background: white;
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #19F;
    }

    .flickity-button:active {
        opacity: 0.6;
    }

    .flickity-button:disabled {
        opacity: 0.3;
        cursor: auto;
        /* prevent disabled button from capturing pointer up event. #716 */
        pointer-events: none;
    }

.flickity-button-icon {
    fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }

/* Panel adjustments */
.beach-panel {
    margin-bottom: 20px;
}

    .beach-panel .panel-heading .tier-badge {
        margin-right: 6px;
        font-size: 12px;
        vertical-align: middle;
    }

    .beach-panel .hook-text {
        font-style: italic;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/* Carousel text overlay */
.carousel-caption {
    background: rgba(0,0,0,0.4);
    border-radius: 4px;
    padding: 10px;
}

.map-container {
    position: relative;
    border: 2px solid #ddd;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 20px auto;
    background-image: url('/images/islands/map-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    /* Overlay layer */
    .map-container::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(255, 255, 255, 0.75); /* semi-transparent white */
        z-index: 1;
        pointer-events: none;
    }

    /* Ensure content sits above overlay */
    .map-container > * {
        position: relative;
        z-index: 2;
    }
