#slider-wrap{padding:20px 20px 0;position:relative;}
#slider{width:100%;height:150px;overflow:hidden;border:#fff solid 20px;position:relative;}
.slide{width:100%;height:100%;}
.sli-links{height:40px;/*background:#f1f1f1;*/padding:0;display:flex;justify-content:center;align-items:center;}
.sli-links{background:transparent;background:linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(237, 221, 83, 0) 100%);}
.sli-links .control-slide:not(.active){margin:0 5px;width:6px;height:6px;background:#D778A4;border:0;}
.sli-links .control-slide{margin:2px;display:inline-block;width:12px;height:12px;overflow:hidden;text-indent:-9999px;border:1px solid #DBDFDF;background:#fff;border-radius:50%;}
.sli-links .control-slide:hover{cursor:pointer;border-color:#D778A4;}
.sli-links .control-slide.active{outline:2px solid #fff;outline-offset:-3px;border-color:#D778A4;background:#D778A4;}
.links-arr{background:#e5e5e5;height:40px;width:40px;position:absolute;}
.links-arr:first-of-type{left:20px;}
.links-arr:last-of-type{right:20px;}
.links-arr:hover{background:#dadada;}
#prewbutton, #nextbutton{width:40px;height:40px;display:flex;justify-content:center;align-items:center;z-index:3;outline:none!important;}
#prewbutton span, #nextbutton span{display:block;width:15px;height:23px;position:relative;overflow:hidden;text-indent:-9999px;background:url(../img/arrowBg.png) left center no-repeat}
#nextbutton span{background-position:right center;}
#prewbutton:hover, #nextbutton:hover{opacity:1;}
.sli-title{position:relative;top:-42px;height:40px;width:100%;background:#000;padding:10px;z-index:5;opacity:0.3;-moz-transition:all 1.5s;-webkit-transition:all 1.5s;-o-transition:all 1.5s;transition:all 1.5s;}
#slider:hover .sli-title{opacity:1;}
.slide img{width:100%;height:auto}
.slide a{color:#4385C2;position:absolute;height:inherit;}
#slider:hover a{color:#D778A4;}
@media screen and (min-width:935px) {
    .sli-links{margin-top:-12px;}
}