.lp_wrap .drop-menu{
    display: none;
}

#body2.layout-0 .lp_wrap .drop-menu {
	display: none;
}

/* --------------------------- */

@media (max-width: 980px){

    .article-page h1.notMoveH1{
        margin-top: 50px;
        padding-bottom: 20px;
    }

    .article-page .article h2{
        color: #0071aa;
        text-align: center !important;
    }
    
    .article-page .article h3{
        padding: 0 15px;
    }
    
    .lp_borderText{
        width: 100%;
    }

    .article-page .article p{
        padding: 10px 0;
        line-height: 1.7rem;
        font-size: 18px;
        margin-bottom: 50px;
    } 
    
    /* MENU */

    .lp_menu .content-menu{
        transition: all .3s;
        display: none;
        position: relative;
        z-index: 15;
    }

    .lp_wrap .drop-menu{
        display: block;
        background: #ff3333;
        color: #fff;
        transition: all .3s;
        font-size: 14px;
        width: 100%;
        height: 70px;
        border: none;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        z-index: 15;
    }

    .lp_wrap .drop-menu:hover{
        background: #e60000;
    }

    .lp_menu:hover .content-menu{
        display: block;
    }

    .lp_menu ul li{
        display: block;
        padding: 0;
    }

    .lp_menu li{
        width: 100%;
    }

    .article tr th{
        height: 50px;
        line-height: 50px;
        text-align: left !important;
        background: #f2f2f2;
        text-indent: 10px;
    }

    .article tr th:first-of-type{
        width: 60%;
    }

    .article tr th:nth-of-type(2){
        width: 35%;
        text-align: center !important;
    }

    .article tr td{
        padding: 10px;
    }

    /* Canon - tabulky */

    .article table.canon-tabulka{
        width: 100%;
        text-align: center;
    }

    .canon-tabulka span{
        font-weight: 700;
        font-size: 100%;
    }

    .canon-tabulka a.canon-nazev{
        font-size: 85%;
    }

    .canon-tabulka .canon-obrazek{
        height: auto;
    }

    .article tr td{
        text-align: center;
    }
}

/* CONTENT */

.article p{
    text-align: center !important;
    font-size: 16px;
}

.lp_content .article h2 b{
    margin-bottom: 20px;
    margin-top: 50px;
    text-align: center !important;
} 

@media (max-width: 700px){

    .article-page h1.notMoveH1{
        margin-top: 50px;
        padding-bottom: 20px;
    }

    .article-page .article h2{
        color: #0071aa;
    }
    
    .article-page .article h3{
        padding: 0 15px;
    }
    
    .lp_borderText{
        width: 100%;
    }

    .article-page .article p{
        padding: 10px 0;
        line-height: 1.7rem;
        font-size: 18px;
        margin-bottom: 50px;
    }
    
    .header-image{
        display: none;
    }

    .header-text{
        width: 100%;
    }

    .article table.canon-tabulka{
        border-spacing: 0;
    }
}
