/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 500px;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    height: 100%;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides div img {
    display: block;
    height: auto;
    float: none;
    width: 30%;
    margin: 0 auto;
}
ul.rslides_tabs {
    overflow: hidden;
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-pager {
    width: 100%;
    margin: -10px 0 0 -5px;
    text-align: center;
    overflow: hidden;
    padding: 0 0 0px 0;
}
.slider-pager a {
    display: inline-block;
    color: #ccc;
    font-family: arial;
    font-size: 45px;
    height: 12px;
    margin-left: 1%;
    padding: 5px;
    width: 12px;
    cursor: pointer;
}
.slider-pager a.rslides_here {
    color: #d95959 !important;
}
@media (max-width: 1024px) {
    .rslides {
        /*height: 450px;*/
    }
}
@media (max-width: 768px) {
    .rslides {
        /*height: 310px;*/
    }
}
@media (max-width: 667px) { 
    .rslides {
        /*height: 200px;*/
    }
    .rslides div img {
        width: 40%;
    }
}
@media (max-width: 384px) {
    .rslides {
        height: 360px;
    }
    .rslides div img {
        width: 60%;
    }
}