/*! http://responsiveslides.com v1.53 by @viljamis */
.rslides_container {
  text-align: center;
  overflow: hidden;
}

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

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: inline;
  /*height: auto;*/
  /*float: left;*/
  /*width: 100%;*/
}

.rslides .caption {
  position: absolute;
  margin-top: -32px;
  padding: 5px;
  z-index: inherit;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  filter: alpha(opacity=50);
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 0 2px rgba(0, 0, 0, .75);
  width: 100%;
}

.rslides_tabs {
  list-style: none;
  box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(255, 255, 255, 1.0);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(255, 255, 255, 1.0);
  font-size: 18px;
  list-style: none;
  text-align: center;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  justify-content: center;
}

.rslides_tabs li {
  display: block;
  float: none;
  margin-right: 1px;
  max-height: 30px;
  overflow: hidden;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  height: auto;
  background: transparent;
  display: block;
  max-width: 40px;
  overflow: hidden;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs figure {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  background-color: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  box-shadow: 0 0 3px gray;
}

.rslides_tabs:hover figure:hover {
  z-index: 300;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}


.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}

.rslides_tabs img {
  max-width: none
}

.callbacks_container {
  margin-bottom: 50px;
  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;
}

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 35px;
  width: 38px;
  background: transparent url("../view/img/custom/tvu/arrows.gif") no-repeat left center;
  margin-top: -45px;
}

.rslides_nav:active {
  opacity: 1.0;
}

.rslides_nav.next {
  left: auto !important;
  background-position: right center;
  right: 0;
}