
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{/* background: #fff url('./ajax-loader.gif') center center no-repeat; */}

/* Arrows */
/* Arrows */
.slick-prev,
.slick-next{ font-size:0;position: absolute; width: 21px; height: 15px; bottom:0;  z-index:99; 
                background-size: 100% auto; background-position: center center; background-repeat:no-repeat; }

.slick-prev { background-image:url("/images/main/arrow-prev.png"); right: 21px; margin-right:10px;  }
.slick-next { background-image:url("/images/main/arrow-next.png"); right: 0;   }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{ background-color:#fff; }



/* Dots */
.slick-dotted.slick-slider { margin-bottom:0px; }
.slick-dots { position: absolute; bottom: 23px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block;  width:12px; height:12px; border-radius:12px; margin:0 3px; padding: 0; cursor: pointer; box-sizing:border-box;background:#fff }

.slick-dots li.slick-active{background:#9d0606}
/*
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent;  border: 0; outline: none; background: transparent; }
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before{font-size: 6px; line-height: 20px;  position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '��'; text-align: center;  opacity: .25; color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{opacity: .75; color: black;}
*/


/**/
.slick-dots li button{display:none;}

@media all and (max-width:1280px) {
	.slick-dots { bottom: 10px; }
}
@media all and (max-width:978px) {
	.slick-dots { bottom: 5px; }
	.slick-dots li { width:9px; height:9px; border-radius:9px;} 
}