
.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 20px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    vertical-align: middle
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before {
    background-color: rgb(0, 178, 227);
    color: rgb(0, 178, 227);
}

.slick-dots li button:before {
    font-size: 16px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    text-align: center;
    color: #00000033;
    background-color: #00000033;
    border: 0px solid #00000033;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    -khtml-border-radius: 180px;
    border-radius: 180px
}

.slick-dots li.slick-active button:before {
    background-color: rgb(0, 178, 227);
    color: rgb(0, 178, 227);
}
