/*
############
SLICK SLIDER
############
*/

.slick-dots {
    z-index: 10;
    left: 8%;
    bottom: -4%;
    text-align: left;
}

.slick-track {
    height: 100%;
}

.slick-list {
    height: 100%;
}

.slick-dots li {
    width: 30px;
}

.slick-dots li button {
    width: 30px;
    height: 2px;
    background-color: #A3A3A3;
    padding: 0px;
}

.slick-dots .slick-active button {
    background-color: white;
}


.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


