.carouselFullsize {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Caption text */
.caption {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.carouselFullsize .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.carouselFullsize .carouselimg {
    width: 100%;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 0 14px;
    margin-top: -22px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: transparent; /*rgba(0,0,0,0.8);*/
    }

        .prev:hover svg path, .prev:hover svg polygon, .next:hover svg path, .next:hover svg polygon {
            fill: #ffffffb3;
        }
            .prev:hover svg polygon, .next:hover svg polygon{stroke:#ffffffb3;}

.dot.active {
    background-color: #cbc3c3!important;
}

/* Fading animation */
.carouselFade {
    animation-name: fade;
    animation-duration: 1.5s;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50% !important;
    display: inline-block;
    transition: background-color 0.6s ease !important;
}

.active, .dot:hover {
        background-color: #717171;
    }
ol.carousel-indicators{
    top:80%!important;
}

/*Number indicator*/
.carousel-indicators-number-bm {
    background-color: #423f3e;
    left: 0%;
    margin-left: 0px;
    bottom: 0px;
    color: #ffffff;
    width: 100%;
    height: 50px;
    padding-top:8px;
    position:inherit;
}

  .carousel-indicators-number-bm .prev, .carousel-indicators-number-bm .next {
        position: relative;
        top: 10%;
    }

 .carousel-indicators-number-bm .prev svg, .carousel-indicators-number-bm .next svg {
        max-width: 25px;
        max-height: 25px;
  }

  .carousel-indicators-number-bm .prev svg path:hover, .carousel-indicators-number-bm .next svg path:hover {
        fill: #f4da40;
  }


@media(max-width:870px) {
        .prev svg, .next svg {
            max-height: 40px;
            max-width: 40px;
        }
    .carousel-indicators-number-bm{
        height:35px;
        padding-top:0px;
    }
}

@media(max-width:600px){
    .prev svg, .next svg {
        max-height: 30px;
        max-width: 30px;
    }
 }

@media(max-width:410px) {
    ol.carousel-indicators {
        top: 70% !important;
    }
}


