.menu-button {
    display: none;
}

@media (max-width: 767px) {
    #navigation {
        position: static;
        width: auto;
        height: auto;
        background: #FFF;
        margin-left: 0;
    }

    #nav_container {
        margin: 0;
        width: auto;
        position: relative;
    }

    #nav_container h1 {
        margin: 0;
        border-bottom: 1px solid #EEE;
        padding-left: 16px;
    }

    #nav_container ul {
        display: none;
        position: absolute;
        top: 61px;
        left: 0;
        right: 0;
        z-index: 999999;
        background-color: #FFF;
    }

    #nav_container.open ul {
        display: block;
    }

    #nav_container ul li.selected a {
        background: none;
    }

    .menu-button {
        display: inline-block;
        background: none;
        border: none;
        position: relative;
        text-indent: -999px;
        width: 32px;
        height: 32px;
        overflow: hidden;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .menu-button::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 11px;
        width: 16px;
        height: 2px;
        background: black;
        box-shadow: 
            0 4px 0 0 black,
            0 8px 0 0 black;
    }

    #container {
        margin-top: 0;
    }

    #contentmain {
        width: auto;
        margin: 0 24px;
    }

    #mainbox {
        margin-left: 0;
        width: auto;
    }

    #gallery {
        width: auto;
        left: 0;
        margin: 0;
        background: none;
    }

    #maincontainer div.slideshow-container {
        width: auto;
        height: 75vw;
    }

    #maincontainer .slideshow {
        width: auto;
    }

    div.slideshow a.advance-link {
        display: block;
        width: auto;
        line-height: inherit;
        height: auto;
    }

    div.slideshow span.image-wrapper {
        right: 0;
    }

    #maincontainer .slideshow-container img {
        width: 100%;
        padding: 0;
        border: none;
    }

    .thumbs {
        width: 246px;
    }

    #controls {
        display: none;
    }

    #information {
        top: 55px;
        left: 20px;
    }

    #maincontainer .caption {
        top: 55px;
    }

    .gallerytitle {
        clear: both;
        top: 0;
        padding-top: 30px;
    }

    #footer {
        width: auto;
        padding-right: 10px;
    }

    #no_page-title {
        display: none;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .contact-right {
        float: none;
        padding-top: 20px;
        clear: both;
    }

    .float-container {
        width: auto;
        overflow: visible;
    }

    .contact-left {
        float: none;
        width: auto;
    }

    #contactform input[type=text] {
        width: 95%;
    }
}