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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slides{
	margin-bottom:10px;
	}
  
.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 {
  position: relative;
  float: left;
  width: 100%;
  }
.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 {
  position: absolute;
  top: 52%;
  z-index: 3;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  color:#fff;
  font-size:20pt;
  font-weight:bold;
  margin-top: -45px;
  background:rgba(0,0,0,0.5);
  text-align:center;
  line-height:50px;
  vertical-align:middle;
  }
.callbacks_nav:hover, .callbacks_nav:active, .callbacks_nav:focus{
	color:#fff;
	text-decoration:none;
	background:rgba(24,147,0,0.5);
	}

.callbacks_nav:active {
  opacity: 1.0;
  }
.callbacks_nav.prev {
    background: url("images/prev.png") no-repeat scroll 70% 50% rgba(0, 0, 0, 0);
    border-radius: 0;
    color: transparent;
    height: 63px;
    left: 25px;
    margin-top: -10px;
    top: 45%;
    width: 38px;
}
.callbacks_nav.next {
    background: url("images/next.png") no-repeat scroll 30% 50% rgba(0, 0, 0, 0);
    border-radius: 0;
    color: transparent;
    height: 63px;
    margin-top: -10px;
    right: 25px;
    top: 45%;
    width: 38px;
}
.glyphicon.glyphicon-chevron-left, .glyphicon.glyphicon-chevron-right{line-height:48px;}  
.jcarousel-wrapper .jcarousel-control-next,.jcarousel-wrapper .jcarousel-control-next:hover,.jcarousel-wrapper .jcarousel-control-next:focus {
    background: url("images/next.png") no-repeat scroll 30% 50% rgba(0, 0, 0, 0);
    border-radius: 0;
    color: transparent;
    padding: 34px 14px;
}
.jcarousel-wrapper .jcarousel-control-prev,.jcarousel-wrapper .jcarousel-control-prev:hover,.jcarousel-wrapper .jcarousel-control-prev:focus {
    background: url("images/prev.png") no-repeat scroll 30% 50% rgba(0, 0, 0, 0);
    border-radius: 0;
    color: transparent;
    padding: 34px 14px;
}
@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 50%;
	font-size:18pt;
	line-height:30px;
	height:30px;
	width:30px;
    }
	.glyphicon.glyphicon-chevron-left, .glyphicon.glyphicon-chevron-right{line-height:28px;}  
}