@media (min-width: 980px) and (max-width: 1200px) {
    #container.boxed-style {
        max-width: 1000px;
    }

    .team-member:hover img {
        transform: scale(1.7) rotate(360deg);
        -webkit-transform: scale(1.7) rotate(360deg);
        -moz-transform: scale(1.7) rotate(360deg);
        -o-transform: scale(1.7) rotate(360deg);
        -ms-transform: scale(1.7) rotate(360deg);
    }

    .team-member div span {
        font-size: 12px;
    }

    ul.social-network li {
        margin-left: 0;
    }

        ul.social-network li a {
            width: 30px;
            height: 30px;
        }

    .team-member div:after {
        top: -2px;
        left: 108px;
    }

    .tab-list li a {
        padding: 24px 29px;
    }

    #banner p {
        font-size: 22px;
    }

    .navbar .nav > li > a, .navbar .nav ul.dropdown-menu a {
        padding: 30px 10px 30px 22px;
    }

    #search-global-form input[type="submit"], #searchform input[type="submit"] {
        right: -26px!important;
    }

    #footer .row-fluid .span3 {
        width: 22%!important;
        margin-left: 26px;
    }

    .logo {
        float: none;
    }

    .logo img {
        display: block!important;
        margin: 0 auto;
    }
 
   #logo-image {
        left: -51px;
    }


}

@media (max-width: 979px) {

    .dropdown-backdrop {
        position: static;
    }

    .team-member:hover img {
        transform: scale(1.8) rotate(360deg);
        -webkit-transform: scale(1.8) rotate(360deg);
        -moz-transform: scale(1.8) rotate(360deg);
        -o-transform: scale(1.8) rotate(360deg);
        -ms-transform: scale(1.8) rotate(360deg);
    }

    .team-member div span {
        display: none;
    }

    ul.social-network li {
        margin-left: 0;
    }

        ul.social-network li a {
            width: 30px;
            height: 30px;
        }

    .team-member div:after {
        display: none;
    }

    .tab-list li a {
        padding: 24px 17px;
    }

    .testimonial h2 {
        font-size: 13px;
    }

    .services-home2 article h3 {
        font-size: 13px;
    }

    .navbar .nav > li > a, .navbar .nav ul.dropdown-menu a {
        font-family: 'oratorstd';
        border: 0 none;
        color: #000;
        display: block;
        font-size: 15px;
        line-height: 1.333;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 300;
        position: relative;
        text-shadow: none;
    }

    #search-global-form input[type="text"], #searchform input[type="text"] {
        float: right;
        margin-right: 7px;
    }

    .row-fluid .span8 {
        width: 57.745856%;
    }

    .sf-search #search-global-form input[type="text"] {
        width: 88%;
        position: absolute;
        right: 0px;
        top: -12px;
    }

    #search-global-form input[type="submit"], #searchform input[type="submit"] {
        top: 5px;
        right: 10px;
    }

    #footer .row-fluid .span3 {
        width: 93%!important;
        margin-left: 30px;
    }

    #scroll-top-img {
        display: none;
    }


    .logo {
        float: none;
    }

        .logo img {
            display: block!important;
            margin: 0 auto;
        }

    header .row-fluid .span8 {
        width: 100%;
    }

    .sf-search #search-global-form input[type="text"] {
        width: 88%;
    }

    header .row-fluid .span8 {
        width: 97%;
    }

    .sf-search #search-global-form input[type="text"] {
        width: 88%!important;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .sf-search #search-global-form input[type="text"], #search {
        left: 32px;
        position: relative;
        top: -8px;
        width: 340px !important;

    }
   .sf-search #search-global-form input[type="text"] {
        left: 32px;
        position: relative;
        top: -8px;
        width: 340px !important;
    }
}