/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;   

    cursor: pointer;

    color: transparent;    
    border: 0;
    outline: none;  

    background: #fff;
    height: 4px;
    width: 20px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
}

.slick-dots li.slick-active button{ background:#7bedff }