/* 
------------------------------------------------------
Slider - Full Width
------------------------------------------------------
*/


.sliderContainer {
	position: relative;
	
	z-index: 0;
	padding: 0 0px;
	margin: 0 0px;
	padding-top: 100px;
	overflow: hidden;
}

	@media (max-width: 600px) { 
		.sliderContainer {
			padding-top: 70px;
		}
	}


#head-slider {
	width: 100% ;
	margin: 0 auto ;
	margin-top: 0px;
	position: relative;
	background: none;	
	max-width: 1440px;
}

#head-slider {
	height: 500px !important;
}
#head-slider.headSmall {
	height: 300px !important;
}	


	@media (max-width: 1180px) {
		#head-slider {
			height: 480px !important;
		}
		
	}
	@media (max-width: 600px) {
		#head-slider {
			height: 260px !important;
		}
		#head-slider.headSmall {
			height: 120px !important;
		}
	
	}

#head-slider .rsContent img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#head-slider .rsContent img.opac{
	opacity: 1;
	filter: alpha(opacity=100);
}

	@media (max-width: 600px) { 
		#head-slider .rsContent .opac{
			opacity: 0.4;
			filter: alpha(opacity=40);
		}	
	}


#head-slider.rsDefault .rsOverflow, #head-slider.rsDefault .rsSlide, #head-slider.rsDefault .rsVideoFrameHolder, #head-slider.rsDefault .rsThumbs {
	background: #25190a;
	

}

.royalSlider > .rsContent {
visibility: hidden; 
/* or display:none depending on your needs... */
}


#head-slider .infoBlock {
	position: absolute;
	top: 6em;
	left: 0;
	width: 100%;
	z-index: 999 !important;
	padding: 0 0 0 1rem;
}
	
	@media (max-width: 1024px) { 
		#head-slider .infoBlock {
			padding: 0 0 0 2rem;
		}
	}
	/* Vervolgpagina's */
	.page-front-no 
	#head-slider .infoBlock {
		top: auto;
		left: 0;
		bottom: 180px;	
		padding: 0 0 0 0.8rem;
	}
	
	@media (max-width: 1024px) { 
		.page-front-no  #head-slider .infoBlock {
			padding: 0 0 0 2.4rem;
		}
	}
	

#head-slider .infoBlock .heading {
	position: relative;
	display: block;
	margin-top: 0em;
}


#head-slider .infoBlock .heading .heading-title {
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	display: inline-block;
	padding: 0px 0px;
	font-weight: 600;
	letter-spacing: -1px !important;
	z-index: 3;
}
#head-slider .infoBlock .heading .heading-title a {
	color:  rgba(255,255,255,0.8) !important;
}
#head-slider .infoBlock .heading .heading-title a:hover {
	color:  rgba(255,255,255,1) !important;
}

#head-slider .infoBlock .heading .heading-subtitle {
	display: block;
	font-size: 1.1rem;
	line-height: 1.3;
	color: #fff;
	font-weight: 600;
	padding-right: 60px;
}

#head-slider .infoBlock .heading .headlink.button {
	margin-right: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 80px;
	height: 45px;
	display: inline-block !important;
	line-height: 45px;
	position: relative;
	
}
#head-slider .infoBlock .heading .headlink.button i {
	position: absolute;
	top: 0px;
	right: 0;
	width: 50px;
	height: 45px;
	line-height: 45px;
	background:  rgba(0,0,0,0.08);
	
}
#head-slider .infoBlock .heading .headlink.light {
	background: rgba(255,255,255,0.85);
	color: #16607f;
	padding-right: 2rem;
	
}
#head-slider .infoBlock .heading .headlink.light:hover{
	background: rgba(255,255,255,1);
}


/* Right */

#head-slider .infoBlock .right .heading {
	margin-top: 30px;
	text-align: right !important;
	padding-right: 1rem;
}
	@media (max-width: 1024px) { 
		#head-slider .infoBlock .right .heading {
			padding-right: 2rem;
		}
	}

#head-slider .infoBlock .right .heading .heading-subtitle {
	padding-right: 0px;
	padding-left: 60px;
}
#head-slider .infoBlock .right .heading .headlink.button {
	margin-right: 0;
	margin-left: 20px;
}

/* Center */
#head-slider .infoBlock .large-centered .heading {
	margin-top: 30px;
	text-align: center !important;
}
#head-slider .infoBlock .large-centered .heading .heading-subtitle {
	padding-right: 0px;
	padding-left: 0px;
}

	@media (max-width: 768px) {
		
		#head-slider .infoBlock .heading {
			text-align: center !important;
		}
		.page-front-no #head-slider .infoBlock .heading {
			text-align: left !important;
		}
		#head-slider .infoBlock .heading .heading-subtitle {
			padding-right: 0px;
			padding-left: 0px;
		}
		
		/* Center */
		#head-slider .infoBlock .right .heading {
			text-align: center !important;
		}
		#head-slider .infoBlock .right .heading .heading-subtitle {
			padding-right: 0px;
			padding-left: 0px;
		}
	
	}
	
	@media (max-width: 600px) {
		#head-slider .infoBlock {
			top: 3em;
			padding: 0 1rem 0 1rem;
		}
		.page-front-no #head-slider .infoBlock .heading {
			text-align: center !important;
		}
		
		#head-slider.headSmall .infoBlock {
			top: auto;
			bottom: 30px;
		}
		#head-slider .infoBlock .heading {
			margin-top: 0 !important;
		}
		#head-slider .infoBlock .heading .heading-title {
			font-size: 1.8rem;
		}
		#head-slider .infoBlock .heading .heading-subtitle {
			font-size: 0.9rem;
			line-height: 1.1;
		}
		
		#head-slider .infoBlock .heading .headlink.button {	
			font-size: 0.8rem;
			margin-right: 0.5rem;
			padding-top: 0;
			padding-bottom: 0;
			padding-right: 40px;
			padding-left: 10px;
			height: 35px;
			line-height: 35px;
		}
		#head-slider .infoBlock .heading .headlink.button i {
			position: absolute;
			top: 0px;
			right: 0;
			width: 30px;
			height: 25px;
			line-height: 25px;
			background:  rgba(0,0,0,0.08);
		}
		#head-slider .infoBlock .heading .headlink.light {
			padding-right: 0.6rem;
			
		}
		

	}




/***************
*
*  2. Bullets
*
****************/

#head-slider.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;

	
	bottom:130px;
	height: auto;
	margin: 0; 
	background: none;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	padding-right: 1rem;
	z-index: 999 !important;
}
	

#head-slider.rsDefault .rsBullet {
		margin: 0 5px 6px 5px;
}
#head-slider.rsDefault .rsBullet span {
	
 	width: 12px;
 	height: 12px;
 
	background: #777;
	background: rgba(0,0,0,0.1);
	border: 2px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
#head-slider.rsDefault .rsBullet:hover span {
	border: 2px solid rgba(224, 228, 229, 1);
}

#head-slider.rsDefault .rsBullet.rsNavSelected span {
	width: 12px;
 	height: 12px;
	background-color: rgba(7, 168, 202, 0);
	border: 2px solid rgba(255,255,255,1);
}


	@media only screen and (max-width: 40em) { 
		#head-slider.rsDefault .rsBullets {
			bottom:10px;
		}
		#head-slider.rsDefault .rsBullet {
			margin: 0 2px 6px 2px;
		}
		#head-slider.rsDefault .rsBullet span {
			width: 6px;
 			height: 6px;
 			border: 1px solid rgba(255, 255, 255, 0.5);
		}
		#head-slider.rsDefault .rsBullet.rsNavSelected span {
			width: 6px;
 			height: 6px;
			background-color: rgba(7, 168, 202, 0);
			border: 1px solid rgba(255,255,255,1);
		}

	
	}



/* Arrows */

.rsDefault.rsHor .rsArrowLeft {
left: 2%;
top: 0;
}
.rsDefault.rsHor .rsArrowRight {
right: 2%;
top: 0;
}

.rsDefault .rsArrowIcn {
background-color: rgba(0, 0, 0, 0.07);
border-radius: 0;
}