/* 
Yoga Nirbho
*/


/* KLEUREN PALET
-----------------------------
----------------------------------------------------------
Blauw				#283c4c     rgba(7, 168, 202, 0.9);
----------------------------------------------------------
Donker 				#15222e		rgba(21, 34, 46, 0.9);
----------------------------------------------------------
Licht Grijs			#e4e6e9		rgba(224, 228, 229, 0.9);
----------------------------------------------------------
Grijs/blauw			#8d9da3		rgba(153, 164, 170, 0.9);
----------------------------------------------------------
*/


@import url(//addsite.nl/addbeheer/themes/addsite/css/iconen.css);


body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-family: "DroidSerif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #656671;
	background: #fff;
	font-size: 16px;
	overflow:hidden;
}

::selection {
	background: #cac9c1;
	color: #FFF;
	text-shadow: none;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	font-smoothing: antialiased;
}

/** { -webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible; }*/

a {
	color: #d60b52;
}
a:hover {
	color: #d60b52;
}
img {
	-ms-interpolation-mode:bicubic;
}


/* Foundation overrides*/
h1, h2, h3, h4, h5, h6 {
  font-family: "DroidSerif", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; color: #4a2e39;}
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #1f3951;
    line-height: 0; }


.light {
	font-weight:300 !important;
}
.normal {
	font-weight:400 !important;
}
.bold {
	font-weight:700 !important;
}
.heavy {
	font-weight:900 !important;
}


ul, ol, dl {
	font-weight: normal;
}

.rel {
	position: relative;
}

.title {
	
}
.center {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}

.radius {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.italic {
	font-style: italic !important;
}

p strong {
	font-weight: 700 !important;
}

.button {
	
}

.expand {
	width: 100% !important;
}



/* 
Background Colours  	
*/

.bg-green {
	background-color: #a2bd30;
}
.bg-green.opac {
	background: rgba(162, 189, 48, 0.9);
}
.bg-dark {
	background-color:#71858c;
}
.bg-dark.opac {
	background-color: rgba(31, 38, 45, 0.8);
}

.bg-gray {
	background-color:	#7f8c8d;
}

.bg-gray.opac {
	background: rgba(127, 140, 141, 0.8);
}

.bg-light {
	background-color: #f2f2f2 !important;
}
.bg-blue {
	background-color: #436e8f !important;
}
.bg-brown {
	background-color: #d60b52 !important;
}
.bg-white {
	background: #fff !important;
}
.bg-none {
	background: none !important;
}

.bg-white.shadow {
	background: #fff !important;
	-webkit-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow:  0 1px 3px rgba(0, 0, 0, 0.1) ;
}

.bg-gradient {
background: rgb(255,255,255);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2RmZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(227,223,220,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,223,220,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,223,220,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,223,220,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,223,220,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(227,223,220,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3dfdc',GradientType=0 );

}

.bg-pattern {
	background: url(../images/wood-pattern2.jpg) repeat 0 0;
}

/* 
Preloader	
*/

/* 
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1);
	
	z-index: 99;
}
#preloader .wrapper {
	display: table;
	width: 100%;
	height: 100%;
	
}
#preloader .wrapper .wrapper-inner {
	display: table-cell;
	vertical-align: middle;
	
}
#preloader .wrapper .wrapper-inner #spinner {
	position:absolute;
	top:50%;
	left:50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	text-align: center;
}
 */


/*  
Text Colours  
*/

.c-green {
	color:#a2bd30 !important;
}

.c-dark {
	color: #1f262d !important;
}
.c-blue {
	color: #4e728e !important;
}
.c-brown {
	color: #d60b52 !important;
}
.c-gray {
	color: #7f8c8d !important;
}

.c-white {
	color: #fff !important;
}



#outer-wrapper {
	display:block;
	position:relative;	
	z-index:1;
	width:100%;


}

.row {
	position: relative;
	max-width: 70.5em;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.row {
			padding-left: 2%;
			padding-right: 2%;
		}
	}

.rel {
	position: relative;
}

.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.empty {
	padding-bottom: 0px !important;
	margin-bottom: 0 !important;
}

/* 
---------------------------
ALGEMEEN - Top Wrapper
---------------------------
*/

.topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	z-index: 3;
	background: none;
	border-top: 0px solid #4e728e;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}
.page-tpl-vervolgpagina .topbar {
	height: 100px;
}


	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.topbar, .page-tpl-vervolgpagina .topbar {
			height: 80px;

		}
	}
	@media only screen and (max-width: 40em) { 
		.topbar,.page-tpl-vervolgpagina .topbar {
			height: 60px;

		}
	}

.social {
	position: absolute;
	top: 1.6em;
	right: 17em;
	z-index: 99;
}
.social a {
	display: inline-block;
	color: #b6c1c7;
	font-size: 1.3em;
	margin: 0 5px 0 5px;
}
.social a:hover {
	color: #fff;
}
.smaller .social a:hover {
	color: #7a8185;
}

.callus {
	position: absolute;
	top: 2em;
	right: 2em;
	color: #b6c1c7 !important;
	font-size: 0.9em;
	z-index: 99;
}
.callus .text {
	margin-right: 5px;
}
.callus .nr {
	font-weight: 900;
	display: inline-block;
	padding-left: 0px;
}
.callus i {
	margin-right: 3px;
}
.callus:hover {
	color: #fff !important;
}
.smaller .callus:hover {
	color: #7a8185 !important;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.callus {
			
		}
	}
	@media only screen and (max-width: 40em) { 
		.social {
				display: none;
			}
		.callus {
			top: 1.2em;
			right: 1em;
			
		}
		.callus .text,
		.callus .nr {
			display: none;
		}
		.callus i {
			font-size: 2.3em;
		}
	}
	

.logo-wrapper {
	margin: 0px auto 0 auto;
	min-height: 80px;
	z-index: 998;
	margin-top: 0px;
    position: relative;
    max-width: 100%;
}
	@media only screen and (max-width: 40em) { 
		.logo-wrapper {
		
		}
	}


/* Logo */
.logo {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -150px;
	display: block;
	z-index: 99;
	border: 6px solid rgba(255, 255, 255, 0);
	border-radius: 1000px;
	background: url(../images/logo-negatief.png) no-repeat center;
	background-size: 240px 160px;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.logo:hover {
	border-color: rgba(255, 255, 255, 1);
	background-color: #fff;
	background-image: url(../images/logo.png);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.page-tpl-vervolgpagina .logo {
	width: 240px;
	height: 240px;
	margin-left: -90px;
	top: 100px;
	background-size: 180px 120px;
}




	@media only screen and (max-width: 40em) { 
		.logo {
			top: 40px;
			width: 200px;
			height: 200px;
			margin-left: -100px;
		}

	}



#top-nav {
	position: absolute;
	right:0rem;
	top: 0px;
	width: 100%;
	display: block;
	visibility: visible;
	text-align: left;
	margin: 0;
	padding: 0px 0;
	background: rgba(0, 0, 0, .1);
	z-index: 98;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.page-tpl-vervolgpagina #top-nav {
	top: 0px;
}
#top-nav:hover {
	opacity: 1;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		#top-nav {
			
		}
	}
	@media only screen (max-width: 64em)  { 
		#top-nav {
			display: none;
	
		}
	}
	@media only screen (max-width: 40em)  { 
		#top-nav {
			display: none;
		
		}
	}

.trigger {
	display: block;
	position: absolute;
	top: 1em;
	left: 2em;
	font-size: 1.4em;
	color: rgba(255,255,255,0.9);
	z-index: 99;
	display: none;
}
.trigger:hover {
	color: #fff;
}
.smaller .trigger {
	display: none;
}
	
	@media  (max-width: 40em)  { 
		.trigger {
			display: none;
		}
	}


#top-nav ul {
	text-align: left;
	position: static;
	margin-bottom: 0;
	padding-top: 8px;
	padding-left: 2em;
	
}
.smaller #top-nav ul {
	padding-left: 10em;	
}
.trigger:hover + #top-nav {
	opacity: 1;
}
#top-nav li {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0px;
	margin: 0;
	border: 0 !important;
}


#top-nav li a {
	font-family: 'Montserrat';
	font-size: 0.79rem;
	letter-spacing: 1px;
	color: rgba(255,255,255,0.6);
	font-weight: 700;
	display: block;
	padding:19px 20px;
	margin: 0;
	border-bottom: 5px solid rgba(0,0,0,0) !important;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

	@media only screen and (min-width: 40.063em) and (max-width: 80em) { 
		#top-nav, #top-nav ul  {
			text-align: left;
			
		}
		#top-nav ul  {
			padding-left: 80px;
		}
		.smaller #top-nav ul {
			padding-left: 160px;
		}
		#top-nav li a {
			padding:20px 15px;
			font-size: 0.66rem;
		}
	
	}

#top-nav li a:hover {
	color: #fff;
	border-bottom: 5px solid #d60b52 !important;
}
#top-nav li.active a, #top-nav li.item-breadcrumb a {
	color: #fff;
	border-bottom: 5px solid #d60b52 !important;
}


#top-nav li.contact a {
	color: #fff;
	background: #8d9da3;
}
#top-nav li.contact a:hover {
	background: #4e728e;
}



	/* On scroll  */

.topbar.smaller {
	position: fixed;	
	height: 70px;
	background: #fff;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	opacity: 1;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
/*
.topbar.smaller .logo {	
	top: 1rem;
	left: 1rem;
	width:25%;
	max-width: 350px;
}
*/	

.topbar.smaller .logo {	
	top: 5px;
	left: 2em;
	margin-left: 0px;
	width: 150px;
	height: 150px;
	padding: 3px;
	background-color: #fff;
	border-radius: 1000px;
	background-image: url(../images/logo.png);
	background-size: 110px auto;
	
}
.topbar.smaller .logo:hover {
	border-color: rgba(255, 255, 255, 0);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	
}
.topbar.smaller #top-nav {
	opacity: 1;
	position: absolute;
	right:0rem;
	top: 0px;
	background: none;
}
.topbar.smaller #top-nav a{
	color: #000;	
}

	@media only screen and (max-width: 40em) { 
		.topbar.smaller .logo {	
			left: 50%;
			margin-left: -40px;
			width: 80px;
			height: 80px;
			background-size: 70px auto;
		
		}
	
	}
	
/* Navigatione on mobile devices  */

#selectwrapper {
	position: absolute;
	left: 0.8em;
	top: 0.3em;
	width: 50px;

	padding: 0px 0 0px 0;

	margin-top: 0px;
	margin-left: 0%;
	height: 50px;
	text-align: right;
	border: 0px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
}

#selectnav > select {
	
	width: 50px;
	padding: 0px 0px 0px 0px;
	border:0;
	letter-spacing: 0px;
	color: #ffffff;
	background:  url('../images/icons/menu.png') no-repeat center;
	background-size: 32px auto; 
	position: relative;
	height: 50px;
	text-align: center;
	float: left;
	-webkit-appearance: none;
	font-size:0px;
	font-weight: 400;
	line-height: 60px;
	text-transform: uppercase;
}

	@media only screen and (max-width: 40em) { 
		#selectnav > select {
			background:  url('../images/icons/menu-dark.png') no-repeat center;
			background-size: 32px auto; 
		}
	}
#selectnav select option {
	text-align: right;
}

/* Navigatione */

.mobilenav { 
	display: none; 
	visibility: hidden;
}
	@media only screen and (max-width: 40em) { 
		.mobilenav { 
			display: block; 
			visibility: visible;
		}
	
	}



/* 
---------------------------
Algemeen 
---------------------------
*/

#page-container {
	
	position:relative;	
	z-index: 2;
}
.page-tpl-vervolgpagina #page-container {
	
}

#page-wrapper {
	display:block;
	
	z-index:1;
	width:100%;
	margin:auto;
	position:relative;	
}

/* 
-------------------------------
BEGINPAGINA - Section Wrappers
-------------------------------
*/
.dark-back {
	background:  rgba(40,60,76,0.98);
}
.light-back {
	background:  #bec7cc url(../images/light-back.jpg) no-repeat center;
}
	
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.dark-back {
			background:  url(../images/dark-back.jpg) no-repeat center;
		}
	}
	@media only screen and (max-width: 40em) { 
		.dark-back {
			background:  url(../images/dark-back.jpg) no-repeat center;
		}
	}

.row-inner {
	padding: 2rem 1rem;
}
	

.row-devider {
	width: 100%;
	height: 2px;
	background: none;
	margin: 1rem 0;
	overflow:hidden;
	position: relative;
}
	
.row-devider .bar {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 2px;
	background: #ebedee;
}
.row-devider .rowy {
	
	height: 2px;
	background: #ebedee;
	margin: auto;
	
	max-width: 60.5em;
}

#footer-wrapper .row-devider {

	margin: 1rem 0 1rem;

}

		@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
			.row-devider .rowy {
				margin-left: 2rem;
			}
			#footer-wrapper .row-devider {
				margin: 1rem 0 1rem !important;
			}
		}
		
		@media only screen and (max-width: 40em) {
			.row-inner {
				padding: 0;
			}
			.row-devider {
				margin: 0.3rem 0;
			}
		}
		

.section-wrapper {
	width: 100%;
	position: relative;
	min-height: 1;
	overflow: hidden;
}

#intro {
	padding: 2em 0 0;
}
.intro-wrapper {
	position:relative;	
	z-index:1;
	width:100%;
	padding: 3em 0 0;
}

.contact-wrapper {

}
.copy-wrapper {
	
}




/* 
------------------------------------------------------
BEGINPAGINA - Slider - Full Width
------------------------------------------------------
*/


.sliderContainer {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 0;
}


.royalSlider .rsImg {
	max-width: none;
}
.royalSlider .rsImg.opac {
	opacity: 0.60;
	
}

#full-width-slider {
	width: 100%;
	margin: 0 auto ;
	margin-top: 0px;
	position: relative;
	background: none;
	overflow:hidden;
}

#full-width-slider {
	min-height: 760px;
	height: 100vh !important;
}

	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		#full-width-slider {
			height: 800px !important;
		}
	}

	@media only screen and (max-width: 40em) { 
		#full-width-slider {
			min-height: 580px;
			height: 90vh !important;
		}
	}
	
	


.page-tpl-vervolgpagina #full-width-slider {
	min-height: 350px;
	height: 350px !important;
}
.page-tpl-vervolgpagina #full-width-slider.headsmall {
	height: 250px !important;
}
.page-tpl-vervolgpagina #full-width-slider.headLarge {
	height: 640px !important;
}
.page-tpl-vervolgpagina #full-width-slider.headFull {
	height: 100vh !important;
}

#full-width-slider.rsDefault .rsOverflow, #full-width-slider.rsDefault .rsSlide, #full-width-slider.rsDefault .rsVideoFrameHolder, #full-width-slider.rsDefault .rsThumbs {
	background: #4a2e39;
}
.royalSlider > .rsContent {
visibility: hidden; 
/* or display:none depending on your needs... */
}

.headervideo {
  width: 100%;
  height: 100%;
  opacity: 0.4; }
  .headervideo video {
    width: 100%;
    height: auto !important; }
    @media screen and (min-width: 916px) and (max-width: 1115px), screen and (max-width: 620px) {
      .headervideo video {
        width: auto;
        height: 100% !important; } }

.videoBG, .videoBG_wrapper {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto; }
  .videoBG video, .videoBG_wrapper video {
    height: 100%; }




#full-width-slider .infoBlock {
	position: absolute;
	top: auto !important;
	bottom: 10em !important;
	left: 0;
	width: 100%;
	z-index: 999 !important;
}
.page-tpl-vervolgpagina #full-width-slider .infoBlock {
	bottom: 7em !important;
}

#full-width-slider .infoBlock .heading {
	position: relative;
	display: block;
	margin-top: 0;
	text-align: center;
}

.page-tpl-vervolgpagina #full-width-slider .infoBlock .heading {
	
}


#full-width-slider .infoBlock .heading .heading-title {
position: relative;
	font-size: 3.8rem;
	line-height: 1.2;
	color: #fff;
	display: inline-block;
	padding: 0px 0px 0px ;
	font-weight: 700;
	letter-spacing: -1px !important;
	/* text-transform: uppercase; */
	z-index: 3;
}
#full-width-slider .infoBlock .heading .heading-title:before,
#full-width-slider .infoBlock .heading .heading-title:after {
	display: none;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -10%;
	width: 20%;
	height: 3px;
	content: '';
	background: rgba(255,255,255,0.3);
}
#full-width-slider .infoBlock .heading .heading-title:after {
	top: -34px;
	height: 1px;
}

.page-tpl-vervolgpagina #full-width-slider .infoBlock .heading .heading-title {
	font-size: 2.8rem;
}

#full-width-slider .infoBlock .heading .heading-subtitle {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	font-family: "Lato";
	font-weight: 400;
}
#full-width-slider .infoBlock .heading .button-wrapper {
	padding-top: 1rem;
}
#full-width-slider .infoBlock .heading .button-wrapper .button {
	margin-right: 0em;
	border-radius: 100px;
	letter-spacing: 2px !important;
}


	
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		#full-width-slider .infoBlock .heading {
			
			
		}

	}


	@media  (max-width: 40em) { 
		#full-width-slider .infoBlock {
			bottom: 7em !important;
		}
		#full-width-slider .infoBlock .heading {
			text-align: center;
			
			padding: 0 1rem;
		}
		#full-width-slider .infoBlock .heading .heading-title {
			font-size: 1.8rem;
			text-align: center;
			line-height: 1.3;
		}
		#full-width-slider .infoBlock .heading .heading-subtitle {
			display: block;
			text-align: center;
			font-size: 1.1rem;
		}
		#full-width-slider .infoBlock .heading .button-wrapper .button {
			margin-right: 0rem;
		
			padding: 0.6rem 0.8rem 0.7rem 1.4em;
			font-size: 0.7rem;
		}
		
	}
	

/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	
	bottom:3%;
	height: auto;
	margin: 0; 
	background: none;
	text-align: center;
	line-height: 18px;
	overflow: hidden;
	
}



.rsDefault .rsBullet {
	border-radius: 4px;
 	width: 18px;
 	height: 4px;
 	margin: 0 5px 6px 5px;
	background: #777;
	background: rgba(255, 255, 255, 0.25);
	border: 0px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.rsDefault .rsBullet:hover {
	border: 0px solid rgba(224, 228, 229, 1);
}

.rsDefault .rsBullet.rsNavSelected  {
	width: 18px;
 	height: 4px;
	background-color: rgba(255, 255, 255,1);
	border: 0px solid rgba(255,255,255,1);
}



/* Arrows */

.rsDefault.rsHor .rsArrowLeft {
left: 5%;
top: 0;
}
.rsDefault.rsHor .rsArrowRight {
right: 5%;
top: 0;
}

.rsDefault .rsArrowIcn {
background-color: rgba(0, 0, 0, 0.07);
border-radius: 500px !important;
}



/* 
------------------------------------------------------
Section - Titles
------------------------------------------------------
*/

.section-label {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: 4px;
	margin-left: -50px;
	background: rgba(7, 168, 202, 0.9);
}

	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.section-label {
			left: 2rem;
		}
	}
	@media only screen and (max-width: 40em) {
		#home .section-label {
			left: 50%;
			margin-left: -30px;
		}
		
		
	}
.section-label.centered {
	left: 50%;
	margin-left: -30px;
}


.section-title-wrapper {
	padding: 3.5rem 1rem 1rem;
}
.section-title-wrapper.small {
	padding: .5rem 1rem 1rem;
}
.section-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 0px;

	letter-spacing: 0px !important;
	z-index: 3;
}
.section-subtitle {
	font-size: 1.8rem;
	font-weight: 300;
}

	@media only screen and (max-width: 40em) {

		.section-title-wrapper {
			text-align: center;
			padding: 2rem 1rem 0.6rem;
		}
		.section-title {
			font-size: 0.8rem;
		}	
	
	}

/* 
------------------------------------------------------
Column - Titles
------------------------------------------------------
*/


.column-title-wrapper {
	padding: 3.6rem 1rem 2rem 0;
}

.column-title {
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 0px;

	letter-spacing: 0px !important;
	z-index: 3;
}
.section-subtitle {
	font-size: 1.8rem;
	font-weight: 300;
}
	
	@media only screen and (max-width: 40em) {

		.column-title-wrapper {
			text-align: center;
			padding: 2rem 1rem 1rem;
		}	
		.column-title {
			font-size: 0.8rem;
		}
	
	}


/* 
------------------------------------------------------
BEGINPAGINA - Blocks
------------------------------------------------------
*/

.blocks-carousel {
	padding: 1em 0 4rem;
}
.services-carousel {
	padding: 2em 0 2em;
}
.block-wrapper {
	display: block;
	position: relative;
	padding: 0;

}


.block {
	float:left;
	width: 100%;
	min-height: 375px;
	padding: 1em;
	position: relative;
	display: block;
	overflow: hidden;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	border: 0px solid rgba(170,170,170,0);
	
	padding-bottom: 1em

}

.owl-item {
	display: inline;
}

.owl-wrapper .owl-item:nth-child(3n):after {
    content: ' ';
    display: block;
    clear: both;
}

a.block:hover {
	/* 
-moz-box-shadow: inset 0 0px 0 1px #ddd;
	-webkit-box-shadow: inset 0 0px 0 1px #ddd;
	box-shadow: inset 0 0px 0 1px #ddd;
 */
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible;
}

.block img {
	display:block;
	position: relative;
	z-index: 4;
	
	opacity: .9;
	-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;
	
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;

}

.block img.radius {
	border-radius: 0px;
}

a.block:hover img {
	opacity: 1;
}



.block .block-text {
	padding: 2rem 1rem 0 0;
}

.block .block-text .title {
	font-size: 0.9em;
	font-weight: 700;
	color: #656671;
	letter-spacing: 1px !important;
	text-transform: uppercase;
	-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.block:hover .block-text .title {
	color: #1f3951;
}
.block .block-text p {
	font-size: 0.86rem;
	font-weight: 400;
	color: #8d9da3;
	margin-bottom: 15px;
}

.block .button {
	display: inline-block;
	margin: 0;
	margin-top:15px;
	font-size:0.7em;
	padding: 0.7em 20px;
	background: none;
	border: 2px solid #eee;
	color: #d60b52;
}
a.block:hover .button {
	color: #fff;
	background: #d60b52;
	border-color: #d60b52;
}

/* On dark background */

.on-dark .block .block-text {
	padding: 2rem 2rem 2rem 0;
}
.on-dark .block .block-text .title {
	font-size: 0.9em;
	font-weight: 900;
	color: #fff;
	letter-spacing: 1px !important;
}
.on-dark .block .block-text p {
	font-size: 0.8em;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 5px;
}
.on-dark a.block:hover .title{
	color: #d60b52;
}

	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.on-dark .block .block-text .title {
			font-size: 1rem;
		}
		.on-dark .block .block-text p {
			font-size: 0.8rem;
		}
	
	}
	@media only screen and (max-width: 40em) {
		.blocks-carousel {
			padding: 0rem 0 5rem;
		}
		.block-wrapper {
			display: block;
			position: relative;
			padding: 1rem ;
		}
		.block {
			text-align: center;
			min-height: 300px;
		}
		.block img {
			position: relative;
			margin: auto;


		}
		.on-dark .block img {
			left: 0px;
			width: auto;
		}
		.block .block-text, .on-dark .block .block-text {
			padding: 1rem 0rem 0 0;
		}
		
	}


/* 
-----------------------------
BEGINPAGINA - CONTENT 
-----------------------------
*/

.head-wrapper {
	position: relative;
	display: block;
}

.head-wrapper .title {
	font-size: 2em;
	line-height: 1.3;
	font-weight: 400;
	display: inline-block;
	padding: 0px 0px;	
	z-index: 3;
}
#intro .head-wrapper .title {
	font-family: 'Lato';
}
#intro .head-wrapper .title .button {
	top: -8px;
}

.page-tpl-vervolgpagina .head-wrapper .title {
	font-size: 2.5rem;
	line-height: 1.3;
}

#services .head-wrapper .title {
	font-size: 2.6rem;
	font-weight: 700;
}

	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		.head-wrapper .title {
			font-size: 2.4rem;
			line-height: 1.4;
		}
		.page-tpl-vervolgpagina .head-wrapper .title {
			font-size: 2.2rem;
		}
		#services .head-wrapper .title {
			font-size: 1.9rem;
		}
	}
	
	@media only screen and (max-width: 40em) {
		.head-wrapper {
			text-align: center;
		}
		.page-tpl-vervolgpagina .head-wrapper {
			text-align: left;
		}
		
		.head-wrapper .title {
			font-size: 1.3rem;
			line-height: 1.4;
		}
		.page-tpl-vervolgpagina .head-wrapper .title {
			font-size: 1.3rem;
		}
		
		#services .head-wrapper .title {
			font-size: 1rem;
			font-weight: 700;
		}

		.head-wrapper .title .button {
			display: block;
			margin-top: 1rem;
			padding: 0.4rem 1rem;
			font-size: 0.8rem;
			
		}
	}

.head-wrapper.centered {
	text-align: center !important;
}


.head-wrapper .title span {
	display: block;
	font-weight: 300;
	font-size: 3.6rem;
}
.head-wrapper .title.large {
	font-size: 4.3rem;
	line-height: 1.2;
}
.head-wrapper .title.medium {
	font-size: 2.4rem;
	line-height: 1.2;
}
.head-wrapper .title.small {
	font-size: 1.8rem;
	line-height: 1.2;
}

.head-wrapper .sub {	
	font-weight: 300;
	display: block;
	position: relative;
	z-index: 5;
	line-height: 1.4;
	font-size: 1.6rem;
}

.head-wrapper.left-align {
	text-align: left;
}




/* Quotes wrapper */

#twitter-slider {
	background: rgba(0,0,0,0.5);
}
	
.backstretch {
	top: 100px;
	
}
.backstretch img {
	opacity:1;
}

.contentSlider {
  width: 100%;
  padding: 0rem 0 ;
  
}


/* Twitter */

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

#twitter-slider .text-wrapper {
	position: relative;	
	padding: 5rem 0 7rem 0;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		#twitter-slider .text-wrapper {
			position: relative;	
			padding: 4.3rem 0 4rem 3rem;
		}
	}
	
	

#twitter-slider .text-wrapper .title {
	font-size: 2.2rem;
	line-height: 1.4;
	padding-bottom: 20px;
	color: #fff !important;
	border-left: 0;
	padding-left: 0;
	position: relative;
}


#twitter-slider .text-wrapper .title .icon-quote {
	width: 50px;
	height: 50px;
	top: 0rem;
	left: -60px;
	position: absolute;
}

	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		
		#twitter-slider .text-wrapper .title .icon-quote {
			top: -5px;
		}
		#twitter-slider .text-wrapper .title {
			font-size: 1.8rem;
			line-height: 1.2;
		}
		
	}
	
	
	

#twitter-slider .text-wrapper .title cite {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 0.8rem;
	opacity: 0.4;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 3;
	color: rgba(255,255,255,0.7);
}
#twitter-slider .text-wrapper .title cite:before {
	font-family: 'FontAwesome';
	//content: "\f099";
	font-size: 1.5rem;
	line-height: 1;
	top: 3px;
	position: relative;	
	opacity: 0.7;
	margin-right: 1rem;
}

	@media only screen and (max-width: 40em) {
		#twitter-slider .text-wrapper {
			text-align: center;
			padding: 3.3rem 0 1rem 0rem;
		}
		#twitter-slider .text-wrapper .title .icon-quote {
			width: 40px;
			height: 40px;	
			top: -2rem;
			left: 50%;
			margin-left: -20px;
		
		}
		#twitter-slider .text-wrapper .title {
			font-size: 1.1rem;
			line-height: 1.2;
			padding-right: 0;
		}	
		#twitter-slider .text-wrapper .title cite {
			font-size: 0.5rem;
		}
		#twitter-slider .text-wrapper .title cite:before {
			font-size: 1rem;
		}
	}

/* 
---------------------------
Section - News updates
---------------------------
*/



.news-wrapper {
	position: relative;	
	padding: 0em 0;
}


.news-wrapper .news-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;	
}
.news-wrapper .news-title > a {
	color: #3f7394 !important;
}
.news-wrapper .news-title > a:hover {
	color: #4a2e39 !important;
}

.news-wrapper .news-info i, .news-info i {
	margin-right: 10px;
}
.news-wrapper .news-info span, .news-info span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8rem;
}

.news-wrapper .news-img {
	float: left;
	width: 33%;
	margin-right: 2rem;
}
.news-wrapper .news-img.right {
	width: 25%;
	margin-right: 0rem;
	margin-left: 4rem;
}
.news-wrapper .news-img:hover img {
	opacity: 0.9;
}

.news-wrapper .news-img img {
	border-radius: 6px;
}
.news-wrapper .news-content p {
	
}
.more, .news-wrapper .news-content .more {
	font-weight: 700;
}

}
.news-wrapper .news-content .more:hover {
	color: #d60b52;
}

	
	@media only screen and (max-width: 40em) {
		.news-wrapper {
			text-align: center;
		}
		.news-wrapper .news-title {
			font-size: 1rem;
		}
		.news-wrapper .news-content p {
			text-align: left;
		}
		.news-wrapper .news-content p.moree {
			text-align: center;
		}
	}

.news-list-wrapper {
	padding-right: 2rem;
}
.news-list-wrapper .news-article {
	display: block;
	padding: 0.8rem 0 1rem;
	border-bottom: 1px solid #e1e5e6;
}
.news-list-wrapper .news-article .news-title {
	font-size: 0.9rem;
	font-weight: 700;

}
.news-list-wrapper .news-article .news-title:hover {
	color: #4e728e;
}
.news-list-wrapper .news-article .news-date {
	font-size: 0.8rem;
	color: #8d9da3;
	font-weight: 700;
}

.news-list-wrapper .more {
	font-size: 0.8rem;
}


/* 
------------------------------------------------------
Actionbar
------------------------------------------------------
*/


.actionbar-wrapper {
	padding: 2.6rem 1rem 1rem 0;
	text-align: center;
}

.actionbar-title {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0px 0px;

	letter-spacing: 0px !important;
	z-index: 3;
}
.actionbar-title .button {
	margin-left: 1rem;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 		
		.actionbar-title .button {
			margin-left: 0rem;
			margin-top: 20px;
			position: relative;
		}	
	}
	@media only screen and (max-width: 40em) {
		.actionbar-wrapper {
			padding: 1rem 1rem 0rem 1rem;
		}
		.actionbar-title {
			
			font-size: 1.2rem;
		}
		.actionbar-title .button {
			display: block;
			margin-top: 1rem;
			padding: 0.4rem 1rem;
			font-size: 0.8rem;
		}
	}

.section-subtitle {
	font-size: 1.8rem;
	font-weight: 300;
}
	@media only screen and (max-width: 40em) {
		.section-subtitle {
			font-size: 1rem;
			font-weight: 300;
		}
	
	}

/* Breadcrumbs */
.breadcrumbs-wrapper {
		
}
.breadcrumbs {
  display: block;
  padding: 0.7625rem 4% 0.7625rem 2%;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  border-radius: 0px; 

 }
.breadcrumbs > *:before {
content: "-";
color: #aaaaaa;
margin: 0 0.75rem;
position: relative;
top: 1px;
}
.breadcrumbs > * a {
	color: #d60b52; 
}


/* 
---------------------------
ALGEMEEN - Content
---------------------------
*/




.text-wrapper {
	position: relative;	
	padding: 20px 2em 10px 2em;
}
.text-wrapper.centered {
	text-align: center !important;
}

@media only screen and (max-width: 40em) {
		.text-wrapper {
			position: relative;	
			padding: 20px 1em 10px 1em;
		}
}
.text-wrapper.padding-left {
	padding-left: 50px;
}

.text-wrapper .sub {
	font-size: 18px;
	color: #939393;
	line-height: 1.5;
	
	
}

.text-wrapper p {
	font-size: 1.2rem;
}
.text-wrapper ul li {
	font-size: 1.2rem;
}

.text-wrapper p.intro {
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 300;
}
.text-wrapper p.intro.large {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
}


.text-wrapper .headline {
	line-height: 1.3;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: -0.04rem;
	
}
.text-wrapper .headline.medium  {
	line-height: 1.2;
	font-size: 1.6em;
}
.text-wrapper .headline.large  {
	line-height: 1.3;
	font-size: 2.2em;
}

.devider {
	width: 100%;
	height: 1px;
	background: #eee;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Quotyy */

.page-tpl-vervolgpagina .text-wrapper blockquote.title {
	font-size: 1.1rem;
	line-height: 1.5;
	padding-bottom: 0px;
	color: #121a2a !important;
	letter-spacing: 0;
	border-left: 0;
	padding-left: 3rem;
	position: relative;
	font-family: "Montserrat";
}
.page-tpl-vervolgpagina .text-wrapper blockquote i {
	margin: 0 5px;
}
.page-tpl-vervolgpagina .text-wrapper blockquote .icon-quote {
	width: 50px;
	height: 50px;
	top: 0rem;
	left: -1rem;
	position: absolute;
}

.page-tpl-vervolgpagina .text-wrapper blockquote cite {
	margin-top: 10px;
	font-size: 0.7rem;
	color: #a3afb5;
	text-transform: uppercase;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.04rem;
	font-family: "Lato";
}



/* 
------------------------------------------------------
Maps
------------------------------------------------------
*/

#maps, #map {
	height: 450px;
}
	

/* Map overrides */
.gm-style {
	height: 530px !important;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 	
		#maps, #map {
			height: 400px;
		}
		.gm-style {
			height: 430px !important;
		}
	}
	@media only screen and (max-width: 40em) {
		
		#maps, #map {
			height: 300px;
		}
		.gm-style {
			height: 330px !important;
		}
	}

.gmnoprint {display: none; }
.gmnoprint img { max-width: none !important;}

/* Address block overlay */

.maps-row {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
 #maps .address-block{
 	margin-top: 5rem;
 	padding: 2rem;
 	min-height: 200px;
 	border-radius: 15px;
 	background: #fff;
 	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
 	
 }
 	
 	@media only screen and (max-width: 40em) {
 		 #maps .address-block{
 		 	text-align: center;
 		 	margin-top: 2rem;
 		 	padding: 1rem 1rem 0;
 		 }
 		 #maps .address-block img {
 		 	margin-bottom: 10px;
 		 }
 	}




/* 
---------------------------
ALGEMEEN - Side Bar
---------------------------
*/

/* Content zijbalk */

.sidebar {
	
	border-radius: 8px;
}
.sidebar .text-wrapper { padding-top: 32px; }
.sidebar .text-wrapper .headline { 
	font-size: 1.3rem;
}
.sidebar .text-wrapper .intro { }
.sidebar .text-wrapper p { }

	@media only screen and (max-width: 40em) {
		.sidebar {
			border: 0px solid rgba(201, 207, 210 , 0.4);
		}
	}


/* Sub navigatie */

.westside {
	
	padding-top: 0.1rem;

}

.page-title {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 1.3rem;
	display: block;
	line-height: 1;
	margin-top: 0.2rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	letter-spacing: 0.07rem;
	white-space: no-wrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page-title i {
	display: none;
}

#subnav-wrapper {
	padding: 20px  20px;
	
}

.page-title:hover {
	
}

.side-nav {
	padding: 0;
	margin-bottom: 20px;
	padding-left: 0.3rem;
	
}

.side-nav li a > i {
	position: absolute;
	left: 0;
	top: 8px;
	padding-right: 5px;
	color: #d2cbc4;
}

.side-nav li a {
	font-size: 1rem;
	font-weight: 700;
	color: #d2cbc4 !important;
	letter-spacing: 0em;
	line-height: 1.4;
	padding: 4px 10px 4px 15px;
	position: relative;
	font-family: 'Lato';
}
.side-nav li {
	
	margin: 0;
	padding: 3px 0 3px 0px;
	
}
.side-nav li:first-child  {

}
.side-nav li.last {
	border-bottom: 0px solid #f2f2f2;
}


.side-nav li a:hover {
	color: #fff !important;
}
.side-nav li a.actief {
	color:#fff !important;
}
.side-nav li a:hover > i, .side-nav li a.actief > i {
	float: left;
	display: block;
	color:#fff !important;
}


/* Tweede niveau */

.side-nav ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.side-nav li li {
	
	font-weight: 700;
	border: 0px solid #eeedec;
}
.side-nav li li:first-child  {
	border: 0;
}

.side-nav li li a {
	color: #a3afb5;
	font-size: .9rem;
	padding: 1px 10px 1px 15px;
	font-weight: 400;
}

.side-nav li li a:hover {
	background: none;
	color: #1e9ac4;
}
.side-nav li li a > i, .side-nav li li a:hover > i {
	display: none;
}
.side-nav li li a:hover > i, .side-nav li li a.actief > i {
	display: none;
}

.side-nav li li a.actief {
	color: #1a1b1f !important;
	border: 0px;
}

/* 3de niveau */
.side-nav li li li a { 
	font-size: 13px;
	padding-left: 20px;
		
	letter-spacing: 0px;
}





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



#footer-wrapper {
	position: relative;
	padding: 0em 0;
	border-top: 0px solid #4e728e;
}

.footerbox {
	width: 100%;
	/* max-width: 1140px; */
	margin: auto;
	margin-top: 0px;
	position: relative;
	padding: 0em;
	padding-top: 2em;
	padding-bottom: 60px;
	background-color: #656671 !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;	
}
.footerbox .row {
	position: relative;	
}	


.footerbox .footer-content .title {
	font-size: 0.9em !important;
	padding-bottom: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Lato';
}
.footerbox .footer-content .title a {

}


.footerbox .footer-content .title a:hover{
	
}
.footerbox .row.wide .footer-content {
	padding: 2em 3em 2em 5em;
}
.footerbox .row.wide .footer-content.first {
	padding-left :6.5em;
}
.footerbox .row.wide .footer-content.first .title a {
	color: rgba(255, 255, 255, 1) !important;
}
.footerbox .row.wide .footer-content.first .title a:hover {
	color: #a9c91a !important;
}

.footerbox .row.wide .row .footer-content {
	padding: 2em 3em 2em 3em;
}

.footerbox .footer-content p {
	font-size: 0.9em;
	line-height: 1.8;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.68);
}
.footerbox .footer-content p strong {
	font-weight: 900;
	margin-right: 10px;
	color: #d60b52;
}
.footerbox .footer-content  a {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 0.9em;
	line-height:1.2;
	display: inline-block;
	position: relative;
	padding: 0em;
}
.footerbox .footer-content a:hover {
	color: rgba(255, 255, 255, 1) !important;
}
.footerbox .footer-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footerbox .footer-content ul li {
	padding: 0;
	margin: 0;
	padding-right: 15px;
}
.footerbox .footer-content ul li a i{
	font-size: 2em;
}

.footerbox .footer-content ul.social li a {
	font-size: 0.7em;
	margin-right: 0px;
	width: 32px;
	height: 32px;
	text-align: center;
	padding-top: 5px;
	line-height: 32px !important;
	border-radius:3px;
	background: rgba(255, 255, 255, 0.1);
}
.footerbox .footer-content ul.social li a:hover {
	background: #b9db29 !important;
	color: #fff !important;

}
	
	@media (max-width: 1024px) {
		.footerbox .row .footer-content.first {
			padding-left :2em;
		}
		.footerbox .row .row .footer-content {
			padding: 2em 1em 2em 0em;
		}
		
	}
	@media (max-width:768px) {
		.footerbox .footer-content .title {
			font-size: 1em !important;	
			
		}
		.footerbox .footer-content p,
		.footerbox .footer-content a {
			font-size: 0.8em;
		}
		.footerbox .footer-content p a {
			font-size: 1em;
		}
		
		
		
	}
	@media (max-width: 500px) {
		.footerbox .address {
			width: 100%;
		}
		.footerbox .listing {
			width: 100%;
		}
			.footerbox .row .footer-content.first {
			padding-left :0em;
		}
		.footerbox .row .row .footer-content {
			padding-left: 0em;
		}
	}




.bottom-wrapper {
	width: 100%;
	position: relative;
	display: block;
	padding: 1em 0;
	z-index: 998;
	overflow: hidden;
}
.copyright {
	font-size:0.9em;
}
.copyright a {
	font-size:0.9em;
}
/* Add Noise */
.addnoise {
	position: absolute;
	width: 200px;
	right: 5em;
	top: 0px;

}
.addnoise .by {
	color: #a2aaae;
	font-style: italic;
	font-size: 11px;
	padding-right: 4px;
}
.addnoise img {
	margin-top: 1px;
	opacity: 0.8;
	

} 
.addnoise:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
} 
	
	@media (max-width: 768px) {
		
		.addnoise {
			top: 37px;
			right: 1em;
		}	
	}
	@media (max-width:580px) {
		.addnoise {
			top:80px;
			right: 50%;
			margin-right: -100px;
		}
	}
/* 
---------------------------
ALGEMEEN - Icons
---------------------------
*/



/* 
---------------------------
ALGEMEEN - Buttons
---------------------------
*/

.button {
	position: relative;
	top: -3px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900 !important;
	text-transform: uppercase;
	letter-spacing: 0;
	background: #d60b52;
}
.button.radius {
	background: #d60b52;
}
 
/* Blue button with grey border */

.button {

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover {
	opacity: 0.8;
	background: #d60b52;
}

.button i {
	margin-left: 10px;
}



.dark {
	background: rgba(21, 34, 46, 0.9);
}
.dark:hover {
	background: rgba(21, 34, 46, 1);
}

.gray {	
	background: rgba(153, 164, 170, 0.9);
}
.gray:hover {
	background: rgba(153, 164, 170, 1);
}
.lightgray {	
	background: rgba(224, 228, 229, 0.9);
}
.lightgray:hover {
	background: rgba(224, 228, 229, 1);
}


.btn-outline {	
	color: #a2bd30 !important;
	border: 2px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0);
}
.btn-outline:hover {
	background: rgba(0, 0, 0, 0);
	color: #a2bd30 !important;
	border: 2px solid #a2bd30;

}



.button.opac {
	opacity: 0.8;
}



.button.check {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem; 
}
 


/* Foto Slider
------------------------------- */
#simple-horizontal {
	width: 100%;
	height: 400px;
	margin-top: 30px;
	border-radius: 0px;

}
	@media only screen and (max-width: 40em) { 
		#simple-horizontal {
			margin-top: 10px;
			height: 220px;
		}
	}


.royalSlider .rsImg {
  max-width: none;
}
#simple-horizontal .rsABlock { padding: 20px;color:#fff;background: rgba(0, 0, 0, 0.7); }

#simple-horizontal.rsDefault .rsBullets {
	bottom:2% !important;
}

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


.foto {
	float: left;
	width: 31%;
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;

	position: relative;
	z-index: 99;
}
	@media only screen and (max-width: 40em) {
		.foto {
			width: 45%;
		}
	}

.foto a {
	display: block;
	padding: 3%;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-webkit-box-shadow:  0 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow:  0 0px 1px rgba(0, 0, 0, 0.3) ;
}

.foto a:hover {
	-webkit-box-shadow:  0 0px 7px rgba(0, 0, 0, 0.3);
    box-shadow:  0 0px 7px rgba(0, 0, 0, 0.3) ;
}

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

}
.foto img:hover {
}

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

.fotobreed {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	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 {
	text-align: center;
	display: block;
	padding: 3%;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	

}


.fotosoverzicht a:hover {
	-webkit-box-shadow:  0 0px 7px rgba(0, 0, 0, 0.3);
    box-shadow:  0 0px 7px rgba(0, 0, 0, 0.3) ;
}
.fotosoverzicht img {
	
	cursor:pointer;
	margin:auto;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	border-radius: 3px;

}

.fancybox-image {
	border-radius: 4px !important;

}

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

}




/* Sharing */

.share-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2	;
}

.share-btn {
	margin: 0;
}




/* 
---------------------------
ALGEMEEN - Contactfomulier
---------------------------
*/
.addform {
	width: 100%;
	border: 0;
	border-spacing: 0px;
	background: none;
}
.addform td {
	display: none;
}
.addform td.element {
	display: block;
}
.addform tr th, .addform tr td {
padding: 0.5625rem 0;
font-size: 0.875rem;
color: #7f8c8d;
}
.addform tr:nth-of-type(even) {
	background: none;
}
	
.contactform input {
	width: 100%;
	height: 2.8em;
	line-height: 1.3;
	padding: 0em 1em;
}
.contactform {
	margin-top: 38px;
}

.contactform input { 
	margin-bottom: 0 !important;
	max-width: 80%;
	border-radius: 4px;
	box-shadow: none;
	border: 2px solid #dadddf;
	font-weight: 700;
	letter-spacing: 0.04rem;

}
.contactform input:focus {
	border: 2px solid #ddd;
	outline: none;
	box-shadow: none !important;
	
} 
.contactform textarea {
	width: 100%;
	height: 160px;
	padding: 12px 1em;
	box-shadow: none;
	border: 2px solid #dadddf;
	border-radius: 4px;
	max-width: 80%;
	font-weight: 700;
	letter-spacing: 0.04rem;

}
.contactform input.addformInputSmall {
	width: 50%;
}
.contactform label {
	position: absolute;
	left: 17px;
	top: 8px;
	color: #7f8c8d;
	cursor:text;
	font-size: 1rem;
	z-index: 88;
	
}
.contactform .regel {
	position: relative;
	margin-bottom: 10px;
}
.contactform .knoppen {
	width: 100%;
	float: left;
	display: block;
	
	
}
.contactform input.addSubmit, input.addformsubmit {
	width: auto;
	height: 2.9em;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 1rem 2rem;
	line-height: 1;
	color: #fff;
	border: 0;
	cursor: pointer;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block; 
	background-color: #4e728e;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	letter-spacing: 1px;
	font-size: 0.9em;
	border-radius: 100px;
}
.contactform input.addSubmit:hover, input.addformsubmit:hover {
	opacity: 0.9;
	border: 0;
}
.contactform input.addSubmit:focus,  input.addformsubmit:focus{
	box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,0.25);
	border: 0;
	}

.contactform #unsubscribe {
	display: none;
}

.error input, .error textarea, .error select {
	margin-bottom: 0 !important;
	height: 1.7em;
	padding: 1.3em 1em;
	border: 2px solid #e94543;
}

.contactform  .errors {
	margin-top: 5px;
	background: none;
	color: #e94543;
	font-size: 14px;
	padding-left: 15px;

}


/* Sitemap */

.sitemap {
	padding-left: 30px;
	border-left: 4px solid #f2f2f2;
}


.centered .sitemap {
	border: 0;
}
.sitemap ul {
	list-style: none;
}
.sitemap ul {
	margin-left: 0;
}
.sitemap ul ul {
	margin-left: 0px;
	padding: 4px 0;
}
.sitemap ul ul ul{
	margin: 4px 0;
	padding-left: 15px;
	border-left: 2px solid #f2f2f2;
}
.centered .sitemap ul ul ul{
	border: 0;
}


.sitemap li a {
	
	font-weight: 700;
	color: #121a2a !important;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.sitemap li ul li a {

	color: #121a2a !important;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.sitemap li li li a {

	font-weight: 600;
	color: #a3afb5 !important;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	letter-spacing: 0px;
}
.sitemap li li li li a {
	font-weight: 400;
	font-size: 15px ;
	color: #a3afb5 !important;
}
.sitemap li a {

}
.sitemap li {
	margin: 0;
	padding: 1px 0 1px;
}
.sitemap li:last-child {
	border: 0;
}
.sitemap li a:hover {
	color: #1e9ac4 !important;
}
.sitemap li a.actief {

	
}


/* 
-----------------------------
IMAGE GRAYSCALE
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='//www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* Clearers
------------------------------------------------------------ */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}



.clearerline {
	height:1px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 20px auto ;

	width: 100%;
	max-width: 980px;
	clear: both;
	background: #ebedee;
	position: relative;
	 
}
.newws .clearerline {
	margin-top: 0;
	margin-bottom: 20px;
}

.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;
}
.spacer30 {
	height: 30px;
	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;
}




@-webkit-keyframes myanim {
  0%   { opacity: 0.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 1.0; }
}
@-moz-keyframes myanim {
  0%   { opacity: 0.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 1.0; }
}
@-o-keyframes myanim {
  0%   { opacity: 0.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 1.0; }
}
@keyframes myanim {
  0%   { opacity: 0.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 1.0; }
}