﻿body {
    margin: 0px;
    padding-top: 0;
}

body, html {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

article {
    color: #515151;
    max-width: 90%;
    width: 1000px;
    padding-top: 4%;
    margin: 0 auto;
    line-height: 160%;
}

/*BASE CSS STYLE FOR RESPONSIVE MENU*/
/*START*/
#menu {
    /*Rev 140508*/
    /* width:auto; */
    /* min-width:300px; */
    height: 45px;
    margin: 0 auto;
    /* position:relative; */
    overflow: no-display;
    /**/
    /* color: #FFF; */
    /* background: #222; */
    /* border-bottom: 2px solid #222; */
    padding-top: 6px;
    padding-bottom: 46px;
}

    #menu ul, #menu li {
        /* margin:0 auto; */
        /* padding:0 0; */
        /* list-style:none; */
    }
    #menu a {
}
    #menu ul {
        /* height:45px; */
        /* width:100%; */
        margin-left: 30%;
    }

    #menu li {
        float: left;
        display: inline;
        position: relative;
        font: 0.9em 'Lato', sans-serif;
        /*font-weight:700;*/
    }


        #menu li a:hover {
            color: #eaaf43;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    #menu input {
        display: none;
        margin: 0 0;
        padding: 0 0;
        width: 80px;
        height: 30px;
        opacity: 0;
        cursor: pointer;
    }

    #menu label {
        font: normal 20px Arial;
        display: none;
        width: 35px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        float: right;
    }

        /*BRAND*/
        #menu label span {
            font-size: 80%;
            position: absolute;
            left: 35px;
        }

    #menu ul.menus { /*SUBMENUS*/
        height: auto;
        overflow: hidden;
        width: 170px;
        background: #fff;
        position: absolute;
        z-index: 99;
        display: none;
        margin-left: 2px;
    }

        #menu ul.menus li {
            display: block;
            width: 100%;
            font: normal 100% Arial;
            text-transform: none;
            text-shadow: none;
        }

        #menu ul.menus a {
            color: #000;
            line-height: 40px; /*REV*/
            -webkit-transition: all .6s ease-in-out;
            -moz-transition: all .6s ease-in-out;
            -ms-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

    #menu li:hover ul.menus {
        display: block;
    }

    #menu ul.menus a:hover {
        background: #4077b8;
        color: #fff;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
      #menu a { /*main menu*/
        display: block;
        font-size: 120%;
        line-height: 37px;
        /* padding: 0 14px; */
        margin: 0 14px;
        text-decoration: none;
        /* color: #dedede; */
        /* padding-left: 0; */
        color: #4077b9;
        font-family: 'Montserrat', sans-serif;
    }
.reserve-btn:hover {
    background: #000;
    border-radius: 5px;
    padding: 0 52px;
}

/*END*/
/*BASE CSS STYLE FOR RESPONSIVE MENU*/
/**/
@media screen and (max-width: 1270px) {
    #menu ul {
        margin-left: 35%;
    }
}
/*MOBIL VERSION, 0 > 1000px*/
@media screen and (max-width: 1000px) {
    #menu {
        position: fixed;
        /* color:#fff; */
        /* background:#222; */
        /* border-bottom: 0px solid #222; */
    }

        /*#menu a {
        }*/

        #menu .reserve-btn {
            margin-left: 4px;
            width: 50%;
            margin-bottom: 14px;
        }

        #menu ul {
            top: 100%;
            left: 0;
            height: auto;
            display: none;
            position: absolute;
            z-index: 3;
            background: #fff;
            margin-left: 0;
        }

            #menu ul.menus {
                width: 100%;
                position: static;
                padding-left: 0px;
            }

        #menu li {
            font: normal 90% Arial;
            width: auto;
            display: block;
            float: none;
            text-align: left;
            text-align: -webkit-auto;
            text-align: -moz-auto;
        }

        #menu input, #menu label {
            margin: 0 2%;
            float: right;
            display: block;
            position: absolute;
            padding-top: 7px;
        }

        #menu input {
            z-index: 4;
        }

            #menu input:checked + label {
                color: #fff;
            }

            #menu input:checked ~ ul {
                display: block;
                width: 100%;
            }
}

.reserve-btn {
    /*border: 2px solid;*/
    margin-left: 55px;
    height: 36px;
    background: #1f355d;
    padding: 0 20px;
}

#menu ul li a {
}

#menu ul li:last-child a {
    color: #fff;
}
/*#reserve ul li:last-child a{color:#fff}*/
.menus ul li:last-child a {
    color: #000;
}

#menu li:hover ul.menus li:last-child a {
    color: #000;
}
/*End Media Queries*/
/*End CSS*/
