








#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.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;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    
  
}

.caption p{margin-top: 0px;}


 .caption p {   text-align: center;}

.caption p span{    color: #00aeef;
    font-size: 17px;
    font-weight: bold;}

.caption h4 span{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px !important;
    font-family: Montserrat,"Helvetica Neue",sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -.5px;
    color: #515151;
    margin-top: 0px;
}
.thumbnail img {
    box-shadow: rgb(216, 216, 216) 0px 10px 28px 0px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    padding: 0px;
    
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 154px;
    height: 154px;

}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/



.nbs-flexisel-nav-right {
    background: url(../images/prev.png) no-repeat  !important;
    display: block;right: 20px;
}
.nbs-flexisel-nav-left {
    background: url(../images/next.png) !important;
    display: block;
}
.nbs-flexisel-nav-right {
    right: 5px;
    padding: 8px 26px !important;
}
.nbs-flexisel-nav-left {
    left: 0px;
    padding: 5px 25px!important;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
       
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:35%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<";font-size: 0px;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">";font-size: 0px;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}