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

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

}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    list-style: none;
    padding: 0;
    background: none;
}

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

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides .caption {
    position: absolute;
    top: 150px;
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 1.2;
    color: white;
    letter-spacing: -4px;
    text-transform: capitalize;
    text-shadow: 0 2px 2px black;
}

.rslides_tabs {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin: 0;
    z-index: 20000;
}

.rslides_tabs li{
    float: right;
    list-style: none;
    width: 20px;
    height: 16px;
    margin-right: 5px;
}
.rslides_tabs li a{
    height: 16px;
    width: 20px;
    background: #d1ad5f;
    display: block;
    text-align: center;
    color: #69231c;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.rslides_tabs li.rslides_here a{
    height: 30px;
    color: #69231c;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin-top: -10px;
}