/* Revolution Slider 6 Base */
.rev_slider_wrapper{position:relative;overflow:hidden}
.rev_slider{position:relative;overflow:hidden}
.rev_slider ul{list-style:none;margin:0;padding:0}
.rev_slider .tp-caption{position:absolute}
.rev_slider .tp-bgimg{background-size:cover;background-position:center;width:100%;height:100%;position:absolute;top:0;left:0}
rs-module{position:relative;display:block;overflow:hidden}
rs-module-wrap{position:relative;display:block;width:100%}
rs-slides,rs-slide{position:relative;display:block;overflow:hidden}
rs-layer{position:absolute;display:block}
rs-sbg-wrap{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
rs-sbg{position:absolute;width:100%;height:100%;background-size:cover;background-position:center}
.tp-bullets{position:absolute;z-index:100}
.tp-bullet{display:inline-block;width:12px;height:12px;background:rgba(255,255,255,.5);border-radius:50%;margin:0 5px;cursor:pointer;transition:all .3s}
.tp-bullet.selected,.tp-bullet:hover{background:#ffc200}
.tparrows{position:absolute;z-index:100;width:40px;height:40px;cursor:pointer;background:rgba(0,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}
.tparrows:hover{background:#ffc200}
