@media all and (max-width:1024px) and (min-width:320px) {

    html {
        overflow-y: hidden!important; 
    }

    .row {
        margin-right: 15px;
        margin-left: 15px;
    }

    .features-img {
        width: 30%;
        margin-bottom: 40px;
    }

    img.mobile-img {
        width: 100%!important;
        margin: auto;
    }

    .spacing-bottom {
        padding-bottom: 30px;
    }

    .image-show h1 {
        font-size: 48px;
    }

    .image-show .flexslider .slides li .img-container,
    .news-slide .slides li .img-container{
        min-height: 500px;
    }

    #container_isotope .col-4 {
        width: 100%;
    }

    #news_container_isotope .col-4 {
        width: 100%;
    }

    .box-news .slides li {
        border-right:1px #000 solid;
        position: relative;
    }

    .portfolio-box .row {
        padding-left: 15px;
        padding-right: 15px;
    }


    .box-news .col-xs-12 ,
    .portfolio-box .col-xs-12 {
        padding: 40px 40px;
    }

    .col-xs-8.form-contact {
        margin-top: 20px;
    }

    .contact .form-contact input {
        margin-top: 10px;
    }

    .contact .form-contact textarea {
        margin-top: 0px;
    }

    .contact .sector2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .contact .form-contact .col-xs-12 {
        padding: 0 15px;
    }

    .contact-btn-action {
        margin-bottom: 30px;
    }

    .client-img , .about-img {
        width: 50%!important;
        margin: auto;
        margin-bottom: 50px;
    }

}

@media all and (max-width:1024px) and (min-width:320px) {


    body {
        overflow-x: hidden;
    }

    .social {
        padding: 0;
        padding-top: 20px;
    }

    .image-show h1 {
        font-size: 32px;
    }

    .btn.btn-hg {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 10px 10px; 
    }

    .portfolio-box .right {
        width: 100%;
        display: block;
        float:left;
    }

    .header-fixed-sidebar {
        left:-112px;
        overflow: auto;
        z-index: 13;
        -webkit-overflow-scrolling: touch;
        /* animations */
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .visible {
        left:112px;
    }

    .box-left ,
    .box-item , 
    .portfolio ,
    .social ,
    .box-footer ,
    .box-news ,
    .news-content {
        padding-left:0px; 
    }

    .box-news .news-content .list-icon {
        width: 100%;
    }

    .box-news .show {
        left: 0px;
        padding-left: 0px;
    }

    .mobile-visible {
        display: block;
    }

    .open-navigation {
        position: fixed;
        left:0px;
        bottom: 0px;
        z-index: 11;

    }

    .open-menu-left , .close-menu-left {
        background:#202020;
        padding: 15px;
        color:#e4e4e4;
        cursor: pointer;
    }

    .header-fixed-sidebar.show {
        left:50%;
        margin-left: -56px;
    }

    .open-menu-left.hide , .close-menu-left.hide {
        left:-100%;
    }

    .wrapper-menu-moblie {
        background:rgba(50,50,50,0.7);
        position: fixed;
        width: 100%;
        height: 100%;
        left:-100%;
        z-index: 11;
        /* animations */
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .wrapper-menu-moblie.show {
        left:0%;
    }
    
    .img-art { 
        border-radius: 0px 0% 0% 0px;
    }

}

@media all and (max-width:524px) and (min-width:320px) {

    .contact .sector1 ,
    .description {
        margin-top: 0px;
    }

    .flexslider-thumbnails , .slider-about {
        display: none;
    }

    .clients .flex-control-nav {
        bottom: -60px;
    }

    .img-art {
        background: #E74C3C;
        border-radius: 0px 0% 0% 0px;
        padding-right: 0px;
        padding: 0px;
    }

    .social.right {
        float:none;
        top:20px;
        padding-left: 20px;
        position: relative;
    }

    .box-news .news-content .col-xs-12 {
        padding: 0px;
    }

    .box-news .news-content .block-content {
        padding-right: 46px;
    }

    .box-news .news-content .right {
        right:-15px;
    }

    .client-img , .about-img {
        width: 90%!important;
        margin: auto;
        margin-bottom: 50px;
    }

}