/*
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin: 30px 0px 30px 0px;
	padding-right:6px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:20px 0px 20px 0px;
    cursor:auto;
    position:relative;
    line-height:0px;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
    max-height:50px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
    -webkit-transition: all .6s ease; 
}
.nbs-flexisel-item img:hover{ 
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray; 
}


.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat; display:none;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat; display:none;
}*/


.bx-wrapper{ float:left; width:100% !important; margin:20px 0px 10px 0px; }
.bx-window{ float:left; width:100% !important; }
.slider-container { 
	width:100% !important; 
	height:auto; 
	padding:0px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}


#slider_training {
	list-style:none;
	padding:0px
}
#slider_training img { 
	margin:0px; 
	display:inline-block  ;
	 cursor: pointer;
    filter: none;
    margin-bottom: 10px;
    margin-top: 0px;
    max-height: 100px;
    max-width: 160px;
    position: relative;
    width: 100%;
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
    -webkit-transition: all .6s ease;
	border:1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}
#slider_training img:hover{ 
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray; 
}
#slider_training li {
	width:210px;
	margin:0;
	padding:0px 0px 0px 0px;
/*	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
*/	text-align:center;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {





}
@media only screen and (min-width: 768px) and (max-width: 991px) {



}
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
@media only screen and (max-width: 479px) {


}








