@media only screen and (max-width: 1280px) {

    .wrapper {
        width: 940px !important;
    }

    #header .wrapper {
        width: 810px !important;
        padding-right: 90px !important;
    }

    #header h1 {
        width: 33% !important;
        font-size: 15px !important;
    }

    #header .login-block ul {
        margin-right: 5px !important;
    }

    #menu ul {
        width: 75% !important;
    }

    #menu ul li {
        padding: 0 8px;
    }

    #menu ul li a {
        font-size: 14px !important;
    }

    #menu .search-widget {
        width: 25% !important;
    }

    .gallery-section p.title {
        width: 100% !important;
        line-height: 1.5em !important;
    }

    .gallery-section .gallery-preview {
        float: left !important;
        margin-top: 10px !important;
    }

    #right .search-btns select {
        width: 45px !important;
        margin-right: 3px !important;
    }

}