article {
    margin: 30px 50px 0 300px;
}

#shop-button {
    margin: 20px 0 20px 0;
}

@media screen and (max-width:1100px) {
    header {
        background-image: none;
    }
    header .h {
        padding: 1.7em 50px 0 0;
    }
    #topnav {
        margin: 0 0 0 250px;
        padding: 0 0 0 35px;
    }
}

@media screen and (max-width:1020px) {
    #cpFid input[type="text"],
    #cpFid input[type="email"],
    #cpFid textarea,
    #cpFid .full input,
    #cpFid .full textarea,
    .pers label,
    .tr {
        width: 100%;
    }
    .pers label {
        margin: 1.5em 0 0 0;
    }
    .gp_gallery li {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:900px) {
    .logo {
        margin: 18px 20px 30px 20px;
    }
    header {
        margin: 0 0 0 140px;
        background: #34c3de;
    }
    header .h {
        margin: 0;
        padding: 20px;
        background: #3389a1;
    }
    #gpx_content {
        float: none;
        clear: left;
    }
    article:before,
    #shop-button:before {
        content: ".";
        display: block;
        height: 20px;
        clear: both;
        visibility: hidden;
    }
    article {
        clear: left;
        margin: 0 20px;
    }
    #shop-button {
        margin: 0 0 20px 0;
    }
    #topnav,
    #mainnav,
    #bottomnav {
        display: none;
    }
    #resp-nav {
        display: block;
    }
    aside#a1 {
        display: none;
    }
    footer {
        font-size: 0.8em;
    }
    #footer-inner {
        margin: 0;
    }
    .contactform,
    .contactform label span.title,
    .contactform input[type="text"] {
        width: 100%;
    }
    .contactform textarea {
        width: 98%;
    }
    #resp-nav {
        margin: 0 0 0 -140px;
        background: #3389a1;
    }
    #resp-nav ul {
        margin: 0;
    }
    #resp-nav div+ul {
        background: #116881;
    }
    #resp-nav li {
        list-style: none;
        border-bottom: 1px solid #ccc;
    }
    #resp-nav a {
        display: block;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }
    #resp-nav a:visited {
        color: #fff;
    }
    #resp-nav a:hover,
    #resp-nav a:active,
    #resp-nav a:focus,
    #resp-nav a.selected,
    #resp-nav a.childselected {
        background: #34c3de;
        font-style: normal;
    }
    #resp-nav ul ul {
        background: #34a6c0;
    }
    #resp-nav ul ul li {
        font-size: 0.9em;
        line-height: 1.2;
    }
    #resp-nav ul ul a {
        padding: 10px 10px 10px 25px;
    }
    #resp-nav ul ul a:hover,
    nav ul ul a:active,
    nav ul ul a:focus,
    nav ul ul a.selected {
        background: #bcaea6;
    }
    #resp-nav ul ul ul li {
        font-size: 1em;
    }
    #resp-nav ul ul ul a {
        padding: 10px 10px 10px 40px;
    }
    #resp-nav ul ul ul ul a {
        padding: 10px 10px 10px 65px;
        font-weight: normal;
    }
    .nav-toggle {
        display: block;
        height: 55px;
        background: url(../images/respnav-closed.gif) no-repeat right top #34c3de;
        border-top: 10px solid #34c3de;
        border-right: 20px solid #34c3de;
    }
    .nav-toggle span {
        position: absolute;
        top: 0;
        left: -9999px;
    }
    .nav-toggle:hover,
    .nav-toggle:active,
    .nav-toggle:focus {
        background: url(../images/respnav-opened.gif) no-repeat right top #34c3de;
    }
    .js .nav-collapse {
        display: block;
        position: absolute;
        max-height: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        zoom: 1;
    }
    .nav-collapse.opened {
        max-height: 9999px;
        z-index: 99;
    }
    .nav-collapse.disable-pointer-events {
        pointer-events: none !important;
    }
    .nav-toggle {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    #colorbox {
        padding-bottom: 3em !important;
    }
}

@media screen and (max-width:34em) {
    header .h {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    #colorbox {
        padding-bottom: 4em !important;
    }
}

@media screen and (max-width:550px) {
    .logo {
        float: none;
        margin: 10px;
    }
    header {
        margin: 0;
    }
    header .h {
        padding: 10px;
    }
    article {
        margin: 25px 10px 10px 10px;
    }
    #shop-button {
        margin: 0 0 20px 0;
    }
    #resp-nav {
        margin: 0;
    }
    .nav-toggle {
        border-right: 10px solid #34c3de;
    }
    #colorbox {
        padding-bottom: 5em !important;
    }
    #social-media {
        float: left;
    }
    #social-media a {
        margin: 0 20px 0 0;
    }
}