/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

.rslides_here a {
    background: #222;
    color: #fff;
    font-weight: 700;
    border-bottom: 4px solid #026aa7;
    -webkit-transition: all .12s linear;
    -moz-transition: all .12s linear;
    -o-transition: all .12s linear;
    transition: all .12s linear;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    float: left;
    border: 0;
}


/*Customized*/
.caption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3%;
    text-align: left;
    background: #000;
    background: rgba(0,0,0, .8);
    color: #fff;
    font-size: 2em;
    margin-bottom: 0;
}

.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 52%;
    opacity: .8;
    z-index: 3;
    text-indent: -9999px;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background-image: url(../img/slidearrows.gif);
    margin-top: -45px;
    transition: opacity ease-in-out .3s;
}

    .rslides_nav.prev {
        left: -15px;
    }

    .rslides_nav.next {
        right: -15px;
        background-position: right top;
    }

    .rslides_nav:hover {
        opacity: .8;
    }

@media only screen and (max-width: 768px) {
    .rslides_nav.prev {
        left: 0;
    }

    .rslides_nav.next {
        right: 0;
        background-position: right top;
    }
}
