/*
 * Carousel
 */

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.carousel,
.carousel-item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel .carousel-inner .bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-caption img {
    max-width: 100%;
}

@media (min-width:1681px) {
    .carousel-caption img {
        width: 600px;
    }
}

@media (max-width:1680px) {
    .carousel-caption img {
        max-width: 100%;
    }
}

@media (max-width:1100px) {
    .carousel-caption {
        width: 75%;
    }
}


/*
 * Progress Bar below Carousel
 */

.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #fff;
    width: 0;
    margin: 0 0 0 0;
    border: none;
    z-index: 11;
    position: relative;
    margin-top: -3px;
}

hr.transition-timer-carousel-progress-bar {
    max-width: 100%;
}


/* 
   * Carousel Slides - Just change or add Blocks below to change or add Slides.
   * Also Change / Add Slides on HTML Document
   */

.carousel .carousel-inner .bg1 {
    background-image: url('/media/airplane2.jpg');
    background-position: center top;
}

.carousel .carousel-inner .bg2 {
    background-image: url('/media/forest1.jpg');
    background-position: center center;
}