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

    /* --------------------------------------------------------------------- */
    /* PAGE HEADER
    /* --------------------------------------------------------------------- */

    #logo {
        left: 20px;
        top: 30px;
    }

    #pagination-navi {
        right: 20px;
    }


    /* --------------------------------------------------------------------- */
    /* AJAX CONTENT
    /* --------------------------------------------------------------------- */

    #ajax-closer {
        top: 30px;
        left: 20px;
    }

}



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

    /* --------------------------------------------------------------------- */
    /* WORK
    /* --------------------------------------------------------------------- */

    #work-grid li {
        width: 50%;
    }


}




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

    /* --------------------------------------------------------------------- */
    /* 1. DOCUMENT SETUP
    /* --------------------------------------------------------------------- */

    body {
        font-size: 95%;
    }


    /* --------------------------------------------------------------------- */
    /* WRAPPER
    /* --------------------------------------------------------------------- */

    section {
          padding: 70px 0;
    }

    section.parallax {
        background-attachment: scroll !important;
        background-position: 50% 0 !important;
    }


    /* --------------------------------------------------------------------- */
    /* BANNER
    /* --------------------------------------------------------------------- */

    .banner-content h2 {
        font-size: 2.5em;
    }
    .banner-content h4 {
        font-size: 1.3em;
    }

    .banner.video,
    section.video {
        background-image: url(../videos/video-background-poster.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .banner.video video,
    section.video video {
        display: none;
    }


    /* --------------------------------------------------------------------- */
    /* COUNTER (SHORTCODES)
    /* --------------------------------------------------------------------- */

    .counter li {
        width: 30%;
        margin-bottom: 40px;
    }


    /* --------------------------------------------------------------------- */
    /* SHOP
    /* --------------------------------------------------------------------- */

    #shop-grid li {
        width: 50%;
    }


}



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

    /* --------------------------------------------------------------------- */
    /* PAGE HEADER
    /* --------------------------------------------------------------------- */

    #page-header {
        display: block !important;
    }

}



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

    /* --------------------------------------------------------------------- */
    /* PAGE HEADER
    /* --------------------------------------------------------------------- */

    #page-header {
        display: none;
        position: fixed;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        height: auto;
        background: #fff;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(0) translateZ(99px);
        transform: rotateX(0) translateZ(99px);
    }

    #main-navigation {
        left: 0;
        top: 50%;
        width: 100%;
        margin-top: -125px;
        text-align: center;
    }

    #main-navigation li {
        float: none;
    }

    #main-navigation a {
        color: #3d4148;
    }

    #mobile-bars {
        display: block;
        position: fixed;
        right: 20px;
        top: 30px;
        font-size: 1.5em;
        color: #3d4148;
        z-index: 97;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(0) translateZ(99px);
        transform: rotateX(0) translateZ(99px);
    }

    #mobile-bars:hover {
        color: #b6ded1;
    }

    #mobile-bars.banner {
        color: #fff;
    }

    #mobile-bars.banner:hover {
        color: #3d4148;
    }

    #mobile-close {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #pagination-navi {
        display: none !important;
    }


    /* --------------------------------------------------------------------- */
    /* BANNER
    /* --------------------------------------------------------------------- */

    .banner-content h2 {
        font-size: 2em;
    }
    .banner-content h4 {
        font-size: 1em;
    }


    /* --------------------------------------------------------------------- */
    /* PROCESS (SHORTCODES)
    /* --------------------------------------------------------------------- */

    .process:after {
        display: none;
    }


    /* --------------------------------------------------------------------- */
    /* SERVICE (SHORTCODES)
    /* --------------------------------------------------------------------- */

    .service {
        text-align: center;
    }


    /* --------------------------------------------------------------------- */
    /* COUNTER (SHORTCODES)
    /* --------------------------------------------------------------------- */

    .counter li {
        width: 48%;
    }


    /* --------------------------------------------------------------------- */
    /* CLIENT CAROUSEL (SHORTCODES)
    /* --------------------------------------------------------------------- */

    .client-carousel {
        padding: 0 20px;
    }


    /* --------------------------------------------------------------------- */
    /* SHOP
    /* --------------------------------------------------------------------- */

    .shop-controls {
        padding-top: 75px;
        margin-bottom: 50px;
    }

    #cart-button {
        position: absolute;
        top: 0;
        right: auto;
        left: 20px;
    }

    .shop-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    #shop-grid li {
        padding: 0 10px;
    }

}



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

    /* --------------------------------------------------------------------- */
    /* BANNER
    /* --------------------------------------------------------------------- */

    .banner-content h2 {
        font-size: 1.5em;
    }
    .banner-content h4 {
        font-size: 0.9em;
    }


    /* --------------------------------------------------------------------- */
    /* WORK
    /* --------------------------------------------------------------------- */

    #work-grid li {
        width: 100%;
    }


    /* --------------------------------------------------------------------- */
    /* CONTACT
    /* --------------------------------------------------------------------- */

    .contact-details .button {
        font-size: 0.85em;
        height: 52px;
        line-height: 50px;
    }

    .contact-details .button.big .front, .contact-details .button.big .bottom {
        height: 52px;
        padding: 0 15px;
    }

    .button.big .front {
        -webkit-transform: translateZ(26px);
        transform: translateZ(26px);
    }

    .button.big .bottom {
        -webkit-transform: rotateX(-90deg) translateZ(-26px);
        transform: rotateX(-90deg) translateZ(-26px);
    }


    /* --------------------------------------------------------------------- */
    /* COUNTER (SHORTCODES)
    /* --------------------------------------------------------------------- */

    .counter li {
        width: 95%;
    }


    /* --------------------------------------------------------------------- */
    /* SHOP
    /* --------------------------------------------------------------------- */

    #shop-grid li {
        width: 100%;
        max-width: 370px;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 8%;
    }

}