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

/*
font-family: 'Playfair Display', serif;
font-family: 'Source Sans Pro', sans-serif;
*/

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  overflow-x: hidden;  
  -webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.4px;
	color: #4f5840;
	font-weight: normal;
	background: #ffffff;
	-webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;		
}

.parallax{
	background: transparent;
}



b, strong{	
	font-weight: 700;	
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;

	font-family: 'Playfair Display', serif;
}

.title{
	font-size: 35px;
	line-height: 41px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	letter-spacing: 0px;
}

.subtitle{
	font-size: 25px;
	line-height: 31px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	letter-spacing: 0px;
}

.smalltitle{
	font-size: 20px;
	line-height: 25px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	letter-spacing: 0px;
	color: #223771;
}

.line{	
	float: left;
	width: 60px;
	height: 1px;
	background: #95a57a;
	margin: 0px 0px 18px 0px;	
}

section.green .line, .footerblock .line{	
	background: #7b8c63;
}

.block_center .line{
	position: relative;
	left: 50%;
	margin-left: -30px;
}

form{
	margin: 0px;
	padding: 0px;
}

img {
	border:none;
}



p{
	margin: 0px;
	padding: 12px 0px 12px 0px;
}

p.introtext{
	font-weight: 700;
}




article{
	padding: 0px 0px 45px 0px;
}


a:link, a:visited { 
	color: #95a57a;
	text-decoration: none;
	   outline-color: invert;
	   outline-style: none;
	   outline-width: 0pt; 	
}

a:hover, a:active { 
	color: #95a57a;
	text-decoration: underline;
}


section.green a:link, section.green a:visited { 
	color: #c3d5a8;
}

section.green a:hover, section.green a:active { 
	color: #c3d5a8;
}
	
#content{
	float: left;
	width: 65%;
}

aside{
	float: right;
	width: 30%;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #e1e3db;
}

#blocks{
	float: left;
	width: 102%;
	position: relative;
	margin: 120px 0px 90px -20px;
}	

.block{
	float: left;
	width: 50%;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}

.block_small{
	float: left;
	width: 25%;
	padding: 0px 0px 0px 20px;
	overflow: hidden;	
}

a.blocklink:link, a.blocklink:visited { 
	float: left;
	width: 100%;
	color: #95a57a;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

a.blocklink:hover, a.blocklink:active { 
	color: #95a57a;
	text-decoration: underline;
}
	
a.blocklink:link img.blockimg, a.blocklink:visited img.blockimg{ 
	float: left;
	width: 100%;
	opacity: 1.0;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;			
}

	
a.blocklink:hover img.blockimg, a.blocklink:active img.blockimg{ 
	float: left;
	width: 100%;
	opacity: 0.8;
}
	
	
	
img.gradient{ 
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;		
}		

.title_block{
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	padding: 20px;
	font-size: 17px;	
	bottom: 0px;
	left: 0px;
	position: absolute;
	font-weight: 700;
	color: #efebde;
}

.title_label{
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	padding: 20px;
	font-size: 17px;	
	bottom: 0px;
	left: 0px;
	position: absolute;
	font-weight: 700;
	color: #efebde;
	background: url(../images/label_blue.png) top right no-repeat;
}

.title_label.green{
	background: url(../images/label_green.png) top right no-repeat;
}
	
.title_label.darkgreen{
	background: url(../images/label_darkgreen.png) top right no-repeat;
}
		
	
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	.title_label{
		background: url(../images/label_blue@2x.png) top right no-repeat;	
		background-size: 262px 75px;
	}	
	
	.title_label.green{
		background: url(../images/label_green@2x.png) top right no-repeat;	
		background-size: 262px 75px;
	}	
	
	.title_label.darkgreen{
		background: url(../images/label_darkgreen@2x.png) top right no-repeat;	
		background-size: 262px 75px;
	}			
	
}

#header{
	float: left;
	width: 100%;
	background: none;
}



.logo{
	width: 159px;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 9;
}
	
@media only screen and (min-width: 979px) { 
	#header.scrolled {
		position: fixed !important;
		top: 0px !important;
		left: 0px !important;
		background: rgba(239, 235, 222, 0.90);
		float: left;
		width: 100%;
		z-index: 99;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);	
		min-height: 73px;
		-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;				
	}
	
	body.scrolled .headblock{
		padding-top: 110px;
	}
	
	#header.scrolled .topnav{
		display: none;
		visibility: hidden;
	}	
	
	#header.scrolled .logo{
		width: 85px;
		position: absolute;
		left: 20px;
		top: 5px;
	}	
	
}		
	
a.call_mobile:link, a.call_mobile:visited{	
	width: 40px;
	height: 40px;
	text-align: left;
	background-color: none;
	border: 1px solid #4f5840;
	position: absolute;
	top: 20px;
	right: 90px;
	z-index: 999;
	text-align: center;
	display: none;	
}

a.afspraak_mobile:link, a.afspraak_mobile{	
	width: 40px;
	height: 40px;
	text-align: left;
	background-color: none;
	border: 1px solid #4f5840;
	position: absolute;
	top: 20px;
	right: 140px;
	z-index: 999;
	text-align: center;
	display: none;	
}

					
a.call_mobile:link .fa{
	color: #4f5840;
	font-size: 25px;
	line-height: 40px;
}	

a.afspraak_mobile:link .fa, a.afspraak_mobile .fa{
	color: #4f5840;
	font-size: 25px;
	line-height: 40px;
}	

	
.topnav{
	float: right;
}

.topnav .fa{
	font-size: 13px;
	margin: 0px 5px 0px 0px;
}
.topnav .fb_icon i {
	font-size: 20px;
	padding-top: 3px;
}

.topnav a:link, .topnav a:visited { 
	float: left;
	padding: 8px 12px 10px 12px;
	font-size: 15px;
	color: #4f5840;
	text-decoration: none;
}


.topnav a:hover, .topnav a:active { 
	color: #95a57a;
	text-decoration: none;
}

.topnav a.active_top:link, .topnav a.active_top:visited { 	
	color: #4f5840;
	min-width: 100px;
	text-align: center;
	background: url(../images/topnav_active.png) top left no-repeat;	
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	.topnav a.active_top:link, .topnav a.active_top:visited { 
		background: url(../images/topnav_active@2x.png) top left no-repeat;	
		background-size: 130px 52px;
	}	
	
		
	
}
	

	
a.button:link, a.button:visited { 
	float: left;
	margin: 10px 20px 0px 0px;
	background: #95a57a;
	padding: 15px 20px 15px 20px;
	font-weight: 700;
	color: #4f5840;
	text-decoration: none;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;	
}

a.button:hover, a.button:active { 
	color: #4f5840;
	background: #a5b68b;
	text-decoration: none;	
}

a.button.blue:link, a.button.blue:visited { 
	background: #223771;
	color: #efebde;
}

a.button.blue:hover, a.button.blue:active { 
	color: #efebde;
	background: #3a4b89;	
}

a.more:link, a.more:visited { 
	float: left;
	margin: 10px 20px 0px 0px;
	padding: 15px 20px 15px 10px;
	font-weight: 700;
	color: #95a57a;
	text-decoration: none;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;	
}

a.more:hover, a.more:active { 
	color: #4f5840;
	text-decoration: none;	
}
	
		
.wrapper{
	width: 1060px;
	position: relative;
	margin: 0 auto;
}	

@media (max-width: 1100px) {
	.wrapper{
		float: left;
		width: 100%;
		padding: 0px 60px 0px 60px;
	}			
}

section{
	float: left;
	width: 100%;
	background: #efebde;
	padding: 90px 0px 90px 0px;
}

section.content{
	padding-top: 20px !important;
}

section.lesspadding{
	padding-top: 0px !important;
	margin-top: -50px;
}

section.green{
	background: #9aac81;
}

section.white{
	background: #ffffff;
}

.block_left{
	float: left;
	width: 48%;
	position: relative;
}

.block_right{
	float: right;
	width: 48%;
	position: relative;
}

.pic_right{
	float: right;
	width: 48%;
	margin: 10px 0px 0px 0px;
}

.block_center{
	width: 100%;
	padding: 0px 15% 0px 15%;
	margin: 0px;
	text-align: center;
}

.block_center.topcaption{
	padding-top: 70px;
}

.headercaption{
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 45px;
}


p.intro{
	font-size: 20px;
	line-height: 30px;
}

.block_center a.button:link, .block_center a.button:visited{
	float: none;
}

.block_center a.more:link, .block_center a.more:visited { 
	float: none;
}



a.usp:link, a.usp:visited{
	float: left;
	width: 33%;
	padding: 40px 20px 0px 20px;
	color: #4f5840 !important;
	text-align: center;
}

a.usp:hover, a.usp:active{
	color: #4f5840 !important;
	text-decoration: none;
}

a.usp:link .uspinfo, a.usp:visited .uspinfo{
	color: #c3d5a8;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;			
}

a.usp:hover .uspinfo, a.usp:active .uspinfo{
	color: #efebde;
}

a.usp:link .icon_usp, a.usp:visited .icon_usp{
	color: #efebde;
	font-size: 45px;
	margin: 0px 0px 10px 0px;
	opacity: 0.7;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;		
}


a.usp:hover .icon_usp, a.usp:visited .active{
	opacity: 1.0;
}

.title_usp{
	font-size: 20px;
	line-height: 25px;
	color: #efebde;
	margin: 0px;
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
}

.bannerblock{
	padding: 120px 0px 120px 0px;
	color: #efebde;
}




.img_actie{
	float: left;
	width: 24%;
	margin: 18px 0px 0px 0px;
}

.text_actie{
	float: right;
	width: 72%;
}

.text_actie.noimage{
	float: left;
	width: 100%;
}



a.newsitem:link, a.newsitem:visited{
	float: left;
	width: 100%;
	position: relative;
	margin: 0px 0px 20px 0px;
	color: #4f5840;
}

a.newsitem:hover, a.newsitem:active{
	color: #4f5840;
	text-decoration: none;
}


a.newsitem:link img, a.newsitem:visited img{
	opacity: 1.0;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;		
}

a.newsitem:hover img, a.newsitem:active img{
	opacity: 0.8;
}




.title_news{ 
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	padding: 0px 0px 3px 0px;	
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #4f5840;
	text-decoration: none;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;		

}

a.newsitem:hover .title_news{
	color: #95a57a;
	text-decoration: none;
}


.img_news{
	float: left;
	width: 20%;	
}

.text_news{
	float: right;
	width: 76%;	
}

.footerblock{
	padding: 90px 0px 90px 0px;
}

.footer_adres{
	float: left;
	width: 47%;
	text-align: right;
}

.footer_tijden table{
    font-size: 20px;
    line-height: 30px;
    margin: 12px 0px 12px 0px;
}

.footer_tijden{
	float: right;
	width: 47%;
	text-align: left;
}

.footerblock a:link, .footerblock a:visited { 
	color: #4f5840;
}

.footerblock a:hover, .footerblock a:active { 
	color: #4f5840;
}

.footerblock a.button:link, .footerblock a.button:visited { 	
	background: #4f5840;	
	color: #95a57a;	
}

.footerblock a.button:hover, .footerblock a.button:active { 
	color: #95a57a;
	background: #5e664d;
}

.footerblock a.more:link, .footerblock a.more:visited { 
	color: #4f5840;
}

.footerblock a.more:hover, .footerblock a.more:active { 
	color: #5e664d;
	text-decoration: none;	
}
#facebookFooter{
	position:relative;
	right:10px;
}
#fb-footericon{
	font-size:30px;
}
.rockbottom{
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #85946f;
	margin: 90px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 15px;
}

ul.checkmarks,
ul.checkmarks li {
    list-style-type: none;
    position: relative;
    }
    
ul.checkmarks li {
    margin: 0px;
    padding: 3px 0px 3px 15px;
    }
    

ul.checkmarks li:before {
    font-family: 'FontAwesome';
    font-size: 17px;
    vertical-align: middle;
    color: #95a57a; 
	content: "\f00c";
	position: absolute;
	left: -10px;
	top: 4px;
    }
    
    
ul.breadcrumbs{
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	font-size: 15px;
	width: 100%;
	border-bottom: 1px solid #e1e3db;
}
ul.breadcrumbs li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
    list-style-type: none;
    position: relative;
    display: inline;
    }
    
ul.breadcrumbs li:first-child {
	padding: 0px 0px 0px 0px;
    }    
    

ul.breadcrumbs li:before {
    font-family: 'FontAwesome';
    font-size: 13px;
    vertical-align: middle;
    color: #95a57a; 
	content: "\f105";
	position: absolute;
	left: 5px;
	top: -2px;
    }
    
ul.breadcrumbs li:first-child:before {
   display: none;
   visibility: hidden;
    }    
        


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

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


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

.clearer40 {
	height: 40px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	overflow: hidden;
}

.clearer60 {
	height: 60px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	overflow: hidden;
}


/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
	padding-right: 0px;
}



/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
	opacity: 0.5;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;		
}

.simply-scroll-list li img:hover {

	opacity: 0.9;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	float: left;
	width: 100%;
	height: 150px;
	margin-bottom: 0px;
	margin-top: 40px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 150px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 150x;	
	height: 150px;
	line-height: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 0px 30px;
}


.simply-scroll .simply-scroll-list li img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}





/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #95a57a;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: -25px 0px 0px 0px;
	padding: 0px
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	position: absolute;
	top: 50%;
}

#aanbevolen.owl-theme .owl-controls .owl-buttons div{
	color: #ffffff;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	text-decoration: none;
}



.owl-theme .owl-controls .owl-buttons div .fa{
	font-size: 22px;
	line-height: 40px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -70px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -50px;
}

/* Styling Pagination*/



.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 30px 5px 0px 5px;
	background: #dfe4d7;
}



.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #95a57a;
}



/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}	

	
	
/* Producten homepage */



#producten .item{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	background: none;
}


a.prodlink:link, a.prodlink:visited { 
	float: left;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 20px;
	position: relative;
	min-height: 410px;
	margin: 10px 0px 0px 0px;
	background: #ffffff;
	}

a.prodlink:hover, a.prodlink:active { 
	text-decoration: none;
	}
	
.producten a.prodlink:hover, .producten a.prodlink:active { 
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);	
	}
		
.brand{
	font-weight: 700;
	letter-spacing: 0.4px
	opacity: 0.5;
}

	
a.prodlink:link .title_prod, a.prodlink:visited .title_prod{ 
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #4f5840;
	text-decoration: none;	
	margin:  0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;			
	}

a.prodlink:hover .title_prod, a.prodlink:active .title_prod{ 
	color: #95a57a;
	text-decoration: none;
	}	
	
a.prodlink:link .prodimg{
	width: 100%;
	height: 165px;
    display: table-cell;
    vertical-align: middle;	
    text-align: center;
	position: relative;
	margin-bottom: 15px;

}	
	
a.prodlink .prodimg img {
	width: 100%;
	max-height: 145px;		
	display: inline; 
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	opacity: 1.0;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;		
	}	
	
a.prodlink:hover .prodimg img {
	opacity: 0.8;
	}		
	
.priceline{
	background: #dfe4d7;
	height: 1px;
	position: absolute;
	width: 95%;
	bottom: 70px;
}

a.prodlink .moreinfo{
	position: absolute;
	left: 20px;
	bottom: 25px;
	color: #95a57a;

}

a.prodlink .price{
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #95a57a;
	font-weight: 700;
	font-size: 25px;
	line-height: 28px;
}

a.prodlink .price span{
	position: relative;
	font-size: 13px;
}		

a.prodlink .prevprice{
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #4f5840;
	font-size: 15px;
	text-decoration: line-through;
	opacity: 0.8;
}
	
a.shoplink:link, a.shoplink:visited{
	color: #efebde;
	font-size: 15px;
}

a.shoplink:hover, a.shoplink:active{
	color: #9dae83;
	text-decoration: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px 20px 0px 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


.price_text{	
	float: left;
	color: #95a57a;
	font-weight: 700;
	font-size: 25px;
	line-height: 28px;
}

.price_text span{
	position: relative;
	font-size: 13px;
}		

.prevprice_text{
	float: left;
	color: #4f5840;
	font-size: 15px;
	text-decoration: line-through;
	opacity: 0.8;
	margin-right: 15px;	
}


.smallefoto{
	float: right;
	width: 31.333333%;
	max-width: 800px; 
	padding: 0px;
	margin: 17px 0px 10px 20px;
	overflow: hidden;
	position: relative;
}


.smallefoto img {
	max-width: 100%; 
	display: block; 
	border: 0px;
	}	
	
	
	
.fotosoverzicht {
	display: block;
	width: 102%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor:pointer;
	position: relative;
}
.fotosoverzicht > a {
	display: block;
	float: left;
	width: 23%;
	margin: 1% 2% 1% 0%;
	position: relative;
}
.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);
}

.fancybox-outer {
    border-radius: 0px !important;
    color: #5D0749;
}    

.fotorama__dot {
    border-color: #ffffff; 
}
.fotorama__dot {
    border: 0px solid;
	border-radius: 50%;
    height: 8px;
    width: 8px;
    background-color: #bbbbbb;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
     border: 0px solid;
    height: 8px;
    width: 8px;
}
.fotorama__active .fotorama__dot {
    background-color: #c20016; 
}
	
.fotorama--fullscreen {
	background: #ffffff !important;
}	
.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
	background: #ffffff !important;
}	

.fotorama__thumb-border {
	border-color: #95a57a !important;
}
	
.bredefoto{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	overflow: hidden;
	position: relative;
}

.bredefoto img {
	width: 100%; 
	display: block; 
	border: 0px;	
	}	
		
			
		
ul.files{
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

ul.files li{
	list-style-type: none;
	margin: 0px !important;
	padding: 1px 0px 2px 0px !important;
	background: none;
}

ul.files li:before {
    display: none;
    visibility: hidden;
    }

iframe {
width: 100%;

}

.embed-container {
	margin-top: 7px;
	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%;
}		



a.newslink:link, a.newslink:visited { 
	display: block;
	padding: 20px 0px 20px 0px;
	color: #4f5840;
	text-decoration: none;	
	cursor: pointer;
	border-top: 1px solid #e1e3db;	
	position: relative;
	}

a.newslink:hover, a.newslink:active { 
	color: #4f5840;
	text-decoration: none;
	}	
	

	
.foto_news{
	position: absolute;
	width: 90px;
	height: 90px;
	left: 0px;
	top: 25px;
}

.foto_news img{
	float: left;
	width: 90px;
	height: 90px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	opacity: 1.0;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;		
}

a.newslink:hover img, a.newslink:active img{
	opacity: 0.8;
}



.tekst_news{
	display: block;
	padding: 0px 0px 0px 105px;
	min-height: 90px;
}	








a.newslink:link .newskop, a.newslink:visited .newskop{
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	padding: 0px 0px 3px 0px;	
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #4f5840;
	text-decoration: none;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;	
}



a.newslink:hover .newskop, a.catlink:active .catkop{
	color: #95a57a;
	text-decoration: none;
}	

.moreinfo_news{
	color: #95a57a;

}

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

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

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

ul.pagination li:before {
   	display: none !important;
   	visibility: hidden !important;
    }

ul.pagination li a,
ul.pagination li span {
	border: 1px solid #efebde;
	background: #efebde;
	color: #4f5840;
	padding: 5px 10px 5px 10px;
	font-size: 15px;	
	font-weight: 700;
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    -o-transition: background 100ms linear;
    -ms-transition: background 100ms linear;
    transition: background 100ms linear;			
}

ul.pagination li a:hover
{
	text-decoration: none;
	background: #e1dccf;
	border: 1px solid #e1dccf;
	color: #4f5840;
}

ul.pagination li.current a, ul.pagination li.current span{
	border: 1px solid #95a57a;
	background: #95a57a;
	color: #efebde;
}

#ss_menu { 
	width: 500px; 
	}

.ss_button { 
	background-color: #F60;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	padding: 10px;
	color: #FFFFFF;
	}
	
.ss_content {
	background-color: #EFEFEF;
	display: none;
	padding: 10px;
	}



@media (max-width: 1200px) {
	.owl-buttons{
		display: none;
		visibility: hidden;
	}
}	

@media (max-width: 1100px) {
	.logo{
		left: 60px;
		top: 31px;
		width: 115px;
	}			
}


@media (max-width: 979px) {

	.topnav{
		display: none;
		visibility: hidden;
	}

	.logo{
		width: 115px;
		top: 10px;
	}
	
	.block_center.topcaption{
		padding-top: 110px;
	}
	
	.headercaption{
		width: 100%;
		padding-top: 100px;
		padding-bottom: 45px;
	}	
	
	a.call_mobile:link, a.call_mobile:visited{	
		display: block;	
	}	
	a.afspraak_mobile:link, a.afspraak_mobile{	
		display: block;	
	}	

	.title{
		font-size: 27px;
		line-height: 33px;
	}	
	
	.subtitle{
		font-size: 22px;
		line-height: 28px;

	}	
	
	p.intro{
		font-size: 17px;
		line-height: 27px;
	}
	
	section{
		padding: 45px 0px 45px 0px;
	}	
	
	.footerblock{
		padding: 45px 0px 45px 0px;
	}	
	
	.bannerblock{
		padding: 50px 0px 70px 0px;
	}	
	
	#blocks{
		margin: 60px 0px 45px -20px;
	}		
	
	.block .blocklink{
		margin-top: -2px;
	}

	.title_block{
		padding: 15px;
		font-size: 15px;	
	}

	.title_label{
		padding: 15px;
		font-size: 15px;		
	}	

	#blocks{
		width: 102.5%;
	}		
	
	.wrapper{
		padding: 0px 40px 0px 40px;
	}		
	
	.logo{
		width: 90px;
		top: 10px;
		left: 40px;
	}	
	
}

@media (max-width: 768px) {


	

	.block_center{
		padding: 0px;
	}
	
	.block_left{
		float: left;
		width: 100%;
		position: relative;
	}

	.block_right{
		float: left;
		width: 100%;
		margin-top: 50px;
		position: relative;
	}

/* 
	.block_right.moreoffers{
		display: none;
		visibility: hidden;
	}
 */
	


	.pic_right{
		display: none;
		visibility: hidden;
	}	
	
	.block .blocklink{
		margin-top: -4px;
	}	
	
	.title_block{
		padding: 10px;
		font-size: 14px;	
	}

	.title_label{
		padding: 10px;
		font-size: 14px;		
	}	
	
	#blocks{
		width: 103.5%;
	}	
	
	a.button:link, a.button:visited { 
		margin: 10px 10px 0px 0px;
	}



	a.more:link, a.more:visited { 
		margin: 10px 10px 0px 0px;
	}	

	#content{
		float: left;
		width: 100%;
	}

	aside{
		float: left;
		width: 100%;
		margin-top: 40px;
		padding: 0px 0px 0px 20px;
		border-left: 1px solid #e1e3db;
	}


}	

@media (max-width: 619px) {

	#producten .item{
		margin-top: -20px;
	}

	.headercaption{
		width: 100%;
	}

	.block_center a.button:link, .block_center a.button:visited,
	.block_center a.more:link, .block_center a.more:visited { 
		float: none;
		clear: both;
		display: block;
		margin-right: 0px;
	}
	
	#blocks{
		width: 104.5%;
	}		
	
	
	.block{
		width: 100%;
		padding: 20px 0px 20px 20px;
	}

	.block_small{
		width: 50%;
		padding: 0px 0px 20px 20px;
	}
	
	#blocks .clearer20{
		height: 0px;
	}
	
	
	a.usp:link, a.usp:visited{
		width: 100%;
		padding: 40px 20px 0px 20px;
	}		
	
	.wrapper{
		padding: 0px 20px 0px 20px;
	}		
	
	a.call_mobile:link, a.call_mobile:visited{	
		right: 70px;	
	}	
	a.afspraak_mobile:link, a.afspraak_mobile{	
		right: 120px;	
	}	
	
	.logo{
		left: 20px;
	}	

	.foto_news{
		position: absolute;
		width: 60px;
		height: 60px;
		left: auto;
		right: 0px;
		top: 25px;
	}

	.foto_news img{
		float: left;
		width: 60px;
		height: 60px;
	}


	.tekst_news{
		display: block;
		padding: 0px 75px 0px 0px;
		min-height: 90px;
	}	
	
	
	.footer_adres{
		float: left;
		width: 100%;
		text-align: center;
	}

	.footer_tijden{
		float: left;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}



}	

@media (max-width: 479px) {

	#blocks{
		width: 106%;
	}	
	
	.img_actie{
		float: left;
		width: 100%;
	}
	
	.text_actie{
		float: left;
		width: 100%;	
	}	
	
}	

	

