/* ----------------------------- */
/* == SLIDE         */
/* ----------------------------- */

ul.bjqs {
    position: relative;
    list-style: none;
    margin-top: 60px;
    margin: 0;
    overflow: hidden;
    display: none;
}

.bjqs-prev,
.bjqs-next{
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 25px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 25px;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

ol.bjqs-markers.h-centered {
    text-align: center;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    display: inline-block;
}

p.bjqs-caption {
    display: block;
    width: 30%;
    right: 2%;
    padding: 4%;
    position: absolute;
    bottom: 20px;
}

#banner-fade,
#banner-slide {
}

ul.bjqs-controls.v-centered li a {
    display: block;
    text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover {
    border-radius: 15px;
    background-color: rgb(255,255,255);
}


ol.bjqs-markers li a {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    margin: 5px;
    text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
    background: #999;
}

p.bjqs-caption {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-align: center;
}

 @media all and (max-width: 65em) {
     p.bjqs-caption {
         font-size: 18px;
     }
 }
/* slider */

.slider .items {
    display: none
}

.slider .pagination {
    position: absolute;
    bottom: 23px;
    max-width: 100%;
}

* + html .slider .pagination {
    bottom: 27px
}

.slider .pagination li {
    list-style: none;
    float: left
}

.slider .pagination a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../img/buttons.png) right 0 no-repeat
}

.slider .pagination a:hover,
.slider .pagination .current a {
    background-position: left
}
/* slider2 */

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