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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
background-color: #1D2C4E;
max-height: 700px;
border-radius: 0px;
  }

.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;
border-radius: 0px;

  }
.caption {
  position: absolute;
  display: block;
  top: 34%;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  color: #fff;
  z-index: 1000;
  font-size: 30px;
}