
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Carousel base class */
.carousel {
    height: 100%;
}
/* Since positioning the image, we need to help out the caption */

.carousel-inner {
    overflow: visible;
    margin-top: -60px;
  
}

.carousel-caption {
    top: 40%;
    transform: translateY(-50%);
    bottom: initial;
    font-size: 40px;
    text-shadow: none;
    line-height: 1;
    text-align: left;
    left: 10%;
}

    .carousel-caption .paragraf {
        font-size: 18px;
        width: 50%;
        font-weight: bold;
        line-height: 1.5;
    }
     
@media (min-width: 768px) and (max-width: 1023px) {
    .carousel-caption {
        font-size: 25px;
    }
}

@media (max-width: 768px) {


    .carousel-caption {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .carousel-caption .paragraf {
        font-size: 14px;
        width: 50%;
        font-weight: bold;
        line-height: 1;
        margin: 20px 0
    }

    .carousel-caption {
        font-size: 17px;
    }
    
}

.item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 600px;
    background-color: #fff;
 width:100%;overflow:hidden}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}



.carousel-inner > .item > video {
 width:100%;margin-top:-150px; 

}
 
 
.carousel .carousel-indicators {
    bottom: 130px;
    text-align: center
}

@media (min-width: 768px) {


    .carousel .carousel-indicators {
        bottom: 100px;
        text-align: center
    }

        .carousel .carousel-indicators li {
            text-indent: initial;
            width: 11%;
            height: 5px;
            margin: 0 2% 0 0;
            border-radius: 0;
            background: #ffffff;
            border: none;
            opacity: 0.6;
        }

            .carousel .carousel-indicators li:last-child {
                margin: 0;
            }

            .carousel .carousel-indicators li.active {
                opacity: 1;
                position: relative;
            }

                .carousel .carousel-indicators li.active:after {
                    content: "";
                    width: 100%;
                    height: 5px;
                    top: 0;
                    left: 0;
                    position: absolute;
                    background: #fd8204;
                }

            .carousel .carousel-indicators li:hover {
                opacity: 1;
            }

    .carousel .indicator-inner {
        padding-top: 25px;
        text-align: left;
    }

        .carousel .indicator-inner span {
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            font-size: 17px;
            font-weight: 400;
        }

            .carousel .indicator-inner span.number {
                font-size: 23px;
                font-weight: 500;
                margin-right: 10px;
            }
}


@media (max-width: 767px) {


    /*------------------------------- vertical carousel indicators ------------------------------*/
    .carousel-indicators {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 20px;
        right: 0px;
        left: auto;
        width: auto;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .carousel .carousel-indicators li {
        display: inline-block;
        margin-bottom: 5px;
        border: 1px solid #fd8204;
    }

        .carousel .carousel-indicators li.active {
            border:none;
            background: #fd8204;
        }
}



.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


#myCarousel .carousel-caption {
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    bottom: unset;
}

#myCarousel .item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



@media (max-width: 768px) {


    .carousel-inner > .item > video {
        width: 100%;
        margin-top:0px;
        height: 100%;
    }
}

@media (min-width: 990px) and (max-width: 1600px) {


    .carousel-inner > .item > video {
        width: 100%;
        margin-top: -200px;
    }
}

#player {
    margin-top:-40px
}

@media only screen and (max-width: 1200px) {


    .carousel-inner >  .videobannerbg {
        background-color:#2f4f61
    }

    #player {
       margin-top:150px
    }
}
