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

/* Icons */
@font-face {
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 
 src: format('embedded-opentype'), format('woff'), format('truetype'), format('svg');
}
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 30px; height: 30px; padding: 0; margin-top: -10px\9; /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; /*background:url(../images/arrow-left.png) no-repeat;*/ }
.slick-next { right: -25px; /*background:url(../images/arrow-right.png) no-repeat;*/ }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
[dir='rtl'] .slick-prev:before { content: '→'; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
[dir='rtl'] .slick-next:before { content: '←'; }
/* Dots */
.slick-slider { padding-left:0;}
.slick-dots { position:absolute; bottom:188px; left:0; right:0; display:block; width:100%; max-width:1100px; margin:auto; padding:0; list-style: none; text-align:right;}
.slick-dots li { position: relative; display: inline-block; width:24px; height:5px; margin-right:8px; padding: 0; cursor: pointer; }
.slick-dots li:nth-child(5) { margin-right:0;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width:24px; height:5px; 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 { background:#eeeeed;}

.slick-dots li button:before {  background:rgba(255,255,255,0.24); position: absolute; top: 0; left: 0; width:24px; height:5px; content: '•'; text-align: center; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border-radius:5px;}
.slick-dots li.slick-active button:before { color: black; background:#eeeeed;}