html,body {
    height: 100%;
}

body {
    margin: 0;
    background: #fff;
    min-width: 300px;
}

html, body, p, li, dd, td {
    color: #083549;
    line-height: 140%;
    font-size: 1.05em;
    font-family: 'Montserrat', sans-serif;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url(images/preloader.gif) center center no-repeat;
}

img a, a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.wrapper {
    width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}

/* Header                                           */
/* ------------------------------------------------ */
#header {
    padding: 15px 0 0 0;
    background: #d03523;
    height: 100px;
}

#header .wrapper {
    z-index: 99;
}

#headerlogo {
    position: absolute;
    left: 0;
}

.slidercontainer {
    height: 88%;
    width: 100%;
    z-index: 1;
}

.flexsliderheader {
    height: 100%;
}

.flexsliderheader ul.slides li {
    background-position: top center;
}

.singleslide {
    max-height: 60%;
    min-height: 550px;
    overflow: hidden;
    background: #dedede; /*#00a2e5*/;
}

.singleslide img {
    width: 100%;
    height: auto;
    display: block;
}

.singleslide-container {
    margin: 0 -50px;
}
.singleslide .wrapper {
    padding: 0 !important;
}

@media screen and (max-width: 1100px) {
    .singleslide {
        min-height: 0;
    }
    /*
    .singleslide img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }*/
}

@media screen and (max-width: 800px) {
    .slidercontainer, .flexsliderheader {
        height: 500px;
    }

    #headerlogo {
        width: 150px;
        height: auto;
    }

    #header {
        height: 60px;
    }

    #header ul.menu {
        top: 60px !important;
    }
}

@media screen and (max-width: 600px) {

    /*.singleslide-container img {
        position: absolute;
        margin: auto;
        min-height: 300px;
        min-width: 555px;
        left: -100%;
        right: -100%;
    }*/
}

/* Menu                                             */
/* ------------------------------------------------ */
a.anchor-link {
    display: none;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 2px 25px 0 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    z-index: 100;
}

#header ul.menu, #header ul.menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 0 auto;
    display: block;
    text-align: right;
}

#header ul.menu ul:after {
    content: ""; clear: both; display: block;
}

#header ul.menu li {
    padding: 0;
    background: none;
    display: block;
}

#header ul.menu > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: -4px; /* remove the 4px gap inline elements have */
}

#header ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 0 auto;
}

#header ul.menu li a {
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    padding: 0 0 0 25px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    -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;
}

/* style the main menu items differently */
#header ul.menu li#menu-item-22 a, #header ul.menu li#menu-item-23 a, #header ul.menu li#menu-item-24 a, #header ul.menu li#menu-item-25 a, #header ul.menu li#menu-item-26 a {
    font-size: 27px;
    text-transform: uppercase;
    color: #e5e20f;
}

/* style the "Bookings" menu */
#header ul.menu li#menu-item-30 a {
    text-transform: uppercase;
    color: #e5e20f;
}

#header ul.menu li a:hover {
    opacity: 0.5;
}


#header ul.menu li.current-menu-item > a, #header ul.menu li.current-menu-parent > a, #header ul.menu li.current-menu-ancestor > a {
    opacity: 0.7;
}

#header ul.menu li.menu-item-has-children, #header ul.menu li.menu-item-has-children > a, #header ul.menu ul.sub-menu li.menu-item-has-children > a {
    position: relative;
}

#header ul.menu li.menu-item-has-children > a, #header ul.menu ul.sub-menu li.menu-item-has-children > a {
    padding-right: 24px;
}

/* give the dropdowns a plus indicator */
#header ul.menu li.menu-item-has-children > a:after {
    width: 30px;
    height: 40px;
    line-height: 40px;
    content: '\25BC'; /* plus: \002B      down arrow: \25BC  */
    vertical-align: middle;
    text-align: center;
    right: 0;
    position: absolute;
    font-size: 8px;
    font-weight: normal;
}

#header ul.menu li.menu-item-has-children > a.close:after {
    content: '\25B2'; /* minus: \2012      up arrow: \25B2 */
}

/* dropdowns */
#header ul.menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    min-width: 300px;
    z-index: 9999;
}

#header ul.menu ul.sub-menu > li {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 1px;
    text-align: left;
    float: none;
}

/* the last dropdown */
#header ul.menu li.menu-item-has-children:last-child ul.sub-menu li {
    min-width: 250px;
}

#header ul.menu li.menu-item-has-children:last-child ul.sub-menu {
    right: 0;
}

#header ul.menu ul.sub-menu > li a:after {
    height: 22px;
    line-height: 22px;
}

#header 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);
}

#header ul.menu ul.sub-menu > li a {
    background: none;
    color: #333;
    font-size: 16px;
    text-shadow: none;
    padding: 15px 20px;
    display: block;
    line-height: 25px;
    text-decoration: none;
}

#header ul.menu ul.sub-menu > li.current-menu-item > a {
    font-weight: bold;
    color: #000;
}

#header ul.menu ul.sub-menu > li.current-menu-item > a, #header ul.menu ul.sub-menu > li.current-menu-parent > a, #header ul.menu ul.sub-menu > li.current-menu-ancestor > a {
    background: #bbb;
    color: #fff;
}

#header ul.menu ul.sub-menu > li a:hover {
    background: #1f1f1f;
    color: #fff;
}

#header ul.menu ul.sub-menu > li:last-child {
    border-bottom: 0;
}


/*sub submenus  */
#header ul.menu ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
}

#header ul.menu ul.sub-menu ul.sub-menu > li a {
    min-width: 160px;
}

@media screen and (min-width: 1271px) {
    #header ul.menu {
        display: block !important;
    }
}

@media screen and (max-width: 1270px) {
    a.anchor-link {
        display: block;
    }

    #menusplit {
        display: none;
    }

    #header ul.menu li#menu-item-22 a, #header ul.menu li#menu-item-23 a, #header ul.menu li#menu-item-24 a, #header ul.menu li#menu-item-25 a, #header ul.menu li#menu-item-26 a {
        font-size: 24px;
        color: #d03523;
    }

    #header ul.menu li#menu-item-30 a {
        color: #d03523;
    }

    #header .wrapper {
        padding: 0;
    }

    #headerlogo {
        padding: 0 0 14px 20px;
    }

    #header ul.menu {
        display: none;
        position: absolute;
        top: 100px;
        width: 100%;
        z-index: 1000;
        -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);
    }

    #header 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;
    }

    #header ul.menu > li {
        margin-right: 0; /* clear the 4px negative margin set above */
    }

    #header ul.menu li a {
        text-shadow: none;
        padding: 6px 0;
    }

    #header ul.menu li.menu-item-has-children, #header ul.menu li.menu-item-has-children > a, #header ul.menu ul.sub-menu li.menu-item-has-children > a {
        padding-right: 0;
    }

    #header ul.menu > li.current_page_item a, #header ul.menu > li.current-menu-parent > a {
        background: #bbb;
        color: #fff;
        text-decoration: none;
    }

    /* plus and minus when in responsive mode */
    #header ul.menu li.menu-item-has-children > a:after {
        content: '\002B';
    }

    #header ul.menu li.menu-item-has-children > a.close:after {
        content: '\2012';
    }

    #header ul.menu li a {
        color: #666;
        display: block;
        padding-left: 25px;
    }

    #header ul.menu li a:hover, #header ul.menu ul.sub-menu > li a:hover {
        color: #fff !important;
        background: #d03523;
        opacity: 1;
        text-decoration: none;
    }

    #header ul.menu li:last-child {
        border-bottom: none;
    }

     /*submenu items */
    #header ul.menu ul.sub-menu, #header ul.menu ul.sub-menu ul.sub-menu {
        position: relative;
        left: auto;
        top: auto;
    }

    #header ul.menu li:hover > ul {
        display: none;
    }


    #header ul.menu ul.sub-menu > li {
        padding: 0;
        text-align: left;
        margin-bottom: 0;
    }

    #header ul.menu ul.sub-menu > li a {
        font-size: 15px;
        padding: 12px 40px;
    }

    #header ul.menu li > ul {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #header ul.menu ul.sub-menu > li:last-child, #header ul.menu ul.sub-menu > li:first-child {
        padding: 0;
    }

    #header ul.menu ul > li:first-child {
        border-top: 1px solid #cccccc;
    }

    /*sub sub menus */
    #header ul.menu ul.sub-menu ul.sub-menu > li a {
        padding-left: 60px;
    }
}
