@charset "UTF-8";

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}

.navbar-toggle {
    float: left;
    height: 50px;
    margin: 0;
    border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
    {
    background-color: inherit;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar .btn-link:focus, .navbar .btn-link:hover {
    text-decoration: none;
}

.navbar-button, .navbar-button:active, .navbar-button:focus,
    .navbar-button:hover {
    float000: right;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 12px;
    border: none;
}

.navbar-brand {
    padding: 0;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.navbar-brand div.logo {
    margin: auto 15px;
    white-space: nowrap;
    overflow: hidden;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand img {
    display: inline-block;
    height: auto;
    line-height: normal;
    margin: auto 0;
    max-height: 50px;
    max-width: 130px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
}

@media ( min-width : 768px) {
    .navbar-btn-group {
        display: none !important;
    }
}

@media ( max-width : 767px) {
    .navbar-btn-group .navbar-left {
        float: left !important;
    }
    .navbar-btn-group .navbar-right {
        float: right !important;
        margin-right000: -15px;
    }
}

@media screen and (max-width: 310px) {
    .navbar-btn-group .navbar-lang-button {
        display: none !important;
    }
}

@media screen and (max-width: 372px) {
    .navbar-btn-group .navbar-cart-button {
        display: none !important;
    }
}

@media screen and (max-width: 414px) {
    .navbar-btn-group .navbar-search-button {
        display: none !important;
    }
}

@media screen and (max-width: 455px) {
    .navbar-btn-group .navbar-loc-button {
        display: none !important;
    }
}

@media screen and (max-width: 265px) {
    .navbar-brand img {
        display: none !important;
    }
}

@media ( min-width : 360px) and (max-width: 374px) {
    .navbar-brand img {
        max-width: 170px;
    }
}

@media ( min-width : 375px) and (max-width: 413px) {
    .navbar-brand img {
        max-width: 180px;
    }
}

@media ( min-width : 414px) and (max-width: 767px) {
    .navbar-brand img {
        max-width: 210px;
    }
}

@media ( min-width : 768px) {
    .navbar-brand img {
        max-width: 510px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-left {
        display000: none;
    }
}

.is-hidden {
    display: none;
    opacity: 0;
    transition: transform 0.4s, opacity 0.2s;
}

.is-visible {
    display: block;
    opacity: 100;
    transition: transform 0.4s, opacity 0.2s;
}

.navbar-left .site-slogan000 {
    color: #777;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
}