@charset "UTF-8";
/* CSS Document */


body {
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;

}


header {
    background-color: rgba(0, 0, 0, 0.70);
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 1px;
    width: 100%;
    position: fixed;
    z-index: 1;


}

a {
    font-weight: 300 !important;
}


/*pop-up video*/
/*
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 100;
    display: none;
}

.cnt223 > a {
    text-decoration: none;
    letter-spacing: 0;
    font-size: 34px;
    line-height: 0.5;
    z-index: 400;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    padding: 5px 5px 10px 5px;
    margin: -20px 0 0 20px;
    color: #FFF;
}

.cnt223 > a:hover {
    color: #FFF;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}

.cnt223 {
    min-width: 300px;
    max-width: 800px;
    min-height: 150px;
    margin: 100px auto;
    position: relative;
    z-index: 103;
    padding: 40px;
    border-radius: 5px;
}

.cnt223 p {
    clear: both;
    color: #000;
    font-size: 20px;
}

.close {
    font-weight: bold;

}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}


.cnt223 .x:hover {
    cursor: pointer;
}
*/
/*Iframe*/
/*
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
*/

/*Start Logo text style and position*/

.logo {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 250px;
    padding-bottom: 20px;

}

.logo a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
}

.logo a:link {
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
}

.logo a:visited {
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
}

.logo a:active {
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
}


.logo a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
}



.top {
    margin-bottom: -15px;
    font-size: 1.6em;
    letter-spacing: 2.5px;
    font-weight: 600;

}


/*End Logo text style and postion*/

/*Navigation - Menu*/

.res {
    border: 2px solid rgba(255, 255, 255, 1.00);
    padding-left: 0;
    cursor: pointer;

}

.nav .res {
    padding: 6px 6px 3px 8px;
}


/** nav styling **/

.nav {
    position: fixed;
    width: 100%;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.70);
    padding-bottom: 3px;

}

/**MAIN NAV STYLE
.nav a {
    text-decoration: none;
    color: #FFFFFF;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
}**/

/**TEMP NAV STYLE**/
.nav a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
    padding: 2px 2px 1px 2px;
}

/**MAIN NAV STYLE padding was 2px 0; margin was 0;**/
.nav ul {
    list-style-type: none;
    display: block;
    text-align: center;
    padding: 2px 0 2px;
    margin: 10px 0 0;

}

/**MAIN NAV STYLE 
padding left and right was 20px**/
.nav ul li {
    display: inline-block;
    padding: 4px 26px 0 26px;
    border-right: 1px solid #FFF;
}

/*added for fewer links*/
.border {
    border-left: 1px solid #FFF;
}

.nav .submenu ul {
    display: none;
    text-align: left;
    position: fixed;
    margin-top: 7px;

}

.nav .submenu:hover ul {
    display: block;
}


.submenu ul li {
    display: block;
    margin-top: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.70);
    border-bottom: 1px solid rgba(255, 255, 255, 1.00);
    border-collapse: collapse;

}

.line {
    border-top: 1px solid rgba(255, 255, 255, 1.00);
    border-collapse: collapse;
}

.nav a:link {
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
}

.nav a:visited {
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
}

.nav a:active {
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
}


.nav a:hover {

    text-decoration: none;
    color: rgba(182, 182, 182, 1.00);

}

i {
    margin-left: 8px;
}

/*END NAVIGATION*/

/* carousel fullscreen */

.carousel-fullscreen .carousel-inner .item {
    height: 100vh;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    z-index: -100;

}

/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

}



.super-heading {
    font-family: 'Qwigley', cursive;
    font-size: 6em;
    line-height: 105px;


}


.super-heading span {
    display: none;
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}






/*********FOOTER*************/

.reserve-button {
    background-color: #FFFFFF;
    text-align: center;
    position: fixed;
    bottom: 60px;
    width: 100%;
    height: 30px;
    padding: 7px;
    display: none;
    cursor: pointer;
}

.reserve-button a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;

}

.reserve-button a:link {
    color: #000000;
    text-decoration: none;
}

.reserve-button a:visited {
    color: #000000;
    text-decoration: none;
}

.reserve-button a:active {
    color: #000000;
    text-decoration: none;
}


.reserve-button a:hover {
    color: #000000;
    text-decoration: none;
}

.chfooter-container {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.70);
    bottom: 0px;
}

footer {
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 870px;

}

/*Footer Terms & Conditions*/

footer a {
    color: rgba(255, 255, 255, 1.00);
    font-weight: 300;
    padding-left: 5px;
    text-decoration: underline;

}

footer a:link {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1.00);
}

footer a:visited {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1.00);
}

footer a:active {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1.00);
}


footer a:hover {
    color: rgba(196, 196, 196, 1.00);
    text-decoration: underline;
}

footer .terms {
    padding-left: 15px;
    padding-top: 2px;
}

.terms2 {
    display: none;
}

/*Facebook/Instagram Icons*/

.social-icon-fi {
    width: 40px;
    height: 40px;
    padding: 8px 8px 8px 5px;
}

/*E-mail Icon*/

.email-icon {
    width: 38px;
    height: 37px;
    padding: 2px 4px 4px 4px;
    margin-bottom: -1px;
}

/*Left / Social Icon Container*/

.footer-left {
    padding-bottom: 0;
    padding-top: 18px;
    height: 80px;
    display: inline-block;


}

/*Middle Container*/

.chfooter-mid {
    width: 220px;
    padding-left: 105px;
    display: inline-block;
}

.chlogo {
    width: 45px;
    height: 32px;

}

/*Right Container*/

.footer-right {
    padding-left: 200px;

}

/*Newsletter Button Style*/

.footer-right .newsletter {
    border: 2px solid #FFFFFF;
    text-decoration: none;
    padding: 8px 6px 6px 8px;

}




.dl-menuwrapper {
    display: none;
}



/***** END GLOBAL ********/






/******************Tablet/Mobile Landscape *******************/

@media screen and (max-width: 875px) {

    header {
        position: fixed;
        top: 0;
        height: 60px;
    }

    .logo {
        margin-bottom: 10px;
        margin-top: -18px;
        padding-bottom: 0px;

    }

    header .logo .top {
        margin-top: 30px;
    }

    /*Hamburger*/
    .nav {
        display: none;
    }

    .dl-menuwrapper {
        display: block;
    }

    .dl-menuwrapper li a {
        display: block;
        position: relative;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 5px !important;
        font-weight: 300;
        color: #fff;
        outline: none;
        border-bottom: 1px solid #FFFFFF;

    }

    .dl-menuwrapper li.dl-back:after,
    .dl-menuwrapper li > a:not(:only-child):after {
        line-height: 34px !important;
    }

    .res1 {
        cursor: pointer;
        border-top: 1px solid #FFFFFF;
    }

    .carousel-fullscreen .carousel-inner .item {
        height: 100vh;
        min-height: 300px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0px;
        z-index: -100;

    }


    .reserve-button {
        display: block;
    }


/*
    .chfooter-container {
        position: fixed;
        width: 100%;
        height: 60px;
        background-color: rgba(0, 0, 0, 0.65);
        bottom: 0px;
    }
*/
    
        .chfooter-container {
        position: fixed;
        width: 100%;
        height: 70px;
        padding-bottom: 20px;
        padding-top: 5px;
        z-index: 1;

    }

    footer {
        width: 600px;
        padding-left: 40px;

    }

    footer a {
        color: rgba(255, 255, 255, 1.00);
        font-weight: 400;
        padding-left: 5px;
        text-decoration: underline;

    }

    .terms {
        display: none;
    }

    .terms2 {
        display: block;
        padding-left: 10px;
    }


    .footer-left {
        display: inline-table;
        margin-top: 0;

    }

    .chfooter-mid {
        padding-bottom: 20px;
        padding-left: 77px;
    }

    .footer-right {
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

}











/*IPad/IPad Mini - Portrait*/

@media only screen and (max-width: 770px) and (min-width: 767px) {


    header {
        position: fixed;
    }

    .dl-menuwrapper {
        margin-left: 20px;
    }

    .dl-menuwrapper li a {
        display: block;
        position: relative;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 10px !important;
        font-weight: 300;
        color: #fff;
        outline: none;
        border-bottom: 1px solid #FFFFFF;

    }

    .dl-menuwrapper li.dl-back:after,
    .dl-menuwrapper li > a:not(:only-child):after {
        line-height: 38px !important;
    }

}



/*Iphone SE landscape*/

@media screen and (max-width: 600px) {
    
    /*
    footer {
        width: 100%;
        padding-left: 10px;
    }

    .footer-left {
        display: inline-table;
        margin-top: 0;
        width: 160px;

    }

    .chfooter-mid {
        padding-bottom: 20px;
        padding-left: 80px;
        display: inline-block;
    }

    .footer-right {
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 20px;
        display: inline-block;
    }

}


*/


/*Mobile Portrait*/

@media screen and (max-width: 550px) {

    header {
        position: fixed;
    }
    
    /*
    .cnt223 > a {
    padding: 0 0 0 10px;
    margin: -40px 0 0 0;
    color: #FFF;
}
    */

    .dl-menuwrapper li a {
        display: block;
        position: relative;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 10px !important;
        font-weight: 300;
        color: #fff;
        outline: none;
        border-bottom: 1px solid #FFFFFF;

    }

    .dl-menuwrapper li.dl-back:after,
    .dl-menuwrapper li > a:not(:only-child):after {
        line-height: 38px !important;
    }

/*
    .reserve-button {
        position: fixed;
        bottom: 80px;

    }
*/

/*
    .chfooter-container {
        position: fixed;
        width: 100%;
        height: 90px;
        background-color: rgba(0, 0, 0, 0.65);
        bottom: 0px;
        z-index: 1;
    }
    */
    
        .chfooter-container {
        position: fixed;
        width: 100%;
        height: 78px;
        padding-bottom: 5px;
    }



    footer {
        width: 325px;
        margin: auto;
        padding-left: 0;
    }

    /*Facebook/Instagram Icons*/
    .social-icon-fi {
        width: 40px;
        height: 40px;
        padding: 8px 0px 8px 0px;
        margin-right: -8px;
    }

    /*E-mail Icon*/
    .email-icon {
        width: 38px;
        height: 39px;
        padding: 4px;
        margin-bottom: 1px;
        margin-left: 4px;
    }

    .terms2 {
        font-size: .9em;
        display: block;
        padding-left: 8px;
    }

    /*left container  margin top was 10px display was inline-table*/
    .footer-left {
        display: inline-block;
        width: 150px;
        margin-top: -15px;
        margin-left: auto;

    }

    /*middle container*/
    .chfooter-mid {
        padding-bottom: 10px;
        padding-left: 0px;
        padding-top: 0px;
        display: inline;
    }

    /*display was set to inline-block  margintop was not set*/
    .chlogo {
        width: 45px;
        height: 32px;
        margin-left: -15px;

    

    }

    /*right container  display was inline padding was 0 0 8px 0;*/
    .footer-right {
        padding: 12px 0 9px 0;
        margin-right: auto;
        display: inline-block;

    }

}


















/*iPhone SE - Portrait*/

@media screen and (max-width: 320px) {


    .dl-menuwrapper {
        margin-left: -8px;
    }


    .dl-menuwrapper li.dl-back:after,
    .dl-menuwrapper li > a:not(:only-child):after {
        line-height: 38px !important;
    }

    footer {
        width: 300px;
        margin: auto;
        padding-left: 0;
    }

    .reserve-button {
        position: fixed;
        bottom: 75px;


    }

        /*ADDED THIS IN FOR NEW NAV*/
    .footer-right {
        margin-bottom: 20px;
    }
    
    
    /*ADDED THIS STYLING*/
    .top {
        margin-left: 20px;
        width: 100%;
        padding-left: 1px;
    }

/*
    .chfooter-container {
        margin-bottom: -5px;
    }

*/
    
    .chfooter-container {
        height: 70px;    
    }
    
    /*margin top was 15px*/
    .footer-left {
        display: inline-table;
        width: 145px;
        margin-bottom: -8px;
        margin-top: 7px;
        margin-left: auto;

    }

    /*Small Logo MARGIN BOTTOM WAS 2px*/
    .chlogo {
        height: 32px;
        margin-left: -30px;
        margin-bottom: 18px;
        width: 45px;

    }

    /*Facebook/Instagram Icons*/
    .social-icon-fi {
        display: inline-block;
        height: 30px;
        margin-right: -8px;
        margin-bottom: -3px;
        padding: 6px 0px 6px 0px;
        width: 30px;
    }

    /*E-mail Icon*/
    .email-icon {
        display: inline-block;
        height: 28px;
        margin-bottom: -3px;
        margin-left: 6px;
        padding: 2px;
        width: 28px;
    }

    .terms2 {
        display: block;
        font-size: .8em;
        padding-left: 2px;

    }
    


}
