@media (min-width: 1320px) {
    .container {
        width: 1320px;
        max-width: 1320px;
    }

    .layout-boxed .wrapper,
    body.layout-boxed .wrapper,
    .wrapper,
    .footer,
    #header,
    .footer_bottom {
        width: 1320px;
        max-width: 1320px;
    }
}

@media (max-width: 1319px) {
    .wrapper,
    .footer,
    #header,
    .footer_bottom {
        width: auto;
        max-width: none;
    }
}
