/*! http://responsiveslides.com v1.55 by @viljamis */

.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;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  cursor:pointer;
  }
.rslides_tabs
{
    list-style-type:none;
}
.rslides_tabs li
{
    background:rgba(255,255,255,0.4);
    float: left;
    height:15px;
    width:15px;
    margin:5px;
    border-radius: 8px;
   
}
.rslides_tabs li a
{
    color:rgba(0,0,0,0);
    height:15px;
    padding:4px;
    width:15px;
}


.rslides_tabs
{
    bottom: 5% ;
    left: 47%;
    position: absolute;
    z-index: 99999999;
}
.rslides_here
{
    background:rgba(0,0,0,0.4) !important;
}

.btn_slider
{
    background-color:#000;
    color:#fff;
    padding:10px 15px;
    top:-50px;
    left:50px;
    position:relative;

}


.slick-track
{
	position: relative !important;

}


.slick-track .btn
{
	bottom: 59px;
width: 180px;
position: absolute;
left: 300px;
}
.first-btn
{
	margin-left:90px !important;
	margin-right:30px;
	left: 1px !important;
}
#slider1 li
{
	margin-bottom:0px;
}