*,:after,:before{box-sizing:border-box}.slider-container{position:relative;overflow:hidden;margin:0 auto;width:100%;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;height:auto;max-width:100%}.slider__switch span{display:block;width:2pc;height:2pc;color:#fff}.slider__switch{position:absolute;top:50%;margin-top:-20px;padding:10px 5px;border-radius:1px;background:#000;opacity:.3;cursor:pointer;transition:opacity .15s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;fill:#fff}.slider__switch--prev{left:10px}.slider__switch--next{right:10px}.slider__switch:hover{opacity:.85}.slider__switch[disabled]{visibility:hidden;opacity:0}.slider__caption{position:absolute;bottom:30px;left:30px;display:block;padding:10px;max-width:500px;background:rgba(0,0,0,.4);box-shadow:0 0 10px 10px rgba(0,0,0,.1);color:#fff}.slider__caption[disabled]{visibility:hidden;opacity:0}.slider-nav{position:absolute;bottom:0;left:0;z-index:1;margin:0;padding:0;width:100%;height:30px;text-align:center;line-height:30px}.slider-nav__control{display:inline-block;margin:0 3px;width:9pt;height:9pt;border:2px solid #fff;border-radius:50%;background:0 0;transition:background .5s ease}.slider-nav__control.is-active{width:9pt;height:9pt;background:#fff}.slider.has-touch{cursor:move;cursor:-moz-grabbing}@media (max-width:580px){.slider__caption,.slider__switch{display:none}}