.comp-slideshow{ 
	width:100%;
	 height:0; 
	/*padding-bottom:36.52%;*/
	padding-bottom:34.0%;
	overflow:hidden;
	margin-bottom:5px;
	background-color:#F2F7F3;
	outline:1px solid #D1D2D3;  
	position:relative;
	
}
.comp-slideshow img{
	max-width:none;
} 

.comp-slideshow >ul{ 
	position:relative;
	-webkit-transition:left 0.4s cubic-bezier(.300, .460, .450, .940);
	-moz-transition:left 0.4s cubic-bezier(.300, .460, .450, .940);
	-o-transition:left 0.4s cubic-bezier(.300, .460, .450, .940);
	transition:left 0.4s cubic-bezier(.300, .460, .450, .940);
	 
}
.comp-slideshow >ul >li{
	
	 display:none; 
	 position:absolute; 
	top:0;
	left:0;
	-webkit-transition:opacity 1s ease-out;
	-moz-transition:opacity 1s ease-out;
	-o-transition:opacity 1s ease-out;
	transition:opacity 1s ease-out;
}
html.csstransitions .comp-slideshow >ul >li{
	/* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;*/
	opacity: 0;  
	display:block;
}
.comp-slideshow >ul >li.show{
	/* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1; 
	*/
	opacity: 1;
}
.comp-slideshow >ul >li >img{
	width:100%;
	display:block;
}
.comp-slideshow >p.label{
	position:absolute;
	z-index:1;
	bottom:40px;
	left:5%;
	background:url('../../img/bglabel.png');
	color:#FFF;
	font-size:32px;
	line-height:36px;
	padding:15px 20px;
	font-weight:300;
	width:41%;
}
html.ie .comp-slideshow >p.label{
	/*background-color:#7FB591;*/
}

@media only screen and (max-width:1066px){
	.comp-slideshow >p.label{
		/*left:20px;
		bottom:20px;*/
	}
}
@media only screen and (max-width:700px){
	.comp-slideshow >p.label{
		font-size:20px;
		line-height:30px;
		padding:10px 10px;
		width:85%;
		left:20px;
		bottom:20px; 
	}
}



/* ---------------------------------- INSTITUUT-MAHIEU CHANGES */
html.instituut-mahieu .comp-slideshow{
	outline:none;
	background-color:#282828;
}
