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

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width:12px;
    height:12px;
	border-radius:50%;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
	list-style:none; 
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
  	width:12px;
    height:12px;
	border-radius:50%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #cfcfcf;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
	background:#5a266e;
	height:12px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    position: absolute;
    top: 0;
    left: 0;
    width:12px;
    height:12px;
	border-radius:50%;
    content: '•';
    text-align: center;
    opacity: -10;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background:#5a266e;
}
.slick-dots li.slick-active button:before{
    opacity: 1.0;
    color: black;
}