/*
body {
background:#fff;
font-family:Arial, sans-serif;
margin: 0px;
}

p {
margin-bottom:20px;
}
*/

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

#flexisel {
display:none;
}

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

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
/*    background:#ffffff;*/
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px 0px;
    cursor:pointer;
    position:relative;
    line-height:0px;

    height: 414px;
    width: 100%;
    overflow: hidden;
    background-color: #4e4e4e;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    /* position: relative; */
/*
    margin-top: 10px;
    margin-bottom: 10px;

    content:"\f137";
    content:"\f138";
*/
position:  absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
margin: auto;

  object-position: center center;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
  height: 100%;




}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    /* padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;       */
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    /* background: rgba(0,0,0,0.5); */
    color: rgba(0,0,0,0.5);  
    font-size: 36px; 
}

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

.nbs-flexisel-nav-left:before {
    /* content: "<" */
    font-family: 'bootstrap-icons';
    content:"\F284";
}

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

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

.nbs-flexisel-nav-right:before {
    /* content: ">"; */
    font-family: 'bootstrap-icons';
    content:"\F285";
}

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