@media (min-width: 992px) {
    #menusite {        
        background: #4a8103;
        border-bottom: 1px solid #aaa;
        border-top: 1px solid #aaa;
    }

    #menusite .navbar-default {
        background: transparent;
        border: none;
    }

    #menusite .navbar-default .navbar-nav {
        float: none;
        display: table;
        width: 100%;
    }

    #menusite .navbar-default .navbar-nav > li {
        display: table-cell;
        float: none;
        text-align: center;
    }

    #menusite .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a {
        background: #325701;
        color: #ffeb3b;
    }

    #menusite .navbar-default .navbar-nav > li > a .caret {
        margin-left: 5px;
    }

    #menusite .navbar-default .navbar-nav li:hover > ul {
        display: block;
    }

    #menusite .navbar-default .navbar-nav > li ul {
        padding: 0;
        margin: 0;
        border-radius: 0;
        top: 100%;
        left: 0;
    }

    #menusite .navbar-default .navbar-nav > li li a {
        display: block;
        padding: 8px 10px;
    }

    #menusite .navbar-default .navbar-nav > li li a .caret {
        float: right;
        margin-top: 6px;
        transform: rotate(-90deg);
    }

    #menusite .navbar-default .navbar-nav > li ul ul {
        top: -1px;
        left: 100%;
    }

    #footer > [class^="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .body-bg,
    .container {
        width:100%;
    }

    .form-inline-xs .form-control {
        display: inline-block;
        width: auto;
    }

    .panel-default .panel-heading span a,
    .panel-default .panel-heading {
        font-size: 17px;
    }

    #sitemodal .modal-dialog {
        max-width: 100%;
        margin-top: 0;
    }

    #sitemodal .modal-content {
        width: 100%;
    }

    .header-top .language {
        text-align: right;
    }

    #header {
        padding: 15px 0;
        position: relative;
    }

    #header .btn-toggle-menu {
        font-size: 24px;
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #333;
        border-radius: 5px;
        line-height: 20px;
        margin-top: 7px;
        color: #333;
    }

    #header .logo {
        padding: 0;
        text-align: center;
    }

    #header .logo img {
        height: 60px !important;
        width: auto;
    }

    .company-header h1 {
        font-size: 16px;
    }

    .company-header h2 {
        font-size: 12px;
    }

    .company-header h3 {
        font-size: 12px;
    }

    #header .header-right {
        position: absolute;
        right: 0;
    }

    #header .header-center .search-bar {
        width: 100%;
    }

    .search-bar .btn-primary,
    .search-bar input {
        height: 34px;
        padding: 5px 30px;
    }

    .login {
        margin-top: 10px;
    }

    .bg-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 999;
        display: none;
    }

    #menusite {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #4a8103;
        overflow: auto;
        z-index: 1000;
        -webkit-transition: left ease-in-out .5s;
        -moz-transition: left ease-in-out .5s;
        -ms-transition: left ease-in-out .5s;
        -o-transition: left ease-in-out .5s;
        transition: left ease-in-out .5s;
    }

    #menusite.active {
        left: 0;
    }

    #menusite .container {
        padding: 0;
    }

    #menusite .navbar-default {
        background: transparent;
        border: none;
    }

    #menusite .navbar-default > .img img {
        width: 100%;
        height: auto;
    }

    #menusite .navbar-default .navbar-nav {
        margin: 0;
    }

    #menusite .navbar-default .navbar-nav > li {
        display: block;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    #menusite .navbar-default .navbar-nav li {
        position: relative;
    }

    #menusite .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
        color: #fff;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a {
        background: transparent;
        color: yellow;
    }

    #menusite .navbar-default .navbar-nav li a .caret {
        float: none;
        transform: rotate(0);
        border: none;
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 5px;
        z-index: 1;
        color: #fff;
        display: block;
        margin: 0;
        width: auto;
        height: auto;
    }

    #menusite .navbar-default .navbar-nav > li > a .caret {
        top: 10px;
    }

    #menusite .navbar-default .navbar-nav li a .caret:before {
        content: '\f067';
        font-family: 'FontAwesome';
    }

    #menusite .navbar-default .navbar-nav li a .caret.active:before {
        content: '\f068';
        font-family: 'FontAwesome';
    }

    #menusite .navbar-default .navbar-nav > li ul,
    #menusite .navbar-default .navbar-nav > li ul ul {
        display: none;
        position: relative;
        width: 100%;
        background: transparent;
        float: none;
        border: none;
        box-shadow: none;
        padding: 0;
        top: auto;
        left: auto;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    #menusite .navbar-default .navbar-nav > li ul ul {
        padding-left: 15px;
    }

    #menusite .navbar-default .navbar-nav > li li a,
    #menusite .navbar-default .navbar-nav > li li a:hover,
    #menusite .navbar-default .navbar-nav > li li.active a {
        color: #fff;
        font-size: 14px;
        padding: 10px;
        line-height: 18px;
        background: transparent;
    }

    #menusite .navbar-default .navbar-nav > li li a:before {
        font-family: 'FontAwesome';
        content: '\f0da';
        margin-right: 5px;
    }

    .shop-cart .list-product .product .image {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .shop-cart .list-product .product .info {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .block-cart .btn-toggle-cart .num {        
        position: absolute;
        top: 8px;
        right: 0;
        background: #fff;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        line-height: 18px;
        padding-left: 0;
        font-size: 10px;
        color: #f00;
    }

    .menu-social {
        text-align: center;
    }

    .menu-social ul {
        display: inline-block;
    }

    .footer-right {
        padding-bottom: 20px;
    }

    .col-xs-12 {
        width: 50% !important;
    }

    ._view_grid .shop-item .image {
        height: 150px;
    }

    ._view_grid .shop-item .info .price {
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
}

@media (max-width:350px) {
    .col-i {
        width: 100%;
    }
}

@media (min-width:500px) {
    .nv-infodie {
        width:500px;
        left:50%;
        margin-left:-250px;
    }
}

@media (min-height:500px) {
    .nv-infodie {
        height:500px;
        top:50%;
        margin-top:-250px;
    }
}