@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
		 url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
		 url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
		 url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), 
		 url('../fonts/opensans-regular-webfont.woff') format('woff'),
		 url('../fonts/opensans-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), 
		 url('../fonts/opensans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), 
		 url('../fonts/opensans-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'kalambold';
    src: url('../fonts/kalam-bold-webfont.woff2') format('woff2'),
         url('../fonts/kalam-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 240px;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
	padding-bottom: 20px;
}
.flip-card-heading{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.5s ease-in-out;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	background-color: #bbb;
	color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* Style the back side */
.flip-card-back {
	background-color: #edeee6;
	color: black;
	transform: rotateY(180deg);
	padding-left: 20px;
	padding-right: 20px;
}

body {
	font-family: 'open_sansregular';
	font-size: 13px;
	overflow-x: hidden;
}
h1 {
	font-family: 'open_sansbold';
	font-size: 32px;
}
a {
	color: #00aeef;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal!important;
	font-family: 'open_sansbold', sans-serif;
}
strong, b {
	font-weight: normal!important;
	font-family: 'open_sansbold';
}
img {
	max-width: 100%;
}
.omtopbanner {
	background-color: #FF0;
}
.omtopbanner .custom {
	float: left;
	margin-top: 8px;
}
.omtopbanner .custom.waardebonintopbanner {
	float: right;
	margin: 0;
}
.omtopbanner .custom.waardebonintopbanner a {
	float: right;
    color: #fff;
    background-color: #F00;
    padding: 8px 8px 6px 8px;
    font-weight: bold;
    font-size: 1.2em;
}
#mod-search-searchword636 {
	border: 1px solid #ffaf00;
	height: 30px;
	padding-left: 15px;
	width: 110px;
	border-radius: 4px 0px 0px 4px;
	border-right: none;
}
.search-normal {
	position: relative;
    padding-left: 25px;
    text-align: left;
    float: left;
	top: 20px;
}
.searchbtn {
	font-family: 'Glyphicons Halflings';
	background: none;
	height: 30px;
    background-color: #FFAF00;
    border: none;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    text-decoration: none!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: bottom;
	float: right;
	width: 30px;
	outline: none;
}
.searchbtn::before {
	content:"\e003";
}
#filterCollapse {
	position: fixed;
	top: 60px;
	z-index: 30;
	right: 10px;
	-webkit-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.75);
}
.search-mobile #mod-search-searchword636 {
	height: 45px;
	width: 200px;
}
.search-mobile .searchbtn {
	height: 45px;
	width: 40px;
}
.custom.homebannermetlist {
	margin: 0 auto;
    height: 50vh;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.mensen-selfie {
	position: absolute;
	width: 50vw;
	bottom: 0;
	left: 20vw;
}
.plaatje-links{
	height: 252px;
    width: 41vw;
    bottom: 0;
    position: relative;
	z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}
.geleboxrechts {
	font-size: 20px;
    width: 230px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #FFAF00;
	display: flex;
    justify-content: center;
	align-items: center;
}
.listrechts {
	list-style-type: none;
	margin-right: 40px;
}
ul.listrechts li a
{
	font-weight: bold;
	text-decoration: none;
	line-height: 1.7em;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}
.listrechts li:last-child a
{
	border-bottom: none;
}
.vogelwitbanner {
	position: absolute;
	width: 25px;
	top: 80%;
    right: 6%;
}

.footer-social-icon{
	width: 44px;
	display: inline-block;
	background-color: #00aeef;
	/*display: block;*/
}
.footer-social-icon a{
	padding: 7px;
	display: block;
}
.footer-social-icon img{
	width: 36px;
}



.socialicon-instagram {
  left: -110px;
  bottom: 50%;
  position: fixed;
  background-color: #833AB4; 
  padding-left: 25px;
  transition: left .7s;
	z-index: 1;
}

.socialicon-instagram:hover {
  left: 0;
  z-index: 1;
}

.sociallink-instagram {
  color: white;
  font-size: 15pt;
}

.sociallink-instagram:visited {color: white;}

.sociallink-instagram:hover {color: white;}

.sociallink-instagram:active {color: white;}

.socialicon-facebook {
  left: -110px;
  top: 50%;
  position: fixed;
  background-color: #3b5998;
  padding-left: 25px;
  transition: left .7s;
  z-index: 1;
}

.socialicon-facebook:hover {
  left: 0;
  z-index: 1;
}

.sociallink-facebook {
  color: white;
  font-size: 15pt;
}

.sociallink-facebook:visited {color: white;}

.sociallink-facebook:hover {color: white;}

.sociallink-facebook:active {color: white;}

.social-link-facebook, .social-link-instagram, .social-link-linkedin {
	padding: 7px !important;
}
.social-link-facebook img, 
.social-link-instagram img,
.social-link-linkedin img{
	width: 36px;
}
.button-vind-uitje{
	font-size: 0;
	width: 50px;
}
.button-vind-uitje:before{
	font-family: 'Glyphicons Halflings';
	color: #fff;
	content: "\e003";
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* .item-85 = Engelse vlag menu item */
.item-85 a {
	padding: 12px !important;
}
.item-85 a img {
	width: 26px;
}
.SPSearch #SPSearchForm {
	margin-left: 15px;
	padding: 20px;
	background-color: #edeee6;
}
.search-results .result-title .highlight {
	text-decoration: underline;
}
.search-results .result-text .highlight {
	font-weight: bold;
}
.form-horizontal .input-medium {
	padding: 9px;
    float: left;
    margin-top: 1px;
    border: 1px solid #F90;
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.form-horizontal .btn-primary {
	border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 1350px) {
	/* .plaatje-links {
		background-repeat: no-repeat;
		background-size: auto 72%;
		position: absolute;
		top: 29%;
		width: 100%;
	} */

}
@media screen and (max-width: 1024px) {
	.custom.homebannermetlist {
		height: 26vh;
	}
	.plaatje-links {
		height: 96px;
		width: 100vw;
		bottom: 0;
		/* position: absolute; */
		background-size: contain;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 1000px) {
	.pagination{
		width: 100%;
		text-align: center;
	}
	.mensen-selfie {
		position: absolute;
		width: 69vw;
		/* bottom: 49px; */
		left: 27vw;
		top: 2em;
	}
	.vogelwitbanner{
		width: 34px;
		top: 70%;
		right: 15%;
	}
	.plaatje-links {
		height: 252px;
		width: 61vw;
		bottom: 0;
		/* position: absolute; */
		background-size: contain;
		background-repeat: no-repeat;
	}
	.extly.xtdsearchsp.filters{
		margin-top: -240px;
	}
	.geleboxrechts {
		background-color: #FFAF00;
		position: relative;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		height: 250px;
		font-size: 27px;
	}
	.custom.homebannermetlist {
		height: 500px;
		width: auto;
		/* background-size: auto 50%; */
		background-repeat: no-repeat;
	}
	.listrechts {
		margin-left: 0px;
		padding-left: 0px
	}
}
@media screen and (max-width: 720px){
	.mensen-selfie {
		position: absolute;
		width: 72vw;
		/* bottom: 49px; */
		left: 27vw;
		top: 3em;
	}
}
@media screen and (max-width: 700px){
	.searchresult-item{
		max-height: 200px;
	}
	.mensen-selfie {
		position: absolute;
		width: 72vw;
		/* bottom: 49px; */
		left: 27vw;
		top: 6em;
	}
}
@media screen and (max-width: 540px){
	.mensen-selfie {
		position: absolute;
		width: 72vw;
		/* bottom: 49px; */
		left: 27vw;
		top: 9em;
	}
}
@media screen and (max-width: 450px) {
	.custom.homebannermetlist{
		background-size: cover;
		height: 500px;
		background-repeat: no-repeat;
	}
	.mensen-selfie {
		position: absolute;
		top: auto;
		bottom: 190px;
		width: 100%;
		left: 0;
		margin: 0 0 -14px 0;
	}
	.plaatje-links{
		height: 200px;
		/* margin-bottom: -20px; */
		padding: 0;
        margin: -60px 0;
		width: 28em;	
		
	}
	.geleboxrechts {
		font-size: 20px;
		height: 180px;
		bottom: 0;
		top: auto;
		position: absolute;

	}
	.vogelwitbanner{
		width: 23px;
		top: 66%;
	}
	ul.listrechts li a {
		padding-bottom: 7px;
	}
}
@media screen and (max-width: 320px) {
	.custom.homebannermetlist {
		background-size: 100%;
		height: 205px;
		background-repeat: no-repeat;
	}
	.plaatje-links{
		height: 28px;
		margin-bottom: 11em;
		padding: 0;
		margin: -1px 0;
		width: 21em;	
		
	}
}
.homepage .filterdropdown {
	margin-top: -52px !important;
}
.btn {
	padding: 10px 13px;
	font-family: 'open_sansbold';
}
.bfCustomSubmitButton, 
.readmore .btn,
.btn-primary {
	background: none;
	background-color: #FFAF00;
	border: none;
	border-radius: 4px;
	color: #fff;
	text-decoration: none!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover {
	background-color: #000;
}
.omheader {
	padding: 5px 0;
}
.logo {
	float: left;
	margin-left: -36px;
	margin-top: 17px;
}
.logo img {
	/*width: 278px;*/
	height: 49px;
}
.delete_button {
	background: #e74c3c;
	box-shadow: none;
	color: #fff;
	border: none;
	position: relative;
	top: -5px;
	right: 5px;
	transition: background 300ms;
}
.delete_button:hover {
	background: #c0392b;
	border: none;
	box-shadow: none;
	color: #fff;
}
.topright {
	float: right;
}
.topright .customtopcontact {
	float: left;
	margin-top: 13px;
}
.topright .customtopcontact a {
	margin: 10px 30px;
	position: relative;
	padding-left: 25px;
	text-align:  left;
	float: left;
}
.lightSlider{
	height: 398px!important;
}
.evenement-op-loc {
    top: -8px;
}
.evenement-op-loc::before {
    font-family: 'Glyphicons Halflings';
    color: #ffaf00;
    position: absolute;
    font-size: 15px;
    content: "\e062";
    top: 0px;
    left: 4px;
}
.topright .customtopcontact a.telnr:before, .topright .customtopcontact a.mailto:before {
	font-family: 'Glyphicons Halflings';
    color: #ffaf00;
	position: absolute;
	top: 1px;
	left: 6px;
    font-size: 15px;
}
.topright .customtopcontact a.telnr:before {
	content: "\e182";
		top: 0px;
		left: 4px;
}
.topright .customtopcontact a.mailto:before {
	content: "\2709";
    top: 0px;
    left: 3px;
}
.topright .feedbackCompanyReviews {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}
.myshortlist_box {
	z-index: 99999;
}
.topright .moduletablefavorieten {
	position: relative;
	float: left;
	z-index: 50;
}
.topright .moduletablefavorieten .myshortlist .favorieten {
	margin-left: 50px;
	margin-top: 12px;
	border: 1px solid #edeee6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	padding: 11px;
	cursor: pointer;
}
.topright .moduletablefavorieten .myshortlist .favorieten:before {
	font-family: 'Glyphicons Halflings';
	color: #ffaf00;
	content: "\e005";
	font-size: 21px;
	margin-right: 11px;
	float: left;
	margin-top: -4px;
}
.topright .moduletablefavorieten .myshortlist .favorieten .aantal {
	margin-top: -5px;
}
.topright #favorietenlijst {
	position: absolute;
	top: 50px;
	left: -25px;
}
.topright #favorietenlijst .favorietenlijstwrapper {
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #edeee6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 20px;
	margin: 12px;
	margin-top: 20px;
	position: relative;
	min-width: 260px;
}
.email-container {
	margin: auto;
	width: 350px;
	padding: 15px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}
.email-container .logo {
	width: 100%;
	text-align: center;
	font-size: 35px;
	margin-bottom: 20px;
	font-family: 'Pacifico', sans-serif;
}
.topright #favorietenlijst .myshortlist_item_page {}
.topright #favorietenlijst .favorietenlijstwrapper:before {
	content: " ";
	background-color: #fff;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -10px;
	border-left: 1px solid #edeee6;
	border-top: 1px solid #edeee6;
}
.topright .mod-languages {
	float: left;
	margin-left: 45px;
	margin-top: 23px;
}
.topright .mod-languages a {
	color: #dcdcd4;
	padding: 0 10px;
}
.topright .mod-languages .lang-inline li {
	margin: 0;
}
.topright .mod-languages .lang-inline li:nth-child(1) {
	border-right: 1px solid #dcdcd4;
}
.topright .mod-languages .lang-active a {
	color: #000;
}
#ommenu {
	background-color: #00aeef;
}
#ommenu .navbar {
	margin-bottom: 0;
}
/*#ommenu .navbar .nav > li > .separator,*/

#ommenu .navbar .nav>li>a {
	color: #fff;
    text-shadow: none;
    padding: 15px 12px;
    display: block;
    line-height: 20px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

@-moz-document url-prefix() {
	#ommenu .navbar .nav>li>a {
		letter-spacing: 0.2px !important;
	}
}

_:default:not(:root:root), #ommenu .navbar .nav>li>a {
	letter-spacing: 0.2px !important;
}
#ommenu .navbar .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
#ommenu .navbar .nav>li>a:hover {
	background-color: #129acc;
}
.item-1240 a:after {
	content: " ";
	color: #fff;
	background: #ff0044;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	position: absolute;
	display: table;
	top: 5px;
	right: 5px;
}
.item-749 a:after,
.item-13 a:after, 
.item-583 a:after,
 .item-359 a:after, .item-587 a:after, .item-1321 a:after {
	font-family: 'Glyphicons Halflings';
	color: #fff;
	content: "\e114";
	font-size: 9px;
	margin: 4px 0 0 6px;
}
.item-749 .dropdown-menu a:after {
	content: " ";
}
/* homeknop 27 = nl, 86 = en */

.item-86, .item-27 {
	margin-left: -16px;
}
.item-86 a, .item-27 a {
	width: 44px;
	white-space: nowrap;
	overflow: hidden;
	padding: 15px 25px 15px 17px!important;
}
.item-86 a:before, .item-27 a:before {
	font-family: 'Glyphicons Halflings';
	color: #fff;
	content: "\e021";
	margin-right: 30px;
	font-size: 11px;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background-color: #00aeef;
}
.separator {
	position: relative;
	top: 0;
	padding-left: 20px;
	line-height: 48px;
	margin-left: 0px;
	display: block !important;
}
a.provincies-tab {
	line-height: 36px!important;
}

.tekstvlakinfoto {
    background-color: rgba(0,0,0,0.7);
    color: #FFAF00;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 5px;
}
.imgtitle {
    color: #FFAF00;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0px 0px 8px;
}
.imgdescription {
    color: #FFF;
    display: block;
    padding: 0px 8px 8px 8px;
}
.dropdown.parent .item-905 {
	width: 165px;
	float: left;
}
.dropdown-menu .dropdown-menu {
	width: auto;
	min-width: auto;
}
.dropdown.parent .item-907 {
	width: 396px;
	text-align: center;
	display: block !important;
	float: left;
}
.dropdown.parent .item-906 {
	width: 567px;
	margin-right: 0px;
    border-left: 1px dotted #ccc;
	display: block !important;
}
.dropdown.parent .item-906 li {
	width: calc(35% - 10px);
	float: left;
}
.dropdown-menu>li>a {
	display: block;
	padding: 7px 20px !important;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
}
.divider span.image-title {
	visibility: hidden;
}
.dropdown-menu .dropdown-menu a:hover {
	background: #fff !important;
	color: #000;
}

.item-907 a {
	background: #e5e5e5;
	height: 48px;
	line-height: 33px !important;
	margin-top: -5px;
}

.item-908 .image-title {
	display: none;
}

.item-908 a {
	background: transparent !important;
	height: 470px;
}

.telnr {
	top: -8px;
	right: -10px;
}

.mailto {
	float: right;
	margin-top: 1px !important;
	text-align: center;
}

.feedbackCompanyReviews {
    margin-right: 15px;
    text-align: center;
    color: #eee;
    position: relative;
    top: 1px;
    float: right;
}
/* feedbackCompanyReviews op mobiel */
.ondershowcase .feedbackCompanyReviews {
	float: none;
    width: 140px;
    margin: 10px auto 15px auto;
    height: 30px;
    display: table;
}
.ratingCount {
	float: right;
	position: relative;
	left: -11px;
	top: -2px;
}
.offerteaanvragen {
	position: relative;
}
.offerteaanvragen .telnr {
	background: #00aeef !important;
	left: 0px;
	margin-top: 8px;
	width: 150px;
}
.offerteaanvragen .offertelink {
	width: 150px;
}
.SPDetailEntry .offerteaanvragen:before {
	content: url(../images/arrow-yellow-krom.png);
	position: absolute;
    top: -36px;
    right: 160px;
}
.SPDetailEntry .offerteaanvragen a.telnr:before {
    font-family: "Glyphicons Halflings";
    content: "\e182";
    float: left;
    font-size: 14px;
    margin: -1px 10px 0px 2px;
}
.SPDetailEntry .offerteaanvragen a.telnr:after {
	content: "advies?";
    font-family: 'kalambold';
	font-size: 25px;
    position: absolute;
    top: -54px;
    right: 65px;
	color: #00aeef;
}

.dropdown-menu .dropdown-menu {
	display: block !important;
	position: relative;
	top: 0 !important;
	left: 0;
	height: auto !important;
	margin-top: 0 !important;
	padding-bottom: 10px !important;
	margin-bottom: 0 !important;
	padding-top: 20px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.provincies-tab {
	width: 200px;
}
.item-749 .dropdown-menu .dropdown-menu>.active>a, .item-749 .dropdown-menu .dropdown-menu>.active>a:hover, .item-749 .dropdown-menu .dropdown-menu>.active>a:focus {
	color: #00aeef!important;
}
.item-749 > .dropdown-menu {
	/* position: absolute; */
	top: 50px;
	left: -291px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 732px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.item-749 .dropdown-menu {
	border: none!important;
}
.item-1214 .dropdown-menu, .item-13 .dropdown-menu {
	left: 0;
	min-width: 250px;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	color: #fff !important;
	text-decoration: none;
	background-color: #33BEF2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: normal;
}
.dropdown-menu:before {
	display: none !important;
	border: none;
}
.dropdown-menu:after {
	display: none !important;
	border: none;
}
a.provincies-tab, .dropdown-menu .divider {
	height: auto;
	margin: -5px 0px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 2px solid #fff;
	float: left;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: inherit;
	text-decoration: none;
	background-image: none;
	background-color: #e5e5e5;
	outline: 0;
}
.dropdown-menu .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #fff;
}
.omshowcase {
	position: relative;
	z-index: 1;
	background-color: #EDEEE6;
}
.omshowcase  .sliderfoto.onsteam {
	background-color: #F5F3F4;
}
.carousel-inner section {
	background-size: cover;
	background-position: center center;
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
	transition: 4s ease-in-out;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.homesliderdiv section {
	background-size: cover;
	background-position: center center;
}
.homesliderdiv .item {
	transition-property: opacity;
	transition: 4s ease-in-out;
}

#homeslider a {
	padding: 20px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 17px;
	font-family: 'open_sansbold';
	color: #fff;
}
#homeslider .item a {
	visibility: hidden;

}
.aantalpersonen, .soortuitje,.locatie, .datum {
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px
}
.aantalpersonen:before, .soortuitje:before, .locatie:before, .datum:before {
	font-family: 'Glyphicons Halflings';
	color: #ffaf00;
	font-size: 21px;
	margin-right: 10px;
	position: absolute;
	left: 20px;
	top: -4px;
}

.aantalpersonen:before {
	content:"\e008";
}
.soortuitje:before {
	 content:"\e215";
 }
.locatie:before {
	content:"\e135";
}
.datum:before {
	content:"\e109";
}
.quote {
	font-size: 20px;
	font-style: italic;
	color: #ffaf00;
}
.onswerklogo {
	border: solid 1px #ddd;
	padding: 0 40px;
}
.onswerklegenda {
	font-size: 14px;
}

h2.onswerktitle {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

/* Animatie test */
@-webkit-keyframes knop {
    0%   {top: 400px;}
    100% {top: 30px;}
}

@-webkit-keyframes slidein {
	0% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
            transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
	}




/* Einde animatie test */

#homeslider .item a {
	/*
	display: block;
	*/
	visibility: visible;
	position: relative;
	top: 30px;

	-webkit-animation-name: knop; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
	animation-name: knop;
	animation-duration: 2s;
	animation-delay: 0s;
}
.homesliderdiv a {
	/*
	display: block;
	*/
	visibility: visible;
	position: relative;
	top: 30px;

	-webkit-animation-name: knop; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
	animation-name: knop;
	animation-duration: 2s;
	animation-delay: 0s;
}
#homeslider .item img {
	/*
	position: relative;
	visibility: hidden;
	*/
	height: 400px;
	width: auto;
	left: 0;

}
.homesliderdiv img {

	visibility: visible;
	left: auto;
	position: relative;
	top: -50px;
	max-height: 350px;
	max-width: 500px;
	width: auto;
	height: auto;
	-webkit-animation-name: slidein; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration:  1s; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
	animation-name: slidein;
	animation-duration: 1s;
	animation-delay: 0s;

	animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
}
.homesliderdiv img {
	/*
	position: relative;
	visibility: hidden;
	*/
	height: 400px;
	width: auto;
	left: 0;

}

#homeslider {
	height: 700px;
	position: relative;
}

#homeslider .item img {

	visibility: visible;
	left: auto;
	position: relative;
	top: -50px;
	max-height: 350px;
	max-width: 500px;
	width: auto;
	height: auto;
	-webkit-animation-name: slidein; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration:  1s; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
	animation-name: slidein;
	animation-duration: 1s;
	animation-delay: 0s;

	animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
}
#homeslider .carousel-caption {
	bottom: 80px;
}
#homeslider .carousel-control {
	top: 50%;
	margin-top: -30px;
}
#homeslider .carousel-control.left {
	left: 30px;
}
#homeslider .carousel-control.right {
	right: 30px;
}
.omshowcase .filters {
	position: relative;
}
/*
.homepage .omshowcase .filters .filters:before {
	content: "Zoek in ons ruime aanbod aan uitjes";
    font-family: 'kalambold';
	font-size: 21px;
	line-height: 29px;
	color: #00aeef;
	position: absolute;
	top: -160px;
	right: 20px;
	width: 250px;
	border-radius: 100%;
	background-color: #fff;
	padding: 31px 10px;
	text-align: center;
}
.homepage .omshowcase .filters .filters .XTSearch:before {
	content: url(../images/arrow-white.png);
	position: absolute;
	top: -110px;
	right: 220px;
}
*/
img.aanwijsfoto {
	position: absolute;
    bottom: -24px;
    right: 20%;
	z-index: 99;
}
img.aanwijsfoto.boys {
    bottom: -18px;
}
.terugknop {
	/*
	background: #FFAF00;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
	border-bottom: 3px solid #c78d0e;
	*/
	color: #FFAF00;
}
.terugknop:before {
	content: "< ";
}
.filters .filters {
	width: 100%;
	border-radius: 8px;
	z-index: 50;
	padding: 20px;
	display: table;
}

.SobiPro .filters .filters {
	padding: 0 !important;
	padding-top: 20px !important;
	position: relative;
	top: 20px;
}

.SobiPro .XTCidBranch {
	width: calc(100% + 8px);
}

.SobiPro #field_budget {
	right: -4px;
	width: calc(100% + 20px);
	margin-bottom: 6px;
}

.SobiPro #field_type_uitje {
	margin-left: 4px;
}

.SobiPro .sid_list1 {
	width: calc(50% - 9px) !important;
}

.SobiPro #field_soort_uitje {
	left: 0 !important;
	width: calc(100% + -1px);
}

.SobiPro .filters .filters .form-horizontal .controls, .filters .filters .form-horizontal .controls {
    margin: 0;
    margin-bottom: 0 !important;
 }

.SobiPro .xtdsearchspButton {
	    position: relative;
	    left: 279px;
	    top: -75px;
	    height: 75px;
	    margin-bottom: -45px;
	}

.SobiPro .filters .filters .XTExtSearch + .control-group {
    width: 33%;
    float: right;
		position: relative;
		left: 0px;
	}

.omshowcase .filters .filters .form-horizontal .controls {
	margin: 0;
	margin-bottom: 0px;
	width: 100%;
	float: left;
}
.filters .filters .zoekveld {
	width: 35%;
	float: right;
}
.filters .filters .zoekveld .control-group {
	padding-left: 20px;
}
.filters .filters .XTExtSearch {
	width: 65%;
	float: left;
}
.filters .filters .XTExtSearch .control-group {
	width: calc(33% - 4px);
	margin-right: 5px;
	float: left;
	position: relative;
	right: -5px;
}
.filters .filters .XTExtSearch .group-field_select_category {
	width: calc(66% + 10px);
	position: relative;
	left: 20px;
	top: 0px;
}
.filters .filters .control-label, .filters .filters .control-label {
	display: none;
}

.omshowcase .sid_list.sid_list1 {
	border-top-left-radius: 8px;
}

.omshowcase .filters .filters .control-group .btn-primary {
	border-radius: 4px;
	line-height: 69px;
	height: 74px;
	width: 34%;
	float: right;
	position:  relative;
	padding: 0;
	right: -9px;
}
.filters .filters .control-group .XTSearchBox {
	border-radius: 4px;
	border: 1px solid #ffaf00;
	line-height: 69px;
	height: 75px;
	padding-left: 15px;
	width: 64%;
	position:  relative;
	left: 11px;
}

.SobiPro .filters .filters .control-group .XTSearchBox {
	width: 62%;
}
.filters .filters .XTExtSearch select {
	padding-left: 24px;
	line-height: 35px;
	height: 35px;
	width: 100%;
	border-radius: 0;
}
.filters .filters .group-field_aantal_personen_2 select {
	border-radius: 0 0 0 8px;
}
.filters .filters .group-field_type_uitje select {
	border-radius: 0 0 8px 0;
}
.filters .filters .XTExtSearch .control-group {
	width: 33.333333%;
	float: left;
	margin: 0;
}
.filters .filters .XTExtSearch .group-field_select_category {
	width: 66.66666666%;
	/*	float: none;*/
}
.filters .filters .XTExtSearch .group-field_select_category select {
	width: 50%;
	margin: 0;
	/* border: none; */
	display: table;
	float: left;
}
.filters .filters .XTExtSearch select {
	border-radius: 4px;
}
.filters .filters .form-horizontal .controls,
.filters .filters .form-horizontal .controls {
	margin: 0;
	margin-bottom: 10px;
}
.omshowcase #field_budget {
	width: calc(100% + 1px);
}
.omshowcase #field_type_uitje {
	width: calc(100% + 1px);
}
.omshowcase #field_soort_uitje {
	width: 100%;
}
.omshowcase #field_type_uitje {
	margin-left: 0;
}
#field_budget {
	width: 105%;
	position: relative;
	right: -1px;
}
#field_aantal_personen_2 {
	position: relative;
	left: 0px;
	width: calc(100% + -5px);
}
.omshowcase #field_aantal_personen_2 {
	left: 0;
}
.omshowcase #field_budget {
	right: 0;
	margin-bottom: 5px;
}
.omshowcase #field_soort_uitje {
	left: 0;
	width: calc(100% - 5px);
}
#field_soort_uitje {
	width: calc(100% + 3px);
	position: relative;
	left: 5px;
}
#field_type_uitje {
	margin-left: 9px;
	width: calc(100% + 20px);
	margin-bottom: 25px;
}
.omshowcase #field_type_uitje {
	margin-left: 0px;
	margin-bottom: 0px;
}
.filters .filters .XTExtSearch .group-field_select_category .sid_list {
	width: calc(50% - 5px);
	margin-right: 5px;
	position: relative;
	left: -15px;
}
/* Bedrijfsuitjes banner */

.debestebanner {
	display: block;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 350px;
	/*background: url(../images/uee_bedrijfsuitjes_BG.png) center center;*/
	background-size: cover;
	text-align: center;
	line-height: 350px;
	color: #fff;
}

.categoriebanner {
	display: block;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 350px;
	/*background: url(../images/uee_bedrijfsuitjes_BG.png) center center;*/
	background-size: cover;
	background-position: center center;
	text-align: center;
	line-height: 350px;
	color: #fff;
}

.debestebanner .debestetekst {
	 width: 100vw;
	 height: 350px;
	 margin: 0 auto;
	 /*background: url(/images/uee_bedrijfsuitjes_TEKST.png) center center no-repeat;*/
	 background-size: contain;
	 color: rgba(0, 0, 0, 0.0);
 }

.debestebanner .debestetekst > img {
	max-height: 350px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: rgba(0, 0, 0, 0.0);
}

div.filmpje {
	width: 540px;
	max-width: 100%;
  	background-color: #fff;
    margin: 0px auto;
    vertical-align: middle;
    display: inline-block;
	-webkit-box-shadow: 5px 5px 0px 0px rgb(255 255 255 / 100%);
    -moz-box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 0px 0px rgb(255 255 255 / 100%);
}
/* Bedrijfsuitjes banner einde */

/* Groepsuitjes banner */

.debestebanner2 {
	display: block;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 350px;
	/*background: url(/images/uee_cat_groep_BG.png) center center;*/
	background-size: cover;
	text-align: center;
	line-height: 350px;
	color: #fff;
}

.banner-afb .groepsuitje,
.debestebanner2 .debestetekst2 {
	width: 100vw;
	height: 350px;
	margin: 0 auto;
	/*background: url(/images/uee_cat_groep_TEKST.png) center center no-repeat;*/
	background-size: contain;
	color: rgba(0, 0, 0, 0.0);
}

/* Groepsuitjes banner einde */

/* Vrijgezellenfeestjes banner */
.debestebanner3 {
	display: block;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 350px;
	background: url(/images/uee_cat_vrijgezel_BG.jpg) center center;
	background-size: cover;
	text-align: center;
	line-height: 350px;
	color: #fff;
}

.debestebanner3 .debestetekst3 {
	width: 100vw;
	height: 350px;
	margin: 0 auto;
	background: url(/images/uee_cat_vrijgezel_TEKST.png) center center no-repeat;
	background-size: contain;
	color: rgba(0, 0, 0, 0.0);
}
/* Vrijgezellenfeestjes banner einde */

.categoriebanner_module {
	display: block;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 500px;
	background-position-x: center;
	background-position-y: bottom;
	background-size: auto;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.imagebox {
	position:absolute;
	text-align:center;
	bottom: 0;
	width: 100%;
}

.imagebox img {
	margin: 0px auto;
}

/* Plaaatsen banners */

.banner-afb {
	display: block;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 350px;
	padding-top: 0px;
	background-size: cover;
	text-align: center;
	line-height: 300px;
	color: #fff;
}

.banner-tekst {
	width: 100vw;
	height: 350px;
	margin: 0 auto;
	background-size: contain!important;
	color: rgba(0, 0, 0, 0.0);
}

.groningen-afb {background: url(/images/uee_plaats_groningen.jpg) center center;}
.groningen-tekst {	background: url(/images/plaats_groningen_TEKST.png) center center no-repeat;}

.alkmaar-afb {background: url(/images/uee_plaats_alkmaar.jpg) center center;}
.alkmaar-tekst {	background: url(/images/plaats_alkmaar_TEKST.png) center center no-repeat;}

.bergen-afb {background: url(/images/uee_plaats_bergenopzoom.jpg) center center;}
.bergen-tekst {	background: url(/images/plaats_bergenopzoom_TEKST.png) center center no-repeat;}

.denbosch-afb {background: url(/images/uee_plaats_denbosch.jpg) center center;}
.denbosch-tekst {	background: url(/images/plaats_denbosch_TEKST.png) center center no-repeat;}

.eindhoven-afb {background: url(/images/uee_plaats_eindhoven.jpg) center center;}
.eindhoven-tekst {	background: url(/images/plaats_eindhoven_TEKST.png) center center no-repeat;}

.haarlem-afb {background: url(/images/uee_plaats_haarlem.jpg) center center;}
.haarlem-tekst {	background: url(/images/plaats_haarlem_TEKST.png) center center no-repeat;}

.leeuwarden-afb {background: url(/images/uee_plaats_leeuwarden.jpg) center center;}
.leeuwarden-tekst {	background: url(/images/plaats_leeuwarden_TEKST.png) center center no-repeat;}

.noordholland-afb {background: url(/images/uee_plaats_noordholland.jpg) center center;}
.noordholland-tekst {	background: url(/images/plaats_noordholland_TEKST.png) center center no-repeat;}

.rotterdam-afb {background: url(/images/uee_plaats_rotterdam.jpg) center center;}
.rotterdam-tekst {	background: url(/images/plaats_rotterdam_TEKST.png) center center no-repeat;}

.uden-afb {background: url(/images/uee_plaats_uden.jpg) center center;}
.uden-tekst {	background: url(/images/plaats_uden_TEKST.png) center center no-repeat;}

.lachende-mensen1 {background: url(../images/vrolijke-mensen1.jpg) center center; background-size: cover; padding-top: 0;}


.lachende-mensen2 {background: url(../images/vrolijke-mensen2.jpg) center center; background-size: cover; padding-top: 0;}
/* Einde plaatsen banners */

.blauwe-usps {
	background: #00AEEF;
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.blauwe-usps .usp-item .inner {
	background: #fff;
	min-height: 300px;
	text-align: center;
	padding:  10px 0;
}

.blauwe-usps .usp-item .inner .titel {
	color: #FFAF00;
	font-family: 'open_sansbold';
	font-size: 30px;
	margin-top: 15px;
}

.blauwe-usps .usp-item .inner .omschrijving {
	color: #000;
	font-family: 'open_sanssemibold';
	padding-left: 20px;
	padding-right: 20px;
}

.blauwe-usps .usp-item .inner .afbeelding {
	width: 80%;
	height:0;
	margin: 25px auto;
	padding-bottom: 80%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: center center;
}

.blauwe-usps .usp-item .inner .afbeelding img {
	max-width: inherit !important;
	position: relative;
}

.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
    max-width: 50%;
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #E2E2E2;
    font-size: 14px;
    border-radius: 5px;
    color: #000;
    resize: none;
}

#bfPage1 {
	width: 100% !important;
}

/* Test formulier */
#keuzeformtitel  {
	font-weight: bold;
	font-size: 20px;
}

#groepsinformatie,
#wanneerinfo,
#waarwatinfo {
	padding-left: 30px;
	padding-bottom: 22.5px;
	padding-top: 100px;
	overflow: hidden;
	position: relative;
}
#groepsinformatie .row-fluid,
#wanneerinfo .row-fluid,
#waarwatinfo .row-fluid {
	z-index: 5;
}
#groepsinformatie {
	background: #66cef5;
	border-radius: 20px 20px 0 0;
}
#groepsinformatie label {
	line-height: 25px;
}
#groepsinformatie input[type=checkbox] {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}
#wanneerinfo {
	background: #99dff9;
}
#waarwatinfo {
	background: #cceffc;
	border-radius: 0 0 20px 20px;
}
#waarwatinfo input[type=checkbox] {
	width: 20px;
	height: 20px;
	float: left;
    margin-right: 7px;
    margin-top: 2px;
}
#groepsinformatie h2,
#wanneerinfo h2,
#waarwatinfo h2 {
	position: absolute;
    font-size: 45;
    left: 25px;
    top: 20px /*9*/;
    z-index: 0;
}
#groepsinformatie h2 {
	color: #00aeef;
}
#wanneerinfo h2 {
	color: #66cef5;
}
#waarwatinfo h2 {
	color: #99dff9;
}
#groepsinformatie:after,
#wanneerinfo:after,
#waarwatinfo:after {
	font-family: 'Glyphicons Halflings';
	font-size: 260px;
	position: absolute;
	right: -0px;
	bottom: -90px;
	z-index: 1;
}
#groepsinformatie:after {
	content:"\e225";
	color: #00aeef;
}
#wanneerinfo:after {
	content:"\e109";
	color: #66cef5;
}
#waarwatinfo:after {
	content:"\e062";
	color: #99dff9;
}

/* Keuzeform */

#ff_form11 {
	width: 75%;
	margin: 0 auto;
}

#bfElemWrap493 {
	margin-bottom: 10px !important;
}

#ff_elem773,
#ff_elem812,
#ff_elem862,
#bfLabel514,
#ff_elem829,
#ff_elem549,
#ff_elem572,
#ff_elem867 {
	width: 300px;
}

#ff_elem862,
#ff_elem867 {
  padding: 12px;
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 5px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
}

#ff_elem773 {
	margin-bottom: 10px;
}
#bfElemWrap1099 { /* yourfirstnam */
	display: none;
}
#bfElemWrap638 {
	display: inline-block;
}

#bfElemWrap514 {
	width: 300px;
	display: inline-block;
}

#ff_elem514{
	width: 100% !important;
	max-width: 100% !important;
}

#bfElemWrap638 {
	margin-left: 5px !important;
}

#budgetsection,
#starttijdsection,
#datumsection,
#locatiesection,
#menusection,
#binnenbuitensection {
	margin-bottom: 10px !important;
}

#bfLabel532 {
	margin: 5px 0 0 0;
}

#bfGroupLabel756,
#bfGroupLabel756_1 {
	padding-right: 10px;
}

#bfLabel567 {
	margin-bottom: 10px;
}

#bfGroupLabel638,
#bfGroupLabel567,
#bfGroupLabel567_1,
#bfGroupLabel567_2 {
	margin-right: 10px;
}

#ff_elem829 {
	padding: 12px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: 1px solid #E2E2E2;
	font-size: 14px;
	border-radius: 5px;
	color: #000;
	resize: none;
}

#ff_elem829_calendarButton {
	font-weight: bold;
	height: 46px;
	margin-left: 2px;
	margin-bottom: 4px;
	background: #ffaf00;
}

#ff_elem829_calendarButton span{
	color: #ffffff;
}

#bfElemWrap633 {
	text-align: center;
}

#ff_elem633.btn:hover,
#ff_elem633.btn:focus,
#ff_elem633.btn.focus{
	color: #ffffff !important;
}

#ff_elem633 {
	background: #ffaf00;
	height: 50px;
	width: 215px;
	font-size: 20px;
	text-shadow: none;
}
/* Waardebon */
#uwgegevens {
	background-color: #eee;
	padding: 30px;
}


.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

/* Edge css fixes */

@supports (-ms-ime-align:auto) {
	.filters .filters .XTExtSearch .group-field_select_category .sid_list {
		width: calc(50% - 6px);
		margin-right: 5px;
		position: relative;
		left: -15px;
	}
}

/* Einde edge fixes */

/* Internet explorer fixes */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .logo {
		 margin-bottom: -100px !important;
	 }

	 .ratingCount {
		 left: -85px;
		 top: 0px;
	 }

	 span.cijfer {
		 position: relative;
		 left: -70px;
	 }

	 .omshowcase #field_soort_uitje {
		 margin-top: 52px;
	 }

	 .omshowcase #field_type_uitje {
		 width: 100%;
		 margin-top: 52px;
	 }
}

/* Einde internet explorer fixes */

.moduleheader {
	overflow: hidden;
	text-align: center;
}
.moduleheader h4 {
	font-size: 32px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 40px;
	position: relative;
	font-weight: bold;
	margin-bottom: 30px;
}
.moduleheader h4:before, .moduleheader h4:after {
	background: #ffaf00;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 400%;
}
.moduleheader h4:before {
	right: 100%;
}
.moduleheader h4:after {
	left: 100%;
}
#stedencarousel .item, #referentieslider .item, #uitjescarousel .item {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	margin-top: 50px;
}
#stedencarousel .item:active, #referentieslider .item:active, #uitjescarousel .item:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.populaireuitjes {
	position: relative;
}
.populaireuitjes .kopregel {
	overflow: hidden;
	text-align: center;
}
.nieuwsbrief, .uitjes .uitjetegel .inner, 
.meestgezochteuitjes .col-md-4 .inner, 
.funfarmartikelen .col-md-4 .inner, 
.populairesteden .inner, 
.blog .item,
.populaireuitjes .inner {
	-webkit-box-shadow: 5px 5px 0px 0px rgba(116, 111, 98, 0.25);
	-moz-box-shadow: 5px 5px 0px 0px rgba(116, 111, 98, 0.25);
	box-shadow: 5px 5px 0px 0px rgba(116, 111, 98, 0.25);
	padding: 12px;
	border: 1px solid #edeee6;
	position: relative;
	overflow: auto;
	background-color: #fff;
}
.blog.vacatures h2 {
	font-size: 24px;
}
.blogartikelen .items-row {
	display: flex;
	flex-wrap: wrap;
}
.blogartikelen .items-row .col-md-4 {
	flex: 0 0 auto;
}
.blogartikelen .items-row .col-md-4 .item {
	height: 100%;
	padding-bottom: 58px;
	position: relative;
}
.blogartikelen .items-row .col-md-4 .item p.readmore {
	position: absolute;
	bottom: 0;
}
.blogartikelen h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.blogartikelen h3 {
	font-size: 16px;
}
.blogartikelen .clearfix {
	margin-bottom: 20px;
}

.bovenofferteform {
	background-color: #fff;
}

.moduletable.ondershowcasetekst {
	background-color: #fff;
	text-align: center;
	padding: 15px;
}
.moduletable.ondershowcasetekst p {
	font-size: 24px;
	text-align: center;
	margin: 0px auto;
}

.uitjes .uitjetegel {
	margin-bottom: 25px;
	min-height: 405px;
}
.uitjes .uitjetegel .inner h2, .populairesteden h2, .populaireuitjes h2 {
	margin: 10px 0 0px 0;
	height: 1.2em;
	line-height: 16px;
}
.uitjes .uitjetegel .inner h2 a, .populairesteden h2 a, .populaireuitjes h2 a {
	font-size: 15px;
	font-family: 'open_sansbold';
	color: #000;
}
.newsflashmeestgezochteuitjes .col-md-4, .newsflash .col-md-4 {
	margin-bottom: 30px !important;
}
.uitjes .uitjetegel .inner .duurvcard, .uitjes .uitjetegel .inner .personenvcard, .populaireuitjes .duurvcard, .populaireuitjes .personenvcard {
	position: absolute;
	right: 0;
	width: 85px;
	line-height: 32px;
}
.uitjes .uitjetegel .inner .duurvcard, .populaireuitjes .duurvcard {
	top: 20px;
	background-color:rgba(237, 238, 230, .85);
	color: rgba(0, 0, 0, 0.5);
        display:none;
}
.uitjes .uitjetegel .inner .personenvcard, .populaireuitjes .personenvcard {
	top: 60px;
	background-color: rgba(255, 175, 0, .85);
	color: #fff;
        display:none;
}
.uitjes .uitjetegel .inner .duurvcard:before, .uitjes .uitjetegel .inner .personenvcard:before, .populaireuitjes .duurvcard:before, .populaireuitjes .personenvcard:before {
	font-family: 'Glyphicons Halflings';
	margin: -1px 5px 0 10px;
	float: left;
}
.uitjes .uitjetegel .inner .duurvcard:before, .populaireuitjes .duurvcard:before {
	content: "\e023";
}
.uitjes .uitjetegel .inner .personenvcard:before, .populaireuitjes .personenvcard:before {
	content: "\e008";
}
.uitjes .uitjetegel .inner .korte_omschrijving, .populaireuitjes .korte_omschrijving {
	height: 4em;
	/*
	overflow: hidden;
	*/
	margin-bottom: 10px;
	text-overflow: ellipsis;
}
.uitjes .uitjetegel .inner .prijsvcard, .populaireuitjes .prijsvcard {
	display: block;
	margin-bottom: 20px;
}
.uitjes .uitjetegel .inner .prijsvcard span.prijs, .populaireuitjes .prijsvcard span.prijs {
	margin: -1px 6px 0 0;
	float: left;
	font-size: 15px;
	font-family: 'open_sansbold';
}
.uitjes .uitjetegel .inner .myshortlist, .populaireuitjes .myshortlist {
	float: left;
	clear: both;
	position: relative;
	width: 44px;
	height: 44px;
	overflow: hidden;
}
.uitjes .uitjetegel .inner .myshortlist .myshortlist_button_wrapper:before, .populaireuitjes .myshortlist .myshortlist_button_wrapper:before {
	font-family: 'Glyphicons Halflings';
	color: #ffaf00;
	content: "\e005";
	font-size: 21px;
	position: absolute;
	top: 9px;
	left: 5px;
}
.uitjes .uitjetegel .inner .nietmeerbewaren:before, .populaireuitjes .nietmeerbewaren:before {
	color: #ddd!important;
}
.uitjes .uitjetegel .inner .myshortlist .myshortlist_button_wrapper .btn-primary, .populaireuitjes .myshortlist .myshortlist_button_wrapper .btn-primary {
	background: none;
	padding-left: 50px;
}
.uitjes .uitjetegel .inner .leesmeer, .populairesteden .leesmeer, .populaireuitjes .leesmeer {
	float: right;
}

.bfQuickMode input[type=text]::-webkit-input-placeholder, .bfQuickMode textarea::-webkit-input-placeholder {
	color: #000;
}
.uitjes .uitjetegel .inner .leesmeer .btn:before, .populairesteden .leesmeer .btn:before, .populaireuitjes .leesmeer .btn:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	margin: 3px 7px 0 -3px;
	float: left;
	font-size: 10px;
}
.populaireuitjes .carousel-inner .item {
	padding: 0 10px 10px 0;
	overflow: auto;
}
.carousel-control {
	background-color: #ffaf00;
	top: 50%;
	margin-top: -30px;
	background-image: none!important;
	height: 60px;
	width: 60px;
	line-height: 50px;
	border-radius: 100%;
}
.carousel-control:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	font-size: 15px;
	top: 6px;
	left: 22px;
}
.carousel-control.left:before {
	content: "\e257";
}
.carousel-control.right:before {
	content: "\e258";
}
.owl-nav div {
	position: absolute;
	background-color: #ffaf00;
	top: 50%;
	margin-top: -30px;
	background-image: none!important;
	height: 60px;
	width: 60px;
	line-height: 50px;
	border-radius: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.owl-nav div.owl-prev {
	left: -85px;
}
.owl-nav div.owl-next {
	right: -85px;
}
.owl-nav div:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	font-size: 15px;
	top: 6px;
	left: 22px;
	color: #fff;
}
.owl-nav div.owl-prev:before {
	content: "\e257";
}
.owl-nav div.owl-next:before {
	content: "\e258";
}
.customfilterknop {
	display: none;
}
.meestgezochteuitjes {
	padding: 0 0 60px 0;
}
.meestgezochteuitjes .moduleheader {
	margin: 30px 5px 10px 0px;
	width: calc(100% - 30px);
	position: relative;
	left: 15px;
}
.meestgezochteuitjes .introimg {
	width: 42%;
	float: left;
	margin-right: 15px;
}
.meestgezochteuitjes h4 {
	font-size: 15px;
	font-family: 'open_sansbold';
	margin: 0 0 10px 0;
	height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
}
.meestgezochteuitjes .linkblok {
	clear: both;
	margin-top: 7px;
}
.meestgezochteuitjes .linkblok .duurvcard, .meestgezochteuitjes .linkblok .personenvcard {
	width: 20%;
	float: left;
	margin-right: 2%;
	line-height: 38px;
	white-space: nowrap;
}
.meestgezochteuitjes .linkblok .duurvcard {
	background-color: #edeee6;
	color: rgba(0, 0, 0, 0.5);
}
.meestgezochteuitjes .linkblok .personenvcard {
	background-color: rgba(255, 175, 0, .85);
	color: #fff;
}
.meestgezochteuitjes .linkblok .duurvcard:before, .meestgezochteuitjes .linkblok .personenvcard:before {
	font-family: 'Glyphicons Halflings';
	margin: -1px 5px 0 5px;
	float: left;
}
.meestgezochteuitjes .linkblok .duurvcard:before {
	content: "\e023";
}
.meestgezochteuitjes .linkblok .personenvcard:before {
	content: "\e008";
}
.copyrightregel {
	line-height: 47px;
}
.newsflashmeestgezochteuitjes .tekst {
	min-height: 80px;
	margin-top: -8px;
	width: 50%;
	margin-bottom: 10px;
	float: right;
	margin-right: 8px;
}
.funfarmartikelen .readmore, .meestgezochteuitjes .linkblok .readmore {
	background: none;
	background-color: #00aeef;
	border: none;
	border-radius: 4px;
	font-family: 'open_sansbold';
	padding: 10px 13px;
	float: right;
	color: #fff;
	text-decoration: none!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.funfarmartikelen .readmore:before, .meestgezochteuitjes .linkblok .readmore:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	margin: 0px 7px 0 -3px;
	float: left;
	font-size: 10px;
}
.funfarmartikelen .readmore:hover, .meestgezochteuitjes .linkblok .readmore:hover {
	background-color: #000;
}
.feedbackcompanybaan .tekst {
	padding-top: 60px;
	margin-left: 0px;
}
.referentiebaan {
	padding: 60px 0 0 0;
	clear: both;
}
.referentiebaan .row {
	margin-left: 0;
}
.referentiebaan .carousel-caption {
	background: none;
	text-align: center;
}
.referentiebaan .carousel-caption strong {
	font-size: 32px;
	color: #ffaf00;
	line-height: 45px;
	font-family: 'open_sansbold';
	font-style: italic;
	margin: 50px 50px;
}
.referentiebaan .carousel-caption p {
	margin: 20px 0;
	color: #000;
	font-family: 'open_sansbold';
	font-size: 17px;

}
.pagination-centered {
	text-align: center;
}
#tellafriend .innerdiv {
	padding: 10px;
}
h3#uitjenaam {
	background-color: #ffaf00;
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
}
#tellafriend .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 44px;
	height: 44px;
	white-space: nowrap;
	overflow: hidden;
}
#tellafriend .close:before {
	font-family: 'Glyphicons Halflings';
	content: "\e014";
	margin-right: 40px;
	color: #f00;
}
.tellafriendknop {
	width: 44px;
	height: 44px;
	background: none;
	border: none;
}
.tellafriendknop:before {
	font-family: 'Glyphicons Halflings';
	content: "\e095";
	color: #00aeef;
	font-size: 21px;
}
.owl-stage {
	padding: 60px 0;
}
.populairesteden .korte_omschrijving {
	min-height: 80px;
}
.usps {
	background-color: #ffaf00;
	color: #fff;
	padding: 20px 0;
}
.usps ul {
	display: block;
	overflow: auto;
	margin: 0 0 0 -24px;
}
.usps li {
	display: inline-block;
	float: left;
	width: 25%;
	font-size: 17px;
	line-height: 30px;
	list-style-type: none;
	font-family: 'open_sanssemibold';
}
.usps li:before {
	content: "";
	background-image: url(../images/usp-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 10px 0 0;
}
.usps li:after {
	content: "";
	width: 20px;
}

.usps li:nth-child(2) {
	padding-left: 20px;
}
.omcontent,
.omheaderPlusmenu {
	display: block;
    clear: both;
}
.homepage .omcontent {
	background-color: #E5F7FD;
	background-color: rgba(0, 174, 239, 0.1);
	background-image: url(../images/bg-strand-stad.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.homepage .omcontent .container {
	background-image: url(../images/bg-home-wittebanen.png);
	background-position: 87% 40px;
	background-repeat: no-repeat;
	padding: 70px 0 140px 15px;
}
.blog-featuredhomepage .leading-0 {
	width: 40%;
}

.lichtrozeachtergrond {
	background-color: #f5f3f4;
	color: #000;
}
.oranjeachtergrond {
	background-color: #ffaf00;
	color: #fff;
}
.blauweachtergrond a, .oranjeachtergrond a {
	color: #fff;
	text-decoration: underline;
}
.oranjeachtergrond h1, .oranjeachtergrond h2, .oranjeachtergrond h3, .blauweachtergrond h1, .blauweachtergrond h2, .blauweachtergrond h3 {
	color: #fff;
	font-size: 32px;
	font-family: 'open_sansbold';
}
.blauweachtergrond {
	background-color: #00aeef;
	color: #fff;
}
.blauweachtergrond .btn-primary {
	background-color: #ffaf00;
	color: #fff;
}
.lichtblauweachtergrond {
	background-color: #E5F7FD;
	background-color: rgba(0, 174, 239, 0.1);
	color: #333;
}
.lichtblauweachtergrond a {
	color: #000;
	text-decoration: underline;
}
.lichtblauweachtergrond h1, .lichtblauweachtergrond h2, .lichtblauweachtergrond h3, .feedbackcompanybaan h1, .feedbackcompanybaan h2, .feedbackcompanybaan h3, .lichtgrijzeachtergrond h1, .lichtgrijzeachtergrond h2, .lichtgrijzeachtergrond h3 {
	color: #000;
	font-size: 32px;
	font-family: 'open_sansbold';
}
.lichtgrijzeachtergrond {
	background-color: #edeee6;
}
.funfarm {
	background-size: cover;
	background-position: center center;
	padding: 60px 0;
	border-top: 80px solid #ffaf00;
}
.funfarm h1, .funfarm h2, .funfarm h3, .funfarm h4 {
	font-size: 32px;
	font-family: 'open_sansbold';
	margin-top: 0;
}
.funfarm .inner {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px 30px;
}
.funfarm .inner em {
	font-size: 15px;
}
.funfarmartikelen {
	padding: 60px 0;
	background-color: #edeee6;
}
.funfarmartikelen h5 {
	font-size: 15px;
	font-family: 'open_sansbold';
	color: #746f62;
	margin: 20px 0 5px 0;
}
.funfarmartikelen h4 {
	margin: 0 0 15px 0;
}
.funfarmartikelen h4 a {
	font-size: 19px;
	font-family: 'open_sansbold';
	color: #000;
}
#ondercontent4, #ondercontent6 {
	background-color: #E5F7FD;
	background-color: rgba(0, 174, 239, 0.1);
	background-image: url(../images/witte-meeuwen.png);
	background-repeat: no-repeat;
	background-position: 80% 80%;
	padding: 60px 0;
}
#ondercontent4 h1, #ondercontent6 h1, #ondercontent4 h2, #ondercontent6 h2, #ondercontent4 h3, #ondercontent6 h3 {
	font-size: 32px;
	font-family: 'open_sansbold';
}
.sliderfoto.onsteam .teamfoto {
	position: relative;
}
.sliderfoto.onsteam .onsteamregel {
	font-family: 'kalambold';
    font-size: 27px;
	position: absolute;
	left: -190px;
	bottom: 40px;
}
.sliderfoto.onsteam .onsteamregel:after {
	content: url(../images/arrow-blue-right.png);
    position: absolute;
    left: 124px;
    bottom: -10px;
}
.form-actions {
	display: none;
}
.customimgright {
	position: relative;
	overflow: hidden;
}
.customimgright .imgcustomright {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.customimgright .container {
	padding: 60px 0;
}
.customimgright .contentcustomright {
	width: 40%;
	margin-left: 15px;
}
.customimgleft {
	position: relative;
	overflow: hidden;
}
.customimgleft .imgcustomleft {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.customimgleft .container {
	padding: 60px 0;
}
.customimgleft .contentcustomleft {
	width: 50%;
	padding-left: 60px;
	margin-left: 50%;
}
.autofoto-image-link {
	width: 44px;
	height: 44px;
	background-color: #00aeef;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 50;
}
.autofoto-image-link:before {
	content: "\e096";
	margin: 5px 18px 0 10px;
	font-family: 'Glyphicons Halflings';
	float: left;
	color: #fff!important;
	font-size: 24px;
}
.SobiPro .catdescr {
	background-color: #E5F7FD;
	background-color: rgba(0, 174, 239, 0.1);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	z-index: 1;
}
.SobiPro .catdescr .voorinner {
	background: linear-gradient(90deg, #E4F6FD 50%, transparent 50%);
	width: 100%;
}
.SobiPro .catdescr .inner {
	background-image: url(../images/bg-strand-stad.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 80px;
	min-height: 500px;
	position: relative;
}
.SobiPro .catdescr .achtergrond_omschrijving {
	position: absolute;
	right: 0;
	top: 0;
}
.SPDetails {
	margin-top: 50px;
}
.SobiPro .catdescr .tekst {
	/*
	width: 500px;
	position: relative;
	top: 50%;
	margin-left: 0px;
	*/
	padding-top: 20px;
}
.SobiPro .catdescr .tekst h1 {
	font-size: 30px;
}
.SobiPro .catdescr .tekst h2 {
	font-size: 22px;
}
.SobiPro .catdescr .tekst h3 {
	font-size: 18px;
}
.SobiPro .uitjesrij {
	padding: 16px 0;
}
.SobiPro .uitjesrij .uspswrapper .usps {
	background-color: #FFAF00;
	color: #fff;
	padding: 20px 10px;
	margin: 0 0 25px 0px;
}
.SobiPro .uitjesrij .uspswrapper .usps ul {
	margin-left: -35px;
}
.populaireuitjes .moduleheader {
	margin-top: 20px;
	margin-bottom: -40px;
}
.app-uitje-formulier #bfElemWrap1802{
	display: none;
}
.diner-spel-formulier #bfGroupLabel1802_2, .diner-spel-formulier #ff_elem1802_2, .diner-spel-formulier #ff_elem1802_3,.diner-spel-formulier #bfGroupLabel1802_3, .diner-spel-formulier span#bfElementGroup1802 > br:nth-child(6), .diner-spel-formulier span#bfElementGroup1802 > br:nth-child(9), .diner-spel-formulier #ff_elem1802_4, .diner-spel-formulier #bfGroupLabel1802_4, .diner-spel-formulier span#bfElementGroup1802 > br:nth-child(15) {
	display: none;
}

#offerte {
	padding: 15px;
}
#offerte .bfQuickMode .bfLabelLeft label:not(.bfGroupLabel) {
	line-height: 46px;
}
#offerte .bfQuickMode fieldset.bfInline section {
	border-bottom: 1px solid #eee;
}
#offerte #ff_elem158, #offerte #ff_elem158_1 {
	/* aanhef radiobuttons */
	margin-top: 17px;
}
#offerte #regelbovenverzendknop .bfSectionDescription {
	margin-top: 15px;
	margin-left: 15px;
}
.SPDetailEntry .imagegallery {
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}
.SPDetailEntry .imagegallery ul {
	margin-left: 0;
	margin-bottom: 0;
/*	height: 416px;*/
}
.SPDetailEntry .imagegallery ul#lightSlider li {
	display: block;
	float: left;
	margin-right: 6px;
	position: relative;
	height: 100%;
}
.uitjes .uitje_label, .SPDetailEntry .imagegallery .uitje_label {
	margin: 0 0 10px 10px;
	color: white;
	font-size: 1em;
	background: #ff0044;
	padding: 9px 0 9px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
	width: 160px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'open_sansbold';
	display: block;
	position: absolute;
	left: -55px;
	top: 16px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.SPDetailEntry .arrusps ul {
	display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}
.SPDetailEntry .arrusps li {
	float: left;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}
.SPDetailEntry .arrusps li:before {
	content: url(../images/usp-icon-oranje20x20.png);
	float: left;
	margin: 0 10px 0 0;
}
.SPDetailEntry h1.entryheading {
	margin: 0 0 15px 0;
}
.SPDetailEntry .description {
	border: 1px solid #edeee6;
	padding: 28px 20px;
}
.SPDetailEntry .uitjelegenda {
	border: 1px solid #edeee6;
	border-top: none;
	padding: 28px 20px;
	display: table;
	width: 100%;
}
.SPDetailEntry .duurvcard, .SPDetailEntry .personenvcard {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	line-height: 38px;
	white-space: nowrap;
	font-family: 'open_sansbold';
}
.SPDetailEntry .personenvcard, .SPDetailEntry .duurvcard {
	background-color: #edeee6;
	color: rgba(0, 0, 0, 0.5);
}
.SPDetailEntry .duurvcard:before, .SPDetailEntry .personenvcard:before {
	font-family: 'Glyphicons Halflings';
	margin: 1px 5px 0 5px;
	float: left;
	font-size: 16px;
}
.SPDetailEntry .duurvcard:before {
	content: "\e023";
}
.SPDetailEntry .personenvcard:before {
	content: "\e008";
}
.SPDetailEntry .offerteaanvragen {
  float: right;
  margin-top: -49px;
}
.SPDetailEntry .offerteaanvragen a {
	float: right;
	position: relative;
	background: #FFAF00;
	border-radius: 3px;
	padding: 10px;
	color: #fff !important;
	text-decoration: none !important;
	outline: none;
	transition: all 300ms;
	cursor: pointer;
}
.SPDetailEntry .offerteaanvragen a:before {
	font-family: 'Glyphicons Halflings';
	content: "\2709";
	margin: -1px 10px 0 4px;
	float: left;
	font-size: 14px;
}
.SPDetailEntry .onzearrangementen {
	font-family: 'kalambold';
    font-size: 25px;
	color: #00aeef;
	position: relative;
	text-align: right;
}
.SPDetailEntry .onzearrangementen:before {
	content: url(../images/arrow-yellow.png);
    position: absolute;
    top: 14px;
    right: 240px;
}
.SPDetailEntry .myshortlist {
	float: right;
	position: relative;
	padding-right: 15px;
}
.SPDetailEntry .myshortlist .btn-primary {
    background: none;
    color: #746f62;
    font-size: 12px;
    position: relative;
    right: -15px;
    border-right: none;
    border: 1px solid #ededed;
    min-width: 110px;
    text-align: left;
    top: 0px;
    font-family: 'open_sansregular';
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.SPDetailEntry .delete_button {
	min-width: 180px !important;
	padding: 10px;
}
.SPDetailEntry .myshortlist .myshortlist_button_wrapper:after {
	font-family: 'Glyphicons Halflings';
	color: #ffaf00;
	content: "\e005";
	font-size: 21px;
	position: absolute;
	top: 4px;
	right: 10px;
}
.SPDetailEntry .myshortlist .myshortlist_button_wrapper.nietmeerbewaren:after {
	color: #ddd;
}
.SPDetailEntry .omschrijving_programma, .SPDetailEntry .uitje_inclusief {
	margin-top: 30px;
	margin-bottom: 30px;
}
.SPDetailEntry .omschrijving_programma {
	padding-left: 0;
}
.SPDetailEntry .omschrijving_programma h3, .SPDetailEntry .uitje_inclusief h3 {
	font-size: 19px;
	font-family: 'open_sansbold';
}
.SPDetailEntry .arrangementenbaan {
	background-color: #edeee6;
	padding: 30px 0;
}
.SPDetailEntry .arrangementenbaan h3 {
	font-size: 32px;
	font-family: 'open_sansregular';
	margin: 10px 0 20px 0;
}
.SPDetailEntry .arrangementenbaan h3 strong {
	font-family: 'open_sansbold';
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak {
	background-color: #fff;
	margin-bottom: 22px;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .nav-tabs {
	background-color: #f8f8f5;
	border-bottom: 1px solid #edeee6;
	font-size: 15px;
	margin: 0;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content {
	border: 1px solid #edeee6;
	border-right: 2px solid #cfcec5;
	border-bottom: 2px solid #cfcec5;
	border-top: none;
	padding: 35px 45px;
	font-family: 'open_sansbold';
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .nav-tabs>li>a, .SPDetailEntry .arrangementenbaan .arrangemententabvlak .nav-pills>li>a {
	line-height: 40px;
	padding: 0 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
	border-bottom: none;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .nav-tabs>.active>a, .SPDetailEntry .arrangementenbaan .arrangemententabvlak .nav-tabs>.active>a:hover, .SPDetailEntry .arrangementenbaan .arrangemententabvlak .nav-tabs>.active>a:focus {
	border-right: 2px solid #cfcec5;
	border-left: 1px solid #edeee6;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .arregel {
	color: #ff0044;
	line-height: 32px;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .arregel span {
	background-color: #ff0044;
	color: #fff;
	padding: 0 10px;
	margin-right: 5px;
	float: left;
	border-radius: 5px;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .conversieblok {
	border: 1px solid #edeee6;
	margin-top: 20px;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .conversieblok h3 {
	font-family: 'open_sansregular';
	background-color: #edeee6;
	padding: 20px;
	margin: 0;
	font-size: 18px;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .conversieblok h3 span {
	font-family: 'open_sansbold';
	margin-right: 7px;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .conversieblok .conversieblokcontent {
	padding: 20px;
	position: relative;
}

.SPDetailEntry .grotegroep {
	font-family: 'kalambold';
    font-size: 18px;
    color: #00aeef;
	position: absolute;
	bottom: -32px;
}
.SPDetailEntry .grotegroep:before {
    content: url(../images/arrow-yellow.png);
    position: absolute;
	transform: rotate(200deg);
    top: -26px;
    right: -70px;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .conversieblok .readmore,
.template02 .SPDetailEntry .arrangemententabvlak .panel-body .readmore {
	float: right;
	position: relative;
	top: -10px;
	background: #FFAF00;
	border-radius: 3px;
	padding: 10px;
	color: #fff !important;
	text-decoration: none !important;
	outline: none;
	transition: all 300ms;
	cursor: pointer;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .conversieblok .readmore:before,
.template02 .SPDetailEntry .arrangemententabvlak .panel-body .readmore:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	margin: -1px 7px 0 -3px;
	float: left;
	font-size: 14px;
}
.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .conversieblok .readmore:hover,
.template02 .SPDetailEntry .arrangemententabvlak .panel-body .readmore:hover {
	text-decoration: none;
	color: #fff;
	background: #ECA100;
}
.fullwidth.formbaan {
	background: #CCEFFC;
}
.SPDetails.template02 {
	margin-top: 0;
}
.template02 .SPDetailEntry .catdescr {
	background-size: cover;
	background-position: center center;
	text-align: center;
	z-index: 1;
	height: 560px;
}
.template02 .SPDetailEntry .catdescr img {
	margin-top: 50px;
}
.template02 .SPDetailEntry .empty {
	height: 200px;
	background: #ccc;
}
.template02 .SPDetailEntry .uitje_omschrijvingrow {
/*
	margin-top: -150px;
	z-index: 5;
	position: relative;
*/
	line-height: 24px;
}
.template02 .SPDetailEntry .uitje_omschrijvingrow .inner {
	margin: 0 15px;
	padding: 30px;
	background: #fff;
	overflow: auto;
}
.uitje_sterren {
	border-left: 1px solid #EDEEE6;
}
.uitje_sterren .sterrentitel {
	clear: both;
	float: left;
	width: 130px;
	font-weight: bold;
	margin-left: 15px;
}
.uitje_sterren .grijzesterren {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
.uitje_sterren .sterren {
	position: absolute;
	top: 0;
	left: 0;
}
.uitje_sterren .grijzesterren:before {
	font-family: 'Glyphicons Halflings';
	content:"\e006 \e006 \e006";
	color: #EDEEE6;
	font-size: 18px;
}
.uitje_sterren .sterren:before {
	font-family: 'Glyphicons Halflings';
	height: 25px;
	font-size: 18px;
}
.uitje_sterren .een.sterren:before {
	content:"\e006";
	color: #FFAF00;
}
.uitje_sterren .twee.sterren:before {
	content:"\e006 \e006";
	color: #FFAF00;
}
.uitje_sterren .drie.sterren:before {
	content:"\e006 \e006 \e006";
	color: #FFAF00;
}
.template02 .SPDetailEntry .fullwidth.lichtgrijs {
	background-color: #EDEEE6;
}
.template02 .SPDetailEntry .uitje_uitleg {
	background-color: #fff;
}
.template02 .SPDetailEntry .uitje_uitleg .inner {
	padding: 30px 40px;
	margin-bottom: 30px;
}
.template02 .SPDetailEntry .arrusps {
	margin: 30px 0;
	display: table;
	width: 100%;
}
.template02 .SPDetailEntry .uitleg {
	clear: both;
	line-height: 22px;
	margin-top: 60px;
}
.template02 .SPDetailEntry .highlights {
}
.template02 .SPDetailEntry .highlights .highlighttitel {
	font-size: 48px;
	font-family: 'kalambold';
}
.template02 .SPDetailEntry .highlights ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.template02 .SPDetailEntry .highlights li {
	background-color: #FFAF00;
	padding: 14px 10px 10px 20px;
	font-size: 21px;
	font-family: 'kalambold';
	margin: 20px 0;
}
.template02 .SPDetailEntry .highlights li:first-child {
	transform: rotate(-3deg);
}
.template02 .SPDetailEntry .highlights li:nth-child(2) {
	transform: rotate(-2deg);
}
.template02 .SPDetailEntry .highlights li:nth-child(4) {
	transform: rotate(-1deg);
}
.template02 .SPDetailEntry .panel-group {
}
.template02 .SPDetailEntry .panel {
	margin-bottom: 5px;
	background: #fff;
}
.template02 .SPDetailEntry .panel.open {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}
.template02 .SPDetailEntry .panel-heading {
	position: relative;
	overflow: auto;
}
.template02 .SPDetailEntry .panel-heading a {
	text-decoration: none;
	font-size: 13px;
	color: #808080;
}
.template02 .SPDetailEntry .panel-heading h4.panel-title .prijs {
	position: absolute;
    background-color: #00AEEF;
    color: #fff;
    right: 20px;
    top: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
	line-height: 20px;
	width: 115px;
}
.template02 .SPDetailEntry .panel-heading h4.panel-title .prijs span {
    font-weight: bold;
	clear: both;
    font-size: 18px;
	display: block;
}
.template02 .SPDetailEntry .panel-heading h4.panel-title .arregel {
	color: #fff;
	background-color: #FF0044;
	padding: 10px;
	border-radius: 5px;
	position: absolute;
	right: 20px;
	top: 60px;
	width: 115px;
}
.template02 .SPDetailEntry .panel-heading h4.panel-title .arrangementtitel {
	font-size: 15px;
	color: #000;
	margin: 10px 0;
    font-weight: bold;
}
.template02 .SPDetailEntry .panel-heading h4.panel-title a:before {
	width: 40px;
	height: 40px;
	margin: 30px 40px 30px 20px;
	content: " ";
	float: left;
	background-position: center top;
}
.template02 .SPDetailEntry .panel-heading.active h4.panel-title a:before {
	background-position: center -40px;
}
.template02 .SPDetailEntry .panel-heading h4.panel-title a.kaarten:before {
	background-image: url(../images/icoon-kaarten.png);
}
.template02 .SPDetailEntry .panel-heading h4.panel-title a.kopje:before {
	background-image: url(../images/icoon-kopje.png);
}
.template02 .SPDetailEntry .panel-heading h4.panel-title a.pizza:before {
	background-image: url(../images/icoon-pizza.png);
}
.template02 .SPDetailEntry .panel-heading h4.panel-title a.cloche:before {
	background-image: url(../images/icoon-cloche.png);
}
.template02 .SPDetailEntry .panel-heading h4.panel-title a.budget:before {
	background-image: url(../images/icoon-budget.png);
}
.template02 .SPDetailEntry .panel-heading h4.panel-title a.humphreys:before {
	background-image: url(../images/icoon-humphreys.png);
}
.template02 .SPDetailEntry .panel-heading h4.panel-title .panel-title-content {
	float: left;
    display: inline-block;
    width: 290px;
}
.template02 .SPDetailEntry .panel-heading h4.panel-title .panel-title-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.template02 .SPDetailEntry .panel-heading h4.panel-title .panel-title-content ul li {
	padding-left: 12px;
	position: relative;
	line-height: 18px;
}
.template02 .SPDetailEntry .panel-heading h4.panel-title .panel-title-content ul li:before {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
}
.template02 .SPDetailEntry .panel-body {
	background-color: #EDEEE6;
	background-color: rgba(237, 238, 230, 0.3);
	position: relative;
}
.template02 .SPDetailEntry .panel-body .grotegroep {
	bottom: 18px;
    left: 50px;
}
.template02 .SPDetailEntry .panel-body .grotegroep:before {
	transform: rotate(216deg);
    top: -17px;
    right: -73px;
}
.template02 .SPDetailEntry .galleryenomschrijving {
	clear: both;
    background-color: #fff;
    padding: 30px 15px;
    margin: 15px;
}
.template02 .fullwidth.offerteform {
	background: #CCEFFC;
	margin-top: 30px;
}
.template02 #offerte #regelbovenverzendknop .bfSectionDescription {
	float: left!important;
}
.bfCustomSubmitButton {
	padding: 13px 25px;
}
.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
	margin-bottom: 65px;
	position: relative;
	left: -100px;
	top: 20px;
	background: none;
	background-color: #00aeef;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-decoration: none!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px;
	transition: all 300ms;
}
.logouee {
	text-align: center;
	margin-top: 25px;
}
#omfooter {
	background-image: url(../images/bg-strand-stad-grijs.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #edeee6;
	padding: 200px 0 20px 0;
}
.nieuwsbrief .acymailing_fulldiv form {
	padding: 30px 50px 0 30px;
	overflow: auto;
}
table.acymailing_form {
	float: left;
	width: 100%;
}
.nieuwsbrief .acymailing_introtext {
	font-family: 'open_sansbold';
	font-size: 15px;
	margin-bottom: 20px!important;
}
.nieuwsbrief .inputbox {
	background-color: #edeee6;
	border-radius: 0;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.nieuwsbrief .button {
	float: left;
	margin-bottom: 30px;
}

.omcopyright {
	background-color: #edeee6;
	padding-bottom: 20px;
}
.omcopyright .moduletable {
	/* footer menu */
	float: right;
}
.omcopyright .moduletable li {
	display: inline-block;
	padding: 0 10px;
}
.fullwidth {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.uspswrapper {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	display: table;
}

.twocolumns {
	column-count: 2;
}
.breadcrumb {
	background: none;
	margin: 35px 0 10px 0;
	padding: 0;
	z-index: 5;
	padding-left: 0px;
	margin-left: 0px;
}
.uitjes .breadcrumb {
	margin: 20px 0 10px 0;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.scrollToTop {
	display: none;
	width: 44px;
	height: 44px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	background-color: #00aeef;
	cursor: pointer;
	border-radius: 100%;
	z-index: 999;
}
.scrollToTop:before {
	font-family: 'Glyphicons Halflings';
	content: "\e260";
	display: table;
	margin: 13px 15px;
}
.sliderfoto {
	/*  height: 400px;*/
	background-size: cover;
	background-position: center center;
	display: flow-root;
}
.lichtblauwestad {
	background-color: rgba(0, 174, 239, 0.1);
	background-image: url(../images/bg-strand-stad-lichtblauw.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 200px 0 60px 0;
}
.onsteam-content {
	width: 45% !important;
	margin-top: 50px;
}
.team-item {
	width: 100%;
	min-height: 150px;
	margin-bottom: 75px;
	text-align: center;
}
.team-foto {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 5px solid #ffaf00;
	overflow: hidden;
	margin-left: 10px;
	display: inline-block;
	margin-right: 0px;
}
.team-foto img {
	background-position: center center;
	margin: auto;
	width: 100%;
}
.team-info {
	float: right;
	width: calc(100% - 225px);
	min-height: 160px;
	text-align: left;
}
.team-info .naam {
	margin-left: 30px;
	font-size: 25px;
	font-weight: bold;
	margin-top: 45px;
}
.team-info .functie {
	margin-left: 30px;
	font-size: 22px;
	font-weight: lighter;
	color: #ffaf00;
	margin-top: 10px;
}
/**** SOBI categorie / search ****/

.categorie {
	clear: both;
	padding-top: 15px;
	width: 100%;
	float: left;
	display: inline-block;
}
.categorie .klein a {
	float: left;
	margin-right: 10px;
	border: 1px solid #00aeef;
	border-bottom: 3px solid #00aeef;
	border-radius: 3px;
	color: #000;
	background-color: #99DFF9;
	padding: 10px;
	margin-bottom: 10px;
	transition: all 300ms;
}
.categorie .klein a:hover {
	text-decoration: none;
	color: #00aeef !important;
	background: #fafafa;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
}
.group-field_select_category {
	margin-right: 0px !important;
}
.partnersites-table td {
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 20px;
	margin-left: 10px;
}
.arrNaam {
	display: none;
}
.alert {
	padding: 15px;
	margin-left: 15px;
	margin-bottom: -5px;
	margin-top: 20px;
	width: calc(100% + -29px);
	border: 1px solid transparent;
	border-radius: 4px;
	background: #edeee6;
}
#tellafriend {
	width: 320px;
	background: #fff;
	position: fixed;
	left: calc(50% - 160px);
	top: calc(50% - 300px);
	height: 520px;
	border-radius: 5px !important;
}
#tellafriend .close {
	position: absolute;
	right: 12px;
	top: 18px;
	width: 44px;
	height: 44px;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
}
#tellafriend h3#uitjenaam {
	position: relative;
	top: -10px;
	z-index: -2;
	width: calc(100% - 5px);
	left: 10px;
}
#tellafriend p {
	padding-left: 10px;
}
#tellafriend .bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
	max-width: 100%;
	width: 50%;
	padding: 12px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: 1px solid #E2E2E2;
	font-size: 14px;
	border-radius: 5px;
	color: #000;
	resize: none;
}
#tellafriend .bfCustomSubmitButton {
	margin-left: 10px;
}
#tellafriend .bfCustomSubmitButton:hover {
	color: #fff !important;
	background: black;
}
.provinciesmetselwerk {
	-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
.provincievlak {
    display: inline-block;
    background: #fff;
    padding: 1.5em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.overigelinksinfooter {
	margin-top: 20px;
}
.overigelinksinfooter ul.nav {
	width: 100%;
}
.overigelinksinfooter li {
	width: 100%;
	display: block;
	clear: both;
	height: auto;
}
.overigelinksinfooter li a {
	display: block;
	padding: 10px 0;
}
.overigelinksinfooter li a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    margin: 0px 7px 0 -3px;
    float: left;
    font-size: 10px;
}
.popuitjes ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.popuitjes ul li {
	display: inline-block;
	float: left;
	margin: 20px;
}
.popuitjes ul li a {
	padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
}

/**** Media queries / Breaking points ****/
@media only screen and (max-width: 1400px) {
	.categoriebanner_module {
		height: 400px;
	}
}

@media only screen and (min-width: 1200px) {
	#filterknop {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	#spSearchForm #SPSearchForm{
		margin-left: 0;
	}
	.SPDetailEntry .arrusps li {
		margin-right: 80px !important;
		font-size: 12px !important;
	}
	.item-1589{
		display:none!important;
	}
	body {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 50px;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
		overflow: auto;
		height: 100vh;
	}
	.navbar-collapse.collapse.in .navbar-collapse.collapse.in {
		height: auto;
	}
	.lightSlider{
		height: 315px!important;
	}
	.search-normal{
		display: none;
	}
	.omheaderPlusmenu {
		height: 50px;
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
	}
	.onswerklogo {
		margin-bottom: 20px;
	}
	.logo {
		margin-left: 36px;
		width: 100%;
		margin: auto;
		text-align: center;
		margin-bottom: 25px;
	}
	.logo img {
		width: 85%;
		height: auto;
	}

	.social-link-facebook, .social-link-instagram, .social-link-linkedin {
		width: 44px!important;
		height: 44px!important;
		padding: 0px !important;
		margin-left: 10px;
	}
	.social-link-facebook img, .social-link-instagram img, .social-link-linkedin img {
		width: 44px;
		height: 44px;
	}
	.item-1426, .item-1427, .item-1587{
		display: inline-block !important;
		width: 44px !important;
		height: 44px !important;
		padding: 0;
	}

	.banner-tekst {
		width: 100vw;
		height: 400px;
		margin: 0 auto;
		background-size: contain!important;
		color: rgba(0,0,0,0.0);
	}

	.debestebanner {
		margin-bottom: -90px;
	}

	.feedbackcompanybaan {
		min-height: 420px;
		padding-left: 0px;
		padding-right: 10px;
	}
	.adresfooter {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
	.copyright {
		padding-left: 10px;
		padding-right: 10px;
	}
	.vragen-formulier {
		width: auto;
	}
	.topright {
		width: 100%;
	}
	.referentiebaan .carousel-caption strong {
		font-size: 32px;
	}
	.navbar-header {
		float: none;
	}
	.container > .navbar-header {
		display: block!important;
		float: right;
		width: 50px;
		height: 50px;
	}
	.omshowcase .filters .filters .XTSearch:before {
		display: none !important;
		visibility: hidden;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}

	.blauwe-usps .usp-item .inner .afbeelding img {
		max-width: inherit !important;
	}
	.evenement-op-loc{
		display: none;
	}
	.usps li:nth-child(2) {
		padding-left: 0 !important;
	}

	.SobiPro .uitjesrij .uspswrapper .usps {
	    background-color: #FFAF00;
	    color: #fff;
	    padding: 20px 25px;
	    margin: 0px 0px 25px 0px;
	}
	.SobiPro .uitjesrij .uspswrapper .container {
		width: auto;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-nav {
		margin: 48.5px -15px!important;
		float: none;
	}
	.navbar-nav>li {
		position: relative;
		display: table;
		width: 100%;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.item-27 {
		margin-left: 0;
	}
	.item-27 a {
		padding: 15px 25px!important;
	}
	.topright {
		float: right;
		width: 150px;
		height: 50px;
	}
	.mobiletogglebutton {
		width: 51px;
		height: 51px;
		position: absolute;
		right: 0;
		background-color: #129acc;
		text-align: right;
		padding-right: 15px;
		line-height: 51px;
		outline: none;
		display: inline-block;
		z-index: 100;
	}
	.mobiletogglebutton:before {
		font-family: 'Glyphicons Halflings';
		color: #fff;
		content: "\e114";
		font-size: 16px;
		position: absolute;
		left: 18px;
		top: 1px;
	}
	.item-1240 a:after {
		right: auto;
		left: 70px;
		top: 15px;
	}
	#ommenu .navbar .nav li.dropdown>.dropdown-toggle .caret {
		display: none;
	}
	.logo {
		float: left;
		width: 210px;
		margin-left: -20px;
	}
	.topright #favorietenlijst .favorietenlijstwrapper {
		background-color: #fff;
		border-radius: 0px;
		border-bottom: 1px solid #edeee6 !important;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 20px;
		margin: 0px;
		position: relative;
		left: 0;
		top: 0;
		float: left;
		width: calc(100% - 0px);
		margin-top: 10px;
	}
	.myshortlist_item {
		margin-bottom: 10px;
		line-height: 40px;
		padding-left: 2px;
	}
	.delete_button {
		background: #e74c3c;
		box-shadow: none;
		color: #fff;
		border: none;
		position: relative;
		top: -5px;
		right: 5px;
	}
	.topright #favorietenlijst .favorietenlijstwrapper:before {
		display: none;
	}
	.topright #favorietenlijst .favorietenlijstwrapper:after {
		display: none;
	}
	.myshortlist.sendbutton {
		float: left !important;
		width: 100%;
	}
	.myshortlist .sendbutton .btn-primary {
		width: 99%;
		margin-top: 10px;
	}
	.omheader {
		float: left;
		width: calc(100% - 50px);
		padding: 0;
		z-index: 2;
		position: relative;
		height: 50px;
		overflow: hidden;
		background: #fff;
	}
	.omheader .container {
		width: 100%;
	}
	.moduleheader h3 {
		font-size: 25px;
	}
	#ommenu {
		width: 100%;
		float: right;
		position: absolute;
		z-index: 1;
	}
	.navbar-collapse .nav>li>a:hover, .navbar-collapse .nav>li>a:focus, .navbar-collapse .dropdown-menu a:hover, .navbar-collapse .dropdown-menu a:focus {
		background-color: #fff;
		border-radius: 0;
		color: #000 !important;
	}
	#ommenu .navbar .nav .dropdown-toggle:hover>.dropdown-toggle .caret {
		border-top-color: #000;
		border-bottom-color: #000;
	}
	.logo img {
		/* width: 85%; */
		/* height: 50px; */
		height: unset;
		margin-top: 7px;
		margin-left: 10px;
	}
	.navbar .btn-navbar {
		float: right;
		padding: 7px 10px;
		margin-right: 5px;
		position: absolute;
		top: 0px;
		right: 0px;
		height: 50px;
		border-radius: 0;
		border: 2px solid #00AEEF;
		color: #fff;

		width: 48px;
		z-index: 9999;
		background: #00AEEF;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover {
		box-shadow: none;
		background: none;
	}
	.navbar .btn-navbar .icon-bar {
		display: block;
		width: 24px;
		height: 4px;
		margin-left: 3px;
		margin-top: 4px;
		background-color: #f5f5f5;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	}
	.topright .customtopcontact {
		float: left;
		margin-top: 13px;
		width: 50px;
		position: absolute;
		background: #DCDCD4;
		z-index: 12;
		right: 50px;
		height: 50px;
		top: -13px;
	}
	.telnr {
		visibility: hidden;
		right: 0;
		top: -10px;
	}
	.telnr:before {
		visibility: visible;
	}
	.telnr {
		visibility: hidden;
		right: 0;
		top: -10px;
	}
	.telnr:before {
		visibility: visible;
	}
	.topright .customtopcontact a.telnr:before, .topright .customtopcontact a.mailto:before {
		font-family: 'Glyphicons Halflings';
		/* color: #fff; */
		position: absolute;
		top: 9px;
		left: -16px;
		font-size: 23px;
	}
	.mailto {
		/* display: none; */
		top: -10em;
		/* color: black; */
		left: 4em;
	}
	.mailto a::before {
	color: #000;
	}
	.topright .mailto{
		display:none;
	}
	.topright .feedbackCompanyReviews {
		right: 150px;
		width: 137px;
		margin-top: 0px;
	}
	.topright .mod-languages {
		display: none;
	}
	.topright .moduletablefavorieten .myshortlist .favorieten {
		margin-top: 0px;
		margin-left: 0px;
		border: none;
		box-shadow: none;
		height: 50px;
		background: #FFAF00;
		border-radius: 0px;
		color: #fff;
	}
	.topright .moduletablefavorieten .myshortlist .favorieten:before {
		font-family: 'Glyphicons Halflings';
		color: #fff;
		content: "\e005";
		font-size: 29px;
		margin-right: 0px;
		float: left;
		position: absolute;
		top: 10px;
		left: 9px;
	}
	.topright .moduletablefavorieten .myshortlist .favorieten .aantal {
		visibility: hidden;
	}
	.topright .moduletablefavorieten {
		position: absolute;
		float: left;
		z-index: 50;
		top: 0;
		height: 50px;
		width: 50px;
		right: 0;
	}
	.filters .filters {
		width: 300px;
		margin-top: -120px;
		padding: 0;
	}
	.omshowcase .filters .filters .zoekveld .control-group .XTSearchBox, .filters .filters .zoekveld .control-group .XTSearchBox {
		width: calc(94% - 10px) !important;
	}
	.omshowcase .filters .filters .zoekveld .control-group .XTSearchBox, .omshowcase .filters .filters .zoekveld .control-group .XTSearchBox {
		width: calc(100% + 20px)!important;
		margin-bottom: -20px;
		margin-top: 40px;
		margin-left: -19px;
		height: 50px;
		position: relative;
	}
	.omcontent .filters .filters .zoekveld .control-group .XTSearchBox, .filters .filters .zoekveld .control-group .XTSearchBox {
		width: calc(100% + 73px) !important;
		margin-left: -35px;
		margin-bottom: 70px;
		position: relative;
		top: -45px;
	}
	.homepage .omshowcase .filters .filters .control-group .btn-primary, .filters .filters .control-group .btn-primary {
		border-radius: 4px;
		width: 100%;
		margin-top: 20px;
		position: relative;
		height: 50px;
		line-height: 50px;
		top: -15px !important;
		left: 0px;
	}
	.row .filters .filters .btn-primary {
		width: calc(100% + 0px) !important;
		margin-top: 20px !important;
		position: relative;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.omshowcase {
		position: relative;
		z-index: 1;
		width: 100%;
	}
	.topright #favorietenlijst {
		position: fixed;
		top: 40px;
		width: 100vw;
		left: 0px;
	}
	.usps ul {
		margin: 0 0 0 0px;
		padding-left: 10px;
	}
	.usps li {
		width: 100%;
		display: block;
		margin-top: 10px;
		line-height: 25px;
	}
	.blog-featuredhomepage .leading-0 {
		width: calc(100% - 20px);
		position: relative;
		left: 10px;
		top: -55px;
	}
	h1 {
		font-size: 22px;
	}
	.XTCidBranch {
		border: 1px solid transparent;
		margin-bottom: 50px;
	}
	.filters .filters .XTExtSearch .control-group {
		width: 100%;
		float: left;
		margin: 0px;
		margin-left: 0px;
		margin-top: -11px;
		margin-bottom: 10px;
	}
	.filters .filters .XTExtSearch select, .filters .filters .XTExtSearch select {
		margin-top: -2px;
	}
	#field_type_uitje {
		margin-bottom: 88px;
	}

	.sid_list2 {
		border-top-right-radius: 5px !important;
	}
	.customfilterknop {
		display: inline-block;
	}
	.customfilterknop a {
		position: absolute;
		width: 50px;
		right: 0px;
		height: 50px;
		background: #746F62;
		color: #fff;
		top: 0;
	}
	.customfilterknop a:before {
		font-family: 'Glyphicons Halflings';
		color: #fff;
		content:"\2709";
		font-size: 26px;
		position: absolute;
		top: 7px;
		left: 12px;
	}
	#filterknop span {
		visibility: hidden;
	}
	.omshowcase .xtdsearchspButton {
		position: relative;
		top: 263px;
		left: 20px;
		width: calc(100% - 0px) !important;
	}
	.xtdsearchspButton :not(.custommobile){
		position: relative;
		top: 408px;
		margin-bottom: -18px;
		width: calc(100% + 2px) !important;
	}
	.omshowcase .filters .filters .zoekveld {
		margin-bottom: -50px;
	}
	.filters .filters .zoekveld {
		margin-bottom: -65px;
	}
	.customimgright .contentcustomright {
		width: calc(100% - 35px);
		padding-right: 30px;
		margin-top: 0;
		margin-left: 30px;
	}
	.customimgright .imgcustomright {
		position: relative;
		right: 0;
		width: 100%;
		height: 300px;
		background-size: cover;
		background-position: center center;
	}
	.customimgleft .contentcustomleft {
		width: calc(100% - 35px);
		padding-left: 30px;
		margin-top: 0;
		margin-right: 15px;
		margin-left: 0;
	}
	.customimgleft .imgcustomleft {
		position: relative;
		right: 0;
		width: 100%;
		height: 300px;
		background-size: cover;
		background-position: center center;
	}
	.customimgleft .container, .customimgright .container {
		padding: 20px 0;
	}
	.SPDetailEntry .grotegroep {
		bottom: -62px;
	}
	.template02 .SPDetailEntry .panel-body .grotegroep {
		width: 110px;
		left: 20px;
		bottom: 8px;
	}
	.template02 .SPDetailEntry .panel-body .grotegroep:before {
		top: 3px;
		right: -43px;
	}
	.referentiebaan .carousel-caption strong {
		color: #ffaf00;
		line-height: 31px;
		font-family: 'open_sansbold';
		font-style: italic;
		margin: 0 0 5px;
	}
	.homepage .omcontent .container {
		background-position: center 40px;
		padding: 450px 0 140px 0;
	}
	.meestgezochteuitjes .introimg {
		width: 100%;
		float: none;
		margin: 0 0 25px 0;
	}
	.newsflashmeestgezochteuitjes .tekst {
		width: 100%;
	}
	.carousel-control.left {
		left: 10px;
	}
	.carousel-control.right {
		right: 10px;
	}
	.SobiPro .catdescr .tekst {
		width: calc(100% - 20px);
		padding-left: 10px;
		padding-right: 10px;
		top: 50%;
	}
	.bfFormDiv {
		padding: 0px;
	}
	.filters .filters .XTExtSearch {
		width: 99%;
	}
	.filters .filters .form-horizontal .controls, .filters .filters .form-horizontal .controls {
		margin-left: 0px;
		width: 100%;
	}
	.filters .filters .XTExtSearch .control-group {
		float: left;
	}
	.filters .filters .XTExtSearch .control-group:first-child {
		margin-top: 30px;
	}
	.filters .filters #field_budget {
		margin-top: 10px;
	}
	.filters .filters #field_aantal_personen_2 {
		width: 100%;
		margin-top: 5px;
	}
	.filters .filters #field_soort_uitje {
		width: 100%;
		margin-top: 10px;
	}
	.filters .filters #field_type_uitje {
		width: 100%;
		margin-top: 10px;
	}
	.filters .filters .group-field_type_uitje {
		height: 53px;
		margin-bottom: 65px;
	}
	.filters .filters .zoekveld {
		width: calc(100% - 0px);
		float: left;
		margin-bottom: -70px;
	}
	.filters .filters .XTExtSearch .group-field_select_category .sid_list {
		width: 100%;
		margin-right: 5px;
		margin-top: 18px;
	}
	.omshowcase .filters .filters .zoekveld .control-group .btn-primary {
		margin-left: 0px;
	}

	.filters .filters {
	    float: left;
	    margin-top: -20px;
	    width: calc(100% - 5px);
	    min-height: 440px;
	}

	.navbar-collapse .dropdown-menu {
		position: static;
		left: auto;
		display: none;
		float: none;
		max-width: none;
		padding: 0;
		max-height: 100% !important;
		margin: 0 0px;
		background-color: transparent;
		border: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		z-index: 999999;
	}
	.dropdown-menu .divider {
		height: auto;
		margin: -4px 1px;
		overflow: scroll;
		float: left;
		color: #fff;
		max-height: 300px;
	}
	.dropdown-menu .mobiletogglebutton {
		display: none;
	}
	.divider.dropdown.parent:nth-child(2) {
		text-align: center;
		color: #00AEEF;
		display: none !important;
		z-index: 999;
	}
	.divider.dropdown.parent:nth-child(1) {
		width: 100%;
		display: block !important;
		z-index: 999;
	}
	.divider a {
		color: #fff !important;
	}
	.separator {
		position: relative;
		top: 0;
		width: 100%;
		width: calc(100% - 20px) !important;
		padding-left: 20px;
		line-height: 40px;
		height: 42px;
		background: #0098D0;
		font-weight: bold;
		font-size: 15px;
		margin-left: 0px;
		display: block !important;
	}
	.divider.dropdown.parent {
		margin-top: 4px;
	}
	.dropdown-menu .dropdown-menu {
		padding-top: 10px !important;
		width: 100% !important;
		overflow-x: hidden;
		background: #00AEEF;
		margin-bottom: 10px !important;
		margin-top: 10px !important;
		position: relative;
		z-index: 999999;
	}
	#dropdown907 { /* plaatje van NL */
		display: none!important;
	}
	.navbar-collapse .dropdown-menu li+li a {
		margin-bottom: 0px;
	}
	.dropdown-menu .dropdown-menu li {
		line-height: 20px;
		display: inline-block;
		width: calc(50% - 1px);
	}
	.dropdown-menu .dropdown-menu li:nth-of-type(odd) {
		border-right: 1px solid #0098D0;
	}
	.dropdown-menu .dropdown-menu li:nth-of-type(even) {
		border: none;
	}
	.dropdown-menu {
		width: 100% !important;
		min-width: 100% !important;
	}
	.divider a {
		font-weight: bold !important;
		font-size: 13px !important;
	}
	.dropdown-menu .divider {
		background-color: transparent;
	}
	.divider.dropdown.parent:nth-child(3) {
		width: 100%;
		margin-right: 0px;
		display: block !important;
		margin-bottom: 15px;
	}
	.divider.dropdown.parent:nth-child(3) li {
		width: calc(50% - 1px);
		float: left;
		display: inline-block;
	}
	.omshowcase #field_budget {
		width: 100%;
		margin-top: 10px;
		margin-top: 0px;
		margin-left: 0;
	}
	.omshowcase #field_type_uitje {
		width: 100%;
		margin-left: 0px;
	}
	.omshowcase #field_soort_uitje {
		width: 100%;
		margin-left: 0px;
	}
	.omshowcase #field_aantal_personen_2 {
		margin-left: 0;
		width: 100%;
	}
	.omshowcase .sid_list2 {
		width: calc(50% + 2px);
	}
	#field_budget {
		width: calc(100% - 0px);
		margin-top: 10px;
		margin-left: 0px;
	}
	#field_soort_uitje {
		width: calc(100% - 0px);
		margin-left: -10px;
	}
	#field_aantal_personen_2 {
		margin-left: -10px;
	}
	#field_type_uitje {
		width: calc(100% - 0px);
		margin-left: 5px;
	}
	.omshowcase .sid_list {
		margin-left: 0 !important;
	}
	.sid_list {
		margin-left: -10px !important;
	}
	.sid_list1 {
		margin-top: 10px !important;
	}
	.sid_list2 {
		margin-top: 10px !important;
	}
	.filters .filters .control-group .XTSearchBox {
		border-radius: 4px;
		border: 1px solid #ffaf00;
		padding: 12px;
		min-width: 65%;
		width: 100%;
		height:  50px;
		top: -5px;
		line-height:  50px;
		position:  relative;
		left: 0;
	}

	.row .filters .filters .XTExtSearch .group-field_select_category .sid_list {
		width: calc(100% - 5px) !important;
		left: -6px !important;
	}

	.row .SobiPro #field_budget {
		right: 0px;
		width: calc(100% + 0px);
		margin-bottom: 6px;
	}

	.row #field_soort_uitje, .row #field_type_uitje, .row #field_aantal_personen_2 {
		margin-left: 0;
	}

	.row .SobiPro .filters .filters .XTExtSearch + .control-group {
		width: 100%;
		float: right;
		position: relative;
		left: 0px;
	}

	.row .SobiPro .filters .filters {
		top: 0;
	}

	.row .SobiPro .container .filters {
		width: calc(100% + 30px);
		position: relative;
		left: -15px;
	}

	.row .SobiPro .filters .filters .control-group .XTSearchBox {
		width: 100%;
	}

	.SPDetailEntry .offerteaanvragen {
		float: left;
		margin-top: -25px;
		clear: both;
		display: table;
	}
	.SPDetailEntry .offerteaanvragen:before {
		top: 74px;
	}
	.SPDetailEntry .offerteaanvragen a.telnr:after {
		top: -33px;
	}
	.twocolumns {
		column-count: 1;
	}
	.lichtblauwestad .container {
		padding: 30px;
	}
	.onsteam-content {
		width: 100% !important;
		margin-top: 50px;
	}
	.team-foto {
		margin-left: -60px;
	}
	.team-info .naam {
		margin-left: -35px;
	}
	.team-info .functie {
		margin-left: -35px;
	}
	.blokprijzen {
		padding-left: 10px;
		padding-right: 10px;
	}
	.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .arregel span {
		width: 94%;
	}
	.arrusps {
		margin-top: 25px;
	}
	.bfQuickMode fieldset.bfInline {
		width: 102%;
		float: left;
		margin-left: -5px;
	}
	.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton {
		float: right;
		background: none;
		background-color: #00aeef;
		border: none;
		border-radius: 4px;
		padding: 10px;
		font-weight: bold;
		color: #fff;
		text-decoration: none!important;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}
	.lSAction>a {
		z-index: 9;
	}
	#ondercontent4 h1, #ondercontent6 h1, #ondercontent4 h2, #ondercontent6 h2, #ondercontent4 h3, #ondercontent6 h3 {
		padding-left: 0px;
	}
	.custom p {
		padding: 0px;
	}
	.omshowcase #field_budget {
		width: calc(100% + 0px) !important;
	}
	.omshowcase #field_type_uitje {
		width: calc(100% + 0px) !important;
	}
	.SobiPro .catdescr {
		background-position: bottom center;
	}
	.SobiPro .catdescr .inner {
		background-image: url(../images/bg-strand-stad.png);
		background-position: bottom;
		background-repeat: repeat-x;
		padding-bottom: 220px;
		position: relative;
	}
	.SobiPro .catdescr .voorinner {
		background: -moz-linear-gradient(bottom, rgba(229, 247, 253, 1) 76%, rgba(229, 247, 253, 0) 87%, rgba(229, 247, 253, 0) 100%);
		background: -webkit-linear-gradient(bottom, rgba(229, 247, 253, 1) 76%, rgba(229, 247, 253, 0) 87%, rgba(229, 247, 253, 0) 100%);
		background: linear-gradient(to bottom, rgba(229, 247, 253, 1) 76%, rgba(229, 247, 253, 0) 87%, rgba(229, 247, 253, 0) 100%);
	}
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.partnersites-table {
		width: 100% !important;
	}

	.offerteaanvragen .telnr {
		visibility: visible;
		margin-top: 100px;
	}

	.partnersites-table td {
		width: 100%;
		float: left;
		display: block;
	}
	.navbar-nav > li > .dropdown-menu {
		clear: both;
	}
	.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .conversieblok {
		border: 1px solid #edeee6;
		margin-top: 20px;
		min-height: 225px;
	}
	.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content .conversieblok .readmore {
		float: right;
		position: relative;
		top: 15px;
		background: #FFAF00;
		border-radius: 3px;
		padding: 10px;
		color: #fff !important;
		text-decoration: none !important;
		outline: none;
		transition: all 300ms;
		cursor: pointer;
	}
	.omshowcase #field_type_uitje {
		margin-left: 0px;
		margin-bottom: 88px;
	}
	.dropdown.parent .item-905,
	.dropdown.parent .item-907 {
		width: 100%;
		margin-top: 25px;
	}
	.provincies-tab {
		width: 100%;
		border-bottom: none !important;
		font-weight: bold !important;
		color: #fff !important;
		background: #0098D0 !important;
		height: 42px !important;
		margin-bottom: 10px !important;
	}
	.dropdown-menu>li>a {
		color: #fff;
		font-weight: bold !important;
		font-size: 13px !important;
	}
	a.provincies-tab {
		line-height: 28px !important;
	}

	.item-907 a {
	    background: #0098D0;
	    height: 48px;
	    line-height: 33px !important;
	    margin-top: -5px;
	    width: calc(100% - 15px);
	    text-align: left;
	    position: relative;
		padding-left: 15px;
	}

	.provinciesmetselwerk {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	#ommenu .navbar .nav>li>a {
		width: 100%;
		float: left;
	}
	a.provincies-tab, .dropdown-menu .divider {
		border-bottom: none !important;
	}
	.item-749 a:after,
	.item-13 a:after, 
	.item-583 a:after,
	.item-359 a:after, .item-587 a:after, .item-1321 a:after {
		font-family: 'Glyphicons Halflings';
		color: #fff;
		content: "";
		font-size: 9px;
		margin: 4px 0 0 6px;
	}
	.item-27 a:before {
		content: "";
		margin-right: 0px;
		font-size: 11px;
	}
	.newsflashmeestgezochteuitjes .col-md-4, .newsflash .col-md-4 {
		margin-bottom: 30px !important;
	}
	.alert {
		padding: 15px;
		margin-left: 0px;
		margin-bottom: -5px;
		margin-top: -15px;
		width: calc(100% + 0px);
		border: 1px solid transparent;
		border-radius: 4px;
	}
	#referentieslider {
		margin-top: -100px;
	}
	.copyrightregel {
		padding-left: 5px;
	}
	ul.breadcrumb {
		background: none;
		margin-top: 80px;
		margin-bottom: 0;
		padding: 0;
		z-index: 5;
		padding-left: 13px;
		margin-left: 0px;
	}
	.SobiPro .breadcrumb {
		background: none;
		padding: 0;
		z-index: 5;
		padding-left: 13px;
		margin-left: 0px;
	}
}

@media only screen and (max-width: 1400px) {
	#homeslider {
		height: 390px;
	}

	#homeslider .item img {
		/* position: relative; */
		max-height: 200px;
		max-width: 300px;
		top: 0;
	}
	.homesliderdiv img {
		/* position: relative; */
		max-height: 200px;
		max-width: 300px;
		top: 0;
	}
	img.aanwijsfoto {
		position: absolute;
		bottom: -24px;
		right: 10%;
	}
	img.aanwijsfoto.boys {
		bottom: -18px;
	}

}

@media only screen and (max-width: 992px) {
	/*
	.omheaderPlusmenu {
		width: 100%;
		position: fixed;
		z-index: 99;
		height: 50px;
		background: #fff;
		top: 0;
	}
	*/
	.blogartikelen .items-row {
		display: block;
	}
	.SPDetailEntry .arrusps li {
		margin-right: 70px !important;
		font-size: 11px !important;
	}
	.lightSlider{
		height: 430px!important;
	}
	.owl-nav div {
		position: relative;
	}
	.owl-nav {
		margin-bottom: 45px;
	}
	.owl-nav div.owl-prev {
		left: 20px;
		float: left;
	}
	img.aanwijsfoto {
		position: absolute;
		bottom: -18px;
		right: 10%;
		width: 300px;
		height: auto;
	}
	img.aanwijsfoto.boys {
		bottom: -13px;
	}

	.omshowcase .filters .filters:before {
		display: none;
	}

	.filters .filters .XTExtSearch {
	    width: 100%;
	    float: left;
	    margin-left: -5px;
	}

	.owl-nav div.owl-next {
		right: 20px;
		float: right;
	}
	/*
	#ommenu .navbar {
		margin-bottom: 0;
	}
	#ommenu .collapse.in {
		display: block !important;
		width: 100vw !important;
		position: absolute;
		height: 100vh;
		max-height: 100vh;
		overflow: auto;
		background-color: #00aeef;
	}
	*/
	#SobiPro .container {
		width: 100%;
	}
	.lslide img {
		width: 100%;
	}
	.SPDetailEntry h1.entryheading {
		margin: 15px 0 15px 0;
	}
	.SPDetailEntry .offerteaanvragen:before {
		top: 56px;
	}
	.SPDetailEntry .grotegroep {
		left: auto;
		right: 320px;
	}
	.template02 .SPDetailEntry .panel-body .grotegroep {
		width: auto;
		left: auto;
		right: 320px;
		bottom: 18px;
	}
	.template02 .SPDetailEntry .panel-body .grotegroep:before {
		top: -17px;
		right: -70px;
	}
	.sliderfoto.onsteam .onsteamregel {
		left: auto;
		bottom: auto;
		top: -34px;
	}
	.sliderfoto.onsteam .onsteamregel:after {
		left: 194px;
		bottom: -10px;
		transform: scaleX(-1) rotate(165deg);
	}
}
/*
@media only screen and (min-width: 750px) and (max-width: 1200px) {
	#ommenu .collapse.in {
		display: block !important;
		width: 100vw !important;
		position: relative;
		left: -10px !important;
		height: 100vh !important;
		max-height: 100vh !important;
		overflow: auto !important;
	}
	.provinciesmetselwerk {
	    -moz-column-count: 3;
	    -webkit-column-count: 3;
	    column-count: 3;
	}

	.navbar-nav>li {
		margin-left: -7px;
	}
	.newsflashmeestgezochteuitjes .col-md-4, .newsflash .col-md-4 {
		min-height: 260px;
	}
	.SPDetailEntry .arrangementenbaan h3 {
		font-size: 2.8vw;
	}
	.owl-nav div {
		position: relative;
	}
	.owl-nav {
		margin-bottom: 45px;
	}
	.owl-nav div.owl-prev {
		left: 20px;
		float: left;
	}
	.owl-nav div.owl-next {
		right: 20px;
		float: right;
	}
	.topright .mod-languages {
		float: left;
		margin-left: 10px;
		margin-top: 1px;
	}
	.container.uitjesrij .uitjetegel {
		width: calc(50% - 20px);
		display: inline-block;
		margin-right: 20px;
	}
	.navbar.navbar-light.container {
		padding-left: 0 !important;
	}
	.container.uitjesrij .uitjetegel:nth-child(2n+2) {
		margin-right: 0;
		float: right;
	}
	.referentiebaan .carousel-caption h4 {
		font-size: 20px;
	}
	.mobiletogglebutton {
		top: 15px;
	}
	#groepsinformatie:after,
	#wanneerinfo:after,
	#waarwatinfo:after {
		content: none !important;
	}
	#ff_elem773,
	#ff_elem812,
	#ff_elem862,
	#bfLabel514,
	#ff_elem549,
	#ff_elem572,
	#ff_elem867 {
		min-width: 94%;
	}

	#ff_elem829 {
		min-width: 84%;
	}

	#bfLabel773,
	#bfLabel812,
	#bfLabel756,
	#bfLabel790,
	#bfLabel803,
	#bfLabel567 {
		width: 100% !important;
	}
}
@media only screen and (min-width: 1024px) {
	.carousel-control {
		top: 90%;
	}
	.carousel-control.left {
		left: 0;
	}
	.carousel-control.right {
		right: 0;
	}
	#ommenu .navbar .nav>li>a {
		margin-left: 0px;
	}
	#ff_elem773,
	#ff_elem812,
	#ff_elem862,
	#ff_elem829,
	#ff_elem549,
	#ff_elem572,
	#ff_elem867 {
		min-width: 50% !important;
	}
	#groepsinformatie:after {
    content: "\e225" !important;
    color: #00aeef;
	}
	#wanneerinfo:after {
    content: "\e109" !important;
    color: #66cef5;
	}
	#waarwatinfo:after {
    content: "\e062" !important;
    color: #99dff9;
	}
	#groepsinformatie:after,
	#wanneerinfo:after,
	#waarwatinfo:after {
		font-family: 'Glyphicons Halflings';
		font-size: 260px;
		position: absolute;
		right: -0px;
		bottom: -90px;
		z-index: 1;
	}
	#bfLabel867 {
		width: 100%;
	}
}
*/
@media only screen and (max-width: 880px) {
	.SPDetailEntry .arrusps li {
		margin-right: 50px !important;
		font-size: 11px !important;
	}
}

@media only screen and (max-width: 800px) {
	.SPDetailEntry .arrusps li {
		margin-right: 30px !important;
		font-size: 10px !important;
	}
}

@media only screen and (max-width: 640px) {
	.lightSlider{
		height: 270px!important;
	}
	.SPDetailEntry .arrusps ul {
		display: block;
	}
	.SPDetailEntry .arrusps li {
		margin-right: 10px !important;
		font-size: 10px !important;
		padding: 10px 0;
		width: 46%;
	}
	.categoriebanner_module {
		height: 300px;
	}
}

@media only screen and (max-width: 480px) {
	.readmore{
		overflow: hidden;
	}
	.blog{
		word-break: break-word;
	}
	.readmore .btn{
	max-width: 100%;
	white-space: normal;
	}
	.team-item {
		width: 80% !important;
	}
	.carousel-caption p img{
		max-width: 100% !important;
	}
	.lightSlider{
		height: 220px!important;
	}
	.referentiebaan .carousel-caption strong {
		font-size: 24px;
	}
	#referentieslider {
		margin-top: -50px;
	}
	#homeslider {
		height: 570px;
	}
	#homeslider .carousel-caption {
		bottom: 48%;
	}
	.SPDetailEntry .arrangementenbaan .arrangemententabvlak .tab-content {
		padding: 15px;
	}
	.SPDetailEntry .offerteaanvragen {
		margin-top: -9px;
	}
	.SPDetailEntry .onzearrangementen {
		text-align: left;
		font-size: 20px;
	}
	.SPDetailEntry .onzearrangementen:before {
		right: 140px;
		top: 31px;
		z-index: 5;
	}

	.SobiPro .breadcrumb {
		margin: 0px 0 15px 0;
	}
	/*Keuzeform*/
	#ff_form11 {
		width: 100%;
	}

	#groepsinformatie,
	#wanneerinfo,
	#waarwatinfo {
		padding-top: 70px;
		padding-right: 30px;
	}

	#groepsinformatie h2,
	#wanneerinfo h2,
	#waarwatinfo h2 {
		top: 9px;
	}

	#groepsinformatie:after,
	#wanneerinfo:after,
	#waarwatinfo:after {
		content: none;
	}

	#ff_elem773,
	#ff_elem812,
	#ff_elem862,
	#bfLabel514,
	#ff_elem829,
	#ff_elem549,
	#ff_elem572,
	#ff_elem867 {
		width: 100%;
	}

	#ff_elem862,
	#ff_elem867 {
		min-width: 100%;
	}

	#ff_elem773 option {
		max-width: 80% !important;
		min-width: 80% !important;
	}

	#ff_elem829 {
		max-width: 80%;
		min-width: 80%;
	}

	#bfGroupLabel756 {
		margin-top: 0px;
		margin-left: 20px;
	}

	#bfGroupLabel756,
	#bfGroupLabel756_1,
	#bfGroupLabel756_2 {
		display: inline-block;
		margin-right: 20px;
	}

	#bfGroupLabel567,
	#bfGroupLabel567_1,
	#bfGroupLabel567_2,
	#bfGroupLabel567_3 {
		display: inline-block;
	}

	#bfGroupLabel567,
	#bfGroupLabel567_1 {
		margin-top: 0;
	 	margin-left: 20px;
		margin-right: 50px;
	}

	#bfGroupLabel567_2 {
		margin-left: 20px;
		margin-right: 37px;
	}

	#bfGroupLabel567_3 {
		margin-left: 20px;
	}
	.template02 .SPDetailEntry .catdescr {
		height: 460px;
	}
	.SPDetailEntry .grotegroep {
		left: 10px;
		right: auto;
		bottom: -76px;
	}
	.template02 .SPDetailEntry .panel-body {
		padding-bottom: 60px;
	}
	.template02 .SPDetailEntry .arrangemententabvlak .panel-body .readmore {
		top: 0;
	}
	.template02 .SPDetailEntry .panel-body .grotegroep {
		right: auto;
		bottom: 18px;
	}
	.template02 .SPDetailEntry .panel-body .grotegroep:before {
		top: -30px;
		right: -70px;
		transform: rotate(202deg);
	}
	.categoriebanner_module {
		height: 200px;
	}
	.imagebox img {
		max-height: 200px;
	}
}

@media only screen and (max-width: 380px) {
	#spSearchForm .form-horizontal .btn-primary {
		border-radius: 5px;
		margin-top: 5px;
	}
	#spSearchForm .form-horizontal .input-medium {
		border-radius: 5px;
		border-right:1px solid #F90;
		width: calc(100% - 15px);
	}
}

@media (max-width: 640px) and (orientation:landscape) {
	#groepsinformatie:after,
	#wanneerinfo:after,
	#waarwatinfo:after {
		content: none !important;
	}

	#ff_elem829 {
		min-width: 81%;
	}
	#bfGroupLabel756,
	#bfGroupLabel756_1,
	#bfGroupLabel756_2 {
		display: inline-block;
		margin-left: 20px;
	}
	#bfGroupLabel567,
	#bfGroupLabel567_1,
	#bfGroupLabel567_2,
	#bfGroupLabel567_3 {
		display: inline-block;
		margin-left: 20px;
	}
}

@media (min-width: 1024px) and (orientation:landscape) {
	#ff_elem773,
	#ff_elem812,
	#ff_elem862,
	#ff_elem829,
	#ff_elem549,
	#ff_elem572,
	#ff_elem867 {
		min-width: 50%;
	}
	#groepsinformatie:after {
    content: "\e225" !important;
    color: #00aeef;
	}
	#wanneerinfo:after {
    content: "\e109" !important;
    color: #66cef5;
	}
	#waarwatinfo:after {
    content: "\e062" !important;
    color: #99dff9;
	}
	#groepsinformatie:after,
	#wanneerinfo:after,
	#waarwatinfo:after {
		font-family: 'Glyphicons Halflings';
		font-size: 260px;
		position: absolute;
		right: -0px;
		bottom: -90px;
		z-index: 1;
	}
}

@media (min-width: 1366px) and (orientation:landscape) {
	#ff_elem773,
	#ff_elem812,
	#ff_elem862,
	#ff_elem829,
	#ff_elem549,
	#ff_elem572,
	#ff_elem867 {
		min-width: 50%;
	}
	#groepsinformatie:after {
    content: "\e225" !important;
    color: #00aeef;
	}
	#wanneerinfo:after {
    content: "\e109" !important;
    color: #66cef5;
	}
	#waarwatinfo:after {
    content: "\e062" !important;
    color: #99dff9;
	}
	#groepsinformatie:after,
	#wanneerinfo:after,
	#waarwatinfo:after {
		font-family: 'Glyphicons Halflings';
		font-size: 260px;
		position: absolute;
		right: -0px;
		bottom: -90px;
		z-index: 1;
	}
}
/**** End Media queries / Breaking points ****/