
.clearout {
    height:20px;
    clear:both;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    padding: 0 60px;
    box-sizing: border-box;
}

.slide-3, .slide-3 .nbs-flexisel-container {
    padding: 0;
}
.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%;
    box-sizing: border-box;
}

.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;
}
#flexisel-3 .nbs-flexisel-item a{
	display:block;
	position:relative;
	height:270px;
}
#flexisel-3 .nbs-flexisel-item .embed-responsive{
	background:#000;
	height:270px;
	margin-bottom:.5em;
}
#flexisel-3 .nbs-flexisel-item .embed-responsive .embed-responsive-item,
#flexisel-3 .nbs-flexisel-item .embed-responsive embed,
#flexisel-3 .nbs-flexisel-item .embed-responsive iframe,
#flexisel-3 .nbs-flexisel-item .embed-responsive object,
#flexisel-3 .nbs-flexisel-item .embed-responsive video{
	position:relative;
	height:100%;
	width:auto;
	display:block;
	margin:0 auto;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 32px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    background: rgba(0,0,0,0.1);
    color: #fff;
}
#navigation-3 .nbs-flexisel-nav-left,
#navigation-3 .nbs-flexisel-nav-right {
    width: 30px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    top: 35%;
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover,
#navigation-3 .nbs-flexisel-nav-left:hover,
#navigation-3 .nbs-flexisel-nav-right:hover {
    background: #006361;
}

.nbs-flexisel-nav-left {
    left: 0;
}
#navigation-3 .nbs-flexisel-nav-left {
    left: 0;
}

.nbs-flexisel-nav-left:before {
    content: ""
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.2;
}

.nbs-flexisel-nav-right {
    right: 0;    
}
#navigation-3 .nbs-flexisel-nav-right {
    right: 0;
}

.nbs-flexisel-nav-right:before {
    content: ""
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

#navigation-1 {
    height: inherit;
}
#navigation-1 .nbs-flexisel-nav-left,
#navigation-1 .nbs-flexisel-nav-right {
    top: 40%;
}
.nbs-flexisel-nav-left:after,
.nbs-flexisel-nav-right:after ,
#navigation-2 .nbs-flexisel-nav-left:after,
#navigation-2 .nbs-flexisel-nav-right:after {
    transition: all .4s;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    border:0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}
.nbs-flexisel-nav-left:after ,
#navigation-2 .nbs-flexisel-nav-left:after {
    background-image: url('../../../images/s3-prev.png');
}
.nbs-flexisel-nav-right:after ,
#navigation-2 .nbs-flexisel-nav-right:after { 
    background-image: url('../../../images/s3-next.png');
}
.nbs-flexisel-nav-left:hover:after ,
#navigation-2 .nbs-flexisel-nav-left:hover:after { 
    background-position: -10% center;
}
.nbs-flexisel-nav-right:hover:after ,
#navigation-2 .nbs-flexisel-nav-right:hover:after { 
    background-position: 110% center;
}

#navigation-2 .nbs-flexisel-nav-left,
#navigation-2 .nbs-flexisel-nav-right { 
    position: absolute;
    top: 30%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 32px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    cursor: pointer;
    z-index: 4;
    background: rgba(0,0,0,0.1);
    color: #fff;  
}

#navigation-2 .nbs-flexisel-nav-left { 
    left: auto;
}
#navigation-2 .nbs-flexisel-nav-right { 
    right: 15px;
}
