/*--thumbs--*/
.scroll{position:relative;}
.nbs-flexisel-inner {overflow:hidden;}
.nbs-flexisel-ul {position: relative;width:9999px;	list-style-type: none;overflow:hidden; zoom:1;}
.nbs-flexisel-item {float:left;cursor: pointer;position: relative; text-align:center;}
.nbs-flexisel-item >a{display:inline-block;width:92%;transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out;}
.nbs-flexisel-item img{ width:100%; height:auto;}

/*** Navigation ***/
@media(max-width: 767px) {
.nbs-flexisel-item { margin:0;}
.nbs-flexisel-item > a{ display:inline-block; width:100%;}
.nbs-flexisel-item > img {width:100%; height:auto;}
}


@media(min-width:768px) and (max-width:992px){

.nbs-flexisel-nav-left{left:0px;}
.nbs-flexisel-nav-right{ right:0px;}
	}
	
@media(min-width:1300px) {

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{ position:absolute; top:30%;}	
.nbs-flexisel-nav-left{left:-80px;}
.nbs-flexisel-nav-right{ right:-80px;}
	}

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {display:inline-block;width:50px; height:50px;transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;-moz-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out;background:url(../images/icons.png) no-repeat; cursor:pointer;}
.nbs-flexisel-nav-left{background-position:-34px -45px;}
.nbs-flexisel-nav-right{background-position:-85px -45px;}
.nbs-flexisel-nav-left:hover{background-position:-34px -95px;}
.nbs-flexisel-nav-right:hover{background-position:-85px -95px;}
.c_box01 .scroll_btn{ text-align:center; margin:40px 0 0}
.c_box01 .scroll_btn span{ display:inline-block; margin:0 5px;}



