/*
Werpsterhoeke
======================================================================================
Auteur: 		Stefan Efde [www.addnoise.nl]
======================================================================================
*/


body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;

	font-weight: 400;
	color: #616161;

	background: #fff;

}
html { -webkit-font-smoothing: antialiased; font-smooth: auto; }
#fancybox-overlay { -webkit-backface-visibility: hidden; }
img {
	-ms-interpolation-mode:bicubic;
}

a:link, a:visited, a:active
{
	color: #ff9c43;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
a:hover {
	color: #d97810;

}

#top-wrapper {

        /* Negative indent footer by it's height */
        margin: 0 auto 0px;
      }
#page-wrapper {
	display:block;

	z-index:1;
	width:100%;

	background: #fff;
}
.page-tpl-vervolgpagina #page-wrapper {
	position: relative;
	top: 0;
	z-index:1;
}
.cd-main-content.with-cover {
	padding-top: 90px !important;

}

.line.orange {
	width: 20%;
	max-width: 100px;
	height: 2px;
	background: #ff9c43;
}
.line.orange.half {
	width: 10%;
	max-width: 50px;
}
.line.orange.center {
	margin: 0 auto;
}
.text-center .line.orange {
	margin: 0 auto;
}

aside {

}
.contentbox {

}



/* Logo */
.logo {
	position: absolute;
	top: 10px;
	left: 0px;
	border: 1px solid #fff;
	max-width: 210px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.logo:before {
	position: absolute;
	bottom: 0;
	right: 110%;
	width: 300%;
	height: 1px;
	background: rgba(255,255,255,0.1);
	content: '';
}
.logo:after {
	position: absolute;
	bottom: 0;
	left: 110%;
	width: 600%;
	height: 1px;
	background: rgba(255,255,255,0.1);
	content: '';
}

.logo h1 { padding: 0; margin: 0;}
.logo h1 a {
	display: block;
	cursor: pointer;
	margin:0;
	padding: 0px;
	position: relative;
	text-decoration: none;
}

.logo h1 a img {
	float: left;
	display: block;
	max-width: 100%;
	margin-right: 0px;
}

/* Header navbar  */

.arrow-down {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	font-size: 15px;
	color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#navbar {
	position: fixed;
	top: 0px;

	width: 100%;
	height: 90px;
	background: #fff;
	overflow: visible !important;


	z-index: 4;

	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;

}
#navbar:after {
	position: absolute;
	bottom: -1px;
	content:'';
	width: 100%;
	height: 1px;
	background: #000;
	opacity: 0.08;
}
#navbar .inner {
	display: block;
	width: 99%;
	max-width: 74rem;
	height: 90px;
	margin: 0 auto;
	position: relative;
}
#navbar .row {
	height: 100%;
}
#navbar.affix-top {
	position: absolute;
	bottom: 0px;

}


#navbar.small {
	overflow: visible !important;
	height: 70px;
	z-index: 998;
	/* background: rgba(35,32,32,0.9); */
	background: #fff;

	/*
	-webkit-transition: all 0.15s ease;
     -moz-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
	*/
}
#navbar.small.inner {
	height: 70px;
}
#navbar.small .logo {
	top: 5px;
	max-width: 200px;
	margin-top:0px;
}

.page-tpl-vervolgpagina #navbar {
	position: fixed;
	top: 0px;
	left: 0;
	height: 90px;
	z-index: 9;
	background: #fff;
}
#navbar.small .logo:before,
#navbar.small .logo:after,
.page-tpl-vervolgpagina #navbar .logo:before,
.page-tpl-vervolgpagina #navbar .logo:after {
	opacity: 0;
}

.page-tpl-vervolgpagina #navbar .logo {

	max-width: 180px;
	margin-top:0px;
}
.page-tpl-vervolgpagina #navbar .inner, #navbar.affix .inner {
	height: 70px;
}

.page-tpl-vervolgpagina #navbar.affix {
	z-index: 9;
}




/* Navigatione on mobile devices  */

#selectwrapper {
	position: absolute;
	top: 13px;
	right: 0;
	width: 56px;

	padding: 0px 0 0px 0;

	overflow:hidden;
	margin-left: 0%;
	height: 50px;
	text-align: right;
}

#selectnav > select {
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-family: 'Barlow Condensed', Arial, sans-serif;
	letter-spacing: 2px;
	color: #ffffff;
	background:  url('../images/menubar.png') no-repeat right;
	position: relative;
	height: 50px;
	text-align: right;
	float: right;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	font-size:0px;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
	#selectnav > select {

		background: url("../images/menubar@2x.png") no-repeat right;
		background-size: 55px 55px;
	}

}



#selectnav select option {
	text-align: right;
}

/* Navigatione */

#mobilenav {
	display: none;
	visibility: hidden;
}

#nav {
	position: absolute;
	left: 240px;
	margin-top: 15px ;
	margin-left: 0;
	height: 50px;
	text-align: right;

}

#nav ul {
	float: right;
	margin: 0; padding: 0;
}
.page-tpl-vervolgpagina #nav ul, .page-tpl-beginpagina #nav ul {
	padding-right: 200px;
}

.shoppingcart {
	float: right;
	display: inline-block;
	margin-right: 0px;
	margin-top: 5px;
}

	@media (max-width: 969px) {
		.shoppingcart {
			margin-right: 100px;
		}

	}

	@media (max-width: 640px) {
		.shoppingcart {
			margin-top: 0 !important;
			margin-right: 40px;
		}

	}
/* Shopping cart Button */

.shoppingcart a.btn-cart {
	position: relative;
	display: block;
	min-width: 50px;
	margin-top: 14px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: 400;
	padding: 0 35px 0 10px;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 40px;
	color: #151414;
	border: 0px solid #151414;
}
.shoppingcart a.btn-cart i {
	margin-right: 5px;
	font-size: 15px;
}

.shoppingcart  a.btn-cart:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	background: #1514141a;

}

.shoppingcart  a.btn-cart.light {
	color: #738087;
	border-color: #738087;
	opacity: 1;
	filter: alpha(opacity=100);
}

.shoppingcart a.btn-cart span.amount {
	position: absolute;
	right:10px;
	top: 0;
}

/* Mega dropdown */

	.cd-main-header .shoppingcart {
		position: absolute;
		right: 40px;
		margin-top: 10px;
		z-index: 999999999;

	}
	@media (max-width: 1024px) {
		.cd-main-header .shoppingcart {
			right: 10px;
		}
		.cd-main-header .shoppingcart span.total {
			display: none;
		}
	}

	.cd-main-header .shoppingcart a.btn-cart {





	}
	.cd-main-header .shoppingcart a.btn-cart  {


	}



/* ////// */

#nav ul li {
	float: left;

	list-style: none;
	margin: 0 3px;
	padding: 0;
	height: 50px;
	color: #fff;
	line-height: 50px;
}

#nav ul li a {

	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	padding: 0% 20px;
	letter-spacing: 2px;
	margin: 0;
	line-height: 50px;
	height: 50px;
}
#nav ul li a:hover {
	color: #fff;
	color: #ff9c43;
	background: rgba(35,32,32,0.6);
	/* border-bottom: 3px solid #ff9c43; */

}
#nav ul li.item-breadcrumb {
	padding-bottom: 0px;
}
#nav ul li.item-breadcrumb  a {
	color: #ff9c43;
	/* font-weight: 500; */
	/* border-bottom: 3px solid #ff9c43; */
}


#navbar.affix #nav, .page-tpl-vervolgpagina #navbar #nav {
	margin-top: 15px;
}
#navbar.affix #nav ul li a, .page-tpl-vervolgpagina #navbar #nav ul li a {
	line-height: 40px;
	height: 40px;
}

#navbar.small #nav ul li a {
	color: #888;
}
#navbar.small #nav ul li a:hover {
	color: #ff9c43;

	background: rgba(35,32,32,.06);
	/* border-bottom: 3px solid #ff9c43; */

}

.header {
	padding-top: 90px;
}
@media (max-width: 640px) {
	.header {
		padding-top: 74px;
	}
}

/* .headerfade {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 260px;
	width: 100%;
	background:  url("../images/header-fade.png") repeat-x 0 0;
	z-index: 6;
} */

/* Royal Slider - Full width */
.header .royalSlider {
	width: 100%;
	min-height: 500px;
	height: calc(100vh - 90px);
	max-height: 700px;
	direction: ltr;
	z-index: 1;
}
.royalSlider .rsImg {
	width: none;
	height: none;
	max-width: none;
	vertical-align: none;
	border: 0;
	-ms-interpolation-mode: bicubic;
	opacity: 0.8;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 48px;
	width: 48px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 30px !important;
	transform: translate(36rem);
	display: block;
	cursor: pointer;
	z-index: 999999 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }


.rsMinW .rsArrowLeft { transform: translate(32rem); }
.rsMinW .rsArrowRight { transform: translate(36rem); }

#full-width-slider.rsMinW .rsArrowIcn {
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	margin-top:-12px;
	margin-left: -12px;
	background-size: 16px auto;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==');
	background-position: center;
	cursor: pointer;

}
#full-width-slider.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNOTcuMTQxLDIyNS45MmMwLTguMDk1LDMuMDkxLTE2LjE5Miw5LjI1OS0yMi4zNjZMMzAwLjY4OSw5LjI3YzEyLjM1OS0xMi4zNTksMzIuMzk3LTEyLjM1OSw0NC43NTEsMCAgIGMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zODgsMCw0NC43NDhMMTczLjUyNSwyMjUuOTJsMTcxLjkwMywxNzEuOTA5YzEyLjM1NCwxMi4zNTQsMTIuMzU0LDMyLjM5MSwwLDQ0Ljc0NCAgIGMtMTIuMzU0LDEyLjM2NS0zMi4zODYsMTIuMzY1LTQ0Ljc0NSwwbC0xOTQuMjktMTk0LjI4MUMxMDAuMjI2LDI0Mi4xMTUsOTcuMTQxLDIzNC4wMTgsOTcuMTQxLDIyNS45MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkFGQSIgZGF0YS1vbGRfY29sb3I9IiNGREY1RjUiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+');
	background-position: center;
}

.rsMinW .rsArrow:hover {
	opacity: 1 !important;
	background-color: #151414;
	border-color: #151414;
}

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3; }

.rsMinW .rsGCaption {
	display: none;
}

.rsMinW .rsBullets {
display: none;
position: absolute;
z-index: 35;
width: 100%;
height: auto;
max-width: 74.5rem;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
right: auto;

text-align: right;
overflow: hidden;
line-height: 6px;
cursor: pointer;
}
.rsMinW .rsBullet {
width: 6px;
height: 6px;

display: inline-block;
margin: 0 6px;
border-radius: 10px;
background: #AAA;
background: rgba(255, 255, 255, 0.6);
}
.rsMinW .rsBullet span {
	display: block;
}

.rsMinW .rsBullet.rsNavSelected {
  background: #ff9c43;
}

.header .rsMinW .rsArrow {	opacity: 0.4; filter: alpha(opacity=40);}
.header .rsMinW .rsTabs {
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
overflow: hidden;
padding-top: 12px;
position: absolute;
bottom: 160px;
z-index: 12;
}




.infoBlock {
	position: absolute;
	top: 20%;
	left: 0%;
	right: auto;
	width: 100%;

	overflow: hidden;
	padding: 0px 0px 3px 2px;
	color: #151414;
	padding-top: 0px;
}


.infoBlock .inner {
	position: relative;
	max-width: 1280px;
	margin: auto;
	padding: 0 0.9375rem;
}
.infoBlock .headbox {

}

	@media (max-width: 1280px) {
		.infoBlock .inner {
			max-width: 98%;
		}

	}

.infoBlock .line.orange {
	width: 60%;
	width: 70%;

}

.infoBlock .head {
	font-size: 54px;
	line-height: 58px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}

.infoBlock .head .first {
	margin: 0;
	padding: 0px 0px;
	letter-spacing: 2px;
	font-weight: 700;
}
.infoBlock .head .second {
	display: block;
	margin: 0;
	padding: 0px 0px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;

}
.infoBlock .head .second p {
	font-size: 44px;
	line-height: 1;
	font-weight: 300;
}

.infoBlock a.headlink {
	margin-top: 0px;

	display: inline-block;
	color: #151414;
	text-decoration: none;

	background: none;
	border: 2px solid #151414;
	padding: 1% 4%;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
}
.infoBlock a.headlink:hover {
	color: #fff;
	background-color: #151414;
}


/* InfoBlock White*/
.infoBlock.infoWhite {
	color: #fff;
}
.infoBlock.infoWhite a.headlink {
	color: #fff;
	background: none;
	border: 2px solid #fff;
}
.infoBlock.infoWhite a.headlink:hover {
	color: #151414;
	background-color: #fff;
}

/* InfoBlock Align Right*/
.infoBlock.right {
	top: 20%;
	left: auto;
	right: 0%;
	text-align: right;
}
.infoBlock.right .line.orange {
	float: right;
}

/* InfoBlock Align Center*/
.infoBlock.center {
	top: 20%;
	left: 0%;

	right: auto;
	text-align: center;
	width: 100%;
	max-width: 100%;
}
.infoBlock.center.bottom {
	top: auto;
}
.infoBlock.center .line.orange {
	float: none;
	width: 10%;
	margin: auto;
}

/* InfoBlock Position Bottom*/
.infoBlock.bottom {
	top: auto;
	bottom: 35%;
}
.infoBlock.right.bottom {
	top: auto;
	bottom: 35%;
}


/* InfoBlock Listing */
.headlist ul {
	margin: 0px;
	padding:0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.headlist li {
	display: flex;
	font-size: 22px;
	padding: 0px 0px;

}
.headlist li a {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 5px 0px 0 0px;
	padding: 5px 10px 5px;
	background-color: rgba(21, 20, 20, 0.5);
	color: #ff9c43;
}
.headlist li a:hover {
	background-color: rgba(21, 20, 20, 0.7);
	color: #ff9c43;
}

	@media (max-width: 640px) {
		.header .royalSlider {
			width: 100%;
			min-height: 400px;
			height: calc(100vh - 140px);
			max-height: 500px;
			direction: ltr;
			z-index: 1;
		}
		.infoBlock .inner {
			padding-left: 1rem;
			padding-right:0rem;
		}
		.headlist li {
			font-size: 16px;
			text-transform: uppercase;
			letter-spacing: 2px;
			padding: 7px 0;
			opacity: 0.8;
		}
	}


/* 3 column grid */

.column {
	float: left;
	min-height: 1px;

}
.column.first {
	margin-left: 0;
}
.col1 {
	box-sizing: border-box;
	width: 33.333%;

}
.col1-50{
	box-sizing: border-box;
	width: 50%;
}

.col2{
	box-sizing: border-box;
	width: 66.6666%;
}
.col3 {
	box-sizing: border-box;
	width: 100%;
}


/* Sections */
.section-wrapper {
	width: 100%;
	position: relative;

}
.inner-wrapper {
	margin: 0 auto;
	/* width: 94%;
	max-width: 1280px;
	padding: 2% 0; */
	position: relative;
}

.section-wrapper.content .inner-wrapper {
	padding: 20px 0;
}

.page-tpl-vervolgpagina .section-wrapper.content .inner-wrapper {
	padding: 20px 0;
}


.section-wrapper.blueish {
	background: #151414;
}

.section-wrapper.about {
	background: #f0f0f0;
}

.section-wrapper.about .inner-wrapper {
	padding: 5% 0;
}
.section-wrapper.brands .inner-wrapper {
	padding: 5% 0;
}


.section-wrapper.action {
		background: #eef0f0;
}
.section-wrapper.action .inner-wrapper {
	padding: 1% 0;
}

.section-wrapper.footer {
	background-color: #151414;
}




/* Page headers */
.page-header {
	border: 0;
	position: relative;

}
.page-header.center {
	text-align: center;
}
.page-header.lower {
	text-transform: none;
}
.page-header .headline {
	font-size: 28px;
	color: #151414;
	text-shadow: none;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin:0;
	margin-bottom: 10px;

}

.page-header .headline a, .page-header .headline a:hover {
	color: #151414;
	text-decoration: none;
}
.page-header .headline a:hover {
	color: #414141;
}
.page-header .headline small {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #ff9c43;
}
.page-header .headline strong {
	font-weight: 400;
}
.page-header.normal .headline{
	text-transform: none;
	font-size: 300%;
	color: #616161;
}

.page-header .headline.white {
	color: #fff;
}
.page-header .headline span {
	padding: 0;
}

.page-header .page-header-button {
	position: absolute;
	top:10px;
	right:20px;
	/* color: #151414; */
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-sizE: 12px;
	margin-left:20px;
}

.page-header p {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 400;
}


/* Headline Colors */

.page-header .headline.white {
	color: #fff;
}
.page-header .headline span {
	padding: 0;
}

.page-header.orange .headline {
	color: #ff9c43;
}

.page-header.blue .headline {
	color: #738087;
}


/* Intro Wrapper */

.introbar {
	height: 1px;

	background: transparent !important;
}

.introbar .inner-wrapper {
	padding-top: 0;
}
.introbar .page-header .headline {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-transform: none;
	margin-top: 2px;
}
.intro-left {
	position: absolute;
	top: -80px;
	margin-left: 0.9375rem;
	float: left;
	width: auto;
	height: 100px;
	z-index: 999;
	padding: 0.66em 1rem;
	background: #151414;
	backface-visibility: hidden;
}
.intro-right {
	width: 40%;
	float: right;
	padding: 0px 0;
	text-align: center;
	margin-right: 10px;
}
.intro-left .text {
	padding: 1% 0%;
}
.intro-right .text {
	padding: 0% 0%;
}

.phone {
	float: left;
	display: block;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	padding-top: 35px;
	letter-spacing:2px;
}

.page-tpl-vervolgpagina .phone {
	padding-top: 23px;
}
.page-tpl-vervolgpagina .intro-right {
	width: 30%;
	float: right;
	padding: 0px 0;
	text-align: right;
	margin-right: 0px;
}


/* Buttons */
a.btn-agenda {

	display: inline-block;
	margin-top: 12px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	padding-right: 10px !important;
	letter-spacing:2px;
	line-height: 40px;
	color: #ffffff;
	border: 2px solid #fff;

}
a.btn-agenda [class^="icon-"], a.btn-agenda i [class*=" icon-"] {
/*width: 38px;*/
margin-left: 5px;
top: -3px;
position: relative;
}

a.btn-agenda:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #fff;

}

a.btn-agenda.orange {
	margin-left: 0px;
	background: #ff9c43;
	border-color: #ff9c43;
	padding: 2% 5%;

}
.phone.light {
	color: #151414;
}
a.btn-agenda.light {
	color: #151414;
	border-color: #151414;
}
a.btn-agenda.noborder {
	border: 0;

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 6%;
	text-transform: none;
	font-weight: 300;
	background: #f2f2f2;
}
a.btn-agenda.noborder:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #151414;

}
a.btn-agenda.small {
	font-size: 14px;
	font-weight: 400;
}




.page-tpl-vervolgpagina .intro-right  {
	position: absolute;
	top: 7px;
	right: 30px;
	border: 0;
}
.page-tpl-vervolgpagina .intro-right .phone {
	font-size: 16px;
	font-weight: 500;
}
.page-tpl-vervolgpagina .intro-right .btn-agenda {
	font-size: 14px;
	padding: 0 20px;
	letter-spacing: 2px;
}

/* Section Wrapper - Sliing Tabs */

.contentSlider {
  width: 100%;
}
.contentSlider .rsSlide,
.contentSlider .rsOverflow {
	padding-bottom: 40px;

}

.content-slider-bg {
  width: 100%;
  margin: auto;
  padding: 85px 0 40px 0;

  margin-top: 20px;
}

.contentSlider.rsDefault .rsOverflow, .rsDefault .rsSlide, .contentSlider.rsDefault .rsVideoFrameHolder, .contentSlider.rsDefault .rsThumbs {
background: none;

}
.contentSlider.rsDefault .rsTabs {
width: 100%;
height: auto;
margin: 0 auto;
text-align: left;
overflow: hidden;
padding-top: 0px;
padding-bottom: 5px;
position: absolute;
top:  -80px;
left: 0px;
}
.contentSlider.rsDefault .rsTab {
float: left;
display: inline-block;
cursor: pointer;
text-align: left;
height: auto;
width: auto;
color: #616161;
font-size: 28px;
font-weight: 300;
text-transform: uppercase;
padding: 9px 0px 9px;
min-width: 72px;
margin-right: 25px;
margin-left: 0px;
letter-spacing: 2px;
border: 0px solid #616161;

text-decoration: none;
 background:  none;
 -webkit-box-shadow: none;
box-shadow: none;
}
.contentSlider.rsDefault .rsTab:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	max-width: 100px;
	height: 2px;
	background: #ff9c43;
	content: '';
}
.contentSlider.rsDefault .rsTab:first-child {
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.contentSlider.rsDefault .rsTab:last-child {
	border: 0px solid #616161;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;


}
.contentSlider.rsDefault .rsTab:active {
	color: #151414;
	border: 0px solid #151414;
	background: none;
	    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) inset;
	box-shadow:  0 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.contentSlider.rsDefault .rsTab.rsNavSelected {
text-shadow: 0px 0px #838383;
}
.contentSlider.rsDefault .rsTab.rsNavSelected {
color: #151414;
border:0px solid #151414;
text-shadow: 0px 0px #838383;
background: none;
-webkit-box-shadow: 0 0 0 rgba(102, 102, 102, 0.65) inset;
 box-shadow: 0px 0px 0px  rgba(0,0,0,0.1);


}

.contentSlider.rsDefault .rsArrowIcn {
border-radius: 0px;
}







/* Textbox */
.text {
	position: relative;
}

#kolom1 .text,
#kolom2 .text {
	padding-right: 10%;
}
.about .text {padding-right: 15%;}

.text .headline {
	font-weight: 400;
	font-size: 34px;
	line-height: 1.3;
	color: #151414;
	text-transform: uppercase;
	margin-top: 10px;
}
.side-content .text {
	padding-right: 20px;
}
.side-content .text .headline {
	font-size: 24px;
}

#kolom1 .headline, #kolom2 .headline {
	font-size: 22px;
}

.text p {
	color: #616161;
	margin-top: 20px;
	font-size: 15px;
	font-family: 'Barlow';
	font-weight: 400;
}
.text p strong{
font-weight: 700;
}


.text p.intro {

	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 20px;
	letter-spacing: 0px;
}

/* .text a.more {
	display: block;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 13px;
	font-weight: 400;
	padding: 1% 4%;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 21px;
	letter-spacing: 2px;
	color: #151414;
	border: 1px solid #151414;
	font-family: 'Barlow Condensed', sans-serif;
}
.text a.more:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #151414;
} */
.about a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.about .img-holder > img {
max-width: 100%;
}



/* Product Detail */
.detail {
	padding-top: 0px;
}

.detail .column.col2.first {
	padding: 0 20px 0 0;
}

#gallery-1 {width: 100%; }
#gallery-1.royalSlider {
	height: 660px;
	padding: 0;
	margin: 0;
	border: 1px solid #eee;
}
.royalSlider.rsFullscreen {
	background: #fff;

	z-index: 2147483647 !important;
}

.detail .rsDefault .rsThumbsHor {
padding-top: 4px;
width: 100%;
height: 100px;
}
.detail .rsDefault .rsThumb {
float: left;
overflow: hidden;
width: 104px;
height: 100px;
}

.detail .rsDefault .rsThumb.rsNavSelected {
background: #fff;
}
.detail .rsDefault .rsFullscreenIcn {
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0px;
}
.detail  .rsDefault .rsThumbsArrow, .detail .rsDefault .rsThumbsArrow {
background: #919191;
background: rgba(0, 0, 0, 0.45);
}
.rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
		background: #fff;
		}
.rsDefault .rsArrowIcn {
	border-radius: 0;
}
.detail-left {
	border-right: 0px solid #eee;
}
.detail-right {
	float: left;




}

.detail-right.text p.intro {
	font-size: 20px;
	font-weight: 500;
}
.text .price {
	font-size:54px;
	font-weight: 400;
	line-height: 1;
	margin-top: 20px;
	letter-spacing: 0px;
	color: #ff9c43;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-family: 'Barlow Condensed', Arial, sans-serif;
}
.text .price small {font-size: 18px; line-height: 1; color: #738087;}
.text .price > .from  {
	position: relative;
	margin-top: -30px;
	font-size: 18px;
	text-decoration: line-through;
}

span[itemprop="description"] {

}

.vartabel {
	font-weight: 500;
	color: #151414;
	line-height: 1.3;

}
.vartabel tbody {
	background: #fff;
	border:0;
}
.vartabel tbody tr {

	border-bottom: 1px solid #eee;
}
.vartabel tbody tr:nth-child(even) {
	background: #fff;
}
.vartabel tbody td, .vartabel tbody th {
	padding: 7px 0 10px;
	vertical-align: middle;
}
.vartabel img {
	vertical-align: top;
	margin-right: 10px;
}
.vartabel .varbutton{
	text-align: right;
}
.vartabel .varbutton .button {
	/*top: 10px;*/
	padding-top: 0.66rem;
	padding-bottom: .66rem;
}

.vartitle {
	display: block;
	padding-left: 10px;
	max-width: 200px;
}
.varprijs {
	font-weight: 600;
	color: #ff9c43;
	padding-left: 5px;
	padding-right: 5px;
}
.sku {
		display: block;
	margin-top: 10px;
	color: #738087;
	font-weight: 400;

}

.page-nav {
	display: block;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.page-nav a span {

}


/* Sharing */

.share-wrapper {
	padding: 10px 0;
}
.share-wrapper .share-title {
	float: none;
	font-size: 16px;
	font-weight: 300;
	color: #738087;
	line-height: 30px;

}
.addthis_toolbox {
	margin-top: 10px;
}
.share-wrapper a {
	float: left;
	display: block;
	text-align: center;
	min-width: 20px;
	width: 20px;
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	padding: 5px ;
	color: #ff9c43;
	background: none;
	border: 0px solid #738087;
	margin-right: 10px;
}
.share-wrapper a:hover {
	color: #151414;
	text-decoration: none;
	border: 0px solid #151414;
}


/* Label overrides */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.label-group .label.groen {
	color: #ffffff;
	background-color: #8cae36;
	border: 0px solid #74931b;
}

.label-group .label.rood {
	color: #ffffff;
	background-color: #b1042c;
	border: 0px solid #980628;
}

.label-group .label.oranje {
	color: #ffffff;
	background-color: #ff9c43;
	border: 0px solid #433b39;
}

.label-group .label.grijs {
	color: #ffffff;
	background-color: #999;
	border: 0px solid #888888;
}

#Addons_Thirdparty_IndexAddon112307-map {
	width: 100%;
}


/* Form overrides */


/* form {margin: 0;}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-weight: 400;
	border-color: #d5d9db;
	font-family: 'Barlow Condensed', Arial, sans-serif;
  	display: inline-block;
  	height: 20px;
  	padding: 8px 6px;
  	margin-bottom: 10px;
  	font-size: 14px;
  	line-height: 20px;
  	color: #1a171b;
  	vertical-align: middle;
  	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
} */

select {
	max-width: 400px;
}
.ecommerce {
	margin-top: 0px;
	position: relative;
}
.ecommerce select {
	padding-top: 0;
	padding-bottom: 0;
}
.ecommerce .input {
	margin-left: 10px;
	width: 90%;
}
label.amount  {
	display: inline;
	color: #616161;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	margin-right: 10px;
}
#psp_provider_service{
	display:none;
	visibility:hidden;
}

/* Blockquote */
.text blockquote {

	padding: 0 ;
	margin: 0 0 0px;
	border-left: 0px solid #eeeeee;
	text-align: left;
	position: relative;
}

.text blockquote p {
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
	color: #212121;
	padding: 0 5%;
	z-index: 2;
	position: relative;
		font-family: 'Lora', serif;
		font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
}
.text blockquote small {
	text-align: right;
}
.quoties {
	font-family: 'Lora', serif;
	font-size: 180px;
	position: absolute;
	top: -35px;
	left: 0px;
	line-height: 1;
	color: #e2e2e3;
	z-index: 1;
}


.box {
	float:left;
	position: relative;
	min-height: 1px;
	padding:0 0 0 0;
	box-sizing: border-box;
	margin-bottom: 30px !important;
}

	@media (min-width: 481px) {
		.contentSlider .box {
			height: 500px;
			margin-bottom: 5%;
		}
	}
	@media (min-width: 1280px) {
		.contentSlider .box {
			height: 590px;
			margin-bottom: 3%;
		}
	}


.box.first{

}

.box.center {
	text-align: center;
}

.box a {
	display: block;
	text-decoration: none;
}
.box a:hover {

}

.box .img-holder > img {
	max-width: 100%;
}
.box .text {
	position: relative;
	padding-right: 5%;
}
.box .boxtitle, .box .boxtitle a {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: #151414;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.box .text .intro {
	color: #9c9c9b;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 20px;
}
.box .text p {
	color: #616161;
	margin-top: 20px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;

}
.box  .text a.more {
	display: inline-block;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 21px;
	color: #151414;
	border: 1px solid #151414;
}
.box  .text a.more:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #151414;

}


.fade-left, .fade-right {
	position: absolute;
	top: 0px;
	width: 50px;
	height: 60px;

	z-index: 99;
}
.fade-left {
	left: -5px;
	background:  url("../images/fade-overlay-left.png") no-repeat 0 0;
}
.fade-right {
	right: 0px;
	background:  url("../images/fade-overlay-right.png") no-repeat 0 0;
}
/* Content overview */
.overview {

	width: 100%;
	display: block;
	position: relative;
	/*margin-left: -2.127659574468085%;*/
	padding-top: 20px;
}

.overview .related {
	/* margin-left: -2%; */
}

/* 4 column grid */

.column4 {
	float: left;
	min-height: 1px;
	margin-left: 2%;

}
.column4.first {
	/* margin-left: 2; */
}
.column4.col1 {
	width: 100%;
	box-sizing: border-box;
}
.column4.col2{
	width: 48%;
	box-sizing: border-box;
}

.column4.col3{
	width: 31.333%;
	box-sizing: border-box;
}



.column4.col4 {
	width: 23%;
	box-sizing: border-box;
}


.productbox {
	display: inline-block;
	overflow:hidden;
}

.related .productbox {

}

.productbox .nextHolder {
	width: 100%;
	display: block;
	text-align: center;
	height: 0;
	padding-bottom: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}
.productbox .nextHolder i {
	font-size: 8em;
	margin-top: 46%;
	color: #ddd;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.productbox:hover .nextHolder i {
	color: #ff9c43;
}

.itembox {
	float:left;
	width: 100%;
	position: relative;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding-bottom: 80px;
}
.itembox:hover {
	text-decoration: none;
	border: 1px solid #222;
}
.itembox.col1 {
	float:left;
	position: relative;
}

/* imgHolder */

.itembox .imgHolder {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;

	box-sizing: border-box;
	/* background: url("../images/preloader.gif") no-repeat center; */
	position: relative;


}
.itembox .imgHolder img {
	display:block;
	max-height: 200px;
	margin: auto;
}
.itembox .imgMask {
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.imgMask img {
	z-index: 1;
}
.imgMask .mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	z-index: 2;
}
.itembox:hover .imgMask {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.itembox .textHolder {
	position: absolute;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
	bottom: 0%;
	padding: 10px 10px;
	display: block;
	color: #222;
	text-align: left;
	z-index: 6;
	text-decoration: none;
	background: #fff;
}
.itembox:hover .textHolder {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
.itembox .textHolder .title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0px;
	display: block;
	padding: 0 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-decoration: none;
}
.itembox:hover .textHolder .title { text-decoration: none;}
.itembox .textHolder .description {
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.2;
	display: block;
	color: #222;
}
.itembox:hover .textHolder .description { text-decoration: none;}

/* Pagination */

.pagination {
	display: block;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  *zoom: 1;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff !important;
  background-color: #ff9c43;
  cursor: default;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
     -moz-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
}


/* Logo Scroller */

#logos {
	width: 100%;
	position: relative;
	margin-top: 10px;
	max-width: 1280px;
	height: 100px;
	overflow: hidden;
	border: 0px solid black;
	padding: 0px;
	}
#logos a {
	font-size: 0px;
	text-decoration: none;
	text-indent: -99999px;
	z-index: 100;

}

#logos a img {
	margin: 0px;
	border: 0px;
	clear:both;
	max-width: 80px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
#logos a:hover img {opacity: 1;filter: alpha(opacity=100);}


#logos img {
	max-width: 120px;
	margin: 0 20px !important;
}


/* Footer
------------------------------------------------------------ */


#footer {

}
.footerbox {
	display: block;
	padding: 40px 0 50px;
}
.copybar {
	background: #fff;
	min-height: 80px;
}
#footer .text .headline {
	font-size: 20px;
}


/* Footer Logo */
.footerlogo {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	width: 30%;
}

.footerlogo h1 { padding: 0; margin: 0;}
.footerlogo h1 a {
	display: block;
	cursor: pointer;
	margin:0;
	padding: 0px;
	position: relative;
	text-decoration: none;
}

.footerlogo h1 a img {
	float: left;
	display: block;
	max-width: 100%;
	margin-right: 0px;
}



.copybar .copyright {
	font-size: 16px;
	font-weight: 400;
	color: #151414;
	padding-top: 35px;
}
#footer .text a, .copybar a { color: #fff;}
#footer a:hover, .copybar a:hover {color: #ff9c43;}

#footer ul, #footer ul li {
	display:block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .text p {
	margin-top: 0;
	padding-top: 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.8;
}
#footer .text .page-header  {
	margin-bottom: 30px;
}
#footer .text ul {
	float: left;

	width: 40%;
}
#footer .text ul li {
	line-height: 26px;

}
#footer .text .img-holder {
	float: left;
	max-width: 240px;
	height: 240px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer .text .img-holder a img {
	max-width: 100%;
}
.follow-us {
	float: left;
	padding-top: 25px;
}

.follow-us .title {
	float: left;
	line-height: 50px;
	color: #151414;
	font-size: 16px;
	margin-right: 10px;
}
.follow-us a.icon:link, .follow-us a.icon:visited {
	text-transform: uppercase;
	overflow: hidden;
	margin-right: 10px;
	font-size: 40px;
	line-height: 50px;
	font-family: 'socialicoregular', Arial;
	font-weight: normal;
	color: #5a5557;
	text-decoration: none;
}
.follow-us a.icon:hover {text-decoration: none;color: #ff9c43;}


#toTop {
	position:absolute;
	top:-80px;
	right:20px;
	cursor:pointer;
	display:block;
	width:60px;
	height:60px;
	background:#fff url(../images/totop.png) no-repeat center;
	text-indent:666em;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:666;

}
#toTop:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.disgnedby {
	width: 35%;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
.disgnedby .title {
	float: left;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}
.disgnedby img {

	max-width:70%;
}

.disgnedby a {opacity: 0.4;filter: alpha(opacity=40);}
.disgnedby a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* kolommen */
#inhoud{
	width: 100%;
	margin: 0px 0% 0px 0px;
}


#kolom1.col1-50 {
	float: left;
	 width: 48%;
  *width: 48%;
}

#kolom2.col1-50 {
	float: right;
	width: 48%;
  *width: 48%;
}

#kolom1.col1{
	float: left;
	width: 34%;
}
#kolom1.col2{
	float: left;
	width: 60%;
}

#kolom2.col1{
	float: right;
	width: 34%;
}
#kolom2.col2{
	float: right;
	width: 60%;
}



@media (max-width: 767px) {


	#kolom1.col1-50 {
		float: left;
		width: 48%;
	}

	#kolom2.col1-50 {
		float: right;
		width: 48%;
	}

	#kolom1.col1{
		float: left;
		width: 48%;
	}
	#kolom1.col2{
		float: left;
		width: 48%;
	}

	#kolom2.col1{
		float: right;
		width: 48%;
	}
	#kolom2.col2{
		float: right;
		width: 48%;
	}

}

@media (max-width: 660px) {

	#kolom1.col1-50 {
		float: left;
		width: 100%;
	}

	#kolom2.col1-50 {
		float: left;
		width: 100%;
	}

	#kolom1.col1{
		float: left;
		width: 100%;
	}
	#kolom1.col2{
		float: left;
		width: 100%;
	}

	#kolom2.col1{
		float: left;
		width: 100%;
	}
	#kolom2.col2{
		float: left;
		width: 100%;
	}
}


#inhoud .text p.intro {
	font-size: 16px;
}
.text .contactform {
	padding: 25px 0;
}

#Addons_Thirdparty_IndexAddon112307-map{
	width: 100%;
	height:400px;
}
.gmnoprint {
	display: none;
	visibility: hidden;
}
iframe {
width: 100%;
height: auto;
}

.embed-container {
	margin-top: 20px;
	position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* Foto Slider
------------------------------- */
#simple-horizontal {
	width: 100%;
	margin-top: 20px;
}
.royalSlider .rsImg {
  max-width: none;
}
#simple-horizontal .rsABlock { padding: 20px;color:#fff;background: rgba(0, 0, 0, 0.7); }



/* Foto Overzicht
------------------------------- */



.foto {
	float: left;
	width: 50%;
	margin: 20px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor:pointer;

	position: relative;
}

.foto img {
	cursor:pointer;
	margin:0px 0px 10px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);

}
.foto img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 0px;
	border: 0px solid #ddd;
}

.foto.rechts {
	float: right;
	margin: 20px 0px 20px 20px;
}

.fotobreed {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor:pointer;

	position: relative;
}

.fotobreed img {
	margin:0px 0px 10px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);

}


.fotosoverzicht {
display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor:pointer;
	position: relative;
}
.fotosoverzicht > a {
	display: block;
	float: left;
	width: 31%;
	margin: 1% 2% 1% 0%;
}
.fotosoverzicht img {

	cursor:pointer;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;

}
.fotosoverzicht img:hover {
	padding: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* Files */
ul.files {
	margin-top: 20px;

}


/* Clearers
------------------------------------------------------------ */
.clearerline {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	clear: both;
	 border-bottom: 1px solid #dcdfe0;
}
.clearerline.top {
	  border-top: 1px solid #dcdfe0;
	  border-bottom: 0;
}
.clearerline.dark {
	 border-bottom: 1px solid #434041;
}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer5 {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer10 {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer20 {
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer30 {
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer40 {
	height: 40px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer45 {
	height: 45px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer50 {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer75 {
	height: 75px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer100 {
	height: 100px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer220 {
	height: 220px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.spacer5 {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer40 {
	height: 40px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer50 {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer85 {
	height: 85px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/**
 * Product variations
 */
.itembox .mainlink {
	display: block;
}
.itembox .variations {
	position: absolute;
	left: 0; top: 0px;
	padding: 10px 5px 10px 10px;
	z-index: 100;
	text-align: left;
	background: #fff;
	opacity: 0;
}
.itembox:hover .variations {
	opacity: 1;

}

.itembox .variations .variation {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-right: 5px;
}
.itembox .variations .variation a {
	width: 30px;
	height: 30px;

	position: relative;
	top: 0;
	left: 0;

	display: block;
	border: 1px solid #eee;

	z-index: 0;
}
.itembox .variations .variation-all a {
	width: 14px;
	height: 14px;
	padding: 8px;
	line-height: 10px;
	background-color: white;
	text-align: center;
	color: #aaa;
}
.itembox .variations .variation a:hover {
	border: 1px solid #000;

	transform: scale(1.6);

	z-index: 101;
}
.itembox .variations .variation-all a:hover {
	width: 14px;
	height: 14px;
	top: 0;
	left: 0;
	text-decoration: none;
	color: #000;
}

.itembox .variations .variation img {
	display: block;
	width: auto;
}



.afwezigheidsmelder {
	background:#ff0000;

}
.afwezigheidsmelder p{
	color:#ffffff;
	font-weight:bold;
	padding:10px;
}


