

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    min-height: 250px;
    margin-top: -120px;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

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

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item a{
    text-decoration: none;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
}

/*** Navigation ***/
.nbs-flexisel-container:hover .nbs-flexisel-nav-left{
    opacity: 1;
}
.nbs-flexisel-container:hover .nbs-flexisel-nav-right{
    opacity: 1;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    height:40px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    line-height: 50px;
    transform: translateY(-50%);   
    background:#643d91;
    opacity: 0;
    transition: 0.5s;
    color: #fff;
}

.nbs-flexisel-nav-left {
    left:0px;

}

.nbs-flexisel-nav-left:before {
    content: "<";
    position: absolute;
    left: 0px;
    text-align: center;
    line-height: 40px;
    height: 100%;
    width: 100%;
    font-size: 20px;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 0px;
}

.nbs-flexisel-nav-right:before {
    content: ">";
    position: absolute;
    right: 0px;
    text-align: center;
    line-height: 40px;
    height: 100%;
    width: 100%;
    font-size: 20px;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.slider-text{
    text-decoration: none;
    min-height: 30px;
    color: black;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    width: 90%;
    margin: auto;
    padding-top: 10px;
}

/*REFERSNA*/
.referans-slider > .nbs-flexisel-container > .nbs-flexisel-inner > .nbs-flexisel-ul > .nbs-flexisel-item > img{
    height: 105px;
}
.referans-slider > .nbs-flexisel-container > .nbs-flexisel-inner {
    position: relative;
    overflow-x: hidden;
    min-height: 150px;
    float:left;
    width:100%;
}
.referans-slider > .nbs-flexisel-container{
    position:relative;
    max-width:100%;
    min-height: 150px;
    margin-top: 0px;
    background: #eaeaea;

}
.referans-slider > .nbs-flexisel-container >  .nbs-flexisel-inner >  .nbs-flexisel-nav-left, .referans-slider > .nbs-flexisel-container > .nbs-flexisel-inner > .nbs-flexisel-nav-right {
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 90%;
    background: transparent;
    transform: translateY(-50%);   
    opacity: 1;
    transition: 0.5s;
    color: #fff;
    border-radius: 10px;
}
.referans-slider > .nbs-flexisel-container >  .nbs-flexisel-inner > .nbs-flexisel-nav-right:before {
  content: ">";
    position: absolute;
    font-size: 32px;
    line-height: 50px;
    color: #643c90;
    font-family: Arial;
    font-weight: bold;
    top: 0%;
}
.referans-slider > .nbs-flexisel-container >  .nbs-flexisel-inner > .nbs-flexisel-nav-left:before {
   content: "<";
    position: absolute;
    left: 10px;
    top: 0%;
    font-size: 32px;
    color: #643c90;
    line-height: 50px;
    font-family: Arial;
    font-weight: bold;
}
.referans-slider > .nbs-flexisel-container >  .nbs-flexisel-inner > .nbs-flexisel-nav-right {
     right: 3%;
    margin-top: -150px;
    margin-right: -50px;
}
.referans-slider > .nbs-flexisel-container >  .nbs-flexisel-inner > .nbs-flexisel-nav-left {
        left: 2.3%;
    margin-top: -150px;
    margin-left: -50px;
}
/*REFERSNA*/