/*
* ------------------------------------------------------------------
*
* Video Mask
*
* ------------------------------------------------------------------
*/

.id-video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    opacity: 0;
    background-color: transparent;
    cursor: pointer;
}
/*
* ------------------------------------------------------------------
* 
* Carousel slider - Style 1
*
* ------------------------------------------------------------------
*/



/*
* ------------------------------------------------------------------
* 
* Carousel slider - Style 2
*
* ------------------------------------------------------------------
*/

.style2 .id-slideshow-caption {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 20px;
    padding: 2.4em;
    background-color: rgba(0, 32, 91,0.4);
    color:#ffffff;
     width: 50%;
}

.style2 .id-slideshow-caption h3{
    margin-top:0px;
    color:#eaaa00;
}

.style2 .carousel-indicators li{
    margin: 0.75em 0.2em;
    background-color: #00205b;
    text-align: left !important;


}
.style2 .carousel-indicators {
    text-align: left;
}

.style2 .carousel-indicators .active{
    width:10px;
    height:10px;
    background-color: #eaaa00;
}

@media (max-width: 1200px) {
    .style2 .id-slideshow-caption {
        top: auto;
        background-color: rgba(0, 32, 91,0.4);

    }

    .style2 .carousel-indicators {
        bottom: 0px;

    }
}

@media screen and (min-width: 768px){
    .style2 .carousel-indicators {
        bottom: 0px;
    }
}
    .style2 .id-slideshow-caption p {
        margin: 1em auto;
    }
@media screen and (max-width: 768px){

    .style2 .id-slideshow-caption p {
        display: none; 
    }

    .style2 .id-slideshow-caption h3 {
        margin: 15px auto;
        color:#eaaa00;
    }

    .style2 .id-slideshow-caption {
        padding: 1em;
        width: 100%;
        bottom: 6em;
        top: auto;
        background:none;
        background-color: rgba(0, 32, 91,0.4);
        text-align: center;
    }

    .style2 .carousel-indicators {
        bottom: 0px;  
        right: 10px;
    }
}

.style2.carousel-fade .carousel-inner .item {
  opacity: .75;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.style2.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.style2.carousel-fade .carousel-inner .active.left,
.style2.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0.25;
  z-index: 1;
}

.style2.carousel-fade .carousel-inner .next.left,
.style2.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.style2.carousel-fade .carousel-control {
  z-index: 2;
}


/*
* ------------------------------------------------------------------
* 
* Carousel slider - Style 3
*
* ------------------------------------------------------------------
*/


/*
* ------------------------------------------------------------------
* 
* Carousel slider - Style 4
*
* ------------------------------------------------------------------
*/

/*
* ------------------------------------------------------------------
* 
* Carousel slider - General
*
* ------------------------------------------------------------------
*/



/*
* ------------------------------------------------------------------
* 
* Carousel slider - Video Embed
*
* ------------------------------------------------------------------
*/
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


