*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slider-container{position:relative;overflow:hidden;width:100%;margin:0 auto;background-color:#444;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slider{position:relative;width:9999px}.slider:after,.slider:before{display:table;content:' '}.slider:after{clear:both}.slider__item{position:relative;float:left;margin:0;padding:0;height:100%}.slider__item img{display:block;max-width:100%;height:auto}.slider__switch span{color:#fff;display:block;width:32px;height:32px}.slider__switch{position:absolute;top:50%;margin-top:-20px;padding:10px 5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;border-radius:1px;background:#000;opacity:.3;transition:opacity .15s;fill:#fff}.slider__switch--prev{left:10px}.slider__switch--next{right:10px}.slider__switch:hover{opacity:.85}.slider__caption[disabled],.slider__switch[disabled]{opacity:0;visibility:hidden}.slider__caption{position:absolute;bottom:30px;left:30px;display:block;max-width:500px;padding:10px;color:#fff;background:rgba(0,0,0,.4);box-shadow:0 0 20px 10px rgba(0,0,0,.4)}.slider-nav{line-height:30px;position:absolute;bottom:0;left:25px;width:10%;height:30px;margin:0;padding:0;text-align:center;z-index:99999;display:none!important}.slider-nav__control{display:inline-block;width:12px;height:12px;margin:0 3px 20px;-webkit-transition:background .5s;-moz-transition:background .5s;-o-transition:background .5s;transition:background .5s;border:2px solid #fff;border-radius:50%;background:#fff}.slider-nav__control.is-active{width:12px;height:12px;background:#7418a5;border:2px solid #fff}.slider.has-touch{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing}@media (max-width:580px){.slider__caption,.slider__switch{display:none}}