h1{
    font-size: 18px;
    font-family: 'OpenSansCondensed';
}

#menu_glowne {
    max-width: 740px;
}

#menu_glowne > ul > li > a {
    font-weight: 400;
}
.accordeonck li.level2 > a{
    font-size: 11px;
    padding-left: 60px !important;
}

.event_news .aktualnosci {
    width: 100%;
    min-width: 320px;
    float: left;
    margin: 0px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

ul.youtube-module h3 {
    display: none;
}

#youtube-bar {
    background-color: #fff;
}

.category-module li {
    width: 19.7%;
    padding-right: 2.4%;
}

.category-module li {
    list-style: outside none none;
    display: inline-table;
    min-height: 100px;
}

.category-module li {
    width: 20.5%;
    padding-right: 2.5%;
    vertical-align: top;
    float: left;
}

.category-module li:last-child {
    padding-right: 0;
    width: 18%;
}

#menu_glowne ul li ul li a {
    width: 340px;
}

.pull-left.item-image {
float: none;
margin-bottom: 10px;
}

.pull-left.item-image img[itemprop="image"] {
float: none;
}

.pull-left.item-image {
margin-right: 0px;}

.pull-left.item-image img {
    width: 100%;
}

.pull-left {
    float: left;
    width: 100%;
}


@media only all and (max-width: 1324px) {

    .category-module li {
        width: 20.5%;
        padding-right: 2.5%;
    }

    .category-module li:last-child {
        width: 18%;
    }

}

@media only all and (max-width: 999px) {

    .category-module li {
        width: 49.5%;
    }

    .category-module li:last-child {
        width: 49.5%;
    }

    .youtube-module li {
        width: 50%;
        padding-right: 3%;
    }

    .youtube-module li:last-child {
        width: 50%;
        padding-right: 3%;
    }
    
    #menu_lewe{
        display: none;
        
    }
    
    #menu_prawe{
        width: 100%;
    }
}

@media only all and (max-width: 700px) {

    .event_news .aktualnosci{
        padding-left: 15px;
        padding-right: 15px;
    }    

    .category-module li {
        width: 100%;
    }

    .category-module li:last-child {
        width: 100%;
    }

    .youtube-module li {
        width: 100%;
        padding-right: 15px;
    }

    .youtube-module li:last-child {
        margin-right: 0px;
        padding-right: 15px;
        width: 100%;
    }
}