
    ul{
        list-style: none;
    }
    ul li::before {
        content: "\2022";
        color: #57A639;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
    /* nastaveni pro carousel */
    .carousel-indicators .active {
        background-color: #57A639;
        border: 0;
        width: 1.5em;
        height: 1.5em;
    }
    ol.carousel-indicators li{
        background-color: #fff;
        border: 0;
        width: 1.5em;
        height: 1.5em;
    }




