

x


.sushimat-block-section {
    background-color: #333;
    background-image: url(/images/stone3.jpg);
    background-size: 100%;
}
.sushimat-block {
    padding: 20px 0 50px 0;
    background: linear-gradient(0deg, #0f0f0f 0%, rgb(0, 0, 0, 0) 30%, rgb(0, 0, 0, 0) 80%, #0f0f0f 100%);
}

.sushimat-block-section {
   background-color: #333;
   background-image:url('/images/stone3.jpg');background-size: 100%;
} 
.sushimat-block {
   padding:20px 0 50px 0;
   background: linear-gradient(0deg,#0f0f0f 0%,rgb(0, 0, 0,0) 30%,  rgb(0, 0, 0,0) 80%, #0f0f0f 100%);
}

.sushimat-bar {background-color: #0f0f0f;margin:0 auto;margin-bottom:20px;border-radius: 19px;padding:20px;line-height:1.4em;
    margin-right:70px;margin-left:70px}
.sushimat-bar:hover {background-color: #4d0000;}



@media (max-width:900px)  {
    .sushimat-bar {margin-right:20px;margin-left:20px}
}
.sushimat_btn {
    background-color: #8d071c;
    color: white;
    border-radius: 19px;
    color: white;
    text-decoration: none;
    display: block;
    background-color: #a6292d;
    border: 0px;
    border-radius: 20px;
    /* background-image: url(/highfive/images/google_btn.png); */
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 15px 15px;
    padding: 18px;
    font-size: 140%;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 0px;
    text-align: center;
}
@media (max-width: 700px) {
    .sushimat_btn {
        margin-top: 20px;
    }
}
.sushimat_btn:hover {background-color:#00cce7;;color:white}
.col1 {
    font-size: 140%;
    padding-top: 20px;
    text-align: left;
    padding-left: 100px;
}
.col2 {
    font-size: 100%;
    padding-top: 20px;
    text-align: left;
    color: #888;
}
@media (max-width: 700px) {
    .col2 {
        padding-left: 100px;
    }
}

.sushimat-pic {
    position: absolute;
    background-image: url(/images/highfive/szafa-s.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -20px;
    left: 20px;
    width: 40px;
    /* background-color: white; */
    height: 130px;
}