@import url('https://fonts.googleapis.com/css?family=Oswald|Peddana');

/* Header */
.header {
    background-color: #2e2e2e;
    height: 190px!important;
    border: none;
    transition: all 0.5s ease;
}
.has_action_buttons .header .top {
    height: 150px;
}
.header .header_logo {
    position: relative;
    margin: 0 auto;
    float: none;
    background-size: 100%;
    height: 128px;
    transition: all 0.5s ease;
}
.header .header_info{
    display: none;
}



/* Scrolled: Header */
.scrolled .header {
    height: 100px !important;
}
.scrolled .header .top {
    height: 60px;
}
.scrolled .header .header_logo {
    width: 90px;
}



/* Nav */
.nav,
.nav_wrapper {
    max-width: 100%;
    top: -55px;
    left: 17px;
    position: relative;
}
.nav .list_pages {
    margin-top: 90px;
    line-height: 100%;
    text-align: center;
    transition: all 0.5s;
}
.nav .list_pages .list_subs{
    width: 200px;
}
.nav .list_pages .item_page .link{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fdce0f;
    letter-spacing: 3px;
    margin-left: 10px;
}
.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link{
    color: #d92424;
}
.item_spacer {
    display: inline-block;
    width: 200px;
}



/* Content */
.content h2 {
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #f0a51b;
}
.content .highlight_block {
    border: none;
    background-color: transparent;
}
.content .block_contact_address {
    padding: 0;
}
.content .body_block p{
    line-height: 180%;
}
.content .body_sublinks,
.content .body_block p.subtext{
    display: none;
}



/* Page */
.page{
    border: none;
    color: #fff;
}
.page .page_content {
    background-color: #626262;
    background-image: url(/images/decoration-new.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.page_home .page_wrapper {
    width: 100%;
}
.page_menus .page_content {
    color: #000;
}
.definition {
    background-image: url(/images/definition.png?1509033212);
    width: 60%;
    float: left;
    padding: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}
.definition h3,.reserve h3 {
    font-size: 53px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fdb60b;
    text-align: center;
}
.definition p {
    letter-spacing: 3px;
}
.reserve {
    width: 40%;
    padding: 40px 0;
    float: right;
}



/* Menus */
 .page_menus .page .page_content{
    background-color: #fff!important;
}
.content .section_name{
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #f0a51b;
}
.page div .section_desc,
.content .menu_section .menu_item table.menu_item_prices,
.content .menu_section .menu_item .item_desc{
    color: #000;
}
.content .menus_list .list_item{
    padding: 0;
    margin: 0 6px 4px 0;
    padding: 5px;
    background-color: #dcb513;
    width: 155px;
}
.bullet{
    display: none;
}
.content .menu_section .menu_item h4.item_name,
.content .menu_section .menu_item td.price {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    color: #000;
    text-shadow: none;
}
.menu_section .menu_item .item_desc {
    margin-bottom: 15px;
}



/* Footer */
.footer{
    background-color: #1e1e1e;
}
.footer .footer_info .footer_column{
    border: none;
}
.footer .footer_info .footer_column_logo .logo_image {
    background-size: 100%;
    height: 150px;
}
.footer .footer_logo .link{
    display: none;
}