/*----*/
.slider{
	position:relative;
}
/* .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides1 img {
  display: block;
  height: 500px;
  float: left;
  width: 100%;
  border: 0;
  } */
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 34px;
  width: 34px;
  background:  url("../images/img-sprite.png") no-repeat -41px -3px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: -80px -3px;
  right: 0;
 }
/*----*/
.banner{
	
	width:100%;
	min-height:190px;
	display:block;
	background-size:cover;
}
.header{
	position:relative;
}
.header-top {
  position: absolute;
  top: 0;
  width: 100%;
  z-index:999;
}

.bottom-header{
	background:#303030;
	border-bottom:5px solid #09C;
}
