﻿body {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    color:#163b69;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #163b69;
    font-weight: 500;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.darkheader {
    color:#000;
}
body.main {
    background: #fff none repeat scroll 0 0;
}
#main-wrap {
    overflow: hidden;
}
.full-width {
    overflow: hidden;
    width: 100%;
}
.full-width-image img {
    height: auto;
    width: 100%;
}

.home-top-image {
    height: 100%;
    margin-bottom: -30px;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.home-top-image img {
    height: auto;
    margin: auto;
    vertical-align: middle;
    width: 100%;
}
.white-banner-callout {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: auto;
    padding: 5px 25px 25px 25px;
    position: absolute;
    right: 6%;
    top: 35%;
    width: 420px;
    border-radius:2px;
}
.white-banner-callout a {
    font-size:20px;
    margin-top:10px;
}
.white-banner-callout .button-wrapper{
    width:30%;margin-top:10px;
    margin-bottom:15px;
}
.white-banner-callout .intro-text{
    font-size:14px;
    color:#163b69;margin-left:5px;
}

.white-banner-callout .linkFindout {
    float:right;
    text-align:right; 
    width:50%;
    margin-top:20px;
    line-height:14px
}
    .white-banner-callout .linkFindout a {
        font-size:12px;
        color:#666;
    }
    .white-banner-callout .linkFindout a:hover {
        color:#21518e;
    }

.white-banner-callout .hp-contact-button {
    font-size: 14px;
    font-weight: 500;
    margin: 0 15px 15px;
    padding: 7px 10px;
    position: relative;
    top: -6px;
}
.top-intro-banner {
    height:40px;
    background: rgba(0, 0, 0, 0.60) none repeat scroll 0 0;
    text-align:center;
    padding:5px;
    position:absolute;
    top:0;
    width:100%;
    z-index:500;
}
.top-intro-banner h2{
    color:#fff;
    font-size:20px;
    margin-top:5px;
}
#sticky-nav {
    background: rgba(79,129,189, 0.8) none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}

.navbar-wrapper .navbar-inverse ul.navbar-nav li a {
    transition: all 0.3s ease 0s;
}
.navbar-wrapper img {
    height: 76px;
    transition: all 0.3s ease 0s;
}
.navbar-wrapper .navbar-toggle {
    transition: all 0.3s ease 0s;
}
.navbar-wrapper.shrink .navbar-inverse ul.navbar-nav li a {
    margin-top: 15px;
    transition: all 0.3s ease 0s;
}
.navbar-wrapper.shrink img {
    height: 50px;
    transition: all 0.3s ease 0s;
}
.navbar-wrapper.shrink .navbar-toggle {
    margin-top: 8px;
    transition: all 0.3s ease 0s;
}

.navbar-toggle {
    background-color: #21518e;
    margin-top: 20px;
}
    .navbar-toggle .icon-bar {
        background-color:#fff !important;
    }
.navbar-wrapper .navbar-inverse {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #d1d3d4;
}
.navbar-wrapper .navbar-inverse .navbar-brand {
    padding: 0 0 0 90px;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav {
    float: right;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav li {
    color: #eee;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav li a {
    color: #ddd;
    margin-right: 20px;
    margin-top: 5px;
    padding: 0;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav li a:hover {
    color: #fff;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav li.button-style a {
    color: #ffffff;
    line-height: 145%;
    padding: 5px 15px;
    position: relative;
    top: -4px;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav li.button-style a:hover {
    background: #8db261 none repeat scroll 0 0;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav .active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 4px solid #524339;
    color: #524339;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav .last a {
    background: rgba(0, 0, 0, 0) url("/images/static/nav-arrow.png") no-repeat scroll right 6px;
    margin-right: 20px;
    padding-right: 10px;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav .last a:hover, .navbar-wrapper .navbar-inverse ul.navbar-nav .last.active a {
    background: rgba(0, 0, 0, 0) url("/images/static/nav-arrow-active.png") no-repeat scroll right 6px;
}
.navbar-wrapper .navbar {
    margin-bottom: 0;
}
.navbar {
    min-height:90px;
}
    .navbar img {
        margin:5px;
    }

.font-18 {
    font-size: 18px;
}


.footer-left {
    text-align:left;
}

.navbar .hide-till-scroll {
    display:none;
}
.show-mobile-only {
    display:none !important;
}
#intro p {
    font-size:1.2em;
    opacity:.9;
}
/*Custom button in LI item*/
.navbar-nav > li > .btn {
  color: #fff !important;
  background-color: #0093cf !important;
  font-size:12px !important;
  border-radius:2px !important;
  font-weight:bold !important;
  text-transform:uppercase !important;
  padding:6px 12px !important;
  margin:8px 0 0 10px;
}
/*.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #2a3940;
}*/


/* =========================================================================================== */
/* RESPONSIVE STYLES */
/* =========================================================================================== */

.img-responsive {
    display: inline;
}
@media (min-width: 1401px) {
.destinations #header-wrap, .destinations #header-wrap .header-inner #header-content-wrap {
    height: 575px;
}
.calendar.destinations #header-wrap, .calendar.destinations #header-wrap .header-inner #header-content-wrap {
    height: auto;
}
}
@media (max-width: 1400px) {
.destinations #header-wrap, .destinations #header-wrap .header-inner #header-content-wrap {
    height: 475px;
}
.calendar.destinations #header-wrap, .calendar.destinations #header-wrap .header-inner #header-content-wrap {
    height: auto;
}
#prop-gallery-wrap .prop-climate {
    padding: 80px 0;
}
#prop-gallery-wrap .prop-club-type {
    padding-top: 50px;
}
.destination.property .prop-links {
    padding-top: 45px;
}
}
@media (max-width: 1200px) {
.destinations #header-wrap, .destinations #header-wrap .header-inner #header-content-wrap {
    height: 440px;
}
.destinations #header-wrap.expanded, .destinations #header-wrap.expanded .header-inner #header-content-wrap {
    height: 560px;
    max-height: 560px;
}
#prop-gallery-wrap .prop-climate {
    padding: 40px 0;
}
#prop-gallery-wrap .prop-club-type {
    padding-top: 30px;
}
#prop-map-wrap #map-container {
    width: 900px;
}
#map {
    left: 5%;
    top: 90px;
}
div#calendar-tips {
    top: 300px !important;
}
#header-wrap .header-inner #header-content-wrap .header-content-wrap-inner .header-subnav-wrap li a {
    width: 160px;
}
#header-wrap .header-inner #header-content-wrap .header-content-wrap-inner .header-subnav-wrap li.my-membership.expanded .popup-membership {
    left: -210px;
}
.row.experiences .col-md-4 h2 {
    margin: 30px -1px 15px;
}
.row.experiences .col-md-4 h2.quintess {
    margin: 30px 50px 15px;
}
a.trans-overlay-property {
    font-size: 12px;
}
.row.properties .col-lg-4 {
    margin-bottom: 20px;
}
.row.quintess-life .testimonial p {
    font-size: 14px;
    padding: 6px 10px 0;
}
.element.testimonial, .element.iso-black-test {
    width: 706px;
}
.height-382 {
    height: 317px;
}
#pre-footer .call-out {
    padding: 33px 97px;
}
#pre-footer .contact-us {
    padding: 30px 100px 29px;
}
#pre-footer .contact-us a.email {
    display: inline-block;
    margin-bottom: 10px;
}
#pre-footer .contact-us a.contact {
    display: inline-block;
}
.destination.property .prop-links {
    padding: 15px 50px 0 30px;
}
.destination.property .prop-links a {
    font-size: 12px;
    padding: 7px 0;
}
.destination.property .address {
    width: 100%;
}
.destination.property .bedding-config-table #prop-map {
    margin: 0 0 20px;
    text-align: left;
    width: 100%;
}
}
@media (max-width: 992px) {
.white-banner-callout {
    height: auto;
    right: 10%;
    top: 10%;
    width: 400px;
}
.white-banner-callout h2 {
    font-size: 22px;
}
.home-top-image {
    margin-bottom: -30px;
}
.navbar-wrapper img {
    height: 50px;
}
.navbar-wrapper .navbar-toggle {
    margin-top: 8px;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav {
    padding-left: 20px;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav li a {
    font-size: 12px;
    margin-right: 14px;
    margin-top: 4px;
}
.navbar-wrapper .navbar-inverse ul.navbar-nav li .active a {
    border-bottom: medium none;
}
.destination #header-wrap .header-inner img.stretch-bg, .guide #header-wrap .header-inner img.stretch-bg {
    min-height: inherit;
    min-width: inherit;
}
.destinations #header-wrap, .destinations #header-wrap .header-inner #header-content-wrap {
    max-height: 400px;
}
#map, .view-map, #prop-map-wrap {
    display: none !important;
}
.desktop-only {
    display: none !important;
}
.tablet-only {
    display: block !important;
}
.stay-floated {
    float: left;
    width: 33.3%;
}
.no-left-pad {
    padding-left: 15px !important;
}
.no-right-pad {
    padding-right: 15px !important;
}
#header-wrap .header-inner #header-content-wrap .header-content-wrap-inner .header-content-main {
    font-size: 18px;
}
#header-wrap .header-inner img.stretch-bg {
    left: -24%;
    max-width: 150%;
    position: relative;
    width: 150%;
}
.element.testimonial, .element.iso-black-test {
    width: 98%;
}
.row.experiences .col-md-4 h2, .row.experiences .col-md-4 h2.quintess {
    margin: 30px 0 15px;
}
a.trans-overlay-property {
    font-size: 14px;
}
.row.life {
    padding: 20px 0 50px 30px;
}
.row.quintess-life .testimonial p {
    font-size: 16px;
    padding: 25px 100px 0;
}
.height-382 {
    height: auto;
    padding-bottom: 30px !important;
}
#footer .social-icons {
    float: left;
    padding: 50px 10px 50px 30px;
}
.navbar-wrapper .navbar-inverse .navbar-brand {
    padding: 0;
}
.destination.property .prop-links {
    float: left;
    padding: 65px 80px 20px;
    width: 50%;
}
.destination.property .prop-links a {
    font-size: 14px;
    padding: 10px 0;
}
.destination.property .prop-club-type {
    float: left;
    width: 50%;
}
.destination.property .bedding-config-table .summary {
    float: left;
    width: 49%;
}
.destination.property .bedding-config-table .rooms {
    float: right;
    width: 49%;
}
}
@media (max-width: 768px) {
    .home-top-image {
        margin-bottom: -50px;
    }
    .width-tablet-100 {
        width: 100% !important;
    }
    .white-banner-callout {
        height: auto;
        right: 5%;
        top: 5%;
        width: 60%;
    }
    .white-banner-callout h2 {
        font-size: 18px;
    }
    .white-banner-callout a {
        xdisplay: none;
    }
        .white-banner-callout h3 {
            font-size:16px;
        }
    body.property {
        padding-top: 50px;
    }
    body.property #sticky-nav {
        bottom: inherit !important;
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
    }
    .navbar-wrapper img {
        height: 50px;
    }
    .navbar-wrapper .navbar-toggle {
        margin-top: 8px;
    }
    .navbar-wrapper .navbar-inverse ul.navbar-nav {
        padding-left: 20px;
    }
    .navbar-wrapper .navbar-inverse ul.navbar-nav .active a {
        border-bottom: medium none;
    }
    #header-wrap #header-content-wrap .header-content {
        left: 40px;
        top: 40px;
    }
    #header-wrap #header-content-wrap .header-content-bot {
        bottom: 0;
        font-size: 10px;
        right: 0;
    }
    #header-wrap .header-inner #header-content-wrap .header-content-wrap-inner .header-subnav-wrap li a {
        padding: 8px 15px 6px;
        width: auto;
    }
    #header-wrap .header-inner #header-content-wrap .header-content-wrap-inner .header-subnav-wrap li.share.expanded a.share-link {
        width: 150px;
    }
    #header-wrap .header-inner #header-content-wrap .header-content-wrap-inner .header-subnav-wrap li.share.expanded .addthis_toolbox {
        opacity: 1;
        padding: 8px 0;
        width: 150px;
    }
    .main.my_quintess .col-section, .main.planner .col-section, .main.security .col-section, .main.book .col-section, .main.wish .col-section {
        padding: 15px;
    }
    .my_quintess .col-md-4, .wish .col-md-4, .my_quintess .col-md-8, .wish .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }
    .row.featurette.gray-bg .col-md-12 p.lead {
        padding: 30px 0 0;
    }
    .row.properties {
        padding: 0 50px;
    }
    .row.experiences .col-md-4 h2, .row.experiences .col-md-4 .btn {
        font-size: 18px;
    }
    .marketing.container .overview-experiences {
        padding: 30px 80px;
    }
    .filters a.button-rounded, .filters-buttons a.button-rounded {
        display: block;
        margin-bottom: 5px;
        padding: 5px 10px;
    }
    .filters ul li, .filters-buttons ul li {
        margin-bottom: 0;
    }
    .main.dashboard .travel-planning .width-70 p {
        width: 100%;
    }
    #pre-content .pre-content-inner .call-out {
        padding: 40px !important;
    }
    #footer .social-icons {
        float: none;
        padding: 20px 0 0;
        text-align: center;
    }
    #footer .contact-info {
        padding-top: 10px;
    }
    #footer .contact-info .address {
        text-align: right;
    }
    .element.big {
        height: auto;
        width: 98%;
    }
    .element.big a.trans-overlay-experience {
        font-size: 11px;
    }
    .element.big a.trans-overlay-experience span {
        float: right;
        margin-left: 0;
    }
    .element.small, .element.med, .element.audio, .element.video, .element.dest, .element.dest.details.supplier, .element.dest.details {
        height: auto;
        text-align: center;
        width: 98%;
    }
    .element.testimonial, .element.iso-black-test {
        width: 98%;
    }
    .element.customer-experience {
        width: auto;
    }
    .row.life {
        padding: 20px 0;
    }
    .element.video .featurette-banner-full {
        display: none;
    }
    .element.video .play-button {
        margin-top: -75%;
        width: 30%;
    }
    .destination.property .prop-links {
        float: none;
        padding: 20px 150px;
        width: 100%;
    }
    .destination.property .prop-club-type {
        float: none;
        width: 100%;
    }
    .destination.property .bedding-config-table .summary, .destination.property .bedding-config-table .rooms {
        width: 100%;
    }
    .footer-left {
        text-align:center;
        margin-bottom:20px;
    }

    #intro p {
        font-size:1em;
    }
    .hiw-item {
        font-size:14px !important;
    }
}
@media (max-width: 480px) {
    .flex-direction-nav {
        display:none;
    }
    .flex-caption {
        font-size:10px !important;
        top:70% !important;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile-only {
        display:block !important;
    }

    .top-intro-banner h2 {
        font-size: 12px;
    }
    h4.orange span.grey-top-bottom {
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
    }
    .destinations #header-wrap, .destinations #header-wrap .header-inner #header-content-wrap {
        max-height: 250px;
    }
    .home-top-image {
        margin-bottom: 0;
    }
    .home-top-image img {
        left: -40%;
        position: relative;
        width: 200%;
    }
    .navbar {
        min-height:40px;
    }

    .nav-external{
        margin-top:6px;
    }
    .white-banner-callout {
        height: auto;
        padding: 0;
        top: 50px;
        width: 65%;
    }
    .flex-caption{
        display:none !important;
    }

    .white-banner-callout .button-wrapper{
        width:100%;
        margin-top:8px;
        text-align:center;
        margin-bottom:8px;
    }
    .white-banner-callout .intro-text{
        font-size:12px;
        padding:4px;
    }
    .white-banner-callout h2 {
        font-size: 16px;
        margin: 10px;
    }
    .white-banner-callout h3 {
        font-size: 12px;
        margin: 10px;
        display:none;
    }
    .white-banner-callout p, .white-banner-callout a {
        xdisplay: none;
        font-size:12px;
    }
    #header-wrap .header-inner #header-content-wrap .header-content {
        left: 20px;
    }
    #header-wrap .header-inner #header-content-wrap .header-content .header-content-main {
        font-size: 12px;
    }
    #header-wrap .header-inner #header-content-wrap .header-content .header-content-sub {
        display: none;
    }
    #header-wrap .header-inner #header-content-wrap .header-content-bot {
        display: none;
    }
    #header-wrap .header-inner img.stretch-bg {
        left: -49%;
        max-width: 200%;
        position: relative;
        width: 200%;
    }
    .destination #header-wrap .header-inner img.stretch-bg {
        left: -75%;
        max-width: 300%;
        width: 300%;
    }
    .navbar-wrapper .navbar-inverse ul.navbar-nav {
        float: none;
    }
    #header-wrap.property-header {
        height: 59px;
    }
    #header-wrap.property-header ul.top-info-links {
        clear: left;
    }
    #header-wrap .header-inner #header-content-wrap .header-content-wrap-inner .header-subnav-wrap li a {
        font-size: 10px;
        padding: 8px 8px 6px;
    }
    #header-wrap .header-inner #header-content-wrap .header-content-wrap-inner .header-subnav-wrap li.share.expanded .addthis_toolbox {
        top: -44px;
    }
    #photo-gallery div.controls, #fp-gallery div.controls {
        top: 35%;
    }
    .marketing.container .overview-experiences {
        padding: 30px;
    }
    .row.featurette.gray-bg .col-md-12 {
        padding: 30px;
    }
    .row.featurette.gray-bg .col-md-12 p.lead {
        padding: 15px 0 0;
    }
    .row.experiences {
        width: auto;
    }
    .row.experiences .col-md-4 {
        padding: 0 10px;
    }
    .row.experiences .col-md-4 h2, .row.experiences .col-md-4 .btn {
        font-size: 14px;
    }
    .row.properties {
        padding: 0;
    }
    .row.quintess-life .testimonial p {
        padding: 25px 15px 0;
    }
    .row.quintess-life .testimonial p.author {
        padding-left: 30px;
        padding-right: 15px;
    }
    .filters ul, .filters-buttons ul {
        margin-left: 20px;
    }
    .filters ul li, .filters-buttons ul li {
        float: none;
    }
    #pre-footer .call-out {
        padding: 30px !important;
    }
    #pre-footer .contact-us {
        padding: 50px 40px;
    }
    #pre-footer .contact-us a.email {
        margin-right: 0;
    }
    #footer .social-icons {
        padding: 20px 0 0;
        text-align: center;
    }
    #footer .contact-info {
        font-size: 13px;
        padding: 30px 20px;
        text-align: center;
    }
    #footer .contact-info .contact {
        float: none !important;
        margin: 0;
    }
    #footer .contact-info .address {
        text-align: center;
    }
    .element.big a.trans-overlay-experience {
        font-size: 9px;
        letter-spacing: normal;
    }
    .destination.property .prop-links {
        padding: 20px 50px;
    }
    .destination.property .prop-gallery-link .button-rounded {
        font-size: 10px;
        padding: 5px 10px;
    }

    .footer-left {
        font-size:.8em;
    }

}
.clear {
    clear: both;
}





/*FORMS*/
.form-field-label {
    font-size: 16px;
    margin-left: 5px;
}
input, select, textarea, textarea:focus { vertical-align: baseline; 
                          margin: 5px; 
                          color: #666; 
                          background-color: #ddd; 
                          border-radius: 3px; 
                          padding: .7em; 
                          font-size: 1.15em; 
                          font-weight: bold; 
                        }
    textarea:focus, input:focus, select:focus { border: inset 1px #192833; color:#000; outline: none; background-color: #fff; }
    textarea.wide, input.wide, select.wide { width: 250px; }
    textarea.narrow, input.narrow, select.narrow { width: 150px; }

.input-light, .select-light { vertical-align: baseline; 
                              margin: 5px; 
                              color: #666; 
                              background-color: #fff; 
                              border-radius: 2px; 
                              padding: 9px; 
                              font-size: 1.15em; 
                              font-weight: bold; 
                              border:inset 1px #192833; 
                        }
.input-light:focus, .select-light:focus { color: #333; 
                                          border:inset 1px #192833; 
                                          background-color: #fff; }



/*MORE CUSTOMIZATION*/
        .ui-widget-overlay {
            background: #000 none repeat scroll 0 0;
            opacity: 0.7;
        }
        .ui-dialog { overflow: visible; }
            .ui-dialog .ui-dialog-titlebar-close { position: absolute; 
                                                   right: -20px; top: -13px; width: 36px;
                                                   margin: -10px 0 0 0; padding: 1px; height: 36px; }
            .ui-dialog .ui-dialog-content { padding:.5em 0 .5em 1em;  }
        .ui-dialog
        {
            border: 1px solid #666666 !important;
            background: #3C5F7D !important;
            color: #222222 !important;
        }
        .ui-icon { width: 36px; height: 36px; background-image: url(/content/images/close.png); }
        .ui-widget-content .ui-icon { background-image: url(/content/images/close.png); }
        .ui-widget-header .ui-icon { background-image: url(/content/images/close.png); }
        .ui-state-default .ui-icon { background-image: url(/content/images/close.png); }
        .ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(/content/images/close.png); }
        .ui-state-active .ui-icon { background-image: url(/content/images/close.png); }
        .ui-state-highlight .ui-icon { background-image: url(/content/images/close.png); }
        .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(/content/images/close.png); }
        .ui-icon-closethick { background-position: 0 0; height:45px; width:45px; margin-left:-25px; margin-top:15px;}
        .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: none; background: none; font-weight: normal; color: #026890; }
        .ui-dialog .ui-dialog-titlebar-close { padding: 0; }

        #bestPracticesForNonProfitsContent { color: #ffffff; }
            #bestPracticesForNonProfitsContent h1 { font-family: "Trebuchet MS", Helvetica, sans-serif; font-style: italic; color: #ffffff; font-weight: normal; width: 97%; border-bottom: 1px solid #ccc; padding: 0 0 5px 0; margin: 10px 0 20px 0; font-size: 1.7em; }

        .answer { margin-left: 30px; }

        .hiw-wrapper {
            padding-left:50px;
            clear:both;
            margin-top:20px
        }
        .hiw-line {
            clear:both;
            margin-top:15px;
        }
        .hiw-num {
            float:left;
            font-size:16px;
            border:2px solid #fff;
            border-radius:50px;
            height:22px;
            width:25px;
            text-align:center;
            padding-top:3px;
            margin-right:10px;

        }
        .hiw-item {
            float:left;
            font-size:18px;
            margin-top:3px;
        }
        .hiw-image {
            float:left;
            margin-left:30px;
            margin-top:-15px;

        }

        .content-title {
            font-size: 28px;
            font-weight: 500;
        }

        .flex-caption {
          position:absolute;
          width: auto;
          padding: 6px 10px;
          left: 0;
          top: 85%;
          background: rgba(0,0,0,.5);
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0,0,0,.5);
          font-size: 14px;
          line-height: 18px;
          display:block;
          border-radius:2px;
          z-index:999 !important;
        }
              .faq-q {
            clear:both;
            font-weight:bold;
            font-size:18px;
            line-height:20px;
            margin-bottom:8px;
        }
            .faq-q:before {
                content: "Q. ";
            }
        .faq-a {
            line-height:20px;
            font-weight:normal;
            font-size:16px;
            margin-left:25px;
            margin-bottom:30px;
        }
            .faq-a a {
                color: #e6b076 !important;
                text-decoration: underline;
            }
    #home {
      xbackground-image: url(/Content/images/SelfServe/slides/santorini-greece-wallpaper_43pct.jpg);
      xbackground-image: url(/Content/images/SelfServe/slides/sheraton_3000x1300.jpg);
      xbackground-image: url(/Content/images/SelfServe/slides/web-BF-DyeClub_1400_600_90_s_c1.jpg);
      xbackground-image: url(/Content/images/SelfServe/slides/cq5dam.web.1280.1280.jpeg);
      xbackground-image: url(/Content/images/SelfServe/slides/MSC1216384_DI_ShipExterior.jpg);
      xbackground-image: url(/Content/images/SelfServe/slides/GroupChildren01.jpg);
    }


    .flexslider {
    margin: 0;
    padding: 0;
    }

    .flexslider, .slides {
    max-height:500px;
    overflow:hidden;
    border: 0px;
    }

    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position:relative;
    overflow:hidden;
    min-height: 500px;

    }

    .flexslider {
    margin: 0 0 0 0;
    background: #ffffff;
    border: 0px solid #ffffff;
    position: relative;
    zoom: 1;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    */
    }
    .flexslider .slides {
    zoom: 1;
    min-height: 500px;
    overflow:hidden;
    }
    .flexslider .slides img {
    min-height:100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    }

    .flex-direction-nav a {top: 70%;
                           height:60px;}

    @media screen and (max-width: 1200px) {
        .flexslider, .slides {
            max-height:400px;
        }
            .flexslider .slides > li {
            min-height: 400px;
            }
    }
    @media screen and (max-width: 900px) {
        .flexslider, .slides {
            max-height:300px;
        }
            .flexslider .slides > li {
            min-height: 300px;
            }
    }
    @media screen and (max-width: 760px) {
        .flexslider, .slides {
            max-height:240px;
        }
            .flexslider .slides > li {
            min-height: 240px;
            }
    }
    @media screen and (max-width: 420px) {
       .flexslider, .slides {
            max-height:200px;
        }
            .flexslider .slides > li {
            min-height: 200px;
            }
      }
