.nav-wrapper {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 11;
    transition: all .3s ease;
}
#bs-example-navbar-collapse-1{
    transform: translateX(-30px);
}

.nav-wrapper.scroll-fixed {
    top: 0 !important;
    background: #fff;
    padding: 10px 0;
}

.logo-xs-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.logo-xs-center img{
    height:50px;
}

.navbar-toggle {
    margin: 0 15px 0 0;
}
.navbar-toggle i{
    font-size: 21px;
}
@media (max-width: 992px) {
    .nav-wrapper {
        top: 0 !important;
        background: #fff;
        padding: 10px 0;
    }

    .color-white,
    .color-white:hover {
        color: #333 !important;
    }

    nav ul {
        margin: 0 !important;
    }

    nav ul li {
        padding: 0px 0 !important;
        margin-top: 10px !important;
    }

    nav ul li:first-child {
        margin-top: 0px !important;
    }
}
@media (max-width: 768px) {
    nav ul{
        list-style-type: none;
    }
    nav ul li {
        padding: 10px 0 !important;
        margin-top: 10px !important;
        text-align: center;
    }
    nav ul li a{
        padding:10px 50px;
    }
}

@media (min-width: 768px) {

    nav {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #logo-fukona {
        height: 50px;
        width: 150px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #logo-fukona img {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    nav ul {
        list-style-type: none;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        height: 50px;
        margin: 0 0 0 -50px;
        padding: 0;

    }

    .nav-logo-wrapper {
        padding: 0;
    }

    nav ul li {
        float: left;
        padding: 10px;
    }

    nav ul li a,
    nav ul li a:hover {
        /*height: 100%;*/
        text-align: center;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        outline: 0;
        padding: 0 10px;
        line-height: 30px;
    }

}

.active {
    background: #9D5595;
    border-radius: 10px;
    color: #fafafa !important;
}

.color-white,
.color-white:hover {
    color: #fafafa;
    transition: all .3s ease;
}

.scroll-fixed .color-white,
.scroll-fixed .color-white:hover {
    color: #333;
}

.color-black,
.color-black:hover {
    color: #333;
}