/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 03.11.2018, 17:21:01
    Author     : Nick Denry
*/

.main-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.main-slider .slick-dots {
    bottom: 25px;
}

.main-slider .slick-dots li button::before {
    /* box-shadow: 0 0 0 1px rgba(255,255,255,1); */
    border-radius: 50%;
    color: #222;
}

.main-slider .slick-dots li.slick-active button::before {
    color: #fff;
}