#clienteleDemo2 {
    display: none;
}

.nbs-clientele2-container {
    position: relative;
    max-width: 100%;
    padding: 20px 0 35px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nbs-clientele2-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-clientele2-inner {
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0px;
    background-color: transparent;
}

.nbs-clientele2-item {
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.nbs-clientele2-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}


/*** Navigation ***/

.nbs-clientele2-nav-left,
.nbs-clientele2-nav-right {
    width: 35px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-clientele2-nav-left {
    height: 33px;
    left: -50px;
    width: 18px;
    top: 45% !important;
    z-index: 10;
    background: url(images/pre.png) no-repeat;
}

.nbs-clientele2-nav-left:hover,
.nbs-clientele2-nav-left:focus,
.nbs-clientele2-nav-left:active {
    background: url(images/pre.png) no-repeat;
}

.nbs-clientele2-nav-right {
    height: 33px;
    right: -50px;
    width: 18px;
    top: 45% !important;
    z-index: 10;
    background: url(images/next.png) no-repeat;
}

.nbs-clientele2-nav-right:hover,
.nbs-clientele2-nav-right:focus,
.nbs-clientele2-nav-right:active {
    background: url(images/next.png) no-repeat;
}

@media screen and (max-width:800px) {
    .nbs-clientele2-nav-left,
    .nbs-clientele2-nav-right {
        display: none;
    }
}


/*
@media screen and (max-width:767px) {
    .nbs-clientele2-nav-left {
        left: 44%;
    }
    .nbs-clientele2-nav-right {
        right: 44%;
    }
}

@media screen and (max-width:640px) {
    .nbs-clientele2-nav-left {
        left: 42%;
    }
    .nbs-clientele2-nav-right {
        right: 42%;
    }
}

@media screen and (max-width:500px) {
    .nbs-clientele2-nav-left {
        left: 40%;
    }
    .nbs-clientele2-nav-right {
        right: 40%;
    }
}

@media screen and (max-width:375px) {
    .nbs-clientele2-nav-left {
        left: 36%;
    }
    .nbs-clientele2-nav-right {
        right: 36%;
    }
}

@media screen and (max-width:320px) {
    .nbs-clientele2-nav-left {
        left: 34%;
    }
    .nbs-clientele2-nav-right {
        right: 34%;
    }
} */