@media (max-width: 1190px) {

    #copyright {
        padding-top: 94px;
    }

    #page .content form div.bootstrap-select:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .hidden-md {
        display: none;
    }

    #blog-articles .archive .button {
        margin-top: 44px;
    }

    #copyright {
        padding-top: 212px;
    }

    #page .content form div.bootstrap-select:not(:last-child) {
        margin-right: 19px;
    }
}

/*col-sm*/
@media (max-width: 768px) {
    .hidden-sm {
        display: none;
    }

    #blog-articles .blog-articles img {
        float: none;
        height: 100px;
        margin-right: 26px;
    }

    #footer .links .row div:not(:first-child) {
        margin-top: 36px;
    }

    #footer .links ul {
        margin-top: 26px;
        padding-left: 14px;
    }

    #copyright {
        padding-top: 608px;
    }

    #page .content form div.bootstrap-select:not(:last-child) {
        margin-right: 16px;
    }
}

@media (max-width: 550px) {
    header {
        height: 54px;
    }
    
    nav .navbar-collapse {
        text-align: left;
    }
    
    nav .navbar-header {
        margin-top: 0;
    }
    
    nav .navbar-header img {
        margin-top: 13px;
        height: 22px;
    }
    
    nav ul.navbar-option {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        width: 100%;
    }
    
    nav ul.navbar-option li a {
        padding: 12px 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    nav ul.nav.navbar-nav {
        float: none;
        margin-top: -5px;
    }

    #blog-slider .slide img {
        height: 46px;
    }

    #page .content form div.bootstrap-select:not(:last-child) {
        margin-right: 12px;
    }
}

@media (max-width: 384px) {
    nav {
        padding: 0 15px;
    }

    .btn-orange {
        font-size: 12px;
    }

    .btn-md-long {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #work-form input {
        width: 126px;
    }

    #slideshow {
        height: 380px;
    }

    #slideshow .inner {
        height: 380px;
    }

    #slideshow .slide .box {
        position: absolute;
        left: 0;
        top: 36%;
        padding: 0 60px;
    }

    #slideshow .slide .box p {
        font-size: 15px;
        line-height: 24px;
        width: 100%;
    }

    #slideshow .arrow{
        top: 41%;
        z-index: 5;
        cursor:pointer;
        transition:border-color 0.3s ease-out;
    }

    #slideshow .arrow-right {
        right: 20px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #e8e8e8;
    }

    #slideshow .arrow-left {
        left: 20px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #e8e8e8;
    }

    #blog-slider .slide h2 {
        font-size: 12px;
    }

    #blog-slider .slide p {
        line-height: 16px;
    }

    #blog-slider .slide img {
        display: none;
    }

    #page {
        background-image: none !important;
    }

    #page .content > div {
        padding: 28px 15px 0 15px;
    }

    #page .content form div.bootstrap-select:not(:last-child) {
        margin-right: 8px;
    }

    .stepwizard-step:not(:first-child):not(:last-child)
    {
        display: none;
    }

}