/*CAROUSEL*/
#carousel .carousel-wrapper {
    max-height: 650px;
    margin-bottom: 80px;
    overflow: hidden;
}

ol.carousel-indicators {
    bottom: -70px;
}

ol.carousel-indicators li {
    height: 10px;
    max-width: 10px;
    border: none;
    margin: 10px;
    border-radius: 50%;
    background-color: #fcbd4d;
}

ol.carousel-indicators li.active {
    max-width: 30px;
    height: 30px;
    background-color: #fcbd4d;
    margin: 0;
}

ol.carousel-indicators li.active:after {
    background-image: url('../images/paw.svg');
    width: 24px;
    height: 24px;
    top: 3px;
    left: 3px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}

.carousel-caption.statistics {
    width: 35%;
    left: 50px;
    top: 50px;
}

.carousel-caption.statistics h3 {
    font-size: 3em;
    font-weight: 800;
}

.carousel-caption.statistics {
    font-weight: 600;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width: 575px) {
    .carousel-caption.statistics {
        width: auto;
        top: 10px;
    }

    .carousel-caption.statistics h3 {
        font-size: 1.5em;
        margin-bottom: 0;
    }

    .carousel-caption.statistics {
        font-size: .6em;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .carousel-caption.statistics {
        /*width: auto;*/
        top: 10px;
    }

    .carousel-caption.statistics h3 {
        font-size: 2.5em;
        margin-bottom: 0;
    }

    .carousel-caption.statistics {
        font-size: 1em;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .carousel-caption.statistics h3 {
        font-size: 3em;
    }

    .carousel-caption.statistics {
        font-size: 1em;
    }
}