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

.slick-dots {
    display: block;
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
}
.slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
}
.slick-dots li.slick-active button:before {
    background-color: #962237;
}
@media screen and (max-width: 768px) {
    .slick-dots {
        bottom: 30px;
        margin: 0 0 0 10px;
        text-align: left;
    }
}
