
.carousel_trans{
	/* deactivate opacity for IE8 */
	-moz-opacity: 0.0; 
	opacity:0.0;
	xx_filter: alpha(opacity=0);
}


.carousel_photo_bg{
	display;block;
	background-size:contain;
	background-position:50%;
	background-repeat:no-repeat;
	border:0px solid red;
	background-color:transparent !important;

	padding:0px;
	cursor:pointer;
	width:100%;
	height:100%;
}

.carousel_overlay{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(/css/images/cutout_blut_shad.png);
	bbackground-size:50% 100%;
	background-position: left -5px;
	background-repeat:no-repeat;
	z-index:1;
}

carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0px;

	height: 200px;
	width:auto;
	max-width:100%;
	min-width:100%;
	max-height:100%;
	min-height:100%;
}

.cover_round_corners{
	border-top-right-radius:100px;
	border-bottom-left-radius:100px;
	overflow:hidden;
}

#cover, #cover .cover_div, #jp_video_0, #cover_carousel {

	xx_border-top-right-radius:100px;
	xx_border-bottom-left-radius:100px;

}	


/*/////////////////// COVER Carousel //////////////////////////*/


/* IMPORTANT the img with this class sets */
/* the aspect ratio of the carousel slider */
.cover_img_holder{
	width:100%;
	height:auto;
	min-height:250px !important;
	max-height:800px !important;
	border:0px solid red;
}

.cover_title{
	display:block;
	text-align:right;
	position:absolute;
	right:0;
	border:0px solid red;
	xx_max-width:600px;
	width:100%;
	max-height:200px;
	font-family: 'Open Sans Condensed', cursive;  
	tttext-transform: uppercase;
	font-weight:normal;
	line-height: .85;
	font-size: 35px; 
	font-size: 8vw;
	letter-spacing: -3px;
	letter-spacing: -0.0625em;
	color:#fff;
	padding-right:30px;
	padding-bottom:40px;
	padding-top:10px;
	z-index:1000;
	-moz-opacity: 0.75; 
	opacity:0.75;
	filter: alpha(opacity=75);
}

.carousel_cover_bg{
  	xxbackground-color:#aaa;
  	background-image: url(/css/images/logo_equipe_decarie_tree_trans.png);
	background-size:50%;
	background-position:50% 50%;
	background-repeat:no-repeat; 
}

.cover_caption{
	display:block;
	position:absolute;
	bottom:20px;
	right:20px;
	border:0px solid red;
	max-width:200px;
	padding:15px !important;
	background-color: rgb(0,0,0,.45);
}

.cover_caption .well-sm{
	display:block;
	position:absolute;
	bottom:20px;
	right:20px;
	border:0px solid red;
	max-width:200px;
	padding:15px !important;
	background-image: url(/css/images/white_trans80.png);
	background-repeat:repeat;
}


.cover_caption h1{
	color:#fff;
	font-weight:300;
	font-size:14px;
}

.cover_caption_dot{
	position:absolute;
	display:block;
	top:-4px;
	left:-4px;
	width:12px;
	height:12px;
	background-color:#00B040 !important;
	border-radius:4px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

	.cover_caption{
	position:absolute;
	bottom:50px;
	right:50px;
	border:0px solid red;
	max-width:400px;
	}

	.cover_caption h1{
	color:#fff;
	font-weight:300;
	font-size:25px;
	}

	.cover_caption_dot{
	position:absolute;
	display:block;
	top:-5px;
	left:-5px;
	width:20px;
	height:20px;
	background-color:#00B040 !important;
	border-radius:2px;
	}


	.cover_title{
	font-size: 50px; 
	font-size: 8vw;
	letter-spacing: -3px;
	letter-spacing: -0.0625em;
	padding-right:30px;
	padding-bottom:40px;
	padding-top:10px;
	}

}

@media (min-width: 992px) {


}


/*/////////////////// end COVER Carousel //////////////////////////*/




/* ////////////////////////////// FADE IN EFFECT CSS ////////////////////////////

  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

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

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

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* ////////////////////////////// END FADE IN EFFECT CSS //////////////////////////// */


