.sb-main-div:hover > .sb-header{
    background: #C5FBC8;
}
.sb-main-div:hover .sb-title{
    color: #15b05a;
}
.sb-main-div
{
    padding-left: 14px;
}
.sb-header
{
    border: 1px solid gray;
    border-bottom: none;
    background: -webkit-linear-gradient(white, white, white, white, white, #e6e6e6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, white, white, white, white, #e6e6e6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, white, white, white, white, #e6e6e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, white, white, white, white, #e6e6e6); /* Standard syntax */

    padding-bottom: 14px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1);
}
.sb-top-margin
{
    margin-top: 14px;
}
.sb-left-margin
{
    margin-left: 8px;
}
.sb-left-padding
{
    padding-left: 21px;
}
.sb-right-padding
{
    padding-right: 5px;
}
.sb-no-left-padding
{
    padding-left: 0;
}
.sb-no-right-padding
{
    padding-right: 0;
}
.sb-title
{
    font-size: 17px;
    font-weight: bold;
    color: #333232;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.sb-coupon
{
    position: absolute;
    right: 0;
    max-height: 100px;
    max-width: 100px;
}
.sb-heart-img
{
    height: 15px;
}
.sb-fans-number
{
    color: black;
    font-size: 15px;
    font-weight: bold;
    bottom: 2px;
    position: relative;
}
.sb-address
{
    font-size: 12px;
    color: #5c5c5c;
    height: 10px;
}
.sb-short-img
{
    height: 15px;
    float: left;
}
.sb-short-value
{
    margin-top: 2px;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    vertical-align: text-top;
    color: #aeaeae;
}
.sb-price-value
{
    padding-left: 25px;
}
.sb-main-image
{
    border:1px solid black;
    
    border-top: none;
    height: 211px;

    background-size: cover !important;
    background-position: 50% 50% !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1);

    margin-bottom: 20px;
}
.sb-new-img
{
    height: 35px;
    margin-left: -8px;
    margin-top: 5px;
}
.sb-bottom-line
{
    position: relative;
    bottom: 35px;
    width: 100%;
}
.sb-food-groups
{
    margin-left: 11px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.sb-food-menu
{
    color: white;
    background: rgb(21,176,90);
    padding: 7px 15px;
    font-size: 16px;
    position: absolute;
    top: -10px;
    right: 20px;
}
.sb-food-menu:hover
{
    color: white;
}
.sb-main-image-foreground
{
    position: relative;
    width: 100%;
    height: 100%;

    background: -webkit-linear-gradient(transparent, transparent, transparent, transparent, transparent, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, transparent, transparent, transparent, transparent, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, transparent, transparent, transparent, transparent, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, transparent, transparent, transparent, transparent, black); /* Standard syntax */
}
.sb-blackbox
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    text-align: center;
    line-height: 210px;

    color: white;
    font-size: 16px;
    font-weight: bold;
    
    border-radius: 0 0 7px 7px;
}
.sb-work_info
{
    top: 15px;
}

