/* responsive */
    .mobile-header, .mobile-nav, .poledni-nabidka{
        display: none;
    }
    .topbar{
        display: none;
    }
    .mobile-content{
        display: none;
    }
@media only screen and (max-width: 1366px){
    .zrus-style {
        float: none !important;
    }
}
@media only screen and (max-width: 1000px){
    .mobile-content{
        display: block;
    }
    div.news-sml, .den .seznam .btns{
        display: none;
    }
    .den .seznam{
        padding: 0px 15px;
    }
    .menu{
        width: 60%;
        min-height: auto;
        padding: 0;
        margin: 0;
        top: 0;
    }
    .mobile-header, .mobile-nav{
        display: block;
    }
    .mobile-header{
        padding: 12px 12px;
        box-shadow: 0px 0px 5px 1px #000;
    }
    .mobile-header .sidebar-button{
        cursor: pointer;
        font-size: 45px;
        margin-right: 10px;
        margin-top: 7px;
        color: #9a8d85;
    }
    .mobile-header:after{
        content: "";
        clear: both;
        display: table;
        width: 100%;
    }
    .mobile-header .logo{
        float: left;
    }
    .back-img{
        position: relative;
    }
    .mobile-header .sidebar-button{
        float: right;
    }
    .back-img .btn{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        height: 50px;
        line-height: 30px;
                transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        font-size: 24px;
    }
    .back-img .btn:hover{
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
    }
    
    /* nav */
    .mobile-nav{
        
    }
    .mobile-nav ul{
        padding-left: 0;
        display: block;
        width: 100%;  
    }
    .mobile-nav ul > li{
        list-style: none;
        display: block;
        width: 100%;    
        margin-bottom: 0;
    }
    .mobile-nav > ul > li a{
        padding: 14px 20px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        display: block;
        width: 100%;
        background-color: #d93017;
        font-weight: 600;
        border-bottom: 1px solid #802214;
        box-shadow: 0px 0px 10px 0px  rgba(0, 0, 0, 0.15);
    } 
    .mobile-nav > ul > li a:hover{
        text-decoration: none;
    }
    .mobile-nav > ul > li > ul{

    } 
    .mobile-nav > ul > li > ul li{
        margin-bottom: 0;

    }
    .mobile-nav > ul > li > ul li a{
        border-bottom: 1px solid #5f2118;
        background-color: #802214;
    }
    
    .poledni-nabidka{
        display: block;
        position: relative !important;
        padding-right: 10px;
        background-color: #d93017;
        float: left;
    }
    .poledni-nabidka-text{
        color: #fff !important;
        font-size: 20px !important;
        padding: 16px 0px 16px 20px !important;
        font-family: 'Bebas Neue Bold', sans-serif !important;
        text-align: left !important;
        margin-bottom: 0px !important;
        line-height: 23px;
    }
    .poledni-nabidka a.openmenu{
        position: absolute;
        top: 15px;
        right: 20px;
        display: block !important;
    }
    .poledni-nabidka a.openmenu .fa{
        color: #fff;
        font-size: 25px;
        font-weight: bold;
    }
    
    .top-right{
        display: none;
    }
    a.closemenu{
        display: none;
    }
    .btn-jidelni-listek{
        float: right;
        background-color: #351c0c;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'Bebas Neue Bold', sans-serif;
        padding: 15px 0px 15px 18px;
        width: 40%;
    }
    .btn-jidelni-listek:hover{
        text-decoration: none;
    }
    a.openmenu, .closemenu{
        position: static;
        display: none;
    }
    .den{
           height: auto; 
    }
    .den .seznam{
        height: 100%;
    }
    
    .topbar{
        display: block;
    }
    .topbar:after{
        content: "";
        width: 100%;
        display: table;
        clear: both;
    }
    .menu-text-day{
        display: none;
    }
    .menu{
        
    }
    .resp-den{
        display: none;
        position: static;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #fff;
    }
    
    .small-hidden{
        display: none;
    }

    
    /* mobile content */
    .mobile-content{
          
    }
    .mobile-content hr{
        height: 1px;
        width: 100%;
        background-color: #c2c2c2;
        border: none;
    }
    .mobile-content .mobile-content-box{
          position: relative;
        padding: 20px 0;
    }
    .mobile-content .mobile-content-box:after{
        content: "";
        clear: both;
        width: 100%;
        display: table;
    }
    .mobile-content p{
          margin-bottom: 0;
            font-size: 20px;
    }
    .mobile-content .row{
          margin: 0 -10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mobile-content .mobile-content-box .ico{
        float: left;
        width: 15%;
    }
    .mobile-content .mobile-content-box .ico img{
        display: block;
        margin: 0 auto;
    }
    .mobile-content .mobile-content-box .desc{
        width: 85%;
        float:right;
    }
    .mobile-content .mobile-content-box .desc table tr td{
        font-size: 20px;
    }
    .mobile-content .mobile-content-box .desc table{
        width: 100%;
    }
    
    .mobile-content .mobile-content-box .sub-title{
        display: block;
        margin-bottom: 3px;
    }
    
    
    
    .mobile-content .mobile-content-box .desc .title{
        font-family: 'Bebas Neue Bold', sans-serif;
        color: #272727;
        font-size: 28px;
        display: block;
            margin: 3px 0 20px 0;
    }
    .mobile-content .mobile-content-box .desc .title:after{
        content: "";
        clear: both;
        width: 100%;
        display: table;
    }
    .mobile-content .mobile-content-box .btn-mobile{
        position: absolute;
        top: 12px;
        right: 15px;
        padding: 10px 20px;
        border: 2px solid #d93017;
        text-align: center;
        width: 150px;
        font-family: 'Bebas Neue Bold', sans-serif;
        color: #d93017;
        font-size: 20px;
        background-color: #fff;
        box-shadow: none;
    }
    
    /* mobile footer */
    .mobile-content footer{
        background-color: #351c0c;
        padding: 25px 20px;
        margin-top: 30px;
    }
    .mobile-content footer .social{
        float: left;
    }
    .mobile-content footer .social .social-icon{
        float: left;
        margin-right: 20px;
    }
    .mobile-content footer .social .social-icon i{
        color: #a9a19d;
        font-size: 45px;
    } 
    .mobile-content footer .copy{
        text-align: right;
        color: #a9a19d;
        font-size: 16px;
    }
    .mobile-content footer .copy p{
        font-size: 18px;
    }
    .mobile-content footer .copy a{
        text-decoration: none;
    }
    
    .container .sidebar{
        display: none;
    }
}
@media only screen and (max-width: 400px){
    .col{
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
     footer{
        text-align: center;
    }
     footer .social{
        width: 100%;
        display: block;
    }
     footer .copy{
                width: 100%;
        display: block;
    }
    .mobile-content footer .social{
        margin-bottom: 10px;
    }
    .mobile-content footer .social .social-icon{
        float: none;
    }
    .mobile-content .copy p{
        text-align:center;
    }
}
@media only screen and (max-width: 362px){
    .poledni-nabidka{
        padding-right: 10px;
    }
    .btn-jidelni-listek{
        padding: 15px 5px 15px 10px;
        font-size: 18px;
    }
}

