/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 20, 2014, 12:13:38 AM
    Author     : domenico
*/


.pricek41 {
    color: #8da6bf;
    font-size: 18px;
    line-height: 22px;
    font-family: "ClassicRoundMedium", sans-serif;
}

.menucardp {
    font-size: 96%;
}

.W_center   {
    text-align: 	center;
}

.filterk41 {
    text-align: center;
    font-family: "ClassicRoundMedium", sans-serif;
    padding: 10px 0;
}


#content .separator2 {
    background-image: url(../images/separator-small.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    background-position: center center;
    min-height: 20px;
    width: 100%;
}









/*- - - - - - - - - - - - - - - - - - - -
        MENU
- - - - - - - - - - - - - - - - - - - -
.menu-item .text{
        padding:20px;
        padding-top:10px;
        border:solid 1px #ddd;
        border-top:none;
        background:#fff;
        color:#555;
}
.menu-item .price{
        padding:10px;
        background:#d23919;
        color:#fff;
        font-size:16px;
        padding:5px 20px 5px 20px;
        display:inline-block;
        margin-top:10px;
}
*/


.menu-item-1{
    margin:0;
    padding:0;

}
.menu-item-1 li{
    list-style:none;
    margin-bottom:30px;
    min-height:80px;
}
.menu-item-1 .text{
    xpadding-left:20px;
}
.menu-item-1 h4{
    margin:0 0 5px 0;
}

.menu-item-1 .price{
    float:right;
    xbackground:#d23919;
    display:inline-block;
    color:#8da6bf;
    font-weight: bolder;
    xpadding:2px 10px 2px 10px;
    padding-right: 20px;
    font-family: "ClassicRoundMedium", sans-serif;
    font-size: 120%;
}
.menu-item-1 img{
    width:120px;
    float:left;
}



img.dodo {
    /*filter: gray;  IE6-9 */
    /*-webkit-filter: grayscale(1);  Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
    vertical-align:middle;
}

img.xdodo:hover {
    /*filter: none;  IE6-9 */
    /*-webkit-filter: grayscale(0);  Google Chrome, Safari 6+ & Opera 15+ */

}

.img-responsive{display:block;max-width:100%;height:auto}