
@media (max-width: 990px) {

    .navbar.middle .item_wrapper {
        padding-left: 80px;
        padding-right: 80px;
    }

    .navbar.middle .icon_wrapper {
        top: 20px;
        font-size: 18px;
    }
}

@media (max-width: 979px) {
    body {
        padding-top: 0 !important;
    }

    .navbar.middle .item_wrapper {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

}

@media (max-width: 768px) {

    .navbar.right_top_corner {
        display: none;
    }

    .navbar.left_top_corner {
        display: none;
    }

    .participation_form_link {
        display: none;
    }

    .navbar.middle {
        display: none;
    }

    .panel_banner_right {
        display: none !important;
    }

    body {
        padding-top: 10px !important;
        /*text-align: center;*/
    }

    .controll_line {
        display: none;
    }

    .logo_left {
        text-align: center;
    }

    .menutop .slogan {
        float: none !important;
        display: block;
        text-align: center;
    }

    .articles {
        padding-top: 5px !important;
        float: none !important;
    }

    .articles_wrapper {
        margin-top: 5px !important;
    }

}

@media (min-width: 768px) {
    .navbar-mobile {
        display: none;
    }

    .navbar-mobile.navbar-collapse.collapse {
        display: none !important;
    }

}

@media (max-width: 700px) {
    header.carousel {
        height: 177px !important;
    }

    .carousel-caption {
        padding-bottom: 20px !important;
    }

    .banner {
        display: none;
    }

    .stage .mb-20 {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    header.carousel {
        height: 150px !important;
    }

    .carousel-caption {
        padding-bottom: 15px !important;
    }

    .carousel.slide {
        display: none;
    }

    .navbar.middle-bottom {
        display: none !important;
    }

    .articles .tile .well {
        height: auto !important;
    }

    .logo_left img {
        width: 80%;
    }

    .footer_reklama_wrapper {
        display: none;
    }

    .partner-list-big .name {
        font-size: 16px !important;
        text-align: left !important;
    }
}

@media (max-width: 450px) {
    img.sideImg {
        width: 80%;
    }

    .container {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }

    .article {
        padding: 10px !important;
    }

    .shadow {
        box-shadow: none !important;
    }

}

video {
    width: 100%    !important;
    height: auto   !important;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    /*overflow:hidden;*/
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.reklama_right_wrapper .areklama.item img {
    max-width: 250px !important;
}