.ervaring_plaatsen {
	position: relative;
	background-color: rgb(255, 255, 255);
	width: 600px;
	padding: 20px;
	left: 50%;
	margin-left: -300px;
	border-radius: 9px;
}

	@media all and (max-width: 600px) {	
		.ervaring_plaatsen {
			width: 100%;
			left: 0px;
			margin-left: 0px;	
		}
	}
	
	.ervaring_plaatsen .title_article {
		font-family: Georgia, Times New Roman, Times, serif;
		font-weight: bold;
		font-size: 22pt;
		font-style: italic;
		margin: 0px;
		padding: 0px;
		color: rgb(96, 53, 80);
		margin-top: 5px;
		margin-bottom: 30px;
	}

	.ervaring_plaatsen h3 {
		color: rgb(50, 50, 50) !important;
	}

	.ervaring_plaatsen label,
	.ervaring_plaatsen h3 {
		display: block;
		margin: 0px;
		margin-bottom: 3px;
		padding: 0px;
		font-family: Georgia, Times New Roman, Times, serif;
		font-weight: bold;
		font-size: 16px;
		color: rgb(96, 53, 80);
	}
	
	.ervaring_plaatsen form {
		margin-bottom: 10px;
	}
	
		.ervaring_plaatsen form input[type="text"] {
			width: 97%;
			padding: 8px;
			border: 1px solid rgb(212, 212, 212);
			margin-bottom: 10px;
			outline: none;
			font-size: 1em;
			color: rgb(90, 90, 90);
		}
		
		.ervaring_plaatsen form input[type="text"].rating {
			width: 20px;
			float: left;
		}
		
		.ervaring_plaatsen form .slider {
			position: relative;
			width: calc(100% - 90px);
			float: left;
			top: -8px;
			padding-left: 20px;
		}
		
			.ervaring_plaatsen form .slider .minimum {
				position: absolute;
				top: -5px;
				left: 20px;
				font-size: 1em;
				color: rgb(140, 140, 140);
			}
		
			.ervaring_plaatsen form .slider .maximum {
				position: absolute;
				top: -5px;
				right: 0px;
				font-size: 1em;
				color: rgb(140, 140, 140);
			}		
		
		.ervaring_plaatsen form textarea {
			width: 97%;
			height: 150px;
			padding: 8px;
			border: 1px solid rgb(212, 212, 212);
			margin-bottom: 10px;
			outline: none;
			font-size: 1em;
			color: rgb(90, 90, 90);
		}
		
		.ervaring_plaatsen form textarea.alert,
		.ervaring_plaatsen form input.alert {
			background-color: rgb(252, 237, 237);
			border: 1px solid rgb(216, 0, 0);
		}
		
		.ervaring_plaatsen form .info {
			margin-left: 15px;
			font-weight: 0.9em;
			color: rgb(140, 140, 140);
		}
		
		.ervaring_plaatsen form .mooi {
			display: none;
		}
		
	.ervaring_plaatsen .button_block {
		left: auto;
		color: rgb(255, 255, 255);
		background-color: rgb(96, 53, 80);
		display: inline-block;
		padding: 12px;
		font-family: Georgia, Times New Roman, Times, serif;
		font-weight: bold;
		font-style: italic;
		font-size: 11pt;
		margin-top: 40px;		
	}
	
		.ervaring_plaatsen .button_block:hover {
			opacity: 0.9;
		}	

	.ervaring_plaatsen .review_eindoordeel {
		clear: both;
		border-bottom: 1px solid rgb(190, 190, 190);
		position: relative;
		height: 100px;
		width: 100%;
	}
	
		.ervaring_plaatsen h3 {
			display: inline-block;
			position: relative;
			top: 18px;
			left: 10px;
		}
		
		.ervaring_plaatsen .cijfer {
		    position: relative;
		    float: left;
		    right: 0px;
		    top: 0px;
		    background-color: rgb(140, 140, 140);
		    color: rgb(255, 255, 255);
			width: 60px;
			height: 60px;
			text-align: center;
			font-size: 34px;
			line-height: 58px;
			overflow: hidden;
			padding-right: 4px;	
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: bold;			    
		}
		
			.ervaring_plaatsen .cijfer .subcijfer {
				font-size: 24px;
				line-height: 34px;
				position: absolute;
				right: 10px;
				top: 2px;	
				opacity: 0.7;		
			}	
					
	
.ervaring_bekijken {	
	position: relative;
}

	.ervaring_bekijken .title_article {
		position: relative;
		clear: both;
		padding-top: 20px;
		margin-bottom: 15px;
		font-family: Georgia, Times New Roman, Times, serif;
		font-weight: bold;
		font-size: 18pt;	
	}

	.ervaring_bekijken .video {
		display: none;
		margin-top: 20px;	
	}

	.ervaring_bekijken .text .full {
		display: none;
	}

	.ervaring_bekijken .more {
		color: rgb(94, 168, 170);
		cursor: pointer;
	}
	
		.ervaring_bekijken .more:after {
			display: inline-block;
			position: relative;
			top: -1px;
			left: 5px;
			width: 9px;
			height: 6px;
			content: '';
			background-image: url('../images/arrow_down@2x.png');
			background-size: 9px 6px;
			background-repeat: no-repeat;
		}
		
		.ervaring_bekijken .more:hover {
			color: rgb(68, 38, 34);
		}
		
		.ervaring_bekijken .more:hover:after {
			background-image: url('../images/arrow_down_dark@2x.png');
		}
		
	.ervaring_bekijken .pagination {
		
	}	
		
		.ervaring_bekijken .pagination li a:hover {
			background-color: rgb(241, 231, 237);
		}
		
		.ervaring_bekijken .pagination .page a {
			background-color: rgb(255, 255, 255);
		}
		
		.ervaring_bekijken .pagination .previous span {
			display: none;
		}

		.ervaring_bekijken .pagination .next span {
			display: none;
		}
		
	.ervaring_bekijken .items .ervaring_item:last-child {
		border-bottom: 0px;
	}	
	
	.ervaring_bekijken .select-style {
		position: absolute;
		right: 0px;
		top: 20px;
	    border: 1px solid #ccc;
	    font-size: 14px;
	    min-width: 100px;
	    border-radius: 3px;
	    overflow: hidden;
	    padding-right: 25px;
	}

		.ervaring_bekijken .select-style select::-ms-expand {
			display: none;
		}
	
		.ervaring_bekijken .select-style:after {
	    	background-image: url('../images/arrow_down_dark@2x.png');
	    	background-repeat: no-repeat;
			background-size: 9px 6px;
			position: absolute;
			right: 10px;
			top: 12px;
			content: '';
			width: 9px;
			height: 6px;
			display: inline-block;		
		}

		@media all and (max-width: 520px) 
		{
			.ervaring_bekijken .select-style {
				position: relative;
				width: 100%;
				top: 0px;
			}	
		}

		.ervaring_bekijken .select-style select {
		    padding: 5px 8px;
		    width: 100%;
		    border: none;
		    box-shadow: none;
		    background: transparent;
		    background-image: none;
		    -webkit-appearance: none;
		    -moz-appearance: none;
		    appearance: none;
			color: rgb(89, 89, 89);
			font-size: 0.85em;
		}
		
		.ervaring_bekijken .select-style select:focus {
		    outline: none;
		}
		
	.ervaring_bekijken .button_block {
		color: rgb(255, 255, 255);
		background-color: rgb(96, 53, 80);
		display: inline-block;
		padding: 12px;
		font-family: Georgia, Times New Roman, Times, serif;
		font-weight: bold;
		font-style: italic;
		font-size: 11pt;	
		bottom: 36px;
		left: 0px;	
	}
	
		.ervaring_bekijken .button_block:hover {
			opacity: 0.9;
		}	

.ervaring_item {
    position: relative;
    display: block;
    border-bottom: 1px solid rgb(218, 212, 211);
    padding-bottom: 40px;
    padding-top: 40px
}

	.ervaring_item .text {
	    float: left;
	    width: 60%;
	    position: relative
	}

		@media all and (max-width: 520px) 
		{
			.ervaring_item .text {
				float: none;
				width: 100%;
			}	
		}	
		
		.ervaring_item .text .cijfer {
		    position: relative;
		    float: left;
		    left: 0px;
		    top: 0px;
		    background-color: rgb(91, 168, 171);
		    color: rgb(255, 255, 255);
			width: 60px;
			height: 60px;
			right: -8px;
			text-align: center;
			font-size: 34px;
			line-height: 58px;
			overflow: hidden;
			padding-right: 4px;	
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: bold;			    
		}
		
			.ervaring_item .text .cijfer .subcijfer {
				font-size: 24px;
				line-height: 34px;
				position: absolute;
				right: 10px;
				top: 2px;	
				opacity: 0.7;		
			}

		.ervaring_item .text .info {
		    width: calc(100% - 100px);
		    float: right;
		    padding-right: 20px
		}

			.ervaring_item .text .info .title {
			    margin: 0px;
			    margin-bottom: 5px;
			    color: rgb(68, 38, 34);
			    font-size: 15pt;
			    font-weight: bold;
			    line-height: 120%;
			    padding: 0px;
			}

			.ervaring_item .text .info .author {
			    display: block;
			    padding-top: 5px;
			    color: rgb(156, 156, 156);
			    font-size: 13px;
			}

			.ervaring_item .text p {
			    display: block;
			    padding-top: 10px;
			    color: rgb(59, 59, 59);
				font-size: 13px;
				line-height: 160%;
			}

	.ervaring_item .foto {
	    float: right;
	    width: 35%;
	    text-align: right
	}

		@media all and (max-width: 520px) 
		{
			.ervaring_item .foto {
				 float: auto;
				 width: 100%;
			}
		}

		.ervaring_item .foto img {
		    width: 100%;
		}

	.ervaring_item .ervaring_per_vraag {
		clear: both;
		margin-top: 8px;
	}	
	
		.ervaring_item .ervaring_per_vraag .ervaring_mini_cijfer {
			display: inline-block;
			width: 30px;
			height: 30px;
			background: rgb(170, 170, 170);
			border-radius: 0px;
			text-align: center;
			line-height: 30px;
			font-weight: bold;
			font-family: Georgia, 'Times New Roman', Times, serif;
			font-size: 11pt;
		}	
		
		.ervaring_item .ervaring_per_vraag .ervaring_vraag {
			display: inline-block;
			height: 30px;
			line-height: 30px;
			padding-left: 5px;
			font-weight: bold;
			font-size: 10pt;
		}		
	
		
.ervaring_samenvatting {
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(218, 212, 211);
}



	.ervaring_samenvatting .content {
		float: left;
		position: relative;	
		height: 280px;
		min-width: 200px;
		padding: 0px;
		font-size: 1.3em;
		color: rgb(96, 53, 80);
	}

		.ervaring_samenvatting .title_article
		{
			position: relative;
			clear: both;
			padding-top: 30px;
			margin-bottom: 15px;
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: bold;
			font-size: 22pt;
		}
		
		.ervaring_samenvatting .social_title {
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: bold;
			font-size: 12pt;
			margin-bottom: 10px;
		}
	
		.ervaring_samenvatting .content .cijfer {
			width: 90px;
			height: 90px;
			background: rgb(88, 168, 172);
			float: left;
			position: relative;
			left: 0px;
			right: 0px;
			top: 0px;
			text-align: center;
			color: white;
			font-size: 53px;
			line-height: 94px;
			overflow: hidden;
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: bold;
			padding-right: 4px;	
			display: inline-block;
		}
		
		.ervaring_samenvatting .content .cijfer .subcijfer {
			font-size: 40px;
			line-height: 34px;
			position: absolute;
			right: 10px;
			top: 10px;
			opacity: 0.7;
		}
		
		.ervaring_samenvatting .content .button_block {
			color: rgb(255, 255, 255);
			background-color: rgb(96, 53, 80);
			display: inline-block;
			padding: 12px;
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: bold;
			font-style: italic;
			font-size: 11pt;	
			position: absolute;
			bottom: 36px;
			left: 0px;	
		}
		
			.ervaring_samenvatting .content .button_block:hover {
				opacity: 0.9;	
			}

	.ervaring_samenvatting .image {
		float: right;
		width: 310px;
		height: 240px;
		overflow: hidden;
	}
	
		.ervaring_samenvatting .image img {
			width: 100%;
		}
		
		@media all and (max-width: 650px) {	
			.ervaring_samenvatting .image {
				display: none;	
			}
		}	
		
	.ervaring_samenvatting .melding {
		display: block;
		padding: 20px;
		position: relative;
		background: rgb(88, 168, 172);
		color: rgb(255, 255, 255);
		font-weight: bold;
		font-size: 13px;
	}

.ervaring_aantal {
	float:right;
	width: 720px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	margin-top: 90px;
	position: relative;
}
	
	.ervaring_aantal .door {
		color: rgb(200, 170, 189);
		font-size:11px;
		line-height:15px;
		margin: 10px;	
	}
	
		.ervaring_aantal .door a {
			color: rgb(255,255, 255);	
		}
	
	.ervaring_aantal .title_article {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size:22px;
		font-weight:700;
		margin-left: 15px;
		color:#54a8ad;
	}
	
	.ervaring_aantal .more_link {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	
	.ervaring_aantal .items {
		position: relative;
		top: 20px;
	}

	.ervaring_aantal .items .ervaring_item {
		color: rgb(255, 255, 255);
	}
	
		@media all and (max-width: 650px) {		
			.ervaring_aantal .items .ervaring_item {
				width:49%;
				margin:0px 0px 30px 2%;	
			}	
			.ervaring_aantal .items .ervaring_item:last-child {
				display: none;	
			}	
		}
		
		@media all and (max-width: 480px) {		
			.ervaring_aantal .items .ervaring_item {
				width:100%;
				margin:0px 0px 30px 2%;	
			}	
			.ervaring_aantal .items .ervaring_item:last-child {
				display: none;	
			}	
		}				
	
		.ervaring_aantal .items .ervaring_item img {
			border-left: 2px solid rgba(255, 255, 255, 0);
			border-top: 2px solid rgba(255, 255, 255, 0);
			border-bottom: 2px solid rgba(255, 255, 255, 0);
		}
	
		.ervaring_aantal .items .ervaring_item a:hover img {
			border-left: 2px solid #54a8ad;;
			border-top: 2px solid #54a8ad;;
			border-bottom: 2px solid #54a8ad;;
			padding: -3px;
		}
	
		.ervaring_aantal .item1 {
			position: absolute;
			left: 14px;
			top: 0px;
			width:195px;
			height: 200px;
			padding: 0px 0px 0px 0px;
			background-color: rgb(96, 53, 80);
		}
		
		.ervaring_aantal .item2 {
			position: absolute;
			left: 254px;
			top: 0px;
			width:195px;
			height: 200px;
			padding: 0px 0px 0px 0px;
			background-color: rgb(96, 53, 80);
		}
		
		.ervaring_aantal .item3 {
			position: absolute;
			left: 495px;
			top: 0px;
			width:195px;
			height: 200px;
			padding: 0px 0px 0px 0px;
			background-color: rgb(96, 53, 80);
		}				
	
		.ervaring_aantal .items .ervaring_item .foto {
			float: none;
			width: 200px;
			height: 100px;
			text-align: left;
			margin-left: 10px;
		}
		
		.ervaring_aantal .items .ervaring_item .cijfer {
			position: absolute;
			right: 0px;
			top: -0px;
			background-color : rgb(91, 168, 171);
			width: 50px;
			height: 50px;
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: bold;	
			text-align: center;
			font-size: 27px;
			line-height: 46px;		
		}
		
			.ervaring_aantal .items .ervaring_item .cijfer .subcijfer {
				font-size: 22px;
				position: absolute;
				right: 6px;
				top: -10px;	
				opacity: 0.7;				 
			}
		
		.ervaring_aantal .items .ervaring_item .intro {
			margin-top: 10px;
		}
			.ervaring_aantal .items .ervaring_item .intro a {
				color: rgb(255, 255, 255);
				text-decoration: none;
			}
	
			.ervaring_aantal .items .ervaring_item .intro .title {
				margin: 0px;
				margin-bottom: 6px;
				font-size: 16px;
				line-height: 22px;	
				font-family: Georgia, Times New Roman, Times, serif;
				font-size:14px;
				font-weight:700;	
			}		
	
.irs-slider {
	cursor: pointer !important;
	cursor: hand !important;
}


ul.pagination,
ul.pagination
li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ul.pagination {
    float: left;
    position: relative;
    margin-left: 0px
}

ul.pagination
li {
    margin: 0px 5px 0px 0px;
    display: inline
}

ul.pagination li a, ul.pagination li
span {
    border: 1px solid rgb(96, 53, 80);
    background: #fff;
    color: rgb(96, 53, 80);
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: 700;
}

ul.pagination li a:hover {
    text-decoration: none;
    background: rgb(241, 231, 237);
    border: 1px solid rgb(96, 53, 80);
    color: #6e4000
}

ul.pagination li.current a, ul.pagination li.current
span {
    border: 1px solid rgb(96, 53, 80);
    background: rgb(96, 53, 80);
    color: #fff
}

.question_row {
	width: 95%;
}