@charset 'UTF-8';

.slick-dots{
 position: absolute;
 display: block;
 width: 100%;
 padding: 0;
 margin: 0;
 list-style: none;
 text-align: center;
 bottom: -20px;
}

.slick-dots li{
 position: relative;
 display: inline-block;
 width: 40px;
 height: 3px;
 margin: 0 4px;
 cursor: pointer;
 color: #FFF;
 padding-top: 0px;
	z-index: 1;
}

.slick-dots li button{
 font-size: 0;
 line-height: 0;
 display: block;
 width: 40px;
 height: 3px;
 cursor: pointer;
 color: transparent;
 border: 0;
 outline: none;
 background-color: #cdcdcd;
 padding-top: 0px;
 margin-bottom: 0px;
}

.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{
 position: absolute;
 top: 0;
 left: 0;
 height: 1px;
 content: ' ';
 text-align: center;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
 position: absolute;
 top: 0;
 left: 0;
 width: 40px;
 height: 3px;
 content: ' ';
 text-align: center;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
  background-color: #0e62c0;
}

