@media (max-width: 680px) {

    a#offcanvas-menu {
        display: block;
        position: absolute;
        top: 260px;
        right: 15px;
        width: 50px;
        height: 40px;
        border-radius: 8px;
    }

    a#offcanvas-menu span.bar {
        float: left;
        display: block;
        width: 60%;
        margin-left: 20%;
        margin-top: 7px;
        height: 0;
        border-bottom: 2px solid rgb(52, 178, 51);
    }

    a#logo{
        top: -20px;
        left: 20px;
        width: 200px;
        height: 100px;
    }

    div.wrapper{
        width: 100%;
    }

    nav#main {
        display: none;
    }

    nav#global ul {
        display: none;
    }

    .sidr ul li.no-phone {
        display: none;
    }

    div#content{
        width: 100%;
        padding-top: 70px;
        padding-left: 20px;
        padding-bottom: 35px;
        padding-right: 20px;
        font-size: 15px;
    }

    div.sponsors {
        position: absolute;
        right: 20px;
        top: -35px;
        width: 120px;
    }

    div.sponsors h4 {
        font-size: 8px;
        padding-top: 15px;
    }

    header {
        height: 250px;
    }

    div#content div#left {
        width: 100%;
    }

    div#content div#right {
        width: 100%;
    }

    div#content div#right div.text {
        text-align: left;
        font-size: 1em;
        padding-top: 20px;
        line-height: 160%;
    }

    div#content div#right img {
        width: 100%;
    }

    div#content ul.eventlist li span.date {
        width: 65px;
    }

    div#content ul.eventlist li span.time {
        width: 75px;
    }

    div#content ul.eventlist li span.location {
        width: 100%;
    }

    div#content ul.eventlist li span.production {
        width: 100%;
    }

    div#content ul.eventlist li span.ticket {
        width: 100%;
    }

    div#content ul.eventlist li span.soldout {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    div#content ul.eventlist li {
        border-bottom: 1px dotted #349e33;
    }

    div.product_item {
        width: 100%;
    }

    div.product_item div.cover {
        margin-right: 5%;
        width: 30%;
    }

    div.product_item div.cover img {
        width: 100%;
    }

    div.product_item div.description {
        width: 65%;
    }

}