/*! http://responsiveslides.com v1.54 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;
  }
 
 .callbacks_container {
  margin-bottom: 50px;
  position: relative;
  margin:auto;
  }
 
 .callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  top: 50%;
  margin-top:-20px;
  height: 41px;
  width: 41px;  
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  left: 1%;
  opacity: 0.3;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  background: transparent url("../images/themes.png") no-repeat left top;
  background-size:cover;
  transition:all .7s;
  }

.callbacks_nav:hover {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 1%;
  }
  
  .callbacks_tabs{
  position:absolute;
  list-style: none;
  padding: 0;
  list-style: none;
  top:10px;
  right:10px;
  text-align: center;
  z-index:999;
  }

.callbacks_tabs li {
  display: inline-block;
  float: none;
  margin-right: 10px;
  width:10px;
  height:10px;
  background:#b2b2b2;
  border-radius:50%;
  /*box-shadow:#000 1px 1px 5px;*/
  }

.callbacks_tabs a {
  width: 100%;
  height:100%;
  display: blcok;
  }

.callbacks_tabs li.callbacks_here{
     background:#666;
    }
