.carousel-container {
    position: relative;
    margin-bottom: 0;
}

.flickity-page-dots {
    position: absolute;
    width: 100%; 
    
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-page-dots .dot{
display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    background: #000;
    border: 1.4px;
    border-style: double;
    border-color: #bfbfbf;
    border-radius: 0;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer;
}
/*
.flickity-page-dots .dot{
    cursor: pointer;
    background: url(http://www.arrowtheme.com/fiora/sites/all/themes/fiora/rs-plugin/assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    float: left;
    margin-top: 0px;
}
.flickity-page-dots .dot.is-selected{
        background-position: top left;
}
*/