
@media screen and (min-width: 1px) {

    #header #headerSearchButton a span.text,
    #header #headerMenuButton a span.text {
        display: none;
    }
    #header #headerSearchButton a {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    #header #headerSearchButton a,
    #header #headerSearchButton a:before,
    #header #headerSearchButton a:hover {
        color: #000;
        text-decoration: none;
    }
    #header #headerMenuButton a {
        position: absolute;
        top: 7px;
        right: 10px;
        padding: 5px 5px 20px;
        cursor: pointer;
    }
    #header #headerMenuButton a:before {
        content: '';
        display: block;
        width: 17px;
        height: 0;
        cursor: pointer;
        -webkit-box-shadow: 0 0 0 1px #000, 0 6px 0 1px #000, 0 12px 0 1px #000;
        -moz-box-shadow: 0 0 0 1px #000, 0 6px 0 1px #000, 0 12px 0 1px #000;
        box-shadow: 0 0 0 1px #000, 0 6px 0 1px #000, 0 12px 0 1px #000;
    }
    #header .pressbutton {
        overflow: hidden;
        padding-bottom: 5px;
    }
    #header .pressbutton a {
        background-color: #3b782b;
        -webkit-border-radius: 0 0 15px 15px;
        -moz-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px;
        color: #fff;
        font-family: 'Times New Roman', Arial;
        padding: 7px 20px 5px;
        font-size: 12px;
    }
}

@media screen and (min-width: 961px) {

    #header #headerSearchButton,
    #header #headerMenuButton {
        display: none;
    }
}