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

    #offcanvas .pressbutton {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 40px;
        overflow: hidden;
        z-index: 10;
    }
    #offcanvas .pressbutton img {
        display: none;
    }
    #offcanvas .pressbutton a {
        text-align: center;
        text-decoration: none;
        color: #fff;
        display: block;
        width: 96px;
        background-color: #32689a;
        padding: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #fff;
        font-size: 0;
        margin: 0 auto;
    }
    #offcanvas .pressbutton a:before {
        content: 'Press';
        color: #fff;
        display: block;
        font-size: 13px;
    }
    #offcanvas .facebook,
    #offcanvas .twitter {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25%;
        height: 33px;
        overflow: hidden;
        z-index: 10;
    }
    #offcanvas .twitter {
        left: 25%;
    }
    #offcanvas .facebook span.text,
    #offcanvas .facebook img,
    #offcanvas .twitter span.text,
    #offcanvas .twitter img {
        display: none;
    }
    #offcanvas .facebook a,
    #offcanvas .twitter a {
        display: block;
        height: 30px;
        width: 100%;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    #offcanvas .facebook a:before {
        content: '\e80e';
        font-family: 'socialsearch';
        color: #fff;
    }
    #offcanvas .twitter a:before {
        content: '\e810';
        font-family: 'socialsearch';
        color: #fff;
    }
}