



/*  Fonts  */
@font-face {
    font-family: 'wcmanonegrabta';
    src: url('../resto/resto/fonts/wcmanonegrabta.eot');
    src: url('../resto/resto/fonts/wcmanonegrabta.eot?#iefix') format('embedded-opentype'),
url('../resto/resto/fonts/wcmanonegrabta.woff') format('woff'),
url('../resto/resto/fonts/wcmanonegrabta.ttf') format('truetype'),
url('../resto/resto/fonts/wcmanonegrabta.svg#wcmanonegrabta') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-regular';
    src: url('../resto/resto/fonts/aleo-regular.eot');
    src: url('../resto/resto/fonts/aleo-regular.eot?#iefix') format('embedded-opentype'),
url('../resto/resto/fonts/aleo-regular.woff') format('woff'),
url('../resto/resto/fonts/aleo-regular.ttf') format('truetype'),
url('../resto/resto/fonts/aleo-regular.svg#aleo-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-light';
    src: url('../resto/resto/fonts/aleo-light.eot');
    src: url('../resto/resto/fonts/aleo-light.eot?#iefix') format('embedded-opentype'),
url('../resto/resto/fonts/aleo-light.woff') format('woff'),
url('../resto/resto/fonts/aleo-light.ttf') format('truetype'),
url('../resto/resto/fonts/aleo-light.svg#aleo-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-italic';
    src: url('../resto/resto/fonts/aleo-italic.eot');
    src: url('../resto/resto/fonts/aleo-italic.eot?#iefix') format('embedded-opentype'),
url('../resto/resto/fonts/aleo-italic.woff') format('woff'),
url('../resto/resto/fonts/aleo-italic.ttf') format('truetype'),
url('../resto/resto/fonts/aleo-italic.svg#aleo-italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-bold';
    src: url('../resto/resto/fonts/aleo-bold.eot');
    src: url('../resto/resto/fonts/aleo-bold.eot?#iefix') format('embedded-opentype'),
url('../resto/resto/fonts/aleo-bold.woff') format('woff'),
url('../resto/resto/fonts/aleo-bold.ttf') format('truetype'),
url('../resto/resto/fonts/aleo-bold.svg#aleo-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #fff;
}

.wrapper{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

h1, h2, h3, h4, h5 ,h6{
    color: #191312;
    font-family: "aleo-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

header nav ul li a,
.featured_dishes .slider_nav a,
.gallery .media section img,
footer .footer_nav ul li a{
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -o-transition:all .3s linear;
}

/*    menu    */
.menu{
    width: 100%;
    overflow: hidden;
    border-top: 4px solid #f34949;
    padding-bottom: 100px;
}

.menu .menu_title{
    text-align: center;
    margin-bottom: 80px;
}

.menu .menu_title h2{
    display: inline-block;
    margin: 0;
    padding: 20px 25px 35px 25px;
    background: url("img/ribbon.svg") no-repeat;
    background-position: 50% 0;

    color: #fff;
    font-family: "aleo-bold", arial;
    font-size: 20px;
    font-weight: bold;
}


.menu article{
    width: 490px;
}

.menu .mean_menu{
    overflow: hidden;
}

.menu .hidden_items{
    display: none;
    overflow: hidden;
}

.menu article.lmenu{
    float: left;
}

.menu article.rmenu{
    float: right;
}

.menu article ul{
    overflow: hidden;
    list-style: none;    
}

.menu article ul li{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}

.menu article ul li .item_info{
    display: inline-block;
    float: left;
}

.menu article ul li h3{
    color: #491000;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    margin: 0;
    background: #fff;
    padding: 0 40px 10px 0;
    letter-spacing: .5px;
    font-weight: normal;
}

.menu article ul li .item_desc{
    color: #883E24;
    font-family: "aleo-italic", arial;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: lighter;
}

.menu article ul li .price{
    float: right;
    color: #555;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 0 0 30px 40px;
    background: #fff;
    margin: 0;
    font-weight: normal;
}

.menu article ul li .separator{
    width: 100%;
    height: 1px;
    background: #191312;
    position: absolute;
    top: 10px;
    border: 0;
    z-index: -1;
}

.menu .load-more{
    display: block;
    text-align: center;
}

.menu .load-more a{
    text-decoration: none;
    display: inline-block;
    color: #191312;
    margin-top: 30px; 
    padding: 10px 15px;
    border: 1px solid #191312;

    color: #191312;
    font-family: "aleo-regular", arial;
    font-size: 14px;
    letter-spacing: 1px;
}

.menu .load-more a hr{
    width: 1px;
    height: 12px;
    border: 0;
    background: #b7b7b7;
    display: inline-block;
    margin: 0 9px -1px 7px;
}

.menu .load-more a .bottom_arrow,
.menu .load-more a .top_arrow{
    display: inline-block;
    width: 11px;
    height: 7px;
    background-repeat: repeat-y;
    margin-bottom: 1px;
}

.menu .load-more a .bottom_arrow{    
    background: url("img/bottom_arrow.png");
}

.menu .load-more a .top_arrow{    
    background: url("img/top_arrow.png");
}