﻿.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 12px !important;
        height: 12px !important;
        margin: 2px;
        margin-left:5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #fff !important;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 14px !important;
        height: 14px !important;
        margin: 2px;
        background-color: #fff;
        border-top:unset;
        border-bottom:unset;
    }

    .carousel-indicators li:focus {
        outline: 2px solid #8D959F;
    }
