@media only screen and (max-width: 600px) {

    /* general */
    .mobile-hide {
        display: none;
    }
    .mobile-only {
        display: block;
    }

    /* bacground */
    .bg-main .top-part {
        height: 257px;
        background: url(/images/bg-top-mobile.jpg) top repeat-x;
    }

    /* layout */
    .head,
    .content,
    .foot,
    .foot-wrapper,
    .facebook-bottom {
        width: auto;
        min-width: 320px;
    }

    /* head */
    .head {
        height: 257px;
    }
    .head .mobile-nav-search {
        padding: 10px;
    }
    .head .mobile-nav-search #mobile-nav-btn {
        display: block;
        width: 100px;
        padding: 0 10px;
        height: 37px;
        line-height: 37px;
        text-align: left;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        font-family: "Oswald",sans-serif;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.45);
        background-image: url('../images/mobile-menu-icon.png');
        background-position: right center;
        background-repeat: no-repeat;
    }
    .head .mobile-nav-search #mobile-nav-btn:after {
        /*content: " \25BC";*/
    }
    .head .mobile-nav-search ul.main-nav {
        display: none;
        top: 39px;
        left: 0px;
    }
    .head .mobile-nav-search ul.nav li a {
        min-width: 150px;
        background: #000;
        margin-bottom: 2px;

        -webkit-box-shadow: 0px 0px 2px 0px rgba(221,221,221,1);
        -moz-box-shadow: 0px 0px 2px 0px rgba(221,221,221,1);
        box-shadow: 0px 0px 2px 0px rgba(221,221,221,1);
    }
    .head .mobile-nav-search ul.nav li a:hover {
        background: #fff;
    }
    .head .mobile-nav-search ul.nav li div.sub-nav {
        top: 40px;
        left: 50px;
    }
    .head .mobile-nav-search ul.nav li div.sub-nav a.sub {
        background: #fff;
        color: #000;
    }
    .head .mobile-nav-search ul.nav li div.sub-nav a.sub:hover {
        background: #000;
        color: #fff;
    }
    .head .search {
        top: 0;
    }
    .head .search input[type="text"],
    .head .search input[type="text"]:focus,
    .head .search input[type="text"]:hover {
        width: 120px;
    }

    /* header */
    ul.nav.search {
        display: none;
    }
    ul.main-nav {
        display: none;
    }
    .head .social-lang .social {
        display: none;
    }
    .head .social-lang a.trip-advisor {
        display: none;
    }
    .head h1.logo {
        width: 100%;
    }
    .head h1.logo a {
        margin: 5px auto 0;
    }

    /* facebook bottom */
    .facebook-bottom-wrapper {
        display: none;
    }

    /* footer */
    .foot {
        height: auto;
        margin: 0;
        padding: 0;
    }
    .foot .partners {
        display: none;
    }
    .foot .info:before,
    .foot .info:after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
    }
    .foot .info > div {
        height: auto;
    }
    .foot .info h3 {
        float: none;
        display: block;
    }
    .foot .info h3:before,
    .foot .info h3.after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
    }
    .foot .info .fast-contacts,
    .foot .info .subscribe,
    .foot .info .social,
    .foot .info .menu {
        float: none;
        display: block;
        margin: 10px;
        padding: 20px 0;
    }
    .foot .info .subscribe {
        display: none;
    }

    /* homepage: program */
    ul.nav.all-program {
        display: none;
    }
    .carousel-navigation {
        width: 100%;
    }
    .carousel-navigation ul.events-nav.nav li a span {
        display: none;
    }
    .events-content {
        height: 426px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    #hp.content {
        min-height: 1800px;
    }
    #hp.content:before,
    #hp.content:after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
    }
    .rep
    #hp-events {}
    #hp-events .carousel {
        width: 100%;
        margin: 0;
    }
    #hp-events .carousel ul {
        width: 100%;
        height: 1276px;
    }
    #hp-events .carousel ul li {
        width: 100%;
    }
    #hp-events .carousel ul li .box {
        position: relative;
        width: 100%;
        height: 140px;
        float: none;
        margin: 2px 0 0;
        overflow: hidden;
    }
    #hp-events .carousel ul li .box:after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
    }
    #hp-events .carousel ul li .box .poster {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 99px;
        height: 140px;
        float: none;
        overflow: hidden;
        z-index: 2;
        border-right: 2px solid #000;
    }
    #hp-events .carousel ul li .box .poster a {
        display: block;
        width: 99px;
        height: 140px;
        position: relative;
    }
    #hp-events .carousel ul li .box .poster a img {
        display: block;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #hp-events .carousel ul li .box .text {
        position: relative;
        float: none;
        width: 100%;
        text-align: left;
    }
    #hp-events .carousel ul li .box .text h2,
    #hp-events .carousel ul li .box .text p {
        padding-left: 115px;
        padding-right: 15px;
    }
    #hp-events .carousel ul li .box .text a.btn {
        display: none;
    }
    .mobile-hp-events {
        display: block;
        background: #000;
        padding: 10px 0;
    }
    /* homepage: poster */
    .report-poster,
    #top-foto-video {
        display: none;
    }
    .report-poster.posters:before,
    .report-poster.posters:after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
    }
    .report-poster.posters {
        display: block;
        float: none !important;
        margin: 0 auto;
    }
    /* homepage: novinky */
    #hp .news {
        width: 100%;
    }
    /* homepage: tips */
    #tip-events h2 {
        float: none !important;
        width: 100%;
    }
    #tip-events .carousel {
        width: 100%;
    }
    #tip-events .carousel-prev {
        left: 0;
    }
    #tip-events .carousel li a {
        padding-left: 25px;
        width: 100%;
    }

    /* content */
    .content.detail .item h1.title {
        font-size: 22px;
    }
    .content.detail .item {
        padding: 20px 0 22px;
    }
    .content.detail .item img {
        display: block;
        max-width: 100%;
        height: auto !important;
        margin: auto;
    }

    /* news boxes */
    .news-box-item,
    .news-box-item.odd {
        margin: 0 0 2px;
        padding: 4px 0;
        width: 100%;
        float: none;
        display: block;
        height: auto;
    }
    .news-box-item .text {
        margin: 12px 0 0;
    }

    /* table forms */
    form table {
        max-width: 100%;
    }
    form table td {
        display: block;
        text-align: left;
        padding: 5px 0;
        margin: 0;
    }
    form table td textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    /* program list navigation */
    .programs-list .program-nav {
        padding-bottom: 20px;
    }
    .programs-list .box {
        width: 100%;
        float: none;
        margin: 0 0 5px;
    }
    .programs-list .box.title {
        width: 100%;
    }

    /* dj list */
    #dj-band .dj-band-filter .list {
        padding: 20px 10px;
    }
    #dj-band .nav li {
        padding: 0 18px;
    }
    #dj-band .item-list a {
        width: 14px;
        padding: 7px 5px;
        text-align: center;
    }

    /* artist */
    #event .artist-detail .box {
        margin: 10px;
    }
    #event .artist-detail a.artist-foto {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    #event .program-foto {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    #event .top .text {
        margin: 10px;
    }
    #event .top .event-description {
        padding: 25px 10px;
    }

    /* general */
    #stranka-underground-static iframe,
    p iframe,
    #stranka-underground-static object,
    p object {
        max-width: 100% !important;
    }

    /* program navigation */
    #programs ul.events-nav.nav {
        text-align: center;
    }
    #programs ul.events-nav.nav li {
        float: none;
        margin: 2px;
    }
    #programs ul.events-nav.nav li a {
        width: 116px;
    }
    #programs ul.events-nav.nav li.events-nav-prev,
    ul.events-nav.nav li.events-nav-next {}

    /* program list */
    .programs-list .date h3.main {
        padding: 0 10px;
        cursor: pointer;
    }
    .programs-list .date h3.main:hover {
        background: #fff;
        color: #000;
    }
    .programs-list .date h3.main.open {
        color: #000;
        background-color: #fff;
        background-image: url('../images/prog-arrow-down.jpg');
        background-position: right center;
        background-repeat: no-repeat;
    }
    .programs-list .box {
        padding: 0;
    }
    .programs-list .box.box-program {
        min-height: 0;
    }
    .programs-list .box img {
        display: none !important;
    }
    .programs-list .box .text {
        margin: 0 10px;
    }
    .programs-list .date .program-in {
        display: none;
    }
    .programs-list .date h3 span.hl_underground,
    .programs-list .date h3 span.hl_klub,
    .programs-list .date h3 span.hl_bar {
        display: none;
    }

    /* DB pages */
    .contact-info table.contact-info-table.open {
        width: 100%;
    }
    .contact-info table.contact-info-table.emails td {
        padding: 4px 10px;
        display: block;
    }
    
    /* poschodia */
    #stranka-underground-static,
    #stranka-klub-static,
    #stranka-klub-static {
        display: block;
        overflow: hidden;
    }

}