/* ----- DATUM: 23.05.2013 ----- */

/* Z_aanpassingen aan flexslider.css*/

.flex-control-nav { 
	margin-left: 30%; 
	bottom: 110px; 
	left: 30px; 
	height: 13px;
	text-align: left; 
	background-color: #fff; 
	width: auto; 
	padding: 9px 8px 8px 8px;
}

.flex-caption { 
	height: 18px;  
	overflow: hidden;  
	position: relative; 
	bottom: 95px; 
	margin-left: 50%; 
	background-color: #fff; 
	padding: 4px; 
	border-left: 4px solid #000; 
	padding-bottom: 8px;
	*bottom: 105px;
}

.flex-container .slides img { 
	width: 100%;
}

.flex-control-paging li a { 
	height: 8px; width: 8px; 
	background: rgba(0,0,0,0.2);
}

.flex-control-paging li a.flex-active { 
	height: 10px; 
	width: 10px; 
	top: 1px; 
	position: relative; 
	height: 8px\9;
	width: 8px\9;
	top: 2px\9; 
	*height: 8px; 
	*width: 8px; 
}

.flex-direction-nav a { 
	color: #fff !important; 
	border-bottom: none !important; 
	bottom: 110px; 
	/*top: 50%;*/
	width: 20px; 
	height: 20px; 
	background: #e84e10; 
	opacity: 1; 
	margin: 0; 
	text-indent: 0px; 
	color: #fff;  
	font-size: 28px;}

.flex-direction-nav .flex-prev { 
	left: 0px; 
	padding: 5px; 
	text-align: center; 
	margin-left: 30%;
}

.flex-direction-nav .flex-next { 
	right: 0px; 
	padding: 5px; 
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	.flex-direction-nav a { 
	top: 0px; 
	}
	.flex-control-nav { 
 	top: 0px; 
	background-color: transparent;
	bottom: 100%;
	margin-left: 0%;
	left: 30px;
	}
	.flex-direction-nav .flex-prev { 
	margin-left: 0%;
	}
		
}

@media only screen and (max-width: 550px) {
	.flex-direction-nav a { 
	display: none; 
	}
	.flex-control-nav { 
 	top: 0px; 
	background-color: transparent;
	bottom: 100%;
	margin-left: 0%;
	left: 0px;
	}
	}

/* bolletjes in Firefox iets omlaag */
@-moz-document url-prefix() {
    .flex-control-paging li a { 

	position: relative; 
	top: 2px;

}
}

.flex-control-paging li a { 

	position: relative\9; 
	top: 2px\9;

}

