/*Various styles for the image slider that either came from the library or was sligtly modififed to fit the website*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

#slides .row .cell.center {
    width: 100%;
}

#slides .row .cell.arrow.right {
    padding-right: 0px;
    min-width: 0px;
    width: 0px;
}

#slides .row .cell.arrow.left {
    padding-left: 0px;
    min-width: 0px;
    width: 0px;
}

.rslides li {
  backface-visibility: hidden;
  -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;
  border: 0;
  margin: 0 auto;
}

.rslides {
    margin: auto !important;
}

.rslides li img{
    height: auto;
    width: 100%;
}

.rslides_tabs {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0px;
    padding-left: 0;
}

.rslides_tabs > li {
    display: inline;
    margin-right: 5px;
    padding-left: 0px;
}

.rslides_tabs > li > a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #03582D;
    background: rgba(0,88,45,1);
    display: inline-block;
    _display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 15px;
    height: 15px;
}

.rslides_tabs > .rslides_here > a {
    background: #86C18D;
    background: rgba(134, 193, 141, 1);
}

.caption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    background: #000;
    background: rgba(0,0,0, .8);
    color: #fff;
}