/*
 * Search
 */
.search {
}

.search .form-group {
	margin-bottom:		0;
}
/*
 * Visual
 */
.visual .btn-transparent {
    border-color: #ccc;
    color: #FFF;
}
.visual .btn-transparent:hover, .visual .btn-transparent:focus, .visual .btn-transparent:active {
    border-color: #999;
    color: #FFF;
}

/*
 * Mobile
 */
@media screen and (max-width: 767px) {
	.responsive-slider,
	.responsive-slider .responsive-image {
		min-height:			500px;
	}
	
	.visual p big {
		display: 			none;
	}
	
	.search .select-box {
		margin-bottom: 			10px;
	}
}

/*
 * Tablet
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.responsive-slider,
	.responsive-slider .responsive-image {
		min-height:			400px;
	}
}

/*
 * Small desktop
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
.height-60px{
	height: 60px;
}
.diensten-ul li {
    float: left;
    padding-right: 25px;
}
.diensten-ul a {
    color: inherit;
    text-decoration: none;
}

.diensten-ul li:before {
    content: "\43";
    display: inline-block;
    font: normal normal normal 14px/1 ogonline-makelaars-basis;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}