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

    .page-wrapper {
        width: 900px;
    }

    .site-section {
        width: 97%;
        float: left;
        padding: 1.5%;
    }

    #header {
        width: 96%;
        top: 20px;
        padding: 0 2%;
    }

    #menu {
        margin-top: 15px;
    }

    .main-menu ul.main > li {
        padding: 7px 3.5% 5px 3.5%;
    }

}

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

    body {
        background: #fff !important;
    }

    .page-wrapper {
        width: 95% !important;
        padding: 2.5% !important;
    }

    #header .logo,
    #get-demo .logo {
        width: 450px !important;
        height: auto !important;
    }

    #header ul.sep-menus {
        display: none;
    }

    .main-menu ul.main {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .main-menu ul.main > li {
        width: 90% !important;
        padding: 7px 5% 3px 5%;
        border: none !important;
    }

    .main-menu ul.main li a {
        font-size: 26px !important;
    }

    .main-menu ul.sub {
        display: none !important;
    }

    .main-menu .btn-action {
        width: 80% !important;
        float: left !important;
        font-size: 1.3em;
        padding: 4% 10% 3% 10% !important;
    }

    h1.page-title {
        font-size: 44px !important;
        margin-top: 30px;
    }

    h2.section-title {
        font-size: 40px !important;
        margin-top: 30px;
    }

    #featured {
        height: auto !important;
        margin-bottom: 20px !important;
    }

    #featured .image-bg {
        display: none !important;
    }

    #featured .features {
        width: 94% !important;
        padding: 2.5% 3% !important;
        position: static !important;
        float: left;
        top: auto !important;
        left: auto !important;
        box-shadow: none !important;
    }

    #featured .features li {
        width: 90% !important;
        position: relative;
        padding: 1% 2% 1% 8% !important;
    }

    #featured .features li:before {
        position: absolute !important;
        top: 0;
        left: 0;
        margin-right: 0 !important;
    }

    #node-grid {
        box-shadow: none !important;
    }

    #node-grid article {
        width: 92% !important;
        height: auto !important;
        padding: 4% !important;
    }

    #bottom-nodes .row {
        margin: 1% 0 !important;
    }

    #bottom-nodes article {
        width: 90% !important;
        padding: 5% !important;
    }

    .page-content {
        width: 92% !important;
        padding: 0 4% !important;
    }

    #get-demo .wrapper {
        width: 95% !important;
        padding: 45px 2.5% !important;
        background: #fff !important;
    }

    #get-demo .form-item {
        width: 100% !important;
    }

    .blog-posts {
        width: 100% !important;
    }

    #blog .blog-sidebar {
        display: none;
    }

    #footer {
        padding-top: 0;
    }

}

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

    #header .logo,
    #get-demo .logo {
        width: 98% !important;
    }

}