/* General styles                                   */
/* ------------------------------------------------ */
html,body {
    height:100%;
}

body {
    margin: 0;
    background: #fdfdfd;
    min-width: 300px;
}

html, body, p, li, dd, td {
    color: #505051;
    line-height: 160%;
    font-size: 1.0em;
    font-family: 'Open Sans', sans-serif;
}

/* Header                                           */
/* ------------------------------------------------ */
#krd {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 6px;
    color: #42ad29;
    font-size: 14px;
}

img#headerlogo {
    float: left;
}

.slidercontainer {
    height: 100%;
}

.slidercontainer .flexsliderheader, .single-slide {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}

.single-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.section {
    position: relative;
    z-index: 99;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
}

.header-section {
    height: 90%;
}

img.section-spacer {
    min-height: 280px;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}


.display-table-cell {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.section-text-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 70px 0;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.section-text-wrapper-inner {
    margin-top: 80px;
}

.section-text-wrapper-inner h2 {
    font-size: 50px;
    line-height: 120%;
    margin: 0;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.slidercontainer-inner, .section-text-wrapper-inner {
    height: 600px;
}

.section-text-wrapper, .section-text-wrapper p, .section-text-wrapper li, .section-text-wrapper h2,
.section-text-wrapper-inner, .section-text-wrapper-inner p, .section-text-wrapper-inner li, .section-text-wrapper-inner h2 {
    color: #fff;
}

.section-text-wrapper ul {
    margin: 0;
    list-style-position: inside;
}

.section-text-wrapper li {
        font-size: 20px;
}

.section-text-wrapper h2 {
    font-size: 70px;
    line-height: 120%;
    margin: 0;
}

.section-text-wrapper a.readmore b, .section-text-wrapper a.readmore strong {
    font-weight: 700;
}

.section-text-wrapper a.readmore:hover, #testimonials a.readmore:hover  {
    background: #346880 !important;
}


a.guided {
    background: #65b154 !important;
    color: #fff !important;
}

a.selfguided {
    background: #7f8dbe !important;
    color: #fff !important;
}

a.rentals {
    background: #c9aac7 !important;
    color: #fff !important;
}

/* Homepage                                         */
/* ------------------------------------------------ */
.homepageintro {
    background-size: cover;
    font-size: 1.2em;
}

.homepageintro h1 {
    font-size: 2.5em;
    text-align: center;
}


.homepageintro h1::after {
    content: "";
    width: 50px;
    height: 5px;
    background: #f47b20;
    display: block;
    position: relative;
    bottom: -20px;
    margin-bottom: 40px;
    left: 50%;
    margin-left: -25px;
}


.homepageintro, .homepageintro p, .homepageintro h1, .homepageintro h2, .homepageintro li, .homepageintro a {
    color: #fff;
}

/* homepage FAQ accordion  */
.homepageintro div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    padding-top: 8px;
}

.homepageintro .ewd-ufaq-faq-title-text h4 {
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 4px solid #5c9150;
    width: 100%;
}

.homepageintro .ewd-ufaq-faq-body{
    padding-top: 0;
    margin-top: -10px;
}

/* homepage testimonials  */
.homepageintro .wpmtst-testimonial  {
    background: rgba(255, 255, 255, 0.6);
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    width: 100%;
}

.homepageintro .wpmtst-testimonial, .homepageintro .strong-view.wpmtst-default .wpmtst-testimonial-inner, .homepageintro .strong-view.wpmtst-default .wpmtst-testimonial {
    border: 0;
}

.homepageintro .wpmtst-testimonial-heading {
    background: url("images/quotation-mark-icon.svg") no-repeat scroll left center transparent !important;
    background-size: 30px !important;
    color: #082302;
    text-shadow: none;
}

.homepageintro .wpmtst-testimonial-content p {
    padding-left: 40px;
    color: #111;
}

/* Navbar                                           */
/* ------------------------------------------------ */
#navbar {
    position: relative;
    /*padding-top: 18px;*/
    padding: 10px 0;
    z-index: 99;
    height: 80px;
    background: rgba(0,0,0,0.8);
    border-bottom: 0;
}

a.anchor-link {
    display: none;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 30px 25px 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

#submenu-toggle {
    float: left;
    margin-left: -7px;
}

#submenu-title {
    display: none;
}

a.readmore, input[type="submit"] {
    color: #fff;
    background: #ff9500;
    padding: 12px 22px;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 120%;
    cursor: pointer;
    border: 0;
}

a.readmore:hover, input[type="submit"]:hover {
    background: #42ad29;
    color: #fff !important;
}

a.readmore, input[type="submit"], #subnav ul li a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* Menu                                             */
/* ------------------------------------------------ */
ul.menu, ul.menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 0 auto;
    display: block;
    text-align: right;
}

ul.menu ul:after {
    content: ""; clear: both; display: block;
}

ul.menu li {
    padding: 35px 0 0 0;
    background: none;
    display: block;
}

ul.menu > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: -4px; /* remove the 4px gap inline elements have */
}

ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 0 auto;
}

ul.menu li a {
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

/*
ul.menu li:first-child a {
    padding-left: 0;
}
*/

ul.menu li a:hover {
    background: #f47b20;
}




ul.menu > li.current-menu-item > a, ul.menu > li.current-menu-parent > a, ul.menu > li.current-page-ancestor > a {
    background: #f47b20;
}


ul.menu li.menu-item-has-children, ul.menu li.menu-item-has-children > a, ul.menu ul.sub-menu li.menu-item-has-children > a {
    position: relative;
}

ul.menu li.menu-item-has-children > a, ul.menu ul.sub-menu li.menu-item-has-children > a {
    padding-right: 24px;
}

/* give the dropdowns a plus indicator */
ul.menu li.menu-item-has-children > a:after {
    width: 30px;
    height: 42px;
    line-height: 42px;
    content: '\25BC'; /* plus: \002B      down arrow: \25BC  */
    vertical-align: middle;
    text-align: center;
    right: 0;
    position: absolute;
    font-size: 10px;
    font-family: verdana;
    font-weight: normal;
}

ul.menu li.menu-item-has-children > a.close:after {
    content: '\25B2'; /* minus: \2012      up arrow: \25B2 */
}

/* dropdowns */
ul.menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    min-width: 260px;
    z-index: 9999;
}

ul.menu ul.sub-menu > li {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ddd;
    text-align: left;
    float: none;
}

/* the last dropdown */
ul.menu li.menu-item-has-children:last-child ul.sub-menu li {
    min-width: 250px;
}

ul.menu li.menu-item-has-children:last-child ul.sub-menu {
    right: 0;
}

ul.menu ul.sub-menu > li a:after {
    height: 22px;
    line-height: 22px;
}

ul.menu li > ul {
    -moz-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.2);
}

ul.menu ul.sub-menu > li a {
    background: none;
    color: #888;
    font-size: 16px;
    text-shadow: none;
    padding: 15px 20px;
    display: block;
    line-height: 25px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
}

ul.menu ul.sub-menu > li.current-menu-item > a {
    font-weight: bold;
    color: #000;
}

ul.menu ul.sub-menu > li.current-menu-item > a, ul.menu ul.sub-menu > li.current-menu-parent > a, ul.menu ul.sub-menu > li.current-menu-ancestor > a {
    background: #77ccce;
    color: #fff;
}

ul.menu ul.sub-menu > li a:hover {
    background: #887e6e;
    color: #fff;
}

ul.menu ul.sub-menu > li:last-child {
    border-bottom: 0;
}


/*sub submenus  */
ul.menu ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
}

ul.menu ul.sub-menu ul.sub-menu > li a {
    min-width: 160px;
}

@media screen and (min-width: 971px) {
    ul.menu {
        display: block !important;
    }
}

@media screen and (max-width: 970px) {
    #navbar {
        float: none;
    }

    #submenu-title {
        display: block;
    }

    #navbar nav > ul {
        display: none;
    }

    #navbar .wrapper {
        padding: 0;
    }

    img#headerlogo {
        padding-left: 25px;
    }

    a.anchor-link {
        display: block;
    }

    ul.menu {
        display: none;
        position: absolute;
        top: 100px;
        width: 100%;
        z-index:99;
        -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
    }

    #subnav ul.menu {
        top: 80px;
    }

    #navbar li#menu-item-24 a {
        color: #77ccce;
    }

    ul.menu li {
        float: none;
        display: block;
        list-style: none;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        line-height: 60px;
    }

    ul.menu > li {
        margin-right: 0; /* clear the 4px negative margin set above */
    }

    ul.menu li.menu-item-has-children, ul.menu li.menu-item-has-children > a, ul.menu ul.sub-menu li.menu-item-has-children > a {
        padding-right: 0;
    }

    ul.menu > li.current_page_item a, ul.menu > li.current-menu-parent > a {
        background: #c1bfa7;
        color: #fff;
        text-decoration: none;
    }

    /* plus and minus when in responsive mode */
    ul.menu li.menu-item-has-children > a:after {
        content: '\002B';
    }

    ul.menu li.menu-item-has-children > a.close:after {
        content: '\2012';
    }

    ul.menu li a {
        color: #666;
        display: block;
        padding-left: 25px;
        text-shadow: none;
    }

    ul.menu li a:hover, ul.menu ul.sub-menu > li a:hover {
        color: #fff;
        background: #c1bfa7;
        text-decoration: none;
    }

    ul.menu li:last-child {
        border-bottom: none;
    }

        /*submenu items */
    ul.menu ul.sub-menu, ul.menu ul.sub-menu ul.sub-menu {
        position: relative;
        left: auto;
        top: auto;
    }

    ul.menu li:hover > ul {
        display: none;
    }


    ul.menu ul.sub-menu > li {
        padding: 0;
        text-align: left;

    }

    ul.menu ul.sub-menu > li a {
        font-size: 15px;
        padding: 12px 40px;
    }

    ul.menu li > ul {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    ul.menu ul.sub-menu > li:last-child, ul.menu ul.sub-menu > li:first-child {
        padding: 0;
    }

    ul.menu ul > li:first-child {
        border-top: 1px solid #cccccc;
    }

    /*sub sub menus */
    ul.menu ul.sub-menu ul.sub-menu > li a {
        padding-left: 60px;
    }
}

@media screen and (max-width: 800px) {
    #navbar {
        background: rgba(0,0,0,1);
    }
}

@media screen and (max-width: 500px) {
    #navbar {
        height: 60px;
    }

    #navbar a.anchor-link {
        padding-top: 7px;
    }

    ul.menu {
        top: 80px;
    }
}

/* SubMenu                                          */
/* ------------------------------------------------ */
#subnav {
    position: relative;
    z-index: 99999;
    margin-bottom: 50px;
}

#subnav ul {
    margin: 0;
    padding: 0;
    background: #fff;
}

#subnav ul li {
    background: none;
    font-weight: 700;
    padding: 0;
    list-style-type: none;
    display: block;
    text-align: right;
}

#subnav ul li a, #subnav ul li span {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 2px 10px;
    text-decoration: none;
    font-weight: 700;
    color: #323132;
}


#subnav ul li a:hover, #subnav ul li.current-menu-item a:hover {
    background: #ff9500;
    color: #fff;
}

#subnav ul li.current-menu-item a {
    color: #ff9500;
}

#subnav ul li:first-child a {
    font-size: 20px;
}


#subnav ul li span {
    /*text-transform: uppercase;*/
    display: block;
    font-size: 16px;
    padding: 5px 10px;
    color: #888;
    background: #eee;
}


#subnav ul.guidedtours li a:hover, #subnav ul.guidedtours li.current-menu-item a:hover {
    background: #42ad29;
    color: #fff;
}

#subnav ul.guidedtours li.current-menu-item a, #subnav .guidedtours {
    color: #42ad29;
    background: #fff;
}

#subnav ul.guidedtours li:first-child a {
    background: #42ad29;
    color: #fff;
}

#subnav ul.guidedtours li:first-child.current-menu-item a {
    color: #b1e6a4;
}


#subnav ul.selfguidedtours li a:hover, #subnav ul.selfguidedtours li.current-menu-item a:hover {
    background: #84a1c6;
    color: #fff;
}

#subnav ul.selfguidedtours li.current-menu-item a, #subnav .selfguidedtours {
    color: #84a1c6;
    background: #fff;
}

#subnav ul.selfguidedtours li:first-child a {
    background: #84a1c6;
    color: #fff;
}

#subnav ul.selfguidedtours li:first-child.current-menu-item a {
    color: #c3d6ed;
}


#subnav ul.motorcyclerentals li a:hover, #subnav ul.motorcyclerentals li.current-menu-item a:hover {
    background: #c5a4bc;
    color: #fff;
}

#subnav ul.motorcyclerentals li.current-menu-item a, #subnav .motorcyclerentals {
    color: #c5a4bc;
    background: #fff;
}

#subnav ul.motorcyclerentals li:first-child a {
    background: #c5a4bc;
    color: #fff;
}

#subnav ul.motorcyclerentals li:first-child.current-menu-item a {
    color: #efddea;
}

#submenu-title {
    float: left;
    margin: 43px 0 0 -10px;
    font-weight: bold;
    font-size: 14px;
}