html, body {
    background: #f6f4e7;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    min-width: 320px;
    color: #5C5952;
}
.ccm-menu .popover > .arrow {border-width: 0;}
.ccm-ui input[type="file"] {display: inline-block;}
#ccm-gallery-type-tab #newImg table {float: left; margin: 0 0 18px;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {box-sizing: content-box;}

.container-fluid {position: relative;}

.nopadding {
    padding: 0;
}

.button {
    cursor: pointer;
    font-size: 16px;
}

#map_canvas {
    width: 100%;
    margin: 0;
    height: 350px;
}
#map_canvas_contact {
    width: 100%;
    margin: -25px 0 25px;
    height: 300px;
}
#mainBg {
    position: relative;
    height: auto;
    min-height: 140px;
}
#innerBg {
    position: relative;
    height: auto;
    min-height: 100px;
}

#innerBg .ccm-area {margin-top: 210px;}

#mainBg img, #innerBg img {width: 100%; height: auto;}
.imageSlider {
    position: relative;
    display: block;
    height: 516px;
    border: 1px solid #aaa;
    box-shadow: inset 8px 8px 0px white, inset -8px -8px 0px white;
}

#topBar {
    height: 45px;
    position: absolute;
    width: 100%;
    padding: 0 6%;
    z-index: 10;
    font-size: 16px;
    background: url(../images/bg1.png) repeat;
}
#topInner {
    height: 45px;
    border-bottom: 1px solid #FFF;
}
#topBar p {
    display: block;
    color: white;
    line-height: 45px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

#topBar .mobile img {
    margin: 0px;
    float: none;
    cursor: pointer;
}
#topBar p img {
    display: inline-block;
    padding: 0px 5px 0px 0px;
}

#topBar a {text-decoration: none; color: white;}

#topBar .col-sm-4 {
    transition: opacity .3s;
}
#topBar .col-sm-4:hover {
    opacity: 1;
}
#topBar .mobile img {
    margin: 0;
    float: none;
    cursor: pointer;
}
#topBar .mobile {
    text-align: center;
    line-height: 45px;
}
#topBar .mobile p {
    display: inline;
}
#navBar {
    position: absolute;
    top: 45px;
    width: 100%;
    height: 150px;
    z-index: 10;
    padding: 0 4%;
    background: url(../images/bg1.png) repeat;
}
#navBar ul {
    list-style-type: none;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}
#navBar li {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
#navBar li a img {
    margin-top: -2px;
    margin-left: 3px;
}
#navBar li a {
    float: left;
    margin: 70px 0 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
}
#navBar ul.nav {
    position: relative;
}
#navBar ul.nav ul {
    display: none;
    width: auto;
    position: absolute;
    top: 102px;
    background: url(../images/bg1.png) repeat;
    z-index: 5;
    border: 1px solid white;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: left;
}
#navBar ul.nav li {
    white-space: nowrap;
    text-align:  left;
}
#navBar ul.nav ul a {
    white-space: nowrap;
    height: 32px;
    margin: 0;
    width: 100%;
    padding:0 10px;
    transition: background .2s;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
#navBar ul.nav li:hover ul {
    display: block;
}
#navBar ul.nav ul a:hover {
    background: #FFF;
    color: black;
}
#logo {
    line-height: 0;
    margin: 0;
    padding: 0;
    height: 90px;
    color: #333;
    text-align: center;
    font-size: 0;
}
#logo img {
    width: 100%;
    margin-top: 16px;
	max-width: 200px;
}

#bottomBar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 35px;
    background: url(../images/bg1.png) repeat;
    text-overflow: ellipsis;
}

#content {
    padding: 0;
    background: #f6f4e7;
}
#content.inner {
    padding: 25px 0 0;
    background: #F7F5E9;
    margin: 0;
}
.miniSurveyView table.formBlockSurveyTable td {padding-bottom: 10px;}
#special {
    position: relative;
}
#content #sideBar #special h3 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: white;
    padding: 50px 0 25px;
    margin: 0 10%;
}
/*#special .button {
    display: block;
    position: absolute;
    float: none;
    text-align: center;
    width: 150px;
    height: auto;
    background: none;
    border: 2px solid white;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 64px;
    line-height: 18px;
    font-weight: 700;
    padding-top: 12px;
    cursor: pointer;
    transition: background .3s, color .3s;
}
#special .overlay:hover .button {
    background: white;
    color: black;
} */
#special:hover .overlay {
    background: rgba(0,0,0,.5);
}
#special .overlay {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    opacity: 1;
    background: rgba(0,0,0,.0);
    transition: background .3s, color .3s;
}
.pageGreeting {
    text-align: center;
    padding: 0;
}
#content .pageGreeting {
	padding: 25px 0;
}

#content h1, #content h2, #content h3 {color: #000; text-transform: uppercase;}

#content #sideBar h3 {text-transform: none;}

#bottomBar .pageGreeting  h1, #bottomBar .pageGreeting h2 {
    color: white;
	height: auto;
	display: block;
    white-space: initial;
    font-size: 30px;
    padding: 0 5%;
}

#bottomBar .pageGreeting h2 {
    letter-spacing: 3px;
    font-size: 18px;
    color: #e0dfdc;
}
#content p {
    line-height: 24px;
}
.pageGreeting .quote {
    display: block;
    text-align: left;
    padding: 0;
    position: absolute;
    top: 10px;
    float: left;
}
.pageGreeting .quote:nth-of-type(2) {
    text-align: right;
    right: 0;
    top: 90px;
}

/* ##### Mobile Nav ##### */
#mobileNav {
    z-index: 1001;
    position: absolute;
    right: 8px;
    margin-top: 32px;
}
#mobileMenu {
    margin: 0;
    padding: 0;
    width: auto;
    white-space: nowrap;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
#mobileMenu img {
    height: 28px;
}
#mobileMenu:hover ul#mNav {
    display: block;
}
ul#mNav {
    width: auto;
    z-index: 1001;
    display: none;
    position: absolute;
    top: 42px;
    margin: 0;
    padding: 0;
    right: -8px;
    white-space: nowrap;
    list-style-type: none;
    background: white;
    box-shadow: 0px 15px 15px #777;
}
ul#mNav li {
    margin: 0;
    padding: 0;
    color: #777;
    display: block;
    text-align: left;
}
ul#mNav li a {
    float: none;
    display: block;
    margin: 0;
    padding: 0 15px;
    line-height: 48px;
    height: 48px;
    color: black;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
ul#mNav li a:hover {
    background: #eee;
    color: black;
}

#content .img-style img {margin: 0; box-shadow: 1px 1px 2px rgba(0,0,0, .5);}
#content .img-style2 img {float:left; margin: 0px 20px 18px 0;  box-shadow: 1px 1px 2px rgba(0,0,0, .5);}
#content .img-style3 img {float: right; margin: 0 0px 18px 20px;  box-shadow: 1px 1px 2px rgba(0,0,0, .5);}

.vacation-home-slideshow1 {float: left; margin: 0 20px 10px 0;}
.vacation-home-slideshow2 {float: right; margin: 0 0px 10px 20px;}
.vacation-home-slideshow1 .ccm-gallery, .vacation-home-slideshow2 .ccm-gallery {margin: 0; padding: 0; position: relative;}
.ccm-gallery tbody tr td img {box-shadow: 0 1px 2px 1px rgba(0,0,0,.25);}
table.ccm-gallery {border: none;}

/* ##### CTAS ##### */
#ctas {
    clear: both;
    display: block;
    overflow: hidden;
}
.cta {
    position: relative;
    display: block;
    margin: 1px 0 15px;
    cursor: pointer;
}
.cta img {
    display: none;
}
.ctaImg {
    background-size: cover;
    background-position: center center;
    height: 400px;
    border: 1px solid #aaa;
    box-shadow: inset 8px 8px 0px white, inset -8px -8px 0px white;
}
.cta h1 {
    text-align: center;
    margin: 0;
    padding: 25px 0 20px;
    font-weight: 700;
    color: #333;
    font-size: 18px;
}
.cta p {
    font-style: italic;
    color: #777;
    padding: 0 15px 15px;
    display: block;
}
.cta .button a, #special .button a{
    display: block;
    position: absolute;
    float: none;
    text-align: center;
    text-transfomr: uppercase;
    width: 230px;
    height: 36px;
    background: none;
    border: 2px solid white;
    margin: auto;
    line-height:32px;
    color: #FFF;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    transition: background .3s, color .3s;
}
.cta .overlay:hover .button a, #special .overlay:hover .button a{
    background: white;
    color: black;
    text-decoration: none;
}
.cta:hover .overlay {
    background: rgba(0,0,0,.5);
}
.cta .overlay {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    opacity: 1;
    background: rgba(0,0,0,.0);
    transition: background .3s, color .3s;
}

.imageWrapper {
    display: block;
    border: 1px solid #aaa;
    box-shadow: inset 8px 8px 0px white, inset -8px -8px 0px white;
    height: auto;
    margin-bottom: 20px;
    padding: 8px;
}
.imageWrapper img {
    max-width: 100%; height: auto;
}

/* ##### SPECIALS SLIDER ##### */
#specials {
    clear: both;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0 10%;
}
#specialSlider {
    width: 100%;
    min-height: 500px;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}
.special {
    position: absolute;
    width: 70%;
    min-height: 400px;
    height: auto;
    margin: 50px 15%;
    background: rgba(255,255,255,.85);
    padding: 40px;
    box-shadow: 0px 0px 30px rgba(0,0,0,.2);
    opacity: .3;
    transition: opacity .2s, left .3s;
}
#arrowRight {
    position: absolute;
    z-index: 5;
    width: 7.5%;
    height: 400px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 7.5%;
    background-image: url(../images/arrowRight.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
#arrowLeft {
    display: none;
    position: absolute;
    z-index: 5;
    width: 7.5%;
    height: 400px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 7.5%;
    background-image: url(../images/arrowLeft.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.special h3 {
    margin: 0;
    padding: 0 0 25px;
    color: #333;
}
.special p {
    color: #888;
    font-size: 14px;
    padding: 0 0 15px;
}
#specials img {
    width: 100%;
}
#specials .button {
    background: #BD4932;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    transition: background .3s;
}
#specials .button:hover {
    background: #ba3c23;
}

/* ##### GALLERY ##### */
#gallery {
    margin: 0 10% 100px;
}
.galleryItem {
    position: relative;
    display: block;
    border: 1px solid #aaa;
    margin: 15px 0;
    padding: 8px;
    cursor: pointer;
}
.galleryItem .galleryImg {
    position: relative;
    z-index: 1;
    display: block;
    height: 300px;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center center;
}
.galleryImg img {
    display: none;
}
.galleryItem p {
    padding: 15px;
    font-size: 14px;
    color: #555;
    text-shadow: 1px 1px 0px white;
    margin: 0 25px;
}
.galleryItem u:nth-child(1) {
    text-decoration: none;
    font-weight: 700;
    display: block;
    padding-bottom: 8px;
}
.galleryItem u {
    display: block;
    text-decoration: none;
}
.galleryItem .overlay {
    display: block;
    position: absolute;
    z-index: 2;
    margin: 0;
    top: 0px;
    padding: 0;
    width: 100%;
    height: 300px;
    opacity: 0;
    background: rgba(0,0,0,.5);
    transition: opacity .2s;
}
.galleryItem:hover .overlay {
    opacity: 1;
}
.galleryItem .overlay img {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

#backdrop {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 24;
    background: #666;
    opacity: .5;
}

#galleryPopup {
    position: fixed;
    z-index: 25;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    padding: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0px 0px 50px #555;
}
#galleryPopup img {
    width: 100%;
}
#galleryPopup p {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    bottom: 0;
    background: rgba(255,255,255,.7);
    color: #333;
}
#galleryPopup u:nth-child(1) {
    font-weight: 700;
}
#galleryPopup u {
    font-weight: 500;
    text-decoration: none;
    padding: 0 15px;
}

ul.social {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.social li {display: inline-block;}

.socialButton {
    width: 52px;
    height: 52px;
    border-radius: 42px;
    background: #619958;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 6px;
    display: block;
}
.socialButton:hover {
    background: #507d49;
}
.socialButton img {
    height: 40px;
}

/* ##### FOOTER ##### */

#sideBar input {
    width: 100%;
    margin: 5px 0;
    padding: 7px 0;
    text-indent: 5px;
    border: 2px solid #aaa;
}
#sideBar input:focus {
    border: 2px solid #2980b9;
}
#footer ul {
    list-style-type: none;
    margin: 0; padding: 0;
    width: 100%;
}
#footer {
    margin-top: 25px;
	border-top: 1px solid rgba(0,0,0,.2);
}
#footerNav {
    height: auto;
}
#footerNav {
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0;
    border-top: 1px solid #eee;
    text-align: center;
}
#footerNav li a {
    margin: 0;
    padding: 0;
    height: 150px;
    line-height: 150px;
    color: black;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
	white-space: nowrap;
    display: block;
}
#footerLogo {
    line-height: 0px;
    margin: 0;
    padding: 0 15px;
    height: 90px;
    color: #333;
    text-align: center;
    font-size: 0px;
}
#footerLogo img {
	width: 100%;
    margin-top: 16px;
	max-width: 200px;
}
.border-top p {text-align: center; font-size: 12px;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta, #special {max-width: 320px; margin: 10px auto 10px;}
    #sideBar h3 {text-align: center;}
    .cta .button a, #special .button a {width: 160px; }
    .cta.suite .button a {width: 220px;}
    #footerLogo {height: auto;}
    #footerNav {padding: 10px 0 15px;}
    ul.social {text-align: center;}
}

@media only screen and (max-width: 767px) {
    #topBar, #navBar {position: relative; width: auto; background: #32312D; top: 0;}
    #footerLogo {height: auto;}
    #footerNav {padding: 10px 0 15px;}
    #sideBar h3 {text-align: center;}
    #bottomBar {display: none;}
    #content h1 {font-size: 26px; margin: 0;}
    .cta, #special {max-width: 300px; margin: 20px auto;}
    #content h3 {font-size: 20px;}
    ul.social {text-align: center;}
}