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

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

.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;
}

.caption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background: #000;
    background: rgba(0,0, 0, 0.3);
    color: #ccff00;    
    color:white; 
    color:#f7ff00;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: normal;
    word-spacing: 20px;
    margin-bottom: 3em;
}

@media (max-width: 700px){
    .caption {    
        position: absolute;
        display: block;    
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px;
        text-align: center;
        background: #000;
        background: rgba(0,70,32, 0.2);
        background: rgba(0,0, 0, 0.6);
        color: #fff;
        font-size: 0.8rem;
        margin-bottom: 2em;
    }


}