.slick-dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    z-index: 9;
}

#slider-ocenenia .slick-dots {
    display: none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    background: white;
    width: 60px;
    height: 4px;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}

.slick-dots li button:hover {
    background: #e8293b;
}

.slick-dots li.slick-active button {
    background: #e8293b;
}

.slick-dots li button:focus
{
    outline: none;
}