
/*-----*/

.footest {
	
    position:fixed;
    margin-top:0px;
    margin-bottom:0px;
    height:25px;
    bottom:0;
    width:95%;
	background-color: rgba(0, 0, 0, 0.05);
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color: #000;
	padding:5px 0px 0px 0px ;

	
}

.foot {
	
    position:fixed;
    margin-top:0px;
    margin-bottom:50px;
    height:50px;
    bottom:0;
    width:95%;
	
	
}

.flexiselDemo3 {
display:none;
}

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

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    margin: 1em 0 3.5em;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    cursor:pointer;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width:100px;
    max-height:100px;
}
