
#flexiselDemo1, #flexiselDemo2 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;

}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    border-right: 1px solid #FFF;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 41px;
    height: 41px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
     top: -50px !important;
}
.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover{
    opacity: 1;
}
.nbs-flexisel-nav-left {
    right: 50px;
    background: url(../images/left.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/right.png) no-repeat;
}
/*partners styles*/
.partners{
    padding: 50px 0;
}
.partners img{
    opacity: 0.7;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.partners img:hover{
    border-top: 5px solid #fa9a1f;
    border-bottom: 5px solid #fa9a1f;
    opacity: 1;
}
.partners h2{
    margin: 0 0 50px;
    color: #fa9a1f;
    text-decoration: underline;
    font-family: 'bebas_neuebold';
}
.partners h2 span{
    color: #252525;
    text-decoration: underline;
}
@media only screen and (max-width : 768px) {

    /*** Navigation ***/


    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right{
        top:auto !important;
        bottom: -50px !important;

    }
.nbs-flexisel-container:after{
        display: block;
        content: '';
        clear: both;
    }
    .nbs-flexisel-nav-left {
     right: 50%;
    }

    .nbs-flexisel-nav-right {
     left: 52%;

    }
}