



@media (min-width:1145px){
    

    
    .hamburger{
        display: none;
    }
}


@media (max-width:1144px){
    
    /*! NORMAL header */
    
        header{
            z-index: 99;
            padding: 0;
        }
    
    header.smaller{
        padding-bottom: 0px;
    }
    
        .logo-container{
            position: relative;
            float: left;
            z-index: 99;
            margin-top: 15px;
            margin-left: -15px;
        }
    
        header  .logo-container img{
            height: 62px;
        }  
    
 /*! SHRINK header */  
        header.smaller .logo-container{
            margin-top: 5px;
        }
    
        header.smaller .logo-container img{
            height: 52px;
        }    
 /*!  header end */  
    
    
    
    nav{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
    background-color: rgba(0,25,65,1);
        padding-top: 140px;
    }
    
    nav ul{
        max-width: 320px;
        width: 100%;
        margin: auto auto;
        position: relative;
        float: none;
    }
    
    nav ul li{
        float: left;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    nav ul li a{
        line-height: 40px;
    }

    header.smaller .hamburger{
        top: 7px;
    }
    
    .hamburger{
        display: inline-block;
        right: 15px;
        top: 15px;
    }
    
    .nav-right{
        position: relative;
        float: right!important;
        margin-right: 65px;
        margin-top: 20px;
    }
    
    header.smaller .nav-right{
        margin-top: 10px;
    }
    
}

@media(max-width:991px){
    
.top-line i{
    font-size: 36px;
    margin-right: 10px;
    
}
    
    .page{
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media(max-width:767px){
    
    .top-line i{
    font-size: 56px;
    margin-right: 10px;
    
}
    
    footer .btn-group{
        margin-bottom: 30px;
    }
    
    .row-group a{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .row-group img{
        width: 60px;
    }
}

@media(max-width:575px){
    
.logo-container {
    left: 10px;
    top:-5px;
}    
.logo-container img {
    width: 140px;
}      
    .hamburger{
        right: -10px;
    }
    
    .nav-right{
        right: 0;
    }
    
    .nav-right li{
        margin-left: 10px;
    }
    
    
    .dropdown-toggle span{
        display: none;
    }
    
    form.reservation .col{
        width: 100%!important;
        float: left;
        margin-bottom: 15px;
    }
}

@media(max-width:469px){
    

    .nav-right{
        margin-right: 50px;
    }
    
    #language-menu .btn{
        padding-right: 0px;
        border: none;
    }
}