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


.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}
.nbs-flexisel-ul li p{
    font-family: 'nunito_sanssemibold';
    line-height: 1.2em;
}

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

.nbs-flexisel-item{
    float:left;
    margin:0px;
    padding:1em 0;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item a{
    text-decoration: none;
    color: #000;
}
.nbs-flexisel-item a:hover{
    text-decoration: none;
    color: #56780c;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    padding:  0 0 1em 0;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:.8em 1.3em;
    border-radius:50%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: #fff;
    color: #696969;
    border: 1px solid #bfbfbf;  
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<";
  font-family: 'rubikregular';
  font-size: 1em;
}

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

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

.nbs-flexisel-nav-right:before {
    content: ">";
      font-family: 'rubikregular';
  font-size: 1em;
}

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