﻿


body {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Lato', sans-serif;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 90px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 800px;
}

.errorBlock {
    max-width: 800px;
}

.successBlock {
    max-width: 800px;
}

.infoBlock {
    max-width: 800px;
}

.jumbotron h1 {
    font-size: 30px;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.h1center {
    margin-top: 15px;
    text-align: center;
}

.h2center {
    text-align: center;
}

.h1size {
    font-size: 30px;
}

.buttonClickText {
    display: none;
    color: #06BC06;
    font-weight: bold;
    font-size: 1em;
}

.imageCaptionBox {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
    /*border: 1px solid #808080;
    background-color: #E5E5E5;
    box-shadow: rgb(139, 139, 139) 1px 1px 1px 1px;*/
    text-align: center;
}

    .imageCaptionBox:hover {
        /*background-color: #D0FEF8;*/
    }

.imageCaptionTitle {
    font-size: 1.2em;
    text-align: center;
}

.imageCaptionBox a {
    text-decoration: none;
}

.imageCaptionBox img.img-fluid {
	margin: 0 auto;
}

.accomSubHeader {
    margin-top: 10px;
    text-align: center;
    font-size: 2em;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #ADADAD, #E3E3E3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ADADAD, #E3E3E3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ADADAD, #E3E3E3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ADADAD, #E3E3E3); /* Standard syntax */
}

    .accomSubHeader a {
        text-decoration: none;
        color: #4295A8
    }

        .accomSubHeader a:hover {
            color: #7BBCCB
        }

.accomBody {
    border-left: 1px dashed #ADADAD;
    border-right: 1px dashed #ADADAD;
    border-bottom: 1px dashed #ADADAD;
}

.body-spacing {
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.blogTextContainer {
    /*padding-left: 50px;
    padding-right: 50px;*/
}

@media screen and (max-width: 769px) {
    .body-spacing {
        margin-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .blogTextContainer {
        padding-left: 40px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 539px) {
    .body-spacing {
        margin-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .blogTextContainer {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.projection-site {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    padding: 5px;
    border: 1px dashed grey;
    margin-bottom: 15px;
}


#propertyGrid .row {
    margin: 0;
    padding: 0
}

#propertyGrid {
    padding-left: 0;
    padding-right: 0;
}

.slick-dots {
    z-index: 15;
}

.panel-heading {
    text-align: center;
    font-size: 2em;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #ADADAD, #E3E3E3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ADADAD, #E3E3E3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ADADAD, #E3E3E3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ADADAD, #E3E3E3); /* Standard syntax */
}

.panel-heading2 {
	font-size: 2em;
}

.activity-icon,
.activity-icon svg path {
    width: 30px;
    height: 30px;
    -webkit-transition: fill 0.15s ease-in-out 0s !important;
    -o-transition: fill 0.15s ease-in-out 0s !important;
    transition: fill 0.15s ease-in-out 0s !important;
    cursor: pointer;
    cursor: hand;
    fill: white; /* #515151;*/
    vertical-align: middle; /*THIS IS THE KEY*/
}

.footerlinks {
    background-color: #202020;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    height: 39px;
    float: none !important;
}


/* Social Icons in the top menu*/
.header_social_links {
    position: fixed;
    left: 150px;
    padding: 10px;
    list-style: none;
    z-index: 99;
    color: white;
}

@media screen and (max-width: 767px) {
    #topMenu {
        background: #1d2c57 !Important;
    }
}

@media screen and (max-width: 767px) {
    .header_social_links {
        top: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .header_social_links {
        top: 49px;
    }
}


@media screen and (min-width: 1051px) {
    .header_social_links {
        top: 16px;
    }
}



.header_social_links li a {
    display: block;
    padding-bottom: 5px;
}

    .header_social_links li a img {
        display: block;
        max-width: 40px;
        padding: 10px;
        -webkit-transition: background .2s ease-in-out;
        -moz-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

    .header_social_links li a:hover img {
        background: rgba(0, 0, 0, .2);
    }


.social-icon,
.social-icon svg path {
    width: 20px;
    height: 20px;
    -webkit-transition: fill 0.15s ease-in-out 0s !important;
    -o-transition: fill 0.15s ease-in-out 0s !important;
    transition: fill 0.15s ease-in-out 0s !important;
    cursor: pointer;
    cursor: hand;
    fill: white; /* #515151;*/
    vertical-align: middle; /*THIS IS THE KEY*/
}

.social-icon-medium,
.social-icon-medium svg path {
    width: 25px;
    height: 25px;
    -webkit-transition: fill 0.15s ease-in-out 0s !important;
    -o-transition: fill 0.15s ease-in-out 0s !important;
    transition: fill 0.15s ease-in-out 0s !important;
    cursor: pointer;
    cursor: hand;
    fill: white; /* #515151;*/
    vertical-align: middle; /*THIS IS THE KEY*/
}

.social-icon-large,
.social-icon-large svg path {
    width: 30px;
    height: 30px;
    -webkit-transition: fill 0.15s ease-in-out 0s !important;
    -o-transition: fill 0.15s ease-in-out 0s !important;
    transition: fill 0.15s ease-in-out 0s !important;
    cursor: pointer;
    cursor: hand;
    fill: white; /* #515151;*/
    vertical-align: middle; /*THIS IS THE KEY*/
}



#twitter:hover,
#twitter:hover svg path {
    fill: #5fa9dd;
}

#facebook:hover,
#facebook:hover svg path {
    fill: #3c5a99;
}

#linkedin:hover,
#linkedin:hover svg path {
    fill: #007bb5;
}

#googleplus:hover,
#googleplus:hover svg path {
    fill: #df4a32;
}

.social-icons #youtube {
    width: 40px;
}

.zone-footer-quad-fourth #youtube {
    width: 68px;
}

#yt3,
#yt4,
#yt5,
#yt6 {
    fill: #f0f0f0;
}

.hover {
    -webkit-transition: fill 0.15s ease 0s !important;
    -o-transition: fill 0.15s ease 0s !important;
    transition: fill 0.15s ease 0s !important;
}

#yt1.hover {
    fill: red !important;
}

#yt2.hover {
    fill: black !important;
}

#yt3.hover,
#yt4.hover,
#yt5.hover,
#yt6.hover {
    fill: white !important;
}

.contact.icon,
.contact.icon svg path {
    width: 16px !important;
    height: 16px !important;
    margin: 0;
    padding: 0;
}

.contact .spansvg {
    float: left;
    padding-top: 2px;
    padding-right: 5px;
}

.contact .spantxt {
    float: left;
    padding-right: 10px;
}

.search.icon,
.search.icon svg path {
    padding: 0;
    margin: 0;
    width: 22px !important;
    height: 22px !important;
}

/*NEW*/
.socialLink-wrapper {
    background-color: black;
}

.socialLink {
    text-align: center;
    line-height: 2.5rem;
    margin: 0;
}

    .socialLink li {
        display: inline;
        padding-right: 1.5rem;
    }

        .socialLink li a {
            text-decoration: none !important;
        }

    .socialLink > li:first-child {
        padding-left: 1.5rem;
    }

    .socialLink #youtube {
        width: 40px;
    }

.feature-icon2-container {
    border: 1px dotted grey;
    float: left;
    padding: 5px;
    margin: 0px 15px 5px 0px;
}

.feature-icon2 {
    text-align: center;
    padding: 10px;
    margin: 0px 10px 20px 10px;
}

@media screen and (max-width: 767px) {
    .feature-icon2 {
        text-align: center;
        padding: 10px;
        margin: 0px 0px 20px 0px;
    }
}

.feature-icon {
    border: 1px dotted grey;
    float: left;
    padding: 0.5em;
    text-align: center;
}

    .feature-icon svg, .feature-icon2 svg {
        float: left;
        fill: #202020
    }

        .feature-icon svg path, .feature-icon2 svg path {
            fill: #202020
        }

    .feature-icon div, .feature-icon2 div {
        float: left
    }

        .feature-icon div p, .feature-icon2 div p {
            padding-left: .5em;
            margin: 0
        }

#footer-social {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

    #footer-social svg {
        fill: #ccc
    }


#common_botFooter {
    /*float: right;*/
    margin: 0;
    padding: 0;
    text-align: right;
}

    #common_botFooter li {
        padding-right: 0.5rem;
        padding-left: .9375rem;
        display: inline;
        /*float: left;*/
        list-style: none;
        text-transform: uppercase;
        border-right: 1px solid #444;
        letter-spacing: .3em
    }

#common_botFooter li span {
    color: #666;
    font-size: 0.65em;
    transition: color .2s ease-out
}

#common_botFooter li a {
    color: #666;
    text-decoration: none;
    transition: color .2s ease-out
}

        #common_botFooter li:first-child {
            padding-left: 0
        }

        #common_botFooter li:last-child {
            border-right: none;
            padding-right: 0
        }

.mobileFooter {
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #666;
    font-size: 0.9em;
}
.mobileFooter a {
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #666;
    text-decoration: none;
    transition: color .2s ease-out
}
.mobileFooter div.address {
    font-size: 0.65em;
}
.successBlock {
    color: #507f50;
    border: 1px solid #519d51;
    border-radius: 3px;
    background-color: #f0fff0;
    padding: 4px;
    margin: 4px;
}

.successText {
    font-weight: bold;
    color: green;
}

.errorText {
    font-weight: bold;
    color: red;
}

.errorBlock {
    color: #7f5050;
    border: 1px #ac8686 solid;
    border-radius: 3px;
    background-color: #fff0f0;
    padding: 4px;
    margin: 4px;
}

.infoblock {
    color: #50607f;
    border: 1px solid #6d778a;
    border-radius: 3px;
    background-color: #f0f9ff;
    padding: 4px;
    margin: 4px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: #7f5050;
    border: 1px solid #ac8686;
    border-radius: 3px;
    background-color: #fff0f0;
    padding: 4px;
    margin: 4px;
    width: 500px;
}

span.validation-summary-errors {
    border-bottom-color: #7f5050;
    display: block;
}

ul.validation-summary-errors {
    margin: 0;
    padding: 0;
    border-top: none;
}

.guestgallery {
    text-align: center;
}

    .guestgallery img {
        z-index: 1;
        background-color: rgb(240, 240, 240);
        border-width: 5px;
        border-style: solid;
        border-color: rgb(240, 240, 240);
        border-radius: 2px;
        box-shadow: rgb(139, 139, 139) 1px 1px 3px 2px;
        margin: 15px;
        opacity: 1;
    }

.rates-book {
    padding: 8px 18px;
    border-radius: 50px;
    color: #fff;
    background-color: #202020;
    text-transform: uppercase;
}

.rates-div {
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.accomBody {
    border-left: 1px dashed #ADADAD;
    border-right: 1px dashed #ADADAD;
    border-bottom: 1px dashed #ADADAD;
}

.promoBoxCornerCaption {
    background: red;
    color: #fff;
    position: absolute;
    top: 105px;
    right: 20px;
    padding: 5px;
    z-index: 1000;
}

.promoBoxCornerCaption a, .promoBoxCornerCaption a:hover {
    color: #fff;
}

.logoCaption {
    height: 90px;
    background-color: #fff;
    border: 1px solid #D2D2D2;
}

    .logoCaption svg {
        height: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

@media screen and (min-width: 768px) {
    .logoCaption {
        height: 90px;
    }

        .logoCaption svg {
            height: 90px;
        }
}

@media screen and (max-width: 767px) {
    .logoCaption {
        height: 80px;
    }

        .logoCaption svg {
            height: 80px;
        }
}

/**********************************************
    CSS for image slider 
    Default 600px height for large screen, 400px height for small screen.
    Override in page CSS if needed.
*/
.imageSliderContainer {
    padding-left: 0;
    padding-right: 0;
}

    .imageSliderContainer .imageSlider div {
        height: 600px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .imageSliderContainer .imageSliderWithQuote div {
        height: 700px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }

.imageSliderWithQuote .quotetext {
    font-family: 'Tangerine', Garamond, cursive;
    font-size: 2.5em;
    line-height: 40px;
    max-width: 600px;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 90px;
    left: 90px;
    text-shadow: 1px 1px 2px black;
}

.imageSliderWithQuote .quoteauthor {
    padding-left: 40px;
    color: #fff;
    font-family: Lato;
    font-size: 0.4em;
}


.reviewAuthor {
    font-weight: bold;
    font-style: normal;
    font-size: 0.85em;
}

.reviewAuthorModal {
    font-weight: bold;
    font-style: normal;
    font-size: 0.85em;
    text-align: right;
    padding-right: 15px;
}



.jumbotron {
    padding: 15px;
}

.jumbotron p {
    font-weight: normal;
    font-size: 19px;
}

@media screen and (min-width: 1000px) {
    .guestReviewSliderContainer {
        padding-left: 50px;
        padding-right: 50px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 500px) {
    .guestReviewSliderContainer {
        vertical-align: middle;
        display: inline-block;
    }
}

.guestReviewSliderContainer .guestReviewSlider div {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    position: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 1rem;
}

.review {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .guestReviewSliderContainer .guestReviewSlider div {
        height: 275px;
    }
}



@media screen and (min-width: 501px) and (max-width: 750px) {
    .guestReviewSliderContainer .guestReviewSlider div {
        height: 225px;
    }
}

@media screen and (min-width: 751px) and (max-width: 999px) {
    .guestReviewSliderContainer .guestReviewSlider div {
        height: 185px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1600px) {
    .guestReviewSliderContainer .guestReviewSlider div {
        height: 150px;
    }
}

@media screen and (min-width: 1600px) {
    .guestReviewSliderContainer .guestReviewSlider div {
        height: 150px;
    }
}

.toggle-content {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    /*border is optional*/
    border-bottom: 1px solid #444;
    cursor: pointer;
}

.reviewtext {
    font-style: italic;
    text-align: center;
}



/*
    ************************************************************
    Bootstrap Modal popup window styles start
*/



.modalBS {
    text-align: center;
    padding: 0 !important;
}

    .modalBS:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modalBS-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}



/*
  Bootstrap Modal popup window styles end
  ************************************************************
*/



/*
    ************************************************************
    Modal popup window styles start
*/

.guestReviewModalHeading {
    font-style: italic;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.reviewTextModal {
    font-style: italic;
}


@media screen and (max-width: 400px) {
    .modal-content {
        padding: 5px;
    }
}


.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
}

.modalPopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.closeModal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closeModal:hover,
    .closeModal:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/*
    Modal popup window styles end
    ************************************************************
*/


/*************************************************************
    Multi-column menu 
*/
/*.dropdown-menu {
    min-width: 230px;
}

    .dropdown-menu.columns-2 {
        min-width: 460px;
    }

    .dropdown-menu.columns-3 {
        min-width: 690px;
    }

    .dropdown-menu li a {
        padding: 5px 15px;
    }*/

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        white-space: normal;
        color: #000;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

/*@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .dropdown-menu li a, .multi-column-dropdown li a {
        color: #fff !important;
    }
}*/

/*************************************************************
    Multi-column menu end
*/


/* class given to navigation dots div */
.slidernavigation {
    position: relative;
    background-color: transparent;
    top: -80px;
    height: 0px;
    z-index: 10;
    width: 90%;
    margin: auto;
}

div.sliderControlButtons {
    text-align: center;
    position: relative;
    top: -120px;
    z-index: 100;
    height: 0px;
    background: transparent;
}

@media (max-width: 767px) {
    div.sliderControlButtons {
        top: -80px;
    }
}

.sliderButtonCustom {
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    color: #fff;
    font-size: 16px;
}

    .sliderButtonCustom:hover {
        opacity: 1 !important;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

.sliderButtonCustomText {
    display: none;
    color: #fff
}

@media screen and (min-width: 1500px) {
    .imageSliderContainer .imageSlider div {
        height: 750px;
    }

    .imageSliderContainer .imageSliderWithQuote div {
        height: 750px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .imageSliderContainer .imageSlider div {
        height: 700px;
    }

    .imageSliderContainer .imageSliderWithQuote div {
        height: 700px;
    }
}

@media screen and (min-width: 5000px) {
    .imageSliderContainer .imageSlider div {
        height: 1500px;
    }

    .imageSliderContainer .imageSliderWithQuote div {
        height: 1500px;
    }
}

/*@media screen and (max-width: 767px) and (min-height: 1000px) {

        .imageSliderContainer .imageSlider div {
            height: 400px;
    }*/


@media screen and (max-width: 767px) {
    .imageSliderContainer .imageSlider div {
        height: 400px;
    }

    .imageSliderContainer .imageSliderWithQuote div {
        height: 400px;
    }

    .imageSliderWithQuote .quotetext {
        font-family: 'Tangerine', Garamond, cursive;
        font-size: 2em;
        line-height: 25px;
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        position: absolute;
        bottom: 5px;
        left: 0px;
    }

    .imageSliderWithQuote .quoteauthor {
        font-size: 0.4em;
    }
}


/****************************/
/* css for property logos */
/****************************/
.accomLogoContainer {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .accomLogoContainer {
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .accomLogoContainer {
        width: 340px;
    }
}

/****************************/
/* SVG Classes */
/****************************/

/* css for beach house SVG */
#cbbh_pathBEACH {
    display: inline;
}

.cbbh_st0 {
    fill: #777777;
}

.cbbh_st1 {
    fill: #0B67D6;
}

.cbbh_st2 {
    fill: url(#cbbh_ring5_1_);
}

.cbbh_st3 {
    fill: url(#cbbh_ring4_1_);
}

.cbbh_st4 {
    fill: url(#cbbh_ring3_1_);
}

.cbbh_st5 {
    fill: url(#cbbh_ring2behind_1_);
}

.cbbh_st6 {
    fill: url(#cbbh_ring2_1_);
}

.cbbh_st7 {
    fill: url(#cbbh_ring1behind_1_);
}

.cbbh_st8 {
    fill: url(#cbbh_ring1_1_);
}

.cbbh_st9 {
    fill: none;
    stroke: #abcdef;
    stroke-width: 0.75;
    stroke-miterlimit: 10;
}

.cbbh_st10 {
    opacity: 0.49;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#cbbh_holeout_1_);
}

.cbbh_st11 {
    opacity: 0.5;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#cbbh_holein_1_);
}

.cbbh_st12 {
    fill: #ADADAD;
}

.cbbh_st13 {
    display: none;
    fill: #ADADAD;
}

/* css for cabin SVG */
#cbc_CABIN {
    display: inline;
}

.cbc_st0 {
    fill: #777777;
}

.cbc_st1 {
    fill: #bd391a;
}

.cbc_st2 {
    fill: url(#cbc_ring5_1_);
}

.cbc_st3 {
    fill: url(#cbc_ring4_1_);
}

.cbc_st4 {
    fill: url(#cbc_ring3_1_);
}

.cbc_st5 {
    fill: url(#cbc_ring2behind_1_);
}

.cbc_st6 {
    fill: url(#cbc_ring2_1_);
}

.cbc_st7 {
    fill: url(#cbc_ring1behind_1_);
}

.cbc_st8 {
    fill: url(#cbc_ring1_1_);
}

.cbc_st9 {
    fill: none;
    stroke: #c5634d;
    stroke-width: 0.75;
    stroke-miterlimit: 10;
}

.cbc_st10 {
    opacity: 0.49;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#cbc_holeout_1_);
}

.cbc_st11 {
    opacity: 0.5;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#cbc_holein_1_);
}

.cbc_st12 {
    fill: #ADADAD;
}

.cbc_st13 {
    display: none;
    fill: #ADADAD;
}

/* lagoon SVG */
#cbl_LAGOON {
    display: inline;
}

.cbl_st0 {
    /* CLOUDY text color */
    fill: #878787;
}

.cbl_st1 {
    /* AY text color */
    fill: #07F5CD;
}

.cbl_st2 {
    fill: url(#cbl_ring5_1_);
}

.cbl_st3 {
    fill: url(#cbl_ring4_1_);
}

.cbl_st4 {
    fill: url(#cbl_ring3_1_);
}

.cbl_st5 {
    fill: url(#cbl_ring2behind_1_);
}

.cbl_st6 {
    fill: url(#cbl_ring2_1_);
}

.cbl_st7 {
    fill: url(#cbl_ring1behind_1_);
}

.cbl_st8 {
    fill: url(#cbl_ring1_1_);
}

.cbl_st9 {
    fill: none;
    stroke: #abcdef;
    stroke-width: 0.75;
    stroke-miterlimit: 10;
}

.cbl_st10 {
    opacity: 0.49;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#cbl_holeout_1_);
}

.cbl_st11 {
    opacity: 0.5;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#cbl_holein_1_);
}

.cbl_st12 {
    fill: #ADADAD;
}

.cbl_st13 {
    fill: #ADADAD;
}

/* lodge SVG */
.bilst0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#XMLID_8_);
}

.bilst1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#XMLID_11_);
}

.bilst2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#XMLID_13_);
}

.bilst3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#XMLID_15_);
}

.bilst4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#XMLID_16_);
}

.bilst5 {
    fill: none;
}

.bilst6 {
    fill: #ABABAB;
}

.bilst7 {
    opacity: 0.65;
    fill: #AA2823;
    stroke: url(#XMLID_17_);
    stroke-width: 0.75;
    stroke-miterlimit: 10;
}

.bilst8 {
    fill: url(#XMLID_18_);
}

.bilst9 {
    fill: #89162B;
}

/* Saintys SVG */
.saintys_st0 {
    fill: url(#XMLID_5004_);
}

.saintys_st1 {
    fill: #A5A4A4;
}

.saintys_st2 {
    fill: #4660A8;
}

.saintys_st3 {
    fill: #252F6C;
}

.saintys_st4 {
    fill: url(#XMLID_5005_);
}

/* Villa SVG */
#villa_VILLA {
    display: inline;
}

.villa_st0 {
    fill: #777777;
}

.villa_st1 {
    fill: #358ea3;
}

.villa_st2 {
    fill: url(#villa_ring5_1_);
}

.villa_st3 {
    fill: url(#villa_ring4_1_);
}

.villa_st4 {
    fill: url(#villa_ring3_1_);
}

.villa_st5 {
    fill: url(#villa_ring2behind_1_);
}

.villa_st6 {
    fill: url(#villa_ring2_1_);
}

.villa_st7 {
    fill: url(#villa_ring1behind_1_);
}

.villa_st8 {
    fill: url(#villa_ring1_1_);
}

.villa_st9 {
    fill: none;
    stroke: #8bd9da;
    stroke-width: 0.75;
    stroke-miterlimit: 10;
}

.villa_st10 {
    opacity: 0.49;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#villa_holeout_1_);
}

.villa_st11 {
    opacity: 0.5;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#villa_holein_1_);
}

.villa_st12 {
    fill: #ADADAD;
}

.villa_st13 {
    display: none;
    fill: #ADADAD;
}


/*
 *  CSS for instagram style image gallery
 */
#divInstaGalleryContainer .row li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#divInstaGalleryContainer ul.thumb {
    padding: 0;
    margin: 0;
    text-align: left;
}

#divInstaGalleryContainer img.thumb {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    min-width: 100%;
}

#divInstaGalleryContainer > div.container {
    border: 1px solid #D2D2D2
}


/*
 * Weather CSS
*/
.weatherHome {
    float: left;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

    .weatherHome .captionWeather {
        position: relative;
        top: 35%;
        left: 0;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        color: whitesmoke;
    }

@media screen and (max-width: 450px) {
    .weatherHome .captionWeather {
        top: 20%;
    }

    h2.weatherTitle {
        font-size: 1.5em;
    }
}


.weatherHome .captionWeather .weatherText {
    background-color: rgba(90,90,90,0.5);
    padding: 12px;
    display: inline-block;
}

h2.weatherTitle {
}