
@media(max-width: 940px) {
    #logo, #nav-wrapper
    {
        display: none;
    }
}

@media(min-width: 940px) {
    
    @font-face {
        font-family: 'kimberley_blregular';
        src: url('kimberley_bl.eot');
        src: url('kimberley_bl.eot?#iefix') format('embedded-opentype'),
            url('kimberley_bl.woff') format('woff'),
            url('kimberley_bl.ttf') format('truetype'),
            url('kimberley_bl.svg#kimberley_blregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'cleanvertisingblack';
        src: url('cleanveb.eot');
        src: url('cleanveb.eot?#iefix') format('embedded-opentype'),
            url('cleanveb.woff') format('woff'),
            url('cleanveb.ttf') format('truetype'),
            url('cleanveb.svg#cleanvertisingblack') format('svg');
        font-weight: normal;
        font-style: normal;

    }
    
    #nav-wrapper a
    {
        color: #000;
        text-decoration: none;
        font-family: kimberley_blregular;
    }

    #nav-wrapper a:hover
    {
        text-decoration: underline;
    }

    #wrapper
    {

    }

    #nav-wrapper
    {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0 !important;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        height: 65px !important;
    }

    #nav
    {
        margin: 0 auto;
        padding: 0 !important;
        width: 1000px;
    }

    #nav-list
    {
        margin: -1px -7px -7px -7px !important;
        float: right;
        padding: 0 !important;
    }

    #nav-list a
    {
        margin: 0 !important;
        font-size: 110%;
        display: inline-block;
        padding: 25px 10px;
        line-height: 16px;
    }
    
    #nav-list ul li a:hover
    {
        color: #fff;
        background-color: #000;
        text-decoration: none;
    }

    #nav-list ul
    {
        display: inline !important;
        clear: both;
    }

    #nav-list ul li
    {
        display: inline !important;
        list-style-type: none;
    }

    #nav-list ul li img
    {
        margin-top: 12px;
    }
    
    #logo
    {
        width: 200px;
        margin: 7px 0 0 10px;
    }

    #logo img
    {
        display: block !important;
    }

    #footer
    {
        margin: 0 auto;
        width: 1000px;
    }
    
    .footer-nav
    {
        display: none;
    }
}